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