:root{--terracotta:#b06a4d;--terracotta-dark:#9d5c42;--cream:#faf4ec;--cocoa:#42281c;--peach:#e8956b;--peach-hover:#f0a67e;--sand:#f6e7db;--shell:#f3e6da;--taupe:#a08a7c;--body-muted:#8a7264;--fine:#b8a292;--ink:#3a2c25;--track:#f0e2d6;--input-border:#e6d5c4;--hairline:#eee0d3;--shadow-card:0 1px 4px rgba(90,60,40,0.06);--shadow-emph:0 2px 10px rgba(176,106,77,0.14)}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--cream);color:var(--ink);font-family:var(--font-manrope),system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--terracotta);text-decoration:none}a:hover{color:#8f4f36}button{border:none;background:none;padding:0;cursor:pointer;color:inherit}button,input{font-family:inherit}input{font-size:14px;color:var(--ink);border:1.5px solid var(--input-border);border-radius:12px;padding:13px 14px;width:100%;background:#fff;outline:none}input:focus{border-color:var(--terracotta)}input::placeholder{color:var(--taupe)}.serif{font-family:var(--font-prata),serif;font-weight:400}.app-shell{min-height:100vh;display:flex;flex-direction:column}.nav-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(250,244,236,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--hairline)}.nav{max-width:1160px;margin:0 auto;padding:0 32px;height:66px;gap:28px}.nav,.nav-brand{display:flex;align-items:center}.nav-brand{gap:9px;cursor:pointer}.nav-brand-word{font-weight:800;font-size:21px;letter-spacing:-.02em;color:var(--cocoa)}.nav-links{display:flex;gap:4px;flex:1 1;min-width:0;overflow-x:auto;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-pill{padding:8px 14px;border-radius:999px;font-size:13.5px;font-weight:700;cursor:pointer;color:var(--body-muted);background:transparent;transition:background .2s,color .2s;flex:none;white-space:nowrap}.nav-pill.active{background:var(--cocoa);color:#fff}.nav-streak{display:flex;align-items:center;gap:6px;background:#fff;padding:7px 13px;font-size:11.5px;color:var(--terracotta);box-shadow:0 1px 4px rgba(90,60,40,.08)}.nav-cta,.nav-streak{border-radius:999px;font-weight:800;white-space:nowrap}.nav-cta{background:var(--terracotta);color:#fff;padding:9px 18px;font-size:13px;cursor:pointer;transition:background .2s}.nav-cta:hover{background:var(--terracotta-dark)}.nav-plus{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:var(--terracotta)}.nav-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;flex:none}.nav-avatar img{width:100%;height:100%;object-fit:cover;display:block}.page{max-width:1160px;margin:0 auto;padding:40px 32px 70px;width:100%;display:flex;flex-direction:column;gap:40px}.page-narrow{max-width:840px;gap:24px}.page-pricing{max-width:1020px;padding:48px 32px 80px;gap:36px;align-items:center}.hero{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:28px;gap:28px;align-items:stretch;background:var(--cocoa);border-radius:28px;overflow:hidden}.hero-text{padding:44px 8px 44px 44px;color:#fff}.eyebrow-peach{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--peach)}.hero-title{font-size:38px;line-height:1.2;margin:12px 0 14px}.hero-body{font-size:15px;color:#d8bfae;line-height:1.6;max-width:400px}.hero-ctas{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.btn-peach{background:var(--peach);color:var(--cocoa);border-radius:14px;padding:14px 24px;font-weight:800;font-size:14.5px;cursor:pointer;transition:background .2s}.btn-peach:hover{background:var(--peach-hover)}.btn-ghost-light{border:1.5px solid rgba(255,255,255,.25);color:#fff;border-radius:14px;padding:14px 24px;font-weight:800;font-size:14.5px;cursor:pointer;transition:background .2s}.btn-ghost-light:hover{background:rgba(255,255,255,.08)}.hero-img{position:relative;min-height:340px}.hero-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.section-title{font-size:24px;margin-bottom:16px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.treat-card{background:#fff;border-radius:20px;padding:14px;box-shadow:var(--shadow-card);cursor:pointer;transition:transform .15s;text-align:left;display:block;width:100%}.treat-card:hover{transform:translateY(-3px)}.treat-img{height:150px;border-radius:14px;overflow:hidden}.treat-img img{width:100%;height:100%;object-fit:cover;display:block}.treat-title{font-weight:700;font-size:15.5px;margin:12px 4px 3px;color:var(--ink)}.treat-meta{font-size:12.5px;color:var(--taupe);margin:0 4px 4px}.teaser-card{background:var(--sand);border-radius:20px;padding:14px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.teaser-title{font-weight:700;font-size:14px;color:#8a6a55}.teaser-sub{font-size:12.5px;color:var(--taupe);max-width:200px;line-height:1.5}.series-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-card);transition:transform .15s;text-align:left;display:block;width:100%;position:relative}.series-card.clickable{cursor:pointer}.series-card.clickable:hover{transform:translateY(-3px)}.series-img{height:170px}.series-img img{width:100%;height:100%;object-fit:cover;display:block}.series-img.soon{filter:saturate(.85)}.series-body{padding:16px 18px 18px}.series-title{font-weight:700;font-size:16px;color:var(--ink)}.series-meta{font-size:12.5px;color:var(--taupe);margin-top:4px}.soon-badge{display:inline-flex;align-items:center;gap:6px;background:var(--shell);border-radius:999px;padding:5px 11px;font-size:11px;font-weight:800;color:#8a6a55;margin-top:12px}.basics-head{display:flex;align-items:baseline;gap:14px;margin-bottom:16px;flex-wrap:wrap}.basics-head .section-title{margin-bottom:0}.basics-sub{font-size:12.5px;color:var(--taupe)}.basics-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.basics-card{display:flex;gap:12px;align-items:center;background:#fff;border-radius:16px;padding:13px 15px;cursor:pointer;transition:transform .15s,box-shadow .2s;text-align:left;width:100%}.basics-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-emph)}.basics-card.locked{opacity:.75}.basics-num{width:30px;height:30px;border-radius:50%;background:var(--shell);color:var(--terracotta);display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:800;flex:none}.basics-num.done{background:var(--terracotta);color:#fff}.basics-body{flex:1 1;min-width:0}.basics-title{font-weight:700;font-size:13.5px;color:var(--ink)}.basics-meta{font-size:11.5px;color:var(--taupe);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basics-dur{font-size:11px;font-weight:700;color:var(--taupe);flex:none}@media (max-width:1020px){.basics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.basics-grid{grid-template-columns:1fr}}.progress-track{height:5px;border-radius:3px;background:var(--track);margin-top:12px}.progress-track.thick{height:6px;margin-top:0;flex:1 1}.progress-fill{height:100%;border-radius:3px;background:var(--terracotta);transition:width .4s}.course-page{gap:28px}.course-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;align-items:center;background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-card)}.course-img{position:relative;height:100%;min-height:300px}.course-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.course-text{padding:36px 40px 36px 12px}.crumb{font-size:12.5px;font-weight:700;color:var(--terracotta);cursor:pointer;display:inline-block}.course-eyebrow{font-size:11px;letter-spacing:.12em;color:var(--taupe);text-transform:uppercase;font-weight:700;margin-top:14px}.course-title{font-size:32px;margin-top:8px}.course-intro{font-size:14px;line-height:1.6;color:var(--body-muted);margin-top:12px}.course-progress{display:flex;align-items:center;gap:12px;margin-top:18px}.course-count{font-size:12.5px;font-weight:800;color:var(--terracotta)}.btn-primary.play-all{margin-top:20px;max-width:340px}.play-all-hint{font-size:12px;color:var(--taupe);margin-top:10px}.lesson-list{display:flex;flex-direction:column;gap:10px}.lesson-row{display:flex;gap:16px;align-items:center;background:#fff;border-radius:18px;padding:14px 18px;cursor:pointer;transition:box-shadow .2s;text-align:left;width:100%}.lesson-row:hover{box-shadow:0 2px 10px rgba(90,60,40,.1)}.lesson-row.locked{opacity:.75}.lesson-num{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex:none;background:var(--shell);color:var(--terracotta)}.lesson-num.done{background:var(--terracotta);color:#fff}.lesson-num.locked{color:#c8b4a5}.lesson-row-title{font-weight:700;font-size:15.5px;color:var(--ink)}.lesson-row-meta{font-size:12.5px;color:var(--taupe);margin-top:2px}.lesson-action{font-size:13.5px;color:var(--terracotta);font-weight:800;white-space:nowrap}.player-page{padding:32px 32px 70px;gap:0;display:block}.player-crumb{margin-bottom:16px}.player-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:26px;gap:26px;align-items:start}.video-box{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:16/9;background:#2a1d15}.video-box img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:rgba(250,244,236,.92);display:flex;align-items:center;justify-content:center;color:var(--terracotta);font-size:24px;cursor:pointer}.video-box.square{aspect-ratio:1/1;max-width:min(100%,620px);margin:0 auto}.video-box.square video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;cursor:pointer}.mirror-btn{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;border-radius:50%;background:rgba(250,244,236,.92);color:var(--terracotta);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.mirror-btn.on{background:var(--terracotta);color:#fff}.mirror-badge{top:22px;left:14px;z-index:2;background:rgba(35,22,15,.72);font-size:11px;font-weight:700;border-radius:999px;padding:5px 11px}.gate-overlay,.mirror-badge{position:absolute;color:#fff}.gate-overlay{inset:0;background:rgba(35,22,15,.82);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;gap:12px}.gate-title{font-size:24px}.gate-body{font-size:13.5px;line-height:1.6;color:#d8bfae;max-width:340px}.gate-cta{max-width:260px;height:48px;margin-top:6px}.video-track{position:absolute;left:18px;right:18px;bottom:16px;height:5px;border-radius:3px;background:rgba(255,255,255,.4);pointer-events:none}.video-track.clickable{pointer-events:auto;cursor:pointer}.video-fill{height:100%;border-radius:3px;background:var(--terracotta);transition:width .5s linear}.player-controls{gap:12px;margin-top:16px}.ctrl-btn,.player-controls{display:flex;align-items:center;justify-content:center}.ctrl-btn{width:48px;height:48px;border-radius:50%;background:#fff;color:var(--terracotta);box-shadow:0 1px 4px rgba(90,60,40,.08);font-weight:800;font-size:12.5px;flex:none;transition:transform .15s,background .2s}.ctrl-btn:hover{transform:translateY(-1px)}.ctrl-btn.primary{width:58px;height:58px;background:var(--terracotta);color:#fff;font-size:18px}.ctrl-btn.primary:hover{background:var(--terracotta-dark)}.ctrl-btn.ctrl-on{background:var(--terracotta);color:#fff}.ctrl-time{font-size:12px;font-weight:700;color:var(--taupe);min-width:38px;text-align:center}@media (max-width:760px){.player-controls{gap:8px}.ctrl-btn{width:44px;height:44px}}.player-head{display:flex;justify-content:space-between;align-items:flex-start;margin-top:20px;gap:14px}.player-title{font-size:28px}.player-meta{font-size:13.5px;color:var(--taupe);margin-top:5px}.save-pill{display:flex;align-items:center;gap:7px;background:#fff;border-radius:999px;padding:9px 16px;cursor:pointer;box-shadow:0 1px 4px rgba(90,60,40,.08);color:var(--terracotta);font-weight:800;font-size:13px;white-space:nowrap;flex:none}.steps-rail{display:flex;flex-direction:column;gap:9px}.steps-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--taupe);margin:2px 2px 4px}.step-card{display:flex;gap:12px;align-items:center;background:#fff;border-radius:15px;padding:13px 14px;border:1.5px solid transparent;cursor:pointer;transition:all .25s;text-align:left;width:100%}.step-card.active{border-color:var(--terracotta);box-shadow:var(--shadow-emph)}.step-card.done{opacity:.55}.step-num{width:27px;height:27px;border-radius:50%;background:var(--shell);color:var(--terracotta);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex:none}.step-num.on{background:var(--terracotta);color:#fff}.step-title{font-size:13.5px;font-weight:700;color:var(--ink)}.step-sub{font-size:11.5px;color:var(--taupe);margin-top:2px}.step-dur{font-size:11px;color:var(--taupe);font-weight:700}.step-dur.on{color:var(--terracotta)}.btn-primary{height:52px;border-radius:16px;background:var(--terracotta);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;cursor:pointer;transition:background .2s;width:100%}.btn-primary:hover{background:var(--terracotta-dark)}.btn-primary.mt{margin-top:6px}.center-wrap{flex:1 1;justify-content:center;padding:60px 32px}.center-card,.center-wrap{display:flex;align-items:center}.center-card{background:#fff;border-radius:28px;padding:52px 60px;flex-direction:column;text-align:center;gap:16px;max-width:460px;box-shadow:0 4px 20px rgba(90,60,40,.08)}.done-mark{width:90px;height:90px;border-radius:50%;background:var(--terracotta);display:flex;align-items:center;justify-content:center}.done-mark.gradient{background:linear-gradient(165deg,#bd7355,#a35f42)}.center-title{font-size:28px}.center-body{font-size:14.5px;line-height:1.6;color:var(--body-muted)}.center-cta{height:54px;margin-top:8px}.text-link{font-size:13px;font-weight:700;color:var(--taupe);cursor:pointer}.page-title{font-size:32px}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.stat-card{background:#fff;border-radius:20px;padding:24px}.stat-num{font-size:36px;color:var(--terracotta)}.stat-label{font-size:12.5px;color:var(--taupe);margin-top:6px;font-weight:600}.saved-title{font-size:22px;margin-bottom:14px}.saved-row{display:flex;gap:14px;align-items:center;background:#fff;border-radius:18px;padding:14px 18px;cursor:pointer;transition:box-shadow .2s;width:100%;text-align:left}.saved-row:hover{box-shadow:0 2px 10px rgba(90,60,40,.1)}.saved-row+.saved-row{margin-top:10px}.saved-name{font-weight:700;font-size:15px;color:var(--ink)}.saved-meta{font-size:12px;color:var(--taupe);margin-top:2px}.saved-heart{color:var(--terracotta);font-size:17px}.empty-card{background:var(--sand);border-radius:18px;padding:28px;text-align:center;font-size:13.5px;color:var(--body-muted);line-height:1.6}.upsell{background:var(--cocoa);border-radius:24px;padding:32px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.upsell-title{font-size:22px}.upsell-body{font-size:13.5px;color:#d8bfae;margin-top:6px}.btn-peach.compact{padding:13px 22px;font-size:14px;border-radius:14px}.pricing-photo{position:relative;width:100vw;margin:-48px calc(50% - 50vw) 0;height:280px;overflow:hidden}.pricing-photo img{width:100%;height:100%;object-fit:cover;display:block}.pricing-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(250,244,236,0) 45%,var(--cream) 96%),rgba(176,106,77,.1)}.page-pricing .pricing-head{margin-top:-70px;position:relative;z-index:1}@media (max-width:760px){.pricing-photo{height:190px;margin-top:-32px}.page-pricing .pricing-head{margin-top:-50px}}.pricing-head{text-align:center;max-width:560px}.brand-eyebrow{display:inline-flex;align-items:center;gap:8px}.brand-eyebrow-label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--terracotta)}.pricing-title{font-size:38px;line-height:1.25;margin-top:12px}.pricing-sub{font-size:15px;color:var(--body-muted);line-height:1.6;margin-top:12px}.plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;width:100%;max-width:860px;align-items:stretch}.plan-card{background:#fff;border:1.5px solid var(--input-border);border-radius:22px;padding:26px;cursor:pointer;display:flex;flex-direction:column;gap:6px;position:relative;text-align:left;transition:border-color .2s}.plan-card.selected{border:2px solid var(--terracotta);padding:25.5px}.plan-card.featured{box-shadow:0 6px 20px rgba(176,106,77,.16)}.plan-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--terracotta);color:#fff;font-size:10px;font-weight:800;border-radius:999px;padding:4px 12px;white-space:nowrap}.plan-kicker{font-size:12px;font-weight:800;color:var(--taupe);text-transform:uppercase;letter-spacing:.08em}.plan-kicker.hot{color:var(--terracotta)}.plan-price{font-size:32px;font-family:var(--font-prata),serif;color:var(--ink)}.plan-per{font-size:14px;font-family:var(--font-manrope),sans-serif;color:var(--taupe);font-weight:600}.plan-desc{font-size:12.5px;color:var(--body-muted);line-height:1.5}.pricing-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:420px}.pricing-cta{height:56px;font-size:16px}.fine-print{font-size:12px;color:var(--fine);text-align:center}.trust-row{display:flex;gap:12px 20px;font-size:12px;color:var(--taupe);font-weight:600;flex-wrap:wrap;justify-content:center}.manage-link{font-size:12.5px;font-weight:700;color:var(--terracotta);cursor:pointer}.checkout-grid{max-width:920px;margin:0 auto;padding:48px 32px 80px;width:100%;display:grid;grid-template-columns:1fr 1.15fr;grid-gap:28px;gap:28px;align-items:start}.order-card{background:var(--cocoa);border-radius:24px;padding:32px;color:#fff}.order-plan{font-size:24px;margin-top:14px}.order-lines{display:flex;flex-direction:column;gap:10px;margin-top:18px;font-size:13.5px;color:#d8bfae}.order-line{display:flex;justify-content:space-between;gap:12px}.order-line.ruled{border-top:1px solid rgba(255,255,255,.14);padding-top:10px}.order-val{font-weight:800;color:#fff}.order-note{font-size:12px;color:#b99a86;line-height:1.6;margin-top:18px}.change-plan{font-size:12.5px;font-weight:700;color:var(--peach);cursor:pointer;margin-top:14px;display:inline-block}.checkout-card{background:#fff;border-radius:24px;padding:32px;box-shadow:var(--shadow-card)}.checkout-heading{font-weight:800;font-size:17px}.form-fields{display:flex;flex-direction:column;gap:12px;margin-top:18px}.field-label{font-size:11.5px;font-weight:800;color:var(--taupe);margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.field-static{border:1.5px solid var(--input-border);border-radius:12px;padding:13px 14px;font-size:14px;color:var(--taupe);display:flex;justify-content:space-between;gap:10px}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.checkout-cta{height:54px;border-radius:14px;margin-top:20px}.checkout-fine{font-size:11.5px;color:var(--fine);text-align:center;margin-top:12px}.stripe-note{background:var(--sand);border-radius:12px;padding:13px 14px;font-size:12.5px;color:var(--body-muted);line-height:1.55}.error-note{color:#a3402e;font-size:12.5px;margin-top:10px;text-align:center}.quiz-wrap{max-width:520px;margin:0 auto;padding:18px 24px 48px;width:100%;display:flex;flex-direction:column;min-height:calc(100vh - 66px)}.quiz-top{justify-content:space-between}.quiz-brand,.quiz-top{display:flex;align-items:center}.quiz-brand{gap:8px;font-weight:800;font-size:19px;letter-spacing:-.02em;color:var(--cocoa)}.quiz-skip{font-size:13px;font-weight:700;color:var(--taupe);padding:6px}.quiz-progress{height:5px;border-radius:3px;background:var(--track);margin-top:16px}.quiz-progress-fill{height:100%;border-radius:3px;background:var(--terracotta);transition:width .35s}.quiz-body{display:flex;flex-direction:column;flex:1 1;padding-top:30px;gap:14px}.quiz-body.quiz-center{align-items:center;justify-content:center;gap:16px}.quiz-photo{height:240px;border-radius:24px;overflow:hidden}.quiz-photo img{width:100%;height:100%;object-fit:cover;display:block}.quiz-title{font-size:28px;line-height:1.25;white-space:pre-line}.quiz-sub{font-size:14.5px;line-height:1.55;color:var(--body-muted)}.quiz-options{display:flex;flex-direction:column;gap:10px;margin-top:6px}.quiz-option{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1.5px solid transparent;border-radius:16px;padding:16px 18px;font-size:14.5px;font-weight:600;color:var(--ink);cursor:pointer;text-align:left;transition:border-color .2s,transform .15s;box-shadow:var(--shadow-card)}.quiz-option:hover{transform:translateY(-1px)}.quiz-option.selected{border-color:var(--terracotta)}.quiz-check{width:22px;height:22px;border-radius:50%;background:var(--shell);color:transparent;font-size:11px;font-weight:800;flex:none;display:flex;align-items:center;justify-content:center;transition:all .2s}.quiz-check.on{background:var(--terracotta);color:#fff}.quiz-cta{margin-top:auto;height:54px}.quiz-cta:disabled{opacity:.5;cursor:default}.funnel-bullets{display:flex;flex-direction:column;gap:12px;margin-top:4px}.funnel-bullet{display:flex;align-items:flex-start;gap:11px;background:#fff;border-radius:14px;padding:13px 15px;font-size:14px;font-weight:600;line-height:1.45;box-shadow:var(--shadow-card)}.funnel-bullet svg{flex:none;margin-top:1px}.funnel-spinner{width:56px;height:56px;border-radius:50%;border:5px solid var(--track);border-top-color:var(--terracotta);animation:funnel-spin .9s linear infinite}@keyframes funnel-spin{to{transform:rotate(1turn)}}.funnel-loadlist{display:flex;flex-direction:column;gap:12px;min-width:240px}.funnel-loadline{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:600;color:var(--taupe);opacity:.45;transition:opacity .4s,color .4s}.funnel-loadline.done{opacity:1;color:var(--ink)}.funnel-loadcheck{width:22px;height:22px;border-radius:50%;flex:none;background:var(--track);color:transparent;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;transition:background .4s,color .4s}.funnel-loadline.done .funnel-loadcheck{background:var(--terracotta);color:#fff}.funnel-plan{display:flex;flex-direction:column;gap:10px;margin-top:4px}.funnel-week{display:flex;align-items:center;gap:14px;background:#fff;border-radius:16px;padding:14px 16px;box-shadow:var(--shadow-card)}.funnel-week-n{flex:none;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta);background:var(--sand);border-radius:999px;padding:6px 10px}.funnel-week-title{font-size:14.5px;font-weight:800}.funnel-week-sub{font-size:12.5px;color:var(--body-muted);margin-top:2px}.funnel-textlink{align-self:center;margin-top:10px;font-size:13.5px;font-weight:700;color:var(--taupe);text-decoration:underline;text-underline-offset:3px}.funnel-textlink:hover{color:var(--terracotta)}@media (max-width:760px){.quiz-wrap{padding:14px 16px 32px}.quiz-photo{height:200px}}.footer{margin-top:auto;border-top:1px solid var(--hairline)}.footer-inner{max-width:1160px;margin:0 auto;padding:20px 32px;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-brand,.footer-inner{display:flex;align-items:center}.footer-brand{gap:7px}.footer-brand-word{font-weight:800;font-size:13px;color:var(--cocoa)}.footer-fine{font-size:11.5px;color:var(--fine)}@media (max-width:1020px){.grid3{grid-template-columns:repeat(2,1fr)}.plans{grid-template-columns:1fr;max-width:440px}}@media (max-width:760px){.nav{padding:10px 14px;gap:10px;height:auto;flex-wrap:wrap}.nav-brand{margin-right:auto}.nav-links{order:10;flex-basis:100%}.nav-pill{padding:8px 12px;font-size:13px}.nav-streak{display:none}.page{padding:22px 16px 56px;gap:28px}.hero{grid-template-columns:1fr;gap:0}.hero-text{padding:26px 22px 30px}.hero-title{font-size:27px}.hero-img{min-height:200px;order:-1}.course-hero,.grid3{grid-template-columns:1fr}.course-hero{gap:0}.course-img{min-height:200px}.course-text{padding:22px 22px 26px}.player-grid{grid-template-columns:1fr}.stats{gap:10px}.stat-card{padding:16px 12px}.checkout-grid{grid-template-columns:1fr;padding:22px 16px 56px}.center-card{padding:36px 24px}.pricing-title{font-size:27px}.page-pricing{padding:32px 16px 64px}}.guides-head{margin-bottom:22px}.guides-sub{color:var(--taupe);font-size:14px;margin-top:6px}.guide-card{text-align:left;background:#fff;border:none;border-radius:18px;overflow:hidden;cursor:pointer;box-shadow:var(--shadow-card);transition:transform .15s ease,box-shadow .15s ease;padding:0;font-family:inherit;color:inherit;display:flex;flex-direction:column}.guide-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-emph)}.guide-card-img{position:relative;height:150px}.guide-card-img img{width:100%;height:100%;object-fit:cover;display:block}.guide-card-eyebrow{position:absolute;left:14px;bottom:10px;color:#f7e3d3;font-size:10.5px;font-weight:700;letter-spacing:1.2px;text-shadow:0 1px 8px rgba(35,22,15,.55)}.guide-card-body{padding:13px 14px 15px}.guide-card-title{font-weight:700;font-size:15px}.guide-card-sub{color:var(--taupe);font-size:12.5px;margin-top:3px;line-height:1.45}.guides-fine{color:var(--fine);font-size:12px;text-align:center;margin-top:26px}.guide-page{max-width:760px}.guide-hero{position:relative;border-radius:22px;overflow:hidden;height:260px}.guide-hero img{width:100%;height:100%;object-fit:cover;display:block}.guide-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(35,22,15,.18),rgba(35,22,15,.62) 82%)}.guide-hero-text{position:absolute;left:24px;right:24px;bottom:18px}.guide-crumb{position:absolute;bottom:190px;color:#fff;opacity:.9}.guide-title{color:#fff;font-size:30px;margin-top:5px}.guide-body{padding:26px 6px 10px}.guide-section{margin-bottom:20px}.guide-section-title{font-size:19px;margin-bottom:8px}.guide-text{color:var(--body-muted);font-size:14px;line-height:1.7}.guide-bullet{display:flex;gap:10px;align-items:flex-start;margin:7px 0}.guide-bullet-mark{flex:0 0 auto;padding-top:3px}@font-face{font-family:Prata;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eb938c80662ec9f9-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Prata;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6ce0d0fd45f1bd74-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Prata;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8b05562d9b852d37-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Prata;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7a820720491a53d2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Prata Fallback;src:local("Times New Roman");ascent-override:83.87%;descent-override:30.57%;line-gap-override:0.00%;size-adjust:118.40%}.__className_6fdd45{font-family:Prata,Prata Fallback;font-weight:400;font-style:normal}.__variable_6fdd45{--font-prata:"Prata","Prata Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_6b03d3{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_6b03d3{--font-manrope:"Manrope","Manrope Fallback"}