:root {
  --canvas: #fbf8f3;
  --surface: #ffffff;
  --ink: #1d252d;
  --muted: #5f6b73;
  --line: #e7e1d9;
  --blue: #3074a7;
  --blue-soft: #e3f0f7;
  --yellow: #f6c945;
  --yellow-soft: #fff6ce;
  --red: #c7423d;
  --red-soft: #fce5e4;
  --fox: #ee6a3e;
  --fox-dark: #bd4d2b;
  --shadow: 0 18px 50px rgb(29 37 45 / 8%);
  --radius-lg: 28px;
  --radius: 18px;
  --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue); }
button, .button { font: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 6px; }
.skip-link { position: absolute; left: 14px; top: -90px; z-index: 10; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgb(231 225 217 / 75%); background: rgb(251 248 243 / 92%); backdrop-filter: blur(12px); }
.nav { display: flex; align-items: center; justify-content: space-between; max-width: var(--content); min-height: 74px; margin: 0 auto; padding: 12px 24px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 1.2rem; font-weight: 750; letter-spacing: -.03em; }
.brand img { width: 36px; height: 36px; }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: .94rem; }
.nav-links a { text-decoration: none; }
.nav-links a[aria-current="page"] { color: var(--ink); font-weight: 700; }
.site-menu { display: none; }

