:root{--background: oklch(99% 0 0);--foreground: oklch(15% .01 240);--primary: oklch(25% .05 240);--primary-foreground: oklch(98% 0 0);--primary-dark: #062437;--accent: oklch(65% .15 80);--accent-foreground: oklch(15% .01 240);--card: oklch(100% 0 0);--card-foreground: oklch(15% .01 240);--muted: oklch(94% .001 240);--muted-foreground: oklch(50% .016 240);--border: oklch(88% .004 240);--input: oklch(88% .004 240);--ring: oklch(25% .05 240);--radius: .25rem;--container: 1200px;--font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;tab-size:4}body{font-family:var(--font);font-size:1rem;line-height:1.5;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:transparent}input,textarea,select{font-family:inherit;font-size:1rem}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.015em;color:var(--foreground)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}@media(min-width:768px){.container{padding-inline:2rem}}main{display:block}.nav{position:fixed;inset:0 0 auto;z-index:50;background:color-mix(in oklab,var(--background) 95%,transparent);backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:5rem}.brand{font-size:1.25rem;font-weight:700;letter-spacing:-.015em;color:var(--foreground)}.brand:hover{color:var(--primary)}.nav-links{display:none;align-items:center;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:color .15s ease}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;height:2.25rem;padding:0 1rem;background:var(--accent);color:var(--accent-foreground);font-weight:600;font-size:.875rem;border-radius:var(--radius);transition:background .15s ease}.nav-cta:hover{background:color-mix(in oklab,var(--accent) 90%,black)}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:var(--foreground)}.nav-toggle:hover{color:var(--primary)}#nav-checkbox,.mobile-menu{display:none}@media(min-width:768px){.nav-links{display:flex}.nav-toggle{display:none}}@media(max-width:767px){#nav-checkbox:checked~.mobile-menu{display:flex;flex-direction:column;gap:1rem;padding:1rem 0 1.5rem;border-top:1px solid var(--border)}#nav-checkbox:checked~.mobile-menu a{font-size:1rem;font-weight:500;color:var(--foreground);padding:.5rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:2.5rem;padding:0 2rem;border-radius:var(--radius);font-weight:600;font-size:1.125rem;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap;border:1px solid transparent}.btn-primary{background:var(--accent);color:var(--accent-foreground)}.btn-primary:hover{background:color-mix(in oklab,var(--accent) 90%,black)}.btn-outline{background:transparent;color:var(--foreground);border-color:var(--border)}.btn-outline:hover{background:var(--muted)}.btn-sm{height:2.25rem;padding:0 1rem;font-size:.875rem}.hero{padding-block:8rem 5rem}@media(min-width:768px){.hero{padding-block:10rem 8rem}}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:7fr 5fr}}.thick-rule{width:80%;height:4px;background:var(--primary-dark);margin-bottom:2rem}.text-hero{font-size:2.25rem;font-weight:700;line-height:1.15;letter-spacing:-.015em;margin-bottom:1.5rem}@media(min-width:768px){.text-hero{font-size:3.5rem}}.hero-lead{font-size:1.25rem;color:var(--muted-foreground);line-height:1.625;margin-bottom:2rem;max-width:42rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:640px){.hero-buttons{flex-direction:row}}.hero-social{display:flex;align-items:center;gap:1rem}.hero-social a{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-weight:500;transition:color .15s ease}.hero-social a:hover{color:var(--primary)}.hero-portrait{width:100%;max-width:28rem;margin-inline:auto;border-radius:9999px;box-shadow:0 25px 50px -12px #00000040}.section{padding-block:5rem}.section-muted{background:color-mix(in oklab,var(--muted) 30%,var(--background))}.section-primary{background:var(--primary);color:var(--primary-foreground)}.section-primary h2,.section-primary p{color:var(--primary-foreground)}.h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.h2-lg{margin-bottom:1.5rem}.section-lead{font-size:1.125rem;color:var(--muted-foreground);line-height:1.625;max-width:42rem;margin-bottom:1.5rem}.prose-block{max-width:56rem}.prose-block p{font-size:1.125rem;color:var(--muted-foreground);line-height:1.625;margin-bottom:1.5rem}.prose-block p.lead-emphasis{color:var(--foreground);font-weight:600}.cards{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.cards{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.cards{grid-template-columns:1fr 1fr 1fr}}.card{background:var(--card);color:var(--card-foreground);padding:2rem;border-radius:.75rem;border:1px solid var(--border);box-shadow:0 1px 3px #0000000d;transition:box-shadow .15s ease;display:flex;flex-direction:column}.card:hover{box-shadow:0 10px 25px -5px #0000001a}.card-num{font-size:3rem;font-weight:700;color:var(--accent);margin-bottom:1rem;line-height:1}.card h3{font-size:1.5rem;margin-bottom:1rem}.card p{color:var(--muted-foreground);line-height:1.625;margin-bottom:1.5rem}.card-link{color:var(--primary);font-weight:600;margin-top:auto}.card-link:hover{text-decoration:underline}.stats{display:grid;grid-template-columns:1fr;gap:3rem;text-align:center}@media(min-width:768px){.stats{grid-template-columns:1fr 1fr 1fr}}.stat-num{font-size:3rem;font-weight:700;color:var(--accent);margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.125rem;color:color-mix(in oklab,var(--primary-foreground) 80%,transparent)}.book-promo{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.book-promo{grid-template-columns:5fr 7fr}}.book-promo img{max-width:28rem;margin-inline:auto;border-radius:.25rem;box-shadow:0 25px 50px -12px #00000040}.service-row{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-bottom:5rem}@media(min-width:1024px){.service-row{grid-template-columns:1fr 1fr}}.service-row.reverse>.service-image{order:-1}@media(min-width:1024px){.service-row.reverse>.service-image{order:1}}.service-image img{width:100%;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040}.service-num{font-size:3rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:1rem}.service-body h2{font-size:2rem;margin-bottom:1.5rem}.service-body p{font-size:1.125rem;color:var(--muted-foreground);line-height:1.625;margin-bottom:1rem}.service-list{margin:1.5rem 0 2rem;display:flex;flex-direction:column;gap:.75rem}.service-list li{display:flex;gap:.75rem;font-size:1rem;color:var(--foreground);line-height:1.5}.service-list .check{flex:none;width:1.25rem;height:1.25rem;border-radius:9999px;background:var(--accent);color:var(--accent-foreground);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:.15rem}.callout-box{background:var(--muted);padding:2rem;border-radius:.5rem;margin:2.5rem 0}.callout-box h3{font-size:1.25rem;margin-bottom:.75rem}.callout-box p{font-size:1rem;color:var(--muted-foreground);line-height:1.625;margin:0}.process-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.process-grid{grid-template-columns:1fr 1fr 1fr}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.step-num{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;background:var(--accent);color:var(--accent-foreground);border-radius:9999px;margin-bottom:1rem}.step h3{font-size:1.25rem;margin-bottom:.5rem}.step p{color:var(--muted-foreground);line-height:1.625}.cta-strip{text-align:center;padding:4rem 0 5rem;background:var(--muted)}.cta-strip h2{font-size:2.25rem;margin-bottom:1rem}.cta-strip p{font-size:1.125rem;color:var(--muted-foreground);max-width:38rem;margin:0 auto 2rem;line-height:1.625}.about-intro{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about-intro{grid-template-columns:7fr 5fr}}.about-intro img{max-width:24rem;margin-inline:auto;border-radius:9999px;box-shadow:0 25px 50px -12px #00000040}.diff-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.diff-grid{grid-template-columns:1fr 1fr}}.diff h3{font-size:1.5rem;margin-bottom:.75rem}.diff p{color:var(--muted-foreground);line-height:1.625}.edu-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.edu-grid{grid-template-columns:1fr 1fr 1fr}}.edu-card{background:var(--card);padding:2rem;border-radius:.75rem;border:1px solid var(--border)}.edu-card .icon{font-size:2rem;margin-bottom:1rem}.edu-card h3{font-size:1.25rem;margin-bottom:.5rem}.edu-card p{color:var(--muted-foreground);line-height:1.6;margin-bottom:.25rem}.edu-card .grade{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem}.edu-list{color:var(--muted-foreground);line-height:1.8}.book-hero{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding-block:8rem 4rem}@media(min-width:768px){.book-hero{padding-block:10rem 5rem}}@media(min-width:1024px){.book-hero{grid-template-columns:5fr 7fr}}.book-hero img{max-width:24rem;margin-inline:auto;border-radius:.25rem;box-shadow:0 25px 50px -12px #00000040}.book-hero h1{font-size:2.5rem;margin-bottom:1.5rem}@media(min-width:768px){.book-hero h1{font-size:3.5rem}}.book-hero p{font-size:1.125rem;color:var(--muted-foreground);line-height:1.625;margin-bottom:1rem}.signup-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:2rem;margin-top:2rem;max-width:32rem}.signup-card h3{font-size:1.25rem;margin-bottom:.75rem}.signup-card p{font-size:.9375rem;color:var(--muted-foreground);margin-bottom:1rem}.signup-card form{display:flex;flex-direction:column;gap:.75rem}.signup-card input[type=email]{height:2.75rem;padding:0 1rem;border-radius:var(--radius);border:1px solid var(--input);background:var(--background)}.signup-card .small{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}.testimonial-block{background:var(--muted);padding:2.5rem;border-radius:.75rem;max-width:56rem;margin-inline:auto;text-align:center}.testimonial-block .quote-icon{font-size:2rem;margin-bottom:1rem}.testimonial-block blockquote{font-size:1.25rem;color:var(--foreground);font-style:italic;line-height:1.6;margin-bottom:1rem}.testimonial-block cite{font-style:normal;color:var(--muted-foreground);font-weight:600}.bonus-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.bonus-grid{grid-template-columns:1fr 1fr 1fr}}.bonus{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:2rem}.bonus .icon{font-size:2rem;margin-bottom:1rem}.bonus h3{font-size:1.25rem;margin-bottom:.5rem}.bonus p{color:var(--muted-foreground);line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:4rem}@media(min-width:1024px){.contact-grid{grid-template-columns:7fr 5fr}}.form-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:2rem}.form-card h2{font-size:1.75rem;margin-bottom:1.5rem}.field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.field label{font-size:.875rem;font-weight:600}.field label .req{color:oklch(57.7% .245 27.325)}.field input,.field textarea{padding:.625rem .875rem;border-radius:var(--radius);border:1px solid var(--input);background:var(--background);font-size:1rem}.field textarea{min-height:8rem;resize:vertical}.form-card .submit{width:100%;margin-top:.5rem}.form-card .note{font-size:.8125rem;color:var(--muted-foreground);text-align:center;margin-top:1rem}.contact-side h3{font-size:1.5rem;margin-bottom:1rem}.contact-side ol{counter-reset:step;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.contact-side ol li{display:flex;gap:1rem}.contact-side ol li:before{counter-increment:step;content:counter(step);flex:none;width:2rem;height:2rem;background:var(--accent);color:var(--accent-foreground);border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.contact-side ol li h4{font-size:1rem;margin-bottom:.25rem}.contact-side ol li p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.5}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info div{background:var(--muted);padding:1rem 1.25rem;border-radius:var(--radius)}.contact-info strong{display:block;font-size:.875rem;margin-bottom:.25rem}.contact-info p,.contact-info a{color:var(--muted-foreground);line-height:1.5}.contact-side .small-cta{margin-top:2.5rem;padding:1.5rem;background:var(--muted);border-radius:.5rem}.contact-side .small-cta h4{font-size:1rem;margin-bottom:.5rem}.contact-side .small-cta p{font-size:.9375rem;color:var(--muted-foreground);margin-bottom:1rem;line-height:1.5}.faq-list{max-width:48rem;margin-inline:auto;display:flex;flex-direction:column;gap:1rem}.faq-list details{background:var(--card);border:1px solid var(--border);border-radius:.5rem;padding:1.25rem 1.5rem}.faq-list details[open]{box-shadow:0 4px 12px #0000000d}.faq-list summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:1.5rem;color:var(--muted-foreground)}.faq-list details[open] summary:after{content:"−"}.faq-list details>div{padding-top:1rem;color:var(--muted-foreground);line-height:1.625}.legal{padding-block:8rem 5rem;max-width:56rem;margin-inline:auto}.legal h1{font-size:2.5rem;margin-bottom:.75rem}.legal .updated{color:var(--muted-foreground);margin-bottom:2.5rem}.legal h2{font-size:1.5rem;margin:2rem 0 .75rem}.legal h3{font-size:1.125rem;margin:1.25rem 0 .5rem}.legal p,.legal li{color:var(--muted-foreground);line-height:1.7;margin-bottom:.75rem}.legal ul{padding-left:1.5rem;margin-bottom:1rem;list-style:disc}.legal a{color:var(--primary);text-decoration:underline}.legal strong{color:var(--foreground)}.footer{background:var(--primary);color:var(--primary-foreground);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-grid h3{font-size:1.25rem;color:var(--primary-foreground);margin-bottom:1rem}.footer-grid h4{font-size:1rem;color:var(--primary-foreground);margin-bottom:1rem}.footer-about p{color:color-mix(in oklab,var(--primary-foreground) 75%,transparent);line-height:1.625;max-width:24rem}.footer-grid ul{display:flex;flex-direction:column;gap:.5rem}.footer-grid a,.footer-grid li{color:color-mix(in oklab,var(--primary-foreground) 75%,transparent);transition:color .15s ease}.footer-grid a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid color-mix(in oklab,var(--primary-foreground) 15%,transparent);padding-top:2rem;display:flex;flex-direction:column;gap:1rem;font-size:.875rem;color:color-mix(in oklab,var(--primary-foreground) 60%,transparent)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom .links{display:flex;gap:1.5rem}.footer-bottom .links a{color:inherit}.footer-bottom .links a:hover{color:var(--accent)}
