:root {
  --ink: #132238;
  --night: #0b1f33;
  --night-soft: #112c48;
  --blue: #2673d2;
  --blue-dark: #155bb3;
  --cyan: #5bc8c0;
  --cyan-soft: #dff7f4;
  --muted: #627188;
  --line: #dfe6ef;
  --soft: #f4f7fb;
  --white: #ffffff;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); -webkit-font-smoothing: antialiased; }
body, button, a { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
a { color: inherit; }
img { max-width: 100%; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.landing-shell { width: 100%; overflow: hidden; }
.landing-container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }

.landing-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; border-bottom: 1px solid rgb(255 255 255 / 12%); color: var(--white); }
.header-inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand > img { width: 26px; height: 33px; object-fit: contain; }
.brand-wordmark { display: grid; line-height: 1; }
.brand-wordmark strong { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.brand-wordmark small { margin-top: 6px; color: #aebacf; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.landing-nav { display: flex; align-items: center; gap: 25px; }
.landing-nav > a { color: #c5d0df; font-size: 14px; font-weight: 650; text-decoration: none; }
.landing-nav > a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 4px; }
.btn-login { padding: 10px 13px; color: var(--white); font-size: 14px; font-weight: 750; text-decoration: none; }
.btn-primary, .btn-secondary, .btn-white, .btn-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.btn-primary { min-height: 44px; padding: 0 19px; border-radius: 8px; background: var(--blue); color: var(--white); font-size: 14px; font-weight: 750; box-shadow: 0 12px 28px rgb(14 82 163 / 30%); }
.btn-primary:hover { background: #3783dd; transform: translateY(-1px); }
.btn-large { min-height: 54px; padding: 0 24px; }
.btn-link { color: var(--white); font-size: 14px; font-weight: 700; }
.btn-link:hover { color: var(--cyan); }
.btn-secondary { min-height: 49px; padding: 0 20px; border: 1px solid #cfd9e6; border-radius: 8px; color: var(--ink); font-size: 14px; font-weight: 750; }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.btn-white { min-height: 50px; padding: 0 22px; border-radius: 8px; background: var(--white); color: var(--blue-dark); font-size: 14px; font-weight: 800; }
.btn-white:hover { transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); cursor: pointer; gap: 5px; }
.menu-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 770px; padding: 154px 0 104px; overflow: hidden; background: radial-gradient(circle at 80% 18%, rgb(38 115 210 / 30%), transparent 34%), radial-gradient(circle at 17% 85%, rgb(91 200 192 / 12%), transparent 30%), var(--night); color: var(--white); }
.hero::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgb(255 255 255 / 2.8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2.8%) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero::after { position: absolute; right: -180px; bottom: -300px; width: 620px; height: 620px; border: 1px solid rgb(91 200 192 / 18%); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgb(91 200 192 / 2.5%), 0 0 0 140px rgb(91 200 192 / 1.8%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 64px; }
.hero-copy { max-width: 570px; }
.eyebrow, .section-kicker, .feature-index { color: #1f65bd; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #b9d8ff; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgb(91 200 192 / 13%); }
.hero h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(46px, 4.7vw, 68px); font-weight: 760; line-height: 1.035; letter-spacing: -.048em; }
.hero-copy > p { max-width: 555px; margin-bottom: 31px; color: #b8c5d6; font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 29px; color: #9eacc1; font-size: 13px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.hero-facts .icon { width: 17px; height: 17px; color: var(--cyan); stroke-width: 2.2; }
.hero-product { position: relative; padding: 28px 0 38px; }
.hero-product::before { position: absolute; inset: -60px -85px -45px -60px; border-radius: 50%; background: radial-gradient(circle, rgb(38 115 210 / 23%), transparent 64%); content: ""; }
.browser-frame { position: relative; overflow: hidden; border: 1px solid #dce4ee; border-radius: 11px; background: var(--white); box-shadow: 0 25px 64px rgb(23 42 67 / 15%); }
.hero-frame { border-color: rgb(255 255 255 / 17%); box-shadow: 0 36px 90px rgb(0 0 0 / 40%); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.browser-bar { display: flex; height: 35px; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #e4e8ef; background: #f4f6f9; }
.browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #cdd4de; }
.browser-bar > span:first-child { background: #ee7c73; }
.browser-bar > span:nth-child(2) { background: #edbd57; }
.browser-bar > span:nth-child(3) { background: #4bc27a; }
.browser-bar small { margin-left: 7px; color: #59677a; font-size: 10px; }
.browser-frame img { display: block; width: 100%; height: auto; }
.hero-signal { position: absolute; z-index: 3; right: -18px; bottom: 4px; display: flex; min-width: 230px; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 9px; background: rgb(12 35 58 / 96%); box-shadow: 0 18px 38px rgb(0 0 0 / 30%); }
.hero-signal i { width: 10px; height: 10px; border: 3px solid rgb(91 200 192 / 32%); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgb(91 200 192 / 10%); }
.hero-signal span { display: grid; }
.hero-signal small { margin-bottom: 3px; color: #8fa0b7; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-signal strong { font-size: 12px; }

.capability-bar { border-bottom: 1px solid var(--line); background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-grid a { display: flex; min-height: 112px; align-items: center; gap: 14px; padding: 0 24px; border-right: 1px solid var(--line); color: var(--blue); text-decoration: none; }
.capability-grid a:first-child { border-left: 1px solid var(--line); }
.capability-grid a:hover { background: #f9fbfe; }
.capability-grid span { display: grid; color: var(--muted); font-size: 12px; line-height: 1.45; }
.capability-grid strong { color: var(--ink); font-size: 14px; }

.section { padding: 108px 0; }
.product-intro { padding-top: 120px; padding-bottom: 96px; }
.product-intro-grid { display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 115px; }
.product-intro h2, .story-copy h2, .section-heading h2, .dossier-copy h2, .delivery-heading h2, .management-copy h2 { margin: 14px 0 0; color: var(--ink); font-size: clamp(36px, 3.6vw, 52px); font-weight: 750; line-height: 1.12; letter-spacing: -.04em; }
.product-intro p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.home-resource-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--blue-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.home-resource-link:hover { color: var(--blue); }
.home-resource-link .icon { width: 17px; height: 17px; }

.feature-story { padding: 94px 0; background: var(--white); }
.feature-story-soft { background: var(--soft); }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 78px; }
.story-reverse { grid-template-columns: 1.3fr .7fr; }
.story-reverse .story-copy { grid-column: 2; grid-row: 1; }
.story-reverse .feature-frame { grid-column: 1; grid-row: 1; }
.story-copy h2 { margin-top: 15px; font-size: clamp(34px, 3.25vw, 48px); }
.story-copy > p { margin: 20px 0 24px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.story-copy ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.story-copy li { display: flex; align-items: flex-start; gap: 9px; color: #44536a; font-size: 14px; line-height: 1.55; }
.story-copy li .icon { width: 18px; height: 18px; margin-top: 1px; color: var(--cyan); stroke-width: 2.2; }
.feature-frame { box-shadow: 0 29px 67px rgb(30 48 75 / 15%); }

.field-tools { position: relative; padding: 112px 0; overflow: hidden; background: var(--night); color: var(--white); }
.field-tools::before { position: absolute; inset: 0; background-image: linear-gradient(rgb(255 255 255 / 2.5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2.5%) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(90deg, transparent, #000 28%, #000 72%, transparent); }
.field-tools .landing-container { position: relative; }
.section-heading { max-width: 810px; margin-bottom: 52px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.field-tools .section-heading h2 { color: var(--white); }
.section-heading > p { margin: 18px 0 0; color: #a6b3c6; font-size: 16px; line-height: 1.7; }
.field-tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.field-tools-grid article { min-height: 270px; padding: 27px 25px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 11px; background: rgb(255 255 255 / 4%); }
.field-tools-grid article > .icon { width: 29px; height: 29px; color: var(--cyan); }
.field-tools-grid article > span { display: block; margin-top: 28px; color: #79dad3; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field-tools-grid h3 { margin: 12px 0 10px; font-size: 20px; line-height: 1.25; }
.field-tools-grid p { margin: 0; color: #a9b6c8; font-size: 14px; line-height: 1.65; }

.dossier-section { background: var(--white); }
.dossier-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 108px; }
.dossier-copy > p { margin: 22px 0 29px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.dossier-flow { position: relative; margin: 0; padding: 0; list-style: none; }
.dossier-flow::before { position: absolute; top: 39px; bottom: 39px; left: 19px; width: 1px; background: #cbd9e9; content: ""; }
.dossier-flow li { position: relative; display: flex; gap: 21px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.dossier-flow li:first-child { border-top: 1px solid var(--line); }
.dossier-flow li > span { z-index: 1; display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid #bad2ef; border-radius: 50%; background: var(--white); color: var(--blue); font-size: 11px; font-weight: 800; }
.dossier-flow strong { font-size: 16px; }
.dossier-flow p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.delivery-section { padding: 112px 0; background: #edf4fb; }
.delivery-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 100px; margin-bottom: 48px; }
.delivery-heading > p { margin: 0; color: #56657a; font-size: 16px; line-height: 1.75; }
.delivery-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: 20px; }
.delivery-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.delivery-grid article { position: relative; min-height: 235px; overflow: hidden; padding: 32px; border: 1px solid #d5e2ef; border-radius: 12px; background: var(--white); }
.delivery-grid article::after { position: absolute; right: -56px; bottom: -56px; width: 150px; height: 150px; border: 24px solid #e9f2fb; border-radius: 50%; content: ""; }
.delivery-number { position: absolute; top: 28px; right: 29px; color: #63768b; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.delivery-grid article > .icon { width: 32px; height: 32px; color: var(--blue); }
.delivery-grid h3 { margin: 34px 0 13px; font-size: 23px; }
.delivery-grid p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.integration-board { position: relative; display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 34px; min-height: 490px; overflow: hidden; padding: 38px; border-radius: 14px; background: var(--night); color: var(--white); box-shadow: 0 24px 54px rgb(24 54 89 / 14%); }
.integration-board::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 48%, rgb(65 165 214 / 19%), transparent 40%), linear-gradient(130deg, transparent 34%, rgb(255 255 255 / 3%)); content: ""; }
.integration-board-copy, .integration-route { position: relative; z-index: 1; }
.integration-board-copy > span { color: #79dad3; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.integration-board-copy h3 { margin: 15px 0 17px; font-size: clamp(25px, 2.3vw, 34px); line-height: 1.18; letter-spacing: -.025em; }
.integration-board-copy p { margin: 0; color: #a9b6c8; font-size: 14px; line-height: 1.65; }
.integration-route { display: grid; grid-template-columns: minmax(138px, .68fr) 58px minmax(245px, 1.32fr); align-items: stretch; min-width: 0; }
.integration-source { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; gap: 22px; padding: 22px 19px 18px; border: 1px solid rgb(121 218 211 / 32%); border-radius: 13px; background: linear-gradient(145deg, rgb(23 61 93 / 94%), rgb(13 40 65 / 97%)); box-shadow: 0 18px 36px rgb(0 0 0 / 18%); }
.integration-source-brand { display: flex; align-items: center; gap: 11px; }
.integration-source-brand > span { display: grid; width: 39px; height: 39px; flex: 0 0 39px; place-items: center; border-radius: 10px; background: rgb(91 200 192 / 12%); }
.integration-source-brand img { width: 19px; height: 25px; }
.integration-source-brand div, .integration-package div, .integration-destinations-heading div { display: grid; min-width: 0; }
.integration-source-brand small, .integration-destinations-heading small { margin-bottom: 4px; color: #8ea1b9; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.integration-source-brand strong { font-size: 13px; line-height: 1.3; }
.integration-package { display: flex; align-items: center; gap: 10px; padding: 13px 11px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 9px; background: rgb(255 255 255 / 5%); }
.integration-package .icon { width: 22px; height: 22px; color: var(--cyan); }
.integration-package strong { font-size: 11px; }
.integration-package span { margin-top: 3px; color: #93a5ba; font-size: 9px; }
.integration-status { display: inline-flex; align-items: center; gap: 7px; color: #b8c8d8; font-size: 9px; font-weight: 700; }
.integration-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgb(91 200 192 / 11%); }
.integration-transfer { position: relative; display: grid; min-width: 0; place-items: center; }
.integration-transfer::before { width: 100%; height: 1px; background: linear-gradient(90deg, rgb(91 200 192 / 34%), rgb(91 200 192 / 78%)); content: ""; }
.integration-transfer::after { position: absolute; right: -1px; width: 7px; height: 7px; border-top: 1px solid #79dad3; border-right: 1px solid #79dad3; content: ""; transform: rotate(45deg); }
.integration-transfer span { position: absolute; padding: 5px 7px; border: 1px solid rgb(121 218 211 / 20%); border-radius: 999px; background: #102943; color: #8edfd9; font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.integration-destinations { min-width: 0; padding: 18px; border: 1px solid #dce6f0; border-radius: 13px; background: #f8fbfe; color: var(--ink); box-shadow: 0 18px 36px rgb(0 0 0 / 18%); }
.integration-destinations-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; padding-bottom: 14px; border-bottom: 1px solid #dde6ef; }
.integration-destinations-heading strong { font-size: 12px; }
.integration-destinations-heading > span { flex: 0 0 auto; padding: 5px 7px; border-radius: 999px; background: #e8f1fb; color: #4f6680; font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.integration-providers { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.integration-provider { display: flex; min-width: 0; min-height: 74px; align-items: center; justify-content: center; flex-direction: column; gap: 8px; grid-column: span 2; padding: 10px 6px; border: 1px solid #e0e8f1; border-radius: 9px; background: var(--white); color: #405069; }
.integration-provider:nth-child(-n+2) { grid-column: span 3; }
.integration-provider img { width: 28px; height: 28px; object-fit: contain; }
.integration-provider span { max-width: 100%; font-size: 9px; font-weight: 750; line-height: 1.15; text-align: center; }

.management-section { background: var(--white); }
.management-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 92px; }
.management-copy > p { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.management-cards { display: grid; gap: 14px; }
.management-cards article { display: flex; min-height: 126px; align-items: flex-start; gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfe; }
.management-cards article > .icon { width: 24px; height: 24px; color: var(--blue); }
.management-cards strong { font-size: 15px; }
.management-cards p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.final-cta { padding: 74px 0; background: var(--blue); color: var(--white); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta-inner span { color: #ffffff; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { max-width: 790px; margin: 11px 0 0; font-size: clamp(30px, 3.25vw, 45px); line-height: 1.13; letter-spacing: -.035em; }

.landing-footer { padding: 48px 0 22px; background: #071728; color: var(--white); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand .brand-wordmark small { color: #8697ad; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-main nav a { color: #a9b7c9; font-size: 13px; text-decoration: none; }
.footer-main nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 9%); color: #6f8299; font-size: 12px; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@media (max-width: 1080px) {
  .landing-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero h1 { font-size: 52px; }
  .story-grid, .story-reverse { gap: 49px; }
  .dossier-grid, .management-grid { gap: 64px; }
  .field-tools-grid { grid-template-columns: 1fr 1fr; }
  .integration-board { grid-template-columns: 1fr; gap: 22px; padding: 34px; }
  .integration-board-copy { max-width: 560px; }
}

@media (max-width: 900px) {
  .landing-container { width: min(100% - 36px, 760px); }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; }
  .landing-nav { position: absolute; top: 72px; right: 18px; left: 18px; display: none; align-items: stretch; gap: 0; padding: 14px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 10px; background: #142a43; box-shadow: 0 20px 45px rgb(0 0 0 / 34%); }
  .landing-nav.is-open { display: grid; }
  .landing-nav > a { padding: 12px 10px; }
  .nav-actions { margin: 8px 0 0; padding-top: 12px; border-top: 1px solid rgb(255 255 255 / 10%); }
  .nav-actions .btn-primary { flex: 1; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid, .product-intro-grid, .story-grid, .story-reverse, .dossier-grid, .delivery-heading, .delivery-layout, .management-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 58px; }
  .hero-copy { max-width: 700px; }
  .story-copy, .story-reverse .story-copy { grid-column: 1; grid-row: 1; max-width: 680px; }
  .feature-frame, .story-reverse .feature-frame { grid-column: 1; grid-row: 2; }
  .product-intro-grid, .delivery-heading { gap: 22px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid a:nth-child(2) { border-right: 0; }
  .capability-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .delivery-grid { grid-template-columns: 1fr 1fr; }
  .delivery-grid article { min-height: 250px; }
}

@media (max-width: 580px) {
  .landing-container { width: calc(100% - 28px); }
  .header-inner { min-height: 72px; }
  .brand-wordmark strong { font-size: 17px; }
  .brand-wordmark small { font-size: 8px; }
  .brand > img { width: 23px; height: 29px; }
  .hero { padding: 120px 0 72px; }
  .hero h1 { font-size: clamp(38px, 12vw, 46px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-facts { display: grid; gap: 9px; }
  .hero-product { padding-right: 3px; padding-bottom: 48px; }
  .hero-frame { transform: none; }
  .hero-signal { right: -4px; bottom: 4px; min-width: 196px; padding: 11px 13px; }
  .capability-grid a { min-height: 102px; padding: 0 13px; }
  .capability-grid a:nth-child(odd) { border-left: 1px solid var(--line); }
  .capability-grid a > .icon { width: 18px; height: 18px; }
  .capability-grid span { font-size: 10px; }
  .capability-grid strong { font-size: 12px; }
  .section, .field-tools, .delivery-section { padding: 78px 0; }
  .product-intro { padding: 80px 0 68px; }
  .product-intro h2, .story-copy h2, .section-heading h2, .dossier-copy h2, .delivery-heading h2, .management-copy h2 { font-size: 34px; }
  .feature-story { padding: 70px 0; }
  .story-grid, .story-reverse { gap: 34px; }
  .browser-bar { height: 29px; }
  .field-tools-grid { grid-template-columns: 1fr; }
  .field-tools-grid article { min-height: auto; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-grid article { min-height: 250px; padding: 28px 24px; }
  .integration-board { padding: 28px 20px; }
  .integration-route { grid-template-columns: 1fr; }
  .integration-source { gap: 17px; }
  .integration-transfer { min-height: 64px; }
  .integration-transfer::before { width: 1px; height: 100%; background: linear-gradient(180deg, rgb(91 200 192 / 34%), rgb(91 200 192 / 78%)); }
  .integration-transfer::after { right: auto; bottom: -1px; transform: rotate(135deg); }
  .integration-provider { grid-column: span 3; }
  .integration-provider:nth-child(-n+2) { grid-column: span 3; }
  .integration-provider:last-child { grid-column: 2 / span 4; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta h2 { font-size: 32px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main nav { gap: 16px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 360px) {
  .landing-container { width: calc(100% - 22px); }
  .brand { gap: 9px; }
  .brand-wordmark strong { font-size: 16px; }
  .hero h1 { font-size: 37px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid a, .capability-grid a:nth-child(2) { min-height: 86px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .capability-grid a:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
