:root{--orange:#f36b16;--orange-dark:#d94f08;--green:#00643d;--ink:#17231d;--muted:#66736c;--cream:#fff8f1;--line:#eadfd4;--white:#fff;--shadow:0 18px 50px rgba(42,31,18,.12)}


*{box-sizing:border-box}

body{margin:0;background:linear-gradient(150deg,#f7efe5 0,#fff 48%,#eef6f1 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100vh}

.app-shell{width:min(100%,520px);min-height:100vh;margin:auto;background:rgba(255,255,255,.86);box-shadow:0 0 80px rgba(38,31,22,.12);padding:env(safe-area-inset-top) 18px env(safe-area-inset-bottom);overflow:hidden}

.topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 2px 12px}

.brand{display:flex;align-items:center;gap:10px}

.brand img{width:45px;height:45px;object-fit:contain}

.brand div{display:flex;flex-direction:column}

.brand strong{color:var(--green);font-size:1rem}

.brand span{font-size:.78rem;color:var(--muted)}

button{font:inherit}

.streak{border:1px solid #ffd2b5;border-radius:999px;background:#fff4e9;padding:8px 12px;color:var(--orange-dark)}

main{padding-bottom:22px}

.welcome{margin:10px 0 18px;border-radius:24px;padding:22px;background:var(--green);color:white;display:flex;align-items:center;justify-content:space-between;box-shadow:0 12px 30px rgba(0,100,61,.18)}

.eyebrow{font-size:.72rem;font-weight:850;letter-spacing:.12em;margin:0 0 7px;color:var(--orange)}

.welcome .eyebrow{color:#ffbb8d}

.welcome h1{font-size:1.55rem;margin:0 0 5px}

.welcome p:last-child{font-size:.84rem;margin:0;color:#d6eee3}

.ring{--p:0;display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:conic-gradient(var(--orange) calc(var(--p)*1%),rgba(255,255,255,.2) 0);position:relative;flex:none}

.ring:before{content:"";position:absolute;width:54px;height:54px;background:var(--green);border-radius:50%}

.ring span{position:relative;font-weight:850}

.modes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}

.mode{border:1px solid var(--line);background:white;border-radius:15px;padding:10px 4px;color:var(--muted);font-weight:750;font-size:.78rem}

.mode span{display:block;font-size:1.25rem;margin-bottom:2px}

.mode.active{background:#fff1e6;border-color:#ffaf75;color:var(--orange-dark)}

.study{background:white;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow)}

.section-line{display:flex;justify-content:space-between;align-items:center;color:var(--green);font-size:.78rem;font-weight:800;padding:2px 3px 12px}

.section-line b{color:var(--muted)}

.flashcard{border:1px solid #e5d8cc;border-radius:20px;padding:18px 18px 14px;min-height:330px;background:linear-gradient(160deg,#fff 0,#fffaf5 100%);display:flex;flex-direction:column}

.card-top{display:flex;align-items:center;gap:9px}

.number{background:var(--orange);color:#fff;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:1.45rem;font-weight:900}

.family{font-size:.78rem;font-weight:800;color:var(--green);background:#eaf5ef;padding:7px 9px;border-radius:999px}

.icon-btn{margin-left:auto;border:0;background:#fff0e5;border-radius:50%;width:38px;height:38px}

.lang{color:var(--orange-dark);font-weight:850;letter-spacing:.12em;font-size:.68rem;margin:24px 0 7px}

.flashcard h2{font-size:1.55rem;line-height:1.18;margin:0}

.flashcard h3{font-size:1.18rem;line-height:1.3;margin:0;color:#263c32}

.divider{height:1px;background:var(--line);margin:18px 0}

.divider.short{width:55%;margin:18px auto}

.answer-label{text-align:center;color:var(--green);font-weight:850;font-size:.72rem;letter-spacing:.13em;margin:36px 0 18px}

.answer-label~h2,.answer-label~h3{text-align:center}

.reveal{margin-top:auto;width:100%;border:0;border-radius:13px;background:#fff0e5;color:var(--orange-dark);padding:12px;font-weight:850}

.actions{display:grid;grid-template-columns:1fr 1.35fr;gap:9px;margin-top:11px}

.actions button,.wide{border-radius:14px;padding:13px;border:0;font-weight:850}

.secondary{background:#edf1ef;color:var(--green)}

.primary{background:var(--orange);color:white;box-shadow:0 8px 18px rgba(243,107,22,.22)}

.alternate{text-align:center;padding:25px 18px}

.alternate h2{margin:3px 0 22px;font-size:1.35rem}

.match-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}

.match-card{border:1px solid var(--line);background:#fffaf5;border-radius:14px;padding:14px 8px;min-height:88px;font-size:.82rem;font-weight:750}

.match-card.answer{background:#eef7f2;color:var(--green)}

.match-card.selected{outline:3px solid var(--orange);border-color:transparent}

.match-card.matched{opacity:.35;pointer-events:none}

.feedback{font-size:.82rem;color:var(--muted);margin-bottom:0}

.exam-visual{width:160px;height:160px;border:13px solid #dcefe5;border-top-color:var(--orange);border-radius:50%;margin:22px auto;display:flex;flex-direction:column;align-items:center;justify-content:center}

.exam-visual strong{font-size:2.5rem;color:var(--green)}

.exam-visual span{font-size:.7rem;color:var(--muted)}

.wide{width:100%;font-size:1rem}

.note{font-size:.73rem;color:var(--muted);line-height:1.45}

.daily{margin-top:14px;background:#fff4e9;border:1px solid #ffd6ba;border-radius:19px;padding:13px;display:flex;align-items:center;gap:10px}

.daily-icon{width:43px;height:43px;border-radius:12px;background:var(--orange);color:white;display:grid;place-items:center;font-weight:900;font-size:1.35rem}

.daily div:nth-child(2){display:flex;flex:1;flex-direction:column}

.daily strong{color:var(--green)}

.daily span{font-size:.7rem;color:var(--muted)}

.daily button{border:0;border-radius:10px;background:var(--green);color:#fff;padding:9px 10px;font-weight:800;font-size:.75rem}

footer{display:flex;justify-content:center;gap:8px;padding:8px 0 18px;font-size:.75rem;color:var(--muted)}

footer a{color:var(--green);font-weight:800;text-decoration:none}

@media(min-width:700px){body{padding:30px}

.app-shell{min-height:auto;border-radius:32px}

.flashcard{min-height:350px}

}

.actions.three{grid-template-columns:1fr 1fr}
.actions.three .primary{grid-column:1/-1}
.secondary{border:0;border-radius:12px;padding:11px;font-weight:800}
.match-head{display:grid;grid-template-columns:1fr 1fr;gap:9px;font-size:.72rem;font-weight:850;color:var(--muted);margin-bottom:7px}
.match-grid>div{display:grid;gap:9px;align-content:start}
.match-card{padding:12px 8px;min-height:86px;font-size:.78rem}
.match-card.wrong{animation:shake .25s}
.feedback{margin:13px 0 9px}
.reset-match{font-size:.78rem}
.coach-button{width:100%;border:1px solid var(--green);background:#edf7f1;color:var(--green);border-radius:14px;padding:13px;margin-top:10px;font-weight:850}
.interview{margin-top:15px;border:1px solid #cde3d7;background:#f7fbf9;border-radius:18px;padding:15px;text-align:left}
.officer{display:flex;gap:10px;align-items:center}
.officer>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);font-size:1.2rem}
.officer div{display:flex;flex-direction:column}
.officer small{color:var(--muted);font-size:.69rem}
.interview-count{color:var(--orange-dark);font-weight:850;font-size:.72rem;margin:18px 0 6px}
.interview h3{font-size:1.2rem;line-height:1.3;margin:0 0 14px}
.listen-answer{width:100%;border:0;background:var(--green);color:#fff;border-radius:13px;padding:12px;font-weight:800}
.listen-answer.listening{background:#b52d22;animation:pulse 1s infinite}
.type-answer{display:block;color:var(--muted);font-size:.72rem;font-weight:750;margin:12px 0}
.type-answer input{display:block;width:100%;margin-top:5px;border:1px solid var(--line);border-radius:11px;padding:12px;font-size:1rem}
.evaluation{margin:12px 0 0;padding:12px;border-radius:12px;background:#e8f6ee;color:var(--green);font-size:.84rem;font-weight:700}
.evaluation.try{background:#fff0e5;color:var(--orange-dark)}
.interview-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.interview-nav button:disabled{opacity:.55;cursor:not-allowed}
@keyframes shake{50%{transform:translateX(5px)}
}
@keyframes pulse{50%{opacity:.7}
}
.match-action{margin:4px 0 8px}.match-action:disabled{background:#c9cec9;color:#6f776f;box-shadow:none}.exam-status{display:flex;justify-content:space-between;align-items:center;font-size:.76rem;color:var(--muted);font-weight:800;margin-bottom:8px}.exam-status strong{color:var(--green)}.exam-progress{height:8px;background:#e7eee9;border-radius:999px;overflow:hidden}.exam-progress i{display:block;height:100%;width:0;background:var(--orange);border-radius:inherit;transition:width .25s}.exam-runner{text-align:left}.exam-runner h3{font-size:1.3rem;line-height:1.3;margin:22px 0 15px}.exam-options{display:grid;gap:9px;margin-bottom:12px}.exam-option{border:1px solid var(--line);background:#fffaf5;border-radius:13px;padding:13px;text-align:left;font-weight:750;color:var(--ink)}.exam-option.correct{border-color:#178b55;background:#e7f7ef;color:var(--green)}.exam-option.incorrect{border-color:#cf4b3d;background:#fff0ed;color:#9e2f26}.exam-result{text-align:center;padding:18px 5px}.exam-result>span{display:block;font-size:3rem}.exam-result h3{font-size:1.55rem;margin:8px 0;color:var(--green)}.exam-result p{color:var(--muted);line-height:1.5}.interview-launch{margin-bottom:12px}
.interview-status{margin:17px 0 8px}.personal-practice{margin-top:15px;border:1px solid #ffd1b2;background:#fffaf5;border-radius:18px;padding:15px;text-align:left}.personal-practice h3{font-size:1.2rem;line-height:1.3;margin:5px 0}.personal-spanish{color:var(--muted);font-size:.86rem;line-height:1.4;margin:0 0 12px}.personal-practice textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit;margin-bottom:10px}.personal-back{width:100%;margin-top:9px}
.practice-switch{display:grid;grid-template-columns:1fr 1fr;gap:7px;background:#f0f2f0;padding:5px;border-radius:14px;margin-bottom:16px}.practice-switch button{border:0;background:transparent;color:var(--muted);border-radius:10px;padding:10px 5px;font-weight:800}.practice-switch button.active{background:white;color:var(--green);box-shadow:0 3px 12px rgba(0,0,0,.08)}.writing-practice{text-align:left}.writing-practice h3{font-size:1.15rem;line-height:1.35;margin:5px 0}.writing-practice textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit;margin-bottom:10px}.personal-practice .interview-nav .primary{border:0;border-radius:12px}.personal-practice .type-answer input{background:white}
.actions.four{grid-template-columns:repeat(3,1fr)}.actions.four .primary{grid-column:1/-1}.actions.four button{padding:11px 5px;font-size:.78rem}.exam-home{width:100%;margin-top:10px}.writing-practice .listen-answer{margin-bottom:10px}
.modes{grid-template-columns:repeat(4,1fr)}.mode{font-size:.7rem}.guide-intro{color:var(--muted);font-size:.84rem;line-height:1.45;margin-top:-10px}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;text-align:left}.guide-grid button{border:1px solid var(--line);background:#fffaf5;border-radius:15px;padding:12px;min-height:112px;color:var(--ink)}.guide-grid span{display:block;font-size:2.15rem;line-height:1;margin-bottom:9px}.guide-grid strong{display:block;color:var(--green);font-size:.82rem;line-height:1.25}.guide-grid small{display:block;color:var(--muted);margin-top:5px}
.guide-grid em{display:block;color:var(--orange-dark);font-style:normal;font-size:.68rem;font-weight:800;line-height:1.35;margin-top:7px}.family{font-size:.82rem}.card-top .family::first-letter{font-size:1.15rem}
.back-topics{width:100%;margin-bottom:12px;text-align:left}
.header-actions{display:flex;align-items:center;gap:7px}.plans-link{border:0;background:transparent;color:var(--green);font-weight:850;padding:8px}.plans-dialog{width:min(92vw,500px);max-height:88vh;border:0;border-radius:25px;padding:20px;background:white;box-shadow:0 25px 80px rgba(0,0,0,.28)}.plans-dialog::backdrop{background:rgba(9,29,20,.62);backdrop-filter:blur(3px)}.plans-head{display:flex;justify-content:space-between;align-items:start}.plans-head h2{margin:0;color:var(--green);font-size:1.45rem}.plans-head>button{border:0;background:#eef2ef;color:var(--green);border-radius:50%;width:36px;height:36px;font-size:1.5rem}.plans-note{color:var(--muted);font-size:.82rem}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.price-card{position:relative;border:1px solid var(--line);background:#fffaf5;border-radius:16px;padding:15px 10px;text-align:left;color:var(--ink);min-height:125px}.price-card span,.price-card strong,.price-card small{display:block}.price-card span{font-weight:850;color:var(--green)}.price-card strong{font-size:1.65rem;margin:6px 0;color:var(--orange-dark)}.price-card small{color:var(--muted);line-height:1.3}.price-card.featured{border:2px solid var(--orange);background:#fff2e8}.price-card.featured em{position:absolute;right:8px;top:8px;font-size:.55rem;font-style:normal;font-weight:900;background:var(--orange);color:#fff;border-radius:999px;padding:4px 6px}.price-card.bundle{grid-column:1/-1;min-height:auto}.price-card.selected{outline:3px solid var(--green);border-color:transparent}.selected-plan{min-height:43px;margin:12px 0;padding:10px;border-radius:11px;background:#eef7f2;color:var(--green);font-size:.82rem}.plans-dialog .primary:disabled{background:#bdc5c0;box-shadow:none}.fine-print{font-size:.66rem;color:var(--muted);line-height:1.4;margin-bottom:0}

/* Specialized public storefront */
.landing-page{min-height:100vh;background:#fff;color:#122018}.site-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 max(24px,calc((100vw - 1160px)/2));border-bottom:1px solid #e6ece8;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20}.site-brand{display:flex;align-items:center;gap:11px;color:#075d39;text-decoration:none}.site-brand img{width:45px;height:45px;object-fit:contain}.site-brand div{display:flex;flex-direction:column}.site-brand strong{font-size:.88rem;letter-spacing:.08em}.site-brand span{font-size:.68rem;color:#f36b16;font-weight:850;letter-spacing:.09em;margin-top:2px}.site-nav>div{display:flex;align-items:center;gap:9px}.site-nav button,.hero-actions button,.landing-pricing button,.bundle-offer button,.landing-cta button,.landing-footer button{border:0;border-radius:11px;padding:11px 17px;font-weight:850;cursor:pointer}.nav-login{background:transparent;color:#075d39}.nav-cta,.hero-primary,.landing-pricing button,.bundle-offer button,.landing-cta button{background:#f36b16;color:#fff;box-shadow:0 7px 18px rgba(243,107,22,.2)}
.landing-main{width:100%;max-width:none}.hero-section{max-width:1160px;margin:auto;min-height:570px;padding:72px 24px 64px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;overflow:hidden}.hero-copy h1{font-size:clamp(3rem,5.7vw,5.4rem);line-height:.94;letter-spacing:-.055em;margin:12px 0 25px;color:#0a5234}.hero-copy h1 em{font-style:normal;color:#f36b16}.hero-copy>p:not(.hero-kicker){font-size:1.12rem;line-height:1.65;color:#536259;max-width:590px}.hero-kicker,.section-kicker,.section-heading>p{color:#f36b16;font-weight:900;letter-spacing:.13em;font-size:.72rem}.hero-actions{display:flex;gap:10px;margin:29px 0 20px}.hero-actions button{font-size:.92rem;padding:14px 21px}.hero-secondary{background:#eef5f1;color:#075d39}.hero-trust{display:flex;flex-wrap:wrap;gap:15px;color:#607067;font-size:.74rem;font-weight:750}.hero-product{position:relative;display:grid;place-items:center;min-height:440px;background:radial-gradient(circle,#ffd6bb 0,#fff3e9 48%,transparent 69%)}.phone-preview{width:270px;min-height:475px;border:9px solid #133027;border-radius:36px;background:#f5f1ea;padding:21px 17px;box-shadow:0 35px 65px rgba(9,47,32,.22);transform:rotate(2deg)}.phone-top{display:flex;align-items:center;gap:7px;color:#075d39;font-size:.76rem;font-weight:900}.phone-top img{width:28px;height:28px;object-fit:contain}.mini-progress{margin:22px 0 13px;background:#fff;border-radius:13px;padding:12px;display:flex;justify-content:space-between;color:#68776e;font-size:.7rem}.mini-progress strong{color:#f36b16}.mini-card{background:white;border-radius:20px;padding:19px 16px;box-shadow:0 10px 24px rgba(10,40,29,.1)}.mini-card span{font-size:.66rem;font-weight:850;color:#f36b16}.mini-card h3{font-size:1.28rem;line-height:1.2;color:#10231a;margin:21px 0 14px}.mini-card p{font-size:.82rem;line-height:1.35;color:#647169}.mini-card button{width:100%;border:0;border-radius:10px;background:#075d39;color:white;padding:10px;font-weight:800;margin-top:20px}.floating-badge{position:absolute;right:7%;top:14%;width:92px;height:92px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f36b16;color:white;font-size:1.65rem;font-weight:900;box-shadow:0 14px 30px rgba(243,107,22,.3)}.floating-badge small{font-size:.58rem;text-transform:uppercase;letter-spacing:.08em}
.value-strip{background:#075d39;color:white;display:grid;grid-template-columns:repeat(4,1fr);padding:25px max(24px,calc((100vw - 1080px)/2));gap:15px}.value-strip div{text-align:center;border-right:1px solid rgba(255,255,255,.18)}.value-strip div:last-child{border:0}.value-strip strong,.value-strip span{display:block}.value-strip strong{font-size:1.55rem;color:#ff9a54}.value-strip span{font-size:.73rem;margin-top:4px}.landing-section{max-width:1160px;margin:auto;padding:85px 24px}.section-heading{text-align:center;max-width:690px;margin:0 auto 42px}.section-heading h2,.cards-section h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;letter-spacing:-.035em;color:#075d39;margin:10px 0 13px}.section-heading span,.cards-section>div>p{color:#647169;line-height:1.6}.method-section{max-width:none;background:#f6f8f6}.method-section>*{max-width:1112px;margin-left:auto;margin-right:auto}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.method-grid article{background:white;border:1px solid #e4ebe6;border-radius:18px;padding:25px 21px;box-shadow:0 7px 22px rgba(10,50,33,.05)}.method-grid article>span{font-size:2rem}.method-grid h3{color:#075d39;margin:18px 0 7px}.method-grid p{color:#68766e;font-size:.83rem;line-height:1.5}.cards-section{display:grid;grid-template-columns:1.08fr .92fr;gap:55px;align-items:center}.cards-image{background:#edf5f0;padding:17px;border-radius:24px;transform:rotate(-1deg);box-shadow:0 16px 40px rgba(8,55,36,.12)}.cards-image img{display:block;width:100%;border-radius:14px}.cards-section ul{padding-left:20px;color:#32463a;line-height:2}.plans-section{max-width:none;background:#0a5738;color:white}.plans-section>*{max-width:1112px;margin-left:auto;margin-right:auto}.plans-section .section-heading h2{color:white}.plans-section .section-heading span{color:#c8ddd2}.landing-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;align-items:stretch}.landing-pricing article{position:relative;background:white;color:#17261d;border-radius:20px;padding:29px 25px;display:flex;flex-direction:column;min-height:300px}.landing-pricing h3{color:#075d39;font-size:1.15rem}.landing-pricing article>strong{font-size:2.7rem;color:#f36b16;margin:20px 0 8px}.landing-pricing p{color:#66746c;line-height:1.5;min-height:48px}.landing-pricing small{color:#075d39;font-weight:800;line-height:1.4;margin-bottom:17px}.landing-pricing button{margin-top:auto}.landing-pricing .best-plan{outline:4px solid #f36b16}.best-plan em{position:absolute;right:15px;top:15px;background:#f36b16;color:white;border-radius:999px;padding:6px 9px;font-size:.57rem;font-style:normal;font-weight:900}.bundle-offer{margin-top:18px!important;background:#fff3e9;color:#183327;border-radius:18px;padding:19px 22px;display:flex;align-items:center;gap:17px}.bundle-offer>div{display:flex;gap:13px;align-items:center;flex:1}.bundle-offer>div>span{font-size:1.8rem}.bundle-offer strong,.bundle-offer small{display:block}.bundle-offer small{color:#66756d;margin-top:3px}.bundle-offer>b{font-size:1.5rem;color:#f36b16}.plans-legal{font-size:.68rem;color:#bad0c4;text-align:center;margin-top:18px!important}.landing-cta{max-width:1112px;margin:62px auto;padding:34px;display:flex;align-items:center;gap:20px;background:#fff1e7;border-radius:23px}.landing-cta img{width:68px;height:68px;object-fit:contain}.landing-cta div{flex:1}.landing-cta h2{color:#075d39;margin:0}.landing-cta p{margin:5px 0 0;color:#637069}.landing-footer{border-top:1px solid #e2e8e4;max-width:1160px;margin:auto;padding:28px 24px;display:flex;align-items:center;gap:30px;color:#075d39}.landing-footer div{display:flex;flex-direction:column;flex:1}.landing-footer div span{font-size:.62rem;letter-spacing:.16em;color:#f36b16}.landing-footer a{color:#075d39;font-weight:800;text-decoration:none}.landing-footer button{background:#eef4f0;color:#075d39}
.account-dialog{width:min(92vw,430px);border:0;border-radius:24px;padding:28px;background:white;box-shadow:0 28px 80px rgba(0,0,0,.32);position:relative}.account-dialog::backdrop{background:rgba(7,34,23,.65);backdrop-filter:blur(4px)}.account-dialog>img{display:block;width:62px;height:62px;object-fit:contain;margin-bottom:17px}.account-close{position:absolute;right:18px;top:17px;border:0;background:#eef3ef;color:#075d39;border-radius:50%;width:36px;height:36px;font-size:1.5rem}.account-dialog h2{color:#075d39;margin:2px 0 8px}.account-selected{color:#66746c;font-size:.84rem}.account-dialog form{display:grid;gap:12px;margin-top:20px}.account-dialog label{font-size:.72rem;font-weight:850;color:#405047}.account-dialog input{width:100%;margin-top:5px;border:1px solid #d7dfda;border-radius:11px;padding:12px;font:inherit}.account-status{font-size:.78rem;line-height:1.4;color:#075d39;min-height:18px}
.bundle-coming{opacity:.82}.bundle-coming button:disabled{background:#8b9890;color:white;box-shadow:none;cursor:not-allowed}.price-card.coming-soon{opacity:.72;cursor:not-allowed;background:#f1f3f1}.price-card.coming-soon em{display:inline-block;margin-bottom:8px;background:#7d8a82;color:#fff;border-radius:999px;padding:4px 7px;font-size:.56rem;font-style:normal;font-weight:900}
@media(max-width:800px){.site-nav{height:66px;padding:0 14px}.site-brand span{display:none}.site-brand img{width:39px;height:39px}.site-nav button{padding:9px 10px;font-size:.72rem}.hero-section{grid-template-columns:1fr;padding:48px 19px 38px;gap:25px}.hero-copy h1{font-size:3.25rem}.hero-product{min-height:390px}.phone-preview{width:235px;min-height:405px}.floating-badge{right:2%;top:10%;width:76px;height:76px}.hero-trust{display:grid;gap:8px}.value-strip{grid-template-columns:1fr 1fr;padding:22px 14px}.value-strip div:nth-child(2){border:0}.landing-section{padding:60px 17px}.method-grid{grid-template-columns:1fr 1fr}.cards-section{grid-template-columns:1fr;gap:30px}.landing-pricing{grid-template-columns:1fr}.bundle-offer{align-items:flex-start;flex-wrap:wrap}.bundle-offer button{width:100%}.landing-cta{margin:35px 16px;padding:24px;align-items:flex-start;flex-wrap:wrap}.landing-cta button{width:100%}.landing-footer{margin:0 16px;padding:25px 0;flex-wrap:wrap}.landing-footer div{flex-basis:100%}}
@media(max-width:440px){.site-brand strong{font-size:.66rem}.site-nav>div{gap:3px}.site-nav button{padding:8px 7px;font-size:.66rem}.hero-copy h1{font-size:2.85rem}.hero-actions{display:grid}.hero-actions button{width:100%}.method-grid{grid-template-columns:1fr}.value-strip span{font-size:.65rem}.landing-footer button{width:100%}}
.password-wrap{display:block;position:relative}.password-wrap input{padding-right:48px}.password-wrap button{position:absolute;right:7px;top:10px;width:36px;height:36px;border:0;border-radius:9px;background:transparent;font-size:1.05rem;cursor:pointer}.password-wrap button:focus-visible{outline:3px solid rgba(243,107,22,.35)}
.all-services-section{max-width:1160px;margin:0 auto 45px;padding:18px 24px}.compact-services-card{background:#075d39;color:white;border-radius:21px;padding:25px 28px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:25px}.compact-services-copy>p{color:#ff9a54;font-weight:900;letter-spacing:.13em;font-size:.66rem;margin:0 0 5px}.compact-services-copy h2{font-size:1.35rem;margin:0 0 14px}.compact-services-list{display:flex;flex-wrap:wrap;gap:8px}.compact-services-list span{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:750}.compact-contact{display:grid;gap:7px;min-width:250px}.compact-contact strong{font-size:.8rem;color:#ffd8bd}.compact-contact a{background:white;color:#075d39;text-decoration:none;border-radius:10px;padding:9px 12px;font-size:.74rem;font-weight:850;text-align:center}
@media(max-width:800px){.all-services-section{padding:12px 17px;margin-bottom:30px}.compact-services-card{grid-template-columns:1fr;padding:21px;gap:18px}.compact-contact{min-width:0;grid-template-columns:1fr 1fr}.compact-contact strong{grid-column:1/-1}.compact-contact a{font-size:.69rem}}
@media(max-width:440px){.compact-services-list{gap:6px}.compact-services-list span{font-size:.66rem;padding:6px 8px}.compact-contact{grid-template-columns:1fr}}
.forgot-password{color:#075d39;font-size:.73rem;font-weight:800;text-align:center}.admin-tools{background:#fff8f2;border:2px solid #ffd2b4;border-radius:20px;padding:24px;margin:0 0 22px}.admin-tools h2{color:#075d39;margin:5px 0 7px}.admin-tools>p:not(.eyebrow){color:#617067;font-size:.85rem;line-height:1.45}.admin-tools form{display:flex;gap:9px;align-items:end;margin-top:16px}.admin-tools label{flex:1;font-size:.72rem;font-weight:850;color:#405047}.admin-tools input{width:100%;display:block;margin-top:5px;border:1px solid #ccd8d1;border-radius:10px;padding:11px;font:inherit}.admin-customer-result{display:grid;gap:8px;margin-top:14px;padding:16px;background:white;border-radius:14px}.admin-customer-result span,.admin-customer-result small{display:block;color:#5f6e65;font-size:.78rem}.admin-customer-result code{display:inline-block;background:#edf5f1;color:#075d39;padding:9px;border-radius:8px;font-size:1rem;font-weight:850;margin-right:8px}@media(max-width:600px){.admin-tools form{display:grid}.admin-tools form button{width:100%}}
@media(max-width:800px){.site-brand span{display:block;font-size:.55rem;letter-spacing:.06em}}
.plan-preview{display:block;margin-top:auto;color:#075d39;font-size:.72rem;font-weight:850}.plans-create-action{max-width:1112px;margin:18px auto 0!important;text-align:center}.plans-create-action button{border:0;border-radius:12px;background:#f36b16;color:white;padding:14px 24px;font-weight:850;box-shadow:0 7px 18px rgba(243,107,22,.24);cursor:pointer}.demo-dialog{width:min(92vw,480px);border:0;border-radius:24px;padding:28px;background:white;box-shadow:0 28px 80px rgba(0,0,0,.32);position:relative}.demo-dialog::backdrop{background:rgba(7,34,23,.68);backdrop-filter:blur(4px)}.demo-dialog h2{color:#075d39;margin:4px 0 18px;font-size:1.55rem}.demo-sample{background:#fff6ef;border:1px solid #ffd4b6;border-radius:17px;padding:18px}.demo-sample>span,.demo-sample>strong,.demo-sample>small{display:block}.demo-sample>span{color:#f36b16;font-size:.66rem;font-weight:900;letter-spacing:.09em}.demo-sample>strong{color:#163326;font-size:1.05rem;line-height:1.35;margin:13px 0 7px}.demo-sample>small{color:#67736c;font-size:.8rem}.demo-sample button{border:0;border-radius:10px;background:#075d39;color:white;padding:9px 13px;font-weight:800;margin-top:14px}.demo-sample p{color:#075d39;font-weight:850;margin:13px 0 0}.demo-features{display:grid;grid-template-columns:1fr;gap:7px;margin:14px 0}.demo-features span{background:#eef5f1;color:#075d39;border-radius:10px;padding:9px 11px;font-size:.76rem;font-weight:750}.demo-note{color:#66746c;font-size:.75rem;line-height:1.45;margin:13px 0 16px}
.nav-admin{background:#075d39!important;color:#fff!important}
.nav-guest{background:#fff1e7!important;color:#9a430d!important}.admin-setting-card,.admin-buyers{margin-top:18px;padding:17px;background:#fff;border:1px solid #eadfd7;border-radius:15px}.admin-setting-card>div>strong,.admin-setting-card>div>span{display:block}.admin-setting-card>div>span{color:#647169;font-size:.78rem;margin-top:4px}.admin-setting-card .guest-enabled{display:flex;align-items:center;gap:7px;white-space:nowrap}.admin-setting-card .guest-enabled input{width:auto;margin:0}.admin-setting-card>p{font-size:.76rem;color:#075d39;margin:10px 0 0}.admin-buyers>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-buyers #buyers-list{margin-top:12px}.admin-buyers article{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid #e6ece8}.admin-buyers article>div{display:grid;gap:3px}.admin-buyers article>div:last-child{text-align:right}.admin-buyers article span,.admin-buyers article small{font-size:.72rem;color:#627067}.buyer-active{color:#075d39!important;font-weight:850}.buyer-expired{color:#a8440b!important;font-weight:850}@media(max-width:600px){.admin-setting-card form{display:grid}.admin-buyers article{display:grid}.admin-buyers article>div:last-child{text-align:left;grid-template-columns:auto auto 1fr;align-items:center}.nav-guest{display:none}}
.demo-actions{display:flex;gap:8px}.demo-actions button{flex:1}.demo-activity{margin-top:11px;padding:15px;border:1px solid #e1e9e4;border-radius:15px;background:#f8faf8}.demo-activity>span,.demo-activity>strong,.demo-activity>small{display:block}.demo-activity>span{color:#f36b16;font-size:.64rem;font-weight:900;letter-spacing:.08em}.demo-activity>strong{color:#173528;font-size:.9rem;line-height:1.35;margin:8px 0 5px}.demo-activity>small{color:#637168;font-size:.76rem;line-height:1.35}.demo-options{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.demo-options button,.demo-oral button{border:1px solid #cbd9d1;border-radius:9px;background:#fff;color:#075d39;padding:8px 10px;font-size:.72rem;font-weight:800}.demo-oral button{width:100%;margin-top:9px;background:#075d39;color:#fff}.demo-result{margin:9px 0 0;padding:8px 10px;border-radius:9px;font-size:.74rem;font-weight:800}.demo-result.correct{background:#e4f6ec;color:#075d39}.demo-result.wrong{background:#fff0e7;color:#a8440b}
