:root {
  color-scheme: light;
  --ink: #152136;
  --ink-2: #25364e;
  --muted: #637084;
  --paper: #ffffff;
  --bg: #f1f5f4;
  --line: rgba(21, 33, 54, .16);
  --yellow: #f4c542;
  --green: #35a86b;
  --blue: #3787d6;
  --red: #e7584b;
  --shadow: 0 18px 45px rgba(21,33,54,.12);
  --radius: 8px;
  --font: Inter, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 122px; }
body { margin: 0; background: var(--bg); color: var(--ink-2); font-family: var(--font); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(55, 135, 214, .42); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 11px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-light { color: #a6e0bd; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 2px solid transparent; border-radius: var(--radius); font-weight: 850; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 6px 0 #b98d10; }
.btn-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.age-layer { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(12,20,34,.84); backdrop-filter: blur(12px); }
.age-dialog { width: min(510px, 100%); padding: 32px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); text-align: center; }
.age-mark { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 17px; border: 5px solid var(--red); border-radius: 50%; color: var(--ink); font-size: 1.4rem; font-weight: 950; }
.age-dialog h2 { margin: 0 0 12px; color: var(--ink); font-size: 2.3rem; line-height: 1; }
.age-dialog > p:not(.eyebrow) { color: var(--muted); }
.dialog-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.top-notice { background: var(--ink); color: #fff; }
.notice-row { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .74rem; font-weight: 750; }
.notice-row strong { color: var(--yellow); }
.notice-row a { color: #a6e0bd; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand b { font-size: 1.05rem; }
.brand small { margin-top: 4px; color: var(--green); font-size: .68rem; font-weight: 950; letter-spacing: .12em; }
.brand-symbol { width: 45px; height: 45px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 10px; border-radius: var(--radius); background: var(--ink); }
.brand-symbol i { display: block; background: var(--yellow); }
.brand-symbol i:nth-child(1) { height: 11px; }
.brand-symbol i:nth-child(2) { height: 19px; background: var(--green); }
.brand-symbol i:nth-child(3) { height: 25px; background: var(--blue); }
.site-menu { display: flex; align-items: center; gap: 3px; }
.site-menu a { padding: 10px 11px; border-radius: var(--radius); color: var(--muted); font-size: .82rem; font-weight: 800; text-decoration: none; }
.site-menu a:hover, .site-menu a[aria-current="page"] { background: #e6efeb; color: var(--ink); }
.site-menu .nav-cta { margin-left: 5px; background: var(--yellow); color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.menu-toggle span { width: 21px; height: 2px; display: block; margin: 5px auto; background: var(--ink); }
.hero { padding: 82px 0; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 64px; align-items: center; }
.hero-copy h1 { max-width: 780px; margin: 0; color: var(--ink); font-size: 4.9rem; line-height: .91; letter-spacing: 0; }
.hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-summary { position: relative; padding: 28px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--bg); box-shadow: 14px 14px 0 var(--yellow); }
.ad-label { position: absolute; top: -13px; right: 17px; padding: 5px 9px; background: var(--red); color: #fff; font-size: .68rem; font-weight: 950; }
.hero-summary strong { color: var(--ink); font-size: 1.3rem; }
.hero-summary ul { margin: 18px 0; padding: 0; list-style: none; }
.hero-summary li { padding: 9px 0 9px 25px; border-top: 1px solid var(--line); }
.hero-summary li::before { content: "✓"; margin-left: -25px; margin-right: 10px; color: var(--green); font-weight: 950; }
.hero-summary a { color: var(--blue); font-size: .82rem; font-weight: 850; text-decoration: none; }
.facts-strip { background: var(--ink); color: #fff; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid article { min-height: 94px; display: grid; align-content: center; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.facts-grid article:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.facts-grid b { color: var(--yellow); font-size: 1.8rem; line-height: 1; }
.facts-grid span { color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 750; }
.section { padding: 82px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 50px; align-items: end; margin-bottom: 32px; }
.section-head h2, .regulation-title h2, .faq-intro h2, .note-heading h2, .page-hero h1 { margin: 0; color: var(--ink); font-size: 3.2rem; line-height: .96; letter-spacing: 0; }
.section-head > p { margin: 0; color: var(--muted); }
.product-list { display: grid; gap: 16px; }
.product-card { display: grid; grid-template-columns: 75px 190px minmax(0, 1fr) 190px; min-height: 260px; overflow: hidden; border: 1px solid var(--line); border-left: 7px solid var(--product-accent); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 25px rgba(21,33,54,.07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-rank { display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 1.55rem; font-weight: 950; writing-mode: vertical-rl; transform: rotate(180deg); }
.product-rank span { color: var(--product-accent); }
.operator-mark { display: grid; align-content: center; justify-items: center; padding: 20px; background: var(--ink); color: #fff; text-align: center; text-decoration: none; transition: background .2s ease; }
.operator-mark:hover { background: #1d2d46; }
.operator-mark span { color: var(--yellow); font-size: 1.55rem; font-weight: 950; }
.operator-mark small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: .68rem; text-transform: uppercase; }
.product-main { padding: 25px 28px; }
.product-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
.product-heading p { width: 100%; margin: 0; color: var(--product-accent); font-size: .69rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.product-heading h3 { margin: 0; color: var(--ink); font-size: 1.42rem; }
.product-heading span { padding: 4px 8px; border-radius: 999px; background: #e6f4ec; color: #1b7244; font-size: .64rem; font-weight: 900; }
.product-summary { margin: 11px 0; color: var(--muted); }
.offer { display: block; color: var(--ink); font-size: 1.08rem; }
.feature-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0 0; padding: 0; list-style: none; }
.feature-list li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); font-size: .68rem; font-weight: 750; }
.product-action { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 12px; padding: 24px; border-left: 1px solid var(--line); }
.product-action > span { color: var(--red); font-size: .63rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.btn-product { background: var(--product-accent); color: #fff; }
.product-action small { color: var(--muted); font-size: .63rem; text-align: center; }
.regulation { background: var(--ink); color: rgba(255,255,255,.72); }
.regulation-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 72px; }
.regulation-title h2 { color: #fff; }
.regulation-title > p:not(.eyebrow) { margin: 20px 0 25px; }
.regulation-points { border-top: 1px solid rgba(255,255,255,.2); }
.regulation-points article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.regulation-points b { color: var(--yellow); }
.regulation-points h3 { margin: 0 0 4px; color: #fff; font-size: 1.08rem; }
.regulation-points p { margin: 0; }
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr); gap: 70px; }
.faq-intro { position: sticky; top: 140px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); transition: background .18s ease; }
.faq-list details[open] { background: #f7faf9; }
.faq-list summary { min-width: 0; min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 12px 18px 4px; color: var(--ink); cursor: pointer; list-style: none; font-weight: 850; overflow-wrap: anywhere; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 1.2rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 52px 22px 12px; color: var(--muted); }
.commercial-note { background: var(--bg); }
.note-panel { padding: 42px; border: 2px solid var(--ink); border-radius: var(--radius); background: #fff; box-shadow: 14px 14px 0 #dce5e2; }
.note-heading { display: flex; align-items: center; gap: 18px; }
.note-heading > span { flex: 0 0 auto; padding: 9px 11px; background: var(--red); color: #fff; font-weight: 950; }
.note-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 24px; color: var(--muted); }
.note-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 23px; }
.page-hero { padding: 68px 0; background: #fff; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 55px; align-items: end; }
.page-hero-grid > p { margin: 0; color: var(--muted); }
.content-section { padding: 70px 0; }
.content-grid { width: min(920px, calc(100% - 40px)); margin-inline: auto; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.content-block { padding: 30px; background: #fff; }
.content-block h2 { margin: 0 0 10px; color: var(--ink); font-size: 1.45rem; }
.content-block h3 { color: var(--ink); }
.content-block p, .content-block li { color: var(--muted); }
.content-block a { color: var(--blue); font-weight: 750; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 28px; }
.form-panel, .contact-panel { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-panel { background: var(--ink); color: rgba(255,255,255,.72); }
.form-panel h2, .contact-panel h2 { margin-top: 0; color: var(--ink); }
.contact-panel h2 { color: #fff; }
.contact-panel a { color: #a6e0bd; }
.site-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.site-form label { display: grid; gap: 6px; color: var(--ink); font-size: .78rem; font-weight: 850; }
.site-form label.full { grid-column: 1 / -1; }
.site-form input, .site-form select, .site-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease; }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 4px rgba(55,135,214,.12); }
.site-form textarea { resize: vertical; }
.site-form .btn { justify-self: start; }
.form-status { grid-column: 1 / -1; margin: 0; color: var(--green); font-weight: 800; }
.site-footer { padding: 58px 0 24px; background: #0d1728; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .9fr .9fr; gap: 35px; }
.brand-footer { color: #fff; }
.footer-grid h2 { margin: 0 0 12px; color: #fff; font-size: .86rem; }
.footer-grid section:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid span { overflow-wrap: anywhere; }
.footer-brand p { max-width: 390px; }
.compliance-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 36px; padding: 18px; border: 1px solid rgba(255,255,255,.13); }
.compliance-logos a, .compliance-logos > span { min-height: 74px; display: grid; place-items: center; padding: 8px; background: #fff; border-radius: 5px; transition: transform .18s ease, box-shadow .18s ease; }
.compliance-logos a:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.24); }
.compliance-logos img { width: auto; max-height: 55px; object-fit: contain; }
.footer-disclaimer { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: .72rem; }
.footer-disclaimer p { margin: 6px 0; }
.cookie-bar { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 90; width: min(520px, calc(100% - 36px)); display: flex; align-items: center; gap: 18px; padding: 17px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.cookie-bar p { margin: 0; color: rgba(255,255,255,.72); font-size: .76rem; }
.cookie-bar p a { color: #a6e0bd; }
.cookie-bar > div { display: flex; gap: 7px; }
.cookie-bar .btn { min-height: 40px; padding-inline: 12px; font-size: .72rem; }
.btn-cookie { border-color: rgba(255,255,255,.35); color: #fff; }
@media (max-width: 980px) {
  .site-menu { position: absolute; top: 100%; right: 20px; width: min(330px, calc(100% - 40px)); display: none; padding: 10px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .site-menu.is-open { display: grid; }
  .site-menu .nav-cta { margin-left: 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-copy h1 { font-size: 4rem; }
  .product-card { grid-template-columns: 62px 160px minmax(0, 1fr); }
  .product-action { grid-column: 2 / -1; flex-direction: row; align-items: center; border-top: 1px solid var(--line); border-left: 0; }
  .product-action .btn { margin-left: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .notice-row { justify-content: center; min-height: 42px; text-align: center; }
  .notice-row span:nth-child(2), .notice-row a { display: none; }
  .nav-row { min-height: 70px; }
  .hero { padding: 60px 0; }
  .hero-grid, .section-head, .regulation-grid, .faq-grid, .page-hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy h1 { font-size: 3.2rem; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .section { padding: 62px 0; }
  .section-head h2, .regulation-title h2, .faq-intro h2, .note-heading h2, .page-hero h1 { font-size: 2.45rem; }
  .product-card { grid-template-columns: 78px minmax(0, 1fr); }
  .operator-mark { grid-column: 2; min-height: 108px; padding: 16px; }
  .operator-mark span { font-size: 1.4rem; }
  .product-main { grid-column: 1 / -1; }
  .product-rank { grid-row: 1; grid-column: 1; writing-mode: horizontal-tb; transform: none; font-size: 1.32rem; }
  .product-action { grid-column: 1 / -1; }
  .faq-intro { position: static; }
  .note-copy { grid-template-columns: 1fr; gap: 5px; }
  .compliance-logos { grid-template-columns: repeat(3, 1fr); }
  .site-form { grid-template-columns: 1fr; }
  .site-form label { grid-column: 1 / -1; }
}
@media (max-width: 500px) {
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-actions .btn { width: 100%; }
  .product-main { padding: 21px 18px; }
  .product-heading h3 { font-size: 1.3rem; }
  .product-summary { margin: 9px 0; }
  .product-action { display: grid; }
  .product-action { gap: 9px; padding: 18px; }
  .product-action .btn { width: 100%; margin: 0; }
  .note-panel { padding: 25px; box-shadow: 8px 8px 0 #dce5e2; }
  .note-heading { align-items: flex-start; }
  .footer-grid, .compliance-logos { grid-template-columns: 1fr; }
  .cookie-bar { display: grid; gap: 13px; padding: 15px; }
  .cookie-bar > div { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover { transform: translateY(-3px); border-color: rgba(21,33,54,.28); box-shadow: 0 18px 38px rgba(21,33,54,.12); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
