.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page{--cream:#fdf9f6;--rose:#f9f0f3;--blush:#f2e2e9;--acc:#c4507a;--acc2:#e8a8bf;--dark:#1e1219;--mid:#6b4a58;--soft:#a07888;--wht:#fff;--serif:"Playfair Display",Georgia,"Times New Roman",serif;--sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}@keyframes landing-fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fadeIn{0%{opacity:0}to{opacity:1}}.landing-page .reveal{opacity:0;transform:translateY(32px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}.landing-page .reveal-fade{opacity:0;transition:opacity .9s ease}.landing-page .reveal-fade.visible{opacity:1}.landing-page .d1{transition-delay:.05s}.landing-page .d2{transition-delay:.18s}.landing-page .d3{transition-delay:.3s}.landing-page .d4{transition-delay:.42s}.landing-page .d5{transition-delay:.54s}.landing-page .d6{transition-delay:.66s}.landing-page .hero{position:relative;min-height:100vh;background:var(--cream);overflow:hidden;display:flex;align-items:center;padding:120px 48px 100px}.landing-page .hero-deco{position:absolute;right:20px;bottom:0;font-family:var(--serif);font-size:260px;font-weight:900;color:rgba(196,80,122,.035);line-height:1;letter-spacing:-.04em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0;animation:landing-fadeIn 1.2s ease .1s both}.landing-page .hero-photo{position:absolute;right:0;top:0;width:55%;height:calc(100% - 25px);pointer-events:none;z-index:0}.landing-page .hero-photo-img{width:100%;height:100%;display:block;opacity:0;animation:landing-fadeIn 1.6s ease .4s both}.landing-page .hero-photo-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:35% 25%;object-position:35% 25%;opacity:.38;display:block}.landing-page .hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,var(--cream) 0,hsla(26,64%,98%,.55) 28%,hsla(26,64%,98%,0) 58%);z-index:1}.landing-page .hero-photo:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,var(--cream) 0,transparent 100%);z-index:1}.landing-page .hero-inner{max-width:560px;position:relative;z-index:2}.landing-page .hero-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--acc2);margin-bottom:24px;display:flex;align-items:center;gap:14px}.landing-page .hero-eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--acc2);border-radius:1px;flex-shrink:0}.landing-page .hero-h{font-family:var(--serif);font-size:72px;font-weight:900;line-height:.94;letter-spacing:-.025em;color:var(--dark);margin-bottom:28px}.landing-page .hero-h em{font-style:italic;font-weight:400;color:var(--acc)}.landing-page .hero-sub{font-size:16px;font-weight:300;color:var(--mid);line-height:1.75;max-width:420px;margin-bottom:44px;letter-spacing:-.01em}.landing-page .hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.landing-page .btn-fill{font-family:var(--sans);font-size:13px;font-weight:500;letter-spacing:.04em;padding:14px 36px;background:var(--acc);color:#fff;border-radius:40px;border:none;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.landing-page .btn-fill:hover{background:#b03d68;transform:scale(1.02)}.landing-page .btn-soft{font-family:var(--sans);font-size:13px;font-weight:400;letter-spacing:.04em;padding:14px 36px;background:var(--blush);color:var(--acc);border-radius:40px;border:none;cursor:pointer;transition:background .2s,color .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.landing-page .btn-soft:hover{background:var(--acc);color:#fff}.landing-page .btn-outline{font-family:var(--sans);font-size:13px;font-weight:400;letter-spacing:.04em;padding:14px 36px;background:var(--blush);color:var(--acc);border-radius:40px;border:none;cursor:pointer;transition:background .2s,color .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.landing-page .btn-outline:hover{background:var(--acc);color:#fff}.landing-page .stats-bar{display:grid;grid-template-columns:repeat(3,1fr);background:var(--acc);padding:40px 48px;margin:0 32px;border-radius:28px}.landing-page .stat-item{text-align:center;padding:0 20px}.landing-page .stat-item+.stat-item{border-left:1px solid hsla(0,0%,100%,.2)}.landing-page .stat-n{font-family:var(--serif);font-size:46px;font-weight:700;color:#fff;line-height:1}.landing-page .stat-l{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.65);margin-top:6px}.landing-page .about{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:88px 48px;align-items:center}.landing-page .about-photo{background:var(--blush);border-radius:28px;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-page .photo-placeholder{text-align:center}.landing-page .photo-circle{width:110px;height:110px;border-radius:50%;background:rgba(196,80,122,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.landing-page .photo-circle svg{width:52px;height:52px;stroke:var(--acc);fill:none;stroke-width:1.2}.landing-page .photo-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--acc2)}.landing-page .about-text{display:flex;flex-direction:column;gap:20px}.landing-page .kicker{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--acc)}.landing-page .about-h{font-family:var(--serif);font-size:38px;font-weight:700;line-height:1.1;color:var(--dark);letter-spacing:-.02em}.landing-page .about-h em{font-style:italic;font-weight:400;color:var(--acc)}.landing-page .about-p{font-size:15px;font-weight:300;color:var(--mid);line-height:1.8;letter-spacing:-.01em}.landing-page .cert-row{display:flex;flex-wrap:wrap;gap:8px}.landing-page .cert{font-size:12px;padding:6px 16px;background:var(--rose);border-radius:40px;color:var(--soft);letter-spacing:.02em}.landing-page .programs{padding:0 32px 88px}.landing-page .sec-header{display:flex;justify-content:space-between;align-items:flex-end;padding:0 16px;margin-bottom:36px}.landing-page .sec-kicker{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--acc);margin-bottom:10px}.landing-page .sec-h{font-family:var(--serif);font-size:46px;font-weight:700;letter-spacing:-.03em;color:var(--dark);line-height:1}.landing-page .sec-link{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--soft);text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:6px}.landing-page .sec-link:after{content:"→"}.landing-page .sec-link:hover{color:var(--acc)}.landing-page .prog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.landing-page .prog-card{background:var(--wht);padding:32px 28px;border-radius:24px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s}.landing-page .prog-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(196,80,122,.1)}.landing-page .prog-card.dark-card{background:var(--dark)}.landing-page .prog-card.pink-card{background:var(--acc)}.landing-page .pnum{font-size:11px;letter-spacing:.1em;color:var(--soft)}.landing-page .prog-card.dark-card .pnum{color:hsla(0,0%,100%,.3)}.landing-page .prog-card.pink-card .pnum{color:hsla(0,0%,100%,.55)}.landing-page .pfeat{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--acc2);margin-bottom:-4px}.landing-page .prog-card.dark-card .pfeat{color:var(--acc2)}.landing-page .pname{font-family:var(--serif);font-size:20px;font-weight:700;color:var(--dark);letter-spacing:-.01em}.landing-page .prog-card.dark-card .pname,.landing-page .prog-card.pink-card .pname{color:#fff}.landing-page .pdesc{font-size:13px;font-weight:300;color:var(--mid);line-height:1.65;flex:1}.landing-page .prog-card.dark-card .pdesc{color:hsla(0,0%,100%,.5)}.landing-page .prog-card.pink-card .pdesc{color:hsla(0,0%,100%,.8)}.landing-page .prog-foot{display:flex;justify-content:space-between;align-items:center;padding-top:16px;margin-top:4px;border-top:1px solid rgba(0,0,0,.06)}.landing-page .prog-card.dark-card .prog-foot{border-top-color:hsla(0,0%,100%,.08)}.landing-page .prog-card.pink-card .prog-foot{border-top-color:hsla(0,0%,100%,.25)}.landing-page .pprice{font-family:var(--serif);font-size:22px;font-weight:700;color:var(--dark)}.landing-page .prog-card.dark-card .pprice,.landing-page .prog-card.pink-card .pprice{color:#fff}.landing-page .pwks{font-size:11px;color:var(--soft);letter-spacing:.04em}.landing-page .prog-card.dark-card .pwks{color:hsla(0,0%,100%,.3)}.landing-page .prog-card.pink-card .pwks{color:hsla(0,0%,100%,.65)}.landing-page .parr{font-size:18px;color:var(--acc2);transition:transform .2s}.landing-page .prog-card:hover .parr{transform:translateX(4px)}.landing-page .prog-card.dark-card .parr{color:hsla(0,0%,100%,.3)}.landing-page .prog-card.pink-card .parr{color:hsla(0,0%,100%,.7)}.landing-page .prog-card-photo{width:100%;height:130px;border-radius:14px;overflow:hidden;margin-bottom:10px}.landing-page .prog-card-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;transition:transform .4s ease;display:block}.landing-page .prog-card:hover .prog-card-photo img{transform:scale(1.05)}.landing-page .reviews{padding:0 48px 88px}.landing-page .rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.landing-page .rev-card{background:var(--wht);border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;gap:18px}.landing-page .rev-dots{display:flex;gap:4px}.landing-page .rev-dot{width:10px;height:10px;background:var(--acc);border-radius:50%}.landing-page .rev-q{font-family:var(--serif);font-size:16px;font-style:italic;font-weight:400;color:var(--dark);line-height:1.65;flex:1;letter-spacing:-.01em}.landing-page .rev-author{display:flex;align-items:center;gap:12px}.landing-page .rev-av{width:36px;height:36px;border-radius:50%;background:var(--blush);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:var(--acc);flex-shrink:0}.landing-page .rev-name{font-size:13px;font-weight:500;color:var(--dark);letter-spacing:-.01em}.landing-page .rev-res{font-size:11px;color:var(--soft);margin-top:2px}.landing-page .cta{margin:0 32px 80px;background:var(--dark);border-radius:28px;padding:72px 64px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.landing-page .cta-h{font-family:var(--serif);font-size:46px;font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.1}.landing-page .cta-h em{font-style:italic;font-weight:400;color:var(--acc2)}.landing-page .cta-btn{font-family:var(--sans);font-size:13px;font-weight:500;letter-spacing:.05em;padding:16px 42px;background:var(--acc);color:#fff;border-radius:40px;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s,transform .15s}.landing-page .cta-btn:hover{background:#b03d68;transform:scale(1.03)}.landing-page .ba-section{padding:0 48px 88px}.landing-page .ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.landing-page .ba-card{background:var(--wht);border-radius:28px;overflow:hidden;cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1)}.landing-page .ba-card:hover{transform:translateY(-5px)}.landing-page .ba-visuals{display:grid;grid-template-columns:1fr 1fr;gap:2px;position:relative}.landing-page .ba-side{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.landing-page .ba-side.before-side{background:#f0e0e8}.landing-page .ba-side.after-side{background:#e5d0db}.landing-page .ba-figure{height:90px;display:flex;align-items:flex-end;justify-content:center}.landing-page .ba-figure svg{width:38px;height:auto}.landing-page .ba-tag{font-size:9px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:20px}.landing-page .before-side .ba-tag{background:rgba(160,120,136,.2);color:var(--soft)}.landing-page .after-side .ba-tag{background:rgba(196,80,122,.18);color:var(--acc)}.landing-page .ba-divider{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;transform:translateX(-50%);z-index:2}.landing-page .ba-divider:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background:#fff;border:1.5px solid var(--acc2);box-shadow:0 2px 8px rgba(196,80,122,.15)}.landing-page .ba-info{padding:20px 22px 24px}.landing-page .ba-name{font-family:var(--serif);font-size:16px;font-weight:700;color:var(--dark);margin-bottom:6px;letter-spacing:-.01em}.landing-page .ba-meta{display:flex;justify-content:space-between;align-items:center}.landing-page .ba-result{font-size:13px;font-weight:500;color:var(--acc)}.landing-page .ba-program{font-size:11px;color:var(--soft)}.landing-page .sp{height:80px}.landing-page .sp-sm{height:48px}@media (max-width:768px){.landing-page .hero{padding:80px 24px 60px;min-height:auto}.landing-page .hero-deco{font-size:140px;right:0;bottom:-20px;opacity:.02}.landing-page .hero-photo{width:100%;height:100%;position:static;margin-top:40px;opacity:.6}.landing-page .hero-photo-img{height:250px}.landing-page .hero-inner{max-width:100%}.landing-page .hero-h{font-size:48px;line-height:1;margin-bottom:20px}.landing-page .hero-sub{font-size:15px;line-height:1.6;margin-bottom:32px}.landing-page .hero-actions{gap:10px;flex-direction:column;width:100%}.landing-page .btn-fill,.landing-page .btn-outline,.landing-page .btn-soft{width:100%;padding:14px 24px;font-size:14px;min-height:48px;justify-content:center}.landing-page .stats-bar{grid-template-columns:repeat(3,1fr);padding:28px 20px;margin:0 16px;gap:8px;border-radius:20px}.landing-page .stat-item{padding:0 8px}.landing-page .stat-item+.stat-item{border-left:1px solid hsla(0,0%,100%,.15)}.landing-page .stat-n{font-size:32px}.landing-page .stat-l{font-size:10px}.landing-page .about{grid-template-columns:1fr;padding:56px 24px;gap:32px}.landing-page .about-photo{min-height:280px;border-radius:20px}.landing-page .about-h{font-size:32px;line-height:1.1}.landing-page .about-p{font-size:14px;line-height:1.7}.landing-page .programs{padding:0 16px 64px}.landing-page .sec-header{flex-direction:column;gap:12px;align-items:flex-start;padding:0 8px;margin-bottom:24px}.landing-page .sec-h{font-size:32px}.landing-page .sec-link{font-size:11px}.landing-page .prog-grid{grid-template-columns:1fr 1fr;gap:10px}.landing-page .prog-card{padding:20px 18px;border-radius:16px}.landing-page .pnum{font-size:10px}.landing-page .pname{font-size:16px}.landing-page .pdesc{font-size:12px;line-height:1.5}.landing-page .pprice{font-size:18px}.landing-page .pwks{font-size:10px}.landing-page .prog-card-photo{height:100px}.landing-page .reviews{padding:0 24px 64px}.landing-page .rev-grid{grid-template-columns:1fr;gap:14px}.landing-page .rev-card{padding:24px 20px}.landing-page .rev-q{font-size:14px;line-height:1.6}.landing-page .ba-section{padding:0 24px 64px}.landing-page .ba-grid{grid-template-columns:1fr;gap:16px}.landing-page .ba-visuals{grid-template-columns:1fr 1fr}.landing-page .ba-side{aspect-ratio:auto;min-height:240px}.landing-page .ba-info{padding:18px 20px}.landing-page .ba-name{font-size:14px}.landing-page .cta{margin:0 16px 56px;padding:44px 28px;border-radius:20px;flex-direction:column;gap:20px}.landing-page .cta-h{font-size:32px;line-height:1.1;text-align:center}.landing-page .cta-btn{width:100%;padding:14px 24px;font-size:13px;min-height:48px}.landing-page .sp{height:48px}.landing-page .sp-sm{height:32px}}@media (max-width:480px){.landing-page .hero{padding:64px 18px 48px}.landing-page .hero-h{font-size:40px;margin-bottom:16px}.landing-page .hero-sub{font-size:14px;margin-bottom:24px}.landing-page .hero-eyebrow{font-size:10px;margin-bottom:16px}.landing-page .hero-eyebrow:before{width:20px}.landing-page .stats-bar{grid-template-columns:1fr;padding:20px 16px;margin:0 12px}.landing-page .stat-item{padding:0}.landing-page .stat-item+.stat-item{border-left:none;border-top:1px solid hsla(0,0%,100%,.15);padding-top:12px;margin-top:12px}.landing-page .stat-n{font-size:28px}.landing-page .about{padding:48px 18px;gap:24px}.landing-page .about-h{font-size:28px}.landing-page .about-p{font-size:13px}.landing-page .cert-row{gap:6px}.landing-page .cert{font-size:11px;padding:5px 12px}.landing-page .programs{padding:0 12px 48px}.landing-page .sec-h{font-size:28px}.landing-page .sec-header{padding:0}.landing-page .prog-grid{grid-template-columns:1fr;gap:12px}.landing-page .prog-card{padding:18px 16px}.landing-page .pname{font-size:15px}.landing-page .reviews{padding:0 18px 48px}.landing-page .rev-card{padding:20px 16px}.landing-page .rev-q{font-size:13px}.landing-page .rev-av{width:32px;height:32px;font-size:11px}.landing-page .ba-section{padding:0 18px 48px}.landing-page .ba-name{font-size:13px}.landing-page .cta{margin:0 12px 48px;padding:32px 20px;border-radius:16px}.landing-page .cta-h{font-size:28px}.landing-page .sp{height:40px}}