:root {
  --bg: #eef1f2;
  --bg-strong: #e3e7ea;
  --surface: rgba(251, 252, 252, 0.84);
  --surface-strong: #f8fafb;
  --surface-contrast: #2c3338;
  --surface-contrast-soft: #4b555d;
  --text: #21272b;
  --muted: #667078;
  --line: rgba(33, 39, 43, 0.1);
  --line-strong: rgba(33, 39, 43, 0.16);
  --accent: #98a2aa;
  --accent-deep: #74808a;
  --shadow: 0 30px 70px rgba(33, 39, 43, 0.08);
  --shadow-soft: 0 18px 36px rgba(33, 39, 43, 0.06);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(152, 162, 170, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(75, 85, 93, 0.12), transparent 22%),
    linear-gradient(180deg, #f6f8f9 0%, var(--bg) 36%, #edf0f1 100%);
  color: var(--text);
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.55;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 16px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--surface-contrast);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(239, 242, 243, 0.88);
  border-bottom: 1px solid rgba(33, 39, 43, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background:
    linear-gradient(135deg, #b6bec4 0%, #dce2e6 46%, #3e474d 46%, #3e474d 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong,
.footer-brand {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.85rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  font-weight: 600;
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--surface-contrast);
  color: #fff;
}

.hero,
.section,
.proof-band {
  scroll-margin-top: 110px;
}

.hero {
  padding: 42px 0 22px;
}

.hero-copy,
.hero-stage,
.proof-band-grid,
.service-card,
.feature-card,
.fit-panel,
.contact-form-shell,
.faq-item,
.contact-copy,
.timeline,
.section-contrast .section-heading {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 84vh, 820px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(248, 250, 251, 0.92), rgba(242, 245, 246, 0.84)),
    linear-gradient(135deg, rgba(152, 162, 170, 0.12), transparent 45%);
}

.hero-stage::before,
.contact-copy::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(152, 162, 170, 0.18), transparent 68%);
  pointer-events: none;
}

.hero-stage-content h1,
.section-heading h2,
.service-card h3,
.feature-card h3,
.timeline h3,
.fit-panel h3,
.faq-item summary,
.contact-copy h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.055em;
}

.hero-stage-content h1 {
  margin: 0 0 20px;
  max-width: 10ch;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 0.92;
}

.eyebrow,
.kicker,
.panel-label,
.card-index {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 700;
}

.eyebrow,
.kicker,
.panel-label {
  color: var(--accent-deep);
}

.hero-text,
.section-heading p,
.proof-copy,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
}

.hero-animated-scene {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-backdrop-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 38, 43, 0.86) 0%, rgba(31, 38, 43, 0.74) 34%, rgba(31, 38, 43, 0.38) 60%, rgba(31, 38, 43, 0.14) 100%),
    linear-gradient(180deg, rgba(246, 248, 249, 0.04) 0%, rgba(246, 248, 249, 0) 20%, rgba(246, 248, 249, 0.1) 100%);
}

.hero-grid-glow {
  position: absolute;
  inset: auto 0 0 auto;
  width: 44%;
  height: 54%;
  background: radial-gradient(circle, rgba(214, 222, 227, 0.34), transparent 68%);
}

.hero-stage-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  min-height: inherit;
  padding: clamp(34px, 4vw, 56px);
  max-width: 820px;
}

.hero-stage-content .eyebrow,
.hero-stage-content .hero-text {
  color: rgba(238, 243, 245, 0.88);
}

.hero-stage-content h1 {
  color: #fbfdff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.button:focus-visible,
.site-nav a:focus-visible,
.faq-item summary:focus-visible,
.brand:focus-visible,
.skip-link:focus-visible {
  outline: 3px solid rgba(185, 120, 42, 0.42);
  outline-offset: 3px;
}

.button-primary {
  background: var(--surface-contrast);
  color: #fff;
  box-shadow: 0 18px 36px rgba(44, 51, 56, 0.26);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #f7fafb;
}

.trust-row,
.proof-points,
.fit-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row li,
.proof-points li {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
}

.panel-label {
  margin: 0 0 10px;
  color: rgba(234, 240, 243, 0.78);
}

.hero-inline-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-inline-signals article {
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(249, 252, 253, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.hero-inline-signals h2 {
  margin: 0;
  color: #f7fafb;
  font-family: "Manrope", sans-serif;
  font-size: 1.16rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.proof-band {
  padding: 10px 0 12px;
}

.proof-band-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.72);
}

.proof-copy {
  margin: 6px 0 0;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 12px;
  justify-content: start;
  justify-items: stretch;
}

.proof-points li {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.section {
  padding: 84px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading h2,
.contact-copy h2 {
  margin: 10px 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.94;
}

.service-grid,
.feature-grid,
.faq-grid {
  display: grid;
  gap: 22px;
}

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

.service-card,
.feature-card {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
}

.service-card {
  display: flex;
  flex-direction: column;
}

.card-index {
  margin: 0 0 22px;
  color: var(--accent-deep);
}

.service-card h3,
.feature-card h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.02;
}

.service-card h3 {
  min-height: 3.2em;
}

.service-card p,
.feature-card p,
.timeline p,
.faq-item p,
.fit-panel li,
.footer-copy,
.contact-points p {
  color: var(--muted);
}

.section-contrast {
  background:
    linear-gradient(180deg, rgba(44, 51, 56, 0.98), rgba(64, 73, 79, 0.96)),
    radial-gradient(circle at 20% 0%, rgba(152, 162, 170, 0.2), transparent 28%);
  color: #eef5f1;
}

.approach-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
}

.section-contrast .section-heading {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.section-contrast .kicker,
.section-contrast .section-heading p,
.section-contrast .timeline p {
  color: rgba(238, 245, 241, 0.78);
}

.timeline {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.timeline span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(152, 162, 170, 0.2);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.timeline h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.timeline p {
  margin: 0;
}

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

.section-split .split-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.fit-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
}

.fit-panel h3 {
  margin: 0 0 14px;
  font-size: 1.4rem;
}

.fit-panel li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.fit-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

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

.faq-item {
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.faq-item summary {
  cursor: pointer;
  font-size: 1.18rem;
  font-weight: 800;
  list-style: none;
}

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

.faq-item p {
  margin: 14px 0 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 24px;
  align-items: stretch;
}

.contact-copy {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(44, 51, 56, 0.98), rgba(67, 76, 83, 0.94));
  color: #eef5f1;
}

.contact-copy .kicker,
.contact-copy p,
.contact-points p {
  color: rgba(238, 245, 241, 0.8);
}

.contact-points {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

.contact-form-shell {
  padding: 14px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
}

.contact-form-shell iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
  border-radius: 20px;
}

.site-footer {
  padding: 30px 0 48px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.footer-copy {
  max-width: 560px;
  margin: 10px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
  font-weight: 600;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .approach-grid,
  .section-split .split-grid,
  .contact-grid,
  .proof-band-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .header-inner {
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }

  .hero-actions,
  .proof-points {
    grid-template-columns: 1fr;
  }

  .hero-inline-signals {
    grid-template-columns: 1fr;
  }

  .service-card h3 {
    min-height: auto;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .service-grid,
  .feature-grid,
  .faq-grid,
  .fit-panel {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .contact-form-shell iframe {
    min-height: 700px;
  }
}
