.home-page {
  --home-ink: #071c15;
  --home-green: #0a5a3c;
  --home-green-deep: #061f18;
  --home-surface: #f4f6f2;
  --home-line: rgba(7, 28, 21, .13);
  background: #f7f7f3;
}

.home-page .button-primary {
  background: var(--home-green-deep);
  box-shadow: 0 18px 44px rgba(6, 31, 24, .16);
}

.home-page .button-primary:hover { background: #0c4a35; }

.home-hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
  background:
    radial-gradient(circle at 78% 20%, rgba(100, 161, 132, .14), transparent 31%),
    linear-gradient(125deg, #fbfbf8 0 54%, #edf2ed 100%);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 28, 21, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 28, 21, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.65), transparent 76%);
}

.home-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, .8fr) minmax(620px, 1.2fr);
  align-items: center;
  gap: 58px;
  min-height: calc(100svh - var(--header-height));
  padding: 58px 0 52px;
}

.home-hero-copy { position: relative; z-index: 3; }

.home-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(56px, 5.5vw, 84px);
  line-height: .92;
  letter-spacing: -.064em;
  font-weight: 900;
  text-wrap: balance;
}

.home-hero-copy > p {
  max-width: 650px;
  margin: 30px 0 0;
  color: #50645b;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.hero-product-demo { min-width: 0; transform: translateZ(0); }

.hero-device-stage {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 8%, rgba(47, 129, 93, .42), transparent 34%),
    linear-gradient(145deg, #123d2f, #061c17 68%, #03130f);
  box-shadow: 0 42px 100px rgba(6, 31, 24, .2);
  isolation: isolate;
  --stage-x: 0deg;
  --stage-y: 0deg;
}

.hero-device-stage::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(140deg, #000, transparent 82%);
}

.hero-device-stage::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 390px;
  height: 390px;
  right: -190px;
  bottom: -190px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255,255,255,.018), 0 0 0 128px rgba(255,255,255,.012);
}

.home-device-set {
  position: absolute;
  inset: 0;
  animation: homeDeviceEnter .58s var(--ease) both;
}

.home-desktop-device {
  position: absolute;
  top: 11%;
  left: 5%;
  width: 82%;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: linear-gradient(155deg, #26302e, #070b0a 60%, #384440);
  box-shadow: 0 32px 70px rgba(0,0,0,.4);
  transform: perspective(1400px) rotateX(var(--stage-x)) rotateY(var(--stage-y));
  transform-style: preserve-3d;
  transition: transform .35s var(--ease), box-shadow .35s ease;
  animation: homeMonitorFloat 7s ease-in-out infinite;
}

.home-desktop-device img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 10;
  border-radius: 11px;
  object-fit: cover;
  object-position: top center;
  background: #eef3f0;
}

.home-device-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 9px;
}

