:root {
  --canvas: #f1f2f6;
  --surface: #ffffff;
  --ink: #1c1c1e;
  --muted: #777778;
  --navy: #132f57;
  --blue: #147efb;
  --green: #22c574;
  --line: #e4e4e4;
  --danger: #c83e3e;
  --content-width: 1280px;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-visible { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--content-width), calc(100% - 160px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: var(--navy); color: #fff; }
.skip-link:focus { transform: translateY(0); }

.topbar { height: 92px; border-bottom: 1px solid rgba(28, 28, 30, .05); background: rgba(241, 242, 246, .96); position: relative; z-index: 50; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-size: 22px; line-height: 1; font-weight: 750; letter-spacing: -.045em; }
.topnav { display: flex; align-items: center; gap: 40px; margin-left: 120px; color: #5f6064; font-size: 14px; }
.topnav a, .footer__links a { transition: color .18s ease; }
.topnav a:hover, .topnav a:focus-visible, .footer__links a:hover, .footer__links a:focus-visible { color: var(--blue); }
.topnav__mobile-support { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid transparent; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 600; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: #0d274b; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(19, 47, 87, .16); }
.button:active { transform: translateY(0); box-shadow: none; }
.button:focus-visible, .store-badge:focus-visible, .menu-button:focus-visible { outline: 3px solid rgba(20, 126, 251, .3); outline-offset: 3px; }
.button--nav { min-width: 154px; padding: 0 24px; font-size: 14px; }
.menu-button { display: none; width: 38px; height: 38px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 21px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { height: 796px; padding: 100px 0; }
.hero__layout { display: grid; grid-template-columns: minmax(0, 670px) minmax(340px, 1fr); align-items: center; gap: 80px; height: 596px; }
.hero__copy { align-self: center; }
.eyebrow { margin: 0 0 20px; color: #5578c7; font-size: 12px; line-height: 1.2; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 670px; font-size: clamp(48px, 4.1vw, 64px); line-height: 1.04; letter-spacing: -.05em; }
.hero__intro { max-width: 650px; margin: 30px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.store-badge { display: inline-block; border-radius: 8px; transition: transform .18s ease, filter .18s ease; }
.store-badge:hover { transform: translateY(-2px); filter: brightness(1.06); }
.store-badge img { width: 152px; height: 51px; }
.hero__proofs { display: flex; flex-wrap: wrap; gap: 28px; margin: 24px 0 0; padding: 0; list-style: none; color: #6c6d70; font-size: 13px; }
.hero__proofs li::before, .check-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.hero__visual { display: flex; height: 596px; align-items: flex-start; justify-content: center; overflow: hidden; }
.hero__visual img { width: min(100%, 396px); height: auto; filter: drop-shadow(0 24px 32px rgba(29, 42, 62, .12)); }

.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2, .showcase h2, .contact h2 { margin: 0; font-size: 38px; line-height: 1.12; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 630px; margin: 18px auto 0; color: var(--muted); font-size: 15px; line-height: 1.5; }

.features { min-height: 920px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 20px; }
.feature-card { min-height: 228px; padding: 28px; border: 1px solid rgba(28, 28, 30, .02); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 35px rgba(25, 39, 64, .025); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(25, 39, 64, .08); }
.feature-card img { width: 56px; height: 56px; margin-bottom: 18px; }
.feature-card h3 { margin: 0 0 9px; font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

.steps { min-height: 574px; }
.steps .section-heading { margin-bottom: 56px; }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.steps__grid li { min-height: 200px; padding: 28px; border-radius: var(--radius); background: var(--surface); }
.steps__grid strong { display: block; margin-bottom: 12px; color: #3b6ee0; font-size: 40px; line-height: 1; letter-spacing: -.04em; }
.steps__grid h3 { margin: 0 0 10px; font-size: 18px; }
.steps__grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.48; }

.showcase { min-height: 546px; padding: 120px 0; }
.showcase__layout { display: grid; grid-template-columns: minmax(0, 857px) minmax(300px, 343px); align-items: center; gap: 80px; min-height: 306px; }
.showcase__copy .eyebrow { margin-bottom: 16px; }
.showcase__copy > p:not(.eyebrow) { max-width: 820px; margin: 24px 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; font-size: 14px; }
.check-list li::before { color: var(--blue); }
.showcase__visual { display: flex; align-items: center; justify-content: flex-end; height: 306px; overflow: visible; }
.showcase__visual img { width: 343px; height: auto; filter: drop-shadow(0 20px 30px rgba(25, 39, 64, .08)); }

.metrics { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics__grid { min-height: 243px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.metrics__grid div { display: grid; justify-items: center; gap: 10px; }
.metrics strong { font-size: 46px; line-height: 1; letter-spacing: -.04em; }
.metrics span { color: #8a8b8e; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.accent-blue { color: #3d70e5; }
.accent-green { color: #4fc982; }

.testimonials { min-height: 566px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-card { min-height: 228px; margin: 0; padding: 28px; border-radius: var(--radius); background: var(--surface); }
.quote-card > img { width: 96px; height: 16px; margin-bottom: 22px; }
.quote-card blockquote { min-height: 78px; margin: 0 0 20px; font-size: 14px; line-height: 1.45; }
.quote-card figcaption { display: grid; gap: 4px; }
.quote-card figcaption strong { font-size: 13px; }
.quote-card figcaption span { color: #999a9d; font-size: 11px; }

.contact { min-height: 522px; padding: 0 0 56px; }
.contact__inner { width: min(576px, calc(100% - 48px)); }
.contact h2 { margin-bottom: 16px; text-align: center; font-size: 42px; }
.support-form { padding: 28px; border-radius: 32px; background: var(--surface); }
.input-group { position: relative; margin-bottom: 10px; }
.input-group label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.support-form input:not([type="hidden"]):not([type="checkbox"]), .support-form textarea { width: 100%; border: 1px solid transparent; border-radius: 18px; background: var(--canvas); color: var(--ink); outline: 0; transition: border-color .18s ease, box-shadow .18s ease; }
.support-form input:not([type="hidden"]):not([type="checkbox"]) { height: 58px; padding: 0 20px; }
.support-form textarea { height: 112px; padding: 18px 20px; resize: vertical; min-height: 112px; max-height: 230px; }
.support-form input::placeholder, .support-form textarea::placeholder { color: #a2a4a8; }
.support-form input:focus, .support-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20, 126, 251, .12); }
.input-group.invalid input, .input-group.invalid textarea { border-color: var(--danger); }
.input-group.valid input, .input-group.valid textarea { border-color: var(--green); }
.input-error { display: block; min-height: 0; margin: 4px 8px 0; color: var(--danger); font-size: 11px; line-height: 1.2; }
.input-error:not(:empty) { min-height: 14px; }
.consent-check { display: flex; align-items: flex-start; gap: 9px; margin: 2px 8px 0; color: #777; font-size: 12px; line-height: 1.45; cursor: pointer; }
.consent-check input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--navy); }
.consent-check a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.input-error--consent { margin-left: 32px; }
.button--submit { width: 220px; margin: 14px auto 0; display: flex; }
.button--submit:disabled { opacity: .65; cursor: wait; transform: none; box-shadow: none; }

.footer { min-height: 245px; padding: 32px 0 44px; background: var(--surface); }
.footer__inner { display: grid; justify-items: center; gap: 24px; text-align: center; }
.footer__brand { font-size: 28px; }
.footer__links { display: flex; align-items: center; justify-content: center; gap: 46px; font-size: 14px; }
.footer p { margin: 0; color: #aaa; font-size: 11px; line-height: 1.5; }

.notice-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(19, 47, 87, .35); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.notice-modal.visible { opacity: 1; visibility: visible; }
.notice-modal__card { position: relative; width: min(420px, 100%); padding: 42px; border-radius: 28px; background: #fff; text-align: center; box-shadow: 0 24px 80px rgba(19, 47, 87, .24); }
.notice-modal__card > button { position: absolute; top: 12px; right: 16px; border: 0; background: transparent; color: #777; font-size: 28px; cursor: pointer; }
.notice-modal__card > span { display: grid; width: 48px; height: 48px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: #e5f8ed; color: var(--green); font-size: 22px; }
.notice-modal__card h2 { margin: 0 0 10px; font-size: 28px; }
.notice-modal__card p { margin: 0; color: var(--muted); line-height: 1.5; }

@media (max-width: 1050px) {
  .wrap { width: min(var(--content-width), calc(100% - 80px)); }
  .topnav { margin-left: 40px; gap: 24px; }
  .hero__layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 38%); gap: 40px; }
  .hero h1 { font-size: 50px; }
  .showcase__layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
  .feature-card, .steps__grid li, .quote-card { padding: 24px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 82px; }
  .wrap { width: calc(100% - 48px); }
  .topbar { height: 82px; position: sticky; top: 0; }
  .wordmark { font-size: 20px; }
  .button--nav { min-width: 126px; min-height: 42px; padding: 0 16px; font-size: 12px; }
  .menu-button { display: block; }
  .topnav { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 34px; margin: 0; background: #fff; color: var(--ink); font-size: 24px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .topbar.menu-open .topnav { opacity: 1; visibility: visible; transform: translateY(0); }
  .topbar.menu-open .menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .topbar.menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .topbar.menu-open .menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .topnav__mobile-support { display: block; }

  .hero { height: auto; padding: 62px 0 0; }
  .hero__layout { display: flex; height: auto; flex-direction: column; align-items: stretch; gap: 54px; }
  .hero h1 { font-size: clamp(39px, 9.5vw, 52px); }
  .hero__intro { margin: 24px 0; }
  .hero__proofs { gap: 12px 22px; }
  .hero__visual { height: 620px; align-items: flex-start; justify-content: center; }
  .hero__visual::before { content: "Live dashboard preview"; position: absolute; left: 24px; margin-top: -28px; color: #5578c7; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .hero__visual img { width: min(100%, 408px); }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .showcase h2 { font-size: 34px; }
  .feature-grid, .steps__grid, .testimonial-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .steps__grid li { min-height: 0; }
  .showcase { padding: 80px 0; }
  .showcase__layout { display: flex; min-height: 0; flex-direction: column; align-items: stretch; gap: 38px; }
  .showcase__visual { height: auto; justify-content: center; }
  .showcase__visual img { width: min(100%, 410px); }
  .metrics__grid { grid-template-columns: 1fr 1fr; min-height: 360px; padding: 45px 0; gap: 42px 18px; }
  .metrics strong { font-size: 38px; }
  .metrics span { font-size: 9px; text-align: center; }
  .testimonials { min-height: 0; }
  .quote-card { min-height: 0; }
  .quote-card blockquote { min-height: 0; }
  .contact { min-height: 0; padding: 26px 0 56px; }
  .contact h2 { font-size: 38px; }
}

@media (max-width: 480px) {
  .wrap { width: calc(100% - 32px); }
  .topbar__inner { width: calc(100% - 28px); }
  .topbar .button--nav { min-width: 116px; }
  .hero { padding-top: 48px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { font-size: 38px; }
  .hero__intro { font-size: 14px; line-height: 1.52; }
  .hero__proofs { display: grid; gap: 7px; font-size: 12px; }
  .hero__visual { height: 580px; margin-inline: -16px; padding-inline: 12px; background: #fff; }
  .hero__visual::before { left: 16px; }
  .section { padding: 60px 0; }
  .section-heading { text-align: left; }
  .section-heading h2, .showcase h2 { font-size: 30px; }
  .section-heading > p:last-child { font-size: 14px; }
  .feature-grid, .steps__grid, .testimonial-grid { gap: 12px; }
  .feature-card, .steps__grid li, .quote-card { padding: 19px; border-radius: 18px; }
  .feature-card img { width: 44px; height: 44px; margin-bottom: 12px; }
  .feature-card h3 { margin-bottom: 6px; font-size: 17px; }
  .feature-card p, .steps__grid p, .quote-card blockquote { font-size: 12.5px; line-height: 1.42; }
  .steps .section-heading, .testimonials .section-heading { text-align: center; }
  .steps__grid strong { margin-bottom: 8px; font-size: 32px; }
  .steps__grid h3 { margin-bottom: 7px; font-size: 16px; }
  .showcase { padding: 64px 0; }
  .showcase__copy > p:not(.eyebrow) { font-size: 14px; }
  .check-list { font-size: 13px; }
  .metrics__grid { min-height: 390px; grid-template-columns: 1fr; gap: 22px; }
  .contact__inner { width: calc(100% - 24px); }
  .contact h2 { font-size: 34px; }
  .support-form { padding: 16px; border-radius: 24px; }
  .support-form input:not([type="hidden"]):not([type="checkbox"]) { height: 54px; }
  .button--submit { width: 100%; }
  .footer__links { flex-direction: column; gap: 16px; }
  .footer { min-height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@@
-.hero__visual { display: flex; height: 596px; align-items: flex-start; justify-content: center; overflow: hidden; }
+.hero__visual { position: relative; display: flex; height: 596px; align-items: flex-start; justify-content: center; overflow: hidden; }
