:root {
  --page-shell: 980px;
  --page-gutter: 20px;
  --green: #16ab6d;
  --dark-green: #073c28;
  --text-dark: #121414;
  --text-soft: #4b5554;
  --type-micro: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'InterVariable', 'Inter', 'DM Sans', sans-serif;
  color: var(--text-dark);
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: 'InterVariable', 'Inter', sans-serif;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-weight: 600;
  transition:
    transform var(--motion-duration-fast) var(--motion-ease-standard),
    box-shadow var(--motion-duration-fast) ease,
    background-color var(--motion-duration-fast) ease,
    border-color var(--motion-duration-fast) ease,
    color var(--motion-duration-fast) ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn img {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.btn-dark {
  min-height: 40px;
  padding: 0 14px;
  background: #181818;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(18, 18, 18, 0.18);
}

.btn-ghost {
  min-height: 40px;
  padding: 0 8px;
  background: transparent;
  color: #1e2624;
}

.btn-light {
  min-height: 40px;
  padding: 0 18px;
  background: #ffffff;
  color: #0f1212;
  border: 1px solid rgba(16, 28, 24, 0.08);
}

.btn-green {
  min-height: 40px;
  padding: 0 16px;
  background: #19ae71;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(25, 174, 113, 0.22);
}

.btn-green:hover {
  background: #16a067;
}

.btn-green .btn-arrow {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  flex: 0 0 auto;
}

.services-page {
  min-height: 100vh;
  background: #ffffff;
}

.service-hero,
.domains-section,
.roadmap-section,
.fit-section {
  max-width: var(--page-shell);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.section-head {
  max-width: var(--page-shell);
  margin: 0 auto;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 308px);
  align-items: start;
  gap: 24px;
}

.section-head p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.56;
  letter-spacing: -0.02em;
  color: inherit;
  opacity: 0.88;
}

.section-head-dark {
  color: #ffffff;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(2rem, 3.1vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 600;
}

.section-title h2 span,
.section-title h2 em {
  display: block;
}

.section-title h2 em {
  color: var(--green);
  font-style: normal;
}

.challenge-section .section-title h2 em {
  display: inline;
}

.section-kicker,
.pill,
.trusted-kicker,
.roadmap-phase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: var(--type-micro);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill {
  border: 1px solid rgba(16, 30, 24, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: #2c3533;
}

.section-kicker,
.trusted-kicker {
  padding: 0;
  min-height: 0;
  border-radius: 0;
  color: #74807d;
}

.service-breadcrumb {
  /* Hidden for now — the bare left-aligned breadcrumb clashes with the
     centered hero layout. JSON-LD BreadcrumbList schema (in <head>) still
     gives Google the breadcrumb trail for search results. */
  display: none;
}

.service-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #4a5754;
}

.service-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-breadcrumb li + li::before {
  content: '/';
  color: rgba(22, 27, 26, 0.35);
  font-weight: 500;
}

.service-breadcrumb a {
  color: #2c3533;
  text-decoration: none;
  border-radius: 4px;
}

.service-breadcrumb a:hover,
.service-breadcrumb a:focus-visible {
  color: #16ab6d;
  text-decoration: underline;
}

.service-breadcrumb [aria-current="page"] {
  color: #4a5754;
  font-weight: 500;
}

.service-hero {
  position: relative;
  padding-top: 22px;
  padding-bottom: 14px;
}

.service-hero::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: -120px;
  height: clamp(440px, 54vw, 560px);
  background:
    linear-gradient(180deg, rgba(120, 214, 174, 0.92) 0%, rgba(189, 238, 215, 0.7) 34%, rgba(245, 255, 250, 0.42) 68%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, #7bd6b0 0%, #d6f2e4 38%, rgba(255, 255, 255, 0) 82%);
  background-size:
    100% 100%,
    100% 100%;
  background-position:
    center top,
    center top;
  background-repeat: no-repeat, no-repeat;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 95%);
          mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 95%);
  z-index: -1;
  pointer-events: none;
}

