body.sc-public {
  --sc-ink: #14211e;
  --sc-muted: #50615b;
  --sc-line: #d9e2dd;
  --sc-green: #087653;
  --sc-dark: #102420;
  --sc-cream: #f3f5f1;
  --max: 1280px;
  background: #fff;
  color: var(--sc-ink);
}

.sc-public .section-inner,
.sc-public .header-inner,
.sc-public .footer-inner {
  width: min(1280px, calc(100% - 56px));
}

.sc-public h1,
.sc-public h2,
.sc-public h3,
.sc-public p {
  margin-top: 0;
}

.sc-public h1,
.sc-public h2,
.sc-public h3 {
  letter-spacing: 0;
  text-wrap: balance;
}

.sc-public .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e4e9e5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.sc-public .header-inner {
  min-height: 72px;
  gap: 24px;
}

.sc-public .brand {
  min-width: 188px;
  gap: 10px;
}

.sc-public .brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--sc-dark);
  color: #a6e7ca;
  font-size: 0.84rem;
  font-weight: 850;
}

.sc-public .brand strong {
  color: var(--sc-ink);
  font-size: 1.04rem;
  line-height: 1.1;
}

.sc-public .brand span span {
  color: #63716c;
  font-size: 0.64rem;
  font-weight: 650;
  line-height: 1.2;
}

.sc-public .site-nav {
  gap: 3px;
}

.sc-public .site-nav a {
  padding: 10px 13px;
  color: #42534d;
  font-size: 0.91rem;
  font-weight: 670;
  background: none;
}

.sc-public .site-nav a:hover,
.sc-public .site-nav a.active {
  color: var(--sc-green);
  background: #eef6f1;
}

.sc-public .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sc-public .menu-button {
  display: none;
}

.sc-button,
.sc-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 11px 20px;
  font-size: 0.91rem;
  font-weight: 750;
  line-height: 1.15;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sc-button {
  background: var(--sc-green);
  color: #fff;
}

.sc-button:hover {
  background: #086345;
  transform: translateY(-2px);
}

.sc-outline-button {
  background: #fff;
  color: var(--sc-ink);
  border-color: #becbc4;
}

.sc-outline-button:hover {
  border-color: var(--sc-green);
  color: var(--sc-green);
}

.sc-button svg,
.sc-outline-button svg,
.sc-text-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.sc-button:focus-visible,
.sc-outline-button:focus-visible,
.sc-text-link:focus-visible,
.sc-filter:focus-visible,
.sc-public input:focus-visible,
.sc-public select:focus-visible,
.sc-public textarea:focus-visible,
.sc-public summary:focus-visible {
  outline: 3px solid #80c7a5;
  outline-offset: 3px;
}

.sc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--sc-green);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.sc-kicker::before {
  content: "";
  width: 19px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.sc-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(700px, calc(100svh - 122px));
  overflow: hidden;
  isolation: isolate;
  background: #172721 url('/assets/safecore-field-hero.png') center 45% / cover no-repeat;
  color: #fff;
}

.sc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 23, 20, 0.92) 0%, rgba(9, 23, 20, 0.82) 35%, rgba(9, 23, 20, 0.22) 73%, rgba(9, 23, 20, 0.05) 100%);
}

.sc-hero-content {
  padding: 76px 0 84px;
}

.sc-hero-copy {
  max-width: 730px;
}

.sc-hero .sc-kicker {
  color: #a5e1c0;
}

.sc-hero h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: 4.45rem;
  font-weight: 770;
  line-height: 1.02;
}

.sc-hero p.sc-hero-lead {
  max-width: 630px;
  margin-bottom: 29px;
  color: #e2ebe6;
  font-size: 1.08rem;
  line-height: 1.58;
}

.sc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
}

.sc-hero .sc-outline-button {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(10, 28, 22, 0.12);
  color: #fff;
  backdrop-filter: blur(5px);
}

.sc-hero .sc-outline-button:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.sc-hero-note {
  position: absolute;
  right: max(28px, calc((100vw - 1280px) / 2));
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f2f7f3;
  font-size: 0.75rem;
  font-weight: 650;
  text-shadow: 0 1px 8px #000;
}

