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