/* =====================================================================
   SSLWalay — Design System v2
   Palette: ink-teal + mint + PKR-gold. Type: Bricolage Grotesque + Manrope.
   ===================================================================== */

:root {
  --ink: #071A24;
  --ink-2: #0C2634;
  --ink-3: #123645;
  --paper: #F1F6F3;
  --white: #FFFFFF;
  --mint: #19C37D;
  --mint-2: #0FA868;
  --mint-soft: #E6F7EF;
  --gold: #F2B84B;
  --gold-soft: #FFF4DC;
  --cream: #EEF4F1;
  --muted: #5C6F79;
  --body-text: #33464F;
  --line: rgba(7,26,36,.10);
  --line-dark: rgba(238,244,241,.12);
  --wa: #25D366;
  --display: 'Bricolage Grotesque', Georgia, serif;
  --body: 'Manrope', system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --r-sm: 12px; --r: 18px; --r-lg: 28px;
  --shadow-lg: 0 40px 70px -40px rgba(7,26,36,.35);
  --header-h: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--display); letter-spacing: -.02em; line-height: 1.05; margin: 0; font-weight: 700; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button { font-family: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(1240px, 100% - 2.5rem); margin-inline: auto; }
.container.narrow { max-width: 900px; }
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section.white { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.2rem; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); max-width: 24ch; }
.section-head p { color: var(--muted); max-width: 46ch; line-height: 1.7; font-size: .98rem; }
.section-head .arrow-link { font-weight: 800; color: var(--mint-2); white-space: nowrap; }
.section-head .arrow-link:hover { text-decoration: underline; }
.section-head.center { flex-direction: column; align-items: center; text-align: center; }
.section-head.center h2 { max-width: 30ch; }
.lead { font-size: 1.08rem; line-height: 1.7; color: var(--muted); max-width: 56ch; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .95rem 1.5rem; border-radius: 999px; font-weight: 700; font-size: .95rem; border: 1px solid transparent; cursor: pointer; line-height: 1; white-space: nowrap; transition: transform .5s var(--ease), box-shadow .5s var(--ease), background .3s, border-color .3s, color .3s; }
.btn-mint { background: var(--mint); color: var(--ink); box-shadow: 0 10px 30px -10px rgba(25,195,125,.6); }
.btn-mint:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(25,195,125,.7); }
.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { transform: translateY(-2px); background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--white); border-color: var(--mint); }
.btn-ghost-light { background: transparent; color: var(--cream); border-color: var(--line-dark); }
.btn-ghost-light:hover { background: rgba(255,255,255,.06); border-color: rgba(25,195,125,.6); }
.btn-wa { background: var(--wa); color: #06281A; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(37,211,102,.7); }
.btn-sm { padding: .7rem 1.1rem; font-size: .85rem; }
.btn-lg { padding: 1.15rem 1.7rem; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- Brand logo (kept from v1, re-tuned) ---------- */
.brand-logo { display: inline-flex; align-items: center; gap: 10px; line-height: 1; white-space: nowrap; }
.brand-logo__mark { display: block; width: 42px; height: 46px; flex: 0 0 42px; }
.brand-logo__mark svg { display: block; width: 100%; height: 100%; overflow: visible; }
.brand-logo__shield-outer { fill: none; stroke: currentColor; stroke-width: 3.1; stroke-linejoin: round; }
.brand-logo__shield-inner { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; opacity: .88; }
.brand-logo__lock { fill: currentColor; opacity: .92; }
.brand-logo__sw { fill: var(--mint); font: 900 12px var(--body); letter-spacing: -.06em; }
.brand-logo__copy { display: flex; flex-direction: column; gap: 4px; }
.brand-logo__name { font: 800 22px/.9 var(--display); letter-spacing: -.04em; }
.brand-logo__tagline { display: flex; align-items: center; gap: 6px; font: 700 8.5px/1 var(--body); letter-spacing: .03em; }
.brand-logo__tagline i { display: block; width: 1px; height: 9px; background: currentColor; opacity: .3; }
.brand-logo--dark, .brand-logo--light { color: var(--cream); }
.brand-logo--dark .brand-logo__name, .brand-logo--light .brand-logo__name { color: var(--white); }
.brand-logo--dark .brand-logo__tagline, .brand-logo--light .brand-logo__tagline { color: rgba(238,244,241,.6); }

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,26,36,.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); color: var(--cream); border-bottom: 1px solid var(--line-dark); transition: background .3s; }
.site-header.scrolled { background: rgba(7,26,36,.96); }
.top-bar { border-bottom: 1px solid var(--line-dark); font-size: .78rem; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 1rem; }
.top-bar-left { display: flex; gap: 1.2rem; align-items: center; }
.top-bar a { display: inline-flex; gap: .4rem; align-items: center; color: rgba(238,244,241,.75); font-weight: 600; }
.top-bar a:hover { color: var(--mint); }
.top-bar svg { width: 15px; height: 15px; color: var(--mint); }
.top-bar-pill { background: rgba(25,195,125,.14); color: var(--mint); padding: .2rem .65rem; border-radius: 999px; font-weight: 800; font-size: .72rem; }
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--header-h); }
.nav-menu { display: flex; align-items: center; gap: .25rem; }
.nav-menu > a, .nav-menu > .nav-drop > button { display: inline-flex; align-items: center; gap: .35rem; padding: .6rem .9rem; border-radius: 999px; font-weight: 700; font-size: .9rem; color: rgba(238,244,241,.85); background: transparent; border: 0; cursor: pointer; transition: background .3s, color .3s; }
.nav-menu > a:hover, .nav-drop > button:hover, .nav-drop.open > button { background: rgba(255,255,255,.07); color: var(--white); }
.nav-drop { position: relative; }
.nav-drop > button svg { width: 14px; height: 14px; transition: transform .3s; }
.nav-drop.open > button svg { transform: rotate(180deg); }
.nav-panel { position: absolute; top: calc(100% + 12px); left: 0; width: 640px; background: var(--white); color: var(--ink); border-radius: var(--r-lg); padding: 1.4rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.2rem; box-shadow: 0 40px 80px -30px rgba(0,0,0,.5); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .4s var(--ease); }
.nav-drop.open .nav-panel { opacity: 1; visibility: visible; transform: none; }
.nav-panel h5 { margin: 0 0 .5rem; font: 800 .72rem var(--body); color: var(--muted); letter-spacing: .04em; }
.nav-panel a { display: block; padding: .4rem .5rem; border-radius: 8px; font-size: .88rem; font-weight: 600; }
.nav-panel a:hover { background: var(--mint-soft); color: var(--mint-2); }
.nav-panel .nav-panel-all { grid-column: 1 / -1; margin-top: .3rem; padding-top: .9rem; border-top: 1px solid var(--line); font-weight: 800; color: var(--mint-2); }
.nav-actions { display: flex; align-items: center; gap: .6rem; }
.nav-actions .nav-phone { font-weight: 700; font-size: .88rem; color: rgba(238,244,241,.85); padding: .5rem .8rem; }
.nav-actions .nav-phone:hover { color: var(--mint); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-dark); background: transparent; border-radius: 12px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--cream); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================================
   HERO (dark, shared across pages)
   ===================================================================== */
