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