:root {
  color-scheme: dark;
  --navy: #071c26;
  --navy-soft: #0b2b37;
  --ink: #eaf6f3;
  --muted: #a5bbb7;
  --teal: #20b8a4;
  --teal-dark: #0b8579;
  --teal-soft: #dff7f1;
  --paper: #f5f8f6;
  --paper-ink: #17302b;
  --line: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(2,13,18,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--navy); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 10px 14px; border-radius: 8px; background: white; color: #102621; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(20px,5vw,80px); border-bottom: 1px solid var(--line); background: rgba(7,28,38,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 13px; background: linear-gradient(145deg,#20c6b0,#087c71); color: white; font-size: 12px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 8px 24px rgba(32,184,164,.2); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.site-header nav { display: flex; align-items: center; gap: clamp(16px,2.6vw,34px); }
.site-header nav > a { color: #c8dad6; font-size: 13px; font-weight: 750; text-decoration: none; }
.site-header nav > a:hover { color: white; }
.section-shell { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
.hero { display: grid; min-height: 720px; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(36px,5vw,78px); padding-block: clamp(70px,9vw,130px); }
.hero-copy h1 { max-width: 760px; margin: 12px 0 22px; font-size: clamp(44px,5.5vw,76px); line-height: .98; letter-spacing: -.055em; }
.eyebrow { margin: 0; color: #54d8c8; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-lede { max-width: 650px; margin: 0; color: #b8ccc7; font-size: clamp(17px,2vw,20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; padding: 12px 18px; font-size: 13px; font-weight: 850; text-align: center; text-decoration: none; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: #05211d; box-shadow: 0 12px 34px rgba(32,184,164,.2); }
.button-primary:hover { background: #48d4c1; }
.button-secondary { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.055); color: white; }
.button-secondary:hover, .button-ghost:hover { border-color: rgba(84,216,200,.5); background: rgba(255,255,255,.09); }
.button-small { min-height: 40px; padding: 8px 13px; }
.button-ghost { border-color: rgba(255,255,255,.15); }
.button-full { width: 100%; }
.trust-list { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 26px 0 0; padding: 0; color: #9fb9b4; font-size: 11px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 6px; color: #54d8c8; font-weight: 900; }
.hero-art { position: relative; overflow: hidden; border: 1px solid rgba(84,216,200,.22); border-radius: 28px; background: #081727; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-art img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-proof { position: absolute; right: 18px; bottom: 18px; display: grid; gap: 2px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(3,18,26,.84); backdrop-filter: blur(12px); }
.hero-proof strong { color: #6de5d6; font-size: 13px; }
.hero-proof span { color: #b8ccc7; font-size: 9px; }
.proof-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 42px; padding: 20px; border-block: 1px solid var(--line); background: rgba(255,255,255,.025); color: #99b2ad; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.section-block { padding-block: clamp(80px,10vw,130px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading h2, .showcase-copy h2, .pricing-card h2, .final-cta h2 { margin: 9px 0 0; font-size: clamp(32px,4vw,52px); line-height: 1.06; letter-spacing: -.04em; }
.section-heading > p { max-width: 530px; margin: 0; color: var(--muted); line-height: 1.7; }
.workflow-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.workflow-grid article, .feature-grid article { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.workflow-grid article { min-height: 245px; padding: 22px; }
.workflow-grid article > span { color: #54d8c8; font-size: 11px; font-weight: 900; }
.workflow-grid h3, .feature-grid h3 { margin: 34px 0 10px; font-size: 17px; }
.workflow-grid p, .feature-grid p { margin: 0; color: #a7bdb8; font-size: 13px; line-height: 1.65; }
.showcase { display: grid; grid-template-columns: minmax(260px,390px) 1fr; align-items: center; gap: clamp(55px,9vw,130px); }
.phone-frame { width: min(360px,100%); margin-inline: auto; padding: 10px; border: 1px solid rgba(84,216,200,.24); border-radius: 38px; background: #04141c; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.phone-frame video { width: 100%; aspect-ratio: 9/16; border-radius: 29px; background: black; object-fit: cover; }
.showcase-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.metric-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 28px 0; }
.metric-grid div { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.metric-grid strong, .metric-grid span { display: block; }
.metric-grid strong { color: #54d8c8; font-size: 20px; }
.metric-grid span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.text-link { color: #6de5d6; font-weight: 850; text-decoration: none; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.feature-grid article { min-height: 240px; padding: 26px; }
.feature-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: rgba(32,184,164,.13); color: #58d7c8; font-weight: 900; }
.feature-grid h3 { margin-top: 34px; }
.pricing-wrap { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
.pricing-card { display: grid; grid-template-columns: 1fr minmax(360px,480px); gap: clamp(40px,8vw,100px); align-items: center; overflow: hidden; padding: clamp(32px,6vw,72px); border: 1px solid rgba(84,216,200,.22); border-radius: 28px; background: linear-gradient(135deg,#0d3944,#071c26 62%); box-shadow: var(--shadow); }
.pricing-card > div:first-child > p:not(.eyebrow) { max-width: 580px; color: var(--muted); line-height: 1.7; }
.price-panel { padding: 28px; border-radius: 20px; background: var(--paper); color: var(--paper-ink); }
.price-panel > p { display: flex; align-items: baseline; gap: 8px; margin: 0 0 20px; }
.price-panel > p strong { font-size: 50px; letter-spacing: -.05em; }
.price-panel > p span, .price-panel small { color: #60716d; }
.price-panel ul { display: grid; gap: 11px; margin: 0 0 24px; padding: 0; font-size: 12px; list-style: none; }
.price-panel li::before { content: "✓"; margin-right: 7px; color: var(--teal-dark); font-weight: 900; }
.price-panel small { display: block; margin-top: 13px; font-size: 9px; line-height: 1.5; text-align: center; }
.faq { width: min(880px,calc(100% - 40px)); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 22px 4px; font-weight: 800; }
.faq details p { max-width: 720px; margin: -6px 4px 24px; color: var(--muted); line-height: 1.7; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(55px,8vw,100px) max(20px,calc((100% - 1180px)/2)); border-block: 1px solid var(--line); background: linear-gradient(90deg,rgba(32,184,164,.1),transparent); }
.final-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
footer { display: grid; width: min(1180px,calc(100% - 40px)); grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; margin-inline: auto; padding-block: 42px; color: var(--muted); font-size: 11px; }
footer > div:last-child { display: flex; gap: 20px; }
footer a { text-decoration: none; }
@media (max-width: 980px) {
  .site-header nav > a:not(.button) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-art { max-width: 760px; }
  .workflow-grid { grid-template-columns: repeat(2,1fr); }
  .workflow-grid article:last-child { grid-column: span 2; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-card { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-header { padding-inline: 16px; }
  .site-header nav { gap: 8px; }
  .brand small { display: none; }
  .site-header nav .button { padding-inline: 11px; font-size: 11px; }
  .section-heading, .final-cta { align-items: flex-start; flex-direction: column; }
  .workflow-grid, .feature-grid, .showcase { grid-template-columns: 1fr; }
  .workflow-grid article:last-child { grid-column: auto; }
  .showcase-copy { order: -1; }
  .metric-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .site-header nav .button { display: none; }
  .hero-copy h1 { font-size: 42px; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; }
  .pricing-wrap, .section-shell, .faq { width: min(100% - 28px,1180px); }
  .pricing-card { padding: 18px; }
  .price-panel { padding: 22px 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; } }