/* Column-line layer — fades out BEFORE the main title. */
.service-hero::after {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: -120px;
  height: clamp(440px, 54vw, 560px);
  background: linear-gradient(90deg, rgba(22, 171, 109, 0.18) 1px, transparent 1px);
  background-size: 72px 100%;
  background-repeat: repeat-x;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 120px, transparent 220px);
          mask-image: linear-gradient(180deg, #000 0%, #000 120px, transparent 220px);
  z-index: -1;
  pointer-events: none;
}

.service-hero-copy {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  justify-items: center;
}

.service-hero h1 {
  max-width: 520px;
  margin: 18px auto 12px;
  font-size: clamp(2.2rem, 3.1vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.service-hero h1 span,
.service-hero h1 em {
  display: block;
}

.service-hero h1 em {
  color: var(--green);
  font-style: normal;
  margin-top: 2px;
}

.service-hero p {
  max-width: 430px;
  margin: 0 auto;
  font-size: 0.97rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #394342;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  margin-bottom: 22px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hero-actions .btn-dark {
  min-height: 44px;
  padding: 12px 20px;
  font-size: 0.88rem;
  line-height: 1;
  border-radius: 10px;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-actions .btn-ghost {
  min-height: 44px;
  padding: 12px 14px;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #171717;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-action-icon {
  display: block;
  flex: 0 0 auto;
}

.btn-dark .hero-action-icon {
  width: 16px;
  height: 16px;
}

.btn-ghost .hero-action-icon {
  width: 18px;
  height: 18px;
}

.hero-action-label {
  display: inline-block;
}

.trusted-logos-shell {
  position: relative;
  margin-top: 42px;
  padding: 0;
  text-align: center;
}

.trusted-logos {
  max-width: 820px;
  margin: 14px auto 0;
  padding-top: 0;
}

.trusted-logos.logo-marquee {
  padding-bottom: 0;
}

.trusted-logos .logo-marquee-track {
  gap: 36px;
}

.trusted-logos .logo-marquee-item {
  min-width: 118px;
}

.trusted-logos.logo-marquee img {
  height: 25px;
  opacity: 0.88;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hero-stat-card {
  min-height: 78px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid rgba(15, 26, 22, 0.04);
  transition:
    transform var(--motion-duration-md) var(--motion-ease-standard),
    box-shadow var(--motion-duration-md) ease;
}

.hero-stat-card strong {
  display: block;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.hero-stat-card span {
  display: block;
  margin-top: 7px;
  max-width: 160px;
  font-size: 12px;
  line-height: 1.4;
  color: #566160;
}

.hero-stat-card:hover,
.deliverable-card:hover,
.fit-card:hover,
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--motion-shadow-lift);
}

.challenge-section,
.why-section {
  margin-top: 0;
  padding: 48px 0;
  background: var(--dark-green);
}

.challenge-grid {
  max-width: var(--page-shell);
  margin: 26px auto 0;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.challenge-card {
  min-height: 198px;
  padding: 18px 18px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.challenge-number {
  display: block;
  margin-bottom: 18px;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.challenge-card h3 {
  margin: 0;
  max-width: 240px;
  font-size: 17px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.challenge-card p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.64);
}

.domains-section {
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #ffffff;
  color: #13161a;
}

.domains-section .section-kicker {
  color: #73777c;
}

.domains-section .section-head p {
  max-width: 316px;
  margin-top: 2px;
  color: #5d6368;
  opacity: 1;
}

.domains-section .section-title h2 span {
  color: #17191c;
}

.domains-section .section-title h2 em {
  color: #19ae71;
}

.domains-section .section-title h2 {
  max-width: 220px;
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  line-height: 0.97;
  letter-spacing: -0.05em;
}

.domains-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 20px;
}

.domains-section-process .section-title h2 {
  max-width: 360px;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 0.98;
}

.domains-section-process .section-head p {
  max-width: 430px;
  color: #5d6368;
}

.domains-section-process .domains-grid {
  display: block;
}

.domains-section-process .process-grid {
  margin-top: 22px;
}

.domains-section-process .process-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.domains-section-process .process-flow-item {
  position: relative;
  text-align: center;
}

.domains-section-process .process-flow-item::after {
  content: '';
  position: absolute;
  top: 27px;
  left: calc(50% + 30px);
  width: calc(100% - 60px);
  border-top: 1px solid #c8cfcc;
}

.domains-section-process .process-flow-item:last-child::after {
  display: none;
}

.domains-section-process .process-flow-index {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #c8cfcc;
  display: grid;
  place-items: center;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #2a8e68;
}

.domains-section-process .process-flow-item strong {
  display: block;
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.domains-section-process .process-flow-item p {
  margin: 10px auto 0;
  max-width: 210px;
  font-size: 14px;
  line-height: 1.45;
  color: #66726f;
}

.domains-section-process .process-flow.process-flow-six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.domains-section-operations .section-title h2 {
  max-width: 520px;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 0.98;
}

.domains-section-operations .section-head p {
  max-width: 430px;
  color: #5d6368;
}

.domains-section-operations .domains-grid {
  margin-top: 22px;
  gap: 14px 16px;
}

.domains-section-operations .domain-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: #f3f3f3;
}

.domains-section-operations .domain-card h3 {
  font-size: 16px;
  line-height: 1.2;
}

.domains-section-operations .domain-card p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.55;
  color: #5e6468;
}

.domains-section-operations .domain-card span {
  display: none;
}

.domain-card {
  padding: 16px 16px 14px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid rgba(16, 29, 24, 0.04);
}

.domain-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.14;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.domain-card p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.52;
  color: #63696d;
}

.domain-card span {
  display: inline-block;
  margin-top: 12px;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #19ae71;
}

.deliverables-section {
  margin-top: 0;
  padding: 48px 0;
  background: #171717;
}

.deliverables-section .section-kicker {
  color: rgba(255, 255, 255, 0.45);
}

.deliverables-section .section-head p {
  color: rgba(255, 255, 255, 0.74);
  opacity: 1;
}

.deliverables-section .section-title h2 em {
  color: #16c784;
}

.deliverables-section .section-title h2 span {
  color: #ffffff;
}

.deliverables-columns,
.delivery-cadence,
.deliverables-cards {
  max-width: var(--page-shell);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.deliverables-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 28px;
}

.deliverables-list {
  display: grid;
  gap: 0;
}

.deliverables-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.deliverables-number {
  display: block;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}

.deliverables-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16ab6d;
  flex-shrink: 0;
  margin-top: 7px;
}

.deliverables-copy h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.deliverables-copy p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.68);
}

