:root {
  --ink: #11292f;
  --ink-soft: #385057;
  --navy: #103d48;
  --navy-dark: #092c35;
  --teal: #0c6f73;
  --teal-bright: #15949a;
  --lime: #d6f36a;
  --lime-dark: #bedc4d;
  --sand: #f2efe6;
  --sand-deep: #e9e3d5;
  --paper: #fffefb;
  --white: #ffffff;
  --line: rgba(17, 41, 47, .13);
  --shadow-sm: 0 10px 30px rgba(10, 43, 51, .08);
  --shadow-lg: 0 30px 80px rgba(10, 43, 51, .16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { margin-inline: auto; max-width: var(--container); padding-inline: 24px; width: 100%; }
.sr-only {
  clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden;
  position: absolute; white-space: nowrap; width: 1px;
}
.skip-link {
  background: var(--lime); color: var(--ink); font-weight: 800; left: 16px; padding: 10px 16px;
  position: fixed; top: -80px; transition: top .2s; z-index: 100;
}
.skip-link:focus { top: 16px; }

.site-header {
  background: rgba(255, 254, 251, .88); border-bottom: 1px solid transparent; left: 0;
  position: fixed; right: 0; top: 0; transition: background .25s, border-color .25s, box-shadow .25s; z-index: 50;
}
.site-header.is-scrolled { backdrop-filter: blur(16px); border-color: var(--line); box-shadow: 0 6px 30px rgba(10,43,51,.05); }
.header-inner { align-items: center; display: flex; height: 82px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 12px; text-decoration: none; }
.brand-mark {
  align-items: center; background: var(--navy); border-radius: 11px; color: var(--lime);
  display: inline-flex; height: 42px; justify-content: center; transform: rotate(-3deg); width: 42px;
}
.brand-mark svg { height: 29px; width: 29px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: 16px; letter-spacing: -.015em; }
.brand small { color: var(--ink-soft); font-size: 10px; letter-spacing: .04em; margin-top: 4px; text-transform: uppercase; }
.site-nav { align-items: center; display: flex; gap: 30px; }
.site-nav > a:not(.button) { color: var(--ink-soft); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--teal); }
.menu-toggle { background: none; border: 0; cursor: pointer; display: none; height: 44px; padding: 10px; width: 44px; }
.menu-toggle > span:not(.sr-only) { background: currentColor; display: block; height: 2px; margin: 6px 0; transition: transform .2s; width: 24px; }

.button {
  align-items: center; background: var(--lime); border: 1px solid var(--lime); border-radius: 999px;
  color: var(--ink); display: inline-flex; font-size: 14px; font-weight: 800; gap: 10px; justify-content: center;
  min-height: 54px; padding: 14px 23px; text-decoration: none; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.button:hover { background: var(--lime-dark); border-color: var(--lime-dark); box-shadow: 0 12px 30px rgba(214,243,106,.22); transform: translateY(-2px); }
.button svg { height: 18px; width: 18px; }
.button--small { min-height: 42px; padding: 10px 18px; }
.button--light { background: var(--white); border-color: var(--white); color: var(--navy); }
.button--light:hover { background: var(--lime); border-color: var(--lime); }
.button--full { width: 100%; }
.text-link { align-items: center; color: rgba(255,255,255,.9); display: inline-flex; font-size: 14px; font-weight: 800; gap: 10px; text-decoration: none; }
.text-link span { align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: inline-flex; height: 30px; justify-content: center; width: 30px; }
.text-link:hover span { background: rgba(255,255,255,.12); }
.text-link--dark { color: var(--teal); }
.text-link--dark span { border-color: var(--line); }

.hero {
  background: var(--navy); color: var(--white); min-height: 780px; overflow: hidden; padding: 180px 0 100px; position: relative;
}
.hero::before {
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px; content: ""; inset: 0; mask-image: linear-gradient(to right, #000, transparent 78%); position: absolute;
}
.hero-glow { border-radius: 50%; filter: blur(4px); opacity: .5; position: absolute; }
.hero-glow--one { background: radial-gradient(circle, rgba(21,148,154,.62), transparent 68%); height: 620px; right: -180px; top: -120px; width: 620px; }
.hero-glow--two { background: radial-gradient(circle, rgba(214,243,106,.13), transparent 70%); bottom: -280px; height: 560px; left: 22%; width: 560px; }
.hero-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); position: relative; }
.eyebrow { align-items: center; color: var(--lime); display: flex; font-size: 11px; font-weight: 900; gap: 10px; letter-spacing: .13em; margin: 0 0 19px; text-transform: uppercase; }
.eyebrow span { background: currentColor; border-radius: 999px; height: 7px; width: 7px; }
.eyebrow--dark { color: var(--teal); }
.hero h1, .section h2, .final-cta h2 {
  font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.048em; line-height: .99; margin: 0;
}
.hero h1 { font-size: clamp(52px, 6.3vw, 86px); max-width: 760px; }
.hero h1 em { color: var(--lime); display: block; font-weight: 400; }
.hero-lead { color: rgba(255,255,255,.75); font-size: clamp(17px, 1.7vw, 20px); margin: 28px 0 0; max-width: 670px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 13px 24px; list-style: none; margin: 38px 0 0; padding: 0; }
.hero-points li { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.hero-points span { color: var(--lime); font-weight: 900; margin-right: 5px; }
.hero-visual { min-height: 530px; position: relative; }
.phone-shell {
  background: #081e24; border: 7px solid #071a20; border-radius: 42px; box-shadow: 0 38px 90px rgba(1,17,21,.48);
  height: 540px; left: 50%; overflow: hidden; padding: 17px 7px 8px; position: absolute; top: 0; transform: translateX(-50%); width: 264px; z-index: 2;
}
.phone-shell::after { border: 1px solid rgba(255,255,255,.08); border-radius: 34px; content: ""; inset: 7px; pointer-events: none; position: absolute; }
.phone-speaker { background: #071a20; border-radius: 20px; height: 20px; left: 50%; position: absolute; top: 5px; transform: translateX(-50%); width: 82px; z-index: 5; }
.phone-screen { background: #eef3f4; border-radius: 29px; height: 100%; overflow: hidden; }
.screenshot-frame { position: relative; }
.screenshot-frame.has-image { cursor: zoom-in; isolation: isolate; }
.screenshot-frame img {
  backface-visibility: hidden; height: 100%; image-rendering: auto; object-fit: cover; object-position: top;
  transform: scale(1); transform-origin: center top; transition: filter .35s ease, transform .55s cubic-bezier(.2,.75,.2,1); width: 100%;
}
.screenshot-frame.has-image .asset-placeholder { display: none; }
.screenshot-frame.is-missing img { display: none; }
.screenshot-frame.has-image::after {
  background: linear-gradient(to top, rgba(4,22,27,.2), transparent); bottom: 0; content: ""; height: 24%; left: 0;
  opacity: 0; pointer-events: none; position: absolute; right: 0; transition: opacity .35s ease; z-index: 1;
}
.screenshot-frame:focus-visible { outline: 3px solid var(--lime); outline-offset: -5px; }
.zoom-hint {
  align-items: center; backdrop-filter: blur(12px); background: rgba(7,31,38,.82); border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px; bottom: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.2); color: var(--white); display: flex;
  font-size: 10px; font-weight: 800; gap: 7px; letter-spacing: .02em; opacity: 0; padding: 7px 10px; pointer-events: none;
  position: absolute; right: 14px; transform: translateY(7px); transition: opacity .3s ease, transform .35s ease; z-index: 2;
}
.zoom-hint svg { height: 14px; width: 14px; }

@media (hover: hover) {
  .screenshot-frame.has-image:hover img { filter: saturate(1.04) contrast(1.02); transform: scale(1.035); }
  .screenshot-frame.has-image:hover::after, .screenshot-frame.has-image:hover .zoom-hint { opacity: 1; }
  .screenshot-frame.has-image:hover .zoom-hint { transform: translateY(0); }
}

.image-lightbox {
  align-items: center; background: rgba(3,18,23,.84); display: flex; inset: 0; justify-content: center; opacity: 0;
  padding: 28px; pointer-events: none; position: fixed; transition: opacity .25s ease; visibility: hidden; z-index: 1000;
}
.image-lightbox::before { backdrop-filter: blur(14px); content: ""; inset: 0; position: absolute; }
.image-lightbox.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
.image-lightbox__dialog {
  align-items: center; display: flex; flex-direction: column; max-height: 94vh; max-width: min(94vw, 1700px); position: relative;
  transform: scale(.96) translateY(10px); transition: transform .35s cubic-bezier(.2,.75,.2,1); width: auto; z-index: 1;
}
.image-lightbox.is-open .image-lightbox__dialog { transform: scale(1) translateY(0); }
.image-lightbox__image {
  background: var(--white); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; box-shadow: 0 32px 100px rgba(0,0,0,.5);
  display: block; height: auto; max-height: min(86vh, 1200px); max-width: min(92vw, 1650px); object-fit: contain; width: auto;
}
.image-lightbox__caption { color: rgba(255,255,255,.8); font-size: 13px; margin: 12px 0 0; text-align: center; }
.image-lightbox__close {
  align-items: center; background: rgba(255,255,255,.94); border: 0; border-radius: 50%; box-shadow: 0 10px 34px rgba(0,0,0,.3);
  color: var(--navy); cursor: pointer; display: flex; height: 44px; justify-content: center; position: absolute; right: -14px;
  top: -14px; transition: background .2s ease, transform .2s ease; width: 44px; z-index: 2;
}
.image-lightbox__close:hover { background: var(--lime); transform: scale(1.06); }
.image-lightbox__close svg { height: 20px; width: 20px; }
.asset-placeholder { align-items: center; background: linear-gradient(145deg, #eef3f2, #dfe8e6); color: var(--navy); display: flex; flex-direction: column; height: 100%; justify-content: center; min-height: 270px; padding: 26px; text-align: center; width: 100%; }
.asset-placeholder svg { color: var(--teal); height: 46px; margin-bottom: 22px; width: 46px; }
.asset-placeholder span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.asset-placeholder strong { font-family: Georgia, serif; font-size: 26px; font-weight: 400; line-height: 1.1; margin-top: 9px; }
.asset-placeholder small { color: var(--ink-soft); font-size: 11px; margin-top: 10px; }
.float-card { align-items: center; backdrop-filter: blur(14px); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.72); border-radius: 16px; box-shadow: var(--shadow-lg); color: var(--ink); display: flex; gap: 12px; padding: 14px 16px; position: absolute; z-index: 4; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 13px; }
.float-card small { color: var(--ink-soft); font-size: 10px; margin-top: 2px; }
.float-card--top { left: -28px; top: 80px; }
.float-card--bottom { bottom: 74px; right: -30px; }
.status-dot { background: #32c885; border: 4px solid #dff7ec; border-radius: 50%; height: 14px; width: 14px; }
.float-icon { align-items: center; background: var(--lime); border-radius: 10px; display: flex; height: 35px; justify-content: center; width: 35px; }
.float-icon svg { height: 20px; width: 20px; }
.orbit { border: 1px solid rgba(255,255,255,.11); border-radius: 50%; left: 50%; position: absolute; top: 45%; transform: translate(-50%,-50%); }
.orbit--one { height: 430px; width: 430px; }
.orbit--two { height: 540px; width: 540px; }

.trust-strip { background: var(--lime); }
.trust-items { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.trust-items span { color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.trust-items i { background: rgba(17,41,47,.25); border-radius: 50%; height: 5px; width: 5px; }

.section { padding: 120px 0; scroll-margin-top: 72px; }
.section--intro { padding-bottom: 110px; }
.section--soft { background: var(--sand); }
.section--dark { background: var(--navy); color: var(--white); }
.section-heading { margin-bottom: 56px; max-width: 760px; }
.section-heading--split { align-items: end; display: grid; gap: 80px; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); max-width: none; }
.section-heading h2, .showcase-copy h2, .material-copy h2, .reports-copy h2, .pricing-copy h2, .faq-intro h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading > p, .section-heading--split > p, .showcase-copy > p, .material-copy > p, .reports-copy > p, .pricing-copy > p, .faq-intro > p {
  color: var(--ink-soft); font-size: 17px; margin: 22px 0 0;
}
.section-heading--split > p { margin: 0 0 5px; }
.workflow-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.workflow-card { border: 1px solid var(--line); border-radius: var(--radius); min-height: 300px; padding: 30px; position: relative; transition: border-color .2s, box-shadow .2s, transform .2s; }
.workflow-card:hover { border-color: rgba(12,111,115,.4); box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.step-label { color: rgba(17,41,47,.28); font-family: Georgia, serif; font-size: 18px; position: absolute; right: 25px; top: 24px; }
.icon-box, .feature-icon { align-items: center; background: var(--lime); border-radius: 15px; color: var(--navy); display: flex; height: 54px; justify-content: center; width: 54px; }
.icon-box svg, .feature-icon svg { height: 27px; width: 27px; }
.workflow-card h3, .feature-card h3 { font-size: 20px; letter-spacing: -.025em; margin: 55px 0 10px; }
.workflow-card p, .feature-card p { color: var(--ink-soft); font-size: 14px; margin: 0; }

.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.feature-card { background: rgba(255,255,255,.7); border: 1px solid rgba(17,41,47,.09); border-radius: var(--radius); min-height: 328px; padding: 28px; position: relative; }
.feature-card--accent { background: var(--lime); }
.feature-card--accent .feature-icon { background: var(--navy); color: var(--lime); }
.feature-card--dark { background: var(--navy); color: var(--white); }
.feature-card--dark .feature-icon { background: var(--lime); color: var(--navy); }
.feature-card--dark p { color: rgba(255,255,255,.66); }
.feature-number { color: rgba(17,41,47,.32); font-size: 11px; font-weight: 900; letter-spacing: .11em; position: absolute; right: 25px; top: 27px; }
.feature-card--dark .feature-number { color: rgba(255,255,255,.35); }
.feature-card h3 { font-size: 21px; margin-top: 67px; }

.product-showcase { overflow: hidden; }
.showcase-grid { align-items: center; display: grid; gap: 80px; grid-template-columns: .75fr 1.25fr; }
.showcase-copy > p { max-width: 490px; }
.check-list { display: grid; gap: 14px; list-style: none; margin: 30px 0 0; padding: 0; }
.check-list li { align-items: flex-start; color: var(--ink-soft); display: flex; font-size: 14px; gap: 10px; }
.check-list li span { align-items: center; background: var(--lime); border-radius: 50%; color: var(--navy); display: inline-flex; flex: 0 0 auto; font-size: 10px; font-weight: 900; height: 21px; justify-content: center; margin-top: 1px; width: 21px; }
.browser-shell { background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; }
.browser-bar { align-items: center; background: #f2f3ee; border-bottom: 1px solid var(--line); display: flex; gap: 7px; height: 42px; padding: 0 15px; }
.browser-bar > span { background: #cfd7d5; border-radius: 50%; height: 7px; width: 7px; }
.browser-bar i { color: #788b8e; font-size: 9px; font-style: normal; margin-left: 12px; }
.screenshot-frame--desktop { aspect-ratio: 16 / 9.5; }

.material-section { overflow: hidden; padding: 130px 0; position: relative; }
.material-grid { background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 70px 70px; inset: 0; mask-image: linear-gradient(to right, #000, transparent 67%); position: absolute; }
.material-layout { align-items: center; display: grid; gap: 110px; grid-template-columns: .8fr 1.2fr; position: relative; }
.material-visual { min-height: 580px; position: relative; }
.phone-shell--light { border-color: var(--white); box-shadow: 0 42px 100px rgba(0,0,0,.34); left: 43%; top: 16px; transform: translateX(-50%); }
.phone-shell--light .phone-speaker { background: var(--white); }
.material-chip { align-items: center; background: var(--white); border-radius: 999px; box-shadow: var(--shadow-lg); color: var(--navy); display: flex; font-size: 11px; font-weight: 900; gap: 8px; padding: 11px 15px; position: absolute; z-index: 3; }
.material-chip span { align-items: center; background: var(--lime); border-radius: 50%; display: inline-flex; height: 20px; justify-content: center; width: 20px; }
.material-chip--one { left: 4px; top: 130px; }
.material-chip--two { bottom: 92px; right: 10px; }
.material-copy h2 { max-width: 680px; }
.material-copy > p { color: rgba(255,255,255,.68); max-width: 650px; }
.material-features { border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 0; margin-top: 44px; }
.material-features article { border-bottom: 1px solid rgba(255,255,255,.14); display: grid; gap: 30px; grid-template-columns: 190px 1fr; padding: 23px 0; }
.material-features strong { font-size: 14px; }
.material-features p { color: rgba(255,255,255,.58); font-size: 13px; margin: 0; }

.reports-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1fr 1fr; }
.reports-copy > p { max-width: 580px; }
.report-metrics { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); margin-top: 38px; }
.report-metrics div { padding: 20px 15px 20px 0; }
.report-metrics strong, .report-metrics span { display: block; }
.report-metrics strong { font-size: 13px; }
.report-metrics span { color: var(--ink-soft); font-size: 10px; margin-top: 5px; }
.pdf-note { align-items: center; color: var(--ink-soft); display: flex; font-size: 12px; gap: 10px; margin: 22px 0 0; }
.pdf-note svg { color: var(--teal); height: 22px; width: 22px; }
.report-card { background: var(--sand); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; padding: 20px; }
.report-card-head { align-items: center; display: flex; justify-content: space-between; padding: 2px 5px 16px; }
.report-card-head span { font-size: 12px; font-weight: 900; }
.report-card-head small { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.screenshot-frame--report { aspect-ratio: 1.15; border-radius: 14px; overflow: hidden; }
.fake-chart { align-items: end; display: flex; gap: 6px; height: 80px; margin-bottom: 20px; }
.fake-chart i { background: var(--teal); border-radius: 4px 4px 0 0; height: var(--h); width: 14px; }

.role-compare { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.role-panel { background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; }
.role-panel--primary { background: var(--white); border-color: rgba(12,111,115,.24); box-shadow: var(--shadow-sm); }
.role-head { align-items: center; display: flex; gap: 16px; }
.role-icon { align-items: center; background: var(--lime); border-radius: 15px; color: var(--navy); display: flex; height: 54px; justify-content: center; width: 54px; }
.role-icon svg { height: 28px; width: 28px; }
.role-head small { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.role-head h3 { font-size: 24px; letter-spacing: -.03em; margin: 2px 0 0; }
.role-panel ul { border-top: 1px solid var(--line); display: grid; gap: 15px; list-style: none; margin: 28px 0 0; padding: 26px 0 0; }
.role-panel li { align-items: flex-start; color: var(--ink-soft); display: flex; font-size: 14px; gap: 10px; }
.role-panel li span { color: var(--teal); font-weight: 900; }

.section.webapp-section { padding: 0; }
.webapp-card { align-items: center; background: var(--teal); border-radius: var(--radius-lg); color: var(--white); display: grid; gap: 30px; grid-template-columns: auto 1fr auto; overflow: hidden; padding: 44px 52px; position: relative; }
.webapp-card::after { border: 45px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 200px; position: absolute; right: -60px; top: -95px; width: 200px; }
.webapp-icon { align-items: center; background: var(--lime); border-radius: 21px; color: var(--navy); display: flex; height: 76px; justify-content: center; width: 76px; }
.webapp-icon svg { height: 43px; width: 43px; }
.webapp-card .eyebrow { margin-bottom: 8px; }
.webapp-card h2 { font-family: Georgia, serif; font-size: clamp(33px,4vw,50px); font-weight: 400; letter-spacing: -.04em; line-height: 1; margin: 0; }
.webapp-card p:last-child { color: rgba(255,255,255,.72); font-size: 13px; margin: 14px 0 0; max-width: 680px; }
.webapp-card .button { position: relative; z-index: 2; }

.pricing-section { padding-bottom: 95px; }
.pricing-card { align-items: center; background: var(--sand); border-radius: var(--radius-lg); display: grid; gap: 90px; grid-template-columns: 1fr 390px; padding: 70px; }
.pricing-copy > p { max-width: 610px; }
.check-list--compact { gap: 10px; }
.price-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 34px; }
.price-box > span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price-box > strong { display: block; font-family: Georgia, serif; font-size: 38px; font-weight: 400; letter-spacing: -.04em; line-height: 1; margin-top: 8px; }
.price-box > p { color: var(--ink-soft); font-size: 12px; margin: 18px 0 25px; }

.faq-section { padding-top: 60px; }
.faq-grid { align-items: start; display: grid; gap: 100px; grid-template-columns: .7fr 1.3fr; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p { max-width: 370px; }
.faq-intro .text-link { margin-top: 22px; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item:first-child { border-top: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { align-items: center; background: none; border: 0; color: var(--ink); cursor: pointer; display: flex; font-size: 16px; font-weight: 800; justify-content: space-between; padding: 23px 0; text-align: left; width: 100%; }
.accordion-item button i { flex: 0 0 auto; height: 18px; margin-left: 20px; position: relative; width: 18px; }
.accordion-item button i::before, .accordion-item button i::after { background: var(--teal); content: ""; height: 2px; left: 2px; position: absolute; top: 8px; transition: transform .2s; width: 14px; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-panel { overflow: hidden; }
.accordion-panel p { color: var(--ink-soft); font-size: 14px; margin: -3px 44px 24px 0; }

.final-cta { background: var(--navy); color: var(--white); padding: 115px 0; text-align: center; }
.final-cta-inner { align-items: center; display: flex; flex-direction: column; }
.final-cta h2 { font-size: clamp(48px,6vw,78px); max-width: 850px; }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 17px; margin: 25px auto 32px; max-width: 650px; }
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,.58); padding: 35px 0; }
.footer-inner { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.brand--footer { color: var(--white); }
.brand--footer .brand-mark { background: rgba(255,255,255,.08); }
.brand--footer small { color: rgba(255,255,255,.48); }
.site-footer p { font-size: 12px; margin: 0; }
.site-footer p a { color: var(--white); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }

:focus-visible { outline: 3px solid var(--lime-dark); outline-offset: 4px; }

@media (max-width: 1050px) {
  .hero-grid { gap: 40px; grid-template-columns: 1.1fr .9fr; }
  .float-card--top { left: -10px; }
  .float-card--bottom { right: -5px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .material-layout { gap: 60px; }
  .pricing-card { gap: 50px; padding: 55px; }
}

@media (max-width: 850px) {
  .header-inner { height: 72px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); display: none; flex-direction: column; gap: 0; left: 0; padding: 16px 24px 28px; position: absolute; right: 0; top: 71px; }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { border-bottom: 1px solid var(--line); padding: 15px 4px; }
  .site-nav .button { margin-top: 18px; }
  .hero { min-height: auto; padding: 140px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-visual { margin: 30px auto 0; max-width: 500px; width: 100%; }
  .trust-items { flex-wrap: wrap; gap: 15px 24px; justify-content: center; padding-block: 22px; }
  .section { padding: 90px 0; }
  .section-heading--split, .showcase-grid, .material-layout, .reports-grid, .pricing-card, .faq-grid { gap: 50px; grid-template-columns: 1fr; }
  .section-heading--split > p { max-width: 620px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 240px; }
  .product-showcase .browser-shell { margin-top: 10px; }
  .material-visual { margin: 0 auto; max-width: 480px; width: 100%; }
  .material-copy { order: -1; }
  .report-card { margin-inline: auto; max-width: 620px; width: 100%; }
  .webapp-card { grid-template-columns: auto 1fr; }
  .webapp-card .button { grid-column: 1 / -1; justify-self: start; }
  .pricing-section { padding-top: 48px; }
  .pricing-card { padding: 55px; }
  .price-box { max-width: 450px; width: 100%; }
  .faq-intro { position: static; }
}

@media (max-width: 620px) {
  .container { padding-inline: 18px; }
  .brand-mark { height: 38px; width: 38px; }
  .brand small { display: none; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-points { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 500px; }
  .phone-shell { height: 500px; width: 244px; }
  .float-card--top { left: 0; top: 55px; }
  .float-card--bottom { bottom: 45px; right: 0; }
  .orbit--one { height: 360px; width: 360px; }
  .orbit--two { height: 440px; width: 440px; }
  .trust-items i { display: none; }
  .trust-items span { text-align: center; width: calc(50% - 13px); }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .showcase-copy h2, .material-copy h2, .reports-copy h2, .pricing-copy h2, .faq-intro h2 { font-size: 42px; }
  .feature-grid, .role-compare { grid-template-columns: 1fr; }
  .feature-card { min-height: 285px; }
  .browser-shell { border-radius: 14px; }
  .material-section { padding: 85px 0; }
  .material-visual { min-height: 530px; }
  .material-features article { gap: 8px; grid-template-columns: 1fr; }
  .material-chip--one { left: -2px; }
  .material-chip--two { right: -2px; }
  .report-metrics { grid-template-columns: 1fr; }
  .report-metrics div + div { border-top: 1px solid var(--line); }
  .role-panel { padding: 28px 24px; }
  .webapp-card { border-radius: 0; grid-template-columns: 1fr; margin-inline: -18px; padding: 45px 26px; }
  .pricing-section { padding-top: 28px; }
  .pricing-card { border-radius: 0; margin-inline: -18px; padding: 50px 18px; }
  .price-box { padding: 28px 22px; }
  .faq-section { padding-top: 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .zoom-hint { opacity: 1; transform: none; }
  .image-lightbox { padding: 14px; }
  .image-lightbox__image { border-radius: 12px; max-height: 88vh; max-width: 94vw; }
  .image-lightbox__close { right: -7px; top: -12px; }
  .webapp-card {
    margin-inline: 0;
  }

  .pricing-section {
    padding-top: 0;
  }

  .pricing-card {
    margin-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
