@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root{--ah_gold:#fbbf24;--ah_muted:#a89fd6;--ah_accent2:#7c3aed;--ah_accent-glow:rgba(139,92,246,.2);--ah_bg:rgb(15,10,30);--ah_line:#2d2258;--ah_text:rgba(240,237,255,1);--ah_surface2:#241848;--ah_surface:#1a1033;--ah_accent-soft:rgba(139,92,246,.1);--ah_accent:#8b5cf6}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}
body.ah-body{font-size:16px;color:var(--ah_text);font-family:'Inter',sans-serif;margin:0;background:var(--ah_bg);line-height:1.75;outline-offset:0;user-select:auto;pointer-events:auto;isolation:auto}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.ah-wrap{margin:0 auto;width:min(1200px,calc(100% - 32px))}.ah-shell{padding-bottom:80px}
/* BREADCRUMB */
.ah-breadcrumb{padding:10px 0;border-bottom:1px solid var(--ah_line);font-size:.82rem}
.ah-breadcrumb ol{display:flex;list-style:none;padding:0;margin:0;gap:6px;align-items:center;flex-wrap:wrap}
.ah-breadcrumb li{display:flex;align-items:center;color:var(--ah_muted)}
.ah-breadcrumb li+li::before{content:'›';margin-right:6px;color:var(--ah_line)}
.ah-breadcrumb a{transition:color .15s;color:var(--ah_accent)}.ah-breadcrumb a:hover{color:var(--ah_text)}
.ah-breadcrumb li:last-child{color:var(--ah_text)}
/* NAV */
.ah-mast{z-index:100;background:rgba(15,10,30,.97);border-bottom:1px solid var(--ah_line);top:0;backdrop-filter:blur(14px);position:sticky}
.ah-mast__inner{justify-content:space-between;padding:13px 0;align-items:center;display:flex;gap:16px}
.ah-brand{gap:10px;font-weight:900;color:var(--ah_accent);font-size:1.1rem;align-items:center;display:flex}
.ah-brand img{width:auto;object-fit:contain;height:34px;max-width:160px}
.ah-nav{gap:0;display:flex;flex-wrap:wrap;align-items:center}
.ah-nav a{font-weight:500;font-size:.84rem;padding:7px 11px;color:var(--ah_muted);border-radius:6px;transition:all .15s}
.ah-nav a:hover,.ah-nav a[aria-current]{color:var(--ah_text);background:var(--ah_surface2)}
.ah-mast__ctas{display:flex;gap:8px;flex-shrink:0}
.ah-btn{border-radius:8px;cursor:pointer;border:none;display:inline-flex;transition:all .15s;align-items:center;font-weight:700;justify-content:center;padding:8px 18px;font-size:.88rem;white-space:nowrap}
.ah-btn--primary{color:#fff;background:var(--ah_accent)}.ah-btn--primary:hover{background:var(--ah_accent2);box-shadow:0 0 20px var(--ah_accent-glow)}
.ah-btn--outline{border:1px solid var(--ah_line);color:var(--ah_text);background:transparent}.ah-btn--outline:hover{border-color:var(--ah_accent);color:var(--ah_accent)}
.ah-btn--lg{padding:13px 30px;font-size:1rem;border-radius:10px}
.ah-btn--block{width:100%;justify-content:center}
/* HERO - article header style */
.ah-hero{padding:52px 0 40px;border-bottom:1px solid var(--ah_line)}
.ah-hero__logo{line-height:0;margin:0 0 24px}
.ah-hero__logo img{height:auto;width:280px;max-width:100%}
.ah-hero__meta{align-items:center;margin-bottom:18px;gap:16px;flex-wrap:wrap;display:flex}
.ah-hero__badge{padding:4px 12px;font-weight:700;background:var(--ah_accent-soft);color:var(--ah_accent);display:inline-flex;border-radius:20px;gap:6px;font-size:.76rem;align-items:center;border:1px solid rgba(139,92,246,.3)}
.ah-hero__date{color:var(--ah_muted);font-size:.78rem}
.ah-hero__readtime{font-size:.78rem;gap:4px;color:var(--ah_muted);align-items:center;display:flex}
.ah-hero h1{font-size:clamp(1.8rem,4vw,2.9rem);line-height:1.2;font-weight:900;margin:0 0 16px}
.ah-hero h1 span{color:var(--ah_accent)}
.ah-hero__sub{margin:0 0 24px;color:var(--ah_muted);max-width:640px;font-size:1.05rem;line-height:1.75}
.ah-hero__actions{margin-bottom:28px;display:flex;flex-wrap:wrap;gap:12px}
/* RATING WIDGET */
.ah-rating{align-items:center;border:1px solid var(--ah_line);border-radius:10px;display:inline-flex;background:var(--ah_surface);gap:10px;padding:10px 18px}
.ah-rating__stars{letter-spacing:1px;font-size:1.1rem;color:var(--ah_gold)}
.ah-rating__score{font-weight:900;color:var(--ah_text);font-size:1.4rem}
.ah-rating__count{color:var(--ah_muted);font-size:.8rem}
/* TOC */
.ah-toc{padding:24px;background:var(--ah_surface);margin:32px 0;border:1px solid var(--ah_line);border-radius:12px}
.ah-toc__title{color:var(--ah_muted);margin:0 0 14px;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}
.ah-toc ol{gap:6px;padding:0 0 0 18px;display:flex;margin:0;flex-direction:column}
.ah-toc li{font-size:.9rem}
.ah-toc a{transition:color .15s;color:var(--ah_accent)}.ah-toc a:hover{color:var(--ah_text)}
/* ARTICLE LAYOUT */
.ah-article{align-items:start;display:grid;padding:40px 0;grid-template-columns:1fr 280px;gap:40px}
.ah-article__body{min-width:0}
.ah-article__rail{position:sticky;top:90px}
.ah-section{padding:40px 0;border-bottom:1px solid var(--ah_line)}
.ah-section:last-child{border-bottom:none}
.ah-section__anchor{margin-top:-80px;visibility:hidden;height:80px;display:block}
.ah-kicker{font-size:.75rem;margin:0 0 8px;font-weight:700;text-transform:uppercase;color:var(--ah_accent);letter-spacing:.14em}
.ah-section h2{font-size:clamp(1.2rem,2.5vw,1.7rem);margin:0 0 16px;font-weight:800}
.ah-section h3{font-weight:700;font-size:1.05rem;margin:24px 0 10px}
.ah-section p{margin:0 0 16px;line-height:1.8;color:var(--ah_muted)}
.ah-section ul,.ah-section ol{color:var(--ah_muted);margin:0 0 16px;line-height:1.8;padding-left:20px}
.ah-section li{margin-bottom:6px}
/* INLINE RATING SCORES */
.ah-score-grid{margin:20px 0;gap:12px;grid-template-columns:repeat(2,1fr);display:grid}
.ah-score-item{border-radius:10px;padding:14px;border:1px solid var(--ah_line);background:var(--ah_surface)}
.ah-score-item__label{margin-bottom:6px;font-size:.8rem;color:var(--ah_muted)}
.ah-score-item__bar{background:var(--ah_line);overflow:hidden;height:6px;margin-bottom:4px;border-radius:3px}
.ah-score-item__fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--ah_accent),var(--ah_accent2))}
.ah-score-item__val{color:var(--ah_accent);font-weight:700;font-size:.85rem}
/* FEATURE CARDS */
.ah-grid{display:grid;gap:14px}
.ah-grid--3{grid-template-columns:repeat(3,1fr)}.ah-grid--2{grid-template-columns:repeat(2,1fr)}
.ah-card{border:1px solid var(--ah_line);padding:20px;background:var(--ah_surface);border-radius:12px;transition:border-color .15s}
.ah-card:hover{border-color:rgba(139,92,246,.4)}
.ah-card__icon{margin-bottom:10px;font-size:1.8rem}.ah-card h3{font-size:.98rem;font-weight:700;margin:0 0 6px}.ah-card p{margin:0;font-size:.88rem;color:var(--ah_muted);line-height:1.65}
/* STEPS */
.ah-steps{gap:16px;display:flex;margin:20px 0;flex-direction:column}
.ah-step{display:flex;gap:14px;align-items:flex-start}
.ah-step__num{height:36px;justify-content:center;flex-shrink:0;color:var(--ah_accent);border-radius:8px;font-weight:800;border:1px solid rgba(139,92,246,.3);width:36px;font-size:.88rem;display:flex;align-items:center;background:var(--ah_accent-soft)}
.ah-step__body h3{font-weight:700;font-size:.95rem;margin:0 0 4px}.ah-step__body p{font-size:.88rem;color:var(--ah_muted);margin:0}
/* FAQ */
.ah-faq{display:flex;flex-direction:column;gap:7px}
.ah-faq__item{border:1px solid var(--ah_line);background:var(--ah_surface);overflow:hidden;border-radius:10px}
.ah-faq__item summary{font-size:.91rem;gap:12px;cursor:pointer;align-items:center;font-weight:600;padding:16px 18px;list-style:none;display:flex;justify-content:space-between}
.ah-faq__item summary::-webkit-details-marker{display:none}
.ah-faq__item summary::after{content:'+';flex-shrink:0;font-size:1.1rem;color:var(--ah_accent)}
.ah-faq__item[open]{border-color:rgba(139,92,246,.3)}.ah-faq__item[open] summary::after{content:'−'}
.ah-faq__answer{margin:0;padding:0 18px 16px;border-top:1px solid var(--ah_line);padding-top:12px;font-size:.89rem;color:var(--ah_muted);line-height:1.75}
/* TAGS */
.ah-tags{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}
.ah-tag{color:var(--ah_muted);transition:all .15s;display:inline-flex;background:var(--ah_surface2);border:1px solid var(--ah_line);font-weight:500;align-items:center;padding:5px 12px;border-radius:20px;font-size:.8rem}
.ah-tag:hover{color:var(--ah_accent);border-color:var(--ah_accent)}
/* PAYMENTS */
.ah-payments{margin-top:8px;display:flex;gap:9px;flex-wrap:wrap}
.ah-pay-item{padding:8px 14px;font-weight:500;font-size:.86rem;background:var(--ah_surface2);border:1px solid var(--ah_line);border-radius:8px}
/* REVIEWS */
.ah-reviews{display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}
.ah-review{border:1px solid var(--ah_line);border-radius:12px;padding:20px;background:var(--ah_surface)}
.ah-review__stars{color:var(--ah_gold);font-size:.88rem;margin-bottom:8px}
.ah-review__text{margin:0 0 12px;font-size:.87rem;color:var(--ah_muted);line-height:1.65;font-style:italic}
.ah-review__author strong{font-size:.88rem;font-weight:700}.ah-review__author span{display:block;font-size:.78rem;color:var(--ah_muted)}
/* RAIL CARD */
.ah-rail-card{border-radius:12px;margin-bottom:16px;padding:20px;background:var(--ah_surface);border:1px solid var(--ah_line)}
.ah-rail-card__title{margin:0 0 14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;color:var(--ah_muted)}
.ah-rail-links{gap:6px;display:flex;flex-direction:column}
.ah-rail-link{border-radius:7px;font-weight:500;transition:all .15s;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--ah_muted);background:var(--ah_surface2)}
.ah-rail-link:hover{background:var(--ah_line);color:var(--ah_text)}
.ah-rail-link span{font-size:.75rem;color:var(--ah_accent)}
/* CTA */
.ah-ctasection{padding:40px;background:radial-gradient(ellipse at center,rgba(139,92,246,.12) 0%,transparent 70%);border-radius:14px;margin:40px 0;border:1px solid var(--ah_line);text-align:center}
.ah-ctasection h2{margin:0 0 10px;font-size:clamp(1.3rem,3vw,1.9rem);font-weight:900}
.ah-ctasection p{color:var(--ah_muted);margin:0 0 24px}
/* FOOTER */
.ah-footer{padding:44px 0 24px;border-top:1px solid var(--ah_line)}
.ah-footer__logo{width:auto;margin-bottom:12px;max-width:220px;height:80px;object-fit:contain}
.ah-footer__grid{gap:36px;display:grid;grid-template-columns:2fr 1fr 1fr;margin-bottom:28px}
.ah-footer__brand{font-size:1rem;margin-bottom:8px;color:var(--ah_accent);font-weight:900}
.ah-footer__blurb{font-size:.86rem;line-height:1.7;color:var(--ah_muted)}
.ah-footer__links{display:flex;gap:7px;flex-direction:column}
.ah-footer__links a{font-size:.86rem;color:var(--ah_muted);transition:color .15s}.ah-footer__links a:hover{color:var(--ah_accent)}
.ah-footer__heading{text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin:0 0 12px;color:var(--ah_muted);font-size:.74rem}
.ah-footer__bottom{gap:10px;padding-top:20px;display:flex;align-items:center;border-top:1px solid var(--ah_line);flex-wrap:wrap;justify-content:space-between}
.ah-footer__copy{color:var(--ah_muted);margin:0;font-size:.78rem}
/* STICKY CTA */
.sf-sticky-cta{z-index:200;position:fixed;align-items:center;bottom:0;border-top:1px solid var(--ah_line);left:0;justify-content:space-between;display:flex;padding:10px 16px;gap:12px;right:0;background:rgba(15,10,30,.97);backdrop-filter:blur(8px)}
.sf-sticky-cta__meta strong{display:block;font-weight:700;font-size:.91rem}.sf-sticky-cta__meta span{font-size:.77rem;color:var(--ah_muted)}
.sf-sticky-cta__button{background:var(--ah_accent);padding:9px 22px;font-weight:700;color:#fff;font-size:.87rem;flex-shrink:0;border-radius:8px}
/* IMAGE GRID */
.ah-imgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ah-imgcard{border-radius:10px;background:var(--ah_surface2);overflow:hidden;aspect-ratio:16/9;display:block;margin:0}
.ah-imgcard img{height:100%;object-fit:cover;transition:transform .35s;width:100%}
.ah-imgcard:hover img{transform:scale(1.04)}
.ah-page-img{margin:0 0 28px;border-radius:12px;overflow:hidden;aspect-ratio:16/9;background:var(--ah_surface2)}
.ah-page-img img{width:100%;height:100%;object-fit:cover}
/* LEGAL */
.ah-legal{max-width:760px}
.ah-legal h2{border-left:3px solid var(--ah_accent);font-weight:700;padding-left:12px;margin:28px 0 8px;font-size:1.05rem}
.ah-legal p,.ah-legal li{color:var(--ah_muted);line-height:1.8;font-size:.92rem}
/* MOBILE MENU */
.ah-menu-btn{color:var(--ah_text);justify-content:center;flex-shrink:0;cursor:pointer;background:none;border:none;display:none;gap:5px;padding:7px;border-radius:6px;flex-direction:column}
.ah-menu-btn span{background:currentColor;border-radius:2px;transition:transform .25s,opacity .25s;display:block;height:2px;width:22px}
.ah-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ah-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.ah-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ah-mob-menu{border-top:1px solid var(--ah_line);display:none;background:rgba(15,10,30,.98);padding:12px 0}
.ah-mob-menu.is-open{display:block}
.ah-mob-nav{margin-bottom:12px;gap:2px;display:flex;flex-direction:column}
.ah-mob-nav a{transition:all .15s;font-weight:600;border-radius:8px;color:var(--ah_muted);display:block;font-size:.91rem;padding:11px 14px}
.ah-mob-nav a:hover,.ah-mob-nav a[aria-current]{color:var(--ah_text);background:var(--ah_surface2)}
/* RESPONSIVE */
@media(max-width:768px){
  .ah-nav{display:none}.ah-mast__ctas{display:none}
  .ah-menu-btn{display:flex}
  .ah-hero__logo img{width:175px}
  .ah-footer__logo{height:64px}
  .ah-imgrid{grid-template-columns:1fr}
  .ah-article{grid-template-columns:1fr}.ah-article__rail{display:none}
  .ah-grid--3{grid-template-columns:1fr}.ah-grid--2{grid-template-columns:1fr}
  .ah-reviews{grid-template-columns:1fr}.ah-footer__grid{gap:20px;grid-template-columns:1fr}
  .ah-hero__actions{flex-direction:column}.ah-ctasection{padding:28px 20px}
  .ah-score-grid{grid-template-columns:1fr}
}
@media(min-width:769px) and (max-width:1024px){
  .ah-article{grid-template-columns:1fr}.ah-article__rail{display:block;position:static}
  .ah-grid--3{grid-template-columns:repeat(2,1fr)}.ah-reviews{grid-template-columns:repeat(2,1fr)}
}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){position:relative;overflow:visible;z-index:1}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{min-width:0;max-width:100%}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){align-items:start !important;display:grid !important;grid-template-columns:1fr !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){display:flex;text-align:left;gap:10px;flex-direction:column;align-items:flex-start}
  :where([class*='footer__brand']){clear:both;margin-bottom:12px;max-height:110px;float:none !important;max-width:110px}
}
