:root{--bg:#0b1220;--surface:#111827;--surface-elevated:#161f2e;--border:#1f2937;--border-strong:#374151;--text:#e5e7eb;--text-muted:#9ca3af;--primary:#3b82f6;--primary-hover:#2563eb;--primary-dark:#1d4ed8;--accent-amber:#f59e0b;--success:#34d399;--radius:12px;--radius-lg:16px;--font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-serif:"Georgia","Times New Roman",serif;--max-width:42rem;--max-wide:68rem;--shadow-card:0 18px 50px rgba(0,0,0,0.35);--shadow-featured:0 0 0 1px rgba(245,158,11,0.35),0 24px 60px rgba(59,130,246,0.12)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cta-button,.fade-in-up,.hero-mock__card,.ranking-card{animation:none!important;transition:none!important}}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--primary-hover)}main{padding:0 1.25rem 5rem}@media (max-width:640px){main{padding-bottom:6.5rem}}@media (min-width:641px){main{padding-bottom:6rem}}.container{max-width:var(--max-wide);margin:0 auto}.container--narrow{max-width:var(--max-width)}.container--hero-after{padding-top:.5rem;padding-bottom:.25rem}.container--post-shortlist-intro{padding-top:.35rem;padding-bottom:.15rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.layout-desktop-only{display:block}.layout-mobile-nav-only,.layout-mobile-only{display:none}@media (max-width:899px){.layout-desktop-only{display:none!important}.layout-mobile-only{display:block!important}.layout-mobile-nav-only{display:inline-flex!important}}@media (min-width:900px){.layout-mobile-nav-only,.layout-mobile-only{display:none!important}}.prose{max-width:var(--max-width)}.prose h2{font-family:var(--font-serif);font-size:clamp(1.35rem,3vw,1.65rem);line-height:1.25;margin:2.25rem 0 .85rem}.prose h2,.prose h3{font-weight:600;color:var(--text)}.prose h3{font-size:1.15rem;margin:1.75rem 0 .65rem}.prose h4{font-size:1.05rem;font-weight:600;margin:1.35rem 0 .5rem;color:var(--text-muted)}.prose ol,.prose p,.prose ul{margin:0 0 1.1rem;color:var(--text-muted);line-height:1.72}.prose ol,.prose ul{padding-left:1.35rem}.prose li{margin-bottom:.45rem}.prose table{width:100%;border-collapse:collapse;font-size:.95rem;margin:1.25rem 0}.prose td,.prose th{border:1px solid var(--border);padding:.65rem .85rem;text-align:left;vertical-align:top}.prose th{background:var(--surface);color:var(--text);font-weight:600}.prose td{color:var(--text-muted)}.site-header{border-bottom:1px solid var(--border);background:rgba(11,18,32,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-header__inner{max-width:var(--max-wide);margin:0 auto;padding:.85rem 1.25rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.85rem 1.25rem}@media (max-width:899px){.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:.45rem .6rem;gap:.45rem .6rem;padding:.55rem 1.1rem}.site-header__brand{grid-column:1;grid-row:1}.badge-18{grid-column:2;grid-row:1;justify-self:end}.site-header__menu-toggle{grid-column:3;grid-row:1;justify-self:end}.site-nav{grid-column:1/-1;grid-row:2;flex:none;width:100%;max-height:0;overflow:hidden;opacity:0;pointer-events:none;justify-content:stretch;transition:max-height .28s ease,opacity .2s ease}.site-nav.site-nav--drawer-open{max-height:16rem;opacity:1;pointer-events:auto;padding-top:.15rem}.site-nav__list{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.15rem;padding-bottom:.35rem}.site-nav__link{display:block;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.92rem}.site-nav__list li:last-child .site-nav__link{border-bottom:none}.site-header__tagline{display:none}}.site-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface-elevated);color:var(--text);cursor:pointer;flex-shrink:0;transition:border-color .18s ease,background .18s ease}.site-header__menu-toggle:hover{border-color:var(--border-strong);background:var(--surface)}.site-header__menu-toggle:focus-visible{outline:2px solid var(--accent-amber);outline-offset:2px}.site-header__menu-bars{display:flex;flex-direction:column;justify-content:center;gap:5px;width:1.15rem}.site-header__menu-bar{display:block;height:2px;border-radius:1px;background:var(--text-muted);transition:transform .22s ease,opacity .18s ease;transform-origin:center}.site-header__menu-toggle--open .site-header__menu-bar:first-child{transform:translateY(7px) rotate(45deg)}.site-header__menu-toggle--open .site-header__menu-bar:nth-child(2){opacity:0}.site-header__menu-toggle--open .site-header__menu-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__brand{flex:1 1 12rem;min-width:0}.site-header__tagline{margin:.2rem 0 0;font-size:.72rem;line-height:1.4;color:var(--text-muted);letter-spacing:.02em}.site-nav{flex:1 1 14rem;align-items:center}.site-nav,.site-nav__list{display:flex;justify-content:flex-end}.site-nav__list{list-style:none;margin:0;padding:0;flex-wrap:wrap;gap:.35rem 1.1rem}.site-nav__link{font-size:.88rem;font-weight:500;color:var(--text-muted);text-decoration:none}.site-nav__link:hover{color:var(--primary)}@media (min-width:900px){.site-header__inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.85rem 1.25rem;padding:.85rem 1.25rem}}.site-logo{font-family:var(--font-serif);font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none}.site-logo:hover{color:var(--primary)}.client-updated-label{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.badge-18{font-size:.7rem;font-weight:700;letter-spacing:.06em;padding:.25rem .5rem;border-radius:4px;border:1px solid var(--border);color:var(--text-muted)}.hero{padding:2.5rem 0 2rem}.hero,.hero--landing{border-bottom:1px solid var(--border)}.hero--landing{position:relative;overflow:hidden;padding:2.75rem 0 3rem;background:linear-gradient(165deg,rgba(59,130,246,.09) 0,var(--bg) 42%,var(--bg) 100%)}.hero__glow{pointer-events:none;position:absolute;top:-40%;right:-15%;width:min(55vw,420px);height:min(55vw,420px);border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.2) 0,transparent 70%);filter:blur(40px)}.hero__grid{position:relative;display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:center}@media (min-width:900px){.hero__grid{grid-template-columns:1fr minmax(260px,340px);gap:3rem}}.hero__headline{font-family:var(--font-serif);font-size:clamp(1.85rem,4.5vw,2.65rem);font-weight:700;line-height:1.12;margin:0 0 .85rem;color:var(--text);letter-spacing:-.02em}.hero__sub{margin:0 0 1.25rem;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.55;max-width:36rem}.hero__meta,.hero__sub{color:var(--text-muted)}.hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.875rem;margin-bottom:1.15rem}.hero__meta-strong{color:var(--text);font-weight:600}.hero__meta-dot{opacity:.5}.hero__intro p{font-size:1rem;line-height:1.75;max-width:38rem}.hero__jump{margin:1.5rem 0 0;max-width:26rem}.hero__jump-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;min-height:3.25rem;padding:.85rem 1.35rem;font-family:var(--font-sans);font-weight:700;font-size:1.05rem;line-height:1.25;letter-spacing:.01em;color:#fff;text-decoration:none;text-align:center;background:linear-gradient(180deg,var(--primary) 0,var(--primary-dark) 100%);border:1px solid rgba(147,197,253,.35);border-radius:var(--radius);box-shadow:0 4px 20px rgba(37,99,235,.45),inset 0 0 0 1px rgba(0,0,0,.15);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.hero__jump-btn__text{flex:1 1;min-width:0}.hero__jump-btn__icon{flex-shrink:0;font-size:1.15rem;line-height:1;opacity:.95;font-weight:800}.hero__jump-btn:hover{color:#fff}@media (prefers-reduced-motion:no-preference){.hero__jump-btn:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 10px 32px rgba(37,99,235,.55),inset 0 0 0 1px rgba(255,255,255,.08)}.hero__jump-btn:active{transform:translateY(0)}}.hero__jump-btn:focus-visible{outline:2px solid var(--accent-amber);outline-offset:3px}.hero__jump-btn:active{filter:brightness(.96)}.intro-toggle{background:none;border:none;color:var(--primary);cursor:pointer;font:inherit;padding:0;text-decoration:underline;text-underline-offset:3px}.intro-toggle:hover{color:var(--primary-hover)}.intro-collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.intro-expandable__para{margin:0 0 .75rem;color:var(--text-muted)}.hero__visual{display:flex;justify-content:center}@media (min-width:900px){.hero__visual{justify-content:flex-end}}.hero-mock{position:relative;width:min(100%,300px);height:200px}.hero-mock__card{position:absolute;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);transition:transform .35s ease}.hero-mock__card--back{width:78%;height:130px;right:0;top:24px;transform:rotate(8deg);opacity:.65}.hero-mock__card--mid{width:82%;height:142px;right:12%;top:12px;transform:rotate(-4deg);opacity:.85}.hero-mock__card--front{width:88%;height:158px;left:0;bottom:0;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem;transform:rotate(-2deg)}@media (prefers-reduced-motion:no-preference){.hero__visual:hover .hero-mock__card--front{transform:rotate(-1deg) translateY(-4px)}.hero__visual:hover .hero-mock__card--mid{transform:rotate(-3deg) translateY(-2px)}}.hero-mock__row{height:8px;border-radius:4px;background:var(--border);opacity:.7}.hero-mock__row--accent{width:55%;background:linear-gradient(90deg,var(--primary),var(--primary-dark));opacity:1}.hero-mock__row--short{width:40%}.hero-mock__chips{display:flex;gap:.35rem;margin-top:auto}.hero-mock__chips span{width:1.65rem;height:1.65rem;border-radius:6px;background:var(--surface-elevated);border:1px solid var(--border)}.hero-mock__chips span:nth-child(2){background:rgba(245,158,11,.2);border-color:rgba(245,158,11,.35)}@media (max-width:899px){.hero__desktop-addons{display:none!important}.hero--landing{padding:.55rem 0 .35rem}.hero__glow{opacity:.28;width:min(58vw,200px);height:min(58vw,200px);top:-60%;right:-22%}.hero__grid{gap:.35rem}.hero__headline{font-size:clamp(1.45rem,5.2vw,1.82rem);line-height:1.12;margin:0 0 .3rem}.hero__sub{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0 0 .15rem;font-size:.94rem;line-height:1.42;max-width:none}.hero__visual{display:none}.container--hero-after{padding-top:.25rem;padding-bottom:.05rem}.container--post-shortlist-intro{padding-top:.25rem;padding-bottom:.1rem}.post-shortlist-intro .intro-expandable__para{font-size:.94rem;line-height:1.65}.post-shortlist-intro .intro-collapsed{-webkit-line-clamp:3;line-clamp:3}.disclosure{padding:.5rem .7rem;font-size:.78rem;line-height:1.4;margin-bottom:.2rem;border-radius:10px}.logo-strip-section{padding:.55rem 0 .1rem}.logo-strip-section__title{margin-bottom:.45rem;font-size:.7rem}.logo-strip{padding-bottom:.35rem}.section--rankings{padding-top:.2rem;padding-bottom:2rem}.section--rankings .rankings-header .section__title--lg{margin-bottom:.35rem;font-size:clamp(1.28rem,4vw,1.5rem)}.rankings-header__sub{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:-.05rem 0 .45rem;font-size:.86rem;line-height:1.42}.trust-bar{padding:.5rem .65rem;margin-bottom:.55rem;gap:.45rem .55rem}.trust-bar__value{font-size:.82rem;line-height:1.36}.trust-bar__label{font-size:.65rem}}.section{padding:2.75rem 0;border-bottom:1px solid var(--border)}.section:last-of-type{border-bottom:none}.section--rankings{padding-top:2rem}.section__title{font-family:var(--font-serif);font-size:clamp(1.35rem,3vw,1.55rem);font-weight:700;margin:0 0 1.25rem;color:var(--text)}.section__title--lg{font-size:clamp(1.5rem,3.2vw,1.85rem);margin-bottom:1rem}.rankings-header__sub{margin:-.35rem 0 1.5rem;max-width:40rem;color:var(--text-muted);line-height:1.65;font-size:1rem}.trust-bar{display:flex;flex-wrap:wrap;align-items:stretch;gap:.75rem 1rem;padding:1rem 1.15rem;margin-bottom:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.trust-bar__item{flex:1 1 180px;min-width:0}.trust-bar__label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem}.trust-bar__value{font-size:.9rem;color:var(--text);line-height:1.45}.trust-bar__sep{display:none;width:1px;background:var(--border);align-self:stretch;opacity:.9}@media (min-width:720px){.trust-bar{flex-wrap:nowrap;align-items:center;gap:0}.trust-bar__item{flex:1 1;padding:0 1rem}.trust-bar__item:first-child{padding-left:0}.trust-bar__item:last-of-type{padding-right:0}.trust-bar__sep{display:block;flex-shrink:0}}.logo-strip-section{padding:1.75rem 0 .5rem;border-bottom:none}.logo-strip-section__title{text-align:center;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 1rem}.logo-strip{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:flex-start;overflow-x:auto;padding:.25rem 0 .75rem;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.logo-strip::-webkit-scrollbar{height:4px}.logo-strip::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}.logo-strip__item{flex:0 0 auto;width:3.25rem;height:3.25rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-elevated);display:flex;align-items:center;justify-content:center;padding:.2rem;opacity:.95;transition:transform .2s ease,opacity .2s ease,border-color .2s ease}.logo-strip__item:hover{opacity:1;transform:translateY(-2px);border-color:var(--border-strong)}.casino-logo{display:block;object-fit:contain}.casino-logo--card{width:100%;height:100%}.casino-logo--strip{width:2.45rem;height:2.45rem}@media (min-width:900px){.logo-strip{justify-content:center;flex-wrap:wrap;overflow:visible;padding-bottom:.25rem}}.ranking-grid{display:flex;flex-direction:column;gap:1rem}.ranking-card{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"rank rank" "logo body" "logo cta";grid-gap:.65rem 1rem;gap:.65rem 1rem;padding:1.15rem 1.2rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 4px 24px rgba(0,0,0,.2);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}@media (min-width:640px){.ranking-card{grid-template-columns:auto auto 1fr auto;grid-template-areas:"rank logo body cta";align-items:center;gap:1rem 1.25rem;padding:1.2rem 1.35rem}}@media (prefers-reduced-motion:no-preference){.ranking-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.28);border-color:var(--border-strong)}}.ranking-card--featured{border-color:rgba(245,158,11,.45);box-shadow:var(--shadow-featured);background:linear-gradient(165deg,rgba(59,130,246,.06) 0,var(--surface) 38%)}@media (min-width:768px){.ranking-card--featured{padding:1.35rem 1.5rem 1.45rem;transform:scale(1.01)}@media (prefers-reduced-motion:no-preference){.ranking-card--featured:hover{transform:scale(1.01) translateY(-3px)}}}.ranking-card__rank{grid-area:rank;font-size:.75rem;font-weight:800;letter-spacing:.06em;color:var(--text-muted)}@media (min-width:640px){.ranking-card__rank{font-size:.8rem;align-self:start;padding-top:.35rem;min-width:2rem}}.ranking-card__logo{grid-area:logo;width:56px;height:56px;border-radius:12px;border:1px solid var(--border);background:#0f172a;display:flex;align-items:center;justify-content:center;padding:.2rem;overflow:hidden;flex-shrink:0}@media (min-width:640px){.ranking-card__logo{width:64px;height:64px;padding:.25rem}}.ranking-card__body{grid-area:body;min-width:0}.ranking-card__topline{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin-bottom:.35rem}.ranking-card__name{margin:0;font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.25}.ranking-card__badge{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.28rem .55rem;border-radius:999px;color:#111827;background:linear-gradient(135deg,#fbbf24,var(--accent-amber));border:1px solid rgba(245,158,11,.5)}.ranking-card__rating{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .65rem;margin-bottom:.55rem}.ranking-card__score{font-size:clamp(1.85rem,4vw,2.15rem);font-weight:800;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--success);letter-spacing:-.03em}.ranking-card__score-max{font-size:1rem;font-weight:600;color:var(--text-muted);margin-right:.15rem}.star-row{display:flex;gap:.12rem;align-items:center}.star-row__slot{position:relative;width:.9rem;height:.9rem;flex-shrink:0}.star-row__bg{inset:0;font-size:.9rem;line-height:1;color:rgba(156,163,175,.28)}.star-row__bg,.star-row__fill{position:absolute;pointer-events:none}.star-row__fill{top:0;left:0;height:100%;overflow:hidden}.star-row__fill-star{display:block;font-size:.9rem;line-height:1;width:.9rem;color:var(--accent-amber)}.ranking-card__bonus{margin:0 0 .35rem;font-weight:600;font-size:1rem;line-height:1.45;color:var(--text)}.ranking-card__benefit{margin:0 0 .45rem;font-size:.9rem;color:var(--primary);font-weight:500}.ranking-card__fineprint{margin:0;font-size:.78rem;line-height:1.45;color:var(--text-muted)}.ranking-card__cta{grid-area:cta;align-self:stretch;display:flex;align-items:center}@media (max-width:639px){.ranking-card__cta{grid-column:1/-1}.ranking-card__cta .cta-button{width:100%;min-height:3rem;font-size:1.02rem}}@media (min-width:640px){.ranking-card__cta{align-self:center}}.cta-button{display:inline-flex;align-items:center;justify-content:center;min-width:7.5rem;min-height:2.85rem;padding:.75rem 1.5rem;font-weight:700;font-size:.98rem;letter-spacing:.01em;color:#fff;background:linear-gradient(180deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:var(--radius);text-decoration:none;cursor:pointer;box-shadow:0 4px 14px rgba(37,99,235,.35);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.cta-button:hover{color:#fff;filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 22px rgba(37,99,235,.45)}.cta-button:active{transform:translateY(0);filter:brightness(.97)}.sticky-top-pick{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom));background:linear-gradient(180deg,transparent,rgba(11,18,32,.92) 25%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border)}.sticky-top-pick__inner{max-width:var(--max-wide);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .65rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card)}.sticky-top-pick__text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.sticky-top-pick__label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.sticky-top-pick__name{font-size:.9rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-top-pick .cta-button{flex-shrink:0;min-width:0;padding-left:1rem;padding-right:1rem;min-height:2.75rem;font-size:.9rem}@media (min-width:641px){.sticky-top-pick{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.fade-in-up{animation:fadeInUp .65s ease-out both}.fade-in-up--delay-1{animation-delay:.08s}.fade-in-up--delay-2{animation-delay:.16s}}.disclosure{padding:1rem 1.15rem;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem;line-height:1.65}.disclosure strong{color:var(--text)}.site-footer{margin-top:2rem;padding:2rem 1.25rem 3rem;border-top:1px solid var(--border);background:var(--surface);font-size:.85rem;color:var(--text-muted);line-height:1.65}.site-footer__inner{max-width:var(--max-wide);margin:0 auto}.site-footer__top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.75rem 2rem;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.site-footer__brand{flex:1 1 14rem;min-width:0}.site-footer__name{display:block;font-family:var(--font-serif);font-weight:700;font-size:1.05rem;color:var(--text)}.site-footer__micro{margin:.35rem 0 0;font-size:.78rem;color:var(--text-muted);line-height:1.45}.site-footer__nav{display:flex;flex-wrap:wrap;gap:1.75rem 2.5rem}.site-footer__col-title{display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.site-footer__links{list-style:none;margin:0;padding:0}.site-footer__links li{margin-bottom:.35rem}.site-footer__links a{color:var(--text);text-decoration:none;font-weight:500}.site-footer__links a:hover{color:var(--primary)}.site-footer__disclosures p{margin:0 0 .85rem}.site-footer__copy{margin:1.25rem 0 0;font-size:.8rem;color:var(--text-muted)}.site-footer p{margin:0 0 .85rem}.site-footer__mono{font-family:ui-monospace,monospace;font-size:.92em;padding:.1em .35em;border-radius:4px;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text)}.review-block{margin-bottom:2.75rem}.review-block:last-child{margin-bottom:0}.review-block__heading{font-size:clamp(1.1rem,2.5vw,1.25rem);font-weight:700;margin:0 0 .75rem;color:var(--text);line-height:1.35}.review-facts{list-style:none;padding:0;margin:0 0 1rem;font-size:.95rem;color:var(--text-muted);line-height:1.65}.review-facts li{margin-bottom:.45rem;padding-left:0}.review-facts li:before{content:"• ";color:var(--primary)}.review-block .cta-button{margin-top:.25rem}.contact-panel{margin-top:1.5rem;padding:1.25rem 1.35rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.contact-panel__email{margin:0 0 1.15rem;font-size:.95rem;color:var(--text)}.contact-panel__hint{font-size:.8rem;color:var(--text-muted)}.contact-panel__note{margin:1rem 0 0;font-size:.85rem;color:var(--text-muted)}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form__field{display:flex;flex-direction:column;gap:.35rem}.contact-form__label{font-size:.78rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.contact-form__input,.contact-form__textarea{font:inherit;font-size:1rem;color:var(--text);background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;padding:.65rem .85rem}.contact-form__input:focus-visible,.contact-form__textarea:focus-visible{outline:2px solid var(--accent-amber);outline-offset:2px}.contact-form__textarea{resize:vertical;min-height:6rem}.contact-form__submit{align-self:flex-start;margin-top:.25rem}