.sc-hero-note svg {
  width: 16px;
  height: 16px;
}

.sc-scope-strip {
  border-bottom: 1px solid var(--sc-line);
  background: #f6f8f5;
}

.sc-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sc-scope-grid a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 18px 21px;
  border-left: 1px solid #e0e7e0;
  transition: background 180ms ease;
}

.sc-scope-grid a:last-child {
  border-right: 1px solid #e0e7e0;
}

.sc-scope-grid a:hover {
  background: #e9f3ec;
}

.sc-scope-grid svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--sc-green);
}

.sc-scope-grid strong,
.sc-scope-grid small {
  display: block;
}

.sc-scope-grid strong {
  font-size: 0.93rem;
}

.sc-scope-grid small {
  margin-top: 3px;
  color: var(--sc-muted);
  font-size: 0.76rem;
}

.sc-section {
  padding: 84px 0;
  background: #fff;
}

.sc-section--soft {
  background: var(--sc-cream);
}

.sc-section--dark {
  background: var(--sc-dark);
  color: #f9fcfa;
}

.sc-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.sc-heading h2,
.sc-story h2,
.sc-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 2.65rem;
  font-weight: 740;
  line-height: 1.1;
}

.sc-heading p,
.sc-story p,
.sc-intro {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--sc-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.sc-heading .sc-kicker,
.sc-story .sc-kicker {
  margin-bottom: 13px;
}

.sc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--sc-green);
  font-size: 0.91rem;
  font-weight: 760;
}

.sc-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sc-story {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  align-items: center;
  gap: 68px;
}

.sc-story--reverse {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.sc-story--reverse .sc-story-media {
  order: 2;
}

.sc-story-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.31;
  margin: 0;
  background: #dfe8e0;
}

.sc-image-caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 8px;
  background: rgba(9, 23, 20, 0.7);
  color: #fff;
  font-size: 0.68rem;
}

.sc-story-media img,
.sc-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.sc-story-media:hover img,
.sc-editorial:hover img {
  transform: scale(1.035);
}

.sc-story-body h2 {
  margin-bottom: 20px;
}

.sc-story-body p {
  margin-bottom: 21px;
}

.sc-bullet-list {
  display: grid;
  gap: 11px;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
}

.sc-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #253832;
  font-size: 0.93rem;
  line-height: 1.45;
}

.sc-bullet-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #15a978;
}

.sc-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--sc-line);
  background: var(--sc-line);
}

.sc-service-item {
  min-height: 239px;
  padding: 26px 23px;
  background: #fff;
  transition: background 180ms ease;
}

.sc-service-item:hover {
  background: #f0f7f2;
}

.sc-service-item svg {
  width: 27px;
  height: 27px;
  margin-bottom: 27px;
  color: var(--sc-green);
}

.sc-service-item h3 {
  margin-bottom: 10px;
  font-size: 1.11rem;
  line-height: 1.25;
}

.sc-service-item p {
  margin-bottom: 0;
  color: var(--sc-muted);
  font-size: 0.89rem;
  line-height: 1.55;
}

.sc-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.sc-process article {
  padding: 25px 28px 0 0;
}

.sc-process article + article {
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.sc-process span {
  display: block;
  margin-bottom: 32px;
  color: #8fcbab;
  font-size: 0.85rem;
  font-weight: 740;
}

.sc-process h3 {
  margin-bottom: 11px;
  font-size: 1.19rem;
}

.sc-process p {
  margin-bottom: 0;
  color: #c7d7ce;
  font-size: 0.91rem;
  line-height: 1.55;
}

.sc-public .sc-section--dark .sc-heading p {
  color: #c7d7ce;
}

.sc-public .sc-section--dark .sc-kicker {
  color: #9cdbb8;
}

.sc-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sc-scenario {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 27px;
  border: 1px solid var(--sc-line);
  background: #fff;
}

.sc-scenario > span {
  margin-bottom: 33px;
  color: var(--sc-green);
  font-size: 0.75rem;
  font-weight: 790;
  text-transform: uppercase;
}

.sc-scenario h3 {
  margin-bottom: 11px;
  font-size: 1.3rem;
}

.sc-scenario p {
  margin-bottom: 22px;
  color: var(--sc-muted);
  font-size: 0.91rem;
  line-height: 1.57;
}

.sc-scenario .sc-text-link {
  margin-top: auto;
}

.sc-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 54px;
}