.delivery-cadence {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
}

.delivery-cadence-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.deliverables-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.deliverable-card {
  min-height: 138px;
  padding: 18px 18px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.95), rgba(28, 28, 28, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #ffffff;
  transition:
    transform var(--motion-duration-md) var(--motion-ease-standard),
    box-shadow var(--motion-duration-md) ease;
}

.deliverable-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.deliverable-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.72);
}

.deliverables-section-engineering .section-title h2 {
  max-width: 640px;
}

.deliverables-section-engineering .section-title h2 em {
  color: #16ab6d;
}

.deliverables-section-engineering .section-title h2 span {
  color: #ffffff;
}

.deliverables-section-engineering .section-head p {
  max-width: 440px;
}

.deliverables-section-operations .section-title h2 {
  max-width: 520px;
}

.deliverables-section-operations .section-head p {
  max-width: 410px;
}

.ops-support-grid {
  max-width: var(--page-shell);
  margin: 30px auto 0;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ops-support-card {
  min-height: 0;
  padding: 16px 18px 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.95), rgba(23, 23, 23, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.ops-support-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.ops-support-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ops-support-list li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.ops-support-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #16ab6d;
}

.deliverables-section-operations .delivery-cadence {
  margin-top: 26px;
}

.deliverables-section-operations .ops-agent-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.deliverables-section-operations .deliverable-card {
  min-height: 0;
}

.deliverables-section-operations .deliverable-card p {
  margin-top: 14px;
}

.engineering-build-grid,
.engineering-build-footer {
  max-width: var(--page-shell);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.engineering-build-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 34px;
}

.engineering-build-column h3 {
  margin: 0;
  min-height: 54px;
  padding: 10px 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.92), rgba(28, 28, 28, 0.92));
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.engineering-build-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.engineering-build-list li {
  position: relative;
  margin: 0;
  padding-left: 46px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.engineering-build-list li::before {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #16ab6d;
}

.engineering-build-list li::after {
  content: '✓';
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.engineering-build-divider {
  max-width: var(--page-shell);
  margin: 34px auto 0;
  padding: 0 var(--page-gutter);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.engineering-build-footer {
  margin-top: 34px;
}

.engineering-build-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.engineering-build-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin-top: 28px;
}

.engineering-build-card {
  min-height: 0;
  padding: 22px 24px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.95), rgba(28, 28, 28, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.engineering-build-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.engineering-build-card p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.72);
}

.roadmap-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #ffffff;
}