.hero { position: relative; overflow: hidden; isolation: isolate; color: var(--cream); background: radial-gradient(120% 90% at 80% 10%, #0E3A3E 0%, var(--ink) 55%, #04111A 100%); padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .35; background-image: linear-gradient(rgba(238,244,241,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(238,244,241,.06) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero-orb.a { width: 560px; height: 560px; right: -10%; top: -25%; background: rgba(25,195,125,.22); animation: drift 14s ease-in-out infinite alternate; }
.hero-orb.b { width: 380px; height: 380px; left: -8%; bottom: -35%; background: rgba(242,184,75,.16); animation: drift 18s ease-in-out infinite alternate-reverse; }
@keyframes drift { from { transform: translate(0,0) } to { transform: translate(40px,30px) } }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero.compact { padding: clamp(3rem, 6vw, 4.5rem) 0; }
.hero.compact .hero-grid { grid-template-columns: 1fr; }
.crumbs { display: flex; flex-wrap: wrap; gap: .5rem; font-size: .82rem; color: rgba(238,244,241,.6); margin-bottom: 1.6rem; }
.crumbs a:hover { color: var(--mint); }
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); max-width: 14ch; }
.hero.compact h1 { max-width: 20ch; }
.hero h1 em { font-style: normal; color: var(--mint); }
.hero-lede { font-size: 1.08rem; line-height: 1.7; color: rgba(238,244,241,.78); max-width: 54ch; margin-top: 1.25rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.6rem; }
.hero-points span { border: 1px solid var(--line-dark); background: rgba(12,38,52,.6); padding: .5rem .9rem; border-radius: 999px; font-size: .8rem; font-weight: 700; display: inline-flex; align-items: center; gap: .45rem; }
.hero-points span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.hero-points span.gold::before { background: var(--gold); }
.hero-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 2rem; margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--line-dark); width: fit-content; }
.hero-stats strong { display: block; font-family: var(--display); font-size: 1.7rem; font-weight: 700; color: var(--white); line-height: 1; }
.hero-stats strong span { color: var(--mint); }
.hero-stats small { display: block; margin-top: .35rem; color: rgba(238,244,241,.6); font-size: .82rem; }
.hero .load { opacity: 0; transform: translateY(26px); animation: up 1s var(--ease) forwards; }
.hero .load:nth-child(1){animation-delay:.05s}.hero .load:nth-child(2){animation-delay:.16s}.hero .load:nth-child(3){animation-delay:.27s}.hero .load:nth-child(4){animation-delay:.38s}.hero .load:nth-child(5){animation-delay:.49s}.hero .load:nth-child(6){animation-delay:.6s}.hero .load:nth-child(7){animation-delay:.7s}
@keyframes up { to { opacity: 1; transform: none } }

/* 3D stage */
.stage { position: relative; aspect-ratio: 1 / 1; max-width: 520px; margin-inline: auto; width: 100%; opacity: 0; animation: up 1.2s var(--ease) .3s forwards; }
.stage canvas { display: block; width: 100% !important; height: 100% !important; }
.stage-ring { position: absolute; inset: 8%; border-radius: 50%; border: 1px dashed rgba(25,195,125,.35); animation: spin 40s linear infinite; pointer-events: none; }
.stage-ring::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); top: -5px; left: 50%; box-shadow: 0 0 18px var(--gold); }
@keyframes spin { to { transform: rotate(360deg) } }
.stage-fallback { position: absolute; inset: 0; display: grid; place-items: center; }
.stage-fallback svg { width: 55%; height: auto; filter: drop-shadow(0 30px 60px rgba(25,195,125,.35)); }
.stage.is-3d .stage-fallback { display: none; }
.badge-float { position: absolute; background: rgba(12,38,52,.75); backdrop-filter: blur(10px); border: 1px solid var(--line-dark); border-radius: 14px; padding: .65rem .9rem; font-size: .8rem; display: flex; gap: .6rem; align-items: center; animation: bob 6s ease-in-out infinite; z-index: 2; }
.badge-float b { color: var(--mint); font-family: var(--display); font-size: 1rem; }
.badge-float.one { top: 6%; left: -4%; }
.badge-float.two { bottom: 10%; right: -4%; animation-delay: -3s; }
@keyframes bob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }

