:root {
  --ink: #102033;
  --navy: #10263f;
  --navy-2: #173958;
  --amber: #f2a72e;
  --amber-soft: #fff0d4;
  --paper: #f6f8fa;
  --white: #ffffff;
  --muted: #637083;
  --line: #dce3e9;
  --green: #27866c;
  --shadow: 0 20px 55px rgba(16, 38, 63, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 100; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,227,233,.8); backdrop-filter: blur(16px); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.13rem; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--navy); background: var(--amber); box-shadow: inset 0 -3px 0 rgba(16,38,63,.15); }
.brand-mark svg { width: 22px; height: 22px; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #435267; font-size: .95rem; font-weight: 650; }
.nav-links a:hover, .footer a:hover { color: var(--amber); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; width: 44px; height: 44px; place-items: center; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 11px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; color: var(--navy); background: var(--amber); font-weight: 800; box-shadow: 0 8px 22px rgba(242,167,46,.2); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #ffb63e; }
.button.secondary { color: var(--ink); background: var(--white); border-color: var(--line); box-shadow: none; }
.button.dark { color: var(--white); background: var(--navy); box-shadow: none; }
.button.small { min-height: 42px; padding: 0 15px; border-radius: 10px; font-size: .9rem; }
.button svg { width: 18px; height: 18px; }

.hero { overflow: hidden; padding: 74px 0 66px; background: linear-gradient(180deg, #f8fafc, #fff); }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 19px; color: var(--navy-2); font-size: .83rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 2px; background: var(--amber); }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 650px; font-size: clamp(3rem, 5.7vw, 5.2rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
h3 { font-size: 1.27rem; letter-spacing: -.025em; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 30px; color: var(--muted); font-size: 1.14rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--muted); font-size: .84rem; }
.microcopy svg { width: 16px; color: var(--green); }
.hero-visual { position: relative; min-height: 565px; }
.photo-frame { position: absolute; inset: 0 0 26px 50px; overflow: hidden; border-radius: 32px 7px 32px 7px; box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,38,63,.12), transparent 45%); pointer-events: none; }
.status-card { position: absolute; z-index: 2; left: 0; bottom: 0; width: 238px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 16px 45px rgba(16,38,63,.18); }
.status-head { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: .82rem; font-weight: 800; }
.status-head span:last-child { color: var(--green); }
.progress { height: 7px; overflow: hidden; border-radius: 10px; background: #e9edf1; }
.progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--amber); }
.status-card small { display: block; margin-top: 11px; color: var(--muted); }

