*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:"Work Sans","Helvetica Neue",Arial,sans-serif;background:#f5f0ff;min-height:100vh;color:#1a1a1a;overflow-x:hidden}
:root{--purple:#7B3FCC;--pd:#5a2a99;--pl:#9B5FE0;--yellow:#FFD700;--bg:#f5f0ff}
button,a button{font-family:inherit;cursor:pointer}
a{text-decoration:none;color:inherit}

/* NAV */
nav{background:var(--purple);padding:0 16px;min-height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 16px rgba(0,0,0,.2);gap:10px}
.ni{display:flex;flex-direction:column;gap:2px;min-width:0}
.ni .nm{color:#fff;font-weight:800;font-size:clamp(13px,3.5vw,16px);white-space:nowrap}
.ni .ns{color:rgba(255,255,255,.7);font-size:clamp(10px,2.5vw,12px)}
.nav-cta{background:var(--yellow);color:#1a1a1a;border:none;border-radius:8px;padding:10px 14px;font-weight:800;font-size:13px;white-space:nowrap;flex-shrink:0}

/* COMMON BTNS */
.btn{background:var(--yellow);color:#1a1a1a;border:none;border-radius:10px;padding:16px 28px;font-weight:800;font-size:16px;width:100%;max-width:340px;box-shadow:0 4px 20px rgba(0,0,0,.18);display:block;margin:0 auto;text-align:center}
.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:10px;padding:14px 28px;font-weight:700;font-size:15px;width:100%;max-width:340px;display:block;margin:0 auto;text-align:center}

/* HERO */
.hero{background:linear-gradient(135deg,var(--purple) 0%,var(--pl) 100%);padding:clamp(36px,8vw,60px) 16px;text-align:center}
.hero h1{font-size:clamp(30px,8vw,54px);font-weight:900;color:#fff;line-height:1.08;letter-spacing:-.03em;margin-bottom:14px}
.hero h1 .y{color:var(--yellow)}
.hero .sub{color:rgba(255,255,255,.88);font-size:clamp(14px,3.8vw,18px);max-width:540px;margin:0 auto 20px;line-height:1.6}
.proof-bar{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}
.proof-bar span{background:rgba(255,255,255,.15);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.25)}
.hbtns{display:flex;flex-direction:column;gap:12px;align-items:center}

/* SOCIAL PROOF STRIP */
.sp-strip{background:var(--pd);padding:24px 16px}
.sp-strip-i{max-width:700px;margin:0 auto;text-align:center}
.sp-strip h3{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px;opacity:.7}
.testimonials{display:flex;flex-direction:column;gap:10px}
.tcard{background:rgba(255,255,255,.1);border-radius:12px;padding:16px;border:1px solid rgba(255,255,255,.2);text-align:left}
.tcard .stars-row{color:var(--yellow);font-size:14px;margin-bottom:6px}
.tcard .ttext{color:#fff;font-size:13.5px;line-height:1.6;font-weight:500}
.tcard .tname{color:rgba(255,255,255,.55);font-size:11.5px;font-weight:700;margin-top:8px}

/* RATING BAR */
.rating-bar{display:flex;align-items:center;justify-content:center;gap:10px;background:rgba(255,255,255,.08);border-radius:10px;padding:12px 16px;margin-bottom:16px}
.rating-bar .score{color:var(--yellow);font-weight:900;font-size:28px}
.rating-bar .stars-row{color:var(--yellow);font-size:18px}
.rating-bar .label{color:rgba(255,255,255,.8);font-size:13px;font-weight:600}

/* LEAD FORM */
.lead-section{background:linear-gradient(135deg,var(--pd),var(--purple));padding:40px 16px;text-align:center}
.lead-section h2{font-size:clamp(20px,5.5vw,30px);font-weight:900;color:#fff;margin-bottom:8px}
.lead-section p{color:rgba(255,255,255,.82);font-size:15px;margin-bottom:24px}
.lead-form{background:#fff;border-radius:18px;padding:24px 20px;max-width:440px;margin:0 auto;box-shadow:0 8px 40px rgba(0,0,0,.2)}
.lead-form input{width:100%;padding:14px 16px;border:2px solid #ede0ff;border-radius:10px;font-size:15px;font-family:inherit;margin-bottom:12px;outline:none;transition:border .2s}
.lead-form input:focus{border-color:var(--purple)}
.lead-form .submit-btn{width:100%;background:var(--yellow);color:#1a1a1a;border:none;border-radius:10px;padding:16px;font-weight:800;font-size:16px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.lead-form .note{font-size:11px;color:#888;margin-top:10px;text-align:center}

/* PERSONAL SECTION */
.personal{background:#fff;padding:40px 16px}
.personal-i{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}
.photo-frame{width:130px;height:130px;border-radius:50%;overflow:hidden;border:4px solid var(--yellow);flex-shrink:0;box-shadow:0 4px 20px rgba(123,63,204,.2)}
.photo-frame img{width:100%;height:100%;object-fit:cover}
.personal-i h2{font-size:clamp(20px,5vw,26px);font-weight:900;color:var(--purple)}
.personal-i p{font-size:15px;color:#444;line-height:1.7;max-width:520px}
.stats-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.stat-pill{background:#f5f0ff;border:1px solid #ede0ff;border-radius:10px;padding:10px 16px;text-align:center}
.stat-pill .sv{font-weight:900;font-size:20px;color:var(--purple)}
.stat-pill .sl{font-size:11px;color:#666;font-weight:600}

/* OFFER CARDS - no icons, clean */
.offers{padding:40px 16px;max-width:700px;margin:0 auto}
.offers h2{font-size:clamp(20px,5.5vw,30px);font-weight:900;color:var(--purple);text-align:center;margin-bottom:24px;letter-spacing:-.02em}
.offer-grid{display:flex;flex-direction:column;gap:14px}
.ocard{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 24px rgba(123,63,204,.12);border:1px solid #ede0ff}
.ocard-head{padding:16px 18px;background:#faf7ff;border-bottom:1px solid #ede0ff}
.ocard-head span{font-weight:800;font-size:15px;color:#1a1a1a;display:block}
.ocard-head .sub-label{font-size:12px;color:#888;font-weight:500;margin-top:2px}
.ocard-body{padding:18px 16px}
.price-big{font-size:52px;font-weight:900;line-height:1;color:var(--purple)}
.price-sub{font-size:13px;color:#555;font-weight:600;margin-bottom:14px;margin-top:2px}
.feat-list{display:flex;flex-direction:column;gap:8px}
.feat-item{display:flex;align-items:flex-start;gap:12px;background:#f5f0ff;border-radius:10px;padding:11px 13px;border:1px solid #ede0ff}
.feat-check{width:18px;height:18px;background:var(--purple);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.feat-check::after{content:'✓';color:#fff;font-size:11px;font-weight:800}
.feat-text strong{font-size:13px;font-weight:700;display:block;color:#1a1a1a}
.feat-text span{font-size:11.5px;color:#666;line-height:1.5}

/* SIM CARD GRAPHIC */
.sim-graphic{width:52px;height:34px;background:linear-gradient(135deg,#2a2a2a,#555);border-radius:6px;position:relative;flex-shrink:0}
.sim-graphic::before{content:'';position:absolute;top:5px;left:7px;width:20px;height:14px;background:linear-gradient(135deg,#d4af37,#f0c040);border-radius:3px}

/* HOW IT WORKS */
.how{padding:40px 16px;max-width:700px;margin:0 auto}
.how h2{font-size:clamp(20px,5vw,28px);font-weight:800;color:var(--purple);text-align:center;margin-bottom:20px}
.steps{display:flex;flex-direction:column;gap:12px}
.step{display:flex;align-items:flex-start;gap:14px;background:#fff;border-radius:14px;padding:16px;box-shadow:0 2px 12px rgba(123,63,204,.08);border:1px solid #ede0ff}
.snum{width:34px;height:34px;background:var(--purple);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;flex-shrink:0}
.stxt strong{display:block;font-weight:700;font-size:14px;margin-bottom:2px}
.stxt span{font-size:13px;color:#555}

/* FAQ */
.faq{background:#fff;padding:40px 16px}
.faq-i{max-width:700px;margin:0 auto}
.faq-i h2{font-size:clamp(20px,5vw,28px);font-weight:800;color:var(--purple);text-align:center;margin-bottom:20px}
.fi{border:1px solid #ede0ff;border-radius:12px;margin-bottom:10px;overflow:hidden}
.fq-q{padding:14px 16px;font-weight:700;font-size:14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#faf7ff;user-select:none}
.fq-q:hover{background:#f0e8ff}
.fq-a{padding:0 16px;font-size:13.5px;color:#444;line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.fq-a.open{max-height:400px;padding:12px 16px 16px}

/* URGENCY */
.urgency{background:#1a1a1a;padding:20px 16px;text-align:center}
.urgency p{color:rgba(255,255,255,.8);font-size:13px;font-weight:600}
.urgency p .hl{color:var(--yellow)}

/* FOOTER */
footer{background:var(--pd);padding:28px 16px;text-align:center}
footer p{color:rgba(255,255,255,.6);font-size:11.5px;margin-bottom:8px}
footer a{color:rgba(255,255,255,.7);text-decoration:underline}
.footer-links{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}
.footer-links a{color:rgba(255,255,255,.75);font-size:12px;font-weight:600;text-decoration:none}
.footer-links a:hover{color:#fff}

/* PAGE NAV */
.page-nav{background:#f5f0ff;padding:12px 16px;border-bottom:1px solid #ede0ff}
.page-nav-i{max-width:700px;margin:0 auto;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.page-nav-i a{background:#fff;border:1px solid #ede0ff;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700;color:var(--purple)}
.page-nav-i a:hover,.page-nav-i a.active{background:var(--purple);color:#fff;border-color:var(--purple)}

/* CTA SECTION */
.cta-section{background:linear-gradient(135deg,var(--pd),var(--purple));padding:40px 16px;text-align:center}
.cta-section h2{font-size:clamp(20px,5.5vw,30px);font-weight:900;color:#fff;margin-bottom:8px}
.cta-section p{color:rgba(255,255,255,.82);font-size:15px;margin-bottom:24px}
.wa-btn{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;border:none;border-radius:12px;padding:16px 28px;font-weight:800;font-size:16px;box-shadow:0 4px 20px rgba(37,211,102,.3);margin-bottom:12px}
.ph-btn{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);color:#fff;border:2px solid rgba(255,255,255,.4);border-radius:12px;padding:14px 28px;font-weight:700;font-size:15px}
.btn-group{display:flex;flex-direction:column;gap:12px;align-items:center}

/* BONUS BANNER */
.bonus-banner{background:linear-gradient(135deg,#fff3cc,#ffe680);border:2px solid var(--yellow);border-radius:14px;padding:16px;text-align:center;margin-bottom:16px}
.bonus-banner strong{font-size:17px;font-weight:900;color:#1a1a1a;display:block;margin-bottom:4px}
.bonus-banner span{font-size:13px;color:#555;font-weight:600}