/* =====================================================================
   TRUST STRIP
   ===================================================================== */
.trust { background: var(--ink-2); color: var(--cream); border-top: 1px solid var(--line-dark); }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.3rem 1.25rem; display: flex; gap: .9rem; align-items: center; border-left: 1px solid var(--line-dark); }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-item svg { width: 26px; height: 26px; flex: none; color: var(--mint); }
.trust-item strong { display: block; font-size: .95rem; }
.trust-item span { font-size: .8rem; color: rgba(238,244,241,.6); }

/* =====================================================================
   PILLS / CARDS / GRID
   ===================================================================== */
.pill { font-size: .7rem; font-weight: 800; letter-spacing: .06em; padding: .35rem .65rem; border-radius: 999px; white-space: nowrap; }
.pill.val-dv { background: var(--mint-soft); color: #0B7A4B; }
.pill.val-ov { background: var(--gold-soft); color: #8A5A00; }
.pill.val-ev { background: var(--ink); color: var(--gold); }
.pill.rec { background: var(--ink); color: var(--mint); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; perspective: 1400px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.p-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; display: flex; flex-direction: column; gap: .9rem; transform-style: preserve-3d; will-change: transform; transition: transform .12s ease-out, box-shadow .5s var(--ease), border-color .5s; }
.p-card:hover { box-shadow: var(--shadow-lg), 0 0 0 1px rgba(25,195,125,.25); border-color: transparent; }
.card-glare { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; background: radial-gradient(400px circle at var(--mx,50%) var(--my,50%), rgba(25,195,125,.16), transparent 60%); transition: opacity .4s; }
.p-card:hover .card-glare { opacity: 1; }
.p-card-head { display: flex; justify-content: space-between; align-items: center; gap: .5rem; }
.p-card-brand { font-size: .8rem; font-weight: 700; color: var(--muted); }
.p-card h2, .p-card h3 { font-size: 1.3rem; line-height: 1.15; }
.p-card h2 a::after, .p-card h3 a::after { content: ""; position: absolute; inset: 0; }
.p-card > p { font-size: .9rem; color: var(--muted); line-height: 1.6; }
.p-specs { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; font-size: .82rem; }
.p-specs span { background: var(--paper); border-radius: var(--r-sm); padding: .6rem .8rem; }
.p-specs b { display: block; color: var(--muted); font-weight: 600; font-size: .72rem; margin-bottom: .15rem; }
.p-price { margin-top: auto; padding-top: .8rem; border-top: 1px dashed var(--line); display: flex; align-items: baseline; gap: .4rem; flex-wrap: wrap; }
.p-price small { width: 100%; font-size: .74rem; color: var(--muted); font-weight: 600; }
.p-price strong { font-family: var(--display); font-size: 1.85rem; font-weight: 800; line-height: 1; }
.p-price span { color: var(--muted); font-size: .85rem; }
.p-card .btn { position: relative; z-index: 1; width: 100%; transform: translateZ(30px); }
.empty { grid-column: 1 / -1; text-align: center; padding: 4rem 1rem; background: var(--white); border-radius: var(--r-lg); border: 1px dashed var(--line); }
.empty strong { display: block; font-family: var(--display); font-size: 1.5rem; }
.empty span { color: var(--muted); }
.empty a { color: var(--mint-2); font-weight: 700; }

/* Pagination */
.pagination { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 .9rem; border-radius: 999px; font-weight: 700; font-size: .9rem; border: 1px solid var(--line); background: var(--white); transition: all .3s var(--ease); }
.pagination a:hover { border-color: var(--mint); transform: translateY(-2px); }
.pagination .active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.pagination .disabled { opacity: .4; }
.pagination .dots { border: 0; background: transparent; min-width: auto; }
.page-numbers { display: flex; gap: .4rem; }

/* =====================================================================
   CATALOG FILTER
   ===================================================================== */
.filter { position: sticky; top: calc(var(--header-h) + 12px); z-index: 20; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.1rem 1.25rem; display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: center; box-shadow: 0 20px 50px -30px rgba(7,26,36,.35); }
.filter-copy strong { display: block; font-family: var(--display); font-size: 1.15rem; }
.filter-copy span { font-size: .8rem; color: var(--muted); }
.filter-form { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr auto auto; gap: .6rem; }
.filter-form input, .filter-form select { width: 100%; height: 46px; padding: 0 1rem; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--paper); font: 600 .9rem var(--body); color: var(--ink); appearance: none; -webkit-appearance: none; transition: border-color .25s, box-shadow .25s; }
.filter-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23071A24' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.2rem; }
.filter-form input:focus, .filter-form select:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 4px rgba(25,195,125,.18); }
.filter-form .btn { height: 46px; padding-block: 0; }
.discovery { margin-top: 2.2rem; }
.discovery h2 { font-size: 1.35rem; }
.discovery p { color: var(--muted); font-size: .92rem; margin-top: .3rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.chip-row a, .chip-row button { padding: .55rem 1rem; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font: 600 .85rem var(--body); color: var(--ink); cursor: pointer; transition: all .3s var(--ease); }
.chip-row a:hover, .chip-row button:hover { border-color: var(--mint); background: var(--mint-soft); transform: translateY(-2px); }
.chip-row button.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.result-bar { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin: 2.4rem 0 1.2rem; flex-wrap: wrap; }
.result-count { display: flex; align-items: baseline; gap: .6rem; }
.result-count strong { font-family: var(--display); font-size: 2.6rem; font-weight: 700; line-height: 1; }
.result-count span { color: var(--muted); font-weight: 600; }
.result-showing { color: var(--muted); font-size: .88rem; }

/* =====================================================================
   HOME — finder + comparison table
   ===================================================================== */
.finder { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-lg); margin-top: -3.5rem; position: relative; z-index: 5; }
.finder-head { display: flex; justify-content: space-between; align-items: start; gap: 1.5rem; flex-wrap: wrap; }
.finder-head h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.finder-head p { color: var(--muted); font-size: .92rem; margin-top: .4rem; max-width: 50ch; }
.finder-count { text-align: right; }
.finder-count strong { display: block; font-family: var(--display); font-size: 2.6rem; line-height: 1; color: var(--mint-2); }
.finder-count span { font-size: .8rem; color: var(--muted); font-weight: 700; }
.finder-search { display: flex; align-items: center; gap: .6rem; margin-top: 1.4rem; height: 52px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--paper); padding: 0 .6rem 0 1rem; }
.finder-search svg { width: 18px; height: 18px; color: var(--muted); flex: none; }
.finder-search input { flex: 1; border: 0; background: transparent; font: 600 .95rem var(--body); color: var(--ink); outline: none; min-width: 0; }
.finder-search button { background: var(--white); border: 1px solid var(--line); border-radius: 9px; padding: .5rem .8rem; font: 700 .78rem var(--body); color: var(--muted); cursor: pointer; }
.finder-search button:hover { color: var(--ink); border-color: var(--mint); }
.filter-rows { display: grid; gap: .8rem; margin-top: 1.2rem; }
.filter-row { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; align-items: center; }
.filter-row label { font-size: .8rem; font-weight: 800; color: var(--muted); }
.filter-row .chip-row { margin-top: 0; }

