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