.roadmap-section .section-kicker {
  color: #6a6a6a;
}

.roadmap-section .section-head p {
  max-width: 470px;
  color: #62666c;
  opacity: 1;
}

.roadmap-section .section-title h2 em {
  color: #19ae71;
}

.roadmap-section .section-title h2 span {
  color: #15171a;
}

.roadmap-grid {
  max-width: var(--page-shell);
  margin: 30px auto 0;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.roadmap-card {
  display: flex;
  flex-direction: column;
  min-height: 388px;
  padding: 18px 28px 14px 16px;
  border-left: 1px solid rgba(22, 27, 26, 0.1);
}

.roadmap-card .roadmap-phase {
  margin-top: auto;
}

.roadmap-card:first-child {
  border-left: 0;
}

.roadmap-phase {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  background: #d9f2e5;
  color: #446860;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.roadmap-card h3 {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #181b1d;
}

.roadmap-card p {
  margin: 22px 0 0;
  padding-bottom: 18px;
  font-size: 15px;
  line-height: 1.62;
  color: #5f6468;
}

/* Governance-specific: badge at top, compact cards */
.roadmap-section-governance .roadmap-card {
  min-height: auto;
  padding: 18px 28px 18px 16px;
}

.roadmap-section-governance .roadmap-card .roadmap-phase {
  order: -1;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: 0;
}

.roadmap-section-governance .roadmap-phase {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.roadmap-section-governance .roadmap-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.roadmap-section-governance .roadmap-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.roadmap-section-engineering .section-head p {
  max-width: 460px;
}

.roadmap-section-engineering .section-title h2 {
  max-width: 520px;
}

.roadmap-section-engineering .section-title h2 em {
  color: #16ab6d;
}

.roadmap-section-engineering .section-title h2 span {
  color: #17191c;
}

.roadmap-section-operations .section-title h2 {
  max-width: 560px;
}

.roadmap-section-operations .section-title h2 em {
  display: inline;
  color: #16ab6d;
}

.roadmap-section-operations .section-head p {
  max-width: 360px;
}

.roadmap-section-operations .roadmap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.roadmap-section-operations .roadmap-card {
  min-height: 0;
  padding: 12px 20px 16px 14px;
}

.roadmap-section-operations .roadmap-card h3 {
  margin: 0;
  line-height: 1.1;
}

.roadmap-section-operations .roadmap-card p {
  margin-top: 18px;
}

.roadmap-section-operations .roadmap-phase {
  margin-top: auto;
  border-radius: 10px;
  background: #16ab6d;
  color: #ffffff;
  font-weight: 700;
}

.roadmap-section-legacy .roadmap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roadmap-section-legacy .section-title h2 {
  max-width: 500px;
}

.roadmap-section-legacy .roadmap-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 10px 26px 0 16px;
}

.roadmap-section-legacy .roadmap-card h3 {
  margin-top: 0;
}

.roadmap-section-legacy .roadmap-card p {
  margin-top: 14px;
}

.roadmap-section-legacy .roadmap-phase {
  margin-top: auto;
  border-radius: 10px;
  background: #16ab6d;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.engineering-roadmap-grid {
  max-width: var(--page-shell);
  margin: 30px auto 0;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.engineering-roadmap-card {
  min-height: 316px;
  padding: 18px 34px 20px 18px;
  border-left: 1px solid rgba(22, 27, 26, 0.1);
}

.engineering-roadmap-card:first-child {
  border-left: 0;
}

.engineering-roadmap-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #181b1d;
}

.engineering-roadmap-card p {
  margin: 26px 0 0;
  font-size: 15px;
  line-height: 1.62;
  color: #5f6468;
}

.engineering-roadmap-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 30px;
  padding: 0 18px;
  border-radius: 9px;
  background: #16ab6d;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.why-section {
  margin-top: 0;
  padding: 48px 24px;
  background: var(--dark-green);
}