.table-shell { margin-top: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ssl-table { width: 100%; border-collapse: collapse; min-width: 900px; font-size: .9rem; }
.ssl-table th { text-align: left; font: 800 .74rem var(--body); letter-spacing: .04em; color: var(--muted); padding: 1rem 1.1rem; background: var(--paper); border-bottom: 1px solid var(--line); white-space: nowrap; }
.ssl-table td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.ssl-table tr:last-child td { border-bottom: 0; }
.ssl-table tbody tr { transition: background .25s; }
.ssl-table tbody tr:hover { background: #F7FBF9; }
.ssl-table tr[hidden] { display: none; }
.ssl-table .price-col strong { font-family: var(--display); font-size: 1.05rem; font-weight: 800; white-space: nowrap; }
.ssl-table .price-col small { display: block; font-size: .7rem; color: var(--mint-2); font-weight: 700; }
.product-cell { display: flex; gap: .8rem; align-items: center; min-width: 260px; }
.avatar { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font: 800 1.1rem var(--display); background: linear-gradient(145deg, var(--mint), var(--mint-2)); color: var(--ink); flex: none; }
.avatar.big { width: 54px; height: 54px; border-radius: 16px; font-size: 1.4rem; box-shadow: 0 12px 30px -12px rgba(25,195,125,.8); }
.product-cell .brand-name { display: block; font-size: .74rem; font-weight: 700; color: var(--muted); }
.product-cell strong { display: block; font-size: .95rem; }
.product-cell .pill { display: inline-block; margin-top: .3rem; }
.table-link { font-weight: 800; color: var(--mint-2); white-space: nowrap; }
.table-link:hover { text-decoration: underline; }
.no-results { display: none; padding: 3rem 1rem; text-align: center; }
.no-results.show { display: block; }
.no-results strong { display: block; font-family: var(--display); font-size: 1.3rem; }
.no-results span { color: var(--muted); font-size: .9rem; }

/* =====================================================================
   CHOOSER / TYPES / STEPS
   ===================================================================== */
.choose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.choose-card { position: relative; border-radius: var(--r-lg); padding: 1.75rem; overflow: hidden; display: flex; flex-direction: column; gap: .8rem; min-height: 300px; transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.choose-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.choose-card.dv { background: var(--mint-soft); }
.choose-card.ov { background: var(--gold-soft); }
.choose-card.ev { background: var(--ink); color: var(--cream); }
.choose-card .pill { width: fit-content; }
.choose-card h3 { font-size: 1.6rem; }
.choose-card p { font-size: .92rem; line-height: 1.65; opacity: .85; }
.choose-card ul { margin: 0; padding: 0; list-style: none; font-size: .85rem; display: grid; gap: .35rem; }
.choose-card li::before { content: "✓ "; color: var(--mint); font-weight: 800; }
.choose-card .go { margin-top: auto; font-weight: 800; font-size: .9rem; }
.choose-num { position: absolute; right: 1.2rem; top: .6rem; font-family: var(--display); font-size: 6rem; font-weight: 800; opacity: .07; line-height: 1; }

.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.type-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem; display: flex; flex-direction: column; gap: .7rem; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s; }
.type-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(25,195,125,.35); }
.type-top { display: flex; justify-content: space-between; align-items: center; }
.type-code { width: 48px; height: 48px; border-radius: 14px; background: var(--ink); color: var(--mint); display: grid; place-items: center; font: 800 1rem var(--display); }
.type-top span { font-size: .76rem; font-weight: 800; color: var(--mint-2); }
.type-card h3 { font-size: 1.3rem; }
.type-card p { color: var(--muted); font-size: .92rem; line-height: 1.65; flex: 1; }
.type-card a { font-weight: 800; color: var(--mint-2); font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; counter-reset: step; }
.step { position: relative; padding: 1.6rem; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: var(--mint); font: 800 1.2rem var(--display); margin-bottom: 1rem; }
.step h3 { font-size: 1.2rem; }
.step p { margin-top: .5rem; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.step-time { display: inline-block; margin-top: .9rem; font-size: .78rem; font-weight: 700; color: var(--mint-2); background: var(--mint-soft); padding: .3rem .7rem; border-radius: 999px; }

/* Brand marquee */
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 1rem; width: max-content; animation: marquee 30s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track a { display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1.3rem; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-weight: 800; font-size: .95rem; white-space: nowrap; }
.marquee-track a .avatar { width: 30px; height: 30px; border-radius: 9px; font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%) } }

