.landing-lang-bar{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:4px;margin-bottom:1rem}.landing-lang__btn{font-family:var(--font-sans);font-size:.75rem;font-weight:500;padding:.35rem .55rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--muted);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.landing-lang__btn:hover{border-color:#3d6fd859;color:var(--text)}.landing-lang__btn--active{border-color:#3d6fd873;background:var(--accent-soft);color:var(--accent)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:24px;background:radial-gradient(ellipse 115% 95% at 50% 42%,rgba(226,232,240,.55) 0%,rgba(248,249,251,.35) 45%,transparent 70%);transform-origin:center center;transition:transform .35s ease;z-index:0}.hero-visual:hover{transform:scale(2.5);z-index:20}.hero-visual__image{display:block;width:100%;max-width:880px;height:auto;border-radius:16px;box-shadow:0 22px 52px #1a1d2617,0 0 0 1px #ffffff73,0 0 64px #94a3b824}@media (prefers-reduced-motion: reduce){.hero-visual{transition:none}.hero-visual:hover{transform:none;z-index:0}}.landing-pain-body{max-width:42rem}.landing-pain-para{margin:0 0 .85rem;font-size:.9375rem;color:var(--muted);line-height:1.65}.landing-pain-para:last-of-type{margin-bottom:1.25rem}.landing-pain-closing{margin:1.25rem 0 0;font-size:.9375rem;font-weight:500;color:var(--text);line-height:1.6;max-width:42rem}.landing-student-card-layout{display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vw,1.5rem)}.landing-student-card-main{min-width:0}.landing-student-card-visual{position:relative;margin:0;flex-shrink:0;align-self:flex-start;transform-origin:center center;transition:transform .35s ease;z-index:0}.landing-student-card-visual:hover{transform:scale(2.5);z-index:20}.landing-student-card-visual__clip{overflow:hidden;border-radius:var(--radius);width:100%;max-width:500px;margin-left:auto;margin-right:auto}.landing-student-card-visual__img{display:block;width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}@media (min-width: 900px){.landing-student-card-layout{flex-direction:row;align-items:flex-start;gap:clamp(1rem,2vw,1.75rem)}.landing-student-card-main{flex:1}.landing-student-card-visual{flex:0 0 min(44%,480px);max-width:480px}.landing-student-card-visual__clip{margin-left:0;margin-right:0;max-width:none}}@media (prefers-reduced-motion: reduce){.landing-student-card-visual{transition:none}.landing-student-card-visual:hover{transform:none;z-index:0}}:root{--bg: #f8f9fb;--bg-elevated: #ffffff;--text: #1a1d26;--muted: #5c6370;--border: rgba(26, 29, 38, .1);--accent: #3d6fd8;--accent-soft: rgba(61, 111, 216, .08);--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(26, 29, 38, .06), 0 4px 12px rgba(26, 29, 38, .04);--max-width: min(1120px, 92vw);--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-display: "Fraunces", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg)}#root{min-height:100vh}.landing-layout{min-height:100vh;display:flex;flex-direction:column}.landing-main{flex:1;width:100%;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,4vw,2rem)}.landing-container{width:100%;max-width:var(--max-width);margin:0 auto}.landing-stack{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.landing-hero{padding:clamp(2rem,6vw,3.5rem) 0}.landing-brand{font-family:var(--font-display);font-size:.95rem;font-weight:500;letter-spacing:-.02em;color:var(--muted);margin:0 0 .35rem}.landing-tagline{font-size:.875rem;color:var(--muted);margin:0 0 1.25rem}.landing-headline{font-family:var(--font-display);font-size:clamp(1.85rem,4vw,2.5rem);font-weight:500;letter-spacing:-.03em;line-height:1.2;margin:0 0 1rem;color:var(--text)}.landing-subhead{font-size:1.0625rem;color:var(--muted);max-width:36rem;margin:0 0 2rem;line-height:1.65}.landing-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.landing-btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;text-decoration:none;border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.landing-btn--primary{background:var(--accent);color:#fff;border-color:transparent;box-shadow:var(--shadow)}.landing-btn--primary:hover{background:#3259b8}.landing-btn--secondary{background:var(--bg-elevated);color:var(--text)}.landing-btn--secondary:hover{background:var(--accent-soft);border-color:#3d6fd840}.landing-section{padding:1.5rem 0}.landing-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2rem);box-shadow:var(--shadow)}.landing-section-title{font-family:var(--font-display);font-size:1.125rem;font-weight:500;margin:0 0 .75rem;color:var(--text)}.landing-section-body{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.65}.landing-section-block{padding:clamp(2.5rem,6vw,4rem) 0;border-top:1px solid var(--border)}.landing-section-header{margin-bottom:clamp(1.25rem,3vw,2rem);max-width:40rem}.landing-h2{font-family:var(--font-display);font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:500;letter-spacing:-.02em;color:var(--text);margin:0 0 .5rem;line-height:1.25}.landing-section-sub{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.6}.landing-hero-grid{display:grid;gap:clamp(2rem,4vw,3rem);align-items:start}@media (min-width: 900px){.landing-hero-grid{grid-template-columns:minmax(0,1fr) minmax(280px,520px);align-items:center}}.landing-hero-benefits{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none}.landing-hero-benefits li{position:relative;padding-left:1.35rem;font-size:.9375rem;color:var(--muted);line-height:1.5}.landing-hero-benefits li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:.7}.landing-placeholder-visual{aspect-ratio:4 / 3;border-radius:var(--radius);border:1px dashed var(--border);background:var(--bg-elevated);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center;font-size:.875rem;color:var(--muted);line-height:1.5}.landing-list{margin:0;padding-left:1.25rem;color:var(--muted);font-size:.9375rem;line-height:1.65}.landing-list li{margin-bottom:.5rem}.landing-pain-amp-list{margin-top:.5rem}.landing-grid-2{display:grid;gap:1rem}@media (min-width: 640px){.landing-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-grid-3{display:grid;gap:1rem}@media (min-width: 640px){.landing-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.landing-grid-4{display:grid;gap:1rem}@media (min-width: 720px){.landing-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.landing-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.landing-audience-card,.landing-benefit-card{height:100%}.landing-benefit-card h3{font-size:.9375rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.landing-benefit-card p{margin:0;font-size:.875rem;color:var(--muted);line-height:1.55}.landing-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:.8125rem;font-weight:600;margin-bottom:.75rem}.landing-step-card h3{font-size:.9375rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.landing-step-card p{margin:0;font-size:.875rem;color:var(--muted);line-height:1.55}.landing-field-row{display:grid;gap:.25rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.landing-field-row:last-child{border-bottom:none}.landing-field-row dt{font-size:.8125rem;font-weight:600;color:var(--text)}.landing-field-row dd{margin:0;font-size:.875rem;color:var(--muted)}.landing-field-why{font-size:.8125rem;color:var(--muted);max-width:36rem}.landing-integration-grid{display:flex;flex-wrap:wrap;gap:.75rem}.landing-integration-pill{display:inline-flex;flex-direction:column;align-items:flex-start;padding:.65rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);font-size:.875rem;color:var(--text)}.landing-integration-pill span{font-size:.75rem;color:var(--muted);margin-top:.15rem}.landing-comparison-placeholder{font-size:.75rem;color:var(--muted);margin-bottom:.75rem}.landing-comparison{width:100%;border-collapse:collapse;font-size:.875rem}.landing-comparison th,.landing-comparison td{padding:.75rem .85rem;text-align:left;border:1px solid var(--border);vertical-align:top}.landing-comparison th{background:var(--bg-elevated);font-weight:600;color:var(--text)}.landing-comparison td{color:var(--muted)}.landing-comparison-wrap{overflow-x:auto}.landing-stats{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;margin-top:1.5rem}.landing-stat{min-width:7rem}.landing-stat strong{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--text)}.landing-stat span{font-size:.8125rem;color:var(--muted)}.landing-testimonial{padding:0;margin:0;font-size:.9375rem;color:var(--muted);line-height:1.6}.landing-testimonial footer{margin-top:.75rem;font-size:.8125rem;color:var(--text)}.landing-testimonial-grid{display:grid;gap:1rem}@media (min-width: 700px){.landing-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-placeholder-badge{display:inline-block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);margin-bottom:.35rem}.landing-pricing-price{font-family:var(--font-display);font-size:2rem;font-weight:500;color:var(--text);margin:.5rem 0 0}.landing-pricing-price span{font-size:.9375rem;font-weight:400;color:var(--muted)}.landing-pricing-features{margin:1rem 0 0;padding-left:1.25rem;color:var(--muted);font-size:.875rem;line-height:1.6}.landing-faq{display:flex;flex-direction:column;gap:.75rem}.landing-faq details{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);padding:.5rem 1rem}.landing-faq summary{cursor:pointer;font-weight:500;font-size:.9375rem;color:var(--text);list-style:none}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq details[open] summary{margin-bottom:.5rem}.landing-faq p{margin:0;font-size:.875rem;color:var(--muted);line-height:1.6}.landing-final-cta{text-align:center;padding:clamp(2rem,5vw,3rem);border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(180deg,var(--bg-elevated) 0%,var(--accent-soft) 100%);box-shadow:var(--shadow)}.landing-final-cta .landing-h2{margin-bottom:.5rem}.landing-final-cta .landing-section-sub{margin:0 auto 1.5rem;max-width:32rem}.landing-site-footer{border-top:1px solid var(--border);padding:1.25rem clamp(1.25rem,4vw,2rem) 2rem;background:var(--bg-elevated)}.landing-site-footer__inner{display:flex;justify-content:center}.landing-site-footer__nav{display:flex;flex-wrap:wrap;gap:.35rem .5rem;align-items:center;justify-content:center;font-size:.875rem}.landing-site-footer__nav a{color:var(--muted);text-decoration:none}.landing-site-footer__nav a:hover{color:var(--accent);text-decoration:underline}.landing-site-footer__sep{color:var(--border);-webkit-user-select:none;user-select:none}.legal-back{margin:0 0 1.25rem;font-size:.9375rem}.legal-back a{color:var(--accent);text-decoration:none}.legal-back a:hover{text-decoration:underline}.legal-doc{max-width:42rem;padding-bottom:2rem}.legal-doc h1{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;letter-spacing:-.02em;margin:0 0 .5rem;color:var(--text)}.legal-doc__meta{font-size:.875rem;color:var(--muted);margin:0 0 2rem}.legal-doc h2{font-size:1.0625rem;font-weight:600;margin:1.75rem 0 .5rem;color:var(--text)}.legal-doc p,.legal-doc li{font-size:.9375rem;color:var(--muted);line-height:1.65}.legal-doc p{margin:0 0 .75rem}.legal-doc ul{margin:0 0 1rem;padding-left:1.25rem}.legal-doc li{margin-bottom:.35rem}.legal-doc a{color:var(--accent)}
