
:root {
  --ink:#291b2b; --muted:#6d6170; --purple:#7c1889; --purple2:#b729bf;
  --deep:#31083a; --deep2:#17031d; --lilac:#f8f0fa; --lilac2:#f0e3f4;
  --white:#fff; --green:#1fa67a; --border:#eadceb; --shadow:0 18px 48px rgba(56,14,61,.12);
  --radius:24px; --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth; overflow-x:hidden}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter, ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(var(--max), calc(100% - 40px));margin-inline:auto}
.section{padding:88px 0;position:relative}
.section.soft{background:linear-gradient(180deg,#fcf9fd 0%,var(--lilac) 100%)}
.section.deep{background:radial-gradient(circle at 70% 20%,#861c8d 0%,#4b0a55 30%,#24042c 75%);color:#fff}
.eyebrow{display:inline-flex;gap:8px;align-items:center;font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:var(--purple);margin-bottom:14px}
.eyebrow.light{color:#f1bee8}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.03;margin:0;letter-spacing:-.025em}
h1{font-size:clamp(44px,5.2vw,74px);max-width:780px}
h2{font-size:clamp(34px,4.2vw,58px)}
h3{font-size:clamp(23px,2.4vw,32px)}
p{margin:0 0 18px}
.lead{font-size:clamp(18px,2vw,22px);color:var(--muted);max-width:700px}
.section.deep .lead{color:#eadfeb}
.purple{color:var(--purple)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 22px;border-radius:14px;background:linear-gradient(135deg,#6c117b,#b323b4);color:#fff;text-decoration:none;font-weight:800;border:0;box-shadow:0 10px 24px rgba(110,20,124,.22);transition:.2s transform,.2s box-shadow;cursor:pointer;text-align:center}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(110,20,124,.28)}
.btn.ghost{background:#fff;color:var(--purple);box-shadow:none;border:1px solid #e2cfe6}
.meta{font-size:13px;color:#857788}
.checks{display:flex;gap:10px 18px;flex-wrap:wrap;margin:24px 0}
.checks span{font-weight:700;font-size:14px}
.checks span::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:7px;border-radius:50%;background:#e2f7f0;color:#13835f;font-weight:900}
.header{height:76px;display:flex;align-items:center;border-bottom:1px solid #f0e5f1;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);position:relative;z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-logo{width:48px;height:48px;border-radius:14px;object-fit:cover;box-shadow:0 8px 18px rgba(31,4,37,.2);flex:0 0 auto}
.brand-name{font-weight:900;font-size:15px;letter-spacing:-.01em}
.brand-sub{font-size:12px;color:#827487}
.header-note{font-size:12px;color:#857788;text-align:right}
.hero{padding:70px 0 78px;background:radial-gradient(circle at 77% 20%,#f1d7f5 0%,#fff 37%),linear-gradient(180deg,#fff,#fbf6fc);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.hero-copy .lead{margin-top:22px}
.price-line{display:flex;gap:12px;align-items:baseline;margin:18px 0 22px}
.price-old{text-decoration:line-through;color:#8b7c8d;font-weight:700}
.price{font-size:38px;font-weight:900;color:var(--purple);line-height:1}
.hero-visual{position:relative;min-height:570px;display:grid;place-items:center}
.portrait-card{position:absolute;right:1%;top:0;width:42%;border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--shadow);z-index:3;border:1px solid #eaddec}
.portrait-card img{width:100%;height:auto}
.hero-main{width:84%;margin-left:-12%;margin-top:96px;filter:drop-shadow(0 22px 28px rgba(52,7,58,.18));z-index:2}
.hero-bonus{position:absolute;width:49%;right:-5%;bottom:0;filter:drop-shadow(0 18px 26px rgba(52,7,58,.18));z-index:4}
.hero-badge{position:absolute;left:1%;bottom:28px;background:#fff;border:1px solid #e5d6e8;border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);z-index:5;font-weight:800}
.hero-badge b{display:block;color:var(--purple);font-size:21px}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}
.card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(59,17,63,.05)}
.card-icon{width:42px;height:42px;border-radius:13px;background:#f1dff4;color:var(--purple);display:grid;place-items:center;font-weight:900;margin-bottom:16px}
.card h3{font-family:inherit;font-size:18px;letter-spacing:0;margin-bottom:8px}
.card p{font-size:14px;color:var(--muted);margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.questions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.quote-chip{padding:17px 18px;border:1px solid var(--border);background:#fff;border-radius:15px;font-weight:750;font-size:14px;box-shadow:0 8px 22px rgba(57,14,63,.04)}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}
.problem-card{background:#fff;border:1px solid #eaddeb;border-radius:20px;padding:26px}
.problem-card .n{font-size:28px;color:var(--purple);font-weight:900;margin-bottom:10px}
.problem-card b{display:block;margin-bottom:8px;font-size:17px}
.path{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}
.path-stack{display:grid;gap:12px}
.path-item{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:16px;border:1px solid var(--border);border-radius:16px;background:#fff}
.path-item .dot{width:32px;height:32px;border-radius:10px;background:var(--purple);color:#fff;display:grid;place-items:center;font-weight:900}
.path-item b{display:block;margin-bottom:3px}
.path-item p{font-size:13px;color:var(--muted);margin:0}
.product-showcase{position:relative}
.product-showcase img{width:100%;filter:drop-shadow(0 24px 40px rgba(45,6,50,.16))}
.instructor-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}
.instructor-photo{border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid #eaddeb;max-width:450px}
.instructor-photo img{width:100%;height:auto}
.stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px}
.stat{padding:14px 18px;border-radius:16px;background:#fff;border:1px solid var(--border);min-width:150px}
.stat b{display:block;font-size:24px;color:var(--purple)}
.stat span{font-size:13px;color:var(--muted)}
.proofs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:34px}
.proof{border:1px solid var(--border);border-radius:22px;background:#fff;padding:20px;box-shadow:0 10px 30px rgba(59,17,63,.05)}
.chat{background:#17121b;color:#fff;border-radius:18px;padding:18px;min-height:230px;display:flex;flex-direction:column;gap:12px;justify-content:flex-end}
.bubble{max-width:88%;padding:12px 14px;border-radius:14px;background:#302735;font-size:13px;line-height:1.45}
.bubble.me{align-self:flex-end;background:linear-gradient(135deg,#6c117b,#ab23b1)}
.proof-title{font-weight:900;margin:14px 0 6px}
.proof p{font-size:14px;color:var(--muted)}
.modules{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}
.module{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:21px;border:1px solid var(--border);border-radius:18px;background:#fff}
.module .num{width:42px;height:42px;border-radius:12px;background:var(--purple);color:#fff;display:grid;place-items:center;font-weight:900}
.module b{display:block;margin-bottom:5px}
.module p{font-size:13.5px;color:var(--muted);margin:0}
.transform{display:grid;grid-template-columns:1fr 56px 1fr;gap:18px;align-items:stretch;margin-top:34px}
.state{padding:30px;border-radius:22px;background:#fff;border:1px solid var(--border);font-size:19px;font-family:Georgia,serif;display:flex;align-items:center}
.arrow{display:grid;place-items:center;font-size:30px;color:var(--purple)}
.offer-wrap{max-width:980px;margin:auto;background:#fff;color:var(--ink);border-radius:30px;padding:34px;box-shadow:0 25px 80px rgba(0,0,0,.25)}
.offer-title{text-align:center;margin-bottom:28px}
.offer-products{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.offer-product{border:1px solid var(--border);border-radius:22px;padding:20px;background:linear-gradient(180deg,#fff,#fbf7fc)}
.offer-product img{width:100%;aspect-ratio:4/3;object-fit:contain;margin-bottom:12px}
.offer-product b{display:block;font-size:19px;margin-bottom:5px}
.offer-product p{font-size:14px;color:var(--muted)}
.offer-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:22px 0 10px;padding:0;list-style:none}
.offer-list li{font-size:14px;font-weight:700}
.offer-list li::before{content:"✓";color:var(--green);margin-right:8px}
.offer-price{text-align:center;padding-top:18px;border-top:1px solid var(--border)}
.offer-price .old{color:#847786;text-decoration:line-through;font-weight:700}
.offer-price .now{display:block;font-size:48px;color:var(--purple);font-weight:950;line-height:1.1;margin:4px 0 16px}
.offer-price .btn{width:min(100%,560px)}
.guarantee{display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:start;max-width:850px;margin:auto}
.shield{width:100px;height:100px;border-radius:30px;background:#f2e3f4;display:grid;place-items:center;font-size:48px;color:var(--purple)}
.faq-list{display:grid;gap:10px;margin-top:30px}
.faq-item{border:1px solid var(--border);background:#fff;border-radius:15px;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:17px 19px;font-weight:800;display:flex;justify-content:space-between;gap:20px;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary span{font-size:22px;color:var(--purple);transition:.2s transform}
.faq-item[open] summary span{transform:rotate(45deg)}
.faq-answer{padding:0 19px 18px;color:var(--muted)}
.footer{background:#16021c;color:#cbbbcf;padding:40px 0 96px}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}
.footer-brand{display:flex;align-items:center;gap:14px;color:#fff;font-weight:800}
.footer .brand-logo{width:54px;height:54px}
.mobile-cta{display:none}

@media(max-width:900px){
  .container{width:min(100% - 28px,var(--max))}
  .section{padding:64px 0}
  .hero{padding:46px 0 62px}
  .hero-grid,.split,.path,.instructor-card{grid-template-columns:1fr;gap:34px}
  .hero-copy{text-align:left}
  .hero-visual{min-height:520px;max-width:620px;margin:auto;width:100%}
  .cards-4{grid-template-columns:1fr 1fr}
  .problem-grid,.proofs{grid-template-columns:1fr}
  .offer-products{grid-template-columns:1fr}
}
@media(max-width:640px){
  body{padding-bottom:76px}
  .header{height:68px}
  .brand-logo{width:42px;height:42px;border-radius:12px}
  .brand-sub,.header-note{display:none}
  .brand-name{font-size:14px}
  .section{padding:52px 0}
  .container{width:calc(100% - 24px)}
  h1{font-size:clamp(39px,12vw,54px)}
  h2{font-size:clamp(32px,10vw,44px)}
  .lead{font-size:17px}
  .hero-grid{gap:26px}
  .checks{gap:10px;display:grid}
  .hero-visual{min-height:430px}
  .portrait-card{width:42%;right:0;top:0;border-radius:20px}
  .hero-main{width:93%;margin-left:-13%;margin-top:72px}
  .hero-bonus{width:56%;right:-8%;bottom:2px}
  .hero-badge{font-size:12px;left:0;bottom:16px;padding:10px 12px}
  .hero-badge b{font-size:17px}
  .cards-4,.questions,.modules{grid-template-columns:1fr}
  .card{padding:20px}
  .problem-grid{gap:12px}
  .path{gap:30px}
  .instructor-card{gap:26px}
  .instructor-photo{max-width:320px;margin:auto}
  .stats{display:grid;grid-template-columns:1fr 1fr}
  .stat{min-width:0}
  .proofs{gap:14px}
  .transform{grid-template-columns:1fr;gap:10px}
  .arrow{transform:rotate(90deg);height:40px}
  .state{padding:22px;font-size:18px}
  .offer-wrap{padding:20px 14px;border-radius:24px}
  .offer-product{padding:14px}
  .offer-product img{aspect-ratio:auto}
  .offer-list{grid-template-columns:1fr}
  .offer-price .now{font-size:42px}
  .guarantee{grid-template-columns:1fr;gap:16px}
  .shield{width:74px;height:74px;border-radius:22px;font-size:34px}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .mobile-cta{position:fixed;z-index:100;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e7d9e9;box-shadow:0 16px 45px rgba(42,7,48,.22);border-radius:16px;padding:9px 10px 9px 14px}
  .mobile-cta .m-price{font-weight:900;color:var(--purple);font-size:18px;white-space:nowrap}
  .mobile-cta .btn{min-height:46px;padding:10px 14px;font-size:13px;border-radius:12px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}


/* WordPress/mobile refinements */
body.tc-landing-page { margin:0; }
body.admin-bar .header { top:32px; }
.header { position:sticky; top:0; }
.hero .price-line { display:none !important; }
.offer-checkout { scroll-margin-top:90px; }
section[id] { scroll-margin-top:86px; }
.btn:focus-visible, summary:focus-visible, a:focus-visible { outline:3px solid #d76de0; outline-offset:3px; }
.mobile-cta { transition: transform .22s ease, opacity .22s ease; }
@media(max-width:782px){ body.admin-bar .header{top:46px;} }
@media(max-width:640px){
  .header { position:relative; top:auto; }
  body.admin-bar .header { top:auto; }
  .hero { padding-top:34px; }
  .hero-copy .btn { width:100%; }
  .hero-visual { min-height:390px; }
  .portrait-card { width:40%; }
  .hero-main { width:96%; margin-left:-12%; }
  .hero-bonus { width:54%; right:-5%; }
  .offer-wrap .btn, .faq-list + div .btn, .guarantee .btn { width:100%; }
  .faq-item summary { min-height:56px; }
  .mobile-cta { transform:translateY(130%); opacity:0; pointer-events:none; }
  .mobile-cta.is-visible { transform:translateY(0); opacity:1; pointer-events:auto; }
}
@media(prefers-reduced-motion:reduce){ .mobile-cta{transition:none;} }


/* Hero mockup placed below eyebrow/headline */
.hero-grid--stacked{grid-template-columns:minmax(0,860px);justify-content:start}
.hero-copy--stacked{max-width:860px}
.hero-inline-mockup{margin:24px 0 24px;max-width:560px}
.hero-inline-mockup img{width:100%;height:auto;border-radius:24px;box-shadow:0 22px 54px rgba(50,8,58,.14);border:1px solid #eaddeb;background:#fff}

@media(max-width:900px){
  .hero-grid--stacked{grid-template-columns:1fr}
  .hero-copy--stacked{max-width:none}
}
@media(max-width:640px){
  .hero-inline-mockup{margin:18px 0 22px;max-width:100%}
  .hero-inline-mockup img{border-radius:18px}
}


/* Instructor photo: preserve the supplied square image without stretching */
.instructor-photo{aspect-ratio:1/1;max-width:440px}
.instructor-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:640px){.instructor-photo{max-width:340px;width:100%;aspect-ratio:1/1}}

/* v6 — requested visual refinements */
/* Smaller hero headline on desktop and mobile */
.hero-copy h1{
  font-size:clamp(36px,4vw,56px);
  line-height:1.04;
  max-width:760px;
}

/* Center instructor photo more clearly on desktop */
.instructor-photo{
  justify-self:center;
  margin-inline:auto;
}

@media(max-width:640px){
  .hero-copy h1{
    font-size:clamp(31px,9.2vw,38px);
    line-height:1.06;
  }
}


/* v7 — verified desktop centering + clearly smaller hero title */
@media(min-width:901px){
  .hero-copy h1{
    font-size:42px !important;
    line-height:1.08 !important;
    max-width:680px !important;
  }
  .instructor-card{
    grid-template-columns:1fr 1fr;
  }
  .instructor-photo{
    width:380px !important;
    max-width:380px !important;
    justify-self:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .instructor-photo img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:50% 50% !important;
  }
}
@media(max-width:640px){
  .hero-copy h1{
    font-size:30px !important;
    line-height:1.10 !important;
    max-width:100% !important;
  }
}