/* Answer box (AEO) */
.answer { background: var(--ink); color: var(--cream); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.2rem); position: relative; overflow: hidden; }
.answer::after { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(25,195,125,.22), transparent 65%); right: -150px; top: -200px; pointer-events: none; }
.answer h2, .answer h3 { color: var(--white); font-size: 1.55rem; position: relative; }
.answer p { margin-top: .8rem; color: rgba(238,244,241,.78); line-height: 1.75; max-width: 70ch; position: relative; }
.answer .tag { display: inline-block; font-size: .72rem; font-weight: 800; color: var(--gold); margin-bottom: .6rem; }
.answer ul { position: relative; margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: .4rem; font-size: .92rem; color: rgba(238,244,241,.85); }
.answer li::before { content: "✓ "; color: var(--mint); font-weight: 800; }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; }
.faq-side { position: sticky; top: calc(var(--header-h) + 24px); }
.faq-side h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.faq-side p { color: var(--muted); margin: .8rem 0 1.4rem; line-height: 1.7; }
.faq-list { display: grid; gap: .6rem; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.1rem 1.3rem; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font: 400 1.5rem var(--display); color: var(--mint); transition: transform .4s var(--ease); flex: none; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details[open] { border-color: rgba(25,195,125,.4); }
.faq-list details > div { padding: 0 1.3rem 1.2rem; color: var(--muted); line-height: 1.7; font-size: .95rem; }
.faq-list details[hidden] { display: none; }

/* FAQ page */
.faq-search-card { background: var(--white); color: var(--ink); border-radius: var(--r-lg); padding: 1.6rem; box-shadow: var(--shadow-lg); }
.faq-search-card label { display: block; font-size: .8rem; font-weight: 800; color: var(--muted); margin-bottom: .6rem; }
.faq-search-box { height: 54px; border: 1px solid var(--line); border-radius: var(--r-sm); display: flex; align-items: center; padding: 0 .8rem 0 1rem; background: var(--paper); gap: .6rem; }
.faq-search-box:focus-within { border-color: var(--mint); box-shadow: 0 0 0 4px rgba(25,195,125,.18); }
.faq-search-box svg { width: 18px; height: 18px; color: var(--muted); flex: none; }
.faq-search-box input { flex: 1; border: 0; background: transparent; font: 600 .95rem var(--body); color: var(--ink); outline: none; min-width: 0; }
.faq-search-box kbd { font: 700 .7rem var(--body); border: 1px solid var(--line); border-radius: 6px; padding: .25rem .45rem; color: var(--muted); background: var(--white); }
.faq-search-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: 1rem; }
.faq-search-meta div { background: var(--paper); border-radius: var(--r-sm); padding: .8rem; text-align: center; }
.faq-search-meta strong { display: block; font-family: var(--display); font-size: 1.3rem; }
.faq-search-meta span { font-size: .72rem; color: var(--muted); font-weight: 700; }
.faq-topics { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem; }
.faq-group { display: grid; grid-template-columns: 300px 1fr; gap: 3rem; padding: 2.5rem 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.faq-group:first-child { border-top: 0; padding-top: 0; }
.faq-group[hidden] { display: none; }
.faq-group-intro { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
.faq-group-intro h3 { font-size: 1.7rem; }
.faq-group-intro p { color: var(--muted); font-size: .9rem; margin-top: .6rem; }
.faq-group-intro small { display: block; margin-top: .8rem; font-weight: 800; font-size: .74rem; color: var(--mint-2); }

/* =====================================================================
   PRODUCT PAGE
   ===================================================================== */
.brand-line { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.4rem; }
.brand-line span { display: block; font-size: .8rem; color: rgba(238,244,241,.6); }
.brand-line strong { display: block; font-size: .95rem; }
.hero-fit { margin-top: 2rem; padding: 1.25rem 1.4rem; border-radius: var(--r); background: rgba(12,38,52,.6); border: 1px solid var(--line-dark); backdrop-filter: blur(10px); }
.hero-fit strong { display: block; font-family: var(--display); font-size: 1.1rem; margin-bottom: .35rem; }
.hero-fit p { font-size: .92rem; line-height: 1.65; color: rgba(238,244,241,.75); }
.hero-fit ul { list-style: none; margin: .8rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem .9rem; font-size: .84rem; }
.hero-fit li::before { content: "✓ "; color: var(--mint); font-weight: 800; }

.buy-wrap { position: sticky; top: calc(var(--header-h) + 24px); perspective: 1600px; opacity: 0; animation: up 1s var(--ease) .35s forwards; }
.buy { position: relative; background: var(--white); color: var(--ink); border-radius: var(--r-lg); padding: 1.75rem; box-shadow: 0 50px 90px -40px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08); transform-style: preserve-3d; transition: transform .15s ease-out; }
.buy .card-glare { background: radial-gradient(500px circle at var(--mx,50%) var(--my,50%), rgba(25,195,125,.18), transparent 60%); }
.buy:hover .card-glare { opacity: 1; }
.buy-seal { position: absolute; top: -26px; right: 22px; width: 68px; height: 68px; border-radius: 50%; background: var(--ink); color: var(--gold); display: grid; place-items: center; font: 800 .62rem var(--body); text-align: center; line-height: 1.15; letter-spacing: .04em; box-shadow: 0 16px 30px -12px rgba(0,0,0,.6); transform: translateZ(40px); animation: bob 6s ease-in-out infinite; }
.buy-seal::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; border: 1.5px dashed rgba(242,184,75,.6); animation: spin 30s linear infinite; }
.buy-head span { display: block; font-size: .78rem; color: var(--muted); font-weight: 600; }
.buy-head strong { display: block; font-family: var(--display); font-size: 1.3rem; margin-top: .15rem; }
.terms { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: .4rem; margin-top: 1.2rem; background: var(--paper); border-radius: 14px; padding: .35rem; }
.terms button { border: 0; background: transparent; border-radius: 11px; padding: .75rem .4rem; font: 700 .85rem var(--body); color: var(--muted); cursor: pointer; transition: all .3s var(--ease); }
.terms button.active { background: var(--ink); color: var(--cream); box-shadow: 0 8px 20px -10px rgba(7,26,36,.6); }
.terms button small { display: block; font-size: .64rem; font-weight: 700; color: var(--mint-2); margin-top: .15rem; min-height: .9em; }
.terms button.active small { color: var(--mint); }
.total { margin-top: 1.3rem; padding: 1.1rem 0; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); }
.total small { display: block; font-size: .76rem; font-weight: 700; color: var(--muted); }
.total strong { display: block; font-family: var(--display); font-size: clamp(2.2rem, 3vw, 2.8rem); font-weight: 800; line-height: 1.1; margin-top: .2rem; }
.total strong [data-price-prefix] { font-size: .55em; color: var(--muted); font-weight: 700; margin-right: .15em; }
.total [data-per-year] { display: block; font-size: .85rem; color: var(--muted); font-weight: 600; margin-top: .35rem; }
.save { display: none; margin-top: .6rem; background: var(--mint-soft); color: #0B7A4B; font-size: .78rem; font-weight: 800; padding: .35rem .75rem; border-radius: 999px; width: fit-content; }
.save.show { display: inline-block; }
.buy .btn-lg { margin-top: 1.2rem; transform: translateZ(20px); }
.buy-help { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: .9rem; font-size: .86rem; font-weight: 700; color: var(--muted); }
.buy-help:hover { color: #128C4A; }
.buy-help svg { width: 16px; height: 16px; }
.buy-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; margin-top: 1.2rem; font-size: .72rem; color: var(--muted); text-align: center; }
.buy-meta span { background: var(--paper); border-radius: 10px; padding: .55rem .3rem; font-weight: 700; }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; display: flex; gap: .9rem; align-items: flex-start; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s; }
.feature:hover { transform: translateY(-4px); border-color: rgba(25,195,125,.4); box-shadow: var(--shadow-lg); }
.feature-check { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: none; font-weight: 800; font-size: .95rem; }
.feature-check.yes { background: var(--mint-soft); color: #0B7A4B; }
.feature-check.dot { background: var(--paper); color: var(--muted); }
.feature small { display: block; font-size: .74rem; color: var(--muted); font-weight: 700; margin-bottom: .2rem; }
.feature strong { font-size: .98rem; line-height: 1.35; }

.content-layout { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.copy-stack { display: grid; gap: 1rem; }
.copy-stack article { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2.2rem); }
.copy-stack h2, .copy-stack h3 { font-size: 1.55rem; }
.copy-stack p { margin-top: .8rem; color: var(--body-text); line-height: 1.8; max-width: 70ch; }
.copy-stack article.answer { border-color: transparent; }
.tech { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: 1.2rem; }
.tech div { background: var(--paper); border-radius: var(--r-sm); padding: .85rem 1rem; }
.tech span { display: block; font-size: .72rem; font-weight: 700; color: var(--muted); margin-bottom: .2rem; }
.tech strong { font-size: .95rem; }
.sidebar { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 1rem; }
.side-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; }
.side-card strong.t { display: block; font-family: var(--display); font-size: 1.15rem; margin-bottom: .8rem; }
.side-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .9rem; }
.side-card li { display: flex; gap: .6rem; }
.side-card li::before { content: "✓"; color: var(--mint-2); font-weight: 800; flex: none; }
.side-card p { color: var(--muted); font-size: .9rem; line-height: 1.6; }
.side-card.dark { background: linear-gradient(145deg, var(--ink-2), var(--ink)); color: var(--cream); border-color: transparent; }
.side-card.dark p { color: rgba(238,244,241,.72); margin-bottom: 1rem; }
.side-card code { font-family: var(--body); background: var(--paper); padding: .2rem .5rem; border-radius: 6px; font-weight: 700; }