.sc-section--dark .sc-cta .sc-kicker {
  color: #a3ddbb;
}

.sc-section--dark .sc-cta h2 {
  margin-bottom: 18px;
  color: #fff;
}

.sc-section--dark .sc-cta p {
  max-width: 515px;
  color: #d1dfd6;
  line-height: 1.65;
}

.sc-cta h2 {
  margin-bottom: 18px;
}

.sc-cta p {
  max-width: 515px;
  line-height: 1.65;
}

.sc-public [id] {
  scroll-margin-top: 88px;
}

.sc-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  border: 1px solid #dbe3dc;
  border-radius: 6px;
  background: #fff;
  color: var(--sc-ink);
  box-shadow: 0 20px 50px rgba(7, 30, 20, 0.1);
}

.sc-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  color: #41544a;
  font-size: 0.81rem;
  font-weight: 720;
}

.sc-form .sc-wide {
  grid-column: 1 / -1;
}

.sc-form input:not([type='checkbox']),
.sc-form select,
.sc-form textarea,
.sc-search input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfdad1;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
  color: var(--sc-ink);
  font-size: 0.93rem;
  font-weight: 500;
}

.sc-form textarea {
  min-height: 122px;
  resize: vertical;
}

.sc-form input::placeholder,
.sc-form textarea::placeholder,
.sc-search input::placeholder {
  color: #829089;
}

.sc-form .sc-consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  color: #5e6c63;
  font-size: 0.79rem;
  line-height: 1.45;
  font-weight: 500;
}

.sc-form .sc-consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--sc-green);
}

.sc-form-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.sc-form .sc-button {
  min-height: 46px;
}

.sc-form .sc-button:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

.sc-form-status {
  display: block;
  min-height: 20px;
  margin: 0;
  color: #58675d;
  font-size: 0.8rem;
  line-height: 1.45;
}

.sc-form-status[data-tone='success'] {
  color: #087653;
  font-weight: 700;
}

.sc-form-status[data-tone='error'] {
  color: #ac3143;
  font-weight: 700;
}

.sc-page-hero {
  padding: 80px 0 76px;
  background: #f3f6f2;
  border-bottom: 1px solid var(--sc-line);
}

.sc-page-hero--dark {
  background: var(--sc-dark);
  color: #fff;
}

.sc-page-hero--dark .sc-kicker {
  color: #a4e0bf;
}

.sc-page-hero h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: 3.9rem;
  line-height: 1.06;
}

.sc-page-hero p.sc-intro {
  max-width: 720px;
  font-size: 1.09rem;
}

.sc-page-hero--dark p.sc-intro {
  color: #d6e5da;
}

.sc-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sc-filter {
  min-height: 39px;
  padding: 7px 14px;
  border: 1px solid #cddbd1;
  border-radius: 4px;
  background: #fff;
  color: #476050;
  font-size: 0.85rem;
  font-weight: 690;
  cursor: pointer;
}

.sc-filter[aria-pressed='true'],
.sc-filter:hover {
  border-color: var(--sc-green);
  background: var(--sc-green);
  color: #fff;
}

.sc-search {
  position: relative;
  display: block;
  width: min(320px, 100%);
  margin-left: auto;
}

.sc-search svg {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 18px;
  height: 18px;
  color: #63756a;
}

.sc-search input {
  padding-left: 39px;
}

.sc-results-count {
  min-height: 22px;
  margin: 0 0 18px;
  color: var(--sc-muted);
  font-size: 0.82rem;
}

.sc-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sc-detail {
  padding: 29px;
  border: 1px solid var(--sc-line);
  background: #fff;
  scroll-margin-top: 92px;
}

.sc-detail[hidden] {
  display: none;
}

.sc-detail-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

.sc-detail-head svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: var(--sc-green);
}

.sc-detail-head span {
  color: var(--sc-green);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
}