.trust { border-block: 1px solid var(--line); background: var(--paper); }
.trust-row { min-height: 92px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); align-items: center; gap: 25px; }
.trust-row > span { color: var(--muted); font-size: .86rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.trust-item { display: flex; align-items: center; gap: 10px; color: #37495d; font-weight: 720; }
.trust-item svg { width: 22px; color: var(--amber); }

.section { padding: 110px 0; }
.section.soft { background: var(--paper); }
.section.dark-section { color: var(--white); background: var(--navy); }
.section-head { max-width: 700px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.dark-section h2, .dark-section h3 { color: var(--white); }
.dark-section .section-head p { color: #b9c7d6; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 13px; color: var(--navy); background: var(--amber-soft); }
.icon-box svg { width: 24px; height: 24px; }
.feature-card p { margin: 12px 0 0; color: var(--muted); }

.app-showcase { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }
.phone-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-wrap::before { content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%; background: #e7edf1; }
.phone { position: relative; z-index: 2; width: 302px; padding: 11px; border: 5px solid #0b1827; border-radius: 43px; background: #0b1827; box-shadow: 0 30px 60px rgba(16,38,63,.24); }
.phone-screen { min-height: 600px; overflow: hidden; padding: 27px 19px 20px; border-radius: 31px; background: #f8fafb; }
.phone-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.phone-top strong { font-size: 1.05rem; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); font-size: .75rem; font-weight: 800; }
.home-select { padding: 13px; border-radius: 12px; background: var(--navy); color: var(--white); }
.home-select small { display: block; color: #b9c7d6; }
.home-select strong { font-size: .9rem; }
.phone-title { margin: 24px 0 12px; font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.task { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 12px 9px; margin-bottom: 8px; border: 1px solid #e4e9ee; border-radius: 11px; background: var(--white); }
.task-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: var(--navy); background: var(--amber-soft); }
.task-icon svg { width: 18px; }
.task strong, .task small { display: block; }
.task strong { font-size: .78rem; }
.task small { color: var(--muted); font-size: .66rem; }
.badge { padding: 3px 7px; border-radius: 12px; color: #976413; background: var(--amber-soft); font-size: .62rem; font-weight: 800; }
.phone-nav { display: flex; justify-content: space-around; margin-top: 28px; color: #8090a0; }
.phone-nav svg { width: 19px; }
.showcase-list { display: grid; gap: 24px; margin-top: 35px; }
.showcase-item { display: grid; grid-template-columns: 35px 1fr; gap: 14px; }
.number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--amber); font-weight: 850; }
.showcase-item p { margin: 5px 0 0; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.step { position: relative; padding: 32px; border-left: 1px solid rgba(255,255,255,.16); }
.step:first-child { border-left: 0; }
.step-index { display: block; margin-bottom: 60px; color: var(--amber); font-size: .84rem; font-weight: 850; letter-spacing: .1em; }
.step p { margin: 12px 0 0; color: #b9c7d6; }

.quote-wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
blockquote { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1.35; letter-spacing: -.025em; }
.quote-meta { margin-top: 25px; color: var(--muted); }
.quote-meta strong { color: var(--ink); }
.proof-card { padding: 28px; border-radius: 19px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.proof-card > strong { display: block; font-size: 3.4rem; line-height: 1; color: var(--amber); }
.proof-card > span { display: block; margin-top: 9px; color: #bac7d4; }
.proof-divider { height: 1px; margin: 25px 0; background: rgba(255,255,255,.16); }
.proof-note { font-size: .86rem; color: #bac7d4; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; padding: 50px; border-radius: 25px; background: var(--amber); }
.cta-panel p { max-width: 620px; margin: 13px 0 0; color: #5b461e; }
.store-buttons { display: flex; gap: 10px; }
.store-btn { min-width: 148px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 0; border-radius: 11px; color: var(--white); background: var(--navy); text-align: left; }
.store-btn svg { width: 26px; }
.store-btn small, .store-btn strong { display: block; line-height: 1.2; }
.store-btn small { font-size: .62rem; color: #b9c7d6; }
.store-btn strong { font-size: .88rem; }

.footer { padding: 60px 0 25px; color: #bdc8d4; background: #0b1b2c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; }
.footer .brand { color: var(--white); }
.footer-about { max-width: 420px; margin-top: 18px; color: #9eadbd; }
.footer h3 { margin-bottom: 16px; color: var(--white); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; font-size: .92rem; }
.demo-note { margin-top: 19px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; color: #a9b8c7; font-size: .78rem; }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8495a6; font-size: .8rem; }

.legal-main { min-height: 65vh; padding: 75px 0 110px; background: var(--paper); }
.legal-card { max-width: 860px; padding: clamp(28px, 5vw, 65px); margin: 0 auto; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 18px 45px rgba(16,38,63,.07); }
.legal-card h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.legal-card .updated { margin: 14px 0 40px; color: var(--muted); }
.legal-card h2 { margin: 36px 0 12px; font-size: 1.4rem; letter-spacing: -.02em; }
.legal-card p, .legal-card li { color: #4f6073; }
.legal-card a { color: #176e9d; text-decoration: underline; }
.contact-box { padding: 18px; margin-top: 20px; border-radius: 12px; background: var(--paper); }

.cookie-banner { position: fixed; z-index: 80; right: 20px; bottom: 20px; width: min(430px, calc(100% - 40px)); padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; color: var(--navy); }
.cookie-banner p { margin: 7px 0 15px; color: var(--muted); font-size: .87rem; }
.cookie-actions { display: flex; gap: 9px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 20px); padding: 12px 17px; border-radius: 11px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 920px) {
  .shell { width: min(100% - 32px, 740px); }
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; padding: 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; gap: 18px; }
  .nav-actions .button { display: none; }
  .menu-btn { display: grid; }
  .hero { padding-top: 50px; }
  .hero-grid, .app-showcase, .quote-wrap { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-visual { min-height: 500px; }
  .photo-frame { left: 25px; }
  .trust-row { grid-template-columns: 1fr 1fr; padding-block: 22px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .app-showcase { gap: 30px; }
  .showcase-copy { order: -1; }
  .cta-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 26px, 520px); }
  .nav { height: 68px; }
  .nav-links { inset-block-start: 68px; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero { padding: 40px 0 55px; }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-ctas .button { width: 100%; }
  .hero-visual { min-height: 370px; }
  .photo-frame { inset: 0 0 25px 12px; border-radius: 22px 5px 22px 5px; }
  .status-card { width: 210px; padding: 14px; }
  .trust-row, .feature-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .trust-row { gap: 14px; }
  .trust-row > span { margin-bottom: 3px; }
  .section { padding: 76px 0; }
  .feature-card { min-height: 0; }
  .phone-wrap { min-height: 580px; overflow: hidden; }
  .phone-wrap::before { width: 360px; height: 360px; }
  .phone { width: 274px; transform: scale(.92); }
  .step { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .step:first-child { border-top: 0; }
  .step-index { margin-bottom: 28px; }
  .cta-panel { padding: 29px 22px; }
  .store-buttons { display: grid; }
  .store-btn { width: 100%; }
  .footer-grid { gap: 34px; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions .button { width: 100%; }
}

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