.why-section .section-title-split {
  max-width: var(--page-shell);
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 24px;
  align-items: start;
  text-align: left;
}

.why-section .section-heading-copy {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.why-section .section-title-split .pill {
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.why-section .section-title-split h2 {
  margin: 0;
  max-width: 340px;
  font-size: clamp(2rem, 2.7vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.why-section .section-title-split h2 span {
  color: #10b36a;
}

.why-section .section-title-split p {
  margin-top: 0;
  justify-self: end;
  width: min(100%, 360px);
  max-width: 360px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.feature-grid {
  max-width: var(--page-shell);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  --pair-gap: 8px;
  --pair-total: 1296;
  --row-height: clamp(182px, 20vw, 260px);
  gap: var(--pair-gap);
  align-items: stretch;
  justify-content: center;
}

.feature-card:nth-child(1) {
  flex: 0 0 calc((100% - var(--pair-gap)) * 756 / var(--pair-total));
}

.feature-card:nth-child(2) {
  flex: 0 0 calc((100% - var(--pair-gap)) * 540 / var(--pair-total));
}

.feature-card:nth-child(3) {
  flex: 0 0 calc((100% - var(--pair-gap)) * 540 / var(--pair-total));
}

.feature-card:nth-child(4) {
  flex: 0 0 calc((100% - var(--pair-gap)) * 756 / var(--pair-total));
}

.feature-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
  display: grid;
  gap: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: var(--row-height);
  min-height: var(--row-height);
  transition:
    transform var(--motion-duration-md) var(--motion-ease-standard),
    box-shadow var(--motion-duration-md) ease;
}

.feature-card > *:not(.card-image) {
  position: relative;
  z-index: 1;
}

.feature-card > div {
  align-self: end;
  text-align: left;
}

.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
}

.feature-card.dark::after,
.feature-card.photo::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65));
}

.feature-card.light {
  background: #dff5ea;
  color: #111111;
}

.feature-card.dark {
  background: #0e3c2d;
  color: #ffffff;
}

.feature-card.photo {
  background: #1b1b1b;
  color: #ffffff;
}

.card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 1.52;
}

.feature-card.light p {
  color: rgba(17, 17, 17, 0.72);
}

.feature-card.dark p,
.feature-card.photo p {
  color: rgba(255, 255, 255, 0.8);
}

.fit-section {
  padding-top: 48px;
  padding-bottom: 64px;
}

.fit-section .section-kicker {
  color: #5f6468;
}

