@import "tailwindcss";

:root {
  --cream: #fffaf2; --paper: #fffefb; --ink: #342b35; --muted: #706671;
  --purple: #90059a; --purple-dark: #54135b; --green: #278b21; --green-dark: #54135b;
  --yellow: #f5eb32; --orange: #eb7d23; --red: #af1510; --cyan: #1aa7bf;
  --line: rgba(144, 5, 154, .14); --sage: #e8f6e5; --blue: #e1f7fb; --lavender: #f3e4f5; --peach: #fff0e4;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-nav { width: min(1180px, calc(100% - 40px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 20px; font-weight: 800; }
.brand-logo { width: 66px; height: 61px; object-fit: contain; display: block; }
.brand-product { padding-left: 13px; border-left: 1px solid var(--line); color: var(--purple-dark); font-size: 13px; font-weight: 900; }
.nav-links { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.button) { color: #526157; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 16px; background: var(--purple); color: white; font-weight: 800; font-size: 15px; box-shadow: 0 12px 28px rgba(144, 5, 154, .2); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(144, 5, 154, .28); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 13px; }
.button-full { width: 100%; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding: 68px 0 90px; }
.eyebrow { margin: 0 0 17px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: var(--yellow); }
.hero h1, .section-heading h2, .problem-grid h2, .result-copy h2, .founder-grid h2, .price-card h2, .final-cta h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; font-weight: 500; }
.hero h1 { margin: 0; font-size: clamp(52px, 6.2vw, 82px); line-height: .98; max-width: 760px; }
.hero h1 span { color: var(--purple); }
.hero-lead { margin: 28px 0 0; max-width: 650px; font-size: 19px; line-height: 1.65; color: #536057; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-offer-button { gap: 15px; padding-left: 22px; padding-right: 18px; }
.hero-offer-price { display: inline-flex; align-items: baseline; gap: 7px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-offer-price del { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.hero-offer-price strong { color: white; font-size: 18px; }
.text-link { font-size: 14px; font-weight: 800; color: var(--green); border-bottom: 1px solid rgba(39,139,33,.35); padding-bottom: 4px; }
.sample-day-link { font-size: 15px; font-weight: 900; border-bottom-width: 2px; }
.trust-row { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; color: #5f6d63; font-size: 14px; }
.trust-row span { min-height: 112px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; padding: 15px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.62); font-weight: 700; line-height: 1.3; }
.trust-row b { color: var(--orange); font-family: Georgia, serif; font-size: 48px; font-weight: 500; line-height: .9; }
.hero-product { min-height: 580px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; filter: blur(.1px); }
.orbit-one { width: 420px; height: 420px; background: #e8f6e5; top: 66px; right: 8px; }
.orbit-two { width: 150px; height: 150px; background: #f3e4f5; left: 10px; bottom: 42px; }
.phone-frame { width: 330px; min-height: 590px; z-index: 2; border-radius: 38px; background: var(--paper); border: 8px solid var(--green-dark); padding: 25px 22px; box-shadow: 0 35px 70px rgba(43, 62, 48, .23); transform: rotate(2deg); }
.phone-top { display: flex; justify-content: space-between; color: var(--purple); font-size: 12px; font-weight: 800; }
.mini-progress { height: 6px; border-radius: 9px; background: #e4e9e3; margin: 15px 0 30px; overflow: hidden; }
.mini-progress span { display: block; width: 40%; height: 100%; background: var(--yellow); }
.mini-label { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.phone-frame h3 { font-family: Georgia, serif; color: var(--green-dark); font-size: 27px; line-height: 1.1; margin: 11px 0 25px; }
.mini-callout, .mini-script { padding: 17px; border-radius: 18px; margin: 14px 0; font-size: 13px; line-height: 1.5; }
.mini-callout { background: #fff7b8; }
.mini-script { background: var(--lavender); }
.mini-callout span, .mini-script span { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.phone-frame button { width: 100%; margin-top: 20px; border: 0; border-radius: 14px; padding: 15px; background: var(--purple); color: white; font-weight: 800; }
.floating-note { position: absolute; z-index: 3; background: white; border-radius: 14px; padding: 12px 16px; box-shadow: 0 12px 30px rgba(84,19,91,.15); color: var(--purple); font-size: 12px; font-weight: 800; }
.note-one { top: 112px; left: -10px; transform: rotate(-5deg); }
.note-two { right: -20px; bottom: 125px; transform: rotate(4deg); }
.problem-band { background: var(--green-dark); color: white; padding: 92px 0; }
.problem-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.problem-grid h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.12; margin: 0; }
.problem-copy { color: #f0e4f1; font-size: 17px; line-height: 1.75; }
.problem-copy p { margin: 0 0 18px; }
.section { padding-top: 115px; padding-bottom: 115px; }
.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading.left { text-align: left; margin: 0; }
.section-heading h2 { font-size: clamp(38px, 4.4vw, 58px); line-height: 1.08; margin: 0; color: var(--green-dark); }
.section-heading > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.left > p:last-child { margin-left: 0; }
.week-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.week-card { min-height: 310px; border-radius: 28px; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(28,63,37,.08); }
.week-card.sage { background: var(--sage); } .week-card.blue { background: var(--blue); } .week-card.lavender { background: var(--lavender); } .week-card.peach { background: var(--peach); }
.week-card:nth-child(1) .week-number, .week-card:nth-child(1) > span { color: var(--green); }
.week-card:nth-child(2) .week-number, .week-card:nth-child(2) > span { color: var(--cyan); }
.week-card:nth-child(3) .week-number, .week-card:nth-child(3) > span { color: var(--purple); }
.week-card:nth-child(4) .week-number, .week-card:nth-child(4) > span { color: var(--orange); }
.week-number { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.week-card h3 { font-family: Georgia, serif; color: var(--green-dark); font-size: 27px; line-height: 1.1; margin: 42px 0 16px; }
.week-card p { color: #536057; font-size: 14px; line-height: 1.65; margin: 0; }
.week-card > span { margin-top: auto; padding-top: 22px; color: var(--purple); font-size: 12px; font-weight: 900; }
.section-tint { background: #f2f2e7; }
.inside-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.rhythm-list { background: var(--paper); border-radius: 28px; padding: 12px 34px; border: 1px solid var(--line); }
.rhythm-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.rhythm-item:last-child { border-bottom: 0; }
.rhythm-item > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--purple); font-size: 11px; font-weight: 900; }
.rhythm-item h3 { margin: 0 0 5px; color: var(--green-dark); font-size: 17px; }
.rhythm-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.sample-section { padding-bottom: 40px; }
.sample-card { background: var(--purple-dark); color: white; border-radius: 38px; padding: 52px; box-shadow: 0 20px 50px rgba(84,19,91,.18); }
.sample-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.sample-eyebrow { margin: 0 0 14px; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.sample-meta { color: #ebcf76; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.sample-card h2 { font-family: Georgia, serif; font-size: clamp(36px, 4vw, 54px); font-weight: 500; margin: 14px 0 34px; }
.sample-full-badge { flex: none; padding: 10px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.09); color: white; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.sample-shift { margin-bottom: 16px; padding: 28px; border-radius: 22px; background: #fff7b8; color: var(--green-dark); }
.sample-shift p { max-width: 860px; margin: 0; font-family: Georgia, serif; font-size: 25px; line-height: 1.4; }
.sample-content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.sample-content-block { padding: 26px; border-radius: 20px; background: rgba(255,255,255,.1); }
.sample-content-block p { margin: 0; color: #f3eaf4; font-size: 15px; line-height: 1.7; }
.sample-script { background: #f4e8c7; color: var(--green-dark); }
.sample-script blockquote { margin: 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.35; }
.sample-checklist { background: rgba(255,255,255,.14); }
.sample-checks { display: grid; gap: 11px; }
.sample-checks > div { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; }
.sample-checks > div > span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--purple-dark); font-size: 11px; font-weight: 900; }
.sample-checks p { line-height: 1.5; }
.sample-kicker { display: block; margin-bottom: 18px; color: #ebcf76; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.sample-shift .sample-kicker, .sample-script .sample-kicker { color: var(--purple); }
.result-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.result-copy h2 { color: var(--green-dark); font-size: clamp(38px, 4vw, 56px); line-height: 1.08; margin: 0; }
.result-list { display: grid; gap: 12px; }
.result-list div { display: flex; align-items: center; gap: 15px; padding: 17px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; font-weight: 700; }
.result-list span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); }
.founder-band { background: var(--purple); color: white; }
.founder-grid { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: center; }
.founder-photo-wrap { width: 220px; height: 270px; overflow: hidden; border-radius: 110px 110px 30px 30px; border: 5px solid rgba(255,255,255,.2); background: #fff7b8; box-shadow: 0 18px 45px rgba(43,8,48,.28); }
.founder-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 28%; }
.founder-grid h2 { font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; margin: 0; }
.founder-grid p:last-child { max-width: 720px; color: #eadfec; line-height: 1.75; font-size: 17px; }
.pricing-section { padding-bottom: 80px; }
.price-card { background: var(--paper); border: 1px solid var(--line); border-radius: 34px; padding: 54px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }
.price-card h2 { color: var(--green-dark); font-size: clamp(36px, 4vw, 52px); line-height: 1.08; margin: 0; }
.price-card ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; color: var(--muted); }
.price-card li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 9px; }
.price-box { background: #f2f0e5; border-radius: 24px; padding: 30px; text-align: center; }
.price-box > span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.price-value { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin: 8px 0 2px; }
.price-value del { color: var(--muted); font-size: 19px; font-weight: 700; }
.price-box strong { display: block; color: var(--green-dark); font-family: Georgia, serif; font-size: 62px; font-weight: 500; }
.launch-saving { margin: 0 0 22px; color: var(--purple); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price-box small { display: block; margin-top: 14px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary { list-style: none; cursor: pointer; padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--green-dark); font-size: 17px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--purple); font-size: 22px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 0 24px; color: var(--muted); line-height: 1.7; }
.final-cta { padding: 105px 0; background: var(--green-dark); color: white; text-align: center; }
.final-cta h2 { max-width: 820px; margin: 0 auto 32px; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; }
.button-light { background: var(--yellow); color: var(--purple-dark); box-shadow: none; }
footer { background: #35113a; color: #eee1f0; padding: 26px 0; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; font-size: 12px; }
.brand-logo-footer { width: 58px; height: 53px; padding: 4px; border-radius: 13px; background: white; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand div, .footer-contact { display: grid; gap: 5px; }
.footer-brand strong { color: white; font-size: 14px; }
.footer-brand span, .footer-contact span { color: #cdbdce; font-size: 10px; }
.footer-links { max-width: 460px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; }
.footer-links a, .footer-contact a { color: #f6edf7; font-weight: 700; }
.footer-links a:hover, .footer-contact a:hover { color: var(--yellow); }
.footer-contact { text-align: right; }

/* Public company and policy pages */
.legal-page { min-height: 100vh; background: var(--cream); }
.legal-page .site-nav { border-bottom: 1px solid var(--line); }
.legal-nav-links { display: flex; align-items: center; gap: 24px; color: #526157; font-size: 13px; font-weight: 800; }
.legal-hero { padding: 82px 0 42px; }
.legal-hero h1 { max-width: 900px; margin: 0; color: var(--purple-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 6vw, 76px); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; }
.legal-hero > p:last-child { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.legal-card { margin-bottom: 80px; padding: 48px 54px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: 0 18px 45px rgba(84,19,91,.06); }
.legal-card h2 { margin: 38px 0 12px; color: var(--purple-dark); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #5f5660; font-size: 15px; line-height: 1.75; }
.legal-card ul { margin: 12px 0 0; padding-left: 22px; }
.legal-card a { color: var(--purple); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 28px 0; padding: 22px 24px; border-radius: 18px; background: #fff7b8; color: #574b25; line-height: 1.65; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-tile { padding: 28px; border-radius: 20px; background: var(--sage); }
.contact-tile:nth-child(2) { background: var(--lavender); }
.contact-tile span { display: block; margin-bottom: 10px; color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-tile a { font-size: 20px; text-decoration: none; }
.legal-meta { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

/* Post-purchase welcome */
.start-shell { min-height: 100vh; padding-bottom: 90px; background: #fff9f0; }
.start-nav { width: min(1120px, calc(100% - 40px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.start-dashboard-link { color: var(--purple); font-size: 12px; font-weight: 900; }
.start-hero { width: min(1120px, calc(100% - 40px)); min-height: 500px; margin: 25px auto 0; padding: 60px; border-radius: 36px; background: var(--purple-dark); color: white; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.start-hero h1 { max-width: 720px; margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 4.6vw, 62px); line-height: 1.04; font-weight: 500; letter-spacing: -.035em; }
.start-hero > div > p:last-child { max-width: 710px; margin: 26px 0 0; color: #eee1ef; font-size: 17px; line-height: 1.7; }
.start-promise { padding: 34px; border-radius: 26px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.11); }
.start-promise > span { display: block; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.start-promise strong { display: block; margin: 12px 0 0; font-family: Georgia, serif; font-size: 76px; line-height: .9; font-weight: 500; }
.start-promise b { display: block; margin-top: 9px; color: #f5ecf5; font-size: 15px; }
.start-promise p { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #decde0; font-size: 13px; line-height: 1.6; }
.start-rhythm { width: min(1120px, calc(100% - 40px)); margin: 95px auto; }
.start-section-heading { max-width: 700px; margin-bottom: 38px; }
.start-section-heading h2 { margin: 0; color: var(--purple-dark); font-family: Georgia, serif; font-size: clamp(38px, 4vw, 54px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.start-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.start-step-grid article { min-height: 235px; padding: 28px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); }
.start-step-grid article:nth-child(1) { border-top: 5px solid var(--green); }
.start-step-grid article:nth-child(2) { border-top: 5px solid var(--orange); }
.start-step-grid article:nth-child(3) { border-top: 5px solid var(--cyan); }
.start-step-grid span { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.start-step-grid h3 { margin: 36px 0 12px; color: var(--purple-dark); font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.start-step-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.baseline-card { width: min(1120px, calc(100% - 40px)); margin: 0 auto 90px; padding: 50px; border-radius: 34px; background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.baseline-intro h2 { margin: 0; color: var(--purple-dark); font-family: Georgia, serif; font-size: clamp(36px, 4vw, 52px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.baseline-intro > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.baseline-note { margin-top: 32px; padding: 22px; border-radius: 18px; background: #fff7b8; color: #5a4b23; font-size: 13px; line-height: 1.6; }
.baseline-note span { display: block; margin-bottom: 7px; color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.baseline-form { padding: 32px; border-radius: 26px; background: #faf7f1; }
.baseline-form fieldset { min-width: 0; margin: 0 0 30px; padding: 0; border: 0; }
.baseline-form legend { width: 100%; margin-bottom: 15px; color: var(--purple-dark); font-size: 14px; font-weight: 900; line-height: 1.4; }
.baseline-form legend small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 600; }
.situation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.situation-grid button { min-height: 50px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: white; color: #544b55; display: flex; align-items: center; gap: 9px; text-align: left; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.situation-grid button b { width: 20px; height: 20px; flex: none; border-radius: 50%; background: var(--lavender); color: var(--purple); display: grid; place-items: center; font-size: 11px; }
.situation-grid button[aria-pressed="true"] { border-color: var(--purple); background: var(--lavender); color: var(--purple-dark); }
.situation-grid button[aria-pressed="true"] b { background: var(--purple); color: white; }
.selection-help { margin: 10px 0 0; color: var(--muted); font-size: 10px; }
.confidence-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.confidence-scale button { min-height: 60px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--muted); cursor: pointer; }
.confidence-scale button b { display: block; color: var(--purple-dark); font-size: 17px; }
.confidence-scale button span { display: block; min-height: 12px; margin-top: 3px; font-size: 8px; font-weight: 800; }
.confidence-scale button[aria-pressed="true"] { border-color: var(--purple); background: var(--purple); color: white; }
.confidence-scale button[aria-pressed="true"] b { color: white; }
.baseline-submit { width: 100%; border: 0; cursor: pointer; }
.baseline-submit:disabled { background: #d8cfd8; box-shadow: none; cursor: not-allowed; transform: none; }
.privacy-line { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.start-reassurance { width: min(900px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 95px 1fr; gap: 35px; align-items: center; }
.start-reassurance img { width: 90px; height: 80px; object-fit: contain; }
.start-reassurance span { color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.start-reassurance h2 { margin: 8px 0 10px; color: var(--purple-dark); font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.start-reassurance p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: center; gap: 30px; padding-top: 45px; } .hero-copy { display: flex; flex-direction: column; align-items: center; } .hero-product { min-height: 620px; }
  .week-grid { grid-template-columns: 1fr 1fr; } .problem-grid, .inside-grid, .result-section, .price-card, .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .founder-grid { grid-template-columns: 180px 1fr; gap: 45px; } .founder-photo-wrap { width: 170px; height: 215px; }
  .start-hero { grid-template-columns: 1fr; gap: 35px; } .start-promise { max-width: 360px; } .baseline-card { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 680px) {
  .shell, .site-nav { width: min(100% - 28px, 1180px); } .site-nav { height: 70px; } .nav-links > a:not(.button) { display: none; }
  .brand-logo { width: 54px; height: 50px; } .brand-product { max-width: 110px; font-size: 10px; line-height: 1.2; }
  .button-small { min-height: 40px; padding: 0 13px; font-size: 12px; } .hero { min-height: 0; padding: 46px 0 68px; } .hero h1 { font-size: 48px; } .hero-lead { font-size: 17px; }
  .hero-actions { width: 100%; flex-direction: column; gap: 18px; } .hero-actions .button { width: 100%; } .hero-offer-button { flex-wrap: wrap; gap: 8px 14px; padding: 12px 16px; } .hero-offer-price { padding-left: 14px; } .trust-row { width: 100%; grid-template-columns: 1fr; gap: 10px; text-align: left; } .trust-row span { min-height: 86px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 12px; } .trust-row b { font-size: 44px; }
  .hero-product { min-height: 530px; } .orbit-one { width: 300px; height: 300px; top: 70px; } .phone-frame { width: 286px; min-height: 520px; padding: 22px 18px; } .phone-frame h3 { font-size: 23px; }
  .note-one { left: -5px; top: 90px; } .note-two { right: -6px; bottom: 60px; } .problem-band, .section, .founder-band { padding-top: 75px; padding-bottom: 75px; }
  .problem-grid { gap: 30px; } .week-grid { grid-template-columns: 1fr; } .week-card { min-height: 270px; } .inside-grid { gap: 38px; } .rhythm-list { padding: 8px 20px; }
  .sample-card { padding: 30px 22px; border-radius: 26px; } .sample-heading { display: block; } .sample-full-badge { display: inline-flex; margin-bottom: 24px; } .sample-content-grid { grid-template-columns: 1fr; } .sample-shift { padding: 22px; } .sample-shift p { font-size: 21px; } .result-section { gap: 38px; }
  .founder-grid { grid-template-columns: 1fr; gap: 35px; } .founder-photo-wrap { width: 150px; height: 185px; border-radius: 75px 75px 22px 22px; }
  .price-card { padding: 30px 22px; gap: 38px; } .price-card ul { grid-template-columns: 1fr; } .price-box strong { font-size: 54px; } .faq-section { gap: 20px; }
  .footer-row { flex-direction: column; text-align: center; } .footer-contact { text-align: center; } .footer-links { gap: 12px 18px; } .legal-nav-links a:not(.button) { display: none; } .legal-hero { padding-top: 55px; } .legal-card { padding: 30px 22px; border-radius: 24px; } .contact-grid { grid-template-columns: 1fr; } .contact-tile a { font-size: 17px; }
  .start-nav, .start-hero, .start-rhythm, .baseline-card, .start-reassurance { width: calc(100% - 28px); }
  .start-nav { height: 70px; } .start-dashboard-link { max-width: 100px; text-align: right; font-size: 9px; line-height: 1.3; }
  .start-hero { min-height: 0; margin-top: 14px; padding: 36px 23px; border-radius: 26px; } .start-hero h1 { font-size: 37px; } .start-hero > div > p:last-child { font-size: 15px; }
  .start-promise { padding: 24px; } .start-promise strong { font-size: 62px; } .start-rhythm { margin-top: 70px; margin-bottom: 70px; }
  .start-step-grid { grid-template-columns: 1fr; } .start-step-grid article { min-height: 190px; } .baseline-card { padding: 28px 20px; gap: 35px; }
  .baseline-form { padding: 23px 16px; } .situation-grid { grid-template-columns: 1fr; } .confidence-scale { gap: 5px; }
  .confidence-scale button { min-height: 55px; padding: 4px; } .start-reassurance { grid-template-columns: 65px 1fr; gap: 18px; } .start-reassurance img { width: 62px; height: 58px; }
  .start-reassurance h2 { font-size: 25px; }
}

/* Unlisted content review workspace */
.review-shell { min-height: 100vh; padding-bottom: 80px; background: #fffaf2; color: var(--ink); }
.review-nav { width: min(1180px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.review-brand { display: flex; align-items: center; gap: 13px; }
.review-brand img { width: 54px; height: 44px; object-fit: contain; }
.review-brand div { display: grid; gap: 3px; }
.review-brand span { color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.review-brand b { color: var(--purple-dark); font-size: 13px; }
.review-nav > a { color: var(--purple); font-size: 11px; font-weight: 900; }
.review-hero { width: min(1180px, calc(100% - 40px)); margin: 16px auto 26px; padding: 48px 52px; border-radius: 32px; background: var(--purple-dark); color: white; display: grid; grid-template-columns: 1fr 230px; gap: 50px; align-items: end; }
.review-hero > div > p { margin: 0 0 14px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.review-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5.5vw, 68px); line-height: 1.01; font-weight: 500; letter-spacing: -.04em; }
.review-hero > div > span { display: block; max-width: 650px; margin-top: 20px; color: #eadfec; font-size: 14px; line-height: 1.7; }
.review-hero aside { padding: 25px; border-radius: 22px; background: rgba(255,255,255,.1); }
.review-hero aside strong { display: block; color: var(--yellow); font-family: Georgia, serif; font-size: 55px; line-height: 1; }
.review-hero aside span { color: white; font-size: 12px; font-weight: 900; }
.review-hero aside p { margin: 15px 0 0; color: #d8ccd9; font-size: 9px; line-height: 1.5; }
.review-how { width: min(1180px, calc(100% - 40px)); margin: 0 auto 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.review-how > div { display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.review-how > div > b { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 11px; }
.review-how span { color: var(--muted); font-size: 10px; line-height: 1.45; }
.review-how strong { display: block; color: var(--green-dark); font-size: 11px; }
.review-toolbar { position: sticky; top: 0; z-index: 5; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,250,242,.96); box-shadow: 0 12px 35px rgba(57,25,55,.08); display: flex; align-items: end; justify-content: space-between; gap: 18px; backdrop-filter: blur(14px); }
.review-toolbar > label { flex: 1; }
.review-toolbar label > span { display: block; margin: 0 0 6px 3px; color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.review-toolbar input[type="search"] { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 12px; padding: 0 14px; background: white; color: var(--ink); font: inherit; font-size: 12px; }
.review-export { display: flex; gap: 8px; }
.review-export button { min-height: 46px; padding: 0 16px; border: 1px solid var(--purple); border-radius: 12px; background: white; color: var(--purple); font-size: 10px; font-weight: 900; cursor: pointer; }
.review-export .review-primary { background: var(--purple); color: white; }
.week-filters { width: min(1180px, calc(100% - 40px)); margin: 18px auto 30px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.week-filters button { min-height: 58px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--green-dark); font-size: 10px; font-weight: 900; cursor: pointer; }
.week-filters button span { display: block; margin-top: 3px; color: var(--muted); font-size: 7px; font-weight: 600; line-height: 1.2; }
.week-filters button[aria-pressed="true"] { border-color: var(--purple); background: var(--lavender); color: var(--purple); }
.review-results { width: min(980px, calc(100% - 40px)); margin: 0 auto; }
.review-results-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 12px; }
.review-results-heading span { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.review-results-heading p { margin: 0; color: var(--muted); font-size: 10px; }
.review-day { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 20px; background: white; overflow: hidden; }
.review-day-changed { border-color: rgba(144,5,154,.4); box-shadow: 0 8px 26px rgba(144,5,154,.06); }
.review-day summary { min-height: 100px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 20px; padding: 18px 24px; cursor: pointer; list-style: none; }
.review-day summary::-webkit-details-marker { display: none; }
.review-day summary > span { color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.review-day summary h2 { margin: 0; color: var(--green-dark); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.review-day summary p { margin: 6px 0 0; color: var(--muted); font-size: 9px; }
.review-day summary > b { padding: 7px 9px; border-radius: 9px; background: #f4f1ec; color: var(--muted); font-size: 7px; letter-spacing: .1em; }
.review-day-changed summary > b { background: var(--lavender); color: var(--purple); }
.review-day-body { padding: 30px; border-top: 1px solid var(--line); background: #fffdf9; }
.review-meta-grid { display: grid; grid-template-columns: 1fr 210px 100px; gap: 12px; }
.review-fields { display: grid; gap: 18px; margin-top: 22px; }
.review-meta-grid label > span, .review-fields label > span { display: block; margin: 0 0 7px 2px; color: var(--green-dark); font-size: 10px; font-weight: 900; }
.review-meta-grid input, .review-meta-grid select, .review-fields input, .review-fields textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 11px 12px; background: white; color: var(--ink); font: inherit; font-size: 12px; line-height: 1.55; }
.review-meta-grid input, .review-meta-grid select, .review-fields input { min-height: 44px; }
.review-fields textarea { resize: vertical; }
.review-meta-grid input:focus, .review-meta-grid select:focus, .review-fields input:focus, .review-fields textarea:focus, .review-toolbar input:focus { outline: 2px solid rgba(144,5,154,.15); border-color: var(--purple); }
.review-script-field { padding: 20px; border-radius: 16px; background: var(--purple); }
.review-script-field > span { color: var(--yellow) !important; }
.review-script-field textarea { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); color: white; font-family: Georgia, serif; font-size: 19px; }
.review-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.review-fields fieldset { margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); display: grid; gap: 12px; }
.review-fields legend { padding: 0 7px; color: var(--purple); font-size: 10px; font-weight: 900; }
.review-day-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-day-footer span { color: var(--muted); font-size: 9px; }
.review-day-footer button { border: 0; background: transparent; color: var(--purple); font-size: 9px; font-weight: 900; text-decoration: underline; cursor: pointer; }
.review-footer { width: min(980px, calc(100% - 40px)); margin: 40px auto 0; padding: 28px; border-radius: 22px; background: var(--sage); display: flex; align-items: center; gap: 20px; }
.review-footer img { width: 55px; }
.review-footer b { color: var(--green-dark); font-family: Georgia, serif; font-size: 20px; }
.review-footer p { margin: 6px 0 0; color: #526057; font-size: 11px; line-height: 1.6; }

@media (max-width: 800px) {
  .review-hero { grid-template-columns: 1fr; padding: 38px 30px; gap: 30px; }
  .review-hero aside { max-width: 240px; }
  .review-how { grid-template-columns: 1fr; }
  .review-toolbar { position: static; flex-direction: column; align-items: stretch; }
  .review-export button { flex: 1; }
  .week-filters { grid-template-columns: repeat(3, 1fr); }
  .review-meta-grid { grid-template-columns: 1fr 1fr; }
  .review-meta-grid label:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .review-nav, .review-hero, .review-how, .review-toolbar, .week-filters, .review-results, .review-footer { width: calc(100% - 28px); }
  .review-nav { align-items: flex-start; padding: 15px 0; }
  .review-brand b { max-width: 180px; }
  .review-nav > a { text-align: right; }
  .review-hero { margin-top: 5px; padding: 30px 22px; }
  .review-hero h1 { font-size: 41px; }
  .review-export { flex-direction: column; }
  .week-filters { grid-template-columns: 1fr 1fr; }
  .review-results-heading { align-items: start; flex-direction: column; gap: 5px; }
  .review-day summary { min-height: 88px; grid-template-columns: 48px 1fr; gap: 12px; padding: 15px; }
  .review-day summary > b { grid-column: 2; justify-self: start; }
  .review-day summary h2 { font-size: 19px; }
  .review-day-body { padding: 20px 15px; }
  .review-meta-grid, .review-two-col { grid-template-columns: 1fr; }
  .review-meta-grid label:first-child { grid-column: auto; }
  .review-day-footer, .review-footer { align-items: flex-start; flex-direction: column; }
}

/* Reset application */
.app-shell { min-height: 100vh; background: #fff9f0; padding-bottom: 90px; }
.app-nav, .lesson-nav { width: min(1120px, calc(100% - 40px)); margin: 0 auto; height: 80px; display: flex; align-items: center; justify-content: space-between; }
.app-back, .lesson-back { color: var(--purple); font-size: 13px; font-weight: 800; }
.dashboard-hero { width: min(1120px, calc(100% - 40px)); margin: 30px auto 25px; padding: 52px; border-radius: 34px; background: var(--green-dark); color: white; display: grid; grid-template-columns: 1.35fr .65fr; gap: 55px; align-items: center; }
.app-eyebrow { margin: 0 0 15px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.dashboard-hero h1 { margin: 0; max-width: 700px; font-family: Georgia, serif; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.04; font-weight: 500; letter-spacing: -.035em; }
.dashboard-hero > div > p:not(.app-eyebrow) { max-width: 630px; margin: 20px 0 30px; color: #efe2f0; font-size: 16px; line-height: 1.65; }
.dashboard-hero .button { background: var(--yellow); color: var(--purple-dark); box-shadow: none; }
.progress-card { padding: 30px; border-radius: 24px; background: rgba(255,255,255,.09); }
.progress-card > span { color: #eaddec; font-size: 11px; font-weight: 800; }
.progress-card strong { display: block; margin: 9px 0 16px; font-family: Georgia, serif; font-size: 62px; font-weight: 500; }
.progress-card strong small { font-family: Arial, sans-serif; font-size: 18px; color: #dac9dc; }
.app-progress { height: 8px; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.15); }
.app-progress span { display: block; height: 100%; border-radius: inherit; background: var(--yellow); transition: width .4s ease; }
.progress-card p { margin: 12px 0 0 !important; color: #eaddec !important; font-size: 11px !important; }
.baseline-summary { width: min(1120px, calc(100% - 40px)); margin: 0 auto 65px; padding: 28px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: 1.2fr 1fr .75fr auto; gap: 30px; align-items: center; }
.baseline-summary-title > span, .baseline-focus > span, .baseline-confidence > span { display: block; margin-bottom: 8px; color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.baseline-summary-title h2 { margin: 0; color: var(--purple-dark); font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.baseline-summary-title p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.baseline-focus > div { display: flex; flex-wrap: wrap; gap: 7px; }
.baseline-focus b { padding: 8px 10px; border-radius: 10px; background: var(--lavender); color: var(--purple-dark); font-size: 9px; line-height: 1.25; }
.confidence-dots { display: flex; gap: 7px; }
.confidence-dots i { width: 15px; height: 15px; border-radius: 50%; background: #e6dce7; }
.confidence-dots i.filled { background: var(--purple); }
.baseline-confidence small { display: block; margin-top: 8px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.baseline-summary > a { color: var(--purple); font-size: 10px; font-weight: 900; text-decoration: underline; }
.baseline-missing { width: min(1120px, calc(100% - 40px)); margin: 0 auto 65px; padding: 28px 32px; border-radius: 24px; background: #fff7b8; display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.baseline-missing span { color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.baseline-missing h2 { margin: 7px 0 4px; color: var(--purple-dark); font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.baseline-missing p { margin: 0; color: #685b38; font-size: 11px; }
.baseline-missing .button { min-height: 46px; flex: none; font-size: 12px; }
.lesson-journey { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.app-week { margin: 0 0 62px; }
.app-week-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 20px; }
.app-week-heading span { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.app-week-heading h2 { margin: 7px 0 0; color: var(--green-dark); font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.app-week-heading > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; }
.day-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.day-card { min-height: 195px; padding: 21px; border-radius: 22px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.day-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(84,19,91,.1); border-color: rgba(144,5,154,.28); }
.day-card.next { border: 2px solid var(--purple); box-shadow: 0 10px 28px rgba(144,5,154,.12); }
.day-card.done { background: var(--sage); }
.day-card.locked { background: #f4f0eb; border-color: rgba(84,19,91,.08); color: #8f868f; cursor: not-allowed; }
.day-card.locked h3, .day-card.locked .day-card-meta, .day-card.locked .day-card-top { color: #978d97; }
.day-card-top { display: flex; justify-content: space-between; align-items: center; color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.day-card-top b { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: white; font-size: 12px; letter-spacing: 0; }
.day-card-top .current-dot { width: auto; height: 24px; padding: 0 8px; border-radius: 8px; background: var(--purple); font-size: 8px; }
.day-card-top .lock-dot { background: #ded7df; color: #7f7480; font-size: 14px; }
.day-card h3 { margin: 30px 0 20px; color: var(--green-dark); font-family: Georgia, serif; font-size: 21px; line-height: 1.12; font-weight: 500; }
.day-card-meta { margin-top: auto; display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 10px; }
.gentle-note { width: min(1120px, calc(100% - 40px)); margin: 20px auto 0; padding-top: 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.gentle-note > div { max-width: 800px; }
.gentle-note h2 { margin: 0 0 8px; color: var(--green-dark); font-size: 14px; }
.gentle-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.gentle-note button { flex: none; border: 0; background: transparent; color: #8b5959; font-size: 11px; text-decoration: underline; cursor: pointer; }

/* Daily lesson */
.lesson-shell { min-height: 100vh; background: #fff9f0; padding-bottom: 80px; }
.lesson-nav { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.lesson-nav .lesson-back { justify-self: start; }
.lesson-nav-brand { justify-self: center; display: flex; align-items: center; gap: 10px; color: var(--purple-dark); font-size: 13px; font-weight: 900; }
.brand-logo-small { width: 40px; height: 40px; object-fit: contain; }
.lesson-nav > span { justify-self: end; color: var(--muted); font-size: 12px; font-weight: 800; }
.lesson-progress { height: 5px; background: #dee5dc; }
.lesson-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--purple), var(--orange), var(--yellow)); }
.lesson-content { width: min(820px, calc(100% - 40px)); margin: 70px auto 0; }
.lesson-heading { margin-bottom: 40px; }
.lesson-heading > p { margin: 0 0 14px; color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.lesson-heading h1 { margin: 0; color: var(--green-dark); font-family: Georgia, serif; font-size: clamp(39px, 4.8vw, 55px); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }
.day-one-plan { margin: 0 0 28px; padding: 32px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); }
.day-one-plan-heading > span { color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.day-one-plan-heading h2 { margin: 8px 0 9px; color: var(--purple-dark); font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.day-one-plan-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.practice-window { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 24px 0; }
.practice-window button { min-height: 58px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 12px; background: #faf7f1; color: var(--purple-dark); font-size: 17px; font-weight: 900; cursor: pointer; }
.practice-window button[aria-pressed="true"] { border-color: var(--purple); background: var(--purple); color: white; }
.day-one-success { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.day-one-success div { min-height: 132px; padding: 21px; border-radius: 14px; background: var(--sage); }
.day-one-success div:nth-child(2) { background: var(--blue); }
.day-one-success div:nth-child(3) { background: #fff7b8; }
.day-one-success b { display: block; margin-bottom: 11px; color: var(--purple); font-size: 14px; letter-spacing: .1em; }
.day-one-success span { color: #555056; font-size: 16px; line-height: 1.5; }
.today-shift { margin: 0 0 28px; padding: 32px; border-radius: 24px; background: #fff7b8; }
.today-shift span, .script-card > span, .notice-grid span { display: block; margin-bottom: 12px; color: var(--purple); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.today-shift h2 { margin: 0; color: var(--green-dark); font-family: Georgia, serif; font-size: 28px; line-height: 1.25; font-weight: 500; }
.lesson-section { display: grid; grid-template-columns: 56px 1fr; gap: 25px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.section-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 11px; font-weight: 900; }
.lesson-label { color: var(--purple); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lesson-section h2, .checkin-card h2, .reflection-card h2 { margin: 8px 0 14px; color: var(--green-dark); font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.lesson-section p { margin: 0; color: #526057; font-size: 16px; line-height: 1.8; }
.action-section .section-icon { background: var(--blue); }
.script-card { margin: 35px 0; padding: 36px; border-radius: 24px; background: var(--purple); color: white; }
.script-card > span { color: var(--yellow); }
.script-card blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(27px, 4vw, 38px); line-height: 1.25; }
.notice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.notice-grid section { padding: 27px; border-radius: 21px; background: var(--paper); border: 1px solid var(--line); }
.notice-grid section:first-child { background: var(--peach); }
.notice-grid p { margin: 0; color: #526057; font-size: 14px; line-height: 1.7; }
.checkin-card, .reflection-card { margin: 35px 0; padding: 34px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); }
.check-list { display: grid; gap: 11px; }
.check-list label { display: flex; gap: 12px; align-items: flex-start; padding: 13px 15px; border-radius: 13px; background: #f5f4ec; color: #4d5a50; font-size: 13px; line-height: 1.5; cursor: pointer; }
.check-list input { width: 18px; height: 18px; margin: 0; accent-color: var(--purple); flex: none; }
.daily-note-card { margin: 35px 0; padding: 34px; border-radius: 24px; background: var(--lavender); }
.daily-note-card h2 { margin: 8px 0 8px; color: var(--purple-dark); font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.daily-note-card > p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.daily-note-card label > span { display: block; margin-bottom: 8px; color: var(--purple-dark); font-size: 12px; font-weight: 900; }
.daily-note-card textarea { width: 100%; resize: vertical; border: 1px solid rgba(144,5,154,.18); border-radius: 14px; padding: 14px; background: white; color: var(--ink); font: inherit; font-size: 13px; line-height: 1.55; }
.daily-note-card textarea:focus { outline: 2px solid rgba(144,5,154,.18); border-color: var(--purple); }
.daily-note-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 9px; text-align: right; }
.week-wrap-card { margin: 35px 0; padding: 36px; border-radius: 26px; background: #fff7b8; border: 1px solid rgba(240,126,22,.18); }
.week-wrap-card > span { color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.week-wrap-card h2, .final-comparison h2 { margin: 9px 0 10px; color: var(--green-dark); font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.week-wrap-card p, .final-comparison > p { color: #526057; font-size: 14px; line-height: 1.7; }
.week-wrap-card label > span { display: block; margin: 22px 0 8px; color: var(--green-dark); font-size: 12px; font-weight: 900; }
.week-wrap-card textarea { width: 100%; resize: vertical; border: 1px solid rgba(240,126,22,.25); border-radius: 14px; padding: 14px; background: white; color: var(--ink); font: inherit; font-size: 13px; line-height: 1.55; }
.week-wrap-card textarea:focus { outline: 2px solid rgba(240,126,22,.18); border-color: var(--orange); }
.week-wrap-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 9px; text-align: right; }
.final-comparison { margin: 35px 0; padding: 36px; border-radius: 26px; background: var(--sage); border: 1px solid rgba(37,143,57,.15); }
.confidence-journey { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin: 24px 0; }
.confidence-journey > div { padding: 18px; border-radius: 16px; background: white; text-align: center; }
.confidence-journey > div span { display: block; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.confidence-journey > div strong { display: block; margin-top: 5px; color: var(--purple); font-family: Georgia, serif; font-size: 27px; }
.confidence-journey > b { color: var(--green); font-size: 22px; }
.final-comparison fieldset { margin: 26px 0 0; padding: 0; border: 0; }
.final-comparison legend { margin-bottom: 14px; color: var(--green-dark); font-size: 13px; font-weight: 900; line-height: 1.5; }
.ending-confidence { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.ending-confidence button { min-height: 67px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(37,143,57,.18); border-radius: 14px; background: white; color: var(--green-dark); cursor: pointer; }
.ending-confidence button b { font-family: Georgia, serif; font-size: 22px; }
.ending-confidence button span { min-height: 12px; margin-top: 3px; color: var(--muted); font-size: 8px; }
.ending-confidence button[aria-pressed="true"] { border-color: var(--purple); background: var(--purple); color: white; }
.ending-confidence button[aria-pressed="true"] span { color: white; }
.confidence-result { margin: 18px 0 0; padding: 16px 18px; border-radius: 14px; background: white; }
.reflection-card > p { color: var(--muted); font-size: 13px; }
.reflection-fields { display: grid; gap: 20px; margin-top: 25px; }
.reflection-fields label > span { display: block; margin-bottom: 8px; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.reflection-fields textarea { width: 100%; resize: vertical; border: 1px solid var(--line); border-radius: 13px; padding: 13px; background: #faf9f2; color: var(--ink); font: inherit; }
.reflection-fields textarea:focus { outline: 2px solid rgba(144,5,154,.22); border-color: var(--purple); }
.completion-message { margin: 35px 0; padding: 42px; border-radius: 28px; background: var(--green-dark); color: white; }
.completion-message > span { color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.completion-message h2 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: 34px; line-height: 1.18; font-weight: 500; }
.completion-message p { margin: 0; color: #d5e0d7; line-height: 1.7; }
.lesson-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 38px 0 20px; }
.complete-button { min-height: 54px; padding: 0 25px; border: 0; border-radius: 15px; background: var(--purple); color: white; font-weight: 900; cursor: pointer; }
.complete-button.is-complete { background: var(--sage); color: var(--green); }
.final-complete-button, .celebration-button { width: 100%; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; background: var(--purple); color: white; font-size: 15px; font-weight: 900; box-shadow: 0 13px 28px rgba(144,5,154,.18); }
.next-lesson { color: var(--purple); font-size: 13px; font-weight: 900; }
.next-locked { color: var(--muted); font-size: 12px; font-weight: 800; }
.lesson-reassurance { text-align: center; color: var(--muted); font-size: 12px; }
.lesson-day-strip { margin: 42px 0 0; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.lesson-day-strip-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 15px; }
.lesson-day-strip-heading span { color: var(--purple-dark); font-size: 13px; font-weight: 900; }
.lesson-day-strip-heading strong { color: var(--green); font-size: 11px; }
.lesson-day-strip-grid { display: grid; grid-template-columns: repeat(15, 1fr); gap: 6px; }
.lesson-day-strip-grid a, .lesson-day-strip-grid span { aspect-ratio: 1; display: grid; place-items: center; border-radius: 7px; background: #eee9e3; color: #8c828c; font-size: 9px; font-weight: 900; }
.lesson-day-strip-grid a { background: #fff7b8; color: var(--purple-dark); }
.lesson-day-strip-grid .done { background: var(--green); color: white; }
.lesson-day-strip-grid .current { outline: 2px solid var(--purple); outline-offset: 2px; }
.lesson-day-strip-grid .locked { opacity: .48; }
.lesson-day-strip > p { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

/* Final celebration */
.celebration-shell { min-height: 100vh; overflow: hidden; background: var(--cream); }
.celebration-nav { width: min(1120px, calc(100% - 40px)); height: 76px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--purple-dark); font-size: 12px; font-weight: 900; }
.celebration-nav > a { justify-self: start; color: var(--purple); }
.celebration-nav > div { justify-self: center; display: flex; align-items: center; gap: 10px; font-size: 13px; }
.celebration-nav img { width: 40px; height: 40px; object-fit: contain; }
.celebration-nav > span { justify-self: end; color: var(--muted); }
.celebration-hero { min-height: 670px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px 95px; overflow: hidden; background: var(--purple-dark); color: white; text-align: center; }
.celebration-hero::before, .celebration-hero::after { content: ""; position: absolute; border-radius: 50%; }
.celebration-hero::before { width: 430px; height: 430px; left: -240px; top: -130px; background: rgba(245,235,50,.12); }
.celebration-hero::after { width: 360px; height: 360px; right: -180px; bottom: -190px; background: rgba(26,167,191,.15); }
.celebration-mark { width: 106px; height: 96px; margin-bottom: 20px; padding: 8px 10px; border-radius: 18px; background: white; object-fit: contain; object-position: center; filter: drop-shadow(0 9px 16px rgba(0,0,0,.16)); }
.celebration-hero > p:first-of-type { margin: 0; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.celebration-count { display: flex; align-items: baseline; margin: 19px 0 6px; color: var(--yellow); }
.celebration-count strong { font-family: Georgia, serif; font-size: 76px; line-height: 1; font-weight: 500; }
.celebration-count span { font-size: 13px; font-weight: 900; }
.celebration-hero h1 { max-width: 760px; margin: 8px 0 22px; font-family: Georgia, serif; font-size: clamp(34px, 3.6vw, 48px); line-height: 1.06; font-weight: 500; letter-spacing: -.035em; }
.celebration-lead { max-width: 690px; margin: 0; color: #eadfed; font-size: 17px; line-height: 1.75; }
.celebration-confetti i { position: absolute; z-index: 0; width: 12px; height: 27px; border-radius: 999px; transform: rotate(22deg); }
.celebration-confetti i:nth-child(1) { left: 12%; top: 17%; background: var(--orange); transform: rotate(-34deg); }
.celebration-confetti i:nth-child(2) { left: 20%; bottom: 17%; background: var(--cyan); transform: rotate(42deg); }
.celebration-confetti i:nth-child(3) { right: 13%; top: 19%; background: var(--yellow); transform: rotate(28deg); }
.celebration-confetti i:nth-child(4) { right: 23%; bottom: 13%; background: var(--green); transform: rotate(-29deg); }
.celebration-confetti i:nth-child(5) { left: 32%; top: 12%; background: var(--red); }
.celebration-confetti i:nth-child(6) { right: 34%; top: 13%; background: var(--cyan); transform: rotate(-45deg); }
.celebration-confetti i:nth-child(7) { left: 8%; bottom: 39%; background: var(--yellow); transform: rotate(64deg); }
.celebration-hero > *:not(.celebration-confetti) { position: relative; z-index: 1; }
.celebration-truth { max-width: 930px; margin: 100px auto; padding: 0 40px; text-align: center; }
.celebration-truth > span, .celebration-section-heading > span, .celebration-confidence > div:first-child > span, .celebration-closing > span { color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.celebration-truth h2, .celebration-section-heading h2, .celebration-confidence h2, .celebration-closing h2 { margin: 12px 0 20px; color: var(--purple-dark); font-family: Georgia, serif; font-size: clamp(35px, 4vw, 52px); line-height: 1.1; font-weight: 500; letter-spacing: -.03em; }
.celebration-truth p { max-width: 750px; margin: 0 auto; color: #59645c; font-size: 17px; line-height: 1.75; }
.celebration-growth, .celebration-carry { width: min(1050px, calc(100% - 40px)); margin: 0 auto 105px; }
.celebration-section-heading { max-width: 680px; margin-bottom: 38px; }
.celebration-growth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.celebration-growth-grid article { min-height: 285px; padding: 31px; border-radius: 27px; background: var(--sage); }
.celebration-growth-grid article:nth-child(2) { background: var(--blue); }
.celebration-growth-grid article:nth-child(3) { background: var(--lavender); }
.celebration-growth-grid b { display: inline-grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: white; color: var(--purple); font-size: 11px; }
.celebration-growth-grid h3 { margin: 55px 0 12px; color: var(--purple-dark); font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.celebration-growth-grid p { margin: 0; color: #58625a; font-size: 14px; line-height: 1.65; }
.celebration-confidence { width: min(1050px, calc(100% - 40px)); margin: 0 auto 105px; display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; padding: 54px; border-radius: 32px; background: #fff7b8; }
.celebration-confidence h2 { font-size: 39px; }
.celebration-confidence p { color: #5b625b; line-height: 1.7; }
.celebration-scores { display: grid; grid-template-columns: 1fr auto 1fr; gap: 13px; align-items: center; }
.celebration-scores article { padding: 22px 12px; border-radius: 20px; background: white; text-align: center; }
.celebration-scores article span { display: block; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.celebration-scores strong { color: var(--purple); font-family: Georgia, serif; font-size: 51px; font-weight: 500; }
.celebration-scores small { color: var(--muted); }
.celebration-scores > i { color: var(--purple); font-style: normal; font-size: 24px; }
.celebration-anchor-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 25px; overflow: hidden; background: var(--paper); }
.celebration-anchor-grid article { min-height: 165px; padding: 28px; border-right: 1px solid var(--line); }
.celebration-anchor-grid article:last-child { border-right: 0; }
.celebration-anchor-grid b { color: var(--purple); font-size: 13px; letter-spacing: .12em; }
.celebration-anchor-grid p { margin: 32px 0 0; color: #59645c; font-size: 13px; line-height: 1.55; }
.celebration-closing { padding: 95px 25px 105px; background: var(--sage); text-align: center; }
.celebration-closing > img { width: 70px; height: 70px; display: block; margin: 0 auto 17px; object-fit: contain; }
.celebration-closing h2 { max-width: 760px; margin-left: auto; margin-right: auto; }
.celebration-closing > p { max-width: 700px; margin: 0 auto; color: #566158; font-size: 16px; line-height: 1.75; }
.celebration-closing > div { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 31px; }
.celebration-closing button { min-height: 52px; padding: 0 22px; border: 1px solid var(--purple); border-radius: 15px; background: transparent; color: var(--purple); font-weight: 900; cursor: pointer; }

@media (max-width: 900px) {
  .dashboard-hero { grid-template-columns: 1fr; } .day-grid { grid-template-columns: repeat(3, 1fr); } .baseline-summary { grid-template-columns: 1fr 1fr; }
  .celebration-confidence { grid-template-columns: 1fr; gap: 30px; } .celebration-anchor-grid { grid-template-columns: 1fr 1fr; } .celebration-anchor-grid article:nth-child(2) { border-right: 0; } .celebration-anchor-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 680px) {
  .app-nav, .lesson-nav, .dashboard-hero, .lesson-journey, .gentle-note { width: calc(100% - 28px); }
  .app-nav { height: 68px; } .app-back { font-size: 11px; } .dashboard-hero { margin-top: 14px; padding: 30px 22px; border-radius: 25px; gap: 35px; }
  .dashboard-hero h1 { font-size: 41px; } .progress-card { padding: 23px; } .progress-card strong { font-size: 50px; }
  .baseline-summary, .baseline-missing { width: calc(100% - 28px); margin-bottom: 50px; } .baseline-summary { grid-template-columns: 1fr; gap: 22px; padding: 24px 20px; } .baseline-summary > a { justify-self: start; }
  .baseline-missing { align-items: stretch; flex-direction: column; padding: 25px 21px; } .baseline-missing .button { width: 100%; }
  .app-week-heading { align-items: start; } .app-week-heading h2 { font-size: 27px; } .day-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .day-card { min-height: 175px; padding: 17px; } .day-card h3 { margin-top: 25px; font-size: 18px; } .day-card-meta { flex-direction: column; gap: 4px; }
  .gentle-note { flex-direction: column; align-items: start; gap: 20px; } .lesson-nav-brand span:last-child { display: none; }
  .lesson-content { width: calc(100% - 28px); margin-top: 48px; } .lesson-heading h1 { font-size: 37px; } .today-shift { padding: 25px 22px; }
  .today-shift h2 { font-size: 24px; } .lesson-section { grid-template-columns: 40px 1fr; gap: 15px; padding: 30px 0; }
  .day-one-plan { padding: 25px 20px; } .practice-window { grid-template-columns: 1fr 1fr; } .day-one-success { grid-template-columns: 1fr; } .day-one-success div { min-height: 0; }
  .section-icon { width: 38px; height: 38px; } .lesson-section h2 { font-size: 25px; } .lesson-section p { font-size: 15px; }
  .script-card { padding: 28px 23px; } .notice-grid { grid-template-columns: 1fr; } .checkin-card, .reflection-card, .daily-note-card, .week-wrap-card, .final-comparison { padding: 26px 20px; }
  .confidence-journey { gap: 8px; } .confidence-journey > div { padding: 14px 8px; } .ending-confidence { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; } .ending-confidence button { min-height: 58px; padding: 4px; }
  .lesson-actions { flex-direction: column; align-items: stretch; text-align: center; } .complete-button { width: 100%; } .next-lesson, .next-locked { padding: 15px; } .lesson-day-strip { padding: 20px 16px; } .lesson-day-strip-grid { grid-template-columns: repeat(10, 1fr); gap: 7px; }
  .celebration-nav { width: calc(100% - 28px); } .celebration-nav > div span { display: none; } .celebration-hero { min-height: 600px; padding-top: 65px; } .celebration-count strong { font-size: 63px; } .celebration-lead { font-size: 15px; }
  .celebration-truth { margin: 75px auto; padding: 0 22px; } .celebration-growth-grid { grid-template-columns: 1fr; } .celebration-growth-grid article { min-height: 230px; } .celebration-confidence { padding: 31px 22px; } .celebration-anchor-grid { grid-template-columns: 1fr; } .celebration-anchor-grid article { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--line); } .celebration-anchor-grid article:last-child { border-bottom: 0; } .celebration-anchor-grid article:nth-child(2) { border-bottom: 1px solid var(--line); } .celebration-anchor-grid p { margin-top: 18px; } .celebration-closing > div { flex-direction: column; } .celebration-closing .button, .celebration-closing button { width: 100%; max-width: 330px; }
}

@media print {
  .celebration-nav, .celebration-closing button { display: none; }
  .celebration-shell { background: white; }
  .celebration-hero { min-height: 0; padding: 55px 30px; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .celebration-truth, .celebration-growth, .celebration-confidence, .celebration-carry { margin-top: 45px; margin-bottom: 45px; }
  .celebration-closing { padding: 55px 25px; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* Secure purchase and parent-account pages */
.account-page { min-height: 100vh; background: var(--cream); color: var(--ink); }
.account-nav { position: relative; width: min(1180px, calc(100% - 40px)); }
.account-shell { width: min(1120px, calc(100% - 40px)); margin: 54px auto 90px; }
.checkout-shell { display: grid; grid-template-columns: 1fr .85fr; gap: 74px; align-items: center; }
.account-copy h1, .status-card h1, .login-card h1 { margin: 12px 0 22px; color: var(--purple-dark); font-family: Georgia, serif; font-size: clamp(40px, 5vw, 67px); line-height: 1.04; font-weight: 500; letter-spacing: -.035em; }
.account-copy > p:not(.eyebrow) { max-width: 610px; color: #59645c; font-size: 18px; line-height: 1.75; }
.checkout-benefits { display: grid; gap: 14px; margin: 32px 0 0; padding: 0; list-style: none; }
.checkout-benefits li { display: flex; gap: 11px; align-items: center; color: var(--purple-dark); font-weight: 800; }
.checkout-benefits li::before { content: "✓"; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); }
.account-card, .status-card { padding: 42px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: 0 22px 70px rgba(84,21,90,.1); }
.checkout-price { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 27px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.checkout-price > span { color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.checkout-price div { display: flex; gap: 10px; align-items: baseline; }
.checkout-price del { color: var(--muted); font-size: 17px; }
.checkout-price strong { color: var(--purple); font-family: Georgia, serif; font-size: 43px; font-weight: 500; }
.account-form { display: grid; gap: 18px; }
.account-form label { display: grid; gap: 8px; }
.account-form label span { color: var(--purple-dark); font-size: 13px; font-weight: 900; }
.account-form input { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid #ddcfdf; border-radius: 14px; background: white; color: var(--ink); font: inherit; }
.account-form input:focus { outline: 3px solid rgba(166,0,168,.12); border-color: var(--purple); }
.account-form button { margin-top: 5px; }
.form-note, .secure-note, .account-help, .status-card small { color: var(--muted); font-size: 12px; line-height: 1.55; }
.secure-note { display: block; text-align: center; }
.auth-message { padding: 12px 14px; border-radius: 12px; background: #fff0ef; color: #9f2723; font-size: 13px; line-height: 1.5; }
.status-shell { width: min(620px, calc(100% - 32px)); margin: 70px auto 100px; text-align: center; }
.status-card > img { width: 82px; height: 82px; object-fit: contain; }
.status-card h1, .login-card h1 { font-size: clamp(36px, 5vw, 52px); }
.status-card > p:not(.eyebrow) { color: #59645c; line-height: 1.7; }
.status-card .button { margin: 19px 0; }
.status-card small { display: block; margin-top: 19px; }
.status-spinner { width: 42px; height: 42px; margin: 28px auto 0; border: 4px solid var(--line); border-top-color: var(--purple); border-radius: 50%; animation: status-spin .8s linear infinite; }
@keyframes status-spin { to { transform: rotate(360deg); } }
.login-card { text-align: left; }
.login-card > p:not(.eyebrow):not(.account-help) { color: #59645c; }
.account-help { margin: 24px 0 0; text-align: center; }
.account-help a, .status-card a:not(.button) { color: var(--purple); font-weight: 900; }
.signup-complete { padding: 20px 0; text-align: center; }
.signup-complete > div { display: grid; width: 60px; height: 60px; margin: 0 auto 17px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 26px; }
.signup-complete h2 { color: var(--purple-dark); font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.course-account-controls { position: fixed; z-index: 50; right: 18px; bottom: 18px; display: flex; gap: 9px; align-items: center; max-width: calc(100vw - 36px); padding: 8px 9px 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(84,21,90,.15); color: var(--muted); font-size: 11px; }
.course-account-controls span { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.course-account-controls button { padding: 8px 11px; border: 0; border-radius: 999px; background: var(--purple); color: white; font: inherit; font-weight: 900; cursor: pointer; }

@media (max-width: 800px) {
  .checkout-shell { grid-template-columns: 1fr; gap: 35px; margin-top: 28px; }
  .account-card, .status-card { padding: 29px 22px; border-radius: 23px; }
  .account-copy h1 { font-size: 44px; }
  .account-nav { width: calc(100% - 28px); }
}