.mobile-bar { display: none; }

/* =====================================================================
   LANDING / GUIDE CARDS / RELATED
   ===================================================================== */
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.guide-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 2.5vw, 2rem); }
.guide-card h3 { font-size: 1.3rem; }
.guide-card p { margin-top: .7rem; color: var(--body-text); line-height: 1.75; font-size: .96rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .3rem; transition: transform .5s var(--ease), border-color .3s, box-shadow .5s var(--ease); }
.related-card:hover { transform: translateY(-4px); border-color: rgba(25,195,125,.4); box-shadow: var(--shadow-lg); }
.related-card span { font-size: .72rem; font-weight: 800; color: var(--mint-2); }
.related-card strong { font-family: var(--display); font-size: 1.15rem; }
.related-card small { color: var(--muted); font-weight: 700; font-size: .8rem; margin-top: .4rem; }

/* =====================================================================
   ABOUT
   ===================================================================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.about-grid h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.about-grid .lead { margin-top: 1rem; }
.principles { display: grid; gap: .9rem; }
.principle { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem 1.4rem; display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; }
.principle span { width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: var(--mint); display: grid; place-items: center; font: 800 1rem var(--display); }
.principle h3 { font-size: 1.15rem; }
.principle p { color: var(--muted); font-size: .9rem; line-height: 1.65; margin-top: .3rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.2rem); }
.contact-card h2 { font-size: 1.7rem; }
.contact-card > p { margin-top: .8rem; color: var(--body-text); line-height: 1.75; }
.contact-list { display: grid; gap: .8rem; margin-top: 1.4rem; }
.contact-item { display: grid; grid-template-columns: 44px 1fr; gap: .9rem; align-items: start; padding: 1rem; border-radius: var(--r); background: var(--paper); transition: background .3s; }
a.contact-item:hover { background: var(--mint-soft); }
.contact-item svg { width: 44px; height: 44px; padding: 11px; border-radius: 12px; background: var(--ink); color: var(--mint); }
.contact-item span { display: block; font-size: .72rem; font-weight: 800; color: var(--muted); }
.contact-item p { font-size: .92rem; line-height: 1.5; font-weight: 600; }
.map-wrap { overflow: visible; margin-top: 1.4rem; }
#officeMap { height: 300px; width: 100%; border-radius: var(--r); border: 1px solid var(--line); z-index: 1; }
.leaflet-popup-content-wrapper { border-radius: var(--r-sm); }
.social-row { display: flex; gap: .5rem; margin-top: 1.2rem; }
.social-row a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--paper); color: var(--ink); transition: all .3s; }
.social-row a:hover { background: var(--ink); color: var(--mint); }
.social-row svg { width: 20px; height: 20px; }

/* =====================================================================
   CTA BAND
   ===================================================================== */
