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