.sc-detail h2 {
  margin-bottom: 11px;
  font-size: 1.52rem;
  line-height: 1.22;
}

.sc-detail p {
  color: var(--sc-muted);
  font-size: 0.92rem;
  line-height: 1.57;
}

.sc-detail ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 23px;
  padding-left: 19px;
  color: #34443b;
  font-size: 0.88rem;
  line-height: 1.45;
}

.sc-detail .sc-text-link {
  margin-top: auto;
}

.sc-editorial {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.8;
  background: #dbe3db;
}

.sc-editorial img {
  object-position: center;
}

.sc-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sc-feature-row article {
  padding-top: 18px;
  border-top: 2px solid var(--sc-green);
}

.sc-related {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.sc-privacy-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 55px;
}

.sc-privacy-layout h2 {
  margin-bottom: 13px;
  font-size: 1.55rem;
}

.sc-privacy-layout p {
  max-width: 65ch;
  color: var(--sc-muted);
  line-height: 1.7;
}

.sc-privacy-control {
  grid-column: 1 / -1;
  padding: 24px 0;
  border-top: 1px solid var(--sc-line);
}

.sc-privacy-control .sc-actions {
  margin-top: 18px;
}

.sc-privacy-control button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sc-feature-row h3 {
  font-size: 1.15rem;
}

