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