:root {
  --bg: #f4f6fb;
  --paper: #ffffff;
  --ink: #1f2937;
  --muted: #6c757d;
  --line: #e5e7eb;
  --line-strong: #d8dde7;
  --navy: #003399;
  --accent: #ED6455;
  --brand-gold: #f6b331;
  --secondary: #4a81d4;
  --secondary-hover: #3f6eb4;
  --heading: #08245c;
  --soft: #f8f9fc;
  --soft-alt: #eef2f7;
  --max: 1240px;
  --sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "Courier New", Courier, monospace;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(31, 41, 55, .08);
  --surface-gradient: linear-gradient(135deg, var(--soft), var(--soft-alt));
  --button-gradient: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,0));
  --success: #16a085;
  --success-bg: #ddf5f0;
  --success-line: #a3e4d7;
  --error: #cd485c;
  --error-bg: #fde6e9;
  --error-line: #f9bbc4;
  --info: #39a2c3;
  --info-bg: #e3f5fb;
  --info-line: #b4e5f5;
  --footer-muted: #cfd4dc;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-display: 3rem;
  --text-error: 4.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid rgba(0,51,153,.35); outline-offset: 2px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 800; box-shadow: var(--shadow); transition: .18s ease; }
.skip-link:focus-visible { transform: translateY(0); }

.topbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(229,231,235,.85); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.nav { display: grid; grid-template-columns: 230px auto 1fr auto auto; gap: 18px; align-items: center; min-height: 66px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: var(--text-lg); color: var(--heading); }
.brand-logo { display: block; width: auto; height: 42px; object-fit: contain; }
.footer-logo { height: 44px; }
.auth-brand-logo { height: 50px; }
.mark { width: 32px; height: 32px; border: 2px solid currentColor; display: grid; place-items: center; font-size: var(--text-sm); font-weight: 900; transform: rotate(-8deg); border-radius: 4px; }
.menu { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-start; color: var(--muted); font-size: var(--text-xs); font-weight: 800; text-transform: uppercase; }
.menu a { border: 1px solid transparent; border-radius: 999px; padding: 7px 12px; transition: .18s ease; }
.menu a:hover { background: var(--secondary); color: #fff; border-color: var(--secondary); }
.menu .active { background: var(--accent); color: #fff; border-color: var(--accent); }
.menu .active:hover { background: var(--secondary); border-color: var(--secondary); }
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--navy); padding: 9px 13px; min-height: 38px; font-size: var(--text-sm); font-weight: 800; background: var(--paper); color: var(--navy); border-radius: 999px; }
.language-switch { display: inline-flex; align-items: center; gap: 4px; justify-self: end; padding: 4px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--paper); box-shadow: 0 8px 18px rgba(31,41,55,.05); font-size: var(--text-xs); font-weight: 900; letter-spacing: .04em; }
.language-switch a { min-width: 34px; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--muted); }
.language-switch a:hover, .language-switch a.active { background: var(--secondary); color: #fff; }
.language-switch span { color: var(--line-strong); }
.cart { position: relative; display: inline-grid; place-items: center; width: 42px; height: 42px; color: #111827; border: 0; background: transparent; border-radius: 999px; transition: .18s ease; }
.cart:hover, .cart.active { color: var(--navy); background: rgba(0,51,153,.08); }
.cart-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: 3px; right: 2px; min-width: 16px; height: 16px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: #ff7a00; color: #fff; font-size: var(--text-xs); line-height: 1; font-weight: 900; }
.cart-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nav-toggle { display: none; cursor: pointer; }
.icon svg, .hero-points svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero { padding: 34px 0 26px; border-bottom: 1px solid var(--line); background: var(--soft); overflow: hidden; }
.hero.home-hero-photo { position: relative; min-height: 660px; display: grid; align-items: start; padding-top: 112px; background: linear-gradient(90deg, rgba(3,18,46,.76), rgba(3,18,46,.42) 48%, rgba(3,18,46,.16)), url("../images/l13-blanik-final.jpg"); background-size: cover; background-position: center; color: #fff; }
.hero.home-hero-photo > .wrap { max-width: none; margin: 0; padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px)); padding-right: 28px; }
.hero.home-hero-photo .hero-copy { justify-self: start; margin: 0; }
.hero.home-hero-photo h1 { color: #fff; text-shadow: 0 12px 28px rgba(0,0,0,.24); }
.hero.home-hero-photo .lead { color: rgba(255,255,255,.86); }
.hero.home-hero-photo .btn.secondary { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.58); }
.hero.home-hero-photo .btn.secondary:hover { background: #fff; color: var(--navy); border-color: #fff; }
.photo-credit { position: absolute; right: 22px; bottom: 14px; margin: 0; padding: 6px 10px; border-radius: 999px; background: rgba(0,0,0,.42); color: rgba(255,255,255,.82); font-size: var(--text-xs); line-height: 1.2; }
.photo-credit a { color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.hero-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 46px; align-items: center; }
.hero-grid.single { grid-template-columns: 1fr; padding-bottom: 0; }
.hero.home-hero-photo .hero-grid.single { padding-bottom: 0; }
.hero-copy { max-width: 860px; }
.hero:not(.home-hero-photo) h1 { margin-bottom: 10px; }
.hero:not(.home-hero-photo) .lead { margin-bottom: 0; }
h1 { font-size: var(--text-display); line-height: 1.18; font-weight: 800; margin: 0 0 20px; max-width: 900px; color: var(--heading); }
h2 { font-size: var(--text-2xl); line-height: 1.24; font-weight: 800; margin: 0; max-width: 880px; color: var(--navy); }
h3 { font-size: var(--text-lg); line-height: 1.25; font-weight: 800; margin: 0 0 10px; }
p { margin: 0 0 14px; }
.lead { font-size: var(--text-md); max-width: 760px; color: #586171; margin: 0 0 28px; line-height: 1.8; }
.muted { color: var(--muted); }
.hero-actions, .actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.actions.center { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border: 1px solid var(--secondary); background: var(--button-gradient), var(--secondary); color: white; font-weight: 800; font-size: var(--text-sm); border-radius: 999px; cursor: pointer; transition: .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(74,129,212,.18); }
.btn:not(.secondary):not(.light):not(.ghost-light):not(.ghost):hover { background: var(--button-gradient), var(--secondary-hover); border-color: var(--secondary-hover); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn.secondary { background: transparent; color: var(--navy); border-color: rgba(0,51,153,.35); }
.btn.light { background: #fff; border-color: #fff; color: var(--navy); }
.btn.ghost-light { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.65); color: #fff; }

.card, .panel, .hero-card { background: var(--paper); border: 1px solid var(--line); padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card { margin-top: 24px; margin-bottom: 0; border-radius: 18px; padding: 28px; background: linear-gradient(145deg, #071b43, #102e64); border-color: rgba(255,255,255,.14); color: #fff; box-shadow: 0 18px 48px rgba(3,18,46,.22); }
.hero-card h3 { margin-top: 22px; color: #fff; }
.hero-card .muted { color: rgba(255,255,255,.72); }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; color: #fff; font-size: var(--text-sm); font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 10px; }
.badge-strip { align-items: center; }

.hero-product-slider { overflow: hidden; width: 100%; }
.hero-product-slider-track { display: flex; width: 300%; animation: hero-product-slide 12s infinite; }
.hero-product-slide { flex: 0 0 33.333%; width: 33.333%; }
.hero-product-item { min-width: 0; display: grid; gap: 10px; justify-items: center; text-align: center; }
.hero-product-item .product-art { width: min(150px, 90%); height: 118px; filter: drop-shadow(0 14px 18px rgba(0,0,0,.26)); }
.hero-product-item strong { font-size: var(--text-sm); line-height: 1.25; color: rgba(255,255,255,.88); }
@keyframes hero-product-slide { 0%, 26% { transform: translateX(0); } 34%, 60% { transform: translateX(-33.333%); } 68%, 94% { transform: translateX(-66.666%); } 100% { transform: translateX(0); } }

.section { padding: 66px 0; border-bottom: 1px solid var(--line); background: var(--soft); }
main > .section:nth-of-type(even) { background: var(--paper); }
main > .section:nth-of-type(odd):not(.hero) { background: var(--soft-alt); }
.section-head { display: grid; grid-template-columns: 280px 1fr; gap: 24px; margin-bottom: 30px; }
.clean-head { grid-template-columns: 1fr; }

.products { display: grid; grid-template-columns: repeat(3, minmax(0, 300px)); justify-content: center; gap: 42px; align-items: start; }
.product { position: relative; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 0; border-radius: var(--radius); box-shadow: 0 8px 22px rgba(31, 41, 55, .05); overflow: hidden; transition: .18s ease; }
.product:hover { transform: translateY(-2px); border-color: rgba(0,51,153,.16); box-shadow: 0 12px 28px rgba(31,41,55,.08); }
.product:last-child:nth-child(3n+1) { grid-column: 2; }
.product-img { background: var(--surface-gradient); min-height: 176px; display: grid; place-items: center; border-bottom: 1px solid var(--line); padding: 18px; }
.product-art { width: min(210px, 88%); height: 144px; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(31,41,55,.10)); }
.product-slider { width: min(210px, 90%); overflow: hidden; }
.product-slider-track { display: flex; width: 300%; animation: product-slide 12s infinite; }
.product-slider .product-art { flex: 0 0 33.333%; width: 33.333%; max-width: none; }
@keyframes product-slide { 0%, 26% { transform: translateX(0); } 34%, 60% { transform: translateX(-33.333%); } 68%, 94% { transform: translateX(-66.666%); } 100% { transform: translateX(0); } }
.product-body { padding: 18px 20px 6px; display: flex; flex-direction: column; flex: 0 0 auto; min-height: 0; }
.product-title-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: baseline; }
.product-body h3 { margin-bottom: 0; font-size: var(--text-md); min-width: 0; }
.product-body h3, .product-body h3 a { font-weight: 600; color: var(--heading); }
.coin { width: 108px; aspect-ratio: 1 / 1; border-radius: 50%; border: 1px solid #a3aab8; background: radial-gradient(circle at 50% 50%, #fff 0 22%, transparent 23%), repeating-conic-gradient(from 0deg, var(--soft) 0 8deg, #d9dee8 8deg 16deg); display: grid; place-items: center; font-weight: 800; box-shadow: 0 16px 28px rgba(31,41,55,.12); }
.coin.gold { background: radial-gradient(circle at 50% 50%, #fff 0 22%, transparent 23%), repeating-conic-gradient(from 0deg, #ffe08a 0 8deg, #b88716 8deg 16deg); }
.coin.diamond { background: radial-gradient(circle at 50% 50%, #fff 0 22%, transparent 23%), repeating-conic-gradient(from 0deg, #f0fbff 0 8deg, #87c8e8 8deg 16deg); }
.coin span { font-size: var(--text-sm); background: white; padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; }
.spec { font-family: var(--mono); font-size: var(--text-xs); color: var(--muted); border-top: 1px solid var(--line-strong); padding-top: 12px; margin: auto 0 0; }
.spec-chips { display: flex; flex-wrap: wrap; gap: 8px; font-family: var(--sans); color: var(--navy); }
.spec-chips span { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 6px 10px; border-radius: 999px; background: rgba(0,51,153,.08); border: 1px solid rgba(0,51,153,.12); font-size: var(--text-xs); font-weight: 800; line-height: 1.1; }
.spec-chips svg { width: 14px; height: 14px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-footer { display: flex; align-items: center; justify-content: flex-end; gap: 14px; padding: 10px 20px 20px; margin-top: 0; }
.price { font-size: var(--text-md); font-weight: 500; color: #111827; white-space: nowrap; }
.add { width: auto; min-width: 92px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--secondary); background: var(--button-gradient), var(--secondary); color: white; height: 28px; padding: 0 12px; font-size: var(--text-xs); font-weight: 700; cursor: pointer; border-radius: 999px; }
.add-form { width: auto; min-width: 92px; }
.add-form .add { width: 100%; min-width: 0; }
.add:hover { background: var(--button-gradient), var(--secondary-hover); border-color: var(--secondary-hover); }
.add .icon svg { width: 16px; height: 16px; }
.ribbon { position: absolute; top: 16px; right: 12px; max-width: calc(100% - 24px); background: var(--accent); color: #fff; font-family: var(--mono); font-size: var(--text-xs); letter-spacing: .04em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; z-index: 2; white-space: nowrap; }
.featured-product { border-color: rgba(237, 100, 85, .65); }

.shop-products-wrap .products { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 610px; margin: 0 auto; justify-content: center; gap: 18px; }
.shop-products-wrap .product:last-child:nth-child(3n+1) { grid-column: 2; }
.shop-products-wrap .product:nth-child(7) { grid-column: auto; }
.shop-products-wrap .product-img { min-height: 132px; padding: 14px; }
.shop-products-wrap .product-art { width: min(150px, 88%); height: 104px; }
.shop-products-wrap .product-slider { width: min(150px, 90%); }
.shop-products-wrap .product-body { padding: 14px 14px 4px; }
.shop-products-wrap .product-title-row { gap: 8px; }
.shop-products-wrap .product-body h3 { font-size: var(--text-sm); line-height: 1.25; }
.shop-products-wrap .price { font-size: var(--text-sm); }
.shop-products-wrap .product-footer { padding: 8px 14px 14px; }
.shop-products-wrap .add { min-width: 78px; height: 24px; padding: 0 9px; font-size: var(--text-xs); }
.shop-products-wrap .add-form { min-width: 78px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.three-col { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.four-col { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.row { display: grid; grid-template-columns: 170px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line-strong); }
.row:last-child { border-bottom: 0; }
.row strong { font-size: var(--text-md); }
.matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.matrix > div { background: var(--paper); min-height: 140px; padding: 18px; }
.matrix .big { font-size: var(--text-2xl); font-weight: 800; }
.download { border: 1px solid var(--line); background: var(--paper); padding: 20px; min-height: 190px; display: flex; flex-direction: column; border-radius: var(--radius); box-shadow: var(--shadow); }
.filetype { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filetype span { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 10px; border-radius: 999px; background: rgba(0,51,153,.08); border: 1px solid rgba(0,51,153,.12); font-family: var(--sans); font-size: var(--text-xs); font-weight: 800; line-height: 1.1; color: var(--navy); }
.download a { margin-top: auto; border-top: 1px solid var(--line-strong); padding-top: 12px; font-weight: 800; color: var(--navy); }
blockquote { margin: 0; font-size: var(--text-md); line-height: 1.35; }
cite { display: block; font-style: normal; color: var(--muted); margin-top: 22px; font-family: var(--mono); font-size: var(--text-xs); }
.logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-logo { border: 1px solid var(--line-strong); background: var(--paper); min-height: 220px; display: grid; gap: 12px; place-items: center; padding: 22px; font-size: var(--text-lg); font-weight: 800; text-align: center; border-radius: var(--radius); box-shadow: var(--shadow); }
.partner-logo img { width: auto; max-width: 72%; height: 45px; object-fit: contain; border: 0; border-radius: 0; }
.partner-logo img.logo-omg { height: 36px; }
.partner-logo small { display: block; font-size: var(--text-sm); line-height: 1.55; color: var(--muted); font-weight: 500; margin-top: 0; }
.partner-url { font-family: var(--mono); font-size: var(--text-xs); color: var(--navy); }
.partner-link-row { display: inline-flex; align-items: baseline; justify-content: center; gap: 8px; flex-wrap: wrap; font-size: var(--text-xs); line-height: 1.4; }
.partner-domains { display: inline-flex; align-items: baseline; gap: 5px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.partner-domains a { color: var(--navy); }
.partner-domain-separator { color: var(--line-strong); font-weight: 700; }
.partner-domain-paren { color: var(--muted); font-weight: 700; }
.club-badge-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.club-badge { min-height: 210px; display: grid; grid-template-rows: 96px auto auto; align-content: center; justify-items: center; row-gap: 8px; text-align: center; padding: 20px; background: var(--surface-gradient); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.club-badge img { width: min(96px, 70%); height: 96px; object-fit: contain; margin: 0 auto; filter: drop-shadow(0 10px 14px rgba(31,41,55,.12)); }
.club-badge:first-child img { width: min(70px, 52%); height: 70px; }
.club-badge img { grid-row: 1; align-self: center; }
.club-badge strong { grid-row: 2; }
.club-badge span { grid-row: 3; }
.club-badge strong { display: block; color: var(--heading); font-size: var(--text-lg); line-height: 1.1; margin-bottom: 8px; }
.club-badge span { color: var(--muted); font-weight: 700; }
.club-card-row { margin-top: 18px; }
.club-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.step-card { min-height: 230px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.step-card > span { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 28px; padding: 0 9px; margin-bottom: 34px; border-radius: 999px; background: var(--accent); color: #fff; font-family: var(--mono); font-size: var(--text-xs); font-weight: 800; }
.quote-panel-wide { max-width: none; width: 100%; }
.quote-panel figure { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line-strong); }
.blockquote { margin: 0; }
.blockquote p { margin: 0; color: var(--heading); font-size: var(--text-lg); line-height: 1.55; font-weight: 500; }
.blockquote-footer { display: block; margin-top: 8px; color: #8792a6; font-size: var(--text-sm); font-style: normal; }
.quote-panel figure + h3 { margin-top: 24px; }
.countries { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 0; }
.countries span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--heading); font-weight: 800; box-shadow: var(--shadow); }
.article { max-width: 860px; }
.legal-section { padding-bottom: 76px; }
.legal-page { max-width: 980px; margin: 0 auto; }
.legal-page h2 { margin-top: 30px; font-size: var(--text-xl); }
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.faq-page h3 { margin: 18px 0 8px; color: var(--heading); font-size: var(--text-base); line-height: 1.45; }
.faq-page p { margin-bottom: 14px; line-height: 1.72; }
.faq-static-group + .faq-static-group { margin-top: 32px; padding-top: 4px; }
.article p, .article ul { font-size: var(--text-md); }
.note { color: var(--muted); font-size: var(--text-sm); border-top: 1px solid var(--line-strong); padding-top: 15px; margin-top: 16px; }


.achievement-timeline { position: relative; display: grid; gap: 26px; }
.achievement-timeline::before { content: ""; position: absolute; top: 12px; bottom: 12px; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient(var(--accent), var(--navy)); opacity: .28; }
.achievement-block { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr); gap: 22px; align-items: center; }
.achievement-block .achievement-copy { grid-column: 1; grid-row: 1; align-self: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.achievement-block .achievement-media { grid-column: 3; grid-row: 1; align-self: center; }
.achievement-block.reverse .achievement-copy { grid-column: 3; order: initial; }
.achievement-block.reverse .achievement-media { grid-column: 1; order: initial; }
.achievement-marker { grid-column: 2; grid-row: 1; justify-self: center; align-self: center; display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 28px; padding: 0 9px; border-radius: 999px; background: var(--accent); color: #fff; font-family: var(--mono); font-size: var(--text-xs); font-weight: 800; box-shadow: var(--shadow); z-index: 1; }
.achievement-copy h2 { font-size: var(--text-xl); }
.achievement-copy p { color: var(--muted); font-size: var(--text-md); line-height: 1.72; margin-top: 12px; }
.achievement-media { min-height: 150px; display: grid; place-items: center; overflow: hidden; }
.achievement-media img { width: min(150px, 74%); max-height: 150px; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(31,41,55,.12)); }
.achievement-media-triptych { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: center; justify-items: center; width: min(360px, 100%); }
.achievement-media-triptych img { width: min(108px, 100%); max-height: 118px; }

.faq-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 28px; align-items: start; }
.faq-help { position: sticky; top: 92px; }
.faq-help h2 { font-size: var(--text-xl); margin-bottom: 12px; }
.faq-help .btn { margin-top: 8px; }
.faq-content { display: grid; gap: 24px; }
.faq-group { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.faq-group h2 { padding: 22px 24px; font-size: var(--text-lg); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff, var(--soft)); }
.faq-list { display: grid; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { list-style: none; position: relative; padding: 20px 62px 20px 24px; color: var(--heading); font-weight: 800; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 24px; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 999px; transform: translateY(-50%); background: rgba(0,51,153,.08); color: var(--navy); font-size: var(--text-lg); line-height: 1; }
.faq-item[open] summary::after { content: "-"; background: var(--accent); color: #fff; }
.faq-item p { padding: 0 62px 22px 24px; color: var(--muted); font-size: var(--text-base); line-height: 1.72; margin: 0; }
.form-wrap { max-width: 920px; }
.contact-form { padding: 28px; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--soft-alt); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid p { margin: 0; }
.form-wide { grid-column: 1 / -1; }
.form-subhead { margin: 6px 0 -4px; }
.form-subhead h3 { color: var(--heading); font-size: var(--text-md); }
.checkbox-line label { display: inline-flex; align-items: center; gap: 10px; margin: 0; color: var(--heading); }
.terms-line a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.checkbox-line input { width: 18px; height: 18px; accent-color: var(--navy); }
.shipping-fields.hidden { display: none; }
.shipping-fields .form-grid { margin-top: 0; }
label { display: block; font-weight: 700; font-size: var(--text-sm); margin-bottom: 8px; }
.form-control { width: 100%; min-height: 44px; border: 0; padding: 10px 12px; font: inherit; background: var(--soft); border-radius: 10px; outline: 1px solid transparent; transition: .18s ease; }
.form-control:focus { outline-color: rgba(0,51,153,.35); background: #fff; }
.contact-form .form-control { background: var(--paper); }
.textarea { min-height: 150px; resize: vertical; }
.form-actions { display: flex; justify-content: flex-end; }
.notice { position: relative; padding: .8rem 1rem; margin-bottom: 1rem; border: 0 solid transparent; border-radius: .3rem; font-weight: 700; line-height: 1.5; }
.notice.success { color: var(--success); background: var(--success-bg); border-color: var(--success-line); }
.contact-confirm { display: grid; gap: 4px; }
.contact-confirm strong { font-size: var(--text-md); color: inherit; }
.contact-confirm span { font-weight: 600; color: inherit; }
.notice.error { color: var(--error); background: var(--error-bg); border-color: var(--error-line); }
.notice.info { color: var(--info); background: var(--info-bg); border-color: var(--info-line); }

.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.cart-panel, .cart-summary { background: var(--soft-alt); }
.cart-section { padding-bottom: 66px; }
.checkout-hero { padding: 34px 0 26px; background: var(--soft); }
.checkout-hero .hero-grid.single { padding-bottom: 0; }
.checkout-hero h1 { margin-bottom: 10px; }
.checkout-hero .lead { margin-bottom: 0; }
.checkout-section { padding-top: 38px; padding-bottom: 72px; }
.checkout-section:last-child { padding-bottom: 72px; }
.cart-items { display: grid; gap: 12px; }
.cart-row { display: grid; grid-template-columns: minmax(0, 1fr) 90px 86px 100px auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line-strong); }
.cart-row:last-child { border-bottom: 0; }
.cart-row span { display: block; color: var(--muted); font-size: var(--text-sm); margin-top: 4px; }
.qty-control { min-height: 38px; text-align: center; }
.cart-actions { justify-content: space-between; margin-top: 20px; }
.summary-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line-strong); }
.summary-row.accent { color: var(--accent); }
.summary-row.total { border-bottom: 0; font-size: var(--text-lg); }
.coupon-form { margin: 22px 0 12px; }
.coupon-line { display: flex; gap: 10px; }
.checkout-btn { width: 100%; margin-top: 20px; }
.checkout-btn.disabled { opacity: .65; }
.summary-shipping-note { margin: 8px 0 0; color: var(--muted); font-size: var(--text-sm); line-height: 1.5; }
.summary-actions { display: grid; gap: 10px; margin-top: 20px; }
.summary-actions .checkout-btn { margin-top: 0; }
.continue-shopping-btn { width: 100%; }
.link-button { border: 0; background: transparent; color: var(--navy); font: inherit; font-weight: 800; cursor: pointer; padding: 0; }
.btn.ghost { background: transparent; color: var(--navy); border-color: rgba(0,51,153,.35); }
.checkout-form { width: 100%; }
.payment-actions { justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.payment-actions .btn { gap: 9px; }
.payment-actions .icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex: 0 0 auto; line-height: 1; }
.payment-actions .icon svg { display: block; width: 20px; height: 20px; }

.cta-section { --cta-bg-y: calc(50% - 115px); min-height: 370px; display: grid; align-items: center; padding: 70px 0; background-size: cover; background-position: center; }
main > .section.cta-section.cta-blanik { background-image: linear-gradient(rgba(0,26,80,.72), rgba(0,26,80,.78)), url("../images/blanik-lhdk-hu.jpg"); background-size: cover, cover; background-position: center center, center var(--cta-bg-y); background-repeat: no-repeat, no-repeat; }
main > .section.cta-section.cta-ls8 { background: linear-gradient(rgba(0,26,80,.72), rgba(0,26,80,.78)), url("../images/ls8-logo-at.jpg") center / cover no-repeat; }
.cta-band { min-height: 230px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px 0; background: transparent; overflow: hidden; box-shadow: none; }
.cta-band h2 { color: #fff; font-size: var(--text-xl); }
.cta-band p { max-width: 680px; color: rgba(255,255,255,.78); font-size: var(--text-md); margin: 12px 0 0; }

.auth-screen { min-height: calc(100vh - 66px); display: grid; place-items: center; padding: 58px 28px; background: var(--soft-alt); }
.auth-card { position: relative; width: min(520px, 100%); overflow: hidden; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 42px 32px; box-shadow: var(--shadow); }
.auth-pattern { position: absolute; top: -60px; right: -60px; width: 220px; aspect-ratio: 1 / 1; opacity: .08; background: radial-gradient(circle at 30% 30%, var(--accent), transparent 34%), radial-gradient(circle at 70% 30%, var(--navy), transparent 36%), radial-gradient(circle at 48% 74%, #f9bf59, transparent 36%); transform: rotate(18deg); }
.auth-brand-block { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; margin-bottom: 24px; }
.error-code { font-size: var(--text-error); line-height: 1; font-weight: 900; color: #f9bf59; margin-bottom: 14px; }
.auth-card h1 { font-size: var(--text-xl); text-transform: uppercase; margin-bottom: 12px; }
.auth-card .lead { margin-left: auto; margin-right: auto; }
.maintenance-card { width: min(660px, 100%); }
.maintenance-illustration { width: min(320px, 80%); margin: 0 auto 18px; }

.footer { padding: 44px 0 52px; background: #111827; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.footer a, .footer p { color: #cfd4dc; }
.footer h3 { color: #fff; font-size: var(--text-md); }
.footer .brand { color: #fff; margin-bottom: 22px; }
.footer-intro { max-width: 360px; margin: 0 0 10px; font-size: var(--text-xs); line-height: 1.55; }
.footer-note { max-width: 360px; margin: 0; color: var(--footer-muted); font-size: var(--text-xs); line-height: 1.55; }
.footer-brand { align-items: center; }
.mini { font-family: var(--mono); color: var(--footer-muted); font-size: var(--text-xs); }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; }
.footer-bottom p { margin: 0; font-size: var(--text-sm); color: var(--footer-muted); }

main > .section:last-child { padding-bottom: 0; border-bottom: 0; }
main > .section.legal-section:last-child { padding-bottom: 76px; }
main > .section:last-child .wrap { margin-bottom: 0; }
main > .section.cart-section:last-child { padding-bottom: 66px; }
main > .section.checkout-section:last-child { padding-bottom: 96px; }
main > .section.cta-section:last-child { min-height: 370px; padding: 70px 0; }
.pricing-panel .row { grid-template-columns: 170px 1fr; }

@media (max-width: 1040px) {
  .shop-products-wrap .products { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 610px; justify-content: center; gap: 18px; }
  .shop-products-wrap .product:nth-child(7) { grid-column: auto; }
  .nav { grid-template-columns: 1fr auto auto auto; padding: 14px 0; }
  .nav-toggle { display: inline-flex; }
  .menu { grid-column: 1 / -1; display: none; }
  .menu.open { display: flex; }
}

@media (max-width: 900px) {
  .products { grid-template-columns: repeat(2, minmax(0, 300px)); justify-content: center; gap: 32px; }
  .shop-products-wrap .products { grid-template-columns: repeat(2, minmax(0, 240px)); gap: 24px; }
  .related-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-detail, .cookie-consent .panel { grid-template-columns: 1fr; }
  .hero-grid, .section-head, .two-col, .footer-grid, .cta-band, .faq-layout { grid-template-columns: 1fr; }
  .achievement-timeline::before { left: 23px; transform: none; }
  .achievement-block, .achievement-block.reverse { grid-template-columns: 46px minmax(0, 1fr); align-items: start; }
  .achievement-marker { grid-column: 1; }
  .achievement-block .achievement-copy, .achievement-block.reverse .achievement-copy { grid-column: 2; }
  .achievement-block .achievement-media, .achievement-block.reverse .achievement-media { grid-column: 2; grid-row: 2; justify-self: start; min-height: 92px; }
  .hero { padding-top: 34px; }
  .hero.home-hero-photo { min-height: 720px; padding-top: 92px; }
  .hero-card { margin-bottom: 0; border-radius: 18px; }
  .achievement-media img { width: min(110px, 70%); max-height: 110px; }
  .achievement-media-triptych { width: min(300px, 100%); gap: 8px; }
  .achievement-media-triptych img { width: min(88px, 100%); max-height: 96px; }
  .faq-help { position: static; }
  h1 { font-size: var(--text-2xl); }
  h2 { font-size: var(--text-xl); }
  .four-col, .three-col, .logo-grid, .club-badge-grid, .club-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .resource-file-row { grid-template-columns: 1fr; align-items: start; }
  .products { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .product:last-child:nth-child(3n+1) { grid-column: auto; }
  .shop-products-wrap .product:nth-child(7) { grid-column: auto; }
  .four-col, .three-col, .logo-grid, .club-badge-grid, .club-steps, .matrix, .form-grid { grid-template-columns: 1fr; }
  .wrap { padding: 0 18px; }
  h1 { font-size: var(--text-2xl); }
  .hero.home-hero-photo { padding-top: 72px; }
  .photo-credit { right: 18px; bottom: 10px; max-width: calc(100% - 36px); }
  .row { grid-template-columns: 1fr; gap: 6px; }
  .cta-band { padding: 30px 22px; }
  .product-footer { align-items: flex-start; flex-direction: column; }
  .product-title-row { grid-template-columns: 1fr; gap: 4px; }
  .add, .add-form { width: auto; }
  .cart-layout, .cart-row { grid-template-columns: 1fr; }
  .faq-item summary { padding-right: 54px; }
  .faq-item p { padding-right: 24px; }
  .cart-actions, .coupon-line { flex-direction: column; align-items: stretch; }
}



.auxiliary-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.resource-request-form { display: grid; gap: 24px; }
.resource-card { cursor: pointer; gap: 10px; position: relative; }
.resource-card strong { display: block; color: var(--heading); font-size: var(--text-lg); line-height: 1.25; margin: 0 0 6px; }
.resource-card .muted { display: block; }
.resource-check { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--navy); font-size: var(--text-sm); font-weight: 800; }
.resource-check input { width: 18px; height: 18px; accent-color: var(--navy); }
.resource-signup { display: none; }
.resource-signup.open { display: block; }
.resource-signup .panel { width: calc((100% - 36px) / 2); max-width: 100%; margin: 0 auto; }
.resource-signup h2 { font-size: var(--text-xl); margin-bottom: 10px; }
.newsletter-inline .btn { grid-column: 3; grid-row: 1 / 3; align-self: center; width: 150px; min-width: 150px; height: 46px; border-radius: 999px; }
.product-detail { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: start; }
.product-gallery { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-gradient); overflow: hidden; box-shadow: var(--shadow); }
.product-gallery-track { display: flex; transition: transform .28s ease; }
.product-gallery-slide { flex: 0 0 100%; min-height: 360px; display: grid; place-items: center; scroll-snap-align: start; padding: 34px; }
.product-gallery-slide img { width: min(360px, 88%); height: 280px; object-fit: contain; filter: drop-shadow(0 16px 22px rgba(31,41,55,.16)); }
.product-detail-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.product-detail-actions .add-form { width: auto; }
.product-detail-actions .add { width: auto; min-width: 92px; height: 28px; padding: 0 12px; font-size: var(--text-xs); }
.cookie-consent { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 60; display: none; }
.cookie-consent.open { display: block; }
.cookie-consent .panel { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 44px rgba(17,24,39,.22); }
.cookie-consent h2 { font-size: var(--text-lg); margin-bottom: 6px; }
.cookie-consent p { margin: 0; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions .btn { min-width: 120px; }
.product-gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 1px solid rgba(0,51,153,.2); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--navy); font-size: var(--text-xl); line-height: 1; display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); }
.product-gallery-nav.prev { left: 16px; }
.product-gallery-nav.next { right: 16px; }
.product-gallery-nav:hover { background: var(--navy); color: #fff; }
.related-products-section { padding-top: 24px; }
.related-products { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 12px; }
.related-product { min-height: 132px; display: grid; grid-template-rows: 78px auto; gap: 8px; align-items: center; justify-items: center; padding: 12px 8px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); color: var(--heading); text-align: center; text-decoration: none; box-shadow: var(--shadow); }
.related-product:hover { border-color: rgba(0,51,153,.35); color: var(--navy); }
.related-product img { max-width: 78px; width: 80%; height: 72px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(31,41,55,.12)); }
.related-product span { font-size: var(--text-xs); line-height: 1.2; font-weight: 800; }
.resource-grid { align-items: stretch; }
.resource-card.disabled { cursor: default; opacity: .76; }
.resource-card-images { display: block; width: 140px; min-height: 140px; aspect-ratio: 1 / 1; margin: -2px auto 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-gradient); }
.resource-card-images img { width: 100%; height: 140px; object-fit: contain; padding: 14px; filter: drop-shadow(0 8px 12px rgba(31,41,55,.10)); }
.resource-card-images.count-3 { display: flex; }
.resource-card-images.count-3 img { flex: 0 0 100%; animation: resource-card-slide 12s infinite; }
.resource-card-images.count-1 { margin-left: auto; margin-right: auto; }
.resource-card-images.count-1 img { height: 138px; }
@keyframes resource-card-slide { 0%, 26% { transform: translateX(0); } 34%, 60% { transform: translateX(-100%); } 68%, 94% { transform: translateX(-200%); } 100% { transform: translateX(0); } }
.resource-file-list { display: grid; gap: 10px; }
.resource-file-row { min-height: 86px; display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 18px; align-items: center; }
.resource-file-row .filetype { margin: 0; }
.resource-file-row h3 { margin: 0 0 4px; }
.resource-file-row .muted { margin: 0; }
.resource-file-row a { margin: 0; border-top: 0; padding-top: 0; }
@media (max-width: 560px) {
  .resource-file-row { grid-template-columns: 1fr; align-items: start; }
}
.downloads-section { padding-bottom: 82px; }
.downloads-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: center; gap: 18px; margin-bottom: 54px; }
.downloads-group { margin-top: 38px; }
.downloads-group:first-of-type { margin-top: 0; }
.downloads-group .section-head { margin-bottom: 18px; }
.downloads-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.download-card { position: relative; min-height: 320px; display: flex; flex-direction: column; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft-alt); box-shadow: var(--shadow); text-align: center; }
.download-card.disabled { opacity: .78; }
.download-card img { width: 100%; height: 148px; object-fit: contain; padding: 4px 12px 8px; filter: drop-shadow(0 10px 14px rgba(31,41,55,.12)); order: 2; }
.download-card h3 { margin: 0; color: var(--heading); font-size: var(--text-lg); order: 1; }
.download-format-badge { position: absolute; top: 16px; right: 16px; z-index: 1; min-width: 42px; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; padding: 5px 9px; border-radius: 999px; background: var(--accent); color: #fff; font-size: var(--text-xs); font-weight: 900; letter-spacing: .04em; box-shadow: 0 8px 18px rgba(237,100,85,.24); }
.download-card-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-strong); order: 3; }
.download-card-links a, .download-card-links span { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 6px 10px; border-radius: 999px; background: rgba(0,51,153,.08); border: 1px solid rgba(0,51,153,.12); color: var(--navy); font-size: var(--text-xs); font-weight: 800; line-height: 1.1; }
.download-card-links a:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.downloads-newsletter-section { border-top: 1px solid var(--line); padding-bottom: 76px !important; }
@media (max-width: 900px) { .downloads-feature-grid, .downloads-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .downloads-feature-grid, .downloads-card-grid { grid-template-columns: 1fr; } .download-card { min-height: 280px; } }
.downloads-license-note { display: grid; grid-template-columns: minmax(0, 1fr) 120px; gap: 24px; align-items: center; }
.downloads-license-note .license-copy > :last-child { margin-bottom: 0; }
.downloads-license-note a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.downloads-license-note .license-illustration { width: 96px; max-width: 100%; justify-self: center; }
@media (max-width: 560px) { .downloads-license-note { grid-template-columns: 1fr; text-align: left; } .downloads-license-note .license-illustration { justify-self: start; } }

.product-page-section { padding-top: 42px; }
.product-detail-shell { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 28px; align-items: start; }
.product-detail-gallery-card, .product-detail-info-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 24px; }
.product-detail-gallery-card { display: grid; gap: 16px; align-content: start; }
.product-detail-info-card { display: flex; flex-direction: column; }
.product-detail-info-card h1 { font-size: var(--text-2xl); margin-bottom: 14px; }
.product-heading-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: baseline; margin-bottom: 14px; }
.product-heading-row h1 { margin-bottom: 0; }
.product-heading-price { font-size: var(--text-xl); color: var(--heading); }
.product-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 18px; color: var(--muted); font-size: var(--text-sm); font-weight: 800; text-transform: uppercase; }
.product-breadcrumb a { color: var(--navy); }
.product-detail-note { margin: 0 0 18px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); color: var(--heading); font-weight: 700; line-height: 1.6; }
.product-spec-chips { margin-top: 8px; padding-top: 18px; }
.product-purchase-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line-strong); }
.product-purchase-row .add-form { width: auto; }
.product-purchase-row .add { width: auto; min-width: 92px; height: 28px; padding: 0 12px; font-size: var(--text-xs); background: var(--accent); border-color: var(--accent); }
.product-purchase-row .add:hover { background: var(--secondary); border-color: var(--secondary); }
.product-purchase-row .btn.secondary { min-height: 28px; padding: 0 12px; font-size: var(--text-xs); font-weight: 700; }
.product-gallery { border: 0; box-shadow: none; background: transparent; }
.product-gallery-slide { min-height: 430px; }
.product-gallery-slide img { width: min(430px, 88%); height: 330px; }
.product-gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fit, 72px); justify-content: center; gap: 12px; }
.product-gallery-thumbs button { width: 72px; aspect-ratio: 1; min-height: 0; display: grid; place-items: center; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); cursor: pointer; transition: .18s ease; }
.product-gallery-thumbs button:hover, .product-gallery-thumbs button.active { border-color: var(--accent); background: #fff; box-shadow: 0 10px 22px rgba(31,41,55,.10); }
.product-gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(31,41,55,.12)); }
.product-inline-details { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line-strong); }
.product-inline-details h2 { font-size: var(--text-xl); margin-bottom: 12px; }
.product-review-panel h2 { font-size: var(--text-xl); margin-bottom: 12px; }
.product-feature-list { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 18px; }
.product-feature-list > div { padding: 0; border: 0; background: transparent; }
.product-feature-list > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; background: var(--accent); color: #fff; }
.product-feature-list svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-feature-list h3 { font-size: var(--text-base); color: var(--heading); margin-bottom: 4px; }
.product-feature-list p { color: var(--muted); font-size: var(--text-sm); line-height: 1.6; margin: 0; }
.product-empty-review { min-height: 120px; display: grid; place-items: center; margin: 14px 0 0; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--soft); color: var(--muted); font-weight: 800; }
@media (max-width: 1040px) { .product-detail-shell { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .product-detail-info-card h1 { font-size: var(--text-2xl); } .product-heading-row { grid-template-columns: 1fr; gap: 6px; } .product-gallery-slide { min-height: 330px; } .product-gallery-slide img { height: 250px; } .product-feature-list { grid-template-columns: 1fr; } .product-gallery-thumbs { grid-template-columns: repeat(auto-fit, 64px); } .product-gallery-thumbs button { width: 64px; } }


/* section-surface-normalize */
.four-col .card, .three-col .card, .club-badge, .step-card, .achievement-block .achievement-copy, .faq-help, .faq-group, .partner-logo, .pricing-panel, .quote-panel, .two-col > .panel { background: var(--soft-alt); }
.faq-group h2 { background: var(--soft); }
.review-card blockquote { color: var(--heading); font-size: var(--text-md); line-height: 1.45; }
.review-card blockquote::before { content: "\0022"; color: var(--accent); }
.review-card blockquote::after { content: "\0022"; color: var(--accent); }
.review-card cite { display: flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--muted); font-family: var(--sans); font-size: var(--text-sm); letter-spacing: 0; }
.review-card cite::before { content: ""; width: 14px; height: 1px; flex: 0 0 14px; background: var(--muted); opacity: .55; }
.partner-url { font-family: var(--sans); font-size: var(--text-sm); letter-spacing: 0; }

.white-card-section .panel, .white-card-section .card, .white-card-section .step-card { background: var(--paper); }
