/* Focused refinements to the original DREANZ design. */
html[data-theme=dark] .features-title{color:#fff}
.hero-rating-copy{display:inline-flex;align-items:center;gap:4px}
.hero-whop-brand{display:inline-flex;align-items:center;background:#fa4616;border-radius:4px;padding:5px 7px;margin-left:3px}
.hero-whop-brand img{display:block;width:53px;height:auto}
.hero-badge{gap:10px;padding-right:13px}
.member-highlight{position:relative;isolation:isolate;display:inline-flex;align-items:center;overflow:hidden;border-radius:100px;border:1px solid #b69aff45;background:#ae83ff12;color:#d4baff;font-size:13px;line-height:1.5;padding:7px 14px;white-space:nowrap}
.member-highlight::after{content:"";position:absolute;z-index:-1;inset:-30% auto -30% -65%;width:55%;background:linear-gradient(100deg,transparent,#e1ccff3d,transparent);transform:translateX(0) skewX(-20deg);pointer-events:none;animation:memberSheen 5.8s ease-in-out infinite;animation-play-state:paused}
.highlight-active::after{animation-play-state:running}
.primary-cta{gap:13px}
.closing>.closing-members{margin:0 auto 23px;font-size:14px}
.closing h2{margin-top:0}
@keyframes memberSheen{0%,12%{transform:translateX(0) skewX(-20deg)}48%,100%{transform:translateX(350%) skewX(-20deg)}}
.member-rating-value{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.rating-star{color:var(--accent);font-size:.8em}
.review-all{text-align:center;margin-top:20px}
.review-all[hidden]{display:none}
.review-all .button{font-size:14px}
.academy-heading h2{max-width:850px}
.academy-heading h2>span{display:inline-block;max-width:800px}
.course-nav>span{font-size:15px}
.pricing-heading h2{margin-bottom:0}
.price-card.term-plan{border-color:#a27aff66}
.plan-savings-label{left:50%;right:auto;top:0;transform:translate(-50%,-50%);display:flex;align-items:center;gap:11px;padding:10px 17px;background:#8e5bff;color:#fff;border:1px solid #b593ff;border-radius:100px;box-shadow:0 5px 25px #8e5bff25;white-space:nowrap;font-size:13px}
.plan-savings-label strong{font-weight:650}
.plan-savings-label span{padding-left:11px;border-left:1px solid #ffffff50;color:#f0e7ff}
.price-card .savings{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin-top:26px;padding:15px 12px;border:1px solid #a27aff40;border-radius:12px;background:#a27aff15;color:#cdb1ff;text-align:center;font-size:12px}
.savings>b{font-size:16px;font-weight:600}
.savings>span{color:#c9bddb}
.founder-summary h2{font-size:clamp(33px,3.3vw,46px);line-height:1.2}
.founder-summary h2>span{font-size:.8em;line-height:1.3;margin-top:18px}
.milestone-text h3{font-size:clamp(21px,2.1vw,26px);overflow-wrap:normal}

/* Color belongs to the three existing metrics; no extra moving media. */
.proof-section .proof-grid{padding:0;gap:18px;grid-template-columns:1.4fr 1fr 1fr;background:none;border:0;border-radius:0}
.proof-section .proof-metric{--metric-color:#c5a6ff;--metric-glow:#965bff28;position:relative;isolation:isolate;overflow:hidden;padding:34px 27px;border:1px solid #a27aff30;border-radius:20px;background:radial-gradient(ellipse at 15% 0,var(--metric-glow),transparent 80%),var(--surface);box-shadow:inset 0 1px #ffffff08}
.proof-section .proof-metric:nth-child(2){--metric-color:#94d9ff;--metric-glow:#429fff23;border-color:#86cfff28}
.proof-section .proof-metric:nth-child(3){--metric-color:#ffd0a2;--metric-glow:#ffab6020;border-color:#f3bb8728}
.proof-metric::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,transparent 20%,var(--metric-glow) 48%,transparent 76%);transform:translateX(-110%);opacity:0;pointer-events:none}
.proof-metric::after{content:"";position:absolute;left:27px;bottom:0;width:52px;height:2px;background:var(--metric-color);transform-origin:left}
.proof-section .proof-metric strong{font-size:clamp(28px,3.05vw,42px);letter-spacing:-1.4px;color:var(--metric-color);line-height:1.16}
.proof-section .proof-metric p{font-size:13px;line-height:1.6;margin-top:18px;color:var(--muted)}
.proof-section .proof-unit{color:var(--metric-color)}
.proof-section .proof-prefix{color:var(--metric-color);opacity:.75;font-size:16px}
.proof-digits{align-items:baseline;font-variant-numeric:tabular-nums}
.proof-section .proof-digit{position:relative;height:1.16em;line-height:1.16;overflow:hidden;vertical-align:bottom}
.proof-digit-final{display:inline-block}
.proof-reel{position:absolute;inset:0 auto auto 0;display:flex;flex-direction:column;transform:translateY(calc(var(--roll-steps) * -1.16em))}
.proof-reel>span{display:block;height:1.16em;line-height:1.16;flex-shrink:0}
.js-motion .proof-section .proof-digit{opacity:1;transform:none;animation:none}
.js-motion .proof-digit-final{visibility:hidden}
.js-motion .proof-visible .proof-reel{animation:proofRoll 1.9s cubic-bezier(.2,.65,.15,1) both;animation-delay:calc(var(--digit)*.06s + var(--metric)*.2s);animation-play-state:paused}
.js-motion .proof-visible .proof-metric::before{animation:proofSweep 2.5s ease both;animation-delay:calc(var(--metric)*.22s);animation-play-state:paused}
.js-motion .proof-visible .proof-metric::after{animation:proofAccent 2s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--metric)*.2s);animation-play-state:paused}
.js-motion .proof-active .proof-reel,.js-motion .proof-active .proof-metric::before,.js-motion .proof-active .proof-metric::after{animation-play-state:running}
@keyframes proofRoll{from{transform:translateY(0)}to{transform:translateY(calc(var(--roll-steps) * -1.16em))}}
@keyframes proofSweep{0%{opacity:0;transform:translateX(-110%)}25%{opacity:1}80%{opacity:1}100%{opacity:0;transform:translateX(110%)}}
@keyframes proofAccent{from{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}
.motion-paused .member-highlight::after,.motion-paused .proof-section .proof-reel,.motion-paused .proof-section .proof-metric::before,.motion-paused .proof-section .proof-metric::after{animation-play-state:paused}
html[data-theme=light] .member-highlight{color:#7042b7;background:#f0e7ff;border-color:#b899df70}
html[data-theme=light] .member-highlight::after{background:linear-gradient(100deg,transparent,#b581ff45,transparent)}
html[data-theme=light] .plan-savings-label{background:#8147e9;color:#fff}
html[data-theme=light] .price-card .savings{background:#eee5ff;color:#7141c6;border-color:#b796e7}
html[data-theme=light] .savings>span{color:#775d97}
html[data-theme=light] .proof-metric{--metric-color:#7542c9;--metric-glow:#9660ef1a;border-color:#aa80db55}
html[data-theme=light] .proof-metric:nth-child(2){--metric-color:#176b9f;--metric-glow:#55b4ff18;border-color:#5aacc455}
html[data-theme=light] .proof-metric:nth-child(3){--metric-color:#a75b1c;--metric-glow:#ffa45f1a;border-color:#d99a6055}
@media(max-width:1100px){.proof-section .proof-metric{padding:30px 23px}.proof-section .proof-metric strong{font-size:30px}.proof-section .proof-metric p{font-size:12px}.milestone-text{gap:17px}}
@media(max-width:900px){.proof-section .proof-grid{grid-template-columns:1fr 1fr;gap:16px}.proof-section .proof-revenue{grid-column:1/-1}.proof-section .proof-revenue strong{font-size:42px}.proof-section .proof-metric{padding:28px!important}.price-card.term-plan{margin-top:12px}}
@media(max-width:560px){.hero-badge{gap:8px}.hero-whop-brand{padding:4px 6px}.hero-whop-brand img{width:48px}.member-highlight{font-size:12px}.proof-section .proof-grid{gap:12px}.proof-section .proof-metric{padding:24px 18px!important;border-radius:16px}.proof-section .proof-metric strong{font-size:29px;letter-spacing:-1px}.proof-section .proof-revenue strong{font-size:39px}.proof-section .proof-metric p{font-size:12px;min-height:38px;margin-top:12px}.proof-section .proof-revenue p{min-height:0}.proof-section .proof-prefix{font-size:12px;margin-right:6px}.proof-metric::after{left:18px}.course-nav>span{font-size:13px}.founder-summary h2{font-size:35px}.milestone-text{gap:17px}.milestone-text h3{font-size:22px}.closing>.closing-members{font-size:13px;margin-bottom:20px}}
@media(max-width:380px){.proof-section .proof-metric{padding:22px 14px!important}.proof-section .proof-metric strong{font-size:26px}.proof-section .proof-revenue strong{font-size:35px}.proof-section .proof-prefix{font-size:11px;margin-right:5px}.plan-savings-label{font-size:12px;padding:9px 13px;gap:9px}.course-nav>span{max-width:160px}}
@media(prefers-reduced-motion:reduce){.member-highlight::after{display:none}.js-motion .proof-section .proof-reel,.js-motion .proof-section .proof-metric::before,.js-motion .proof-section .proof-metric::after{animation:none}.proof-reel{display:none}.js-motion .proof-digit-final{visibility:visible}}

/* Compact sections, eight swipeable reviews and the complete Sniper offer. */
.steps-cta{text-align:center;margin-top:30px}
.steps-cta .button{min-width:210px;justify-content:space-between}
.bot-plan{border-color:#a27aff55}
.bot-best-price{padding:10px 21px}
.milestone-visual{position:relative}
.milestone-year{position:absolute;z-index:1;left:20px;top:20px;padding:8px 16px;border-radius:9px;background:#181020ed;border:1px solid #b18afc70;color:#c8a8ff;font-size:15px;font-weight:600;line-height:1.4;box-shadow:0 4px 16px #0003}
.milestone-text{display:block}
.milestone-text h3{margin-top:0}
.reviews-section{padding-top:55px;padding-bottom:60px}
.reviews-section .reviews-heading{padding-top:0;padding-bottom:10px}
.reviews-section .member-review-summary{margin-bottom:20px}
.reviews-section .review-gallery{position:relative}
.review-gallery .review-slider{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding:3px;overscroll-behavior-x:contain;padding:10px 3px 18px;perspective:none;align-items:stretch;scrollbar-width:thin;scrollbar-color:#9d73e255 transparent}
.review-slider:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:10px}
.review-slider .review-tile{flex:0 0 calc((100% - 60px)/4);min-height:258px;padding:23px 21px;transform:none;animation:none;scroll-snap-align:start;scroll-snap-stop:normal;box-shadow:none}
.review-slider .review-tile:hover,.review-slider .review-tile:focus-visible{transform:none;box-shadow:inset 0 0 0 1px #a27aff30}
.review-slider .tile-comment{font-size:14px;line-height:1.65;-webkit-line-clamp:5;margin-top:20px;margin-bottom:22px}
.review-slider .tile-stars{font-size:15px}
.review-slider .tile-person b{font-size:12px;max-width:145px}
.review-slider .tile-person small{font-size:11px}
.review-arrows{display:flex;justify-content:center;gap:10px;margin-top:15px}
.review-arrows[hidden]{display:none}
.review-arrows .icon-button{width:42px;height:42px;border-color:#a27aff55;color:var(--accent)}
.review-arrows .icon-button:disabled{opacity:.28;cursor:default}
.review-all{margin-top:17px}
.faq{display:block;padding-top:60px;padding-bottom:60px}
.faq-heading{text-align:center;margin-bottom:40px}
.faq-columns{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.faq-columns .faq-list{min-width:0}
.faq-columns summary{gap:15px;font-size:16px;line-height:1.5;min-height:86px;align-items:center}
.faq-columns summary>svg{flex-shrink:0}
.faq-columns .faq-list p{font-size:15px}
.closing.section{padding-top:48px;padding-bottom:48px}
body:not(.legal-page)>footer.site-footer{padding-top:20px;padding-bottom:20px}
body:not(.legal-page) .site-footer .footer-bottom{border-top:0;padding-top:0}
@media(max-width:1100px){.review-slider .review-tile{flex-basis:calc((100% - 40px)/3)}.faq-columns{gap:32px}}
@media(max-width:900px){.review-slider .review-tile{flex-basis:calc((100% - 20px)/2)}.milestone-text{display:block}.milestone-text h3{margin-top:0}.bot-plan{margin-top:10px}}
@media(max-width:640px){.review-gallery .review-slider{gap:15px}.review-slider .review-tile{flex-basis:86%;min-height:250px;padding:23px}.reviews-section{padding-top:40px;padding-bottom:40px}.reviews-section .review-gallery{padding-top:0}.reviews-section .member-review-summary{margin-bottom:20px}.review-arrows{margin-top:12px}.review-all .button{font-size:13px;padding:13px 18px}.milestone-year{left:15px;top:15px;font-size:14px;padding:7px 14px}.steps-cta{margin-top:24px}.faq{padding-top:40px;padding-bottom:40px}.faq-heading{margin-bottom:28px}.faq-columns{grid-template-columns:1fr;gap:0}.faq-columns .faq-list:nth-child(2)>details:first-child{border-top:0}.faq-columns summary{font-size:15px;min-height:76px}.closing.section{padding-top:35px;padding-bottom:35px}.closing .button{margin-top:22px}}

/* High-resolution original founder photographs, with responsive delivery. */
.milestone-portrait{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 56%}
.milestone-portrait.founder-audi{object-position:50% 58%}