.sc-feature-row p {
  color: var(--sc-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.sc-faq {
  border-top: 1px solid var(--sc-line);
}

.sc-faq details {
  border-bottom: 1px solid var(--sc-line);
  padding: 18px 0;
}

.sc-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
}

.sc-faq summary::-webkit-details-marker {
  display: none;
}

.sc-faq summary::after {
  content: "+";
  color: var(--sc-green);
  font-size: 1.5rem;
  line-height: 1;
}

.sc-faq details[open] summary::after {
  content: "−";
}

.sc-faq p {
  max-width: 800px;
  margin: 14px 0 0;
  color: var(--sc-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.sc-public .site-footer {
  background: #0b1916;
  color: #e8f2eb;
}

.sc-public .footer-inner {
  gap: 42px;
}

.sc-public .site-footer .brand strong {
  color: #fff;
}

.sc-public .site-footer .brand span span {
  color: #b3c8b9;
}

.sc-public .site-footer .brand-mark {
  background: #edf7ef;
  color: var(--sc-dark);
}

.sc-public .footer-column p,
.sc-public .footer-column a,
.sc-public .footer-bottom {
  color: #b8cbc0;
}

.sc-public .footer-column a:hover {
  color: #fff;
}

.sc-public .footer-bottom {
  border-top-color: #304139;
}

.sc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

html.sc-motion .sc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

html.sc-motion .sc-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .sc-public .site-nav a {
    padding: 9px 8px;
  }

  .sc-hero h1 {
    font-size: 3.8rem;
  }

  .sc-story {
    gap: 42px;
  }

  .sc-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .sc-public .header-inner {
    min-height: 68px;
  }

  .sc-public .menu-button {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    padding: 0;
    border: 1px solid #cfdcd2;
    border-radius: 5px;
    background: #fff;
    color: var(--sc-ink);
  }

  .sc-public .menu-button svg {
    width: 20px;
    height: 20px;
  }

  .sc-public .site-nav {
    top: 68px;
    left: 0;
    right: 0;
    width: auto;
    padding: 15px 28px 22px;
    background: #fff;
    border-bottom: 1px solid var(--sc-line);
    box-shadow: 0 20px 35px rgba(12, 30, 20, 0.12);
  }

  .sc-public .site-nav a {
    min-height: 44px;
    padding: 12px;
  }

  .sc-hero {
    min-height: min(670px, calc(100svh - 100px));
    background-position: 58% center;
  }

  .sc-hero::before {
    background: linear-gradient(90deg, rgba(9, 23, 20, 0.88), rgba(9, 23, 20, 0.3));
  }

  .sc-hero h1 {
    max-width: 650px;
    font-size: 3.35rem;
  }

  .sc-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-scope-grid a:nth-child(2) {
    border-right: 1px solid #e0e7e0;
  }

  .sc-story,
  .sc-story--reverse,
  .sc-cta {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sc-story--reverse .sc-story-media {
    order: 0;
  }

  .sc-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .sc-process article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .sc-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-privacy-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sc-public .section-inner,
  .sc-public .header-inner,
  .sc-public .footer-inner {
    width: min(100% - 32px, 1280px);
  }

  .sc-public .brand {
    min-width: 0;
  }

  .sc-public .brand span span {
    display: none;
  }

  .sc-public .header-actions .sc-button {
    min-height: 41px;
    padding: 9px 12px;
    font-size: 0.82rem;
  }

  .sc-hero {
    min-height: min(610px, calc(100svh - 98px));
    align-items: end;
    background-position: 65% center;
  }

  .sc-hero::before {
    background: linear-gradient(180deg, rgba(8, 20, 17, 0.28) 0%, rgba(8, 20, 17, 0.78) 47%, rgba(8, 20, 17, 0.96) 100%);
  }

  .sc-hero-content {
    padding: 95px 0 38px;
  }

  .sc-hero h1 {
    margin-bottom: 16px;
    font-size: 2.5rem;
    line-height: 1.06;
  }

  .sc-hero p.sc-hero-lead {
    margin-bottom: 21px;
    font-size: 0.91rem;
    line-height: 1.46;
  }

  .sc-hero .sc-kicker {
    margin-bottom: 11px;
    font-size: 0.68rem;
  }

  .sc-hero-note {
    display: none;
  }

  .sc-actions {
    gap: 8px;
  }

  .sc-actions .sc-button,
  .sc-actions .sc-outline-button {
    min-height: 45px;
    padding: 10px 13px;
    font-size: 0.81rem;
  }

  .sc-scope-grid a {
    min-height: 78px;
    gap: 9px;
    padding: 12px 9px;
  }

  .sc-scope-grid svg {
    width: 20px;
    height: 20px;
  }

  .sc-scope-grid strong {
    font-size: 0.78rem;
  }

  .sc-scope-grid small {
    font-size: 0.68rem;
  }

  .sc-section {
    padding: 53px 0;
  }

  .sc-heading {
    display: block;
    margin-bottom: 25px;
  }

  .sc-heading h2,
  .sc-story h2,
  .sc-cta h2 {
    font-size: 2rem;
    line-height: 1.11;
  }

  .sc-heading p {
    margin-top: 15px;
  }

  .sc-heading p,
  .sc-story p,
  .sc-intro {
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .sc-story-media {
    aspect-ratio: 1.22;
  }

  .sc-service-grid,
  .sc-detail-grid,
  .sc-scenario-grid,
  .sc-feature-row {
    grid-template-columns: 1fr;
  }

  .sc-service-item {
    min-height: auto;
    padding: 20px;
  }

  .sc-service-item svg {
    margin-bottom: 15px;
  }

  .sc-process {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .sc-process article,
  .sc-process article + article,
  .sc-process article:nth-child(3) {
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .sc-process span {
    margin-bottom: 13px;
  }

  .sc-scenario {
    min-height: auto;
    padding: 23px;
  }

  .sc-scenario > span {
    margin-bottom: 20px;
  }

  .sc-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .sc-form .sc-wide {
    grid-column: auto;
  }

  .sc-page-hero {
    padding: 52px 0;
  }

  .sc-page-hero h1 {
    font-size: 2.45rem;
  }

  .sc-filter-bar {
    gap: 7px;
  }

  .sc-filter {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 0.77rem;
  }

  .sc-search {
    width: 100%;
    margin: 4px 0 0;
  }

  .sc-detail {
    padding: 21px;
  }

  .sc-editorial {
    aspect-ratio: 1.2;
  }

  .sc-public .consent-banner {
    gap: 11px;
    padding: 13px;
  }

  .sc-public .consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-public .consent-actions button {
    width: 100%;
    padding: 9px 5px;
    font-size: 0.77rem;
  }
}

@media (max-width: 430px) {
  .sc-public .brand {
    flex: 1;
  }

  .sc-public .header-actions .sc-button {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-public *,
  .sc-public *::before,
  .sc-public *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  html.sc-motion .sc-reveal {
    opacity: 1;
    transform: none;
  }
}
