:root {
  --yellow: #ffd000;
  --yellow-soft: #fff7c4;
  --paper: #fffced;
  --ink: #171a1b;
  --muted: #687378;
  --line: #d9dddc;
  --green: #9fc44e;
  --green-dark: #718f2d;
  --blue: #12a4cf;
  --orange: #ff8c49;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(35, 42, 44, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 88px;
  padding: 14px clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(255, 252, 237, .92);
  border-bottom: 1px solid rgba(23, 26, 27, .08);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 206px; height: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.site-nav a { text-decoration: none; font-weight: 650; font-size: .95rem; }
.site-nav a:not(.nav-cta):hover { color: var(--green-dark); }
.nav-cta { padding: 12px 20px; background: var(--ink); color: var(--white); border-radius: 999px; }
.menu-toggle { display: none; position: relative; flex: 0 0 42px; border: 0; background: transparent; width: 42px; height: 42px; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; margin: 5px 0; border-radius: 2px; background: var(--ink); }
.menu-toggle::before { content: ""; position: absolute; left: 8px; right: 8px; top: 11px; height: 3px; border-radius: 2px; background: var(--ink); box-shadow: 0 8px 0 var(--ink), 0 16px 0 var(--ink); }

.android-download { padding: 24px clamp(22px, 6vw, 94px) 0; }
.android-download-card {
  max-width: 1240px;
  margin-inline: auto;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  border: 1px solid #dce6d4;
  border-top: 4px solid var(--yellow);
  border-radius: 22px;
  background: linear-gradient(110deg, #fff 25%, #f3f8e9);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(42, 65, 32, .08);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.android-download-card:hover { border-color: #91b65c; box-shadow: 0 14px 34px rgba(42, 65, 32, .13); }
.android-download-card:focus-visible { outline: 3px solid #347941; outline-offset: 4px; }
.android-download-icon { width: 76px; height: 80px; display: grid; place-items: center; flex-shrink: 0; background: #e8f2de; border-radius: 20px; }
.android-download-icon img { display: block; width: 43px; height: 50px; }
.android-download-copy { min-width: 0; display: grid; gap: 5px; }
.android-download-eyebrow { color: #557342; font-size: .75rem; font-weight: 700; letter-spacing: .06em; }
.android-download-title { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 1.95rem; font-weight: 800; line-height: 1.2; letter-spacing: -.035em; }
.android-download-badge { padding: 4px 9px; border-radius: 999px; background: #e3efd6; color: #326135; font-size: .72rem; font-weight: 750; letter-spacing: 0; }
.android-download-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 7px; color: #5b655e; font-size: .8rem; }
.android-download-action { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 13px 20px; border-radius: 12px; background: #223d2a; color: #fff; font-size: .92rem; font-weight: 750; text-align: center; }
.android-download-action svg { flex-shrink: 0; }
.android-download-card:hover .android-download-action { background: #315a3c; }
.android-install-help { max-width: 1240px; margin: 10px auto 0; padding-inline: 3px; color: #66705f; font-size: .76rem; line-height: 1.6; }
.android-download + .hero { min-height: 0; padding-top: 52px; }
@media (max-width: 640px) {
  .android-download { padding: 16px 18px 0; }
  .android-download-card { grid-template-columns: 56px minmax(0, 1fr); gap: 16px 14px; padding: 18px; border-radius: 18px; }
  .android-download-icon { width: 56px; height: 64px; border-radius: 16px; }
  .android-download-icon img { width: 34px; height: 40px; }
  .android-download-title { gap: 8px; font-size: 1.7rem; }
  .android-download-badge { font-size: .65rem; padding: 4px 7px; }
  .android-download-eyebrow { font-size: .67rem; letter-spacing: .025em; }
  .android-download-meta { font-size: .72rem; gap: 3px 5px; }
  .android-download-action { grid-column: 1 / -1; width: 100%; min-height: 50px; padding: 12px; }
  .android-install-help { font-size: .7rem; }
  .android-download + .hero { padding-top: 38px; }
}

.hero {
  min-height: min(760px, calc(100vh - 88px));
  padding: clamp(64px, 8vw, 120px) clamp(22px, 6vw, 94px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  position: relative;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -190px; top: -220px; border-radius: 50%; background: var(--yellow); opacity: .9; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: inline-block; color: var(--green-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
.hero h1, .page-hero h1 { margin: 18px 0 22px; font-size: clamp(2.55rem, 5.4vw, 5.6rem); line-height: .99; letter-spacing: -.055em; max-width: 900px; }
.hero h1 em { display: block; font-style: normal; color: var(--green-dark); }
.hero-copy > p { max-width: 690px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 28px; font-size: .87rem; font-weight: 700; color: #4d575b; }

.button { min-height: 44px; padding: 11px 19px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-large { min-height: 52px; padding-inline: 25px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-green { background: var(--green); color: var(--white); }
.button-muted { background: #7b8589; color: var(--white); }
.button-link { background: transparent; color: var(--ink); }

.hero-visual { min-height: 530px; display: grid; place-items: center; }
.device-card { width: min(100%, 450px); padding: 26px; border-radius: 46px 46px 32px 32px; background: #fdf9e8; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transform: rotate(2deg); }
.device-top { grid-column: 1 / -1; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px 10px; }
.device-top span, .device-top i { width: 24px; height: 3px; background: var(--ink); box-shadow: 0 8px 0 var(--ink), 0 -8px 0 var(--ink); }
.device-top i { box-shadow: none; border-radius: 10px; }
.device-top strong { font-size: 2.2rem; letter-spacing: -.07em; }
.mini-stat { min-height: 138px; padding: 24px 18px; color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; }
.mini-stat b { font-size: 1.23rem; }
.mini-stat small { opacity: .92; }
.mini-stat.orange { background: var(--orange); }
.mini-stat.yellow { background: var(--yellow); color: var(--ink); }
.mini-stat.green { background: var(--green); }
.mini-stat.blue { background: var(--blue); }
.device-chart { grid-column: 1 / -1; height: 80px; background: var(--white); display: flex; align-items: flex-end; gap: 10px; padding: 14px 18px; }
.device-chart span { flex: 1; height: 50%; background: var(--yellow); }
.device-chart span:nth-child(2) { height: 85%; background: var(--green); }
.device-chart span:nth-child(3) { height: 65%; background: var(--orange); }
.device-chart span:nth-child(4) { height: 92%; background: var(--blue); }
.device-chart span:nth-child(5) { height: 72%; background: var(--green); }
.floating-card { position: absolute; max-width: 230px; padding: 16px 18px; background: var(--white); box-shadow: 0 12px 38px rgba(24, 31, 33, .16); border-left: 5px solid var(--green); }
.floating-card b, .floating-card span { display: block; }
.floating-card span { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.floating-one { top: 42px; right: -5px; }
.floating-two { bottom: 40px; left: -15px; border-color: var(--yellow); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--white); padding: 0 clamp(22px, 6vw, 94px); }
.proof-strip div { min-height: 112px; padding: 20px clamp(12px, 2vw, 32px); display: flex; align-items: center; gap: 17px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { color: var(--yellow); font-size: 1.55rem; }
.proof-strip span { font-weight: 700; }

.section { padding: clamp(72px, 9vw, 130px) clamp(22px, 6vw, 94px); }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading.compact { margin-inline: auto; text-align: center; }
.section-heading h2, .showcase-panel h2, .trust-copy h2, .final-cta h2 { margin: 13px 0 16px; font-size: clamp(2rem, 4.1vw, 4rem); line-height: 1.06; letter-spacing: -.04em; }
.section-heading p, .showcase-panel p, .trust-copy p { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.feature-card { min-height: 270px; padding: 30px; background: var(--white); border-bottom: 3px solid transparent; transition: border-color .2s, transform .2s; }
.feature-card:hover { border-color: var(--yellow); transform: translateY(-4px); }
.feature-number { color: var(--green-dark); font-weight: 850; }
.feature-card h3 { margin: 60px 0 10px; font-size: 1.35rem; }
.feature-card p { margin: 0; color: var(--muted); }

.showcase { padding-top: 10px; }
.showcase-panel { padding: clamp(34px, 6vw, 80px); background: var(--yellow); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 7vw, 100px); align-items: center; border-radius: var(--radius); }
.showcase-panel .eyebrow { color: #554500; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; text-decoration: none; font-weight: 800; border-bottom: 2px solid currentColor; }
.text-link span { font-size: 1.3em; }
.check-list { list-style: none; margin: 0; padding: 0; background: rgba(255,255,255,.72); }
.check-list li { padding: 22px; border-bottom: 1px solid rgba(23,26,27,.12); }
.check-list li:last-child { border-bottom: 0; }
.check-list b, .check-list span { display: block; }
.check-list span { color: var(--muted); margin-top: 4px; }

.pricing-preview { background: var(--white); }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1200px; margin: 0 auto; }
.price-card { padding: 32px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; min-height: 380px; }
.price-card.featured { background: var(--yellow); border-color: var(--yellow); transform: translateY(-12px); box-shadow: var(--shadow); }
.plan-label { align-self: flex-start; padding: 5px 10px; background: var(--ink); color: var(--white); font-weight: 750; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { margin: 26px 0 10px; font-size: 1.5rem; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; }
.price strong { font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.05em; }
.price span { color: var(--muted); }
.price-card p { color: var(--muted); flex: 1; }
.center-action { text-align: center; margin-top: 30px; }

.trust-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.trust-copy { max-width: 760px; }
.trust-badge { min-height: 300px; padding: 40px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-radius: 50%; aspect-ratio: 1; max-width: 390px; justify-self: center; }
.trust-badge span { width: 94px; height: 94px; border: 3px solid var(--yellow); border-radius: 50%; display: grid; place-items: center; color: var(--yellow); font-size: 1.4rem; font-weight: 900; }
.trust-badge b { margin-top: 18px; font-size: 1.3rem; }
.trust-badge small { color: #bbc1c3; }
.final-cta { padding: clamp(45px, 7vw, 90px) clamp(22px, 6vw, 94px); background: var(--green); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { max-width: 900px; margin-bottom: 0; }
.final-cta .eyebrow { color: #2f3d13; }

.page-hero { padding: clamp(70px, 10vw, 150px) clamp(22px, 8vw, 140px) clamp(55px, 7vw, 100px); background: var(--yellow); }
.page-hero.small { padding-bottom: 70px; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); max-width: 1100px; }
.page-hero p { max-width: 800px; color: #4f4a31; font-size: 1.1rem; }
.content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.prose-card, .fact-card, .contact-card, .support-notice { background: var(--white); padding: clamp(28px, 4vw, 52px); }
.prose-card h2, .contact-card h2, .support-notice h2 { margin-top: 0; font-size: 1.8rem; }
.prose-card p { color: var(--muted); font-size: 1.06rem; }
.fact-card { display: grid; grid-template-columns: minmax(120px,.7fr) 1.3fr; gap: 18px 24px; align-content: start; }
.fact-card span { color: var(--muted); }
.values-grid { padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.values-grid article { padding: 30px; background: var(--yellow-soft); }
.values-grid h3 { margin-top: 0; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.primary-contact { background: var(--green); }
.primary-contact span { display: block; font-weight: 750; }
.primary-contact a { display: inline-block; margin: 16px 0; font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 850; letter-spacing: -.04em; }
.contact-card dl { margin: 0; }
.contact-card dl div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-card dt { color: var(--muted); }
.contact-card dd { margin: 0; font-weight: 700; }
.support-notice { margin: 0 clamp(22px, 6vw, 94px) clamp(72px, 9vw, 130px); background: var(--yellow-soft); }

.purchase-layout, .checkout-layout, .payment-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.package-selector fieldset { border: 0; padding: 0; margin: 0; }
.package-selector legend { margin-bottom: 20px; font-size: 1.35rem; font-weight: 850; }
.package-choice { display: block; margin-bottom: 12px; cursor: pointer; }
.package-choice input { position: absolute; opacity: 0; pointer-events: none; }
.package-choice-body { display: block; padding: 24px; background: var(--white); border: 2px solid transparent; box-shadow: 0 7px 22px rgba(30,37,39,.06); transition: border-color .18s, transform .18s; }
.package-choice:hover .package-choice-body { transform: translateY(-2px); }
.package-choice input:checked + .package-choice-body { border-color: var(--green); box-shadow: 0 9px 28px rgba(113,143,45,.16); }
.package-choice input:focus-visible + .package-choice-body { outline: 3px solid rgba(18,164,207,.35); outline-offset: 3px; }
.choice-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.choice-top b { font-size: 1.18rem; }
.choice-top em { padding: 4px 8px; background: var(--yellow-soft); font-style: normal; font-size: .72rem; font-weight: 800; }
.choice-audience { display: block; margin-top: 5px; color: var(--muted); }
.choice-price { display: block; margin-top: 18px; font-size: 1.7rem; font-weight: 900; letter-spacing: -.03em; }
.choice-price small { font-size: .83rem; color: var(--muted); font-weight: 600; letter-spacing: 0; }
.user-count-field { margin: 20px 0; padding: 24px; background: var(--yellow-soft); }
.user-count-field > label { display: block; font-weight: 850; margin-bottom: 8px; }
.user-count-field div { display: flex; align-items: center; gap: 14px; }
.user-count-field input { width: 100px; padding: 12px; border: 1px solid var(--line); background: var(--white); }
.user-count-field small { display: block; margin-top: 8px; color: var(--muted); }
.full-button { width: 100%; }
.order-summary { padding: 30px; background: var(--white); border-top: 6px solid var(--yellow); box-shadow: var(--shadow); }
.sticky-summary { position: sticky; top: 112px; }
.order-summary h2 { margin: 10px 0 8px; font-size: 1.6rem; }
.order-summary > p { color: var(--muted); }
.order-summary dl, .payment-card dl { margin: 24px 0; }
.order-summary dl div, .payment-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.order-summary dt, .payment-card dt { color: var(--muted); }
.order-summary dd, .payment-card dd { margin: 0; text-align: right; font-weight: 800; }
.order-summary .summary-total, .payment-card .payment-total { padding-top: 18px; border-bottom: 0; font-size: 1.15rem; }
.summary-total dd, .payment-total dd { color: var(--green-dark); font-size: 1.35rem; }
.order-summary ul { padding-left: 18px; color: #495357; }
.order-summary li { margin: 8px 0; }
.secure-note { padding: 12px; background: var(--yellow-soft); color: var(--ink) !important; font-size: .82rem; }
.change-plan { display: inline-block; font-weight: 800; color: var(--green-dark); }
.faq-section { padding-top: 20px; }
.faq-grid { max-width: 900px; margin: 0 auto; }
.faq-grid details { background: var(--white); border-bottom: 1px solid var(--line); padding: 0 24px; }
.faq-grid summary { padding: 22px 0; cursor: pointer; font-weight: 800; }
.faq-grid p { padding: 0 0 22px; margin: 0; color: var(--muted); }
.checkout-hero { padding-top: 75px; padding-bottom: 55px; }
.checkout-hero h1 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
.checkout-form { display: grid; gap: 18px; }
.form-section { padding: clamp(22px, 4vw, 38px); background: var(--white); }
.form-section-title { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 25px; }
.form-section-title > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; background: var(--yellow); font-weight: 900; }
.form-section-title h2 { margin: 0; font-size: 1.35rem; }
.form-section-title p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label > span { display: block; margin-bottom: 7px; font-size: .84rem; color: #4e595d; font-weight: 750; }
.field-grid input, .field-grid textarea { width: 100%; padding: 13px 14px; border: 1px solid #bfc6c8; border-radius: 0; background: #fff; outline: none; }
.field-grid input:focus, .field-grid textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(159,196,78,.18); }
.full-field { grid-column: 1 / -1; }
.legal-consents { display: grid; gap: 13px; }
.legal-consents label { display: flex; gap: 12px; align-items: flex-start; font-size: .91rem; }
.legal-consents input { width: 19px; height: 19px; flex: 0 0 19px; accent-color: var(--green-dark); }
.legal-consents a { font-weight: 800; }
.payment-card { padding: clamp(28px, 5vw, 52px); background: var(--white); box-shadow: var(--shadow); }
.payment-card h2 { margin: 8px 0 20px; font-size: 1.5rem; }
.payment-lock { float: right; width: 70px; height: 70px; border-radius: 50%; background: var(--green); color: var(--white); display: grid; place-items: center; font-weight: 900; }
.payment-explanation { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.payment-assurance { padding: clamp(26px, 4vw, 45px); background: var(--yellow); }
.payment-assurance h2 { margin-top: 0; font-size: 2rem; line-height: 1.1; }
.payment-assurance p { color: #514b30; }
.legal-hero { padding: clamp(65px, 9vw, 120px) clamp(22px, 8vw, 140px) clamp(45px, 6vw, 75px); background: var(--yellow); }
.legal-hero h1 { margin: 14px 0; font-size: clamp(2.5rem, 5.2vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.legal-hero p { max-width: 760px; color: #4f4a31; }
.updated-date { display: inline-block; margin-top: 14px; padding: 6px 10px; background: rgba(255,255,255,.68); font-size: .78rem; font-weight: 750; }
.legal-layout { padding: clamp(42px, 7vw, 90px) clamp(22px, 6vw, 94px); display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.legal-nav { position: sticky; top: 112px; padding: 22px; background: var(--white); }
.legal-nav strong { display: block; margin-bottom: 13px; }
.legal-nav a { display: block; padding: 10px 8px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .85rem; text-decoration: none; }
.legal-nav a.active { color: var(--ink); font-weight: 800; border-left: 4px solid var(--green); padding-left: 12px; }
.legal-document { padding: clamp(28px, 5vw, 60px); background: var(--white); }
.legal-document section { padding: 0 0 26px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-document section:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }
.legal-document h2 { margin: 0 0 13px; font-size: clamp(1.2rem, 2vw, 1.65rem); }
.legal-document p { color: #4f595d; }
.legal-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.legal-index-grid > a { min-height: 250px; padding: 28px; background: var(--white); color: var(--ink); text-decoration: none; display: flex; flex-direction: column; border-bottom: 4px solid transparent; }
.legal-index-grid > a:hover { border-color: var(--green); }
.legal-index-grid span { color: var(--green-dark); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.legal-index-grid h2 { margin: 30px 0 10px; font-size: 1.3rem; }
.legal-index-grid p { color: var(--muted); flex: 1; }
.legal-index-grid b { font-size: .85rem; }

.site-footer { padding: 62px clamp(22px, 6vw, 94px) 24px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 40px; }
.footer-logo { width: 190px; filter: invert(1); }
.footer-grid p { max-width: 350px; color: #b9c0c2; }
.footer-grid h2 { font-size: 1rem; color: var(--yellow); }
.footer-grid a { display: block; color: #d1d5d6; text-decoration: none; margin: 9px 0; font-size: .9rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.12); color: #9ca5a7; font-size: .82rem; }
.cookie-banner { position: fixed; z-index: 200; left: 18px; right: 18px; bottom: 18px; max-width: 980px; margin: auto; padding: 18px 20px; background: var(--white); box-shadow: var(--shadow); border-top: 4px solid var(--yellow); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cookie-banner p { margin: 0; font-size: .88rem; }
.cookie-banner > div { display: flex; flex-shrink: 0; gap: 8px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 24px; background: var(--paper); flex-direction: column; align-items: stretch; box-shadow: 0 18px 30px rgba(0,0,0,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 480px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .showcase-panel, .trust-section, .content-grid, .contact-layout, .purchase-layout, .checkout-layout, .payment-layout { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 680px; }
  .price-card.featured { transform: none; }
  .trust-badge { max-width: 330px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sticky-summary { position: static; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .legal-index-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 74px; }
  .brand img { width: 164px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero-visual { min-height: 430px; }
  .device-card { padding: 16px; border-radius: 34px 34px 24px 24px; }
  .mini-stat { min-height: 110px; padding: 16px 12px; }
  .mini-stat b { font-size: 1rem; }
  .floating-card { max-width: 180px; padding: 12px; }
  .floating-one { right: -10px; top: 10px; }
  .floating-two { left: -10px; bottom: 10px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .feature-grid, .values-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .feature-card h3 { margin-top: 38px; }
  .showcase-panel { border-radius: 16px; }
  .final-cta { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner > div { flex: 1 1 auto; flex-wrap: wrap; }
  .cookie-banner > div .button { flex: 1 1 120px; }
  .contact-card dl div, .fact-card { grid-template-columns: 1fr; gap: 4px; }
  .field-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .choice-top { align-items: flex-start; flex-direction: column; gap: 8px; }
  .legal-index-grid { grid-template-columns: 1fr; }
}
