:root {
  --sc-navy: #0b1f5f;
  --sc-blue: #3155ff;
  --sc-cyan: #16c8e8;
  --sc-violet: #713cff;
  --sc-magenta: #dd52c7;
  --sc-ice: #f3f8ff;
  --sc-white: #ffffff;
  --sc-gray: #617095;
  --sc-line: #dde7fa;
  --sc-radius: 22px;
  --sc-width: 1180px;
  --sc-h1: clamp(4rem, 5vw, 4.5rem);
  --sc-h2: clamp(2.375rem, 3.3vw, 2.75rem);
  --sc-h3: clamp(1.375rem, 2vw, 1.625rem);
  --sc-body-lg: clamp(1.125rem, 1.35vw, 1.25rem);
  --sc-body: clamp(1rem, 1.1vw, 1.0625rem);
  --sc-label: 0.8125rem;
  --sc-section-space: clamp(76px, 7vw, 96px);
  --sc-heading-gap: 20px;
  --sc-column-gap: clamp(44px, 5vw, 72px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sc-home {
  color: var(--sc-navy);
  background: var(--sc-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.sc-home .sc-header {
  min-height: 84px;
  padding: 10px max(24px, calc((100vw - var(--sc-width)) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--sc-line);
  backdrop-filter: blur(20px);
}

.sc-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sc-brand img {
  width: 176px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.sc-brand > span {
  padding-left: 20px;
  border-left: 1px solid var(--sc-line);
  color: var(--sc-gray);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sc-brand i::after {
  content: "|";
  margin: 0 5px;
  color: #b9c6df;
  font-style: normal;
}

.sc-home .sc-nav {
  gap: 28px;
  color: var(--sc-navy);
  font-size: 0.9rem;
  font-weight: 500;
}

.sc-home .sc-nav a {
  position: relative;
}

.sc-home .sc-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  background: var(--sc-blue);
  transition: right 180ms ease;
}

.sc-home .sc-nav a:hover::after,
.sc-home .sc-nav a:focus-visible::after {
  right: 0;
}

.sc-home .nav-cta {
  padding: 12px 24px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(100deg, var(--sc-blue), var(--sc-violet));
}

.sc-home :focus-visible {
  outline: 3px solid rgba(22, 200, 232, 0.7);
  outline-offset: 4px;
}

.sc-hero {
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #f9fbff 48%, #eff7ff 100%);
}

.sc-hero-copy {
  z-index: 2;
  width: min(100%, 560px);
  margin-left: max(24px, calc((100vw - var(--sc-width)) / 2));
  padding: 84px 0 92px;
}

.sc-label {
  margin: 0 0 18px;
  color: var(--sc-blue);
  font-size: var(--sc-label);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sc-hero h1 {
  margin: 0;
  max-width: 540px;
  color: var(--sc-navy);
  font-size: var(--sc-h1);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.sc-hero-copy > p:not(.sc-label) {
  max-width: 550px;
  margin: 24px 0 0;
  color: #4e6088;
  font-size: var(--sc-body-lg);
  line-height: 1.58;
}

.sc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.sc-home .button {
  min-height: 48px;
  padding: 13px 25px;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.9375rem;
  font-weight: 600;
}

.sc-home .button.primary {
  color: white;
  background: linear-gradient(100deg, var(--sc-blue), var(--sc-violet));
  border: 1px solid transparent;
}

.sc-home .button.secondary {
  color: var(--sc-blue);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--sc-blue);
}

.sc-home .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(49, 85, 255, 0.18);
}

.sc-hero-art {
  position: absolute;
  inset: 0 0 0 32%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 9%, #000 29%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 9%, #000 29%);
}

.sc-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.sc-service-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 48px), var(--sc-width));
  margin: 0 auto;
  padding: 34px 0;
  background: white;
}

.sc-service-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  min-width: 0;
  padding: 0 34px;
  border-right: 1px solid var(--sc-line);
}

.sc-service-item:first-child { padding-left: 0; }
.sc-service-item:last-child { padding-right: 0; border-right: 0; }

.sc-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.sc-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.sc-icon-violet { color: var(--sc-violet); background: #eee8ff; }
.sc-icon-blue { color: var(--sc-blue); background: #e5eeff; }
.sc-icon-cyan { color: #08aacc; background: #e0f8fc; }

.sc-service-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sc-navy);
  font-size: 1.125rem;
}

.sc-service-item small {
  display: block;
  min-height: 42px;
  color: var(--sc-gray);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.sc-service-item b,
.sc-text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--sc-blue);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sc-section {
  position: relative;
  padding: var(--sc-section-space) max(24px, calc((100vw - var(--sc-width)) / 2));
}

.sc-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--sc-column-gap);
  background: #fbfdff;
}

.sc-about-image {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--sc-radius);
}

