:root{
  --bg:#1a1a1a;
  --bg2:#0a0a0a;
  --card:#262626;
  --card2:#202020;
  --muted:#b3b3b3;
  --white:#f5f5f5;
  --gold:#ffa500;
  --gold2:#ffd700;
  --red:#ef4444;
  --green:#22c55e;
  --border:rgba(255,255,255,.08);
  --shadow:0 24px 80px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--white);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font-family:inherit}
.container{width:min(1200px,calc(100% - 32px));margin:0 auto}
.narrow{width:min(980px,calc(100% - 32px))}
.section-bg{position:relative;background:var(--bg)}
.section-card{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.border-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:60;
  background:rgba(26,26,26,.62);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06);
  transition:.25s ease;
}
.site-header.scrolled{background:rgba(26,26,26,.94);box-shadow:0 12px 30px rgba(0,0,0,.35)}
.header-nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.logo-glow{position:relative;width:50px;height:50px;display:grid;place-items:center}
.logo-glow:before{content:"";position:absolute;inset:5px;border-radius:50%;background:rgba(255,165,0,.25);filter:blur(10px)}
.brand-logo{position:relative;width:46px;height:46px;border-radius:50%;object-fit:cover;border:3px solid var(--gold);box-shadow:0 0 20px rgba(255,165,0,.45)}
.brand-text{display:flex;flex-direction:column;line-height:1.05;letter-spacing:.03em}
.brand-text strong{font-size:18px;font-weight:900}.brand-text small{font-size:12px;color:var(--gold);text-transform:uppercase;font-weight:800;letter-spacing:.14em;margin-top:4px}
.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{color:rgba(255,255,255,.8);font-weight:700;font-size:15px;position:relative}.nav-links a:hover{color:var(--gold)}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:right;transition:.25s}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}
.header-cta{display:flex;align-items:center;gap:16px}.header-price{text-align:right}.header-price span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.header-price strong{font-size:20px}.menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:32px;cursor:pointer;min-width:44px;min-height:44px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font-weight:900;border:1px solid transparent;cursor:pointer;transition:.25s ease;min-height:48px;padding:13px 24px;position:relative;overflow:hidden;text-align:center}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(90deg,var(--gold),var(--gold2));color:#171717;box-shadow:0 12px 28px rgba(255,165,0,.25)}.btn-gold:before{content:"";position:absolute;inset:0 auto 0 -120%;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:skewX(-20deg);transition:.55s}.btn-gold:hover:before{left:120%}.btn-outline{border-color:rgba(255,255,255,.15);color:#fff;background:transparent}.btn-outline:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.05)}.btn-large{min-height:64px;padding:18px 30px;font-size:18px}.btn-checkout{width:100%;min-height:76px;font-size:22px;border-radius:20px}
.hero{min-height:100vh;display:flex;align-items:center;padding:132px 0 80px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;position:relative;z-index:3}.hero-glow{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none}.hero-glow-left{top:-20%;left:-10%;width:70%;height:70%;background:rgba(255,165,0,.12)}.hero-glow-right{bottom:-20%;right:-12%;width:60%;height:60%;background:rgba(255,165,0,.07)}.grid-texture{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;opacity:.45;pointer-events:none}.pill{display:inline-flex;align-items:center;gap:9px;background:rgba(255,165,0,.1);border:1px solid rgba(255,165,0,.35);color:var(--gold);border-radius:999px;padding:8px 16px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;box-shadow:0 0 18px rgba(255,165,0,.13)}.pill span{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(255,165,0,.12)}.pill.centered{margin:auto auto 24px}.hero h1{font-size:clamp(44px,6vw,82px);line-height:1.04;margin:28px 0 22px;letter-spacing:-.045em}.hero h1 span,.gold-text{background:linear-gradient(90deg,var(--gold),var(--gold2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero h1 span{display:inline-block;position:relative}.hero h1 span:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:8px;border-radius:99px;background:rgba(255,165,0,.28)}.hero-subtitle{font-size:clamp(19px,2.1vw,26px);color:rgba(255,255,255,.82);line-height:1.45;border-left:4px solid var(--gold);padding-left:20px;margin:0 0 30px;font-weight:600}.hero-list{margin-bottom:34px}.price-card{background:rgba(38,38,38,.62);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:26px;margin-bottom:32px;box-shadow:var(--shadow);position:relative;overflow:hidden}.price-card:after{content:"";position:absolute;right:-40px;top:-40px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,165,0,.18),transparent 68%)}.old-price-row{display:flex;align-items:center;gap:14px;margin-bottom:8px}.old-price{font-size:26px;color:var(--muted);font-weight:900;text-decoration:line-through;text-decoration-color:rgba(255,165,0,.65)}.save-badge{font-size:13px;color:var(--gold);background:rgba(255,165,0,.16);border:1px solid rgba(255,165,0,.28);padding:6px 12px;border-radius:999px;font-weight:900}.new-price{font-size:54px;font-weight:950}.new-price small{font-size:18px;color:var(--muted);font-weight:600}.offer-note{font-size:14px;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.profile-wrap{width:min(420px,78vw);height:min(420px,78vw);position:relative;margin:auto}.ring{position:absolute;border-radius:50%;pointer-events:none}.ring-one{inset:-12%;border:1px solid rgba(255,165,0,.22);animation:pulseGold 3s infinite}.ring-two{inset:-6%;border:2px solid rgba(255,165,0,.38)}.profile-circle{position:absolute;inset:0;border-radius:50%;border:5px solid var(--gold);padding:5px;background:var(--bg);overflow:hidden;box-shadow:0 0 48px rgba(255,165,0,.35)}.mentor-img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:50%}.profile-badge{position:absolute;left:50%;bottom:-28px;transform:translateX(-50%);background:rgba(26,26,26,.96);backdrop-filter:blur(15px);border:1px solid var(--gold);border-radius:999px;padding:12px 25px;text-align:center;white-space:nowrap;box-shadow:var(--shadow);z-index:3}.profile-badge strong{display:block}.profile-badge span{color:var(--gold);font-size:13px;font-weight:800}.trust-card{position:absolute;left:-44px;top:24%;background:rgba(38,38,38,.96);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:15px;display:flex;gap:12px;align-items:center;box-shadow:var(--shadow);animation:float 6s ease-in-out infinite;z-index:4}.avatars{display:flex;margin-left:8px}.avatars span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;margin-left:-8px;border:2px solid var(--card);font-size:10px;font-weight:900;color:#fff}.avatars span:nth-child(1){background:#3b82f6}.avatars span:nth-child(2){background:#ef4444}.avatars span:nth-child(3){background:#22c55e}.avatars span:nth-child(4){background:var(--gold);color:#111}.stars{color:var(--gold);letter-spacing:1px;font-size:12px}.trust-card strong{font-size:12px}.section-heading{text-align:center;margin-bottom:60px}.section-heading.compact{margin-bottom:42px}.section-heading h2{font-size:clamp(30px,4.6vw,56px);line-height:1.1;margin:0 0 18px;font-weight:950;letter-spacing:-.035em}.section-heading p{color:var(--muted);font-size:clamp(16px,1.5vw,20px);max-width:720px;margin:0 auto;line-height:1.6}.red{color:var(--red)}.mistakes,.mentor{padding:92px 0}.highlights,.setup,.comparison,.faq{padding:82px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px}.glass-card{border-radius:30px;padding:36px;position:relative;overflow:hidden}.glass-card h3{font-size:26px;margin:0 0 28px;display:flex;align-items:center;gap:12px}.danger-card{background:rgba(239,68,68,.09);border:1px solid rgba(239,68,68,.22)}.success-card{background:rgba(255,165,0,.09);border:1px solid rgba(255,165,0,.25);box-shadow:0 0 35px rgba(255,165,0,.08)}.icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:900}.icon.danger{background:rgba(239,68,68,.18);color:var(--red)}.icon.success{background:rgba(255,165,0,.18);color:var(--gold)}.tick-list,.cross-list{list-style:none;padding:0;margin:0;display:grid;gap:18px}.tick-list li,.cross-list li{position:relative;padding-left:34px;color:rgba(255,255,255,.84);font-size:17px;line-height:1.45;font-weight:650}.tick-list li:before,.cross-list li:before{position:absolute;left:0;top:0;font-weight:950}.tick-list li:before{content:"✓";color:var(--gold)}.cross-list li:before{content:"✕";color:var(--red)}.tick-list.small{gap:12px}.tick-list.small li{font-size:15px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:rgba(38,38,38,.52);border:1px solid rgba(255,255,255,.07);border-radius:22px;padding:30px;min-height:194px;transition:.25s}.feature-card:hover{border-color:rgba(255,165,0,.4);background:rgba(38,38,38,.9);transform:translateY(-3px)}.feature-card span{display:inline-grid;place-items:center;color:var(--gold);font-size:26px;margin-bottom:18px}.feature-card h3,.mini-card h3{margin:0 0 9px;font-size:21px}.feature-card p,.mini-card p{color:var(--muted);line-height:1.6;margin:0}.setup-box{background:var(--card);border:1px solid rgba(255,165,0,.28);border-radius:30px;padding:42px;box-shadow:var(--shadow);position:relative;overflow:hidden}.setup-box:after{content:"";position:absolute;right:-70px;top:-70px;width:260px;height:260px;border-radius:50%;background:rgba(255,165,0,.1);filter:blur(55px)}.setup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative;z-index:2}.mini-card{background:rgba(26,26,26,.78);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:24px}.mini-card span{font-size:30px;color:var(--gold);display:block;margin-bottom:14px}.compare-table{border:1px solid rgba(255,255,255,.1);border-radius:22px;overflow:hidden;background:var(--bg)}.compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid rgba(255,255,255,.06)}.compare-row:last-child{border-bottom:0}.compare-row>div{padding:23px;font-size:18px;font-weight:750}.compare-row>div:nth-child(2){text-align:center;color:var(--muted)}.compare-row>div:nth-child(3){text-align:center;background:rgba(255,165,0,.05);color:#fff;border-left:1px solid rgba(255,165,0,.12);border-right:1px solid rgba(255,165,0,.12);font-weight:900}.compare-head>div{background:rgba(38,38,38,.55);font-size:20px;color:#fff}.compare-head>div:nth-child(3){color:var(--gold);border-bottom:2px solid var(--gold)}.strike{text-decoration:line-through;text-decoration-color:rgba(239,68,68,.65)}.mentor-card{max-width:760px;margin:auto;background:var(--bg);border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:42px;display:flex;align-items:center;gap:34px;box-shadow:var(--shadow)}.mentor-photo-wrap{width:190px;height:190px;flex:0 0 190px;border-radius:50%;padding:5px;background:linear-gradient(135deg,var(--gold),rgba(255,165,0,.12));box-shadow:0 0 28px rgba(255,165,0,.28)}.mentor-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:50%;border:4px solid var(--bg)}.mentor-info h3{font-size:30px;margin:0 0 6px}.mentor-title{color:var(--gold)!important;font-weight:800;margin-bottom:18px!important}.mentor-info p{color:var(--muted);line-height:1.65}.faq-container{max-width:760px}.faq-list{display:grid;gap:14px}.faq-list details{background:var(--bg);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:0 22px}.faq-list details:hover{border-color:rgba(255,165,0,.3)}.faq-list summary{cursor:pointer;font-size:18px;font-weight:900;padding:20px 0}.faq-list p{color:var(--muted);line-height:1.65;margin:0 0 20px}.final-cta{padding:96px 0 116px;overflow:hidden}.final-glow{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,165,0,.13),transparent 56%)}.cta-container{max-width:780px;text-align:center;position:relative;z-index:2}.cta-container h2{font-size:clamp(34px,5.6vw,66px);line-height:1.08;margin:0 0 20px;letter-spacing:-.04em}.cta-container>p{font-size:clamp(17px,2vw,25px);color:var(--muted);line-height:1.5;margin:0 0 32px}.urgency-box{background:linear-gradient(90deg,rgba(255,165,0,.18),rgba(255,165,0,.08),rgba(255,165,0,.18));border:1px solid rgba(255,165,0,.35);border-radius:22px;padding:24px;margin-bottom:28px;box-shadow:0 0 32px rgba(255,165,0,.12)}.urgency-title{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);font-weight:900;font-size:14px;margin-bottom:16px}.timer{display:flex;justify-content:center;gap:18px}.timer div{display:grid;gap:8px}.timer strong{display:grid;place-items:center;width:78px;height:78px;background:rgba(26,26,26,.82);border:1px solid rgba(255,165,0,.45);border-radius:14px;font-size:38px}.timer span{font-size:13px;color:var(--gold);font-weight:800}.checkout-card{background:var(--card);border:2px solid var(--gold);border-radius:30px;padding:38px;box-shadow:0 0 55px rgba(255,165,0,.14)}.checkout-card h3{text-transform:uppercase;letter-spacing:.08em;font-size:24px;margin:0 0 26px}.checkout-price{display:flex;justify-content:center;gap:42px;align-items:center;margin-bottom:28px}.checkout-price>div:first-child{border-right:1px solid rgba(255,255,255,.12);padding-right:42px}.checkout-price span{display:block;color:var(--muted);font-size:17px;margin-bottom:6px}.checkout-price strong{font-size:58px;font-weight:950}.checkout-price .strike-price{font-size:34px;color:rgba(255,255,255,.48);text-decoration:line-through}.checkout-card small{display:block;margin-top:18px;color:var(--muted);font-weight:800}.limited{margin-top:22px!important;color:var(--gold)!important;font-size:17px!important;font-weight:900;animation:flash 2s infinite}.site-footer{background:var(--bg2);border-top:1px solid rgba(255,255,255,.1);padding:64px 0 120px;position:relative}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1.1fr;gap:50px;margin-bottom:42px}.footer-brand-row{margin-bottom:22px}.footer-brand p{color:var(--muted);line-height:1.65;max-width:480px}.email-link{display:inline-flex;margin-top:8px;color:#fff;font-weight:800}.email-link:hover{color:var(--gold)}.site-footer h4{font-size:19px;margin:0 0 22px}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:12px}.footer-links a,.policy-links a{color:var(--muted);font-weight:700}.footer-links a:hover,.policy-links a:hover{color:var(--gold)}.footer-links a:before{content:"•";color:var(--gold);margin-right:9px}.policy-links{display:flex;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.25)}.risk-box{background:var(--card);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:20px;color:var(--muted);font-size:13px;line-height:1.65}.risk-box strong{color:#fff}.bottom-bar{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted);font-size:14px}.ssl-badge{background:rgba(255,165,0,.12);border:1px solid rgba(255,165,0,.22);border-radius:999px;color:var(--gold);font-weight:900;padding:10px 16px}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:70;background:rgba(26,26,26,.96);backdrop-filter:blur(18px);border-top:2px solid rgba(255,165,0,.5);box-shadow:0 -12px 46px rgba(0,0,0,.45);transform:translateY(110%);transition:.35s}.sticky-cta.show{transform:translateY(0)}.sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.sticky-close{position:absolute;right:18px;top:8px;background:transparent;border:0;color:var(--muted);font-size:28px;cursor:pointer;min-width:44px;min-height:44px}.sticky-copy{display:flex;align-items:center;gap:14px}.sticky-copy strong{font-size:20px}.sticky-copy small{display:block;color:var(--gold);font-weight:800;animation:flash 2s infinite}.sticky-icon{width:48px;height:48px;border-radius:50%;background:rgba(255,165,0,.18);display:grid;place-items:center;font-size:24px}.sticky-price{text-align:right}.sticky-price span{display:block;color:var(--muted);text-decoration:line-through}.sticky-price strong{font-size:26px}.fade-up{animation:fadeUp .8s both}.delay-2{animation-delay:.18s}
@keyframes fadeUp{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes pulseGold{0%,100%{box-shadow:0 0 0 0 rgba(255,165,0,.4)}50%{box-shadow:0 0 24px 8px rgba(255,165,0,.08)}}
@keyframes flash{0%,100%{opacity:1}50%{opacity:.68}}
@media (max-width: 1020px){.hero-grid{grid-template-columns:1fr;gap:58px}.hero-content{max-width:760px}.cards-grid,.setup-grid{grid-template-columns:repeat(2,1fr)}.trust-card{left:0}.footer-grid{grid-template-columns:1fr 1fr}.compare-row>div{font-size:16px;padding:18px}.compare-head>div{font-size:17px}.header-cta{display:none}.nav-links{gap:24px}}
@media (max-width: 760px){.container{width:min(100% - 28px,1200px)}.header-nav{min-height:70px}.brand-text strong{font-size:15px}.brand-text small{font-size:10px}.menu-toggle{display:block}.nav-links{position:absolute;left:14px;right:14px;top:78px;display:none;flex-direction:column;align-items:stretch;gap:0;background:rgba(26,26,26,.98);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:12px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{padding:14px 12px;font-size:17px}.hero{padding:105px 0 72px}.hero h1{font-size:46px}.hero-actions .btn{width:100%}.profile-wrap{width:min(330px,82vw);height:min(330px,82vw)}.profile-badge{padding:10px 18px}.profile-badge span{font-size:12px}.trust-card{display:none}.two-col,.cards-grid,.setup-grid{grid-template-columns:1fr}.glass-card,.setup-box,.checkout-card,.mentor-card{padding:26px}.compare-table{border:0;background:transparent}.compare-row,.compare-head{grid-template-columns:1fr;border:1px solid rgba(255,255,255,.08);border-radius:18px;margin-bottom:14px;overflow:hidden;background:var(--bg)}.compare-head{display:none}.compare-row>div{text-align:left!important}.compare-row>div:nth-child(3){text-align:left!important;border:0}.mentor-card{flex-direction:column;text-align:center}.mentor-photo-wrap{width:165px;height:165px;flex-basis:165px}.timer{gap:8px}.timer strong{width:62px;height:62px;font-size:29px}.checkout-price{flex-direction:column;gap:18px}.checkout-price>div:first-child{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:0 0 18px}.checkout-price strong{font-size:46px}.footer-grid{grid-template-columns:1fr;gap:34px}.bottom-bar{flex-direction:column;text-align:center}.sticky-inner{flex-direction:column;padding:18px 0 20px}.sticky-price{display:none}.sticky-copy{text-align:center}.sticky-copy .sticky-icon{display:none}.sticky-inner .btn{width:100%}.site-footer{padding-bottom:180px}}
@media (max-width:420px){.hero h1{font-size:40px}.new-price{font-size:46px}.logo-glow{width:44px;height:44px}.brand-logo{width:41px;height:41px}.brand-text{display:none}.timer strong{width:56px;height:56px;font-size:26px}.timer{gap:6px}.section-heading{margin-bottom:42px}}


/* Conversion copy update: better hero spacing without changing the theme */
.hero{padding:155px 0 105px!important;}
.hero-grid{gap:92px!important;}
.hero-content{padding:22px 0 26px;}
.hero h1{margin:34px 0 28px!important;max-width:900px;}
.hero-subtitle{margin:0 0 36px!important;max-width:760px;}
.hero-list{margin-bottom:40px!important;}
.price-card{margin:0 0 38px!important;padding:30px!important;max-width:620px;}
.hero-actions{gap:20px!important;margin-top:4px;}
.trust-card strong{font-size:13px;}
.feature-card{min-height:218px;}
@media (max-width:1020px){.hero{padding:128px 0 92px!important}.hero-grid{gap:70px!important}.hero-content{padding:0}.hero h1{max-width:780px}}
@media (max-width:760px){.hero{padding:118px 0 82px!important}.hero h1{font-size:42px!important;margin:28px 0 22px!important}.hero-subtitle{padding-left:16px;margin-bottom:30px!important}.hero-list{margin-bottom:32px!important}.price-card{padding:24px!important;margin-bottom:30px!important}.hero-actions{gap:14px!important}.feature-card{min-height:auto}}
@media (max-width:420px){.hero h1{font-size:36px!important;line-height:1.08}.pill{font-size:10px;line-height:1.35}.hero-subtitle{font-size:18px}.new-price{font-size:42px!important}}


/* Hero visual update: remove mentor image and keep design theme */
.signal-wrap{width:min(470px,88vw);height:min(470px,88vw);position:relative;margin:auto;display:grid;place-items:center;}
.signal-board{position:relative;width:100%;min-height:420px;border-radius:36px;padding:38px 34px;background:linear-gradient(180deg,rgba(24,24,24,.96),rgba(32,32,32,.92));border:1px solid rgba(255,165,0,.28);box-shadow:0 0 42px rgba(255,165,0,.12),var(--shadow);overflow:hidden;}
.signal-board:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 10%,rgba(255,165,0,.15),transparent 45%),repeating-radial-gradient(circle at center,rgba(255,165,0,.08) 0 2px,transparent 2px 26px);opacity:.65;pointer-events:none;}
.signal-topline{position:relative;z-index:2;display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,165,0,.1);border:1px solid rgba(255,165,0,.25);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);}
.signal-big{position:relative;z-index:2;font-size:clamp(42px,5vw,62px);line-height:1.04;font-weight:950;letter-spacing:-.04em;margin:18px 0 12px;background:linear-gradient(90deg,var(--gold),var(--gold2));-webkit-background-clip:text;background-clip:text;color:transparent;}
.signal-sub{position:relative;z-index:2;color:rgba(255,255,255,.82);font-size:18px;line-height:1.55;max-width:380px;margin-bottom:26px;font-weight:600;}
.signal-metrics{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;}
.metric-box{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px 12px;min-height:112px;}
.metric-box strong{display:block;font-size:20px;color:#fff;margin-bottom:8px;}
.metric-box span{display:block;color:var(--muted);font-size:14px;line-height:1.45;font-weight:700;}
.floating-chip{position:absolute;z-index:3;background:rgba(26,26,26,.96);border:1px solid rgba(255,165,0,.28);color:var(--gold);font-weight:900;box-shadow:var(--shadow);}
.chip-top{top:30px;right:-24px;padding:12px 16px;border-radius:999px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;}
.chip-right{right:-28px;bottom:88px;width:180px;padding:16px 14px;border-radius:20px;font-size:14px;line-height:1.4;color:#fff;}
.floating-stat{position:absolute;left:-28px;bottom:34px;z-index:3;background:rgba(38,38,38,.97);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:16px 18px;box-shadow:var(--shadow);max-width:230px;}
.floating-stat strong{display:block;font-size:15px;margin:4px 0 4px;}
.floating-stat span{display:block;color:var(--muted);font-size:13px;line-height:1.45;font-weight:700;}
.hero-list strong{color:#fff;}
@media (max-width:1020px){.signal-wrap{width:min(560px,92vw);height:auto}.signal-board{min-height:auto}.floating-stat{left:0}.chip-top{right:10px}.chip-right{right:0;bottom:70px}}
@media (max-width:760px){.signal-wrap{width:min(100%,420px)}.signal-board{padding:28px 22px;border-radius:28px}.signal-big{font-size:40px}.signal-sub{font-size:17px;max-width:none}.signal-metrics{grid-template-columns:1fr;gap:10px}.metric-box{min-height:auto}.floating-stat,.chip-right{position:relative;left:auto;right:auto;bottom:auto;top:auto;max-width:none;width:auto;margin-top:14px}.chip-top{position:relative;right:auto;top:auto;display:inline-flex;margin:14px 0 0 auto}.signal-wrap{display:block}.ring-one,.ring-two{display:none}}


/* Hero refinement v3 */
.hero-grid{align-items:start!important;gap:56px!important;}
.hero-content{padding-top:8px!important;max-width:620px;}
.hero h1{max-width:720px;font-size:clamp(44px,5.4vw,74px)!important;line-height:1.06!important;}
.hero-subtitle{max-width:620px;font-size:clamp(18px,1.8vw,22px)!important;line-height:1.5!important;margin-bottom:24px!important;}
.compact-hero-list{gap:10px!important;margin-bottom:24px!important;max-width:560px;}
.compact-hero-list li{font-size:16px!important;line-height:1.4!important;padding-left:28px!important;}
.price-card{margin-bottom:26px!important;max-width:560px!important;}
.signal-wrap{width:min(420px,82vw)!important;height:auto!important;align-self:start!important;margin-top:18px!important;}
.signal-board{min-height:auto!important;padding:26px 24px!important;border-radius:28px!important;}
.signal-big{font-size:clamp(38px,4.6vw,56px)!important;margin:14px 0 10px!important;}
.signal-sub{font-size:16px!important;line-height:1.45!important;max-width:none!important;margin-bottom:18px!important;}
.signal-metrics{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;}
.metric-box{min-height:auto!important;padding:14px 12px!important;}
.metric-box strong{font-size:18px!important;}
.metric-box span{font-size:13px!important;}
.chip-top{top:14px!important;right:-10px!important;}
.chip-right{right:-12px!important;bottom:18px!important;width:160px!important;padding:12px 12px!important;font-size:13px!important;}
.floating-stat{left:-16px!important;bottom:18px!important;max-width:200px!important;padding:14px 14px!important;}
.floating-stat strong{font-size:14px!important;}
.floating-stat span{font-size:12px!important;}
@media (min-width:1200px){.hero{padding:140px 0 88px!important}.hero-grid{grid-template-columns:1.02fr .88fr!important;}}
@media (max-width:1020px){.hero-grid{align-items:center!important;gap:48px!important}.signal-wrap{margin-top:0!important;width:min(480px,88vw)!important}.chip-right{right:0!important;bottom:0!important}.floating-stat{left:0!important;bottom:0!important}}
@media (max-width:760px){.hero-content{max-width:none}.hero h1{font-size:42px!important}.compact-hero-list li{font-size:15px!important}.signal-metrics{grid-template-columns:1fr!important}.chip-top,.chip-right,.floating-stat{margin-top:12px!important}}


/* Fresh hero redesign v4 */
.hero-grid-fresh{grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr)!important;align-items:center!important;gap:64px!important;}
.hero-content-fresh{max-width:620px;padding:12px 0 8px!important;}
.hero-content-fresh h1{font-size:clamp(46px,5.8vw,78px)!important;line-height:1.02!important;max-width:740px!important;margin:24px 0 20px!important;}
.hero-content-fresh h1 span{display:inline!important;}
.hero-subtitle-fresh{max-width:620px!important;font-size:clamp(18px,1.8vw,22px)!important;line-height:1.55!important;margin:0 0 24px!important;color:rgba(255,255,255,.86)!important;}
.hero-benefit-chips{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 26px;}
.hero-benefit-chips span{display:inline-flex;align-items:center;min-height:42px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,165,0,.18);color:#fff;font-weight:800;font-size:14px;}
.hero-offer-row{display:grid;grid-template-columns:260px 1fr;gap:16px;align-items:stretch;margin-bottom:28px;}
.hero-price-box{background:linear-gradient(180deg,rgba(255,165,0,.18),rgba(255,165,0,.08));border:1px solid rgba(255,165,0,.32);border-radius:24px;padding:20px 20px 18px;box-shadow:0 20px 50px rgba(0,0,0,.24);}
.hero-price-box small{display:block;font-size:12px;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;}
.hero-price-line{display:flex;flex-direction:column;gap:6px;}
.hero-price-line strong{font-size:54px;line-height:1;color:#fff;}
.hero-price-line span{font-size:24px;color:rgba(255,255,255,.5);text-decoration:line-through;text-decoration-color:rgba(255,165,0,.7);font-weight:900;}
.hero-offer-copy{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:20px 20px;color:rgba(255,255,255,.82);font-size:16px;line-height:1.6;font-weight:700;display:flex;align-items:center;}
.hero-mini-proof{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px;max-width:560px;}
.hero-mini-proof>div{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);}
.hero-mini-proof strong{display:block;font-size:18px;color:#fff;margin-bottom:4px;}
.hero-mini-proof span{display:block;font-size:13px;line-height:1.45;color:var(--muted);font-weight:700;}
.hero-visual-fresh{display:flex;justify-content:center;}
.hero-stage{position:relative;width:min(520px,100%);min-height:620px;border-radius:36px;background:linear-gradient(180deg,rgba(21,21,21,.95),rgba(12,12,12,.96));border:1px solid rgba(255,165,0,.18);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.45);padding:30px;}
.hero-stage-glow{position:absolute;inset:auto -10% -18% auto;width:80%;height:70%;background:radial-gradient(circle,rgba(255,165,0,.22),transparent 65%);filter:blur(30px);pointer-events:none;}
.hero-stage-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,165,0,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,165,0,.05) 1px,transparent 1px);background-size:34px 34px;opacity:.28;pointer-events:none;}
.hero-stage-copy{position:relative;z-index:2;max-width:280px;}
.hero-stage-tag{display:inline-flex;padding:9px 14px;border-radius:999px;background:rgba(255,165,0,.1);border:1px solid rgba(255,165,0,.22);font-size:12px;font-weight:900;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;}
.hero-stage-copy h3{font-size:32px;line-height:1.15;letter-spacing:-.03em;margin:0;color:#fff;}
.hero-portrait-wrap{position:absolute;right:24px;bottom:0;width:58%;max-width:320px;z-index:3;}
.hero-portrait{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 16px 34px rgba(0,0,0,.4));}
.hero-portrait-ring{position:absolute;inset:18% 8% auto auto;width:250px;height:250px;border-radius:50%;border:1px solid rgba(255,165,0,.22);box-shadow:0 0 0 24px rgba(255,165,0,.04),0 0 0 56px rgba(255,165,0,.03);pointer-events:none;}
.hero-chart-card{position:absolute;z-index:4;padding:16px 18px;border-radius:20px;background:rgba(26,26,26,.94);border:1px solid rgba(255,165,0,.26);box-shadow:var(--shadow);max-width:210px;}
.hero-chart-card strong{display:block;font-size:22px;color:#fff;line-height:1.05;margin-bottom:5px;}
.hero-chart-card span{display:block;font-size:13px;color:var(--muted);font-weight:700;line-height:1.4;}
.hero-chart-card.card-a{left:24px;bottom:118px;}
.hero-chart-card.card-b{right:28px;top:162px;}
.hero-cred-box{position:absolute;left:24px;right:24px;bottom:28px;z-index:4;display:flex;flex-direction:column;gap:4px;padding:16px 18px;border-radius:18px;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,165,0,.08));border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px);}
.hero-cred-box strong{font-size:20px;color:#fff;}
.hero-cred-box span{font-size:14px;color:var(--gold);font-weight:800;}
.hero-arrow-line{position:absolute;left:60px;right:58px;bottom:150px;height:180px;border-left:0;border-bottom:0;z-index:1;opacity:.95;}
.hero-arrow-line:before{content:"";position:absolute;left:0;bottom:0;width:86%;height:3px;background:linear-gradient(90deg,rgba(255,165,0,.2),rgba(255,165,0,.95));transform:skewY(-18deg) translateY(-44px);box-shadow:0 0 18px rgba(255,165,0,.5);border-radius:99px;}
.hero-arrow-line:after{content:"";position:absolute;right:4px;top:14px;width:26px;height:26px;border-top:4px solid var(--gold);border-right:4px solid var(--gold);transform:rotate(45deg);box-shadow:0 0 18px rgba(255,165,0,.35);}
@media (max-width:1200px){.hero-grid-fresh{grid-template-columns:1fr .92fr!important;gap:42px!important}.hero-content-fresh h1{font-size:clamp(44px,5.2vw,68px)!important}.hero-stage{min-height:590px;width:min(480px,100%)}}
@media (max-width:1020px){.hero-grid-fresh{grid-template-columns:1fr!important;gap:42px!important}.hero-content-fresh{max-width:100%!important}.hero-content-fresh h1{max-width:760px!important}.hero-stage{width:min(560px,100%);min-height:560px}.hero-visual-fresh{justify-content:flex-start}.hero-offer-row{grid-template-columns:240px 1fr}}
@media (max-width:760px){.hero-content-fresh h1{font-size:42px!important}.hero-benefit-chips span{font-size:13px}.hero-offer-row{grid-template-columns:1fr!important}.hero-price-line strong{font-size:46px}.hero-mini-proof{grid-template-columns:1fr!important}.hero-stage{padding:24px;min-height:520px;border-radius:28px}.hero-stage-copy{max-width:240px}.hero-stage-copy h3{font-size:26px}.hero-portrait-wrap{width:56%;max-width:270px}.hero-chart-card.card-a{left:18px;bottom:112px}.hero-chart-card.card-b{right:18px;top:150px}.hero-cred-box{left:18px;right:18px;bottom:18px}.hero-arrow-line{left:30px;right:30px;bottom:136px}}
@media (max-width:520px){.hero-content-fresh h1{font-size:36px!important}.hero-subtitle-fresh{font-size:17px!important;padding-left:16px!important}.hero-stage{min-height:500px}.hero-stage-copy{max-width:none}.hero-stage-copy h3{max-width:210px}.hero-chart-card{max-width:170px;padding:14px}.hero-chart-card strong{font-size:18px}.hero-chart-card span{font-size:12px}.hero-chart-card.card-b{top:184px}.hero-portrait-wrap{width:54%;max-width:230px;right:10px}.hero-cred-box strong{font-size:18px}}


/* Image asset + favicon fix v5 */
.logo-wide-wrap{display:flex;align-items:center;width:210px;max-width:34vw;min-height:56px;}
.brand-logo-wide{width:190px;max-width:100%;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 0 14px rgba(255,165,0,.28));}
.footer-logo-wrap{width:230px;max-width:100%;}
.footer-logo-wrap .brand-logo-wide{width:220px;}
.hero-portrait-wrap{right:30px!important;bottom:86px!important;width:44%!important;max-width:260px!important;border-radius:30px!important;overflow:hidden!important;border:1px solid rgba(255,165,0,.24);background:rgba(0,0,0,.32);box-shadow:0 22px 60px rgba(0,0,0,.36),0 0 30px rgba(255,165,0,.12);}
.hero-portrait-wrap picture{display:block;width:100%;height:100%;}
.hero-portrait{width:100%!important;height:360px!important;object-fit:cover!important;object-position:center top!important;display:block!important;}
.hero-portrait-ring{inset:-18px!important;width:280px!important;height:280px!important;}
.hero-cred-box{bottom:26px!important;}
.hero-chart-card.card-a{bottom:152px!important;left:22px!important;}
.hero-chart-card.card-b{top:148px!important;right:20px!important;}
@media (max-width:760px){.logo-wide-wrap{width:170px;max-width:56vw}.brand-logo-wide{width:165px}.hero-portrait-wrap{width:48%!important;max-width:220px!important;right:16px!important;bottom:82px!important}.hero-portrait{height:300px!important}.hero-chart-card.card-a{bottom:142px!important}.hero-chart-card.card-b{top:180px!important}.footer-logo-wrap .brand-logo-wide{width:190px}}
@media (max-width:420px){.logo-wide-wrap{width:140px}.brand-logo-wide{width:140px}.hero-portrait-wrap{width:48%!important;max-width:190px!important}.hero-portrait{height:260px!important}}