main { overflow: hidden; }
.section, .hero, .page-hero { max-width: var(--content); margin: 0 auto; padding: 100px 24px; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(330px, .97fr); align-items: center; min-height: 680px; gap: 56px; }
.hero::before { position: absolute; z-index: -1; top: 20px; right: -120px; width: 460px; height: 460px; border-radius: 50%; background: #fde7d7; content: ""; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--blue); font-size: .88rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow::before { width: 8px; height: 8px; border-radius: 50%; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.55rem); line-height: .97; letter-spacing: -.065em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.02; letter-spacing: -.05em; }
h3 { margin-bottom: 8px; font-size: 1.18rem; line-height: 1.2; letter-spacing: -.025em; }
.lede { max-width: 610px; color: var(--muted); font-size: 1.22rem; line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 17px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 9px 20px rgb(29 37 45 / 16%); }
.button-primary:hover { background: #303c46; color: white; }
.button-secondary { border-color: #d7d0c6; background: rgb(255 255 255 / 75%); color: var(--ink); }
.button-disabled { border-color: #ded7ce; background: #eee9e1; color: #6d7479; cursor: not-allowed; }
.helper { margin: 14px 0 0; color: var(--muted); font-size: .88rem; }

.product-card { position: relative; min-height: 420px; padding: 28px; border: 1px solid rgb(255 255 255 / 88%); border-radius: 30px; background: linear-gradient(145deg, #fff 0%, #f6eee5 100%); box-shadow: var(--shadow); }
.product-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 54px; color: #435059; font-size: .9rem; }
.product-card__brand { display: flex; align-items: center; gap: 8px; font-weight: 750; color: var(--ink); }
.product-card__brand img { width: 30px; height: 30px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-soft); }
.status-panel { padding: 23px; border: 1px solid #ece5dd; border-radius: 20px; background: white; box-shadow: 0 10px 25px rgb(33 35 38 / 7%); }
.status-panel__row { display: flex; gap: 14px; align-items: center; }
.status-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: var(--blue-soft); color: var(--blue); font-size: 1.45rem; }
.status-panel__title { margin: 0; font-size: 1.13rem; font-weight: 750; }
.status-panel__text { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.status-panel__line { height: 9px; margin-top: 22px; border-radius: 99px; background: linear-gradient(90deg, #e6f0f6 0 72%, #f4f0ea 72%); }
.product-card__footer { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; color: var(--muted); font-size: .84rem; }

.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f4efe8; }
.trust-bar__inner { display: flex; align-items: center; justify-content: space-between; max-width: var(--content); margin: 0 auto; padding: 22px 24px; gap: 20px; color: #48545b; font-size: .96rem; font-weight: 650; }
.trust-item { display: inline-flex; align-items: center; gap: 9px; }
.trust-item span { color: var(--blue); font-size: 1.2rem; }

.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-intro p { max-width: 500px; margin-bottom: 3px; color: var(--muted); }
.grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .info-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-card p, .info-card p { margin-bottom: 0; color: var(--muted); }
.updates-grid { margin: 28px 0 40px; }
.feature-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 24px; border-radius: 14px; background: var(--blue-soft); color: var(--blue); font-size: 1.35rem; }
.feature-icon--yellow { background: var(--yellow-soft); color: #8e6800; }
.feature-icon--red { background: var(--red-soft); color: var(--red); }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 70px; }
.visual-stack { display: grid; gap: 14px; }
.mini-card { display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 24px rgb(29 37 45 / 5%); }
.mini-card:nth-child(2) { margin-left: 38px; }
.mini-card:nth-child(3) { margin-left: 12px; }
.mini-card__symbol { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 800; }
.mini-card--alert .mini-card__symbol { background: var(--yellow-soft); color: #8e6800; }
.mini-card--curtain .mini-card__symbol { background: var(--red-soft); color: var(--red); }
.mini-card strong { display: block; font-size: .95rem; }
.mini-card span { display: block; margin-top: 2px; color: var(--muted); font-size: .87rem; }

.limit-section { background: var(--ink); color: white; }
.limit-section .section { padding-top: 92px; padding-bottom: 92px; }
.limit-section h2 { max-width: 760px; }
.limit-section .lede { color: #d5dce0; }
.limit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.limit-card { padding: 22px; border: 1px solid rgb(255 255 255 / 13%); border-radius: var(--radius); background: rgb(255 255 255 / 6%); }
.limit-card h3 { color: #a9d5f0; }
.limit-card p { margin: 0; color: #d5dce0; }

.download-panel { padding: 44px; border: 1px solid #d9e8f0; border-radius: var(--radius-lg); background: linear-gradient(115deg, #e7f3f8, #f7fbfc); }
.download-panel h2 { max-width: 620px; }
.download-panel p { max-width: 690px; color: #42545e; }
.download-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; color: #506169; font-size: .9rem; }
.download-meta span::before { margin-right: 7px; color: var(--blue); content: "✓"; }

.page-hero { padding-top: 88px; padding-bottom: 66px; }
.page-hero h1 { max-width: 800px; font-size: clamp(3rem, 5vw, 4.85rem); }
.page-hero .lede { max-width: 700px; }
.content { max-width: 820px; margin: 0 auto; padding: 0 24px 96px; }
.content h2 { margin-top: 66px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.content h3 { margin-top: 32px; }
.content p, .content li { color: #455259; }
.content ul, .content ol { padding-left: 22px; }
.callout { margin: 34px 0; padding: 22px 24px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: var(--blue-soft); }
.callout--warning { border-left-color: var(--yellow); background: var(--yellow-soft); }
.callout--danger { border-left-color: var(--red); background: var(--red-soft); }
.callout p:last-child { margin-bottom: 0; }
.steps { display: grid; gap: 12px; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; min-height: 66px; padding: 18px 18px 18px 72px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.steps li::before { position: absolute; left: 18px; top: 17px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--ink); color: white; content: counter(steps); counter-increment: steps; font-size: .9rem; font-weight: 750; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 700; }
.faq p { padding: 10px 0 0; margin: 0; }

.contact-form { position: relative; display: grid; gap: 22px; margin-top: 28px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 35px rgb(29 37 45 / 5%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field label { color: var(--ink); font-size: .94rem; font-weight: 700; }
.form-field label span, .field-help, .form-privacy { color: var(--muted); font-size: .84rem; font-weight: 400; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cfc8bf; border-radius: 11px; background: #fff; color: var(--ink); font: inherit; }
.form-field input, .form-field select { min-height: 48px; padding: 10px 12px; }
.form-field textarea { min-height: 170px; padding: 12px; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #a9a198; }
.field-help, .form-privacy { margin: 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; align-items: center; gap: 16px; }
.form-actions .button:disabled { opacity: .62; cursor: wait; }
.form-status { margin: 0; color: var(--muted); font-size: .9rem; }
.form-status--success { color: #246b46; }
.form-status--error { color: var(--red); }

.site-footer { border-top: 1px solid var(--line); background: #f3eee7; }
.footer-inner { display: grid; grid-template-columns: 1.3fr .7fr .7fr; max-width: var(--content); margin: 0 auto; padding: 52px 24px 30px; gap: 44px; }
.footer-copy { max-width: 350px; color: var(--muted); font-size: .93rem; }
.footer-heading { margin-bottom: 10px; font-size: .9rem; font-weight: 750; }
.footer-links { display: grid; gap: 7px; font-size: .9rem; }
.footer-links a { color: var(--muted); }
.footer-bottom { max-width: var(--content); margin: 0 auto; padding: 0 24px 28px; color: var(--muted); font-size: .82rem; }

@media (max-width: 760px) {
  .nav { min-height: 66px; padding: 10px 18px; }
  .nav-links { display: none; }
  .site-menu { display: block; }
  .site-menu summary { cursor: pointer; list-style: none; padding: 8px 0 8px 12px; font-size: .9rem; font-weight: 700; }
  .site-menu summary::-webkit-details-marker { display: none; }
  .site-menu nav { position: absolute; right: 16px; top: 58px; display: grid; min-width: 210px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .site-menu a { padding: 8px; text-decoration: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; padding-bottom: 74px; gap: 36px; }
  .hero::before { right: -240px; top: 100px; width: 400px; height: 400px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .product-card { min-height: 350px; }
  .trust-bar__inner { display: grid; grid-template-columns: 1fr; gap: 13px; }
  .section, .page-hero { padding: 72px 20px; }
  .section-intro, .split-section { display: block; }
  .section-intro { margin-bottom: 28px; }
  .section-intro p { margin-top: 13px; }
  .grid-three, .limit-grid { grid-template-columns: 1fr; }
  .split-section > * + * { margin-top: 38px; }
  .mini-card:nth-child(2), .mini-card:nth-child(3) { margin-left: 0; }
  .download-panel { padding: 30px 24px; }
  .content { padding: 0 20px 70px; }
  .contact-form { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 40px 20px 25px; gap: 28px; }
  .footer-inner > :first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (prefers-contrast: more) { :root { --line: #8b9397; --muted: #303b41; } .button-secondary { border-width: 2px; } }
