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