/* v6 clean mentor hero: fixes image visibility and desktop balance */
.site-header .brand-logo{object-fit:contain!important;background:#1a1a1a!important;}
.hero-grid-fresh{
  grid-template-columns:minmax(0,0.95fr) minmax(430px,0.9fr)!important;
  align-items:center!important;
  gap:72px!important;
}
.hero-content-fresh{max-width:650px!important;}
.hero-content-fresh h1{
  font-size:clamp(44px,5.3vw,72px)!important;
  line-height:1.03!important;
  margin:22px 0 18px!important;
}
.hero-subtitle-fresh{
  max-width:620px!important;
  font-size:clamp(18px,1.7vw,21px)!important;
  line-height:1.55!important;
  margin-bottom:22px!important;
}
.hero-benefit-chips{margin-bottom:22px!important;}
.hero-offer-row{grid-template-columns:245px 1fr!important;margin-bottom:24px!important;}
.hero-mini-proof{display:none!important;}

.hero-visual-clean{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:560px!important;
}
.mentor-hero-card{
  position:relative;
  width:min(520px,100%);
  height:560px;
  border-radius:36px;
  background:linear-gradient(160deg,rgba(20,20,20,.96),rgba(12,12,12,.98));
  border:1px solid rgba(255,165,0,.22);
  overflow:hidden;
  box-shadow:0 30px 90px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.02);
}
.mentor-card-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 25%,rgba(255,165,0,.2),transparent 34%),
    linear-gradient(135deg,rgba(255,165,0,.08),transparent 40%),
    repeating-linear-gradient(90deg,rgba(255,165,0,.055) 0 1px,transparent 1px 42px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 42px);
  opacity:.9;
}
.mentor-card-bg:after{
  content:"";
  position:absolute;
  left:42px;
  right:42px;
  bottom:150px;
  height:150px;
  border-bottom:4px solid rgba(255,165,0,.75);
  border-right:4px solid rgba(255,165,0,.75);
  transform:skewY(-17deg);
  border-radius:0 0 18px 0;
  filter:drop-shadow(0 0 16px rgba(255,165,0,.45));
}
.mentor-photo-frame{
  position:absolute;
  right:22px;
  bottom:0;
  width:62%;
  z-index:3;
}
.mentor-photo-frame:before{
  content:"";
  position:absolute;
  width:310px;
  height:310px;
  right:-38px;
  top:38px;
  border-radius:50%;
  border:1px solid rgba(255,165,0,.22);
  box-shadow:0 0 0 32px rgba(255,165,0,.045),0 0 0 70px rgba(255,165,0,.026);
  z-index:-1;
}
.mentor-clean-img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:bottom center;
  filter:drop-shadow(0 20px 34px rgba(0,0,0,.45));
}
.mentor-name-card{
  position:absolute;
  left:24px;
  right:24px;
  bottom:26px;
  z-index:5;
  padding:16px 18px;
  border-radius:20px;
  background:linear-gradient(90deg,rgba(255,165,0,.20),rgba(26,26,26,.92));
  border:1px solid rgba(255,165,0,.22);
  backdrop-filter:blur(12px);
}
.mentor-name-card strong{display:block;font-size:22px;color:#fff;line-height:1.1;}
.mentor-name-card span{display:block;margin-top:5px;font-size:14px;color:var(--gold);font-weight:900;}

.target-float-card,.risk-float-card{
  position:absolute;
  z-index:6;
  border-radius:20px;
  background:rgba(18,18,18,.94);
  border:1px solid rgba(255,165,0,.28);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}
.target-float-card{
  left:24px;
  top:28px;
  width:270px;
  padding:18px 20px;
}
.target-float-card small{
  display:block;
  color:var(--gold);
  font-weight:950;
  font-size:12px;
  letter-spacing:.12em;
  margin-bottom:9px;
}
.target-float-card strong{
  display:block;
  font-size:34px;
  line-height:1.05;
  color:#fff;
}
.target-float-card span{
  display:block;
  margin-top:7px;
  color:var(--muted);
  font-size:14px;
  font-weight:800;
}
.risk-float-card{
  left:24px;
  bottom:118px;
  width:210px;
  padding:15px 16px;
}
.risk-float-card strong{display:block;color:#fff;font-size:17px;margin-bottom:5px;}
.risk-float-card span{display:block;color:var(--muted);font-size:13px;font-weight:800;}

@media (max-width:1200px){
  .hero-grid-fresh{grid-template-columns:1fr .86fr!important;gap:44px!important;}
  .mentor-hero-card{width:min(470px,100%);height:530px;}
  .target-float-card{width:250px;}
}
@media (max-width:1020px){
  .hero-grid-fresh{grid-template-columns:1fr!important;}
  .hero-visual-clean{justify-content:flex-start!important;min-height:auto!important;}
  .mentor-hero-card{width:min(560px,100%);height:540px;}
  .hero-offer-row{grid-template-columns:240px 1fr!important;}
}
@media (max-width:760px){
  .hero-offer-row{grid-template-columns:1fr!important;}
  .hero-visual-clean{justify-content:center!important;}
  .mentor-hero-card{height:500px;border-radius:28px;}
  .mentor-photo-frame{width:60%;right:8px;}
  .target-float-card{left:18px;top:20px;width:230px;padding:15px;}
  .target-float-card strong{font-size:28px;}
  .risk-float-card{left:18px;bottom:105px;width:190px;}
  .mentor-name-card{left:18px;right:18px;bottom:18px;}
}
@media (max-width:480px){
  .mentor-hero-card{height:470px;}
  .mentor-photo-frame{width:58%;right:-8px;}
  .target-float-card{width:205px;}
  .target-float-card strong{font-size:24px;}
  .risk-float-card{width:176px;}
}


/* SEO v7 refinements */
.brand-logo-wide{
  width:180px!important;
  height:auto!important;
  max-height:70px!important;
  object-fit:contain!important;
}
.mentor-clean-img{aspect-ratio:auto!important;}
.notfound-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:120px 20px;
  background:
    radial-gradient(circle at 40% 20%,rgba(255,165,0,.16),transparent 35%),
    linear-gradient(135deg,#1a1a1a,#0a0a0a);
}
.notfound-card{
  width:min(720px,100%);
  text-align:center;
  background:rgba(38,38,38,.72);
  border:1px solid rgba(255,165,0,.24);
  border-radius:32px;
  padding:44px 28px;
  box-shadow:0 24px 80px rgba(0,0,0,.38);
}
.notfound-card img{
  margin:0 auto 26px;
  width:180px;
  height:auto;
}
.notfound-card h1{
  font-size:clamp(34px,5vw,56px);
  line-height:1.1;
  margin:0 0 16px;
}
.notfound-card p{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  max-width:520px;
  margin:0 auto 28px;
}
.notfound-actions{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}
@media(max-width:760px){
  .brand-logo-wide{width:150px!important;}
  .notfound-actions .btn{width:100%;}
}


/* v9 footer organization + clean transparent mentor image */
.mentor-photo-frame{right:12px!important;bottom:-6px!important;width:64%!important;display:flex;justify-content:center;align-items:flex-end;}
.mentor-clean-img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:bottom center!important;filter:drop-shadow(0 18px 30px rgba(0,0,0,.38))!important;}
.mentor-card-bg:after{bottom:156px!important;}
.organized-footer-grid{grid-template-columns:1.1fr 1fr 1.1fr!important;gap:34px!important;align-items:start;}
.organized-footer-brand p{max-width:420px;}
.footer-contact-col,.footer-links-col{display:flex;flex-direction:column;gap:18px;}
.contact-card-list{display:grid;gap:12px;}
.contact-chip{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff;transition:.25s ease;}
.contact-chip span{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,165,0,.12);border:1px solid rgba(255,165,0,.18);font-size:19px;}
.contact-chip div{display:grid;gap:3px;}
.contact-chip strong{font-size:15px;line-height:1.2;}
.contact-chip small{font-size:13px;color:var(--muted);font-weight:700;}
.contact-chip:hover{transform:translateY(-2px);border-color:rgba(255,165,0,.26);background:rgba(255,165,0,.06);}
.whatsapp-chip{background:linear-gradient(90deg,rgba(255,165,0,.08),rgba(37,211,102,.08));}
.footer-link-block{display:grid;gap:14px;}
.organized-policy-links{display:grid!important;gap:10px!important;color:inherit!important;}
.organized-policy-links a{color:var(--muted);font-weight:700;}
.organized-policy-links a:hover{color:var(--gold);}
.bottom-bar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
.footer-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:rgba(37,211,102,.12);border:1px solid rgba(37,211,102,.28);color:#d7ffe5;font-weight:900;}
.footer-whatsapp-btn:hover{background:rgba(37,211,102,.18);color:#fff;}
.compact-sticky-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;}
.sticky-copy{flex:1 1 auto;min-width:0;}
.sticky-action-group{display:flex;align-items:center;gap:14px;flex:0 0 auto;}
.sticky-price{display:grid;gap:2px;text-align:left!important;min-width:88px;}
.sticky-price strong{line-height:1;}
.sticky-action-group .btn{white-space:nowrap;min-width:170px;justify-content:center;}
@media (max-width:1020px){.organized-footer-grid{grid-template-columns:1fr 1fr!important}.footer-links-col{grid-column:1 / -1;grid-template-columns:1fr 1fr;display:grid}.mentor-photo-frame{width:60%!important;right:6px!important}}
@media (max-width:760px){.organized-footer-grid{grid-template-columns:1fr!important}.footer-links-col{grid-template-columns:1fr!important}.bottom-bar-actions{justify-content:center}.compact-sticky-inner{flex-direction:column!important;align-items:stretch!important}.sticky-copy{text-align:center}.sticky-action-group{width:100%;justify-content:space-between}.sticky-action-group .btn{min-width:0;flex:1}.sticky-price{display:grid!important}.mentor-photo-frame{width:58%!important;right:2px!important;bottom:-2px!important}}
@media (max-width:520px){.sticky-action-group{gap:10px}.sticky-price strong{font-size:24px}.sticky-action-group .btn{padding-inline:18px}.contact-chip{padding:13px 14px}.mentor-photo-frame{width:57%!important}}