.sc-about-image::after {
  content: "";
  position: absolute;
  inset: auto -12% -30% 18%;
  height: 56%;
  background: url("assets/brand/corner-wave-left.svg") center/cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.sc-about-image img { width: 100%; height: 100%; object-fit: cover; }

.sc-about h2,
.sc-outreach h2,
.sc-booking h2,
.sc-section-heading h2 {
  margin: 0;
  color: var(--sc-navy);
  font-size: var(--sc-h2);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.sc-about-copy > p:not(.sc-label),
.sc-outreach > div > p:not(.sc-label),
.sc-section-heading > p:not(.sc-label),
.sc-booking .booking-copy > p:not(.sc-label) {
  margin: var(--sc-heading-gap) 0 0;
  color: var(--sc-gray);
  font-size: var(--sc-body);
  line-height: 1.65;
}

.sc-values {
  overflow: hidden;
  min-height: 330px;
  background: linear-gradient(90deg, #f3f8ff, #fff 62%, #eff8ff);
}

.sc-wave-corner { position: absolute; pointer-events: none; opacity: 0.76; }
.sc-wave-right { right: -90px; bottom: -50px; width: 650px; height: 280px; background: url("assets/brand/approved-ribbon-progress.webp") center/cover no-repeat; opacity: .88; }
.sc-wave-left { left: -170px; bottom: -92px; width: 760px; height: 300px; background: url("assets/brand/approved-ribbon-cta.webp") center/cover no-repeat; opacity: .78; }

.sc-value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(68%, 760px);
  margin-top: 32px;
}

.sc-value-grid article { padding: 0 48px 0 0; }
.sc-value-grid article + article { padding-left: 48px; border-left: 1px solid #cfdcf1; }
.sc-value-grid h3 { margin: 0; font-size: var(--sc-h3); line-height: 1.08; }
.sc-value-grid p { max-width: 190px; margin: 10px 0 0; color: var(--sc-gray); font-size: var(--sc-body); line-height: 1.5; }

.sc-outreach {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: var(--sc-column-gap);
  align-items: center;
}

.sc-outreach > div { padding-right: 58px; border-right: 1px solid var(--sc-line); }
.sc-outreach ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.sc-outreach li { position: relative; padding-left: 34px; color: var(--sc-gray); }
.sc-outreach li::before { content: "✓"; position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: white; background: var(--sc-violet); font-size: 0.7rem; font-weight: 800; }
.sc-outreach .button { margin-top: 28px; }
.sc-value-statements li { display: grid; gap: 4px; }
.sc-value-statements li strong { color: var(--sc-navy); font-size: var(--sc-label); letter-spacing: .12em; text-transform: uppercase; }
.sc-value-statements li span { font-size: var(--sc-body); line-height: 1.5; }

.sc-proof {
  padding: 68px max(24px, calc((100vw - 980px) / 2));
  background: linear-gradient(110deg, #f7f9ff, #fff, #f2f8ff);
}

.sc-proof blockquote { display: grid; grid-template-columns: 50px 1fr; margin: 0; color: #53658e; }
.sc-proof blockquote > span { color: #a792ff; font-family: Georgia, serif; font-size: 5.5rem; line-height: 0.8; }
.sc-proof p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); font-style: italic; line-height: 1.35; }
.sc-proof cite { grid-column: 2; margin-top: 14px; color: var(--sc-gray); font-family: inherit; font-size: 0.72rem; font-style: normal; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

.sc-support { background: white; }
.sc-ai { overflow: hidden; background: linear-gradient(135deg, #f8fbff, #fff 54%, #f7f3ff); }
.sc-ai::after { content: ""; position: absolute; right: -80px; top: -30px; width: 460px; height: 350px; background: url("assets/brand/particle-corner.svg") top right/contain no-repeat; opacity: .72; pointer-events: none; }
.sc-ai > * { position: relative; z-index: 1; }
.sc-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.sc-ai-grid article { padding: 28px 30px; border: 1px solid var(--sc-line); border-radius: 18px; background: rgba(255,255,255,.82); }
.sc-ai-grid span { color: var(--sc-violet); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.sc-ai-grid h3 { margin: 16px 0 10px; font-size: 1.375rem; }
.sc-ai-grid p { margin: 0; color: var(--sc-gray); font-size: var(--sc-body); line-height: 1.58; }
.sc-section-heading { max-width: 700px; }
.sc-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.sc-support-grid article { padding: 30px; border: 1px solid var(--sc-line); border-radius: 18px; background: linear-gradient(145deg, white, #f8fbff); }
.sc-support-grid span { color: var(--sc-blue); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; }
.sc-support-grid h3 { margin: 18px 0 10px; font-size: 1.375rem; }
.sc-support-grid p { margin: 0; color: var(--sc-gray); font-size: var(--sc-body); line-height: 1.55; }
.sc-platform-note { max-width: 860px; margin: 30px 0 0; padding: 22px 26px; border-left: 3px solid var(--sc-cyan); color: var(--sc-gray); background: var(--sc-ice); line-height: 1.6; }
.sc-platform-note strong { color: var(--sc-navy); }

.sc-clients {
  overflow: hidden;
  background: linear-gradient(110deg, #f7faff, #fff 55%, #f7f3ff);
}

.sc-clients::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -115px;
  width: 520px;
  height: 260px;
  background: url("assets/brand/approved-ribbon-progress.webp") center/cover no-repeat;
  opacity: .16;
  pointer-events: none;
}

.sc-clients > * { position: relative; z-index: 1; }

.sc-client-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid var(--sc-line);
  border-left: 1px solid var(--sc-line);
  list-style: none;
}

.sc-client-list li {
  display: grid;
  min-height: 92px;
  padding: 18px;
  place-items: center;
  border-right: 1px solid var(--sc-line);
  border-bottom: 1px solid var(--sc-line);
  color: var(--sc-navy);
  background: rgba(255,255,255,.72);
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
}

.sc-home .sc-booking {
  position: relative;
  overflow: hidden;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--sc-column-gap);
  padding: 96px max(24px, calc((100vw - var(--sc-width)) / 2));
  color: var(--sc-navy);
  background: linear-gradient(110deg, #f2f8ff, #fff 66%, #f4f0ff);
}

.sc-home .sc-booking::before { display: none; }
.sc-booking > *:not(.sc-wave-corner) { position: relative; z-index: 1; }

.sc-home .booking-form {
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 55px rgba(37, 77, 164, 0.09);
}

.sc-home .booking-form input,
.sc-home .booking-form select,
.sc-home .booking-form textarea {
  border-color: #cad8ef;
  border-radius: 11px;
}

.sc-home .contact-options a { color: var(--sc-blue); }

.sc-footer {
  display: block;
  padding: 34px max(24px, calc((100vw - var(--sc-width)) / 2)) 22px;
  color: var(--sc-navy);
  background: white;
  border-top: 0;
}

.sc-footer-main,
.sc-footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.sc-footer-main { padding-bottom: 26px; border-bottom: 1px solid var(--sc-line); }
.sc-footer-main .brand img { width: 154px; height: auto; }
.sc-footer nav { display: flex; flex-wrap: wrap; gap: 28px; }
.sc-footer a { color: var(--sc-navy); }
.sc-footer-legal { padding-top: 18px; color: var(--sc-gray); font-size: 0.74rem; }
.sc-footer-legal p { margin: 0; }

@media (max-width: 1040px) {
  .sc-brand > span { display: none; }
  .sc-home .sc-nav { gap: 18px; }
  .sc-hero { grid-template-columns: 1fr; min-height: 650px; }
  .sc-hero-copy { width: min(56%, 580px); padding: 82px 0 140px; }
  .sc-hero-art { inset: 0 0 0 27%; opacity: 0.86; }
  .sc-service-strip { grid-template-columns: 1fr; padding: 12px 0; }
  .sc-service-item { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--sc-line); }
  .sc-service-item:last-child { border-bottom: 0; }
  .sc-service-item small { min-height: 0; }
  .sc-value-grid { width: 80%; }
}

@media (max-width: 760px) {
  :root { --sc-h1: clamp(2.5rem, 11.5vw, 2.875rem); --sc-h2: clamp(2rem, 9vw, 2.375rem); --sc-h3: 1.375rem; --sc-body-lg: 1.0625rem; --sc-body: 1rem; --sc-label: .75rem; --sc-section-space: 68px; }
  .sc-home .sc-header { min-height: 72px; padding: 8px 18px; }
  .sc-brand img { width: 148px; }
  .sc-home .nav-toggle { border-radius: 50%; border-color: var(--sc-line); }
  .sc-home .site-nav { top: 72px; background: white; border-color: var(--sc-line); }
  .sc-home .site-nav .nav-cta { color: white; text-align: center; }
  .sc-hero { min-height: 720px; align-items: start; }
  .sc-hero-copy { width: auto; margin: 0; padding: 72px 24px 270px; }
  .sc-hero h1 { max-width: 330px; }
  .sc-hero-copy > p:not(.sc-label) { font-size: var(--sc-body-lg); }
  .sc-hero-art {
    inset: 41% -48% -10% 0;
    opacity: .92;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 10%, #000 30%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 10%, #000 30%);
  }
  .sc-hero-art img { object-position: 60% center; }
  .sc-actions { flex-direction: column; align-items: stretch; }
  .sc-actions .button { justify-content: center; width: 100%; }
  .sc-service-strip { width: min(calc(100% - 36px), var(--sc-width)); }
  .sc-section { padding: var(--sc-section-space) 22px; }
  .sc-client-list { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }
  .sc-client-list li { min-height: 78px; padding: 14px 10px; font-size: .875rem; }
  .sc-about { grid-template-columns: 1fr; gap: 38px; }
  .sc-about-image { min-height: 260px; }
  .sc-value-grid { grid-template-columns: 1fr; width: 64%; gap: 0; }
  .sc-value-grid article, .sc-value-grid article + article { padding: 20px 0; border-left: 0; border-bottom: 1px solid #cfdcf1; }
  .sc-value-grid article:last-child { border-bottom: 0; }
  .sc-wave-right { right: -260px; }
  .sc-outreach { grid-template-columns: 1fr; gap: 38px; }
  .sc-outreach > div { padding: 0 0 38px; border-right: 0; border-bottom: 1px solid var(--sc-line); }
  .sc-proof { padding: 56px 24px; }
  .sc-proof blockquote { grid-template-columns: 34px 1fr; }
  .sc-proof blockquote > span { font-size: 4rem; }
  .sc-support-grid { grid-template-columns: 1fr; }
  .sc-ai-grid { grid-template-columns: 1fr; }
  .sc-home .sc-booking { grid-template-columns: 1fr; gap: 42px; padding: 72px 22px; }
  .sc-footer-main, .sc-footer-legal { align-items: flex-start; flex-direction: column; }
  .sc-footer nav { gap: 16px 22px; }
}

@media (max-width: 400px) {
  .sc-hero-copy { padding-left: 18px; padding-right: 18px; }
  .sc-service-item { grid-template-columns: 52px 1fr; gap: 14px; }
  .sc-icon { width: 50px; height: 50px; }
  .sc-value-grid { width: 72%; }
}

@media (prefers-reduced-motion: reduce) {
  .sc-home *, .sc-home *::before, .sc-home *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

.sc-brand-page {
  --paper: #f7faff;
  --surface: #ffffff;
  --ink: var(--sc-navy);
  --muted: var(--sc-gray);
  --line: var(--sc-line);
  background: linear-gradient(180deg, #fff, #f6faff 48%, #fff);
}

.sc-brand-page .site-header {
  background: rgba(255,255,255,.94);
  border-color: var(--sc-line);
}

.sc-brand-page .button,
.sc-brand-page button {
  border-radius: 999px;
}