.cta { background: var(--ink); color: var(--cream); padding: clamp(3.5rem, 7vw, 6rem) 0; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(25,195,125,.25), transparent 65%); right: -200px; top: -300px; pointer-events: none; }
.cta-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; position: relative; }
.cta h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
.cta p { margin-top: .8rem; color: rgba(238,244,241,.72); line-height: 1.7; max-width: 50ch; }
.cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: flex-end; }
.pay { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.pay span { border: 1px solid var(--line-dark); border-radius: 999px; padding: .4rem .85rem; font-size: .78rem; font-weight: 700; color: rgba(238,244,241,.8); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: #04111A; color: var(--cream); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 2.5rem; padding: 4rem 0 3rem; }
.footer-brand p { color: rgba(238,244,241,.65); font-size: .92rem; line-height: 1.7; margin: 1.2rem 0; max-width: 32ch; }
.site-footer h4 { font: 800 .8rem var(--body); letter-spacing: .04em; color: rgba(238,244,241,.55); margin: 0 0 1rem; }
.site-footer .links a { display: block; padding: .3rem 0; font-size: .9rem; font-weight: 600; color: rgba(238,244,241,.85); transition: color .3s, transform .3s var(--ease); }
.site-footer .links a:hover { color: var(--mint); transform: translateX(3px); }
.footer-contact a, .footer-contact address { display: block; font-style: normal; font-size: .88rem; color: rgba(238,244,241,.8); line-height: 1.6; margin-bottom: .6rem; }
.footer-contact a:hover { color: var(--mint); }
.status-chip { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid var(--line-dark); border-radius: 999px; padding: .4rem .9rem; font-size: .78rem; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(25,195,125,.2); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(25,195,125,.2) } 50% { box-shadow: 0 0 0 8px rgba(25,195,125,.05) } }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid var(--line-dark); font-size: .8rem; color: rgba(238,244,241,.55); flex-wrap: wrap; }
.footer-bottom .pay { margin: 0; }
.footer-bottom .pay span { padding: .3rem .7rem; font-size: .72rem; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #06281A; display: grid; place-items: center; box-shadow: 0 18px 40px -12px rgba(37,211,102,.8); transition: transform .4s var(--ease); }
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.wa-float svg { width: 28px; height: 28px; }
.wa-float span { position: absolute; right: 70px; background: var(--white); color: var(--ink); font: 700 .78rem var(--body); padding: .5rem .8rem; border-radius: 10px; white-space: nowrap; box-shadow: 0 10px 30px -10px rgba(0,0,0,.4); opacity: 0; transform: translateX(8px); transition: all .3s var(--ease); pointer-events: none; }
.wa-float:hover span { opacity: 1; transform: none; }

/* =====================================================================
   MOTION
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.stagger.in-view > * { opacity: 1; transform: none; }
.stagger.in-view > *:nth-child(2){transition-delay:.08s}.stagger.in-view > *:nth-child(3){transition-delay:.16s}.stagger.in-view > *:nth-child(4){transition-delay:.24s}.stagger.in-view > *:nth-child(5){transition-delay:.32s}.stagger.in-view > *:nth-child(6){transition-delay:.4s}.stagger.in-view > *:nth-child(7){transition-delay:.48s}.stagger.in-view > *:nth-child(8){transition-delay:.56s}.stagger.in-view > *:nth-child(9){transition-delay:.64s}
.card-grid.stagger.in-view > .p-card { transition: transform .12s ease-out, box-shadow .5s var(--ease), border-color .5s, opacity .9s var(--ease); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1080px) {
  .nav-panel { width: 520px; grid-template-columns: 1fr 1fr; }
  .card-grid, .card-grid.four, .choose-grid, .type-grid, .steps, .features, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .filter { grid-template-columns: 1fr; }
  .filter-form { grid-template-columns: 1fr 1fr; }
  .filter-form input { grid-column: 1 / -1; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 0; padding-left: 0; }
  .faq-layout, .content-layout, .about-grid, .contact-grid, .guide-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq-side, .sidebar { position: static; }
  .sidebar { grid-template-columns: 1fr 1fr; }
  .faq-group { grid-template-columns: 220px 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .top-bar { display: none; }
  .nav-toggle { display: flex; }
  .nav-actions .nav-phone { display: none; }
  .nav-menu { position: fixed; inset: var(--header-h) 0 0 0; background: var(--ink); flex-direction: column; align-items: stretch; padding: 1.2rem; gap: .3rem; overflow-y: auto; transform: translateX(100%); transition: transform .5s var(--ease); z-index: 99; }
  .nav-menu.open { transform: none; }
  .nav-menu > a, .nav-drop > button { width: 100%; justify-content: space-between; padding: .9rem 1rem; font-size: 1rem; }
  .nav-drop .nav-panel { position: static; width: 100%; grid-template-columns: 1fr; padding: .6rem 1rem 1rem; box-shadow: none; background: rgba(255,255,255,.05); color: var(--cream); display: none; transform: none; }
  .nav-drop.open .nav-panel { display: grid; opacity: 1; visibility: visible; }
  .nav-panel a:hover { background: rgba(25,195,125,.14); color: var(--mint); }
  .nav-panel .nav-panel-all { border-color: var(--line-dark); }
}
@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr; }
  .stage { max-width: 320px; order: -1; }
  .hero h1 { max-width: none; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 1rem; width: 100%; }
  .badge-float { display: none; }
  .card-grid, .card-grid.four, .choose-grid, .type-grid, .steps, .features, .related-grid, .sidebar { grid-template-columns: 1fr; }
  .filter { position: static; }
  .filter-form { grid-template-columns: 1fr; }
  .filter-row { grid-template-columns: 1fr; gap: .4rem; }
  .finder { margin-top: -2rem; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; padding-left: 0; border-top: 1px solid var(--line-dark); }
  .trust-item:first-child { border-top: 0; }
  .tech { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .faq-group { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 0; }
  .faq-group-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; padding: 3rem 0 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .buy-wrap { position: static; }
  .mobile-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-top: 1px solid var(--line); padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom)); gap: .8rem; align-items: center; justify-content: space-between; transform: translateY(110%); transition: transform .5s var(--ease); }
  .mobile-bar.show { transform: none; }
  .mobile-bar strong { font-family: var(--display); font-size: 1.15rem; display: block; line-height: 1; }
  .mobile-bar small { font-size: .72rem; color: var(--muted); font-weight: 700; }
  .mobile-bar .btn { padding: .8rem 1.2rem; }
  .wa-float { width: 50px; height: 50px; }
  .wa-float span { display: none; }
  body.has-mobile-bar .wa-float { bottom: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .stagger > *, .hero .load, .stage, .buy-wrap { opacity: 1 !important; transform: none !important; }
}

/* Premium SSL identity badge on product detail hero */
.ssl-brand-badge { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; position: relative; flex: none; color: #20d68a; background: linear-gradient(145deg, rgba(32,214,138,.16), rgba(9,73,61,.42)); border: 1px solid rgba(68,229,164,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 14px 34px -18px rgba(32,214,138,.85); overflow: hidden; }
.ssl-brand-badge::before { content: ''; position: absolute; width: 42px; height: 42px; border-radius: 50%; background: rgba(32,214,138,.12); filter: blur(10px); }
.ssl-brand-badge svg { width: 55px; height: 35px; position: relative; z-index: 1; }
.ssl-brand-badge > span { position: absolute; z-index: 2; bottom: 7px; left: 50%; transform: translateX(-50%); min-width: 28px; padding: 2px 5px; border-radius: 6px; background: #092d28; border: 1px solid rgba(70,229,165,.32); color: #dffbef; font: 800 8px/1 var(--display); letter-spacing: .08em; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.brand-line { align-items: center; }
.brand-line > div > span { display: inline-flex; align-items: center; gap: 7px; }
.brand-line > div > span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22d58b; box-shadow: 0 0 0 4px rgba(34,213,139,.10); }
@media (max-width: 640px) { .ssl-brand-badge { width: 52px; height: 52px; border-radius: 16px; } .ssl-brand-badge svg { width: 31px; height: 35px; } }
