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