.fit-section .section-head {
  align-items: center;
}

.fit-section .section-head p {
  max-width: 620px;
  color: #202327;
  opacity: 1;
}

.fit-section .fit-head-action {
  justify-self: end;
  align-self: center;
}

.fit-section .fit-foot-action {
  display: none;
}

.fit-section .section-title h2 em {
  color: #19ae71;
}

.fit-section .section-title h2 span {
  color: #181b1d;
}

.fit-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  margin-top: 26px;
}

.fit-item {
  position: relative;
  padding: 18px 0 18px 28px;
  font-size: 15px;
  line-height: 1.56;
  color: #202327;
  border-bottom: 1px solid rgba(18, 27, 24, 0.08);
}

.fit-item::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 25px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #19ae71;
  transform: rotate(45deg);
}

.fit-engage {
  margin-top: 82px;
}

.fit-engage-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4e5257;
}

.fit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.fit-card {
  padding: 18px 20px 20px;
  border-radius: 18px;
  background: #f4f4f4;
  border: 1px solid rgba(16, 29, 24, 0.08);
  transition:
    transform var(--motion-duration-md) var(--motion-ease-standard),
    box-shadow var(--motion-duration-md) ease;
}

.fit-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.fit-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.52;
  color: #5b6065;
}

[data-animate] {
  opacity: var(--motion-opacity-start, 0);
  transform: translate3d(0, var(--motion-y-start, 24px), 0);
  transition:
    opacity var(--motion-duration, var(--motion-duration-md)) var(--motion-ease-standard) var(--motion-delay, 0ms),
    transform var(--motion-duration, var(--motion-duration-md)) var(--motion-ease-standard) var(--motion-delay, 0ms);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

[data-animate].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-hero-copy > *,
.service-hero-copy .hero-actions > * {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity var(--motion-duration-md) var(--motion-ease-standard),
    transform var(--motion-duration-md) var(--motion-ease-standard);
}

.service-hero-copy.in-view > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-hero-copy.in-view .hero-actions > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-hero-copy.in-view > *:nth-child(1) {
  transition-delay: 30ms;
}

.service-hero-copy.in-view > *:nth-child(2) {
  transition-delay: 90ms;
}

.service-hero-copy.in-view > *:nth-child(3) {
  transition-delay: 150ms;
}

.service-hero-copy .hero-actions > *:first-child {
  transition-delay: 190ms;
}

.service-hero-copy .hero-actions > *:last-child {
  transition-delay: 230ms;
}

@media (max-width: 1100px) {
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .engineering-roadmap-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .engineering-roadmap-card {
    min-height: 0;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(22, 27, 26, 0.1);
  }

  .engineering-roadmap-card:first-child {
    border-top: 0;
  }
}

@media (max-width: 900px) {
  .service-hero {
    padding-top: 24px;
  }

  .service-hero .hero-actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats,
  .challenge-grid,
  .domains-grid,
  .ops-support-grid,
  .deliverables-columns,
  .deliverables-cards,
  .engineering-build-grid,
  .engineering-build-cards,
  .fit-columns,
  .fit-cards,

  .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fit-section .fit-head-action {
    display: none;
  }

  .fit-section .section-head {
    text-align: center;
    justify-items: center;
  }

  .fit-section .section-head p {
    margin-left: auto;
    margin-right: auto;
  }

  .fit-section .fit-foot-action {
    display: block;
    margin-top: 32px;
    padding: 0 var(--page-gutter);
  }

  .fit-section .fit-foot-action .btn-green {
    display: flex;
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    font-size: 15px;
  }

  .why-section .section-title-split {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .why-section .section-heading-copy {
    justify-items: center;
  }

  .why-section .section-title-split p {
    justify-self: center;
    width: 100%;
    max-width: 100%;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-card {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 1.45 / 1;
    padding: 16px;
  }

  .feature-card h3 {
    font-size: 1.1rem;
  }

  .feature-card p {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

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

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

  .engineering-build-column h3 {
    min-height: 0;
  }

  .engineering-roadmap-card p {
    margin-top: 18px;
  }

  .roadmap-card:nth-child(odd) {
    border-left: 0;
  }

}

@media (max-width: 640px) {
  :root {
    --page-gutter: 16px;
  }

  .service-hero h1 {
    max-width: 290px;
    font-size: clamp(2rem, 10vw, 2.45rem);
    line-height: 1.04;
    margin: 16px auto 12px;
  }

  .service-hero p,
  .section-head p,
  .fit-list li,
  .domain-card p,
  .deliverables-copy p,
  .deliverable-card p,
  .engineering-build-list li,
  .engineering-build-card p,
  .engineering-roadmap-card p,
  .fit-card p,
  .roadmap-card p {
    font-size: 14px;
  }

  .engineering-build-card {
    padding: 18px 18px 20px;
  }

  .deliverables-section-operations .ops-agent-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .deliverables-section-operations .ops-agent-cards .deliverable-card {
    padding: 16px 16px 18px;
  }

  .deliverables-section-operations .ops-agent-cards .deliverable-card h3 {
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .deliverables-section-operations .ops-agent-cards .deliverable-card p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .trusted-logos-shell::after {
    height: 56px;
  }

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

  .domains-section-process {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .domains-section-process .section-head {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    text-align: center;
    gap: 10px;
  }

  .domains-section-process .section-title {
    justify-items: center;
  }

  .domains-section-process .section-kicker {
    width: 100%;
    text-align: left;
    color: #6a6a6a;
    font-size: 12px;
  }

  .domains-section-process .section-title h2 {
    max-width: 276px;
    font-size: 2.34rem;
    line-height: 0.96;
  }

  .domains-section-process .section-head p {
    max-width: 308px;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.56;
    color: #676d72;
  }

  .domains-section-process .process-grid {
    max-width: 320px;
    margin: 16px auto 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .domains-section-process .process-flow {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .domains-section-process .process-flow.process-flow-six {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .domains-section-process .process-flow-item {
    text-align: left;
    padding-left: 68px;
    min-height: 56px;
  }

  .domains-section-process .process-flow-index {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .domains-section-process .process-flow-item::after {
    top: 54px;
    left: 26px;
    width: 0;
    height: calc(100% - 38px);
    border-top: 0;
    border-left: 1px solid #c8cfcc;
  }

  .domains-section-process .process-flow-item strong {
    margin-top: 2px;
    font-size: 16px;
  }

  .domains-section-process .process-flow-item p {
    max-width: none;
    font-size: 13px;
    line-height: 1.55;
  }

  .challenge-card {
    min-height: auto;
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-section-legacy .section-head {
    gap: 12px;
  }

  .roadmap-section-legacy .section-title h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.3rem);
    line-height: 1.02;
  }

  .roadmap-section-legacy .section-head p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }

  .roadmap-section-legacy .roadmap-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .roadmap-section-operations .section-head {
    gap: 12px;
  }

  .roadmap-section-operations .section-title h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.3rem);
    line-height: 1.02;
  }

  .roadmap-section-operations .section-head p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }

  .roadmap-section-operations .roadmap-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .roadmap-section-operations .roadmap-card {
    min-height: 0;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(22, 27, 26, 0.1);
  }

  .roadmap-section-operations .roadmap-card:first-child {
    border-top: 0;
  }

  .roadmap-section-operations .roadmap-card h3 {
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .roadmap-section-operations .roadmap-card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

  .roadmap-section-operations .roadmap-phase {
    margin-top: auto;
  }

  .roadmap-section-legacy .roadmap-card {
    min-height: 0;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(22, 27, 26, 0.1);
  }

  .roadmap-section-legacy .roadmap-card:first-child {
    border-top: 0;
  }

  .roadmap-section-legacy .roadmap-card h3 {
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .roadmap-section-legacy .roadmap-card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

  .roadmap-section-legacy .roadmap-phase {
    margin-top: auto;
  }

  .roadmap-card {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(22, 27, 26, 0.1);
    padding: 18px 0 0;
  }

  .roadmap-card:first-child {
    border-top: 0;
  }

}

/* Service-page testimonial (single card) */
.service-testimonial {
  background: #151515;
  color: #ffffff;
  padding: 96px 0 104px;
}

.service-testimonial .section-title-split {
  max-width: var(--page-shell);
  margin: 0 auto;
  padding: 0 var(--page-gutter, 20px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  align-items: start;
  gap: 34px;
}

.service-testimonial .section-heading-copy {
  justify-items: start;
}

.service-testimonial h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.4vw, 2.85rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.service-testimonial h2 span {
  color: #16ab6d;
}

.service-testimonial .section-title-split p {
  max-width: 320px;
  margin: 0;
  font-size: 15px;
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.82);
}

.service-testimonial-shell {
  max-width: var(--page-shell);
  margin: 40px auto 0;
  padding: 0 var(--page-gutter, 20px);
}

.service-testimonial-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.service-testimonial-card blockquote {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.service-testimonial-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.service-testimonial-meta strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.service-testimonial-meta span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.service-testimonial-meta img {
  height: 36px;
  width: auto;
  max-width: 180px;
  opacity: 0.82;
}

.service-testimonial-meta .service-testimonial-logo-placeholder {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
  .service-testimonial {
    padding: 64px 0 72px;
  }
  .service-testimonial .section-title-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-testimonial .section-title-split p {
    max-width: none;
  }
  .service-testimonial-card {
    padding: 36px 28px;
    gap: 36px;
  }
  .service-testimonial-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* ---------- FAQ Section (light theme) ---------- */
/* Matches the reference design — white background, dark text, soft gray
   borders. Used only by the four service sub-pages; services.html (overview)
   keeps its dark-theme FAQ via services-overview.css. */

.faq-section {
  background: #ffffff;
  padding: 72px 0 64px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.faq-section > .faq-header,
.faq-section > .faq-list {
  max-width: var(--page-shell);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.faq-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 40px;
}

.faq-header-title h2 {
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  color: #141414;
  margin: 0;
}

.faq-header-title h2 span {
  display: block;
}

.faq-header-title h2 em {
  font-style: normal;
  color: var(--green);
  display: block;
}

.faq-header > p {
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(20, 20, 20, 0.6);
  margin: 0;
  padding-top: 8px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: 6px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: #ffffff;
}

.faq-item.is-active {
  background: #fafafa;
  border-color: rgba(20, 20, 20, 0.12);
}

.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #141414;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(20, 20, 20, 0.6);
}

.faq-icon svg {
  width: 28px;
  height: 28px;
}

.faq-icon-vertical {
  transition: opacity var(--motion-duration-panel) var(--motion-ease-standard);
}

.faq-item.is-active .faq-icon-vertical {
  opacity: 0;
}

.faq-panel {
  height: 0;
  overflow: hidden;
  transition: height var(--motion-duration-panel) var(--motion-ease-standard);
}

.faq-panel-inner {
  padding: 0 18px 16px;
}

.faq-panel-inner p {
  margin: 0;
  max-width: 840px;
  font-family: 'InterVariable', 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(20, 20, 20, 0.6);
}

@media (max-width: 900px) {
  .faq-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-toggle {
    font-size: 12px;
    padding: 14px 14px;
  }

  .faq-icon {
    width: 22px;
    height: 22px;
  }

  .faq-icon svg {
    width: 22px;
    height: 22px;
  }

  .faq-panel-inner {
    padding: 0 14px 12px;
  }

  .faq-panel-inner p {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .faq-section {
    padding: 48px 0 40px;
  }
}