.home-device-bar i { width: 7px; height: 7px; border-radius: 50%; background: #82908b; }
.home-device-bar i:first-child { background: #e66b66; }
.home-device-bar i:nth-child(2) { background: #d8b85c; }
.home-device-bar i:nth-child(3) { background: #58b982; }

.home-device-base {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  width: 25%;
  height: 64px;
  background: linear-gradient(90deg, #171d1b, #66726e 50%, #171d1b);
  clip-path: polygon(38% 0, 62% 0, 68% 76%, 94% 90%, 94% 100%, 6% 100%, 6% 90%, 32% 76%);
  transform: translateX(-50%);
}

.home-phone-device {
  position: absolute;
  z-index: 4;
  right: 3.8%;
  bottom: 4.5%;
  width: 21%;
  aspect-ratio: 430 / 900;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 40px;
  background: linear-gradient(145deg, #6a7874, #080c0b 44%, #76837f);
  box-shadow: inset 0 0 0 3px #0a0f0d, 0 30px 44px rgba(0,0,0,.48);
  animation: homePhoneFloat 5.8s ease-in-out infinite;
}

.home-phone-device img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  object-position: top center;
  background: #f6f8f7;
}

.home-dynamic-island {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 50%;
  width: 40%;
  height: 18px;
  border-radius: 999px;
  background: #040605;
  transform: translateX(-50%);
}

.hero-product-switcher {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px;
  border-top: 1px solid var(--home-line);
}

.hero-product-switcher button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 18px 12px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #5c6d65;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  transition: color .25s ease;
}

.hero-product-switcher button::before {
  position: absolute;
  content: "";
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--home-green);
  transform: scaleX(0);
  transition: transform .3s var(--ease);
}

.hero-product-switcher button.is-active { color: var(--home-ink); }
.hero-product-switcher button.is-active::before { transform: scaleX(1); }

.hero-product-switcher img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}

.home-proof { padding: 112px 0 120px; background: #fff; }

.proof-intro,
.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: end;
  gap: 76px;
}

.proof-intro h2,
.company-story h2,
.services-intro h2,
.home-contact-copy h2 {
  margin: 0;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: .96;
  letter-spacing: -.058em;
  font-weight: 900;
  text-wrap: balance;
}

.proof-intro p,
.services-intro > p,
.company-story-copy > p,
.home-contact-copy > p {
  margin: 0;
  color: #596b63;
  font-size: 18px;
  line-height: 1.65;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.proof-metrics > div { min-height: 170px; padding: 34px 28px; border-right: 1px solid var(--home-line); }
.proof-metrics > div:last-child { border-right: 0; }
.proof-metrics strong { display: block; font-size: clamp(42px, 4vw, 64px); line-height: 1; letter-spacing: -.055em; }
.proof-metrics span { display: block; max-width: 160px; margin-top: 16px; color: #607169; line-height: 1.45; }

.client-line { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 40px; padding: 34px 0; border-bottom: 1px solid var(--home-line); }
.client-line p { margin: 0; color: #617169; font-size: 14px; line-height: 1.45; }
.client-line > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 34px; }
.client-line span { color: #233a31; font-size: 15px; font-weight: 850; letter-spacing: -.02em; }

.company-story {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(480px, 1.1fr);
  gap: 100px;
  padding-top: 110px;
}

.company-story h2 { max-width: 640px; }
.company-story-copy { display: grid; gap: 24px; align-content: start; }
.company-story-copy .company-presence { padding-top: 24px; border-top: 1px solid var(--home-line); color: var(--home-ink); font-weight: 800; }

.home-products { background: #f7f7f3; }

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.home-section-heading h2,
.home-method-copy h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: .96;
  letter-spacing: -.058em;
  font-weight: 900;
  text-wrap: balance;
}

.home-section-heading p,
.home-method-copy > p {
  margin: 0;
  color: #5b6c64;
  font-size: 19px;
  line-height: 1.65;
}

.home-products-heading h2 { max-width: 680px; }

.ecosystem-browser {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  overflow: hidden;
  border: 1px solid var(--home-line);
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,28,21,.08);
}

.ecosystem-product-list {
  display: grid;
  align-content: stretch;
  border-right: 1px solid var(--home-line);
  background: #f7f8f5;
}

.ecosystem-product-list button {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 122px;
  padding: 22px 24px;
  border: 0;
  border-bottom: 1px solid var(--home-line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color .25s ease, background .25s ease;
}

.ecosystem-product-list button:last-child { border-bottom: 0; }
.ecosystem-product-list button::before { position: absolute; content: ""; inset: 0 auto 0 0; width: 3px; background: var(--home-green); transform: scaleY(0); transition: transform .3s var(--ease); }
.ecosystem-product-list button.is-active { color: var(--home-ink); background: #eaf1ec; }
.ecosystem-product-list button.is-active::before { transform: scaleY(1); }
.ecosystem-product-list img { width: 56px; height: 56px; padding: 6px; border: 1px solid rgba(7,28,21,.1); border-radius: 15px; object-fit: contain; background: #fff; }
.ecosystem-product-list strong { display: block; margin-bottom: 7px; font-size: 19px; letter-spacing: -.025em; }
.ecosystem-product-list small { display: block; color: #617169; font-size: 13px; line-height: 1.45; }
.ecosystem-choice-arrow { color: #87938d; font-size: 20px; transition: color .25s ease, transform .25s var(--ease); }
.ecosystem-product-list button.is-active .ecosystem-choice-arrow { color: var(--home-green); transform: translateX(4px); }

.ecosystem-product-stage { min-width: 0; color: #fff; background: radial-gradient(circle at 16% 0, rgba(75,143,111,.3), transparent 30%), linear-gradient(145deg, #123c2f, #061d17 70%); }
.ecosystem-product-panel { display: grid; grid-template-rows: auto 1fr; min-height: 610px; padding: 42px 42px 0; animation: ecosystemPanelIn .48s var(--ease) both; }
.ecosystem-panel-head { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; padding-bottom: 34px; }
.ecosystem-panel-head h3 { max-width: 610px; margin: 0 0 13px; font-size: clamp(31px, 3vw, 46px); line-height: .98; letter-spacing: -.05em; }
.ecosystem-panel-head p { max-width: 670px; margin: 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.58; }
.ecosystem-panel-head a { display: inline-flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.32); white-space: nowrap; font-size: 14px; font-weight: 800; }
.ecosystem-screen { align-self: end; min-width: 0; padding: 9px 9px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px 18px 0 0; background: #17211e; box-shadow: 0 28px 65px rgba(0,0,0,.3); }
.ecosystem-screen > span { display: flex; align-items: center; gap: 6px; height: 24px; padding: 0 4px; }
.ecosystem-screen > span i { width: 6px; height: 6px; border-radius: 50%; background: #6e8179; }
.ecosystem-screen img { width: 100%; height: auto; aspect-ratio: 16 / 10; border-radius: 10px 10px 0 0; object-fit: cover; object-position: top center; background: #f3f6f4; }

.home-products-link { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding: 26px 2px 18px; border-bottom: 1px solid var(--home-line); font-size: 20px; font-weight: 850; }
.home-products-link span:last-child { font-size: 30px; transition: transform .3s var(--ease); }
.home-products-link:hover span:last-child { transform: translateX(8px); }

.home-evidence { border-top: 1px solid var(--home-line); background: #fff; }
.evidence-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 330px; overflow: hidden; color: #fff; background: var(--home-green-deep); box-shadow: 0 26px 68px rgba(6,31,24,.14); }
.evidence-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 54px; }
.evidence-copy h3 { margin: 0 0 22px; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.evidence-copy p { max-width: 650px; margin: 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.65; }
.evidence-numbers { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.13); }
.evidence-numbers > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 48px 34px; border-right: 1px solid rgba(255,255,255,.13); }
.evidence-numbers > div:last-child { border-right: 0; }
.evidence-numbers strong { font-size: clamp(48px, 5vw, 74px); line-height: 1; letter-spacing: -.06em; }
.evidence-numbers span { max-width: 130px; margin-top: 16px; color: rgba(255,255,255,.62); line-height: 1.4; }
.evidence-list { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--home-line); border-top: 0; }
.evidence-list article { min-height: 220px; padding: 34px; border-right: 1px solid var(--home-line); }
.evidence-list article:last-child { border-right: 0; }
.evidence-list h3 { margin: 0 0 18px; font-size: 22px; letter-spacing: -.035em; }
.evidence-list p { margin: 0; color: #5d6f67; line-height: 1.6; }

.home-services { background: #f0f3ef; }
.services-intro { margin-bottom: 58px; }
.service-routes { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--home-line); box-shadow: 0 20px 55px rgba(7,28,21,.06); }
.service-route { min-height: 390px; padding: 52px; background: #fff; }
.service-route + .service-route { border-left: 1px solid var(--home-line); }
.service-route h3 { max-width: 520px; margin: 0 0 24px; font-size: clamp(34px, 3.6vw, 52px); line-height: 1; letter-spacing: -.05em; }
.service-route p { max-width: 580px; margin: 0; color: #5d6e66; font-size: 17px; line-height: 1.65; }
.service-route .text-link { margin-top: 36px; padding-left: 0; }
.service-route-dark { color: #fff; background: #0b2d23; }
.service-route-dark p { color: rgba(255,255,255,.64); }

.home-platform { position: relative; overflow: hidden; color: #fff; background: #071f19; }
.home-platform::before { position: absolute; content: ""; inset: 0; background: radial-gradient(circle at 10% 0, rgba(83,152,118,.2), transparent 31%), linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: auto, 64px 64px, 64px 64px; mask-image: linear-gradient(#000, transparent 94%); }
.home-platform .shell { position: relative; z-index: 1; }
.home-section-heading-light p { color: rgba(255,255,255,.6); }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.platform-grid article { min-height: 260px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.platform-grid article:last-child { border-right: 0; }
.platform-grid h3 { margin: 0 0 18px; font-size: 23px; letter-spacing: -.035em; }
.platform-grid p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }
.platform-link { margin-top: 28px; padding-left: 0; }

.home-method { background: #f7f7f3; }
.home-method-layout { display: grid; grid-template-columns: minmax(380px, .82fr) minmax(520px, 1.18fr); gap: 100px; align-items: start; }
.home-method-copy { position: sticky; top: calc(var(--header-height) + 48px); }
.home-method-copy > p { margin-top: 28px; max-width: 580px; }
.home-method-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--home-line); }
.home-method-list li { display: grid; grid-template-columns: 82px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--home-line); }
.method-icon { display: grid; place-items: center; width: 60px; height: 60px; border: 1px solid var(--home-line); color: var(--home-green); background: #fff; font-size: 26px; font-weight: 900; transition: color .3s ease, background .3s ease, transform .3s var(--ease); }
.home-method-list li:hover .method-icon { color: #fff; background: var(--home-green-deep); transform: rotate(-4deg); }
.home-method-list h3 { margin: 3px 0 9px; font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.home-method-list p { margin: 0; color: #5c6d65; font-size: 17px; line-height: 1.58; }

.home-contact { padding-top: 90px; color: #fff; background: #08271f; }
.home-contact-layout { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(520px, 1.15fr); gap: 90px; align-items: start; }
.home-contact-copy { position: sticky; top: calc(var(--header-height) + 48px); }
.home-contact-copy h2 { max-width: 620px; }
.home-contact-copy > p { max-width: 580px; margin-top: 28px; color: rgba(255,255,255,.64); }
.home-contact-copy > a { display: block; width: max-content; max-width: 100%; margin-top: 34px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 18px; font-weight: 800; overflow-wrap: anywhere; }
.home-contact-copy > span { display: block; margin-top: 15px; color: rgba(255,255,255,.5); }
.home-contact-form { display: grid; gap: 22px; padding: 46px; color: var(--home-ink); background: #f8f8f4; box-shadow: 0 32px 80px rgba(0,0,0,.22); }
.home-contact-form label { display: grid; gap: 9px; font-size: 14px; font-weight: 800; }
.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea { width: 100%; min-width: 0; border: 1px solid rgba(7,28,21,.17); border-radius: 10px; color: var(--home-ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.home-contact-form input,
.home-contact-form select { height: 52px; padding: 0 14px; }
.home-contact-form textarea { min-height: 120px; padding: 14px; resize: vertical; }
.home-contact-form input:focus,
.home-contact-form select:focus,
.home-contact-form textarea:focus { border-color: var(--home-green); outline: 0; box-shadow: 0 0 0 3px rgba(10,90,60,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.home-contact-form .button { justify-self: start; min-width: 220px; color: #fff; background: var(--home-green-deep); }
.home-contact-form .button:disabled { cursor: wait; opacity: .68; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.form-note,
.form-status { margin: 0; color: #66766e; font-size: 12px; line-height: 1.5; }
.form-status:not(:empty) { color: var(--home-green); font-weight: 800; }
.form-status.is-error { color: #a12f2f; }

.footer-grid-expanded { grid-template-columns: 1.5fr .55fr .65fr .75fr; gap: 58px; }
.footer-email { display: block; width: 100%; max-width: 100%; margin-top: 18px; color: rgba(255,255,255,.72); overflow-wrap: anywhere; word-break: break-word; }

@keyframes homeDeviceEnter { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes homeMonitorFloat { 50% { translate: 0 -5px; } }
@keyframes homePhoneFloat { 50% { transform: translateY(-10px) rotate(.6deg); } }
@keyframes ecosystemPanelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  .home-hero-layout { grid-template-columns: .8fr 1.2fr; gap: 34px; }
  .home-hero-copy h1 { font-size: clamp(50px, 5.7vw, 70px); }
  .hero-device-stage { min-height: 540px; }
  .home-desktop-device { width: 86%; }
  .home-phone-device { width: 23%; }
  .hero-product-switcher span { display: none; }
  .hero-product-switcher button { justify-content: center; }
  .company-story,
  .home-method-layout,
  .home-contact-layout { gap: 58px; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-grid article:nth-child(2) { border-right: 0; }
  .platform-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 900px) {
  .home-page .section { padding: 92px 0; }
  .home-hero-layout { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 64px 0; }
  .home-hero-copy { max-width: 760px; }
  .home-hero-copy h1 { font-size: clamp(54px, 10vw, 82px); }
  .hero-device-stage { min-height: 620px; }
  .proof-intro,
  .company-story,
  .home-section-heading,
  .services-intro,
  .home-method-layout,
  .home-contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .company-story { padding-top: 84px; }
  .proof-metrics { grid-template-columns: repeat(2, 1fr); }
  .proof-metrics > div:nth-child(2) { border-right: 0; }
  .proof-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
  .client-line { grid-template-columns: 1fr; gap: 20px; }
  .client-line > div { justify-content: flex-start; }
  .ecosystem-browser { grid-template-columns: 1fr; }
  .ecosystem-product-list { grid-template-columns: repeat(4, minmax(0, 1fr)); border-right: 0; border-bottom: 1px solid var(--home-line); }
  .ecosystem-product-list button { grid-template-columns: 48px 1fr; min-height: 92px; padding: 16px; border-right: 1px solid var(--home-line); border-bottom: 0; }
  .ecosystem-product-list button:last-child { border-right: 0; }
  .ecosystem-product-list button::before { inset: auto 0 0; width: auto; height: 3px; transform: scaleX(0); }
  .ecosystem-product-list button.is-active::before { transform: scaleX(1); }
  .ecosystem-product-list img { width: 48px; height: 48px; }
  .ecosystem-product-list small,
  .ecosystem-choice-arrow { display: none; }
  .ecosystem-product-panel { min-height: 590px; }
  .evidence-feature { grid-template-columns: 1fr; }
  .evidence-numbers { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .evidence-numbers > div { min-height: 190px; }
  .evidence-list { grid-template-columns: 1fr; }
  .evidence-list article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--home-line); }
  .evidence-list article:last-child { border-bottom: 0; }
  .home-method-copy,
  .home-contact-copy { position: static; }
  .footer-grid-expanded { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid-expanded > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .home-page .section { padding: 74px 0; }
  .home-hero { min-height: auto; }
  .home-hero-layout { gap: 40px; padding: 54px 0 46px; }
  .home-hero-copy h1 { font-size: clamp(45px, 13vw, 60px); line-height: .92; }
  .home-hero-copy > p { margin-top: 22px; font-size: 17px; }
  .home-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 28px; }
  .home-hero-actions .text-link { justify-content: center; }
  .hero-device-stage { min-height: 420px; border-radius: 22px; }
  .home-desktop-device { top: 8%; left: 4%; width: 92%; padding: 5px; border-radius: 15px; }
  .home-device-bar { height: 22px; }
  .home-device-bar i { width: 5px; height: 5px; }
  .home-desktop-device img { border-radius: 8px; }
  .home-device-base { height: 42px; }
  .home-phone-device { right: 4%; bottom: 4%; width: 27%; padding: 5px; border-radius: 28px; }
  .home-phone-device img { border-radius: 22px; }
  .home-dynamic-island { top: 10px; height: 11px; }
  .hero-product-switcher { margin-top: 16px; }
  .hero-product-switcher button { padding: 14px 4px 10px; }
  .hero-product-switcher img { width: 34px; height: 34px; flex-basis: 34px; }
  .home-proof { padding: 76px 0; }
  .proof-intro h2,
  .company-story h2,
  .services-intro h2,
  .home-contact-copy h2,
  .home-section-heading h2,
  .home-method-copy h2 { font-size: clamp(38px, 11vw, 50px); }
  .proof-intro p,
  .services-intro > p,
  .company-story-copy > p,
  .home-contact-copy > p,
  .home-section-heading p,
  .home-method-copy > p { font-size: 16px; }
  .proof-metrics { margin-top: 48px; }
  .proof-metrics > div { min-height: 136px; padding: 25px 18px; }
  .proof-metrics strong { font-size: 42px; }
  .proof-metrics span { margin-top: 11px; font-size: 13px; }
  .client-line { padding: 28px 0; }
  .client-line > div { gap: 16px 24px; }
  .client-line span { font-size: 13px; }
  .company-story { padding-top: 66px; }
  .company-story-copy { gap: 18px; }
  .home-section-heading { gap: 18px; margin-bottom: 36px; }
  .ecosystem-browser { border-radius: 18px; }
  .ecosystem-product-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ecosystem-product-list button { grid-template-columns: 42px 1fr; gap: 10px; min-height: 76px; padding: 11px 12px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
  .ecosystem-product-list button:nth-child(2n) { border-right: 0; }
  .ecosystem-product-list button:nth-child(n+3) { border-bottom: 0; }
  .ecosystem-product-list img { width: 42px; height: 42px; padding: 4px; border-radius: 12px; }
  .ecosystem-product-list strong { margin: 0; font-size: 14px; line-height: 1.1; }
  .ecosystem-product-panel { min-height: 430px; padding: 26px 18px 0; }
  .ecosystem-panel-head { grid-template-columns: 1fr; gap: 13px; padding-bottom: 22px; }
  .ecosystem-panel-head h3 { margin-bottom: 10px; font-size: 30px; }
  .ecosystem-panel-head p { font-size: 14px; line-height: 1.5; }
  .ecosystem-panel-head a { justify-self: start; padding: 8px 0; font-size: 13px; }
  .ecosystem-screen { padding: 6px 6px 0; border-radius: 12px 12px 0 0; }
  .ecosystem-screen > span { height: 18px; }
  .ecosystem-screen > span i { width: 5px; height: 5px; }
  .ecosystem-screen img { border-radius: 7px 7px 0 0; }
  .evidence-copy { padding: 34px 24px; }
  .evidence-copy h3 { font-size: 44px; }
  .evidence-copy p { font-size: 15px; }
  .evidence-numbers > div { min-height: 150px; padding: 28px 20px; }
  .evidence-numbers strong { font-size: 44px; }
  .evidence-numbers span { font-size: 13px; }
  .evidence-list article { padding: 28px 24px; }
  .services-intro { margin-bottom: 36px; }
  .service-routes { grid-template-columns: 1fr; }
  .service-route { min-height: auto; padding: 36px 24px; }
  .service-route + .service-route { border-top: 1px solid var(--home-line); border-left: 0; }
  .service-route h3 { font-size: 36px; }
  .service-route p { font-size: 15px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-grid article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .platform-grid article:nth-child(2) { border-right: 0; }
  .platform-grid article:last-child { border-bottom: 0; }
  .home-method-list li { grid-template-columns: 60px 1fr; gap: 16px; padding: 26px 0; }
  .method-icon { width: 50px; height: 50px; }
  .home-method-list h3 { font-size: 26px; }
  .home-method-list p { font-size: 15px; }
  .home-contact { padding-top: 74px; }
  .home-contact-form { gap: 18px; padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 18px; }
  .home-contact-form .button { width: 100%; }
  .footer-grid-expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; }
  .footer-grid-expanded > div:first-child { grid-column: 1 / -1; }
  .footer-grid-expanded > div:last-child { grid-column: auto; }
}

@media (max-width: 390px) {
  .hero-device-stage { min-height: 380px; }
  .ecosystem-product-panel { min-height: 410px; }
  .ecosystem-panel-head h3 { font-size: 28px; }
  .proof-metrics strong { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-device-set,
  .ecosystem-product-panel,
  .home-desktop-device,
  .home-phone-device { animation: none; }
  .home-desktop-device { transform: none; }
}
