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