/*
Theme Name: Ellie Works V6.6 Cart Upload Funnel
Theme URI: https://ellie-works.com/
Author: Ellie Works
Description: Premium parent-focused study landing theme for Ellie Study by Ellie Works.
Version: 6.8.0
Text Domain: ellie-works-v2
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
*/

:root{
  --ink:#0d1226;
  --muted:#697086;
  --line:rgba(13,18,38,.09);
  --bg:#ffffff;
  --soft:#f7f9ff;
  --purple:#7457ff;
  --blue:#2f7df5;
  --cyan:#32d9ff;
  --pink:#f56ed1;
  --green:#34c98f;
  --shadow:0 24px 70px rgba(41,45,96,.13);
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img,video{max-width:100%;height:auto}
.ew2-container{width:min(1180px,calc(100% - 40px));margin:auto}
.ew2-section{padding:96px 0}
.ew2-soft{background:linear-gradient(180deg,#fff,#f7f8ff)}
.ew2-kicker{font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#6857e9}
.ew2-h1{font-size:clamp(50px,6vw,84px);line-height:.95;letter-spacing:-.06em;margin:10px 0 18px}
.ew2-h2{font-size:clamp(36px,4.6vw,60px);line-height:1;letter-spacing:-.05em;margin:8px 0 18px}
.ew2-copy{font-size:18px;line-height:1.7;color:var(--muted)}
.ew2-gradient{background:linear-gradient(90deg,var(--blue),var(--purple),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}
.ew2-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 25px;border-radius:999px;background:linear-gradient(90deg,var(--purple),var(--blue));color:#fff;font-weight:850;box-shadow:0 18px 40px rgba(82,78,232,.24);transition:.22s transform,.22s box-shadow}
.ew2-btn:hover{transform:translateY(-2px);box-shadow:0 24px 46px rgba(82,78,232,.31)}
.ew2-btn.alt{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 10px 28px rgba(21,24,64,.08)}
.ew2-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 18px 50px rgba(38,41,87,.07)}
.ew2-reveal{opacity:0;transform:translateY(24px);transition:.75s opacity,.75s transform}
.ew2-reveal.visible{opacity:1;transform:none}

/* header */
.ew2-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.84);backdrop-filter:blur(16px);border-bottom:1px solid rgba(13,18,38,.06)}
.ew2-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ew2-brand{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:900;letter-spacing:-.035em}
.ew2-logo{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#2f7df5,#7457ff 55%,#f56ed1);box-shadow:0 11px 26px rgba(90,70,229,.26);position:relative}
.ew2-logo:before,.ew2-logo:after{content:"";position:absolute;top:8px;bottom:8px;width:7px;background:#fff;border-radius:5px}
.ew2-logo:before{left:8px;transform:skewY(-18deg)}.ew2-logo:after{right:8px;transform:skewY(18deg)}
.ew2-menu{display:flex;gap:24px;font-size:14px;color:#3f465c}
.ew2-menu a:hover{color:var(--purple)}
.ew2-subbrand{font-size:12px;color:#7e8497;font-weight:700;margin-left:-4px}

/* hero */
.ew2-hero{padding:76px 0 70px;overflow:hidden;position:relative;background:
radial-gradient(circle at 78% 18%,rgba(119,85,255,.18),transparent 27%),
radial-gradient(circle at 88% 58%,rgba(50,217,255,.11),transparent 24%),
radial-gradient(circle at 67% 78%,rgba(245,110,209,.09),transparent 20%),
linear-gradient(180deg,#fff,#fbfbff)}
.ew2-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:30px;align-items:center}
.ew2-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 20px}
.ew2-trust{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:#f5fff9;color:#2f7e5f;font-size:13px;font-weight:800;border:1px solid #d9f6e8}
.ew2-trust:before{content:"✓";width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#c9f2df}
.ew2-support{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.ew2-support span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;color:#62697b}

/* 3d package */
.ew2-stage{min-height:540px;position:relative;perspective:1200px;display:grid;place-items:center}
.ew2-pack{width:470px;height:430px;position:relative;transform-style:preserve-3d;transition:transform .18s ease-out}
.ew2-box{position:absolute;left:50%;top:57%;width:315px;height:205px;transform:translate(-50%,-50%) rotateX(6deg) rotateY(-12deg);transform-style:preserve-3d}
.ew2-box-front,.ew2-box-side,.ew2-box-top{position:absolute;border-radius:20px;box-shadow:0 38px 85px rgba(45,51,160,.25)}
.ew2-box-front{inset:0;background:linear-gradient(145deg,#251b8d,#2f6ae7 57%,#17b6e7);color:#fff;display:grid;place-items:center;text-align:center;padding:20px}
.ew2-box-front strong{font-size:29px;line-height:1}.ew2-box-front small{display:block;margin-top:8px;opacity:.8;letter-spacing:.14em}
.ew2-box-top{left:12px;right:12px;height:76px;top:-49px;background:linear-gradient(90deg,#815dff,#3c88ff,#57e0ff);transform:rotateX(62deg);transform-origin:bottom}
.ew2-box-side{width:64px;right:-40px;top:15px;bottom:12px;background:linear-gradient(180deg,#1549c8,#091f67);transform:rotateY(64deg);transform-origin:left}
.ew2-float{position:absolute;width:150px;height:112px;padding:14px;border-radius:21px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(16px);box-shadow:0 22px 50px rgba(66,56,148,.16);animation:ew2Float 6s ease-in-out infinite}
.ew2-float .icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--purple),var(--pink))}
.ew2-float b{display:block;margin-top:9px;font-size:14px}.ew2-float small{color:#7e8497}
.ew2-f1{left:8px;top:75px;transform:rotate(-9deg)}
.ew2-f2{right:0;top:50px;animation-delay:.4s;transform:rotate(7deg)}
.ew2-f3{left:80px;top:0;animation-delay:.8s}
.ew2-f4{right:65px;top:180px;animation-delay:1.2s}
.ew2-f5{left:16px;top:250px;animation-delay:1.6s}
.ew2-f6{right:-15px;top:300px;animation-delay:2s}
.ew2-f7{left:165px;top:300px;animation-delay:2.4s}
@keyframes ew2Float{0%,100%{translate:0 0}50%{translate:0 -12px}}

/* team */
.ew2-team-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.ew2-photo{min-height:470px;border-radius:30px;background:
linear-gradient(rgba(255,255,255,.04),rgba(255,255,255,.04)),
radial-gradient(circle at 20% 20%,#e5dfff,transparent 28%),
linear-gradient(135deg,#dce9ff,#fbe3f3 45%,#e9f8ff);
position:relative;overflow:hidden;box-shadow:var(--shadow)}
.ew2-photo:before{content:"TEAM PHOTO PLACEHOLDER";position:absolute;inset:0;display:grid;place-items:center;color:#4e5572;font-weight:900;letter-spacing:.12em}
.ew2-photo:after{content:"Replace with your own original team image";position:absolute;bottom:24px;left:24px;background:rgba(255,255,255,.85);padding:10px 13px;border-radius:12px;font-size:12px;color:#687086}
.ew2-tools{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.ew2-tool{padding:14px;border-radius:15px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:750}

/* problem before after */
.ew2-problem-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:22px;align-items:stretch;margin-top:36px}
.ew2-before,.ew2-after{padding:28px}
.ew2-paper-stack{height:260px;position:relative;margin-top:22px}
.ew2-paper{position:absolute;width:80%;height:190px;left:10%;top:30px;border-radius:18px;background:#fff;border:1px solid #e3e6f2;box-shadow:0 15px 34px rgba(31,34,76,.08)}
.ew2-paper:nth-child(1){transform:rotate(-8deg) translate(-8px,10px);background:#f8f9ff}
.ew2-paper:nth-child(2){transform:rotate(6deg) translate(7px,2px)}
.ew2-paper:nth-child(3){display:grid;place-items:center;font-size:52px;font-weight:900;color:#8b92a3}
.ew2-arrow{display:grid;place-items:center;font-size:36px;color:#7157ee}
.ew2-plan-card{padding:18px;border-radius:18px;background:#f7f9ff;margin-top:18px;border:1px solid #e7eaf6}
.ew2-plan-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e7eaf2}.ew2-plan-row:last-child{border-bottom:0}
.ew2-transformation{text-align:center;font-size:22px;font-weight:900;margin-top:26px}

/* signature scroll */
.ew2-signature{position:relative;background:linear-gradient(180deg,#fff,#f8f8ff);overflow:hidden}
.ew2-signature-inner{min-height:240vh;position:relative}
.ew2-sticky{position:sticky;top:90px;height:calc(100vh - 110px);display:grid;place-items:center;overflow:hidden}
.ew2-explode-wrap{width:min(1100px,94vw);height:640px;position:relative;perspective:1300px}
.ew2-core-box{position:absolute;left:50%;top:47%;width:340px;height:215px;transform:translate(-50%,-50%);transition:.2s ease-out}
.ew2-core-box .front{position:absolute;inset:0;border-radius:24px;background:linear-gradient(145deg,#2b218f,#2f6ce7 60%,#1cc1e7);box-shadow:0 34px 80px rgba(53,52,164,.25);display:grid;place-items:center;color:#fff;text-align:center}
.ew2-core-box .front strong{font-size:31px}
.ew2-output-card{position:absolute;width:200px;height:140px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 50px rgba(40,42,90,.10);padding:17px;transition:transform .15s linear,opacity .15s linear;will-change:transform,opacity}
.ew2-output-card b{display:block;margin-top:12px}.ew2-output-card small{color:#7d8393}
.ew2-output-card .mini{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--purple),var(--blue))}
.ew2-sig-caption{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);font-size:16px;color:#6f768a;font-weight:800;text-align:center}

/* examples */
.ew2-gallery-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}
.ew2-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,390px);gap:18px;overflow-x:auto;padding:8px 4vw 28px calc((100vw - min(1180px,calc(100vw - 40px)))/2);scrollbar-width:none;scroll-snap-type:x mandatory}
.ew2-carousel::-webkit-scrollbar{display:none}
.ew2-example{scroll-snap-align:start;padding:18px;min-height:470px}
.ew2-preview{margin-top:14px;height:355px;border-radius:19px;background:linear-gradient(160deg,#f7f8ff,#eff2ff);padding:18px;overflow:hidden}
.ew2-placeholder{height:100%;border:2px dashed #cfd5ec;border-radius:18px;display:grid;place-items:center;text-align:center;color:#7a8193;font-weight:800;padding:24px}
.ew2-media-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:13px;color:#687086}

/* friday */
.ew2-friday-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
.ew2-dashboard{padding:28px}
.ew2-dash-top{display:flex;justify-content:space-between;align-items:start;gap:20px}
.ew2-days{padding:8px 12px;border-radius:999px;background:#f1edff;color:#6a53e0;font-weight:850;font-size:12px}
.ew2-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.ew2-metric{padding:15px;border-radius:16px;background:#f7f8ff;border:1px solid #e9ebf5}.ew2-metric strong{display:block;font-size:22px}.ew2-metric span{font-size:12px;color:#7b8294}
.ew2-timeline{display:grid;gap:10px}
.ew2-session{display:grid;grid-template-columns:90px 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px}
.ew2-session strong{font-size:14px}.ew2-session small{color:#7b8193}.ew2-duration{font-size:12px;font-weight:850;color:#7056e4}

/* progress */
.ew2-progress-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}
.ew2-progress-card{padding:30px}
.ew2-ring{width:150px;height:150px;border-radius:50%;background:conic-gradient(var(--purple) 0 74%,#eceefd 74% 100%);display:grid;place-items:center;margin:20px auto}
.ew2-ring:before{content:"74%";width:112px;height:112px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:30px;font-weight:900}
.ew2-progress-list{display:grid;gap:10px}.ew2-progress-item{padding:14px 16px;border-radius:16px;background:#f7f8ff;border:1px solid #e8ebf7;display:flex;justify-content:space-between}

/* how */
.ew2-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:34px}
.ew2-step{padding:20px;min-height:180px}.ew2-step .num{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#e7edff,#f7e9ff);color:#6950df;font-weight:900;margin-bottom:16px}.ew2-step b{display:block;margin-bottom:8px}.ew2-step p{margin:0;color:#777f92;font-size:14px;line-height:1.55}

/* testimonials placeholders */
.ew2-story-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;grid-auto-rows:260px;gap:16px;margin-top:30px}
.ew2-story{position:relative;overflow:hidden;padding:20px;background:linear-gradient(135deg,#eff4ff,#f9eafb)}
.ew2-story.big{grid-row:span 2}.ew2-story:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(17,20,45,.6))}
.ew2-story-label{position:absolute;left:18px;bottom:18px;color:#fff;z-index:2}.ew2-story-label strong{display:block;font-size:18px}.ew2-story-label small{opacity:.86}
.ew2-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;color:#6450df;font-size:22px;z-index:2}

/* pricing */
.ew2-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.ew2-price{padding:28px;position:relative}.ew2-price.featured{border:2px solid #7358ff;box-shadow:0 22px 60px rgba(114,88,255,.16);transform:translateY(-8px)}
.ew2-price .tag{display:inline-block;padding:7px 10px;border-radius:999px;background:#efeaff;color:#6750dc;font-weight:850;font-size:12px}
.ew2-price h3{font-size:28px;margin:18px 0 6px}.ew2-price ul{padding-left:18px;color:#6b7285;line-height:1.9}
.ew2-price .money{font-size:40px;font-weight:900;letter-spacing:-.04em;margin:18px 0}

/* faq */
.ew2-faq{display:grid;gap:12px;margin-top:28px}
.ew2-faq details{border:1px solid var(--line);border-radius:18px;padding:18px 20px;background:#fff}
.ew2-faq summary{cursor:pointer;font-weight:850}.ew2-faq p{color:#71788a;line-height:1.65}

/* final */
.ew2-final{padding:40px 0 80px}.ew2-final-card{border-radius:36px;padding:58px;background:linear-gradient(120deg,#3525ad,#2f68e8 50%,#c154d7);color:#fff;box-shadow:0 32px 80px rgba(72,59,184,.25);position:relative;overflow:hidden}.ew2-final-card h2{font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.05em;margin:0 0 16px;max-width:800px}.ew2-final-card p{font-size:18px;opacity:.84;max-width:630px}.ew2-final-card .ew2-btn{background:#fff;color:#22295d}
.ew2-footer{padding:36px 0 50px;border-top:1px solid var(--line);color:#757c8e;font-size:14px}.ew2-footer-row{display:flex;justify-content:space-between;gap:20px}

/* woocommerce */
.woocommerce .button,.woocommerce button.button,.woocommerce a.button{border-radius:999px!important;background:linear-gradient(90deg,var(--purple),var(--blue))!important;color:#fff!important;padding:14px 20px!important}

@media(max-width:980px){
 .ew2-menu{display:none}.ew2-hero-grid,.ew2-team-grid,.ew2-friday-grid,.ew2-progress-grid{grid-template-columns:1fr}
 .ew2-problem-grid{grid-template-columns:1fr}.ew2-arrow{transform:rotate(90deg)}
 .ew2-steps{grid-template-columns:repeat(2,1fr)}.ew2-pricing-grid{grid-template-columns:1fr}.ew2-price.featured{transform:none}
 .ew2-story-grid{grid-template-columns:1fr 1fr}.ew2-story.big{grid-row:span 1;grid-column:1/-1}
}
@media(max-width:720px){
 .ew2-container{width:min(100% - 24px,1180px)}.ew2-nav{height:68px}.ew2-nav .ew2-btn{min-height:44px;padding:0 16px}
 .ew2-section{padding:70px 0}.ew2-h1{font-size:49px}.ew2-stage{min-height:410px;transform:scale(.82);margin:-25px -65px}
 .ew2-tools,.ew2-metrics{grid-template-columns:1fr}.ew2-session{grid-template-columns:72px 1fr}.ew2-duration{grid-column:2}
 .ew2-steps{grid-template-columns:1fr}.ew2-story-grid{grid-template-columns:1fr;grid-auto-rows:250px}.ew2-story.big{grid-column:auto}
 .ew2-final-card{padding:40px 26px}.ew2-footer-row{flex-direction:column}
 .ew2-signature-inner{min-height:190vh}.ew2-sticky{top:70px}.ew2-explode-wrap{height:600px}
}
@media(prefers-reduced-motion:reduce){
 *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
 .ew2-reveal{opacity:1!important;transform:none!important}
}


/* ===================== V3 upgrades ===================== */
.ew3-stage{min-height:610px;position:relative;perspective:1400px;display:grid;place-items:center;isolation:isolate}
.ew3-orbit{position:relative;width:min(620px,100%);height:560px;transform-style:preserve-3d}
.ew3-box3d{position:absolute;left:50%;top:54%;width:360px;height:230px;transform:translate(-50%,-50%) rotateX(9deg) rotateY(-12deg) translateZ(0);transform-style:preserve-3d;transition:transform .14s ease-out}
.ew3-box-front,.ew3-box-left,.ew3-box-right,.ew3-box-lid{position:absolute;border-radius:28px;box-shadow:0 36px 100px rgba(38,49,150,.28)}
.ew3-box-front{inset:0;background:linear-gradient(145deg,#3122a4,#2f6ff2 56%,#24c1e7);display:grid;place-items:center;text-align:center;color:white;padding:25px;transform:translateZ(42px)}
.ew3-box-front strong{font-size:38px;line-height:.98;letter-spacing:-.04em}.ew3-box-front small{display:block;margin-top:14px;font-size:12px;letter-spacing:.22em;opacity:.9}
.ew3-box-left{left:-50px;top:18px;width:70px;height:190px;background:linear-gradient(180deg,#171b72,#0b174f);transform-origin:right center;transform:rotateY(-77deg)}
.ew3-box-right{right:-50px;top:18px;width:70px;height:190px;background:linear-gradient(180deg,#215edb,#0e2f8e);transform-origin:left center;transform:rotateY(77deg)}
.ew3-box-lid{left:12px;right:12px;top:-68px;height:92px;background:linear-gradient(90deg,#8f64ff,#5f70ff,#34ccf1);transform-origin:50% 100%;transform:rotateX(58deg) translateZ(20px);transition:transform .2s ease-out}
.ew3-card{position:absolute;width:210px;min-height:145px;padding:20px;border-radius:26px;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.92);box-shadow:0 26px 70px rgba(57,54,132,.16);backdrop-filter:blur(18px);transform-style:preserve-3d;will-change:transform}
.ew3-card .bubble{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-size:20px;font-weight:900;color:#fff;background:linear-gradient(135deg,#7d56ff,#ee60cf);box-shadow:0 10px 24px rgba(126,80,240,.24)}
.ew3-card b{display:block;margin-top:13px;font-size:19px;letter-spacing:-.02em}.ew3-card small{display:block;margin-top:4px;color:#8a90a2;font-size:15px;line-height:1.35}
.ew3-c1{left:2%;top:12%;transform:translateZ(120px) rotate(-8deg)}
.ew3-c2{left:31%;top:0;transform:translateZ(220px) rotate(1deg)}
.ew3-c3{right:-2%;top:14%;transform:translateZ(150px) rotate(8deg)}
.ew3-c4{left:4%;bottom:10%;transform:translateZ(180px) rotate(2deg)}
.ew3-c5{left:38%;bottom:-2%;transform:translateZ(100px) rotate(-3deg)}
.ew3-c6{right:-5%;bottom:8%;transform:translateZ(170px) rotate(1deg)}
.ew3-c7{right:24%;top:42%;transform:translateZ(260px) rotate(-4deg)}
.ew3-glow{position:absolute;left:50%;top:55%;width:540px;height:360px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(94,87,255,.22),rgba(255,255,255,0) 68%);filter:blur(18px);z-index:-1}

/* grade levels */
.ew3-levels{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.ew3-level{padding:11px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;font-size:13px}
.ew3-level strong{color:#6c55e5}

/* learning modes */
.ew3-learn-flow{display:grid;grid-template-columns:1fr auto 1.15fr;gap:20px;align-items:center;margin-top:32px}
.ew3-static,.ew3-active{padding:28px;min-height:330px}
.ew3-static-pages{height:190px;position:relative;margin-top:22px}
.ew3-static-pages span{position:absolute;left:13%;width:74%;height:140px;background:#fff;border:1px solid #e6e8f0;border-radius:17px;box-shadow:0 12px 30px rgba(25,30,72,.08)}
.ew3-static-pages span:nth-child(1){transform:rotate(-6deg) translateY(18px)}.ew3-static-pages span:nth-child(2){transform:rotate(5deg) translateY(9px)}.ew3-static-pages span:nth-child(3){display:grid;place-items:center;color:#9298aa;font-weight:900;font-size:34px}
.ew3-active-icons{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:24px}
.ew3-active-icons div{padding:16px 10px;text-align:center;border-radius:16px;background:#f7f8ff;border:1px solid #e8ebf6;font-size:12px;font-weight:800}
.ew3-active-icons span{display:block;font-size:24px;margin-bottom:8px}

/* free preview */
.ew3-preview-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
.ew3-upload{padding:28px}
.ew3-drop{border:2px dashed #cad2ef;border-radius:22px;padding:28px;text-align:center;background:linear-gradient(180deg,#fcfcff,#f5f7ff)}
.ew3-drop .upload-icon{width:62px;height:62px;border-radius:18px;margin:0 auto 14px;display:grid;place-items:center;background:linear-gradient(135deg,#7b5aff,#368cf7);color:#fff;font-size:28px;box-shadow:0 18px 34px rgba(80,80,220,.18)}
.ew3-analysis{padding:24px;border-radius:22px;background:#151a3a;color:#fff;margin-top:16px}
.ew3-analysis-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}
.ew3-analysis-grid div{padding:14px;border-radius:14px;background:rgba(255,255,255,.08)}.ew3-analysis-grid b{display:block;font-size:19px}.ew3-analysis-grid small{opacity:.65}
.ew3-free-list{display:grid;gap:10px;margin:18px 0}.ew3-free-list div{display:flex;justify-content:space-between;gap:12px;padding:13px 15px;border-radius:14px;background:#f7f8ff;border:1px solid #e8ebf5}.ew3-free-list b{color:#35a573}

/* parent dashboard demo */
.ew3-demo-layout{display:grid;grid-template-columns:240px 1fr;min-height:520px;overflow:hidden}
.ew3-demo-sidebar{background:#171b3d;color:#fff;padding:24px}
.ew3-demo-sidebar .student{padding:14px;border-radius:15px;background:rgba(255,255,255,.09);margin:20px 0}
.ew3-demo-sidebar button{width:100%;border:0;background:transparent;color:#cfd3ed;text-align:left;padding:11px 12px;border-radius:11px;cursor:pointer}.ew3-demo-sidebar button.active{background:#7460ef;color:#fff}
.ew3-demo-main{padding:26px;background:#fbfbff}
.ew3-demo-panels{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ew3-demo-panel{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line)}
.ew3-bar{height:9px;border-radius:999px;background:#e9ecf5;overflow:hidden;margin-top:10px}.ew3-bar span{display:block;height:100%;background:linear-gradient(90deg,#6d58eb,#2e8af4);border-radius:inherit}
.ew3-weak{padding:14px;border-radius:15px;background:#fff7ea;color:#a16c13;font-weight:850;margin-top:12px}

/* v3 signature sequence */
.ew3-signature{background:linear-gradient(180deg,#fff,#f6f7ff 70%,#fff);position:relative}
.ew3-scrollspace{height:360vh;position:relative}
.ew3-sticky{position:sticky;top:78px;height:calc(100vh - 78px);display:flex;align-items:center;justify-content:center;overflow:hidden}
.ew3-scene{position:relative;width:min(1180px,96vw);height:min(730px,82vh);perspective:1600px;transform-style:preserve-3d}
.ew3-scene-box{position:absolute;left:50%;top:50%;width:410px;height:250px;transform:translate(-50%,-50%);transform-style:preserve-3d;will-change:transform,opacity}
.ew3-scene-box .body{position:absolute;inset:0;border-radius:30px;background:linear-gradient(145deg,#30229f,#3169e9 58%,#1ec3e5);color:#fff;display:grid;place-items:center;text-align:center;box-shadow:0 42px 100px rgba(54,55,168,.28)}
.ew3-scene-box .body strong{font-size:38px;letter-spacing:-.04em}.ew3-scene-box .lid{position:absolute;left:10px;right:10px;top:-78px;height:95px;border-radius:24px;background:linear-gradient(90deg,#8a61ff,#5a70ff,#37cff1);transform-origin:bottom center;box-shadow:0 24px 60px rgba(60,65,170,.18);will-change:transform}
.ew3-flycard{position:absolute;left:50%;top:50%;width:220px;height:155px;margin:-78px 0 0 -110px;padding:18px;border-radius:25px;background:#fff;border:1px solid rgba(19,22,51,.08);box-shadow:0 28px 75px rgba(49,46,126,.16);transform-style:preserve-3d;opacity:0;will-change:transform,opacity}
.ew3-flycard .bubble{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,#7b58ff,#ef60cb)}
.ew3-flycard b{display:block;margin-top:12px;font-size:18px}.ew3-flycard small{color:#888fa2}
.ew3-phasecopy{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);font-weight:900;color:#6f768c;text-align:center;white-space:nowrap}

/* horizontal showcase triggered after explosion */
.ew3-showcase-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,430px);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:12px 6vw 26px}
.ew3-showcase-strip::-webkit-scrollbar{height:8px}.ew3-showcase-strip::-webkit-scrollbar-thumb{background:#d7dbeb;border-radius:999px}
.ew3-showcase-card{scroll-snap-align:center;padding:20px;min-height:430px}
.ew3-showcase-card .visual{height:300px;border-radius:20px;background:linear-gradient(145deg,#f6f7ff,#eef1ff);display:grid;place-items:center;color:#858ca0;text-align:center;padding:24px;border:1px solid #e8ebf6;margin-top:14px}

@media(max-width:980px){
  .ew3-preview-wrap,.ew3-learn-flow{grid-template-columns:1fr}
  .ew3-learn-flow>.ew2-arrow{transform:rotate(90deg)}
  .ew3-demo-layout{grid-template-columns:1fr}.ew3-demo-sidebar{display:none}
  .ew3-orbit{transform:scale(.82)}
}
@media(max-width:720px){
  .ew3-stage{min-height:460px}.ew3-orbit{transform:scale(.62);margin:-80px -120px}
  .ew3-active-icons{grid-template-columns:repeat(2,1fr)}
  .ew3-analysis-grid,.ew3-demo-panels{grid-template-columns:1fr 1fr}
  .ew3-scrollspace{height:260vh}.ew3-scene{transform:scale(.76)}
}

/* V4 — premium illustrated hero */
.ew4-hero-art{position:relative;display:grid;place-items:center;min-height:590px}
.ew4-hero-art:before{content:"";position:absolute;width:86%;height:72%;border-radius:50%;background:radial-gradient(circle,rgba(111,84,255,.18),rgba(56,191,255,.08) 48%,transparent 72%);filter:blur(28px);z-index:0}
.ew4-hero-art img{position:relative;z-index:1;width:min(680px,112%);max-width:none;height:auto;filter:drop-shadow(0 30px 50px rgba(65,55,150,.12));border-radius:34px;mix-blend-mode:multiply}
@media(max-width:980px){.ew4-hero-art{min-height:auto;margin-top:20px}.ew4-hero-art img{width:min(760px,100%)}}
@media(max-width:720px){.ew4-hero-art img{border-radius:22px}}


/* V4.2 — mobile-only simplified experience. Desktop remains V4. */
.ew42-mobile-pack{display:none}

@media(max-width:720px){

  html,body{overflow-x:hidden}
  .ew42-hide-mobile{display:none!important}

  /* compact global spacing without redesigning V4 */
  .ew2-container{width:calc(100% - 28px)!important}
  .ew2-section{padding:54px 0!important}
  .ew2-soft{padding:54px 0!important}
  .ew2-h1{font-size:43px!important;line-height:.98!important}
  .ew2-h2{font-size:36px!important;line-height:1.02!important;margin-bottom:14px!important}
  .ew2-copy{font-size:16px!important;line-height:1.5!important}
  .ew2-kicker{font-size:11px!important;letter-spacing:.15em!important}
  .ew2-card{border-radius:20px!important}

  /* header */
  .ew2-nav{height:auto!important;min-height:70px!important;padding:9px 0!important;gap:8px!important}
  .ew2-brand{font-size:18px!important;gap:7px!important}
  .ew2-logo{width:32px!important;height:32px!important;flex:0 0 32px!important}
  .ew2-subbrand{font-size:10px!important;line-height:1.05!important;max-width:44px!important}
  .ew2-nav>.ew2-btn{min-height:42px!important;max-width:165px!important;padding:0 13px!important;font-size:13px!important;line-height:1.05!important;text-align:center!important}

  /* hero: keep V4 artwork */
  .ew2-hero{padding:42px 0 44px!important}
  .ew2-hero-grid{gap:22px!important}
  .ew4-hero-art{min-height:0!important;margin-top:4px!important}
  .ew4-hero-art img{width:100%!important;max-width:100%!important;border-radius:18px!important}
  .ew2-hero-actions{flex-direction:column!important;gap:9px!important}
  .ew2-hero-actions .ew2-btn{width:100%!important}

  /* free preview */
  .ew3-preview-wrap{gap:26px!important}
  .ew3-upload{padding:16px!important}
  .ew3-drop{padding:20px 14px!important}
  .ew3-analysis{padding:16px!important}
  .ew3-analysis-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}

  /* remove desktop cinematic 3D on phones */
  #pack.ew3-signature{display:none!important}

  /* simplified mobile 3D */
  .ew42-mobile-pack{
    display:block;
    padding:58px 0 46px;
    overflow:hidden;
    background:
      radial-gradient(circle at 50% 44%,rgba(111,87,255,.14),transparent 33%),
      linear-gradient(180deg,#fff,#f8f8ff);
  }
  .ew42-mobile-inner{width:calc(100% - 28px);margin:auto}
  .ew42-mobile-title{
    font-size:38px;line-height:.98;letter-spacing:-.05em;
    margin:9px 0 12px;color:#0d1226;
  }
  .ew42-mobile-copy{margin:0;color:#747b8e;font-size:16px;line-height:1.45}

  .ew42-boxscene{
    position:relative;
    width:100%;
    height:410px;
    margin:18px 0 2px;
    perspective:1100px;
  }
  .ew42-glow{
    position:absolute;left:50%;top:52%;width:310px;height:230px;
    transform:translate(-50%,-50%);
    background:radial-gradient(circle,rgba(90,86,255,.24),rgba(49,200,255,.08) 55%,transparent 72%);
    filter:blur(18px);
  }
  .ew42-box{
    position:absolute;left:50%;top:54%;width:230px;height:145px;
    transform:translate(-50%,-50%) rotateX(6deg) rotateY(-7deg);
    transform-style:preserve-3d;
    animation:ew42boxfloat 4.8s ease-in-out infinite;
  }
  .ew42-boxface{
    position:absolute;inset:0;border-radius:22px;
    background:linear-gradient(145deg,#30229f,#3169e9 58%,#1ec3e5);
    color:#fff;display:grid;place-items:center;text-align:center;padding:16px;
    box-shadow:0 30px 70px rgba(52,55,170,.26);
  }
  .ew42-boxface strong{font-size:24px;letter-spacing:-.04em}
  .ew42-boxface small{display:block;margin-top:7px;font-size:7px;letter-spacing:.14em;opacity:.9}
  .ew42-lid{
    position:absolute;left:8px;right:8px;top:-42px;height:54px;border-radius:17px;
    background:linear-gradient(90deg,#8a61ff,#5a70ff,#37cff1);
    transform-origin:bottom center;transform:rotateX(54deg);
    box-shadow:0 20px 45px rgba(62,67,180,.18);
    animation:ew42lid 4.8s ease-in-out infinite;
  }
  @keyframes ew42boxfloat{50%{transform:translate(-50%,-54%) rotateX(7deg) rotateY(7deg)}}
  @keyframes ew42lid{50%{transform:rotateX(28deg) translateY(-4px)}}

  .ew42-mini{
    position:absolute;
    width:98px;height:70px;
    padding:9px 10px;border-radius:16px;background:rgba(255,255,255,.95);
    box-shadow:0 18px 40px rgba(52,49,130,.12);
    border:1px solid rgba(19,22,51,.06);
    animation:ew42float 4s ease-in-out infinite;
  }
  .ew42-mini span{
    width:26px;height:26px;border-radius:8px;display:grid;place-items:center;
    color:#fff;font-size:11px;font-weight:900;background:linear-gradient(135deg,#7b58ff,#ef60cb);
  }
  .ew42-mini b{display:block;font-size:10px;margin-top:6px;white-space:nowrap}
  .ew42-m1{left:2%;top:26%;transform:rotate(-7deg)}
  .ew42-m2{left:35%;top:5%;transform:rotate(2deg);animation-delay:.2s}
  .ew42-m3{right:0;top:22%;transform:rotate(7deg);animation-delay:.4s}
  .ew42-m4{right:3%;bottom:17%;transform:rotate(5deg);animation-delay:.6s}
  .ew42-m5{left:3%;bottom:17%;transform:rotate(-4deg);animation-delay:.8s}
  .ew42-m6{right:28%;bottom:0;transform:rotate(3deg);animation-delay:1s}
  .ew42-m7{left:26%;bottom:2%;transform:rotate(-3deg);animation-delay:1.2s}
  @keyframes ew42float{50%{translate:0 -8px}}

  .ew42-output-strip{
    display:grid;grid-auto-flow:column;grid-auto-columns:74%;
    gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;
    padding:10px 13% 6px;scroll-padding-inline:13%;
    scrollbar-width:none;
  }
  .ew42-output-strip::-webkit-scrollbar{display:none}
  .ew42-output{
    scroll-snap-align:center;
    display:flex;align-items:center;gap:12px;
    padding:15px;border-radius:18px;background:#fff;
    border:1px solid rgba(13,18,38,.08);
    box-shadow:0 14px 34px rgba(39,42,85,.07);
  }
  .ew42-output>span{
    flex:0 0 42px;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;
    color:#fff;font-weight:900;background:linear-gradient(135deg,#7b58ff,#ef60cb);
  }
  .ew42-output b{display:block;font-size:16px}
  .ew42-output small{display:block;margin-top:2px;color:#838a9c;font-size:12px}
  .ew42-swipe{
    display:flex;justify-content:center;align-items:center;gap:8px;
    margin-top:12px;color:#6d58eb;font-size:12px;font-weight:850;
  }
  .ew42-swipe span{animation:ew42nudge 1.4s ease-in-out infinite}
  @keyframes ew42nudge{50%{transform:translateX(6px)}}

  /* desktop output gallery is redundant on mobile — hide it */
  #pack + .ew2-section{display:none!important}

  /* Test Friday: clean stacked cards */
  #friday{padding:56px 0!important}
  .ew2-friday-grid{gap:24px!important}
  .ew2-dashboard{padding:16px!important}
  .ew2-dash-top{gap:10px!important}
  .ew2-metrics{grid-template-columns:repeat(3,1fr)!important;gap:7px!important}
  .ew2-metric{padding:11px 7px!important}
  .ew2-metric strong{font-size:18px!important}
  .ew2-metric span{font-size:9px!important}
  .ew2-timeline{gap:9px!important}
  .ew2-session{
    grid-template-columns:1fr auto!important;
    gap:6px 10px!important;
    padding:14px!important;
  }
  .ew2-session>strong{
    grid-column:1/-1!important;
    font-size:14px!important;
    color:#6b56e5!important;
  }
  .ew2-session>span:not(.ew2-duration){
    grid-column:1!important;
    font-size:15px!important;line-height:1.2!important;
  }
  .ew2-session>span:not(.ew2-duration) small{font-size:11px!important;line-height:1.25!important}
  .ew2-duration{
    grid-column:2!important;grid-row:2!important;
    align-self:center!important;white-space:nowrap!important;
    font-size:12px!important;
  }

  /* How it works: shorter */
  #how{padding:54px 0!important}
  .ew2-steps{grid-template-columns:1fr!important;gap:9px!important}
  .ew2-step{min-height:0!important;padding:16px!important}
  .ew2-step .num{margin-bottom:10px!important}

  /* Pricing: keep free + main offer, hide future family card */
  #pricing{padding:54px 0!important}
  .ew2-pricing-grid{grid-template-columns:1fr!important;gap:12px!important}
  .ew2-pricing-grid .ew2-price:nth-child(3){display:none!important}
  .ew2-price{padding:20px!important}
  .ew2-price.featured{transform:none!important}

  .ew2-final{padding:44px 0!important}
  .ew2-final-card{padding:32px 20px!important}
  .ew2-footer{padding-bottom:34px!important}
}


/* ================= V4.4 Fully Editable ================= */
.ew44-phone-buy,.ew44-swipe{display:none}
.ew44-preview-img{width:100%;border-radius:18px;margin-bottom:14px}
.ew2-dashboard h3{font-size:30px;margin:6px 0}

@media(max-width:720px){
  html,body{overflow-x:hidden}
  .ew44-desktop-tablet{display:none!important}

  /* clean mobile rhythm */
  .ew2-container{width:calc(100% - 28px)!important}
  .ew2-section{padding:48px 0!important}
  .ew2-hero{padding:34px 0 28px!important}
  .ew2-h1{font-size:40px!important;line-height:1!important;letter-spacing:-.05em!important}
  .ew2-h2{font-size:33px!important;line-height:1.03!important;letter-spacing:-.04em!important}
  .ew2-copy{font-size:16px!important;line-height:1.48!important}
  .ew2-kicker{font-size:10px!important;letter-spacing:.14em!important;margin-bottom:9px!important}
  .ew2-card{border-radius:19px!important}

  /* header */
  .ew2-nav{min-height:66px!important;height:auto!important;padding:8px 0!important;gap:7px!important}
  .ew2-brand{font-size:17px!important;gap:6px!important}
  .ew2-logo{width:30px!important;height:30px!important}
  .ew2-subbrand{display:none!important}
  .ew2-nav>.ew2-btn{font-size:12px!important;min-height:40px!important;padding:0 12px!important;max-width:145px!important}

  /* hero */
  .ew2-hero-grid{gap:18px!important}
  .ew2-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:20px 0 14px!important}
  .ew2-hero-actions .ew2-btn{width:100%!important}
  .ew3-levels{display:none!important}
  .ew4-hero-art{min-height:0!important;margin-top:0!important}
  .ew4-hero-art img{width:100%!important;max-width:100%!important;border-radius:18px!important}

  /* clear purchase explainer */
  .ew44-phone-buy{display:block;padding:22px 0 42px;background:linear-gradient(180deg,#fff,#f7f8ff)}
  .ew44-phone-inner{width:calc(100% - 28px);margin:auto}
  .ew44-phone-inner h2{font-size:32px;line-height:1.02;letter-spacing:-.04em;margin:6px 0 10px}
  .ew44-phone-inner>p{color:#727a8d;font-size:16px;line-height:1.45;margin:0 0 18px}
  .ew44-buy-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .ew44-buy-chip{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(13,18,38,.08);border-radius:15px;padding:11px;font-size:12px;font-weight:800}
  .ew44-buy-chip span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#7b58ff,#ed61d1);flex:0 0 28px}
  .ew44-buy-chip.plan{grid-column:1/-1;background:linear-gradient(90deg,#f4f1ff,#eef7ff)}
  .ew44-buy-price{display:flex;align-items:end;gap:10px;margin:18px 0 14px}
  .ew44-buy-price b{font-size:34px;letter-spacing:-.04em}
  .ew44-buy-price small{color:#777f92;padding-bottom:5px}
  .ew44-phone-buy .ew2-btn{width:100%}

  /* preview */
  .ew3-preview-wrap{grid-template-columns:1fr!important;gap:18px!important}
  .ew3-free-list{gap:7px!important}
  .ew3-free-list div{padding:11px 12px!important}
  .ew3-upload{padding:14px!important}
  .ew3-drop{padding:18px 12px!important}
  .ew3-analysis{padding:15px!important}
  .ew3-analysis h3{font-size:22px!important}
  .ew3-analysis-grid{grid-template-columns:1fr 1fr!important;gap:7px!important}

  /* mobile 3D only, no long cinematic scroll */
  #pack{display:none!important}
  .ew42-mobile-pack{display:block!important;padding:48px 0 30px!important}
  .ew42-boxscene{height:330px!important;margin:8px 0!important}
  .ew42-box{width:195px!important;height:124px!important}
  .ew42-boxface strong{font-size:20px!important}
  .ew42-boxface small{font-size:6px!important}
  .ew42-mini{width:82px!important;height:58px!important;padding:7px!important;border-radius:13px!important}
  .ew42-mini span{width:22px!important;height:22px!important;font-size:9px!important}
  .ew42-mini b{font-size:8px!important;margin-top:4px!important}

  /* examples: compact and obvious swipe */
  .ew44-examples{padding-top:32px!important}
  .ew3-showcase-strip{grid-auto-columns:72vw!important;gap:10px!important;padding:8px 14vw 10px!important;scroll-padding-inline:14vw!important}
  .ew3-showcase-card{min-height:auto!important;padding:13px!important}
  .ew3-showcase-card .visual{height:180px!important;margin-top:8px!important;border-radius:14px!important;font-size:11px!important}
  .ew3-showcase-card .ew2-copy{font-size:12px!important;margin-bottom:0!important}
  .ew44-swipe{display:block;text-align:center;color:#6c56e5;font-size:12px;font-weight:850;margin-top:8px}

  /* test plan: compact but readable */
  .ew2-friday-grid{grid-template-columns:1fr!important;gap:18px!important}
  .ew2-dashboard{padding:15px!important}
  .ew2-dash-top{gap:8px!important}
  .ew2-dashboard h3{font-size:24px!important}
  .ew2-days{font-size:10px!important;padding:7px 9px!important}
  .ew2-metrics{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}
  .ew2-metric{padding:10px 6px!important}
  .ew2-metric strong{font-size:17px!important}
  .ew2-metric span{font-size:9px!important}
  .ew2-session{grid-template-columns:1fr auto!important;gap:5px 8px!important;padding:12px!important}
  .ew2-session>strong{grid-column:1/-1!important;color:#6b56e5!important;font-size:13px!important}
  .ew2-session>span:not(.ew2-duration){grid-column:1!important;font-size:14px!important;line-height:1.18!important}
  .ew2-session small{font-size:10px!important}
  .ew2-duration{grid-column:2!important;grid-row:2!important;font-size:11px!important;white-space:nowrap!important}

  /* how it works */
  .ew2-steps{grid-template-columns:1fr!important;gap:8px!important}
  .ew2-step{min-height:auto!important;padding:14px!important;display:grid!important;grid-template-columns:38px 1fr!important;gap:0 10px!important}
  .ew2-step .num{grid-row:1/3!important;margin:0!important}
  .ew2-step b{margin:0 0 3px!important}
  .ew2-step p{font-size:12px!important}

  /* pricing only two clear choices */
  .ew2-pricing-grid{grid-template-columns:1fr!important;gap:10px!important}
  .ew2-price{padding:18px!important}
  .ew2-price.featured{transform:none!important}
  .ew2-price ul{font-size:13px!important}
  .ew2-final{padding:38px 0!important}
  .ew2-final-card{padding:28px 18px!important}
}


/* =========================================================
   V4.5 Conversion-focused fixed graphic sections
   ========================================================= */

.ew45-transform,
.ew45-friday,
.ew45-parent-dashboard{padding:100px 0;overflow:hidden}

.ew45-transform{background:linear-gradient(180deg,#fff 0%,#f8f8ff 100%)}
.ew45-transform-head{max-width:980px;margin-bottom:42px}
.ew45-transform-head em{font-style:normal;background:linear-gradient(90deg,#704fff,#2f8cff);-webkit-background-clip:text;background-clip:text;color:transparent}

.ew45-transform-grid{display:grid;grid-template-columns:1fr 90px 1.15fr;gap:16px;align-items:center}
.ew45-before,.ew45-after{min-height:440px;border:1px solid rgba(20,28,60,.08);border-radius:32px;background:#fff;box-shadow:0 30px 80px rgba(58,49,120,.08);padding:34px}
.ew45-before{display:flex;flex-direction:column;justify-content:center}
.ew45-paper-stack{height:255px;position:relative;max-width:390px;margin:0 auto 24px;width:100%}
.ew45-paper-stack .sheet{position:absolute;inset:24px 12px 0;background:#fff;border:1px solid #e4e6f0;border-radius:22px;box-shadow:0 15px 35px rgba(39,47,83,.08)}
.ew45-paper-stack .s1{transform:rotate(-5deg)}
.ew45-paper-stack .s2{transform:rotate(4deg)}
.ew45-paper-stack .s3{transform:translateY(-7px)}
.ew45-paper-stack .main{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;inset:0;z-index:3}
.ew45-paper-stack .main strong{font-size:62px;letter-spacing:-.06em}
.ew45-paper-stack .main small{color:#81889b}
.mini-label{font-size:11px;font-weight:900;letter-spacing:.16em;color:#7459ef}
.ew45-problem{display:flex;align-items:center;gap:13px;background:#fff3f1;border:1px solid #ffdcd5;padding:14px 16px;border-radius:18px;max-width:390px;margin:auto;width:100%}
.ew45-problem>span{width:42px;height:42px;display:grid;place-items:center;background:#ff755f;color:white;border-radius:13px;font-size:23px;font-weight:900}
.ew45-problem div{display:flex;flex-direction:column}
.ew45-problem small{color:#8b7780}

.ew45-arrow-flow{display:grid;place-items:center}
.ew45-arrow-flow span{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#7656ff,#2d8dff);color:#fff;display:grid;place-items:center;font-size:34px;box-shadow:0 15px 35px rgba(79,91,255,.25)}
.ew45-after{background:linear-gradient(145deg,#151a3c 0%,#1c2557 100%);color:#fff}
.ew45-plan-header{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.ew45-plan-header .mini-label{color:#9aa4ff}
.ew45-plan-header strong{font-size:28px;line-height:1.1;letter-spacing:-.03em}
.ew45-plan-list{display:grid;gap:12px}
.ew45-plan-list>div{display:grid;grid-template-columns:46px 1fr;gap:2px 12px;padding:16px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}
.ew45-plan-list>div>span{grid-row:1/3;width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,#7559ff,#34a0ff);display:grid;place-items:center;font-size:12px;font-weight:900}
.ew45-plan-list b{font-size:15px}
.ew45-plan-list small{color:#bac2df}
.ew45-transform-tagline{text-align:center;margin-top:30px;font-size:24px;color:#757c90}
.ew45-transform-tagline strong{color:#12182f}

.ew45-friday{background:radial-gradient(circle at 80% 20%,rgba(116,89,255,.10),transparent 38%),#fff}
.ew45-friday>.ew2-container{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:center}
.ew45-friday-points{display:grid;gap:12px;margin-top:28px}
.ew45-friday-points>div{display:flex;gap:10px;align-items:flex-start;font-weight:750}
.ew45-friday-points span{width:24px;height:24px;border-radius:50%;background:#eef0ff;color:#6550e8;display:grid;place-items:center;font-size:12px;flex:0 0 24px}
.ew45-week-card{background:#fff;border-radius:32px;border:1px solid #e6e7ef;box-shadow:0 32px 90px rgba(54,55,100,.12);padding:30px}
.ew45-week-top{display:flex;justify-content:space-between;align-items:center}
.ew45-week-top>div{display:flex;flex-direction:column}
.ew45-week-top small{font-weight:850;color:#7c8295;font-size:10px;letter-spacing:.14em}
.ew45-week-top strong{font-size:34px;letter-spacing:-.04em}
.ew45-ready-pill{padding:9px 13px;border-radius:999px;background:#efeaff;color:#6b50e6;font-size:12px;font-weight:850}
.ew45-progress{margin:24px 0 22px}
.ew45-progress .bar{height:10px;background:#eff0f6;border-radius:99px;overflow:hidden}
.ew45-progress .bar span{display:block;width:74%;height:100%;background:linear-gradient(90deg,#7458ff,#2e94ff);border-radius:99px}
.ew45-progress .labels{display:flex;justify-content:space-between;font-size:10px;color:#9298aa;margin-top:7px}
.ew45-week{display:grid;gap:10px}
.ew45-day{display:grid;grid-template-columns:52px 42px 1fr;align-items:center;gap:12px;padding:13px 15px;border-radius:18px;background:#f8f8fc;border:1px solid #ececf3}
.ew45-day .day{font-size:10px;font-weight:900;letter-spacing:.12em;color:#888fa2}
.ew45-day .dot{width:36px;height:36px;border-radius:12px;background:#eceeff;color:#6554e8;display:grid;place-items:center;font-weight:900}
.ew45-day>div{display:grid;grid-template-columns:1fr auto;align-items:center}
.ew45-day b{grid-column:1;grid-row:1;font-size:14px}
.ew45-day small{grid-column:1;grid-row:2;color:#8a91a3}
.ew45-day em{grid-column:2;grid-row:1/3;font-style:normal;font-size:11px;font-weight:850;color:#6554e8;background:#efedff;padding:6px 8px;border-radius:10px}
.ew45-day.active{background:#f4f0ff;border-color:#dbd2ff}
.ew45-day.test{background:linear-gradient(90deg,#151b3e,#252f66);color:#fff;border-color:transparent}
.ew45-day.test .day,.ew45-day.test small{color:#c5cae0}
.ew45-day.test .dot{background:#fff;color:#171c41}
.ew45-day.test em{background:rgba(255,255,255,.12);color:#fff}
.ew45-week-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}
.ew45-week-footer>div{padding:14px;border-radius:16px;background:#f7f8fd;display:flex;flex-direction:column}
.ew45-week-footer b{font-size:20px}
.ew45-week-footer span{font-size:10px;color:#8b92a5}

.ew45-parent-dashboard{background:linear-gradient(180deg,#fafaff,#fff)}
.ew45-parent-head{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:end;margin-bottom:35px}
.ew45-dashboard-shell{display:grid;grid-template-columns:230px 1fr;border-radius:34px;overflow:hidden;background:#fff;border:1px solid #e6e8f0;box-shadow:0 35px 100px rgba(39,47,91,.12)}
.ew45-dash-side{background:#151b42;color:#fff;padding:28px 22px;min-height:610px}
.ew45-dash-side .brand{font-size:22px;font-weight:900;margin-bottom:28px}
.ew45-dash-side .brand span{font-weight:500;color:#acb4d3}
.student-card{display:flex;gap:12px;align-items:center;padding:14px;border-radius:18px;background:rgba(255,255,255,.08);margin-bottom:24px}
.student-card .avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#7658ff,#3397ff);display:grid;place-items:center;font-weight:900}
.student-card div:last-child{display:flex;flex-direction:column}
.student-card small{color:#b8bfd6}
.ew45-dash-side nav{display:grid;gap:7px}
.ew45-dash-side nav span{padding:10px 12px;border-radius:12px;color:#b6bdd6;font-size:13px}
.ew45-dash-side nav .active{background:#fff;color:#171b3e;font-weight:800}
.ew45-dash-main{padding:30px;background:#fbfbfe}
.ew45-dash-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.ew45-dash-topline small{font-size:10px;font-weight:900;letter-spacing:.14em;color:#7f879b}
.ew45-dash-topline h3{font-size:30px;margin:3px 0 0;letter-spacing:-.04em}
.ew45-score-ring{width:88px;height:88px;border-radius:50%;background:conic-gradient(#7055ff 0 74%,#e9eaf2 74% 100%);display:grid;place-items:center;position:relative}
.ew45-score-ring:before{content:"";position:absolute;width:66px;height:66px;border-radius:50%;background:#fbfbfe}
.ew45-score-ring span,.ew45-score-ring small{position:relative;z-index:2;grid-column:1;grid-row:1}
.ew45-score-ring span{font-size:20px;font-weight:900;margin-top:-10px}
.ew45-score-ring small{font-size:9px;color:#8d93a5;margin-top:23px}
.ew45-dash-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:12px}
.ew45-dash-card{background:#fff;border:1px solid #e9eaf0;border-radius:20px;padding:18px;min-height:132px;display:flex;flex-direction:column;justify-content:center}
.ew45-dash-card.wide{grid-column:1/-1;min-height:190px}
.ew45-dash-card small{font-size:10px;letter-spacing:.12em;font-weight:850;color:#838a9d}
.ew45-dash-card strong{font-size:27px;letter-spacing:-.04em;margin:5px 0}
.ew45-dash-card>span{color:#80879a;font-size:12px}
.card-title{display:flex;justify-content:space-between}
.card-title span{font-weight:850}
.card-title b{font-size:12px;color:#6f58ea}
.mini-bars{height:88px;display:flex;gap:10px;align-items:flex-end;margin-top:12px}
.mini-bars span{flex:1;background:linear-gradient(180deg,#7760ff,#438cff);border-radius:10px 10px 4px 4px}
.mini-bars span.muted{background:#dfe2ee}
.days{display:flex;gap:10px}
.days span{flex:1;text-align:center;font-size:9px;color:#9399aa}
.tiny-progress{height:7px;background:#eff0f5;border-radius:99px;margin-top:12px;overflow:hidden}
.tiny-progress i{display:block;height:100%;background:linear-gradient(90deg,#7459ff,#35a1ff);border-radius:99px}
.ew45-dash-card.alert{background:#fff8f4}
.ew45-dash-card.next{background:linear-gradient(145deg,#f2efff,#eef8ff)}
.next-pill{margin-top:12px;font-size:11px;font-weight:850;color:#6552df}
.ew45-family-note{display:flex;align-items:center;gap:12px;margin:20px auto 0;padding:14px 18px;border-radius:18px;background:#f5f4ff;max-width:820px}
.ew45-family-note>span{font-size:9px;font-weight:900;letter-spacing:.12em;background:#7358f3;color:white;padding:7px 9px;border-radius:999px}
.ew45-family-note strong{font-size:14px}
.ew45-family-note small{color:#777e91}

@media(max-width:720px){
  .ew45-transform,.ew45-friday,.ew45-parent-dashboard{padding:54px 0}
  .ew45-transform-grid{grid-template-columns:1fr;gap:12px}
  .ew45-arrow-flow{height:48px}
  .ew45-arrow-flow span{transform:rotate(90deg);width:46px;height:46px;font-size:26px}
  .ew45-before,.ew45-after{min-height:auto;padding:18px;border-radius:22px}
  .ew45-paper-stack{height:185px}
  .ew45-paper-stack .main strong{font-size:44px}
  .ew45-problem{padding:11px}
  .ew45-plan-header strong{font-size:22px}
  .ew45-plan-list>div{padding:12px}
  .ew45-transform-tagline{font-size:18px;margin-top:20px}

  .ew45-friday>.ew2-container{grid-template-columns:1fr;gap:24px}
  .ew45-week-card{padding:16px;border-radius:24px}
  .ew45-week-top strong{font-size:27px}
  .ew45-ready-pill{font-size:9px}
  .ew45-day{grid-template-columns:40px 34px 1fr;padding:10px;gap:8px}
  .ew45-day .dot{width:30px;height:30px;border-radius:10px}
  .ew45-day em{font-size:9px}
  .ew45-week-footer>div{padding:10px}
  .ew45-week-footer b{font-size:16px}

  .ew45-parent-head{grid-template-columns:1fr;gap:8px}
  .ew45-dashboard-shell{grid-template-columns:1fr;border-radius:24px}
  .ew45-dash-side{display:none}
  .ew45-dash-main{padding:14px}
  .ew45-dash-topline h3{font-size:24px}
  .ew45-score-ring{width:72px;height:72px}
  .ew45-score-ring:before{width:54px;height:54px}
  .ew45-dash-grid{grid-template-columns:1fr 1fr;gap:8px}
  .ew45-dash-card{padding:12px;min-height:112px;border-radius:16px}
  .ew45-dash-card strong{font-size:20px}
  .ew45-dash-card.wide{min-height:160px}
  .ew45-dash-card.alert,.ew45-dash-card.next{grid-column:1/-1}
  .ew45-family-note{align-items:flex-start;flex-wrap:wrap;padding:12px}
  .ew45-family-note small{width:100%}
}

/* V4.6 Trust section */
.ew46-trust{padding:105px 0;background:radial-gradient(circle at 10% 15%,rgba(116,89,255,.07),transparent 28%),linear-gradient(180deg,#fff 0%,#fbfbff 100%);overflow:hidden}
.ew46-trust-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}
.ew46-team-photo{position:relative;border-radius:34px;overflow:hidden;min-height:610px;background:#f4f4f7;box-shadow:0 35px 90px rgba(30,35,75,.12)}
.ew46-team-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center;display:block}
.ew46-team-photo:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(10,15,35,.58))}
.ew46-photo-note{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:#fff;display:flex;flex-direction:column;gap:4px}
.ew46-photo-note span{font-size:10px;letter-spacing:.18em;font-weight:900;opacity:.75}
.ew46-photo-note strong{font-size:22px;letter-spacing:-.025em}
.ew46-trust-copy .ew2-h2{margin-bottom:18px}
.ew46-trust-copy .ew2-h2 span{background:linear-gradient(90deg,#6d54f4,#318ff7);-webkit-background-clip:text;background-clip:text;color:transparent}
.ew46-lead{font-size:22px;line-height:1.45;font-weight:750;color:#20263e;margin:0 0 14px;max-width:680px}
.ew46-trust-copy>.ew2-copy{max-width:700px;margin-bottom:26px}
.ew46-promise{display:grid;grid-template-columns:52px 1fr;gap:15px;padding:20px;border-radius:22px;background:linear-gradient(135deg,#f2efff,#eef8ff);border:1px solid #e2e0ff;margin:25px 0}
.ew46-promise-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#7457f5,#3297f8);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 10px 25px rgba(91,86,238,.22)}
.ew46-promise small{display:block;font-size:9px;letter-spacing:.15em;font-weight:900;color:#7259e7;margin-bottom:4px}
.ew46-promise strong{display:block;font-size:17px;line-height:1.25;color:#11172e}
.ew46-promise p{margin:5px 0 0;color:#747c91;font-size:13px;line-height:1.45}
.ew46-trust-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ew46-trust-points>div{display:grid;grid-template-columns:38px 1fr;gap:0 10px;padding:14px;border:1px solid #e8e9f0;background:#fff;border-radius:17px}
.ew46-trust-points span{grid-row:1/3;width:34px;height:34px;border-radius:11px;background:#f1efff;color:#6954e8;display:grid;place-items:center;font-size:10px;font-weight:900}
.ew46-trust-points b{font-size:13px;color:#12172d}
.ew46-trust-points small{font-size:11px;color:#858c9e}
.ew46-signoff{display:flex;align-items:center;gap:17px;margin-top:27px;padding-top:23px;border-top:1px solid #e9eaf0}
.ew46-signature{font-family:"Brush Script MT","Segoe Script",cursive;font-size:43px;line-height:1;color:#171d39;transform:rotate(-4deg)}
.ew46-signoff>div:last-child{display:flex;flex-direction:column;font-size:13px}
.ew46-signoff span{color:#81889b;margin-top:2px}
@media(max-width:900px){.ew46-trust-grid{grid-template-columns:1fr;gap:38px}.ew46-team-photo{min-height:520px;max-width:680px;width:100%;margin:auto}}
@media(max-width:720px){
 .ew46-trust{padding:58px 0}.ew46-trust-grid{gap:26px}.ew46-team-photo{min-height:420px;border-radius:24px}
 .ew46-photo-note{left:18px;right:18px;bottom:17px}.ew46-photo-note strong{font-size:18px}.ew46-lead{font-size:18px}
 .ew46-promise{grid-template-columns:42px 1fr;padding:14px;gap:10px;border-radius:18px}.ew46-promise-icon{width:40px;height:40px;border-radius:13px}
 .ew46-trust-points{grid-template-columns:1fr}.ew46-signature{font-size:36px}
}


/* =========================================================
   V4.7 — counter, premium examples, conversion pricing
   ========================================================= */
.ew47-counter{display:inline-block;min-width:1.15em;font-variant-numeric:tabular-nums}
.ew47-reveal-step{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s cubic-bezier(.2,.8,.2,1)}
.ew47-reveal-step.is-visible{opacity:1;transform:none}

/* Examples */
.ew47-examples{padding:110px 0;background:linear-gradient(180deg,#fff,#f8f9ff)}
.ew47-examples-head{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:end;margin-bottom:40px}
.ew47-examples-head .ew2-h2 span,.ew47-pricing-head .ew2-h2 span{background:linear-gradient(90deg,#7558f5,#318ff6);-webkit-background-clip:text;background-clip:text;color:transparent}
.ew47-examples-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.ew47-example{position:relative;background:#fff;border:1px solid #e7e8f0;border-radius:28px;padding:18px;box-shadow:0 22px 55px rgba(39,43,90,.08);overflow:hidden}
.ew47-example.audio{grid-column:span 7}.ew47-example.slides{grid-column:span 5}
.ew47-example.flash{grid-column:span 4}.ew47-example.infographic{grid-column:span 4}.ew47-example.quiz{grid-column:span 4}
.ew47-example.video{grid-column:span 6}.ew47-example.report{grid-column:span 6}
.ew47-card-label{font-size:9px;font-weight:900;letter-spacing:.16em;color:#6e58e9;margin:2px 2px 12px}
.ew47-example-foot{padding:15px 3px 2px;display:flex;flex-direction:column;gap:3px}
.ew47-example-foot strong{font-size:15px}.ew47-example-foot span{font-size:12px;color:#7f8799;line-height:1.4}

/* Audio */
.ew47-audio-cover{display:grid;grid-template-columns:210px 1fr;gap:20px;min-height:300px;background:#11193b;border-radius:22px;padding:18px;color:#fff}
.ew47-podcast-art{border-radius:18px;background:radial-gradient(circle at 25% 20%,#8d73ff,transparent 35%),radial-gradient(circle at 75% 75%,#2ca7ff,transparent 35%),linear-gradient(145deg,#29204f,#121935);display:flex;flex-direction:column;justify-content:flex-end;padding:18px;position:relative;overflow:hidden}
.ew47-podcast-art:before{content:"";position:absolute;width:120px;height:120px;border:20px solid rgba(255,255,255,.12);border-radius:50%;top:28px;left:42px}
.ew47-podcast-art:after{content:"";position:absolute;width:8px;height:150px;background:linear-gradient(#ff68b4,#7c65ff,#36a6ff);left:102px;top:18px;transform:rotate(25deg);border-radius:99px}
.ew47-podcast-art span,.ew47-podcast-art b{position:relative;z-index:2}.ew47-podcast-art span{font-size:11px;letter-spacing:.15em;font-weight:900;color:#aeb6ff}.ew47-podcast-art b{font-size:24px;line-height:1.02}
.ew47-audio-meta{display:flex;flex-direction:column;justify-content:center}.ew47-audio-meta>small{color:#9ba5cf;font-weight:800;letter-spacing:.1em}.ew47-audio-meta h3{font-size:27px;margin:5px 0 4px}.ew47-audio-meta>p{color:#aeb6d0;font-size:12px}
.ew47-player{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;margin:18px 0}.ew47-player button{border:0;width:42px;height:42px;border-radius:50%;background:#fff;color:#141b3c;cursor:pointer}
.ew47-wave{display:flex;align-items:center;gap:3px;height:35px}.ew47-wave i{width:3px;border-radius:9px;background:linear-gradient(#8e72ff,#38a4ff);height:20%}.ew47-wave i:nth-child(3n){height:80%}.ew47-wave i:nth-child(4n){height:45%}.ew47-wave i:nth-child(5n){height:100%}
.ew47-player>span{font-size:10px;color:#9ba5c5}.ew47-transcript{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;font-size:11px;line-height:1.45;color:#c9cee1}.ew47-transcript b{color:#fff;margin-right:6px}

/* Presentation */
.ew47-slide{min-height:300px;border-radius:22px;background:#f6eddc;padding:24px;color:#17304a;position:relative;overflow:hidden}
.ew47-slide:after{content:"";position:absolute;right:-40px;top:-50px;width:180px;height:180px;border:1px solid rgba(18,56,90,.12);border-radius:50%}
.ew47-slide-top{font-size:9px;font-weight:900;letter-spacing:.13em;color:#b8503e}.ew47-slide h3{font-size:28px;line-height:1.05;margin:8px 0 18px}.ew47-slide-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:15px}
.ew47-bastille{min-height:140px;border-radius:15px;background:linear-gradient(145deg,#203d55,#9d3940);display:grid;place-items:center;color:#fff;position:relative;overflow:hidden}.ew47-bastille:before{content:"";width:85px;height:100px;background:repeating-linear-gradient(90deg,#172b3e 0 12px,#d6c4a6 12px 20px);opacity:.55}.ew47-bastille span{position:absolute;font-size:31px;font-weight:950}
.ew47-causes{display:grid;gap:7px}.ew47-causes>div{display:flex;align-items:center;gap:8px;padding:9px;border-radius:11px;background:rgba(255,255,255,.6)}.ew47-causes b{color:#b84d3e}.ew47-causes span{font-size:12px;font-weight:750}.ew47-slide-bottom{margin-top:12px;padding-top:10px;border-top:1px solid rgba(19,51,75,.15);font-size:11px;font-weight:800}

/* Flashcards */
.ew47-flash-wrap{height:285px;border-radius:22px;background:linear-gradient(145deg,#f5f1ff,#edf7ff);position:relative;display:grid;place-items:center}
.ew47-flash-card{position:absolute;width:78%;height:190px;border-radius:20px;background:#fff;border:1px solid #e5e5ee;box-shadow:0 18px 45px rgba(70,65,130,.12)}
.ew47-flash-card.back{transform:rotate(-7deg) translate(-13px,7px)}.ew47-flash-card.mid{transform:rotate(6deg) translate(15px,3px)}
.ew47-flash-card.front{display:flex;flex-direction:column;justify-content:center;padding:24px;z-index:3}.ew47-flash-card.front small{font-size:9px;font-weight:900;letter-spacing:.12em;color:#7058e9}.ew47-flash-card.front b{font-size:21px;line-height:1.15;margin:9px 0 20px}.ew47-flash-card.front span{font-size:11px;color:#81889a}

/* Infographic */
.ew47-info-sheet{height:285px;border-radius:22px;background:#fff8e9;border:1px solid #f0e5c9;padding:20px;text-align:center;color:#17344c}.ew47-info-sheet>small{font-size:9px;font-weight:900;letter-spacing:.14em;color:#2b8aa2}.ew47-info-sheet h3{font-size:27px;margin:4px 0}
.ew47-cycle{height:140px;position:relative;color:#57a5be}.ew47-cycle svg{position:absolute;inset:0;width:100%;height:100%}.ew47-cycle .sun,.ew47-cycle .cloud,.ew47-cycle .drop{position:absolute;z-index:2;font-size:35px}.ew47-cycle .sun{left:20px;top:35px}.ew47-cycle .cloud{right:24px;top:22px}.ew47-cycle .drop{right:70px;bottom:14px;font-size:28px}
.ew47-info-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.ew47-info-steps span{font-size:8px;font-weight:850;background:#fff;border-radius:9px;padding:7px 2px}

/* Quiz */
.ew47-quiz-ui{min-height:285px;border-radius:22px;background:#f9fbff;padding:19px}.ew47-quiz-top{display:flex;justify-content:space-between;font-size:9px;font-weight:900;letter-spacing:.08em;color:#6f58e9}.ew47-quiz-ui h3{font-size:18px;line-height:1.25;margin:14px 0}.ew47-answers{display:grid;grid-template-columns:1fr 1fr;gap:7px}.ew47-answers span{padding:10px;border-radius:11px;background:#fff;border:1px solid #e5e7ef;font-size:10px;font-weight:750}.ew47-answers .selected{border-color:#6d5bee;background:#f0edff;color:#5f4fe0}.ew47-feedback{margin-top:11px;padding:10px;border-radius:11px;background:#eaf8ef;color:#326c48;font-size:9px;line-height:1.4}

/* Video */
.ew47-video-frame{height:310px;border-radius:22px;background:#171b32;position:relative;overflow:hidden;color:#fff}.ew47-video-scene{position:absolute;inset:0;padding:27px;background:radial-gradient(circle at 80% 20%,rgba(187,56,103,.55),transparent 30%),linear-gradient(135deg,#1c2142,#32213c)}.ew47-video-scene:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-70px;bottom:-100px}
.ew47-video-scene small{font-size:9px;letter-spacing:.14em;font-weight:900;color:#d1b6ff}.ew47-video-scene h3{font-size:34px;margin:5px 0}.ew47-video-scene p{color:#c2c6d9}.ew47-family-lines{position:absolute;left:27px;right:27px;bottom:34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.ew47-family-lines span{padding:11px;border-radius:12px;background:rgba(255,255,255,.09);text-align:center;font-size:10px;font-weight:900;letter-spacing:.1em}.ew47-family-lines i{font-style:normal;color:#ff7ca9}
.ew47-video-frame>button{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.9);color:#171b32;font-size:20px}.ew47-video-time{position:absolute;right:12px;bottom:10px;background:rgba(0,0,0,.45);padding:5px 7px;border-radius:7px;font-size:9px}

/* Report */
.ew47-report-paper{height:310px;border-radius:22px;background:#fffdf8;border:1px solid #e8e1d5;padding:22px;color:#233346}.ew47-report-head{position:relative;padding-bottom:12px;border-bottom:2px solid #233346}.ew47-report-head small{font-size:8px;font-weight:900;letter-spacing:.14em;color:#9b6b42}.ew47-report-head h3{font-family:Georgia,serif;font-size:24px;margin:3px 0}.ew47-report-head>span{position:absolute;right:0;top:7px;font-size:9px;color:#7d8490}.ew47-report-cols{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.ew47-report-cols>div{padding:9px;border-radius:11px;background:#f7f2ea}.ew47-report-cols b{font-size:10px}.ew47-report-cols p{font-size:9px;line-height:1.35;color:#6f7682;margin:4px 0 0}

/* Pricing */
.ew47-pricing{padding:110px 0;background:#fff}
.ew47-pricing-head{max-width:930px;margin:0 auto 45px;text-align:center}.ew47-pricing-head .ew2-copy{margin-left:auto;margin-right:auto}
.ew47-price-grid{display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:16px;align-items:stretch}
.ew47-price-card{position:relative;border:1px solid #e6e7ef;border-radius:28px;padding:27px;background:#fff;display:flex;flex-direction:column;box-shadow:0 22px 55px rgba(40,45,80,.07)}
.ew47-price-card.hero{background:linear-gradient(145deg,#151a3d,#20295c);color:#fff;border-color:transparent;transform:translateY(-12px);box-shadow:0 32px 80px rgba(40,43,105,.20)}
.ew47-popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#7959f7,#318ff8);color:#fff;padding:8px 14px;border-radius:999px;font-size:8px;letter-spacing:.12em;font-weight:900;white-space:nowrap}
.ew47-price-tag{font-size:9px;letter-spacing:.14em;font-weight:900;color:#6d57e7;margin-bottom:8px}.ew47-price-card.hero .ew47-price-tag{color:#aeb7ff}
.ew47-price-card h3{font-size:27px;margin:0 0 5px}.ew47-price-card>p{font-size:13px;line-height:1.45;color:#7e8598;min-height:58px}.ew47-price-card.hero>p{color:#b9c0dc}
.ew47-money{display:flex;align-items:flex-start;margin:13px 0 15px}.ew47-money>span{font-size:19px;font-weight:800;margin-top:9px}.ew47-money b{font-size:56px;line-height:.95;letter-spacing:-.06em}.ew47-money sup{font-size:20px;font-weight:900;margin:5px 8px 0 2px}.ew47-money small{align-self:flex-end;margin-bottom:5px;color:#858da1}
.ew47-choose,.ew47-seven,.ew47-coming{padding:10px 11px;border-radius:12px;font-size:10px;font-weight:850;margin-bottom:13px}.ew47-choose{background:#f4f1ff;color:#6652dc}.ew47-seven{background:rgba(255,255,255,.1);color:#fff;letter-spacing:.08em}.ew47-coming{background:#eef8ff;color:#2f7fae}
.ew47-price-card ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:9px;flex:1}.ew47-price-card li{font-size:12px;position:relative;padding-left:20px}.ew47-price-card li:before{content:"✓";position:absolute;left:0;color:#48a879;font-weight:900}.ew47-price-card.hero li:before{color:#70e3b1}
.ew47-price-card .ew2-btn{width:100%;text-align:center}.ew47-price-card.hero .ew2-btn{background:#fff!important;color:#161c42!important}
.ew47-micro{display:block;text-align:center;color:#9298a9;font-size:9px;line-height:1.35;margin-top:10px}.ew47-price-card.hero .ew47-micro{color:#aeb5cf}
.ew47-price-note{margin:28px auto 0;max-width:920px;padding:16px 20px;border-radius:18px;background:#f7f7fc;display:flex;gap:10px;align-items:center;justify-content:center;font-size:12px}.ew47-price-note span{color:#7c8396}

@media(max-width:900px){
 .ew47-examples-head{grid-template-columns:1fr}
 .ew47-example.audio,.ew47-example.slides,.ew47-example.flash,.ew47-example.infographic,.ew47-example.quiz,.ew47-example.video,.ew47-example.report{grid-column:span 6}
 .ew47-price-grid{grid-template-columns:1fr}.ew47-price-card.hero{transform:none;order:-1}
}
@media(max-width:720px){
 .ew47-examples,.ew47-pricing{padding:58px 0}
 .ew47-examples-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-left:-14px;margin-right:-14px;padding:4px 14px 16px}
 .ew47-example{min-width:84vw;scroll-snap-align:center;border-radius:22px}
 .ew47-audio-cover{grid-template-columns:1fr;min-height:auto}.ew47-podcast-art{min-height:190px}.ew47-audio-meta h3{font-size:23px}
 .ew47-slide,.ew47-flash-wrap,.ew47-info-sheet,.ew47-quiz-ui,.ew47-video-frame,.ew47-report-paper{height:280px;min-height:280px}
 .ew47-price-grid{gap:12px}.ew47-price-card{border-radius:22px;padding:20px}.ew47-price-card>p{min-height:0}.ew47-price-note{display:block;text-align:center}
}

/* V4.7.1 playable media */
.ew471-audio-player .ew47-wave i{transition:height .18s ease,opacity .18s ease}
.ew471-audio-player.is-playing .ew47-wave i{animation:ew471Wave .72s ease-in-out infinite alternate}
.ew471-audio-player.is-playing .ew47-wave i:nth-child(2n){animation-delay:.1s}
.ew471-audio-player.is-playing .ew47-wave i:nth-child(3n){animation-delay:.22s}
.ew471-audio-status{min-width:48px;text-align:right;font-weight:900;letter-spacing:.08em}
@keyframes ew471Wave{from{height:18%;opacity:.55}to{height:95%;opacity:1}}

.ew471-real-video{background:#0f142b;height:auto!important;min-height:0!important}
.ew471-real-video video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#0f142b;border-radius:22px}
.ew471-video-label{position:absolute;left:12px;top:12px;z-index:2;background:rgba(14,18,39,.82);backdrop-filter:blur(8px);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}
.ew471-video-label span{color:#9faaff;margin-right:5px;letter-spacing:.08em}
@media(max-width:720px){
  .ew471-real-video video{aspect-ratio:16/10}
}


/* =========================================================
   V4.8 — mobile fixes, team depth, pricing architecture
   ========================================================= */

/* Team */
.ew46-team-photo{isolation:isolate;overflow:visible!important}
.ew46-team-photo img{border-radius:34px;z-index:2;filter:contrast(1.03) saturate(.98);box-shadow:0 28px 70px rgba(33,38,82,.14)}
.ew48-team-glow{position:absolute;z-index:0;inset:-30px;background:radial-gradient(circle at 50% 45%,rgba(116,89,255,.22),transparent 62%);filter:blur(24px)}
.ew48-team-badge{position:absolute;z-index:4;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.65);box-shadow:0 18px 40px rgba(33,38,82,.16);border-radius:16px;padding:11px 13px;display:flex;align-items:center;gap:9px}
.ew48-team-badge span{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,#7658f6,#2f94fa);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900}
.ew48-team-badge b{font-size:11px;color:#161b36;white-space:nowrap}
.ew48-badge-1{left:-28px;top:88px}.ew48-badge-2{right:-34px;top:210px}.ew48-badge-3{left:22px;bottom:120px}
.ew46-photo-note{z-index:5}

/* How it works */
.ew48-how{padding:105px 0;background:linear-gradient(180deg,#fff,#f7f8ff)}
.ew48-how-head{max-width:900px;margin-bottom:38px}.ew48-how-head .ew2-h2 span{background:linear-gradient(90deg,#7358f1,#2f91f7);-webkit-background-clip:text;background-clip:text;color:transparent}
.ew48-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.ew48-step{background:#fff;border:1px solid #e7e8ef;border-radius:22px;padding:18px;min-height:195px;box-shadow:0 16px 35px rgba(49,52,88,.06)}
.ew48-step .num{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#f0edff;color:#6652e0;font-weight:900;font-size:18px;margin-bottom:15px}
.ew48-step b{font-size:15px;line-height:1.25;display:block}.ew48-step p{font-size:11px;color:#7e8597;line-height:1.5;margin:7px 0 0}

/* Pricing */
.ew48-pricing{padding:110px 0;background:#fff}
.ew48-pricing-head{max-width:930px;margin:0 auto 45px;text-align:center}.ew48-pricing-head .ew2-h2 span{background:linear-gradient(90deg,#7256ef,#3292f7);-webkit-background-clip:text;background-clip:text;color:transparent}
.ew48-price-grid{display:grid;grid-template-columns:1.04fr 1fr 1.08fr;gap:16px;align-items:stretch}
.ew48-price-card{position:relative;background:#fff;border:1px solid #e5e6ef;border-radius:28px;padding:26px;box-shadow:0 22px 55px rgba(41,45,88,.08);display:flex;flex-direction:column}
.ew48-price-card.most{background:linear-gradient(145deg,#151a3e,#242d63);color:#fff;border:none;transform:translateY(-10px);box-shadow:0 32px 80px rgba(37,42,106,.20)}
.ew48-popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);padding:8px 15px;border-radius:999px;background:linear-gradient(90deg,#7658f5,#2f96fa);color:#fff;font-size:8px;letter-spacing:.13em;font-weight:900;white-space:nowrap}
.ew48-price-kicker{font-size:9px;letter-spacing:.13em;font-weight:900;color:#7057e7;margin-bottom:8px}.ew48-price-card.most .ew48-price-kicker{color:#adb6ff}
.ew48-price-card h3{font-size:28px;margin:0 0 5px}.ew48-price-card>p{font-size:13px;line-height:1.45;color:#7d8497;min-height:58px}.ew48-price-card.most>p{color:#b9c0d9}
.ew48-money{display:flex;align-items:flex-start;margin:12px 0 16px}.ew48-money>span{font-size:18px;font-weight:900;margin-top:9px}.ew48-money b{font-size:58px;line-height:.93;letter-spacing:-.06em}.ew48-money sup{font-size:20px;font-weight:900;margin:5px 8px 0 2px}.ew48-money small{align-self:flex-end;margin-bottom:4px;color:#8a91a4}
.ew48-icon-strip{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.ew48-icon-strip>div{min-width:52px;flex:1;padding:8px 5px;border-radius:12px;background:#f6f6fb;text-align:center}.ew48-price-card.most .ew48-icon-strip>div{background:rgba(255,255,255,.08)}.ew48-icon-strip span{display:block;font-size:17px}.ew48-icon-strip small{font-size:8px;color:#6f778a}.ew48-price-card.most .ew48-icon-strip small{color:#c2c8df}
.ew48-price-card ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:9px;flex:1}.ew48-price-card li{font-size:12px;padding-left:19px;position:relative}.ew48-price-card li:before{content:"✓";position:absolute;left:0;color:#45a978;font-weight:900}.ew48-price-card.most li:before{color:#6ce2af}
.ew48-price-card .ew2-btn{width:100%;text-align:center}.ew48-price-card.most .ew2-btn{background:#fff!important;color:#171d45!important}
.ew48-family-dashboard{margin:4px 0 16px;padding:15px;border-radius:18px;background:linear-gradient(145deg,#f3f0ff,#eef8ff);border:1px solid #e1dfff}
.ew48-dash-top{display:flex;justify-content:space-between;align-items:center}.ew48-dash-top>div{display:flex;flex-direction:column}.ew48-dash-top small{font-size:8px;font-weight:900;letter-spacing:.11em;color:#6f5ae2}.ew48-dash-top b{font-size:12px}.ew48-dash-top>strong{font-size:25px}
.ew48-dash-progress{height:7px;background:#e2e5f1;border-radius:99px;overflow:hidden;margin:10px 0}.ew48-dash-progress i{display:block;width:74%;height:100%;background:linear-gradient(90deg,#7458f2,#2f97f9);border-radius:99px}
.ew48-dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.ew48-dash-grid>div{background:#fff;border-radius:11px;padding:9px;display:flex;flex-direction:column}.ew48-dash-grid small{font-size:7px;color:#7c8498;text-transform:uppercase;letter-spacing:.08em}.ew48-dash-grid b{font-size:11px;margin:2px 0}.ew48-dash-grid span{font-size:8px;color:#8a91a4}.ew48-dash-grid .alert{background:#fff5ef}.ew48-dash-grid .next{background:#eef6ff}

/* Mobile */
@media(max-width:720px){
  /* kill free-preview wording if cached old header style */
  .ew2-nav>.ew2-btn{font-size:0!important}
  .ew2-nav>.ew2-btn:after{content:"Create Study Pack →";font-size:12px}

  /* Team */
  .ew46-team-photo{min-height:500px!important;border-radius:24px!important;overflow:hidden!important}
  .ew46-team-photo img{border-radius:24px!important;object-position:center top!important}
  .ew48-team-badge{display:none!important}
  .ew46-photo-note{left:20px!important;bottom:20px!important}
  .ew46-photo-note strong{font-size:22px!important}

  /* Counter / transition */
  .ew45-transform{display:block!important}
  .ew45-transform-grid{display:grid!important;grid-template-columns:1fr!important}
  .ew45-before,.ew45-after{display:block!important}
  .ew45-arrow-flow{display:grid!important}
  .ew45-paper-stack .main strong{font-size:48px!important}
  .ew47-reveal-step{opacity:0!important;transform:translateY(14px)!important}
  .ew47-reveal-step.is-visible{opacity:1!important;transform:none!important}

  /* How */
  .ew48-how{padding:58px 0}
  .ew48-how-head{margin-bottom:22px}
  .ew48-steps{grid-template-columns:1fr;gap:9px}
  .ew48-step{min-height:0;padding:15px;display:grid;grid-template-columns:46px 1fr;gap:0 12px;align-items:start}
  .ew48-step .num{grid-column:1;grid-row:1/3;margin:0;width:42px;height:42px}
  .ew48-step>div{grid-column:2}
  .ew48-step b{font-size:15px!important}
  .ew48-step p{display:block!important;font-size:11px!important;line-height:1.45!important;margin-top:4px!important}

  /* Pricing */
  .ew48-pricing{padding:58px 0}
  .ew48-price-grid{grid-template-columns:1fr;gap:13px}
  .ew48-price-card.most{transform:none;order:-1}
  .ew48-price-card{border-radius:22px;padding:20px}
  .ew48-price-card>p{min-height:0}
  .ew48-money b{font-size:50px}
  .ew48-icon-strip>div{min-width:46px;padding:7px 4px}
  .ew48-family-dashboard{padding:13px}
}

/* =========================================================
   V5.0 — CLEAN, DIRECT, CONVERSION-FIRST
   ========================================================= */
.v50-hero,.v50-transform,.v50-offer,.v50-friday,.v50-essential,.v50-family,.v50-team,.v50-final{font-family:inherit}
.v50-hero{padding:78px 0 70px;background:radial-gradient(circle at 80% 20%,rgba(111,84,245,.10),transparent 28%),#fff}
.v50-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:55px;align-items:center}
.v50-hero-copy h1{font-size:clamp(46px,5.2vw,78px);line-height:.98;letter-spacing:-.055em;max-width:780px;margin:12px 0 22px;color:#11162d}
.v50-hero-copy>p{font-size:18px;line-height:1.55;color:#697186;max-width:680px}
.v50-flow{display:flex;align-items:center;gap:10px;margin:25px 0 24px;flex-wrap:wrap}.v50-flow span{font-size:9px;font-weight:900;letter-spacing:.1em;background:#f5f4fb;padding:9px 11px;border-radius:999px}.v50-flow i{font-style:normal;color:#8a91a4}
.v50-main-cta{font-size:15px!important;padding:16px 22px!important}.v50-price-note{font-size:11px;color:#858ca0;margin-top:10px}
.v50-hero-art{min-height:480px;position:relative;display:grid;grid-template-columns:.8fr auto 1.1fr;align-items:center;gap:12px;perspective:1000px}
.v50-input-stack{padding:22px;border-radius:22px;background:#fff;box-shadow:0 22px 55px rgba(35,39,80,.12);transform:rotateY(8deg) rotateZ(-3deg);border:1px solid #e8e9f0}.v50-input-stack span{font-size:9px;font-weight:900;color:#7459ef}.v50-input-stack b{display:block;font-size:28px;margin:5px 0}.v50-input-stack small{color:#858ca0}
.v50-arrow3d{font-size:32px;color:#7659f4}
.v50-pack3d{height:280px;border-radius:26px;background:linear-gradient(145deg,#6d54f3,#3098f8);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:26px;position:relative;transform:rotateY(-8deg) rotateZ(2deg);box-shadow:0 38px 75px rgba(73,75,190,.28)}.v50-pack3d strong{font-size:12px;letter-spacing:.18em}.v50-pack3d b{font-size:29px}.v50-pack3d small{opacity:.7;font-size:9px;letter-spacing:.12em}.v50-pack-lid{position:absolute;left:5%;right:5%;height:54px;top:-25px;border-radius:20px;background:linear-gradient(145deg,#8b73ff,#51b0ff);transform:rotateX(50deg)}.v50-pack3d i{position:absolute;font-style:normal;font-size:8px;font-weight:900;padding:10px 12px;border-radius:12px;background:#fff;color:#252b50;box-shadow:0 15px 30px rgba(20,24,55,.16)}.v50-pack3d .c1{right:-25px;top:45px;transform:rotate(6deg)}.v50-pack3d .c2{left:-28px;top:95px;transform:rotate(-8deg)}.v50-pack3d .c3{right:-15px;bottom:55px;transform:rotate(-3deg)}

.v50-transform{padding:86px 0;background:#f8f9fd}.v50-section-head{text-align:center;margin-bottom:35px}.v50-section-head h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.045em;margin:8px 0}
.v50-transform-stage{display:grid;grid-template-columns:.7fr auto 1.3fr;gap:32px;align-items:center;max-width:1080px;margin:auto}
.v50-pages{background:#fff;border:1px solid #e6e8ef;border-radius:28px;padding:30px;text-align:center;box-shadow:0 20px 50px rgba(40,44,85,.08)}.v50-pages small,.v50-output-stack>small{font-size:9px;font-weight:900;letter-spacing:.15em;color:#765be8}.v50-pages strong{display:block;font-size:82px;line-height:.9;letter-spacing:-.07em;margin:13px 0 0}.v50-pages>b{font-size:18px}.v50-pages p{font-size:11px;color:#858ca0}
.v50-transform-arrow span{font-size:34px;color:#7458ef}
.v50-output-stack{background:#151a3d;color:#fff;border-radius:28px;padding:28px;box-shadow:0 28px 65px rgba(28,33,83,.18)}
.v50-output-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.v50-output-grid>div{opacity:0;transform:translateY(12px);display:flex;align-items:center;gap:10px;padding:11px;border-radius:13px;background:rgba(255,255,255,.07);transition:.4s ease}.v50-output-grid>div.show{opacity:1;transform:none}.v50-output-grid b{font-size:20px;color:#9eaaff;min-width:28px}.v50-output-grid span{font-size:11px;font-weight:800}
.v50-transform-bottom{text-align:center;margin-top:25px}.v50-transform-bottom strong{display:block;font-size:24px}.v50-transform-bottom span{font-size:11px;color:#81899b}

#examples.ew47-examples{padding-top:85px!important;padding-bottom:85px!important}.ew47-examples-head{margin-bottom:28px!important}.ew47-example{box-shadow:0 15px 35px rgba(39,43,90,.06)!important}

.v50-offer{padding:90px 0;background:#fff}.v50-offer-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center;max-width:1120px;margin:auto;padding:42px;border-radius:36px;background:linear-gradient(145deg,#151a3d,#222c61);color:#fff;box-shadow:0 35px 90px rgba(31,36,94,.20)}
.v50-offer-badge{display:inline-block;background:linear-gradient(90deg,#8f72ff,#46aaff);padding:8px 12px;border-radius:999px;font-size:8px;letter-spacing:.12em;font-weight:900;margin-bottom:16px}.v50-offer-copy>small{display:block;color:#aeb6dc;font-weight:900;letter-spacing:.12em;font-size:9px}.v50-offer-copy h2{font-size:44px;line-height:1.03;letter-spacing:-.045em;margin:7px 0 14px}.v50-anchor{display:flex;align-items:center;gap:9px}.v50-anchor del{font-size:14px;color:#aeb5cf}.v50-anchor span{font-size:9px;color:#818aa9;text-transform:uppercase}.v50-bigprice{font-size:76px;font-weight:950;letter-spacing:-.07em;line-height:1;margin:3px 0 12px}.v50-bigprice sup{font-size:25px;vertical-align:top;margin-right:4px}.v50-offer-copy>p{color:#bcc3dc;line-height:1.5}.v50-method{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin:20px 0}.v50-method span{font-size:8px;font-weight:900;letter-spacing:.08em}.v50-method i{font-style:normal;color:#7d88b7}.v50-buy{background:#fff!important;color:#161c43!important}.v50-safe{font-size:9px;color:#929bbd;margin-top:9px}
.v50-value-stack{display:grid;grid-template-columns:1fr 1fr;gap:10px;transform:perspective(900px) rotateY(-4deg)}.v50-value-card{min-height:105px;padding:16px;border-radius:18px;background:#fff;color:#151a36;box-shadow:0 15px 35px rgba(8,12,36,.18);display:flex;flex-direction:column;justify-content:center}.v50-value-card span{font-size:20px}.v50-value-card b{font-size:13px;margin:5px 0 2px}.v50-value-card small{font-size:9px;color:#7c8497}.v50-value-card.hero-card{grid-row:span 2;min-height:220px;background:linear-gradient(145deg,#f4f1ff,#eaf7ff)}.v50-value-card.gold{background:linear-gradient(145deg,#fff9e7,#f5e3ae)}

.v50-friday{padding:90px 0;background:#fbfbfe}.v50-friday-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}.v50-friday h2{font-size:50px;line-height:1.02;letter-spacing:-.05em;margin:10px 0}.v50-friday h2 em{font-style:normal;color:#6d55e8}.v50-friday p{font-size:17px;color:#6f778b}.v50-week{display:grid;gap:8px}.v50-week>div{display:grid;grid-template-columns:65px 1fr auto;align-items:center;padding:14px 16px;border-radius:15px;background:#fff;border:1px solid #e8e9f0}.v50-week b{font-size:10px;color:#7057e6}.v50-week span{font-weight:800}.v50-week small{color:#858da0}.v50-week .ready{background:#151a3d;color:#fff;border:none}.v50-week .ready small{color:#73e1b1;font-size:18px}

.v50-essential{padding:50px 0;background:#fff}.v50-essential-grid{display:grid;grid-template-columns:1.1fr .45fr 1.3fr auto;gap:25px;align-items:center;padding:25px;border:1px solid #e7e8ef;border-radius:25px}.v50-essential h2{margin:5px 0;font-size:28px}.v50-essential p{font-size:12px;color:#7d8497}.v50-essential-price small{display:block;font-size:8px;color:#888fa2}.v50-essential-price strong{font-size:34px}.v50-essential-includes{display:flex;gap:5px;flex-wrap:wrap}.v50-essential-includes span{font-size:8px;font-weight:800;background:#f4f4f8;padding:6px 8px;border-radius:999px}.v50-essential-includes em{width:100%;font-size:9px;color:#9a6a54;font-style:normal;margin-top:4px}

.v50-family{padding:105px 0;background:radial-gradient(circle at 75% 30%,rgba(214,179,92,.14),transparent 28%),#0f1429;color:#fff}.v50-family-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}.v50-gold-kicker{font-size:9px;letter-spacing:.16em;font-weight:900;color:#e2c67b}.v50-family h2{font-size:50px;line-height:1.02;letter-spacing:-.05em;margin:12px 0}.v50-family-copy>p{color:#adb4cc;line-height:1.55}.v50-family-price{display:flex;align-items:flex-end;margin:22px 0}.v50-family-price sup{font-size:18px;align-self:flex-start;margin-top:8px}.v50-family-price b{font-size:55px;line-height:1}.v50-family-price span{font-size:11px;color:#aab1c8;margin:0 0 7px 7px}.v50-family-pills{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.v50-family-pills span{font-size:9px;padding:7px 9px;border:1px solid rgba(226,198,123,.25);border-radius:999px;color:#e4cf98}.v50-gold-btn{display:inline-block;text-decoration:none;color:#171a2a;background:linear-gradient(135deg,#f3df9e,#cda94f);padding:14px 18px;border-radius:13px;font-weight:900;font-size:12px}
.v50-dashboard{position:relative;padding:24px;border:1px solid rgba(229,200,124,.25);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 30px 80px rgba(0,0,0,.28),0 0 70px rgba(212,176,83,.07);backdrop-filter:blur(16px)}.v50-dash-head{display:flex;justify-content:space-between;align-items:center}.v50-dash-head>div{display:flex;flex-direction:column}.v50-dash-head small{font-size:8px;color:#d7bf7e;letter-spacing:.1em;font-weight:900}.v50-dash-head b{font-size:20px}.v50-dash-head>strong{font-size:36px;color:#f0d78f}.v50-dash-head>strong small{display:block;text-align:right}.v50-dash-progress{height:8px;background:rgba(255,255,255,.09);border-radius:99px;margin:16px 0;overflow:hidden}.v50-dash-progress i{display:block;width:74%;height:100%;background:linear-gradient(90deg,#b58c3e,#f1d98f);border-radius:99px}.v50-dash-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.v50-dash-row>div,.v50-dash-alert,.v50-dash-next{padding:15px;border-radius:16px;background:rgba(255,255,255,.055);display:flex;flex-direction:column}.v50-dash-row small,.v50-dash-alert small,.v50-dash-next small{font-size:8px;color:#aeb5cb;letter-spacing:.09em}.v50-dash-row b{font-size:23px;margin:3px 0}.v50-dash-row span,.v50-dash-alert span{font-size:9px;color:#8f98b5}.v50-dash-alert{margin-top:9px;background:rgba(218,177,77,.09)}.v50-dash-alert b{font-size:16px;margin:4px 0}.v50-dash-next{margin-top:9px;flex-direction:row;justify-content:space-between}.v50-dash-next>div{display:flex;flex-direction:column}.v50-dash-next>strong{font-size:20px;color:#ead28c}.v50-notification{position:absolute;right:-25px;bottom:-18px;padding:12px 15px;border-radius:13px;background:#fff;color:#192039;font-size:10px;font-weight:800;box-shadow:0 18px 40px rgba(0,0,0,.25)}

.v50-team{padding:90px 0;background:#fff}.v50-team-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center;max-width:1000px}.v50-team-photo img{width:100%;display:block;border-radius:28px;box-shadow:0 24px 55px rgba(37,42,79,.10)}.v50-team h2{font-size:42px;letter-spacing:-.045em;margin:8px 0 12px}.v50-team p{font-size:16px;line-height:1.55;color:#747c90}.v50-signature{font-family:"Brush Script MT","Segoe Script",cursive;font-size:42px;margin-top:18px}
.v50-final{padding:55px 0 90px;background:#fff}.v50-final-card{text-align:center;padding:55px 25px;border-radius:30px;background:linear-gradient(145deg,#f2efff,#edf8ff)}.v50-final-card small{font-size:9px;letter-spacing:.15em;font-weight:900;color:#7057e7}.v50-final-card h2{font-size:45px;margin:8px 0}.v50-final-card p{color:#778095}

@media(max-width:900px){.v50-hero-grid,.v50-offer-shell,.v50-friday-grid,.v50-family-grid,.v50-team-grid{grid-template-columns:1fr}.v50-transform-stage{grid-template-columns:1fr}.v50-transform-arrow{text-align:center;transform:rotate(90deg)}.v50-essential-grid{grid-template-columns:1fr 1fr}.v50-essential-includes{grid-column:1/-1}.v50-hero-art{max-width:650px;width:100%;margin:auto}}
@media(max-width:720px){
 .v50-hero{padding:45px 0 35px}.v50-hero-grid{gap:25px}.v50-hero-copy h1{font-size:43px}.v50-hero-copy>p{font-size:15px}.v50-flow{gap:5px}.v50-flow span{font-size:7px;padding:7px}.v50-hero-art{min-height:330px;grid-template-columns:.8fr auto 1.1fr;gap:5px}.v50-input-stack{padding:13px;border-radius:16px}.v50-input-stack b{font-size:20px}.v50-input-stack small{font-size:7px}.v50-arrow3d{font-size:20px}.v50-pack3d{height:205px;padding:15px;border-radius:19px}.v50-pack3d b{font-size:19px}.v50-pack3d i{font-size:6px;padding:7px}.v50-pack3d .c1{right:-5px}.v50-pack3d .c2{left:-5px}
 .v50-transform{padding:55px 0}.v50-section-head h2{font-size:37px}.v50-transform-stage{gap:16px}.v50-pages{padding:22px}.v50-pages strong{font-size:70px}.v50-output-stack{padding:18px;border-radius:22px}.v50-output-grid{gap:6px}.v50-output-grid>div{padding:9px}.v50-output-grid b{font-size:17px}.v50-output-grid span{font-size:9px}
 #examples.ew47-examples{padding:55px 0!important}
 .v50-offer{padding:55px 0}.v50-offer-shell{padding:24px;border-radius:25px;gap:28px}.v50-offer-copy h2{font-size:37px}.v50-bigprice{font-size:67px}.v50-value-stack{transform:none;gap:7px}.v50-value-card{min-height:90px;padding:12px}.v50-value-card.hero-card{min-height:187px}
 .v50-friday{padding:55px 0}.v50-friday-grid{gap:25px}.v50-friday h2{font-size:41px}.v50-week>div{padding:12px}
 .v50-essential{padding:35px 0}.v50-essential-grid{grid-template-columns:1fr;padding:19px}.v50-essential-includes{grid-column:auto}
 .v50-family{padding:65px 0}.v50-family-grid{gap:32px}.v50-family h2{font-size:41px}.v50-notification{position:static;margin-top:10px}.v50-dashboard{padding:17px;border-radius:22px}
 .v50-team{padding:60px 0}.v50-team-grid{gap:28px}.v50-team h2{font-size:36px}
 .v50-final{padding:35px 0 65px}.v50-final-card{padding:38px 18px}.v50-final-card h2{font-size:36px}
}

/* V5.1 — cleaner conversion flow */
.v51-hero-art{min-height:470px;display:grid;grid-template-columns:.72fr auto 1.2fr;align-items:center;gap:18px;position:relative;perspective:1100px}
.v51-source-card{background:#fff;border:1px solid #e7e8ef;border-radius:25px;padding:28px;box-shadow:0 25px 60px rgba(35,40,80,.11);transform:rotate(-3deg)}
.v51-source-card small{display:block;color:#7058ed;font-weight:900;font-size:9px;letter-spacing:.12em}.v51-source-card b{display:block;font-size:34px;margin:7px 0}.v51-source-card span{font-size:11px;color:#81899d}
.v51-arrow{font-size:35px;color:#7058ed}.v51-pack{height:310px;border-radius:32px;background:linear-gradient(145deg,#171d49,#5267f7);color:#fff;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;box-shadow:0 40px 85px rgba(43,52,151,.27);transform:rotateY(-6deg)}
.v51-pack>small{font-size:9px;letter-spacing:.17em;color:#b9c2ff}.v51-pack>strong{font-size:38px;line-height:.96;letter-spacing:-.04em}
.v51-float{position:absolute;background:#fff;color:#171c3d;padding:10px 12px;border-radius:14px;box-shadow:0 15px 35px rgba(19,24,70,.18);font-size:11px}.v51-float b{margin-left:4px}.v51-float.f1{left:-28px;top:45px;transform:rotate(-5deg)}.v51-float.f2{right:-25px;top:62px;transform:rotate(5deg)}.v51-float.f3{left:-18px;top:135px;transform:rotate(3deg)}.v51-float.f4{right:-32px;top:155px;transform:rotate(-4deg)}.v51-float.f5{right:20px;bottom:-18px;transform:rotate(3deg)}

.v51-offer{padding:75px 0}.v51-offer-card{max-width:1080px;margin:auto;background:#171d49;color:#fff;border-radius:30px;padding:34px 40px;box-shadow:0 28px 70px rgba(29,35,99,.18)}.v51-offer-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.v51-offer-top small{font-size:9px;letter-spacing:.13em;color:#b9c1e2;font-weight:900}.v51-offer-top h2{font-size:40px;letter-spacing:-.045em;margin:5px 0 0}.v51-price-block{text-align:right;min-width:180px}.v51-price-block del{font-size:11px;color:#aeb6d4}.v51-price-block>div{font-size:52px;font-weight:950;line-height:1}.v51-price-block sup{font-size:18px}.v51-price-block span{font-size:9px;color:#aeb6d4}.v51-included{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:26px 0}.v51-included span{background:rgba(255,255,255,.065);border-radius:11px;padding:11px;font-size:10px;font-weight:800}.v51-offer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.v51-offer-bottom p{margin:0;color:#b8c0dc;font-size:13px}.v51-offer-bottom .ew2-btn{background:#fff!important;color:#171d49!important}

.v51-pricing{padding:95px 0 45px;background:#f8f9fd}.v51-pricing-head{text-align:center;margin-bottom:30px}.v51-pricing-head h2{font-size:45px;letter-spacing:-.045em;margin:7px 0}.v51-pricing-head p{color:#7b8396}.v51-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1160px;margin:auto;align-items:stretch}
.v51-price-card{position:relative;background:#fff;border:1px solid #e4e6ee;border-radius:25px;padding:27px;display:flex;flex-direction:column;box-shadow:0 16px 40px rgba(39,44,84,.06)}.v51-price-card>small{font-size:8px;letter-spacing:.14em;font-weight:900;color:#7158eb}.v51-price-card h3{font-size:23px;margin:7px 0}.v51-price-card>p{font-size:11px;color:#7c8498;min-height:35px}.v51-card-price{display:flex;align-items:flex-end;margin:15px 0}.v51-card-price sup{font-size:16px;align-self:flex-start;margin-top:8px}.v51-card-price b{font-size:48px;line-height:1;letter-spacing:-.05em}.v51-card-price span{font-size:9px;color:#8a91a3;margin:0 0 6px 6px}.v51-mini-icons{display:flex;gap:6px;margin:7px 0 16px}.v51-mini-icons span{flex:1;text-align:center;background:#f5f5fa;border-radius:11px;padding:8px 3px;font-size:15px}.v51-mini-icons i{display:block;font-size:7px;font-style:normal;color:#737b8e;margin-top:3px}.v51-not,.v51-save{font-size:9px;color:#9a725d;margin-bottom:17px}.v51-save{color:#3a966d;font-weight:800}.v51-price-card>a{margin-top:auto;text-decoration:none;text-align:center;padding:13px;border:1px solid #dfe1e9;border-radius:13px;color:#161b37;font-size:11px;font-weight:900}.v51-price-card>a.primary{background:linear-gradient(90deg,#6d55f4,#3298f8);color:#fff;border:none}.v51-price-card.featured{border:2px solid #6d5af1;transform:translateY(-8px);box-shadow:0 25px 55px rgba(79,72,190,.13)}.v51-pop{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#7055f4,#3599f8);color:#fff;border-radius:999px;padding:7px 12px;font-size:7px;letter-spacing:.12em;font-weight:900}.v51-anchor-small del{font-size:10px;color:#8c93a5}.v51-price-card.family{background:linear-gradient(145deg,#171d3e,#222952);color:#fff;border-color:#343c69}.v51-price-card.family>small{color:#dfc477}.v51-price-card.family>p{color:#adb4cb}.v51-price-card.family a{color:#fff;border-color:#555e89}.v51-mini-dash{padding:13px;background:rgba(255,255,255,.06);border-radius:13px;margin:7px 0 14px}.v51-mini-dash b{font-size:25px;color:#ead18a}.v51-mini-dash span{font-size:7px;margin-left:6px;color:#c9cfe1}.v51-mini-dash i{display:block;height:5px;border-radius:99px;background:linear-gradient(90deg,#d1ae58 74%,rgba(255,255,255,.08) 74%);margin:8px 0}.v51-mini-dash small{font-size:8px;color:#aeb6cd}.v51-save.gold{color:#dfc477}

@media(max-width:800px){.v51-hero-art{min-height:340px;grid-template-columns:.7fr auto 1.2fr;gap:6px}.v51-source-card{padding:14px;border-radius:17px}.v51-source-card b{font-size:20px}.v51-source-card span{font-size:7px}.v51-arrow{font-size:21px}.v51-pack{height:220px;padding:18px;border-radius:22px}.v51-pack>strong{font-size:25px}.v51-float{font-size:7px;padding:7px}.v51-float.f1,.v51-float.f3{left:-8px}.v51-float.f2,.v51-float.f4{right:-8px}.v51-offer{padding:50px 0}.v51-offer-card{padding:24px;border-radius:23px}.v51-offer-top{align-items:flex-start}.v51-offer-top h2{font-size:30px}.v51-price-block>div{font-size:42px}.v51-included{grid-template-columns:1fr 1fr}.v51-offer-bottom{align-items:flex-start;flex-direction:column}.v51-price-grid{grid-template-columns:1fr}.v51-price-card.featured{transform:none;order:-1}.v51-pricing{padding:65px 0 35px}.v51-pricing-head h2{font-size:36px}}

/* V5.2 */
.v52-hero-box{height:500px;position:relative;perspective:1000px;margin:0 auto;max-width:620px}.v52-box-body{position:absolute;left:18%;right:12%;bottom:60px;height:285px;border-radius:35px;background:linear-gradient(145deg,#7556f5,#2c98f8);box-shadow:0 45px 85px rgba(62,70,194,.28);color:#fff;padding:35px;display:flex;flex-direction:column;justify-content:flex-end;transform:rotateY(-5deg) rotateX(2deg)}.v52-box-lid{position:absolute;left:20%;right:10%;top:85px;height:75px;border-radius:25px;background:linear-gradient(90deg,#7158f4,#54a5fa);box-shadow:0 20px 40px rgba(63,75,194,.18);transform:rotate(-2deg);z-index:4}.v52-box-body small{font-size:10px;letter-spacing:.2em}.v52-box-body strong{font-size:45px;line-height:1;margin-top:6px}.v52-box-body>span{font-size:10px;letter-spacing:.2em;opacity:.7}.v52-output{position:absolute;z-index:7;background:#fff;border:1px solid #ececf2;border-radius:18px;padding:13px 16px;box-shadow:0 17px 35px rgba(30,35,75,.14);font-size:16px;animation:v52float 4s ease-in-out infinite}.v52-output b{font-size:9px;margin-left:7px}.v52-output.o1{left:4%;top:75px;transform:rotate(-6deg)}.v52-output.o2{left:1%;top:185px;animation-delay:.5s}.v52-output.o3{left:12%;bottom:25px;transform:rotate(5deg);animation-delay:1s}.v52-output.o4{right:0;top:58px;transform:rotate(5deg);animation-delay:.8s}.v52-output.o5{right:-2%;top:180px;transform:rotate(-4deg);animation-delay:1.3s}.v52-output.o6{right:2%;bottom:28px;animation-delay:.3s}.v52-output.o7{left:40%;top:35px;animation-delay:1.6s}@keyframes v52float{50%{margin-top:-8px}}
.v52-offer-sub{font-size:12px;color:#b8c0dc;margin:9px 0 0}.v52-seven-title{font-size:8px;letter-spacing:.16em;color:#aeb7d7;font-weight:900;margin:25px 0 10px}.v52-seven{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin-bottom:25px}.v52-seven span{position:relative;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:13px;padding:14px 7px;text-align:center;font-size:17px}.v52-seven b{display:block;font-size:8px;margin-top:7px}.v52-seven span.bonus{background:linear-gradient(145deg,rgba(111,84,245,.35),rgba(50,151,248,.2));border-color:rgba(119,123,255,.45)}.v52-seven i{display:block;font-size:5px;font-style:normal;letter-spacing:.1em;color:#9fe5d1;margin-top:4px}
.v52-base-excludes{display:flex;flex-wrap:wrap;gap:5px;margin:5px 0 17px}.v52-base-excludes span{font-size:8px;padding:6px 7px;border-radius:8px;background:#fff5f1;color:#a77765;text-decoration:line-through}.v52-base-excludes b{width:100%;font-size:8px;color:#777f92}.v52-complete-icons{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin:7px 0 16px}.v52-complete-icons span{text-align:center;background:#f4f5fa;border-radius:9px;padding:7px 2px;font-size:13px}.v52-complete-icons i{display:block;font-size:6px;font-style:normal;color:#747c8f}.v52-complete-icons .hot{background:#efedff;outline:1px solid #d9d4ff}
.v52-faq{padding:95px 0;background:#fff}.v52-faq-head{max-width:650px;margin:0 auto 35px;text-align:center}.v52-faq-head h2{font-size:44px;letter-spacing:-.045em;margin:8px 0}.v52-faq-head p{color:#7d8497}.v52-faq-list{max-width:900px;margin:auto;border-top:1px solid #e5e6ed}.v52-faq-list details{border-bottom:1px solid #e5e6ed;padding:0 5px}.v52-faq-list summary{cursor:pointer;list-style:none;padding:20px 0;font-size:14px;font-weight:900;color:#171c39;position:relative;padding-right:35px}.v52-faq-list summary::-webkit-details-marker{display:none}.v52-faq-list summary:after{content:'+';position:absolute;right:5px;font-size:21px;font-weight:400;color:#7058ed}.v52-faq-list details[open] summary:after{content:'−'}.v52-faq-list details p{font-size:12px;line-height:1.7;color:#737b8e;margin:0 0 20px;max-width:800px}
@media(max-width:800px){.v52-hero-box{height:350px}.v52-box-body{height:210px;left:13%;right:10%;bottom:35px;padding:22px}.v52-box-lid{top:55px;height:52px;left:15%}.v52-box-body strong{font-size:30px}.v52-output{padding:8px;font-size:11px}.v52-output b{font-size:6px;margin-left:3px}.v52-output.o1{left:0;top:52px}.v52-output.o2{left:-2%;top:125px}.v52-output.o3{left:5%;bottom:12px}.v52-output.o4{right:-1%;top:48px}.v52-output.o5{right:-3%;top:120px}.v52-output.o6{right:-1%;bottom:10px}.v52-output.o7{left:37%;top:20px}.v52-seven{grid-template-columns:repeat(2,1fr)}.v52-seven span:last-child{grid-column:span 2}.v52-faq{padding:65px 0}.v52-faq-head h2{font-size:35px}.v52-complete-icons{grid-template-columns:repeat(4,1fr)}}

/* V5.3 */
.v53-product-hero{max-width:660px;margin:10px auto 0}.v53-product-hero img{display:block;width:100%;height:auto;border-radius:28px;filter:drop-shadow(0 28px 45px rgba(62,72,175,.14))}
.v53-ladder{padding:80px 0 100px;background:#fff}.v53-ladder-head{text-align:center;max-width:720px;margin:0 auto 38px}.v53-ladder-head h2{font-size:48px;letter-spacing:-.05em;margin:8px 0 10px}.v53-ladder-head p{color:#7c8497;font-size:15px}
.v53-tier{position:relative;max-width:1040px;margin:0 auto;border-radius:27px;padding:32px 34px;display:grid;grid-template-columns:150px 1fr 190px;gap:25px;align-items:center;overflow:hidden}.v53-medal{font-size:12px;letter-spacing:.18em;font-weight:950;text-align:center;padding:16px 10px;border-radius:999px}.v53-tier-copy small{font-size:8px;letter-spacing:.16em;font-weight:900}.v53-tier-copy h3{font-size:32px;margin:4px 0 6px;letter-spacing:-.035em}.v53-tier-copy>p{font-size:12px;color:#727a8d;margin:0 0 14px}.v53-includes{display:flex;gap:7px;flex-wrap:wrap}.v53-includes span{font-size:9px;font-weight:800;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.72);border:1px solid rgba(100,105,125,.10)}.v53-tier-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.v53-tier-price>span{font-size:7px;letter-spacing:.14em;color:#81889b;font-weight:900}.v53-tier-price strong{font-size:39px;letter-spacing:-.05em}.v53-tier-price a{margin-top:9px;text-decoration:none;border-radius:999px;padding:11px 17px;font-size:9px;font-weight:900;background:#141a38;color:#fff}.v53-tier-price em{font-size:7px;color:#9b7316;font-style:normal;font-weight:900;margin-top:-2px}.v53-tier-price del{font-size:8px;letter-spacing:.12em;font-weight:900;margin-bottom:3px}
.v53-tier.silver{background:linear-gradient(120deg,#f8f9fb,#e7e9ee);border:1px solid #d9dde5;box-shadow:0 18px 45px rgba(33,39,58,.07)}.silver .v53-medal{background:linear-gradient(135deg,#fff,#c9ced7);color:#505866;box-shadow:inset 0 0 0 1px #c8ccd4}.silver .v53-includes .added{background:#fff}
.v53-tier.gold{background:linear-gradient(120deg,#fff9e8,#f4d783);border:1px solid #e6c769;box-shadow:0 22px 55px rgba(154,111,12,.14)}.gold .v53-medal{background:linear-gradient(135deg,#fff1a5,#d8a72b);color:#684c06;box-shadow:inset 0 0 0 1px #d3a72e}.gold .v53-includes .added{background:#fff4bd;border-color:#e6c45b}
.v53-tier.diamond{color:#fff;background:radial-gradient(circle at 85% 15%,rgba(110,222,255,.35),transparent 25%),linear-gradient(120deg,#151a42,#4335a8 52%,#198eea);border:1px solid #7778e8;box-shadow:0 30px 70px rgba(43,50,145,.25)}.diamond .v53-medal{background:linear-gradient(135deg,#f8ffff,#8feaff,#c7b4ff);color:#26275e;box-shadow:0 8px 25px rgba(120,225,255,.2)}.diamond .v53-tier-copy>p,.diamond .v53-tier-price>span{color:#cbd2ee}.diamond .v53-includes span{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.13)}.diamond .v53-includes .added{background:rgba(137,224,255,.16);border-color:rgba(150,230,255,.35)}.diamond .v53-tier-price a{background:#fff;color:#24275e}.diamond .v53-tier-price del{color:#9ff1d8}.v53-shine{position:absolute;width:300px;height:300px;right:-130px;top:-170px;background:rgba(255,255,255,.18);filter:blur(30px);transform:rotate(35deg)}
.v53-upsell{max-width:850px;margin:20px auto;padding:10px 20px;text-align:center}.v53-upsell span{display:block;color:#737b8e;font-size:12px}.v53-upsell b{display:block;font-size:14px;margin-top:3px;color:#6a54e8}.v53-upsell.diamond-line b{color:#2d68b6}
@media(max-width:800px){.v53-product-hero{margin:5px -2px 0}.v53-product-hero img{border-radius:20px}.v53-ladder{padding:55px 0 70px}.v53-ladder-head{text-align:left}.v53-ladder-head h2{font-size:36px}.v53-tier{grid-template-columns:1fr;padding:24px 20px;gap:14px}.v53-medal{width:max-content;padding:9px 13px}.v53-tier-copy h3{font-size:29px}.v53-tier-copy>p{font-size:13px}.v53-tier-price{text-align:left;align-items:flex-start;border-top:1px solid rgba(100,105,125,.15);padding-top:14px}.diamond .v53-tier-price{border-color:rgba(255,255,255,.15)}.v53-tier-price strong{font-size:42px}.v53-tier-price a{width:100%;text-align:center;padding:14px 17px;font-size:11px}.v53-includes span{font-size:10px}.v53-upsell{margin:13px auto;padding:8px 4px}.v53-upsell span{font-size:11px}.v53-upsell b{font-size:13px;line-height:1.4}}

/* V5.4 exact 3-pack pricing */
.v54-pricing{padding:72px 0 92px;background:#fff}.v54-price-head{text-align:center;margin:0 auto 38px}.v54-price-head h2{font-size:48px;line-height:1.02;letter-spacing:-.05em;margin:8px 0}.v54-price-head h2 span{color:#6555ef}
.v54-pack{position:relative;max-width:1080px;margin:auto;padding:30px 32px;border-radius:28px;display:grid;grid-template-columns:125px 1fr 185px;gap:28px;align-items:center;overflow:hidden}.v54-badge{padding:13px 12px;border-radius:999px;text-align:center;font-size:11px;letter-spacing:.18em;font-weight:950}.v54-main small{font-size:8px;letter-spacing:.15em;font-weight:950}.v54-main h3{font-size:31px;letter-spacing:-.035em;margin:4px 0 7px}.v54-main p{max-width:610px;color:#737b8f;font-size:12px;line-height:1.5;margin:0 0 14px}.v54-items{display:flex;flex-wrap:wrap;gap:7px}.v54-items span{font-size:9px;font-weight:850;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.72);border:1px solid rgba(50,55,80,.09)}.v54-buy{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.v54-buy>span{font-size:7px;letter-spacing:.14em;font-weight:900;color:#81889b}.v54-buy strong{font-size:40px;letter-spacing:-.055em}.v54-buy a{margin-top:9px;background:#111831;color:#fff;text-decoration:none;font-size:9px;font-weight:900;padding:12px 17px;border-radius:999px}.v54-buy em{font-size:7px;font-style:normal;font-weight:950;letter-spacing:.12em;margin-bottom:4px}.v54-buy del{font-size:8px;font-weight:950;letter-spacing:.1em;margin-bottom:4px}
.v54-silver{background:linear-gradient(125deg,#fbfbfc,#e4e7ed);border:1px solid #d8dce4;box-shadow:0 15px 40px rgba(25,30,45,.07)}.v54-silver .v54-badge{background:linear-gradient(135deg,#fff,#c2c8d2);color:#555d6a;box-shadow:inset 0 0 0 1px #cbd0d8}
.v54-gold{background:linear-gradient(125deg,#fffdf5,#f2d374);border:1px solid #e0bf54;box-shadow:0 22px 55px rgba(151,111,10,.14)}.v54-gold .v54-badge{background:linear-gradient(135deg,#fff4a8,#d6a62a);color:#674a00}.v54-gold .v54-new{background:#fff2b4;border-color:#ddbd4d}.v54-gold .v54-buy em{color:#8a6506}
.v54-diamond{color:#fff;background:radial-gradient(circle at 90% 0,rgba(116,225,255,.36),transparent 27%),linear-gradient(120deg,#141a40,#4037a6 52%,#168fe9);border:1px solid #7679e7;box-shadow:0 30px 70px rgba(44,51,145,.24)}.v54-diamond .v54-badge{background:linear-gradient(135deg,#fff,#92e8ff,#c8b7ff);color:#28285d}.v54-diamond .v54-main p,.v54-diamond .v54-buy>span{color:#cbd2ec}.v54-diamond .v54-items span{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.14)}.v54-diamond .v54-new{background:rgba(133,225,255,.17);border-color:rgba(155,231,255,.38)}.v54-diamond .v54-buy a{background:#fff;color:#24265d}.v54-diamond .v54-buy del{color:#9ef0d7}.v54-glow{position:absolute;right:-110px;top:-170px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.2);filter:blur(35px)}
.v54-bridge{text-align:center;max-width:820px;margin:17px auto;padding:7px 10px}.v54-bridge b{display:block;font-size:14px}.v54-bridge span{display:block;color:#767e91;font-size:11px;margin-top:3px}.v54-bridge i{display:block;color:#6555ef;font-style:normal;font-size:19px;margin-top:4px}
@media(max-width:800px){.v54-pricing{padding:52px 0 68px}.v54-price-head{text-align:left}.v54-price-head h2{font-size:35px}.v54-pack{grid-template-columns:1fr;padding:23px 20px;gap:13px}.v54-badge{width:max-content;padding:9px 13px}.v54-main h3{font-size:28px}.v54-main p{font-size:13px}.v54-items span{font-size:10px}.v54-buy{align-items:flex-start;text-align:left;padding-top:13px;border-top:1px solid rgba(60,65,85,.14)}.v54-diamond .v54-buy{border-color:rgba(255,255,255,.15)}.v54-buy strong{font-size:42px}.v54-buy a{width:100%;text-align:center;font-size:11px;padding:14px}.v54-bridge{margin:12px auto}.v54-bridge b{font-size:13px}.v54-bridge span{font-size:11px;line-height:1.4}}

/* V5.5 vertical pricing ladder */
.v55-ladder{padding:70px 0;background:#fff}.v55-head{text-align:center;margin-bottom:30px}.v55-head h2{font-size:44px;letter-spacing:-.05em;margin:6px 0}
.v55-tier{max-width:1080px;margin:auto;border-radius:26px;padding:26px 28px;display:grid;grid-template-columns:110px 1fr 175px;gap:24px;align-items:center}.v55-metal{font-size:11px;font-weight:950;letter-spacing:.16em;text-align:center;padding:13px 10px;border-radius:999px}.v55-copy small{font-size:8px;font-weight:950;letter-spacing:.14em}.v55-copy h3{font-size:28px;margin:4px 0 6px;letter-spacing:-.04em}.v55-copy h3 em{font-style:normal;font-size:8px;letter-spacing:.1em;padding:6px 8px;border-radius:999px;vertical-align:middle}.v55-copy p{font-size:12px;color:#747c90;margin:0 0 12px}.v55-icons{display:flex;flex-wrap:wrap;gap:7px}.v55-icons span{font-size:9px;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.68);border:1px solid rgba(25,30,55,.08)}.v55-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.v55-price small{font-size:7px;letter-spacing:.14em}.v55-price strong{font-size:38px;letter-spacing:-.05em}.v55-price del{font-size:8px;font-weight:900}.v55-price a{background:#111831;color:#fff;text-decoration:none;font-size:9px;font-weight:900;padding:11px 15px;border-radius:999px;margin-top:7px}.v55-up{text-align:center;margin:15px auto;max-width:760px}.v55-up strong{display:block;font-size:13px}.v55-up span{font-size:10px;color:#7b8293}
.v55-tier.silver{background:linear-gradient(125deg,#fbfbfc,#e1e4ea);border:1px solid #d5d9e0}.v55-tier.silver .v55-metal{background:linear-gradient(135deg,#fff,#bdc4cf);color:#59606c}
.v55-tier.gold{background:linear-gradient(125deg,#fffdf6,#f1d272);border:1px solid #dfbf55;box-shadow:0 18px 48px rgba(146,105,0,.12)}.v55-tier.gold .v55-metal{background:linear-gradient(135deg,#fff5ad,#d6a62a);color:#664900}.v55-tier.gold h3 em{background:#181c36;color:#fff}.v55-tier.gold .new{background:#fff0aa}
.v55-tier.diamond{color:#fff;background:radial-gradient(circle at 90% 0,rgba(129,232,255,.35),transparent 28%),linear-gradient(120deg,#151a40,#4239aa 54%,#168ee8);border:1px solid #7578e4;box-shadow:0 25px 60px rgba(50,57,150,.2)}.v55-tier.diamond .v55-metal{background:linear-gradient(135deg,#fff,#8fe8ff,#d0c0ff);color:#29295d}.v55-tier.diamond .v55-copy p{color:#d0d5ea}.v55-tier.diamond .v55-icons span{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.13)}.v55-tier.diamond .v55-price a{background:#fff;color:#27285c}.v55-tier.diamond .v55-price del{color:#9ef0d7}

/* V5.5 horizontal offer strip above final CTA */
.v55-quick{padding:34px 0 18px;background:#fff}.v55-quick-title{text-align:center;margin-bottom:15px}.v55-quick-title small{display:block;color:#6555ef;font-size:8px;letter-spacing:.16em;font-weight:950}.v55-quick-title strong{font-size:23px;letter-spacing:-.035em}.v55-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.v55-quick-grid>a{min-height:92px;border-radius:19px;padding:15px 16px;text-decoration:none;color:#111831;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;border:1px solid #dfe2e9}.v55-quick-grid i{font-style:normal;font-size:23px}.v55-quick-grid span b,.v55-quick-grid span small{display:block}.v55-quick-grid span b{font-size:10px;letter-spacing:.08em}.v55-quick-grid span small{font-size:9px;color:#777f92;margin-top:3px}.v55-quick-grid>a>strong{font-size:21px;letter-spacing:-.04em}.v55-quick-grid .q-silver{background:linear-gradient(125deg,#fff,#eceef2)}.v55-quick-grid .q-gold{background:linear-gradient(125deg,#fffdf5,#f4df94);border-color:#dfc46d}.v55-quick-grid .q-diamond{background:linear-gradient(125deg,#1b214a,#4c45b9);color:#fff;border-color:#6265ce}.v55-quick-grid .q-diamond span small{color:#d6daf0}

/* Restored V5.2/V5.3 FAQ */
.v52-faq{padding:64px 0;background:#fff}.v52-faq-head{max-width:680px;margin-bottom:25px}.v52-faq-head h2{font-size:42px;letter-spacing:-.05em;margin:6px 0}.v52-faq-head p{color:#7b8294}.v52-faq-list{display:grid;gap:9px}.v52-faq-list details{border:1px solid #e1e3e9;border-radius:16px;padding:0 18px;background:#fff}.v52-faq-list summary{cursor:pointer;list-style:none;font-weight:850;padding:17px 0}.v52-faq-list summary::-webkit-details-marker{display:none}.v52-faq-list summary:after{content:'+';float:right;color:#6555ef;font-size:20px}.v52-faq-list details[open] summary:after{content:'−'}.v52-faq-list p{color:#6f778b;font-size:12px;line-height:1.6;padding:0 0 17px;margin:0;max-width:920px}
@media(max-width:800px){.v55-ladder{padding:48px 0}.v55-head{text-align:left}.v55-head h2{font-size:34px}.v55-tier{grid-template-columns:1fr;padding:21px 18px;gap:11px}.v55-metal{width:max-content}.v55-copy h3{font-size:26px}.v55-copy p{font-size:12px}.v55-icons span{font-size:9px}.v55-price{align-items:flex-start;text-align:left;border-top:1px solid rgba(40,45,70,.13);padding-top:12px}.v55-tier.diamond .v55-price{border-color:rgba(255,255,255,.14)}.v55-price strong{font-size:40px}.v55-price a{width:100%;text-align:center;font-size:11px;padding:13px}.v55-up{padding:0 10px}.v55-quick{padding:28px 0 10px}.v55-quick-title{text-align:left}.v55-quick-grid{grid-template-columns:1fr}.v55-quick-grid>a{min-height:78px}.v52-faq{padding:48px 0}.v52-faq-head h2{font-size:34px}.v52-faq-list p{font-size:12px}}

/* V5.8 coherent product examples — detailed pricing only */
.v58-example{max-width:1020px;margin:9px auto 22px;padding:11px 15px;border-radius:0 0 18px 18px;border:1px solid #e2e4eb;border-top:0;background:#fbfbfd}
.v58-example-label{font-size:7px;font-weight:950;letter-spacing:.15em;color:#6b5cf2;margin-bottom:8px}
.v58-example-items{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.v58-example-items span{display:block;padding:9px 11px;border-radius:11px;background:#fff;border:1px solid #e7e8ee}
.v58-example-items b,.v58-example-items small{display:block}.v58-example-items b{font-size:9px;color:#12182f;margin-bottom:3px}.v58-example-items small{font-size:8px;line-height:1.35;color:#7b8293}
.ex-gold{background:#fffdf6;border-color:#eadb9d}.ex-diamond{background:#f6f7ff;border-color:#cfd4f5}
@media(max-width:800px){.v58-example{margin-top:7px;padding:10px}.v58-example-items{grid-template-columns:1fr}.v58-example-items span{padding:9px 10px}.v58-example-items b{font-size:10px}.v58-example-items small{font-size:9px}}

/* V5.9 selectable compact offer summary */
.v59-selector{padding:42px 0 24px;background:#fff;scroll-margin-top:20px}.v59-selector-head{text-align:center;max-width:720px;margin:0 auto 20px}.v59-selector-head>small{font-size:8px;letter-spacing:.17em;font-weight:950;color:#6655ef}.v59-selector-head h2{font-size:34px;letter-spacing:-.045em;margin:5px 0}.v59-selector-head p{font-size:11px;color:#7b8294;margin:0}
.v59-options{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.v59-option{font:inherit;appearance:none;position:relative;cursor:pointer;text-align:left;min-height:112px;border-radius:20px;padding:17px 16px;border:2px solid transparent;display:grid;grid-template-columns:35px 1fr;gap:9px;background:#f5f6f8;color:#161b36;transition:.2s ease;box-shadow:none}.v59-option>i{font-style:normal;font-size:24px}.v59-option>span b,.v59-option>span small{display:block}.v59-option>span b{font-size:11px;letter-spacing:.09em}.v59-option>span small{font-size:8px;line-height:1.4;color:#747c8e;margin-top:4px}.v59-option>strong{grid-column:2;font-size:24px;letter-spacing:-.04em}.v59-option>em{position:absolute;right:12px;top:10px;font-style:normal;font-size:6px;font-weight:950;letter-spacing:.1em;padding:5px 7px;border-radius:999px;background:#171b35;color:#fff}
.v59-option.silver{background:linear-gradient(135deg,#fff,#e6e9ee)}.v59-option.gold{background:linear-gradient(135deg,#fffdf4,#f4db82)}.v59-option.diamond{background:linear-gradient(135deg,#1a2049,#4a43b6);color:#fff}.v59-option.diamond span small{color:#d4d8ec}.v59-option.selected{transform:translateY(-5px);border-color:#6757ef;box-shadow:0 18px 38px rgba(78,69,184,.18)}.v59-option.selected:after{content:'SELECTED ✓';position:absolute;left:15px;bottom:10px;font-size:6px;letter-spacing:.12em;font-weight:950;color:#6555ef}.v59-option.diamond.selected:after{color:#a9efff}.v59-selected-line{text-align:center;font-size:10px;color:#777f91;margin-top:14px}.v59-selected-line b{color:#171c39}.v59-selected-line strong{color:#6555ef}
@media(max-width:800px){.v59-selector{padding:34px 0 18px}.v59-selector-head{text-align:left}.v59-selector-head h2{font-size:30px}.v59-options{grid-template-columns:1fr;gap:8px}.v59-option{min-height:88px;grid-template-columns:32px 1fr auto;align-items:center;padding:14px}.v59-option>strong{grid-column:3;grid-row:1;font-size:21px}.v59-option.selected{transform:none}.v59-option.selected:after{display:none}.v59-option>em{right:12px;top:7px}.v59-selected-line{text-align:left;margin-top:10px}}

/* V5.10 coherent Solar System example set */
.v510-solar-examples .ew47-example{scroll-margin-top:24px}
.v510-map,.v510-solar-info{min-height:310px;border-radius:20px;padding:25px;background:linear-gradient(145deg,#0d1831,#162b50);color:#fff;overflow:hidden}
.v510-map-title small,.v510-solar-info>small{font-size:8px;letter-spacing:.15em;color:#91bfff;font-weight:900}.v510-map-title h3,.v510-solar-info h3{font-size:26px;margin:5px 0 22px}
.v510-sun{width:94px;height:94px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 18px;background:radial-gradient(circle,#ffd85b,#ff8a00);font-size:28px;box-shadow:0 0 35px rgba(255,176,42,.38)}.v510-sun b{font-size:7px;color:#18213b;margin-top:3px}
.v510-branches{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v510-branches span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);border-radius:11px;padding:10px}.v510-branches b,.v510-branches small{display:block}.v510-branches b{font-size:8px}.v510-branches small{font-size:7px;color:#bdc9dd;margin-top:3px}
.v510-orbit{display:flex;align-items:center;justify-content:space-between;gap:7px;margin:42px 0 36px;padding:0 8px;position:relative}.v510-orbit:before{content:"";position:absolute;left:15px;right:10px;height:1px;background:rgba(255,255,255,.25);z-index:0}.v510-orbit>*{position:relative;z-index:1}.v510-orbit .sun{font-size:42px}.v510-orbit span{font-size:14px}.v510-orbit .big{font-size:30px}.v510-orbit .ring{font-size:30px}
.v510-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.v510-facts span{padding:10px 5px;text-align:center;border-radius:10px;background:rgba(255,255,255,.08);font-size:7px}.v510-facts b{display:block;font-size:20px;color:#8bc9ff}
.v510-planets{display:flex;align-items:flex-end;justify-content:space-between;gap:5px;margin:28px 0 22px}.v510-planets span{font-size:18px;text-align:center}.v510-planets span:first-child{font-size:38px}.v510-planets small{display:block;font-size:6px;margin-top:7px;color:#7d8599}
@media(max-width:700px){.v510-map,.v510-solar-info{min-height:270px;padding:19px}.v510-branches{grid-template-columns:1fr}.v510-planets{overflow:hidden}.v510-planets small{font-size:5px}.v510-facts{grid-template-columns:1fr 1fr}}

/* V5.11 — real supplied media */
.v511-real-infographic{
  border-radius:20px; overflow:hidden; background:#07101f;
  box-shadow:0 18px 45px rgba(8,20,45,.16);
}
.v511-real-infographic img{
  display:block; width:100%; height:auto; aspect-ratio:16/10; object-fit:cover;
}
.v511-native-audio audio{width:100%; margin-top:14px}
.ew471-real-video video{width:100%; display:block; border-radius:16px}
@media(max-width:700px){
  .v511-real-infographic img{aspect-ratio:16/11}
}

/* V5.12 rebuilt example section */
#examples.ew47-examples{padding:72px 0!important;background:linear-gradient(180deg,#fff,#f7f8ff)}
#examples .ew47-examples-head{align-items:center;margin-bottom:30px!important}
#examples .ew47-examples-head .ew2-copy{max-width:500px;font-size:14px;line-height:1.6}
.v510-solar-examples{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:15px!important;overflow:visible!important;padding:0!important;margin:0!important}
.v510-solar-examples .ew47-example{min-width:0!important;grid-column:span 2!important;border-radius:21px;padding:14px;height:auto;align-self:stretch;box-shadow:0 13px 32px rgba(27,34,83,.07)!important}
.v510-solar-examples .ew47-example.flash,.v510-solar-examples .ew47-example.quiz{grid-column:span 3!important}
.v510-solar-examples .ew47-example.slides,.v510-solar-examples .ew47-example.video,.v510-solar-examples .ew47-example.audio{grid-column:span 2!important}
.v512-tier-head{grid-column:1/-1!important;display:grid;grid-template-columns:100px 1.25fr 1fr;gap:18px;align-items:center;margin:22px 0 0;padding:14px 17px;border-radius:16px}
.v512-tier-head:first-child{margin-top:0}.v512-tier-head span{font-size:8px;letter-spacing:.14em;font-weight:950}.v512-tier-head strong{font-size:19px;letter-spacing:-.025em}.v512-tier-head small{font-size:10px;line-height:1.45;color:#6f778c}
.v512-tier-head.silver{background:linear-gradient(100deg,#eef1f4,#fbfcfd);border:1px solid #e0e3e8}
.v512-tier-head.gold{background:linear-gradient(100deg,#fff6cf,#fffdf7);border:1px solid #ead181}
.v512-tier-head.diamond{background:linear-gradient(100deg,#171d48,#4547ad);color:#fff}.v512-tier-head.diamond small{color:#d9dcf1}
.v510-map{min-height:245px;padding:17px}.v510-map-title h3{font-size:20px;margin-bottom:13px}.v510-sun{width:70px;height:70px;margin-bottom:10px}.v510-branches{gap:6px}
.v511-real-infographic{height:245px;display:flex;align-items:center}.v511-real-infographic img{height:100%;width:100%;aspect-ratio:auto;object-fit:contain}
.ew471-real-video video{height:245px;object-fit:cover;background:#0b1024}
.ew47-example-foot{padding:11px 3px 3px}.ew47-example-foot strong{font-size:14px}.ew47-example-foot span{font-size:10px;line-height:1.45}
.ew47-card-label{font-size:7px;margin:1px 2px 9px}
@media(max-width:800px){
 #examples.ew47-examples{padding:48px 0!important}
 .v510-solar-examples{display:block!important}
 .v512-tier-head{display:block;margin:22px 0 10px;padding:14px}
 .v512-tier-head span,.v512-tier-head strong,.v512-tier-head small{display:block}.v512-tier-head strong{font-size:18px;margin:5px 0}
 .v510-solar-examples .ew47-example{width:100%;min-width:0!important;margin:0 0 11px}
 .v511-real-infographic,.ew471-real-video video{height:auto}.v511-real-infographic img{height:auto}
}

/* V5.13 — audio repair + concise bridge before offers */
.v510-solar-examples .ew47-example.audio{grid-column:1/-1!important}
.v510-solar-examples .ew47-example.audio .ew47-audio-cover{
  min-height:0!important;display:grid!important;grid-template-columns:220px 1fr!important;
  gap:24px!important;align-items:center!important;padding:22px!important
}
.v510-solar-examples .ew47-example.audio .v511-audio-art{
  min-height:210px!important;height:210px!important;border-radius:20px!important
}
.v510-solar-examples .ew47-example.audio .v511-native-audio{
  min-width:0!important;padding:4px 10px 4px 0!important
}
.v510-solar-examples .ew47-example.audio .v511-native-audio h3{
  font-size:28px!important;line-height:1.05!important;margin:6px 0 8px!important
}
.v510-solar-examples .ew47-example.audio audio{
  display:block!important;width:100%!important;max-width:520px!important;height:44px!important;margin:16px 0 0!important
}
.v510-solar-examples .ew47-example.audio .v511-audio-note{
  display:none!important
}

.v513-howvalue{padding:72px 0 52px;background:#fff}
.v513-how-head{text-align:center;max-width:760px;margin:0 auto 34px}
.v513-how-head h2{font-size:48px;line-height:.98;letter-spacing:-.055em;margin:10px 0 14px;color:#0d1329}
.v513-how-head h2 span{color:#6554ef}
.v513-how-head p{font-size:16px;line-height:1.6;color:#747d92;max-width:650px;margin:auto}
.v513-flow{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr;gap:10px;align-items:center;max-width:1080px;margin:auto}
.v513-flow article{display:flex;gap:14px;align-items:center;padding:19px;border:1px solid #e5e7ef;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(20,25,60,.04)}
.v513-flow article b{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;background:#f0edff;color:#6755ef;font-size:12px}
.v513-flow article strong,.v513-flow article span{display:block}
.v513-flow article strong{font-size:15px;color:#10162b;margin-bottom:3px}
.v513-flow article span{font-size:11px;line-height:1.4;color:#7c8498}
.v513-flow i{text-align:center;font-style:normal;color:#7867f4;font-size:22px}
.v513-levels{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.v513-levels span{font-size:11px;color:#5f687c;padding:9px 13px;border-radius:999px;background:#f7f8fb;border:1px solid #e7e9ef}
.v513-levels em{font-style:normal;font-size:8px;font-weight:900;letter-spacing:.11em;color:#6755ef;margin-right:6px}

@media(max-width:800px){
 .v510-solar-examples .ew47-example.audio .ew47-audio-cover{display:block!important;padding:14px!important}
 .v510-solar-examples .ew47-example.audio .v511-audio-art{height:170px!important;min-height:170px!important}
 .v510-solar-examples .ew47-example.audio .v511-native-audio{padding:15px 2px 2px!important}
 .v510-solar-examples .ew47-example.audio .v511-native-audio h3{font-size:22px!important}
 .v513-howvalue{padding:48px 0 38px}
 .v513-how-head{text-align:left;margin-bottom:24px}
 .v513-how-head h2{font-size:36px}
 .v513-flow{display:block}
 .v513-flow article{margin-bottom:9px}
 .v513-flow i{display:none}
 .v513-levels{justify-content:flex-start}
}

/* V5.17 — responsive reviews carousel */
.v517-reviews{padding:76px 0;background:radial-gradient(circle at 50% 0,#f0edff 0,transparent 36%),linear-gradient(180deg,#fbfcff,#f7f9ff);overflow:hidden}
.v517-reviews-head{text-align:center;max-width:780px;margin:0 auto 34px}.v517-reviews-head h2{font-size:50px;line-height:1;letter-spacing:-.055em;margin:10px 0 13px;color:#0d1329}.v517-reviews-head h2 span{color:#2585ee}.v517-reviews-head h2 em{font-style:normal;color:#a044df}.v517-reviews-head p{font-size:15px;line-height:1.55;color:#747d92;margin:0 auto;max-width:650px}
.v517-review-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 2px 18px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.v517-review-track::-webkit-scrollbar{display:none}
.v517-review-card{scroll-snap-align:start;flex:0 0 calc((100% - 48px)/4);min-width:245px;background:rgba(255,255,255,.94);border:1px solid #e7e9f2;border-radius:22px;padding:22px;box-shadow:0 16px 42px rgba(33,39,88,.07)}
.v517-review-top{display:flex;gap:11px;align-items:center}.v517-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:12px;color:#fff;background:linear-gradient(135deg,#6956f6,#278cf3)}.v517-review-top strong,.v517-review-top small{display:block}.v517-review-top strong{font-size:14px;color:#11172d}.v517-review-top small{font-size:10px;color:#858da0;margin-top:3px}.v517-stars{color:#ffb21b;letter-spacing:1px;font-size:15px;margin:15px 0 11px}.v517-review-card p{font-size:13px;line-height:1.6;color:#30384e;margin:0}
@media(max-width:800px){.v517-reviews{padding:52px 0}.v517-reviews-head{text-align:left;margin-bottom:24px}.v517-reviews-head h2{font-size:37px}.v517-reviews-head p{font-size:13px}.v517-review-track{margin-right:-18px;padding-right:18px;gap:12px}.v517-review-card{flex-basis:84%;min-width:0;padding:20px;border-radius:20px}.v517-review-card p{font-size:13px}.v517-stars{margin-top:14px}}

/* =========================================================
   ELLIE V6.0 — 3D REVIEWS / STUDENTS + PARENTS
   Easy-edit block: all review styling is contained here.
   ========================================================= */
.v60-reviews{position:relative;overflow:hidden;padding:92px 0 82px;background:radial-gradient(circle at 12% 15%,rgba(112,88,255,.16),transparent 28%),radial-gradient(circle at 88% 30%,rgba(38,150,255,.14),transparent 27%),linear-gradient(180deg,#fbfcff 0%,#f5f7ff 58%,#fff 100%)}
.v60-reviews:before,.v60-reviews:after{content:"";position:absolute;border-radius:999px;filter:blur(1px);pointer-events:none}.v60-reviews:before{width:310px;height:310px;left:-180px;top:-130px;background:linear-gradient(145deg,rgba(111,80,255,.14),rgba(33,157,255,.03));box-shadow:inset -20px -25px 70px rgba(255,255,255,.7)}.v60-reviews:after{width:260px;height:260px;right:-150px;bottom:-100px;background:linear-gradient(145deg,rgba(35,151,255,.12),rgba(212,65,229,.07))}
.v60-reviews-head{text-align:center;max-width:850px;margin:0 auto 48px;position:relative;z-index:2}.v60-proof-pill{display:inline-flex;align-items:center;gap:9px;padding:10px 17px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(108,87,245,.12);box-shadow:0 10px 30px rgba(80,69,170,.10),inset 0 1px 0 #fff;color:#654ff0;font-size:12px;font-weight:900;letter-spacing:.14em}.v60-proof-pill span{font-size:16px}.v60-reviews-head h2{font-size:58px;line-height:.98;letter-spacing:-.06em;color:#0d1329;margin:20px 0 15px}.v60-reviews-head h2 span{background:linear-gradient(90deg,#1d8cf2,#6358f4);-webkit-background-clip:text;background-clip:text;color:transparent}.v60-reviews-head h2 em{font-style:normal;background:linear-gradient(90deg,#7056f7,#d344d9);-webkit-background-clip:text;background-clip:text;color:transparent}.v60-reviews-head p{max-width:700px;margin:auto;color:#747e95;font-size:16px;line-height:1.55}
.v60-stage{position:relative;z-index:2}.v60-review-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:30px 24px 52px;margin:0 -24px;scrollbar-width:none;-webkit-overflow-scrolling:touch;perspective:1200px}.v60-review-track::-webkit-scrollbar{display:none}
.v60-card{position:relative;scroll-snap-align:center;flex:0 0 calc((100% - 48px)/3);min-width:285px;min-height:310px;padding:28px 27px 30px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,247,255,.91));border:1px solid rgba(255,255,255,.95);box-shadow:0 28px 50px rgba(31,37,86,.13),0 9px 16px rgba(71,66,143,.08),inset 0 1px 0 #fff;transform:translateY(8px) rotateX(1deg);transition:transform .35s ease,box-shadow .35s ease}.v60-card:before{content:"";position:absolute;inset:1px;border-radius:27px;pointer-events:none;background:linear-gradient(135deg,rgba(117,86,255,.08),transparent 28%,transparent 70%,rgba(37,151,255,.07))}.v60-card:nth-child(3n+2){transform:translateY(-4px) rotateX(1deg);box-shadow:0 38px 70px rgba(40,45,105,.17),0 12px 24px rgba(82,73,168,.10),inset 0 1px 0 #fff}.v60-card:hover{transform:translateY(-9px) rotateX(0) rotateY(-1deg);box-shadow:0 42px 80px rgba(40,45,105,.19),0 15px 26px rgba(82,73,168,.10)}
.v60-quote{position:absolute;right:20px;top:15px;font:900 76px/1 Georgia,serif;color:rgba(101,83,241,.10);text-shadow:0 8px 22px rgba(91,75,220,.08)}.v60-top{position:relative;display:flex;align-items:center;gap:14px;z-index:1}.v60-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em;border:4px solid rgba(255,255,255,.9);box-shadow:0 9px 20px rgba(44,48,96,.18),inset 0 1px 3px rgba(255,255,255,.4)}.v60-a1{background:linear-gradient(145deg,#7c62f8,#328eea)}.v60-a2{background:linear-gradient(145deg,#3a9de9,#6659f3)}.v60-a3{background:linear-gradient(145deg,#d95ad5,#7858f2)}.v60-a4{background:linear-gradient(145deg,#5b65f5,#24a3e8)}.v60-a5{background:linear-gradient(145deg,#9b5ce9,#ec65b8)}.v60-a6{background:linear-gradient(145deg,#467ce9,#7359f4)}.v60-top strong,.v60-top small{display:block}.v60-top strong{font-size:16px;color:#10162c;letter-spacing:-.02em}.v60-top small{font-size:11px;color:#838ca1;margin-top:4px}.v60-stars{position:relative;z-index:1;color:#ffb313;font-size:17px;letter-spacing:2px;margin:23px 0 15px;text-shadow:0 2px 8px rgba(255,177,18,.18)}.v60-card p{position:relative;z-index:1;margin:0;color:#313a51;font-size:15px;line-height:1.65}
.v60-arrow{position:absolute;top:50%;z-index:5;width:48px;height:48px;border:1px solid rgba(112,118,151,.13);border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(32,39,89,.14);font-size:31px;line-height:1;color:#171d34;cursor:pointer;transform:translateY(-50%);transition:.2s}.v60-arrow:hover{transform:translateY(-50%) scale(1.07)}.v60-prev{left:-8px}.v60-next{right:-8px}.v60-dots{display:flex;justify-content:center;gap:8px;margin-top:-24px;position:relative;z-index:3}.v60-dots i{width:8px;height:8px;border-radius:50%;background:#d5d9e8}.v60-dots i.active{width:24px;border-radius:99px;background:linear-gradient(90deg,#7656f6,#288ef2)}
.v60-trust{position:relative;z-index:2;margin:42px auto 0;max-width:980px;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.74);border:1px solid rgba(216,220,236,.82);border-radius:24px;box-shadow:0 20px 50px rgba(47,52,103,.08),inset 0 1px 0 #fff;backdrop-filter:blur(12px)}.v60-trust>div{padding:22px 26px;display:flex;flex-direction:column;gap:5px;text-align:center}.v60-trust>div+div{border-left:1px solid #e7e9f1}.v60-trust b{color:#ffb313;letter-spacing:2px}.v60-trust strong{color:#11172d;font-size:14px}.v60-trust span{color:#858da0;font-size:11px;line-height:1.4}
@media(max-width:800px){.v60-reviews{padding:58px 0 52px}.v60-reviews-head{text-align:left;margin-bottom:22px}.v60-proof-pill{font-size:9px;padding:8px 12px}.v60-reviews-head h2{font-size:40px;margin:15px 0 12px}.v60-reviews-head p{font-size:13px}.v60-review-track{gap:14px;margin:0 -18px;padding:20px 18px 42px}.v60-card,.v60-card:nth-child(3n+2){flex-basis:86%;min-width:0;min-height:285px;padding:24px 22px;border-radius:25px;transform:none;box-shadow:0 24px 45px rgba(31,37,86,.13),0 8px 16px rgba(71,66,143,.07),inset 0 1px 0 #fff}.v60-card:hover{transform:none}.v60-avatar{width:52px;height:52px}.v60-card p{font-size:14px;line-height:1.62}.v60-stars{margin:19px 0 13px}.v60-arrow{width:40px;height:40px;font-size:26px}.v60-prev{left:-4px}.v60-next{right:-4px}.v60-dots{margin-top:-20px}.v60-trust{margin-top:32px;grid-template-columns:1fr;border-radius:20px}.v60-trust>div{padding:15px 18px;text-align:left}.v60-trust>div+div{border-left:0;border-top:1px solid #e7e9f1}.v60-trust>div:first-child{display:none}}

/* V6.3 — mobile spacing fix for How Ellie Works section */
@media (max-width:800px){
  .v513-howvalue > .ew47-wrap{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding-left:20px;
    padding-right:20px;
    box-sizing:border-box;
  }
  .v513-how-head,
  .v513-flow,
  .v513-levels{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
}

/* V6.8 — support notice (Cart + Checkout, mobile safe) */
.ellie-help-notice{width:100%;max-width:1120px;box-sizing:border-box;margin:0 auto 22px;padding:14px 17px;display:flex;gap:6px 12px;align-items:center;flex-wrap:wrap;background:#fff4f4;border:1px solid #ffcaca;border-radius:14px;color:#7f1d1d;font-size:13px;line-height:1.45;box-shadow:0 8px 22px rgba(127,29,29,.05)}
.ellie-help-notice strong{font-weight:900;color:#b42318}.ellie-help-notice span{color:#7f1d1d}.ellie-help-notice a{color:#b42318;font-weight:800;text-decoration:underline;text-underline-offset:2px}
.ellie-help-notice--block{max-width:1100px;margin:0 auto 20px}
@media(max-width:800px){.ellie-help-notice,.ellie-help-notice--block{width:calc(100% - 32px);margin:0 16px 18px;padding:13px 14px;border-radius:13px;display:block;font-size:12px}.ellie-help-notice strong{display:block;margin-bottom:3px}}


/* V6.9 — stronger red support alert */
.ellie-help-notice{
  background:#fff0f0!important;
  border:2px solid #e53935!important;
  color:#8b1111!important;
  box-shadow:0 8px 24px rgba(229,57,53,.10)!important;
}
.ellie-help-notice strong{color:#c51616!important}
.ellie-help-notice span{color:#8b1111!important}
.ellie-help-notice a{color:#c51616!important;font-weight:900!important}
.ellie-help-notice--cart{margin-bottom:22px!important}

/* Twenty Twenty-Four integration */
.ellie-studypack-page .wp-site-blocks > main, .ellie-studypack-page main.wp-block-group {max-width:none!important;padding:0!important;margin:0!important;}
.ellie-studypack-page .entry-content, .ellie-studypack-page .wp-block-post-content {max-width:none!important;margin:0!important;padding:0!important;}
.ellie-studypack-page .wp-block-post-title {display:none!important;}
.ellie-studypack-page .wp-block-html {margin:0!important;max-width:none!important;}
@media(max-width:800px){.v513-howvalue .ew47-wrap{width:auto!important;margin-left:18px!important;margin-right:18px!important}.v513-flow{padding-left:0!important;padding-right:0!important}}

/* =========================================================
   v1.1 — Twenty Twenty-Four full-width + responsive fix
   Keeps the Study Pack page independent from the theme's
   constrained content width while leaving all other pages alone.
   ========================================================= */
body.ellie-studypack-page .wp-site-blocks,
body.ellie-studypack-page main,
body.ellie-studypack-page .wp-block-post-content,
body.ellie-studypack-page .entry-content {
  width:100%;
  max-width:none!important;
}
body.ellie-studypack-page .wp-block-post-content > *,
body.ellie-studypack-page .entry-content > * {
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.ellie-studypack-page .wp-block-post-title {display:none!important}
body.ellie-studypack-page .wp-block-post-content {margin-top:0!important}
body.ellie-studypack-page .ew2-container {
  width:min(1280px,calc(100% - 64px));
  max-width:1280px;
  margin-left:auto!important;
  margin-right:auto!important;
}
/* Slightly wider visual sections on desktop */
@media (min-width:981px){
  body.ellie-studypack-page .v50-hero-grid{grid-template-columns:minmax(0,1fr) minmax(460px,.95fr);gap:64px}
  body.ellie-studypack-page .v50-hero-copy{max-width:650px}
  body.ellie-studypack-page .ew47-examples-head{max-width:1120px}
  body.ellie-studypack-page #pricing .ew2-container,
  body.ellie-studypack-page #pack-selector .ew2-container{max-width:1280px}
}
/* Tablet */
@media (max-width:980px){
  body.ellie-studypack-page .ew2-container{width:min(100% - 40px,900px)}
}
/* Phone: consistent gutters, no horizontal squeeze/overflow */
@media (max-width:720px){
  body.ellie-studypack-page .wp-site-blocks,
  body.ellie-studypack-page main,
  body.ellie-studypack-page .wp-block-post-content,
  body.ellie-studypack-page .entry-content{overflow-x:hidden}
  body.ellie-studypack-page .ew2-container{
    width:calc(100% - 32px)!important;
    max-width:none!important;
    margin-left:16px!important;
    margin-right:16px!important;
  }
  body.ellie-studypack-page section{max-width:100%;overflow:hidden}
  body.ellie-studypack-page img,
  body.ellie-studypack-page video{max-width:100%;height:auto}
}
