:root {
  color-scheme: light;
  --forest: #163a32;
  --forest-2: #214c42;
  --ink: #16201e;
  --muted: #66706c;
  --paper: #fffdf8;
  --canvas: #f3efe7;
  --line: #d7d1c5;
  --coral: #e45d43;
  --coral-dark: #a93e2a;
  --yellow: #f2c94c;
  --blue: #3d6f98;
  --green: #4a8f69;
  --radius: 6px;
  --shadow: 0 18px 45px rgba(22, 58, 50, .13);
  --font: Inter, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 114px; }
body { margin: 0; background: var(--canvas); color: var(--ink); 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(228, 93, 67, .38); outline-offset: 3px; }
.shell, .wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.kicker { margin: 0 0 12px; color: var(--coral-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.kicker-light { color: #ffd68b; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 850; text-align: center; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 5px 0 var(--coral-dark); }
.btn-light { background: var(--paper); color: var(--forest); }
.btn-quiet { border-color: var(--line); background: transparent; color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-weight: 850; text-decoration: none; }
.text-link span { color: var(--coral); }

.age-layer { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(15, 30, 27, .88); backdrop-filter: blur(10px); }
.age-dialog { width: min(540px, 100%); padding: 38px; border-top: 8px solid var(--coral); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); text-align: left; }
.age-number { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 24px; border: 3px solid var(--forest); color: var(--forest); font-size: 1.45rem; font-weight: 950; }
.age-dialog h2 { margin: 0; color: var(--forest); font-size: 2.35rem; line-height: 1.03; }
.age-dialog > p:not(.kicker) { margin: 17px 0 0; color: var(--muted); }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }

.notice { background: var(--yellow); color: var(--ink); }
.notice-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .73rem; font-weight: 800; }
.notice-inner a { color: var(--forest); }
.site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .96); backdrop-filter: blur(14px); }
.nav-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand b { font-size: 1.05rem; }
.brand small { margin-top: 6px; color: var(--coral-dark); font-size: .58rem; font-weight: 900; letter-spacing: .11em; }
.brand-mark { width: 46px; height: 46px; position: relative; display: grid; grid-template-columns: repeat(2, 10px); grid-template-rows: repeat(2, 10px); place-content: center; gap: 5px; border: 2px solid var(--forest); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--forest); }
.brand-mark::before { left: 10px; right: 10px; top: 21px; height: 2px; }
.brand-mark::after { top: 10px; bottom: 10px; left: 21px; width: 2px; }
.brand-mark i { z-index: 1; display: block; border-radius: 50%; background: var(--paper); border: 3px solid var(--coral); }
.site-menu { display: flex; align-items: center; gap: 2px; }
.site-menu a { padding: 10px 12px; color: #56625e; font-size: .81rem; font-weight: 800; text-decoration: none; }
.site-menu a:hover, .site-menu a[aria-current="page"] { color: var(--forest); text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.site-menu .nav-action { margin-left: 8px; padding: 12px 15px; background: var(--forest); color: #fff; text-decoration: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.menu-toggle span { width: 21px; height: 2px; display: block; margin: 5px auto; background: var(--forest); }

.hero { overflow: hidden; padding: 88px 0 78px; background: var(--paper); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 74px; align-items: center; }
.hero-copy h1 { max-width: 800px; margin: 0; color: var(--forest); font-size: 5rem; line-height: .94; letter-spacing: 0; }
.hero-copy > p:not(.kicker) { max-width: 720px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.hero-index { position: relative; border: 2px solid var(--forest); background: var(--canvas); box-shadow: 12px 12px 0 var(--yellow); }
.hero-index::before { content: ""; position: absolute; width: 56px; height: 8px; top: -5px; left: 28px; background: var(--coral); }
.index-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: .72rem; text-transform: uppercase; }
.index-head span { color: var(--muted); }
.index-head b { color: var(--forest); }
.hero-index ol { margin: 0; padding: 0 20px; list-style: none; }
.hero-index li { min-height: 78px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.hero-index li > span { color: var(--coral-dark); font-weight: 950; }
.hero-index li div { display: grid; }
.hero-index li small { color: var(--muted); }
.hero-index > p { margin: 0; padding: 18px 20px; color: var(--muted); font-size: .72rem; }
.hero-index > p strong { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 8px; background: var(--coral); color: #fff; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--forest); color: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid article { min-height: 102px; display: grid; align-content: center; padding: 20px 25px; border-left: 1px solid rgba(255,255,255,.18); }
.signal-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.signal-grid b { color: var(--yellow); font-size: 1.65rem; line-height: 1; }
.signal-grid span { margin-top: 6px; color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 750; }

.section { padding: 88px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 60px; align-items: end; margin-bottom: 36px; }
.section-heading h2, .control-intro h2, .method-title h2, .faq-layout h2, .disclosure-layout h2, .page-hero h1 { margin: 0; color: var(--forest); font-size: 3.35rem; line-height: .98; letter-spacing: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.products-section { background: var(--canvas); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.product-card { --accent: var(--coral); min-width: 0; display: flex; flex-direction: column; padding: 0 26px 26px; border: 1px solid var(--line); border-top: 7px solid var(--accent); border-radius: var(--radius); background: var(--paper); box-shadow: 0 12px 28px rgba(22, 58, 50, .08); transition: transform .2s ease, box-shadow .2s ease; }
.product-blue { --accent: var(--blue); }
.product-green { --accent: var(--green); }
.product-topline { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.product-topline span { color: var(--accent); font-size: 1.4rem; font-weight: 950; }
.product-topline small { color: var(--muted); font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.operator-logo { height: 88px; display: grid; place-items: center; margin: 5px -26px 23px; background: #111; }
.operator-logo span { color: #fff; font-size: 1.7rem; font-weight: 950; letter-spacing: .04em; }
.product-kind { margin: 0 0 6px; color: var(--accent); font-size: .68rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0; color: var(--forest); font-size: 1.62rem; line-height: 1.1; }
.product-summary { margin: 13px 0; color: var(--muted); }
.offer { min-height: 63px; display: flex; align-items: center; margin: 4px 0 15px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--forest); font-size: 1.05rem; }
.product-card ul { display: grid; gap: 8px; margin: 0 0 23px; padding: 0; list-style: none; }
.product-card li { position: relative; padding-left: 20px; color: #48544f; font-size: .82rem; }
.product-card li::before { content: ""; position: absolute; left: 0; top: .58em; width: 8px; height: 8px; background: var(--accent); }
.btn-product { width: 100%; margin-top: auto; background: var(--accent); color: #fff; }
.terms-note { margin-top: 12px; color: var(--muted); font-size: .61rem; text-align: center; }

.control-section { background: var(--coral); color: rgba(255,255,255,.78); }
.control-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 80px; }
.control-intro { align-self: start; position: sticky; top: 132px; }
.control-intro h2 { color: #fff; }
.control-intro > p:not(.kicker) { margin: 22px 0 27px; }
.control-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.34); }
.control-list article { min-height: 164px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 25px 18px 24px 0; border-bottom: 1px solid rgba(255,255,255,.34); }
.control-list article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.34); }
.control-list article:nth-child(even) { padding-left: 22px; }
.control-list span { color: var(--yellow); font-weight: 950; }
.control-list h3 { margin: 0 0 5px; color: #fff; font-size: 1rem; }
.control-list p { margin: 0; }

.method-section { background: var(--yellow); }
.method-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; }
.method-title h2 { max-width: 470px; }
.method-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; color: #3f493f; }
.method-copy p { margin: 0; padding-top: 17px; border-top: 2px solid var(--forest); }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: 80px; }
.faq-layout header { align-self: start; position: sticky; top: 132px; }
.faq-layout header > p:not(.kicker) { color: var(--muted); }
.faq-list { border-top: 2px solid var(--forest); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details[open] { background: #f6f1e8; }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 14px; color: var(--forest); cursor: pointer; font-weight: 850; list-style: none; overflow-wrap: anywhere; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--coral); color: var(--coral-dark); font-size: 1.15rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 58px 22px 14px; color: var(--muted); }

.disclosure-section { border-top: 1px solid var(--line); background: var(--canvas); }
.disclosure-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 70px; padding: 42px; border: 2px solid var(--forest); background: var(--paper); box-shadow: 12px 12px 0 #d9d0c1; }
.ad-stamp { display: inline-grid; place-items: center; width: 46px; height: 34px; margin-bottom: 18px; background: var(--coral); color: #fff; font-weight: 950; }
.disclosure-layout > div:last-child { color: var(--muted); }
.disclosure-layout > div:last-child > p:first-child { margin-top: 0; }
.disclosure-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 25px; }

.page-hero { padding: 76px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 60px; align-items: end; }
.page-hero-grid > p { margin: 0; color: var(--muted); }
.eyebrow { margin: 0 0 12px; color: var(--coral-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #ffd68b; }
.content-section { padding: 70px 0; }
.content-grid { width: min(930px, calc(100% - 48px)); margin-inline: auto; display: grid; gap: 12px; }
.content-block { padding: 30px 34px; border-left: 4px solid var(--coral); background: var(--paper); }
.content-block h2 { margin: 0 0 10px; color: var(--forest); font-size: 1.42rem; }
.content-block h3 { color: var(--forest); }
.content-block p, .content-block li { color: var(--muted); }
.content-block a { color: var(--coral-dark); font-weight: 800; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 20px; }
.form-panel, .contact-panel { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.contact-panel { border: 0; background: var(--forest); color: rgba(255,255,255,.72); }
.form-panel h2, .contact-panel h2 { margin-top: 0; color: var(--forest); }
.contact-panel h2 { color: #fff; }
.contact-panel a { color: #ffd68b; }
.site-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.site-form label { display: grid; gap: 6px; color: var(--forest); 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: 4px; background: #fff; color: var(--ink); }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { border-color: var(--coral); outline: 0; box-shadow: 0 0 0 4px rgba(228,93,67,.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: 64px 0 24px; background: #102a25; color: rgba(255,255,255,.65); }
.footer-top { display: grid; grid-template-columns: 1.35fr .7fr .85fr .9fr; gap: 42px; }
.brand-footer { color: #fff; }
.brand-footer .brand-mark { border-color: #fff; }
.brand-footer .brand-mark::before, .brand-footer .brand-mark::after { background: #fff; }
.brand-footer .brand-mark i { background: #102a25; border-color: var(--yellow); }
.footer-brand p { max-width: 380px; }
.footer-age { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-top: 10px; border: 2px solid var(--coral); border-radius: 50%; color: #fff; font-weight: 950; }
.footer-top section:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-top h2 { margin: 0 0 10px; color: #fff; font-size: .82rem; text-transform: uppercase; }
.footer-top a { text-decoration: none; }
.footer-top a:hover { color: #fff; }
.footer-top span { overflow-wrap: anywhere; }
.partner-rail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 40px; padding: 14px; border: 1px solid rgba(255,255,255,.17); }
.partner-rail a { min-height: 82px; display: grid; place-items: center; padding: 10px; border-radius: 4px; background: #183f37; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); transition: transform .18s ease; }
.partner-rail a:hover { transform: translateY(-2px); }
.partner-rail a:nth-child(3) { background: #fff; box-shadow: none; }
.partner-rail img { width: auto; max-height: 58px; object-fit: contain; }
.partner-rail a:last-child img { max-height: 66px; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .7rem; }
.footer-bottom 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(590px, calc(100% - 36px)); display: flex; align-items: center; gap: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-top: 5px solid var(--yellow); border-radius: var(--radius); background: var(--forest); color: #fff; box-shadow: var(--shadow); }
.cookie-bar > div:first-child { min-width: 0; }
.cookie-bar strong { font-size: .83rem; }
.cookie-bar p { margin: 3px 0 0; color: rgba(255,255,255,.7); font-size: .72rem; }
.cookie-bar p a { color: #ffd68b; }
.cookie-actions { flex: 0 0 auto; display: flex; gap: 8px; }
.cookie-bar .btn { min-height: 40px; padding-inline: 12px; font-size: .7rem; }
.btn-cookie { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.09); color: #fff; }
.btn-cookie:hover { background: rgba(255,255,255,.16); }

@media (hover: hover) and (pointer: fine) {
  .product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(22,58,50,.14); }
}
@media (max-width: 1000px) {
  .site-menu { position: absolute; top: 100%; right: 24px; width: min(340px, calc(100% - 48px)); display: none; padding: 12px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .site-menu.is-open { display: grid; }
  .site-menu .nav-action { margin-left: 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-layout { grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 40px; }
  .hero-copy h1 { font-size: 4rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: 180px minmax(0, 1fr) 220px; column-gap: 24px; padding: 0 24px 24px 0; }
  .product-topline { grid-column: 2 / -1; }
  .operator-logo { grid-column: 1; grid-row: 1 / 8; height: auto; min-height: 100%; margin: 0; }
  .product-kind, .product-card h3, .product-summary, .offer, .product-card ul { grid-column: 2; }
  .btn-product, .terms-note { grid-column: 3; }
  .btn-product { grid-row: 4; align-self: center; }
  .terms-note { grid-row: 5; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .shell, .wrap { width: min(100% - 28px, 1200px); }
  .notice-inner { min-height: 42px; justify-content: center; text-align: center; }
  .notice-inner span, .notice-inner a { display: none; }
  .nav-row { min-height: 70px; }
  .hero { padding: 60px 0; }
  .hero-layout, .section-heading, .control-layout, .method-layout, .faq-layout, .disclosure-layout, .page-hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy h1 { font-size: 3.3rem; }
  .hero-index { box-shadow: 8px 8px 0 var(--yellow); }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .section { padding: 64px 0; }
  .section-heading h2, .control-intro h2, .method-title h2, .faq-layout h2, .disclosure-layout h2, .page-hero h1 { font-size: 2.5rem; }
  .product-card { display: flex; padding: 0 22px 22px; }
  .operator-logo { width: auto; min-height: 86px; margin: 4px -22px 21px; }
  .control-intro, .faq-layout header { position: static; }
  .control-list { grid-template-columns: 1fr; }
  .control-list article:nth-child(odd) { border-right: 0; }
  .control-list article:nth-child(even) { padding-left: 0; }
  .control-list article { min-height: 0; }
  .method-copy { grid-template-columns: 1fr; }
  .disclosure-layout { padding: 28px; box-shadow: 8px 8px 0 #d9d0c1; }
  .content-grid { width: min(100% - 28px, 930px); }
  .partner-rail { grid-template-columns: repeat(3, 1fr); }
  .site-form { grid-template-columns: 1fr; }
  .site-form label { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .brand small { font-size: .52rem; }
  .hero-copy h1 { font-size: 2.7rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .signal-grid b { font-size: 1.4rem; }
  .section-heading h2, .control-intro h2, .method-title h2, .faq-layout h2, .disclosure-layout h2, .page-hero h1 { font-size: 2.2rem; }
  .footer-top { grid-template-columns: 1fr; }
  .partner-rail { grid-template-columns: repeat(2, 1fr); }
  .partner-rail a { min-height: 88px; }
  .partner-rail a:last-child { grid-column: 1 / -1; }
  .cookie-bar { display: grid; gap: 13px; padding: 15px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .btn { width: 100%; }
  .dialog-actions .btn { width: 100%; }
  .age-dialog { padding: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