/* v10 mobile sticky footer compact + WhatsApp-only footer contact */
.contact-card-list{
  grid-template-columns:1fr!important;
}
.footer-contact-col .contact-card-list .contact-chip{
  min-height:68px;
}
.compact-sticky-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:10px 0!important;
}
.sticky-cta{
  border-top:1px solid rgba(255,165,0,.5)!important;
}
.sticky-copy{
  flex:1 1 auto!important;
}
.sticky-action-group{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex:0 0 auto!important;
}
.sticky-action-group .btn{
  min-height:52px!important;
  padding:13px 24px!important;
  min-width:168px!important;
}
.sticky-price{
  display:grid!important;
  gap:0!important;
  min-width:82px!important;
  text-align:left!important;
}
.sticky-price span{
  font-size:13px!important;
  line-height:1.1!important;
}
.sticky-price strong{
  font-size:25px!important;
  line-height:1.05!important;
}
@media (max-width:760px){
  .site-footer{padding-bottom:112px!important;}
  .compact-sticky-inner{
    flex-direction:row!important;
    align-items:center!important;
    gap:10px!important;
    padding:9px 0!important;
  }
  .sticky-close{
    right:8px!important;
    top:2px!important;
    font-size:24px!important;
    min-width:36px!important;
    min-height:36px!important;
  }
  .sticky-copy{
    display:block!important;
    text-align:left!important;
    padding-right:22px!important;
    min-width:0!important;
  }
  .sticky-icon{display:none!important;}
  .sticky-copy strong{
    display:block!important;
    font-size:16px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .sticky-copy small{
    display:block!important;
    font-size:12px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .sticky-action-group{
    flex:0 0 auto!important;
    gap:8px!important;
    width:auto!important;
    justify-content:flex-end!important;
  }
  .sticky-price{
    min-width:62px!important;
    text-align:right!important;
  }
  .sticky-price span{
    font-size:11px!important;
  }
  .sticky-price strong{
    font-size:20px!important;
  }
  .sticky-action-group .btn{
    min-height:44px!important;
    padding:10px 16px!important;
    min-width:112px!important;
    border-radius:13px!important;
    font-size:14px!important;
    white-space:nowrap!important;
  }
}
@media (max-width:420px){
  .sticky-copy strong{font-size:15px!important;}
  .sticky-copy small{font-size:11px!important;}
  .sticky-price{display:none!important;}
  .sticky-action-group .btn{
    min-width:118px!important;
    padding:10px 15px!important;
  }
}
