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