@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap);:root{--brand-charcoal:#232830;--brand-black:#000;--neutral-light-grey:#f8f8f8;--neutral-medium-grey:#f4f4f4;--text-grey:#555;--text-light-grey:#aaa;--border-grey:#eee}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Nunito Sans,sans-serif;line-height:1.6;overflow-x:hidden;scroll-behavior:smooth}body,h1,h2,h3{color:var(--brand-charcoal)}h1,h2,h3{font-weight:700;line-height:1.2;margin-bottom:.5em}h1{font-size:2.5em}h2{font-size:2em}h3{font-size:1.5em}p{margin-bottom:1em}a{color:var(--brand-orange);text-decoration:none}a:hover{text-decoration:underline}button{background-color:var(--brand-orange);border-radius:5px;color:var(--brand-white);font-family:Nunito Sans,sans-serif;font-size:1em;padding:1em 2em;transition:background-color .3s ease,opacity .3s ease}button:hover{background-color:#e06b1f;opacity:.95}.container{margin:0 auto;max-width:1200px;padding:0 1em}#root,body,html{height:100%}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.react-date-picker{display:inline-flex;position:relative}.react-date-picker,.react-date-picker *,.react-date-picker :after,.react-date-picker :before{box-sizing:border-box}.react-date-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-date-picker__wrapper{border:thin solid gray;display:flex;flex-grow:1;flex-shrink:0}.react-date-picker__inputGroup{box-sizing:initial;flex-grow:1;min-width:calc(12px + 4.754em);padding:0 2px}.react-date-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-date-picker__inputGroup__divider,.react-date-picker__inputGroup__leadingZero{display:inline-block;font:inherit}.react-date-picker__inputGroup__input{-webkit-appearance:textfield;appearance:textfield;background:none;border:0;box-sizing:initial;color:currentColor;font:inherit;height:100%;min-width:.54em;padding:0 1px;position:relative}.react-date-picker__inputGroup__input::-webkit-inner-spin-button,.react-date-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.react-date-picker__inputGroup__input:invalid{background:#ff00001a}.react-date-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-date-picker__button{background:#0000;border:0;padding:4px 6px}.react-date-picker__button:enabled{cursor:pointer}.react-date-picker__button:enabled:focus .react-date-picker__button__icon,.react-date-picker__button:enabled:hover .react-date-picker__button__icon{stroke:#0078d7}.react-date-picker__button:disabled .react-date-picker__button__icon{stroke:#6d6d6d}.react-date-picker__button svg{display:inherit}.react-date-picker__calendar{max-width:100vw;width:350px;z-index:1}.react-date-picker__calendar--closed{display:none}.react-date-picker__calendar .react-calendar{border-width:thin}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}:root{--brand-orange:#ff7c24;--brand-black:#232830;--brand-white:#fff;--brand-grey:#f4f4f4;--text-grey:#444;--brand-orange-light:#fff5ed;--font-rounded:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif}[data-theme=dark]{--brand-white:#1c1c1e;--brand-black:#fff;--brand-grey:#2a2a2a;--text-grey:#ccc}body{background-color:#fff;background-color:var(--brand-white);color:#232830;color:var(--brand-black);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);margin:0;padding:100px 0 0}.container{padding:1.5em 1em;width:100%}.sticky-header .container{max-width:none;padding:0 1.5rem}.sticky-header{background:#fff;background:var(--brand-white);box-shadow:0 1px 6px #0000000f;color:#232830;color:var(--brand-black);transition:all .3s ease-in-out;width:100%}.header-container{flex-wrap:nowrap;gap:1rem;justify-content:flex-start}.header-container,.logo-wrapper{align-items:center;display:flex}.logo-image{height:100px}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.bar{background-color:#232830;background-color:var(--brand-black);border-radius:2px;height:3px;transition:all .3s ease;width:26px}.rotate-top{transform:rotate(45deg) translate(5px,5px)}.hide-middle{opacity:0}.rotate-bottom{transform:rotate(-45deg) translate(5px,-5px)}.nav-links ul{display:flex;gap:2em;list-style:none;margin:0;padding:0;padding-left:1.5rem;text-align:left;width:100%}.nav-links ul li{margin:.8rem 0}.nav-links a{color:#232830;color:var(--brand-black);font-size:17px;font-weight:600;text-decoration:none;transition:color .2s ease}.nav-links a:focus,.nav-links a:hover{color:#ff7c24;color:var(--brand-orange);outline:none}.header-buttons{display:flex;gap:1em}button{border:none;border-radius:10px;cursor:pointer;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}button:focus{outline:2px solid var(--brand-orange);outline-offset:2px}.login-button{background:#fff;background:var(--brand-white);border:1px solid #232830;border:1px solid var(--brand-black);border-radius:12px;color:#232830;color:var(--brand-black);font-weight:700;padding:.6em 1.5em}.login-button:hover{background-color:#232830;background-color:var(--brand-black);color:#fff;color:var(--brand-white)}.cta-button{border-radius:12px;padding:.6em 1.8em}.cta-button:hover{background-color:#e96b1e}@media (max-width:768px){.hamburger{display:flex}.hide-on-mobile{display:none}@media (min-width:769px){.hide-on-mobile{display:inline-block}}.nav-links{background-color:#fff;background-color:var(--brand-white);box-shadow:0 4px 10px #0000000d;left:0;opacity:0;padding:1rem 0;pointer-events:none;position:absolute;right:0;top:70px;transform:translateY(-10px);transition:all .3s ease;width:100%;z-index:999}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links ul{flex-direction:column;gap:1em;margin-top:1em;padding-left:0}.header-buttons{gap:1rem;margin-top:1rem;width:100%}@media (max-width:768px){.header-container{align-items:center;flex-direction:row;justify-content:space-between}}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-links a,.sticky-header,body,button{transition:background-color .3s ease,color .3s ease,border .3s ease}.theme-toggle{background:#0000;border:none;cursor:pointer;font-size:20px;padding:10px;transition:transform .3s ease}.theme-toggle:hover{transform:rotate(20deg)}.theme-toggle:focus{outline:2px solid #ff7c24;outline:2px solid var(--brand-orange);outline-offset:3px}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block}.nav-links ul li .login-link{background-color:initial;border:1px solid #232830;border:1px solid var(--brand-black);border-radius:8px;color:#232830;color:var(--brand-black);display:block;font-weight:600;margin-top:1rem;padding:.75rem 1rem;text-align:center}.nav-links ul li .login-link:hover{background-color:#232830;background-color:var(--brand-black);color:#fff;color:var(--brand-white)}}.hero{background-color:#f4f4f4;background-color:var(--brand-grey);padding:5em 1em 4em;text-align:center;transition:background-color .3s ease,color .3s ease}.hero-banner-image{border-radius:12px;margin-bottom:2rem;max-height:480px;object-fit:cover;transition:all .3s ease-in-out;width:100%}.hero h1{color:#232830;color:var(--brand-black);font-size:2.6rem;font-weight:800;letter-spacing:-.5px;line-height:1.3;margin-bottom:.4em}.hero h1,.hero p{font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);transition:color .3s ease}.hero p{background:none;color:#444;color:var(--text-grey);font-size:1.2rem;line-height:1.6;margin:0 auto 1.5rem;max-width:700px;padding:0}.hero-cta-group{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.app-badges{display:flex;gap:1.2rem;justify-content:center}.app-badges a{display:inline-block;transition:transform .3s ease}.app-badges a:focus,.app-badges a:hover{outline:none;transform:scale(1.05)}.store-badge{background:#0000!important;border:none;border-radius:8px;box-shadow:none!important;display:inline-block;padding:0!important;pointer-events:auto;position:relative;transition:transform .2s ease;width:auto;z-index:2}.hero .cta-button{background:#232830;background:var(--brand-black);border-radius:10px;font-size:1rem;padding:.9em 2em;transition:background-color .3s ease,color .3s ease,transform .2s ease}.hero .cta-button:focus,.hero .cta-button:hover{background-color:#000;outline:2px solid #232830;outline:2px solid var(--brand-black)}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem;margin-bottom:1rem}.app-badges{flex-direction:column;gap:1rem}.store-badge{height:52px}}[data-theme=dark] .hero{background-color:#1c1c1e}[data-theme=dark] .hero .cta-button,[data-theme=dark] .hero h1,[data-theme=dark] .hero p{color:#fff;color:var(--brand-white)}[data-theme=dark] .store-badge{filter:brightness(1.05)}.featured-in{background-color:#fcefe5;color:#232830;color:var(--brand-black);padding:3em 1em;text-align:center;transition:background-color .3s ease,color .3s ease}[data-theme=dark] .featured-in{background-color:#2a2a2a;color:#fff;color:var(--brand-white)}.featured-in h2{color:#232830;color:var(--brand-black);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);font-size:2rem;font-weight:800;margin-bottom:1.5em;transition:color .3s ease}[data-theme=dark] .featured-in h2{color:#fff;color:var(--brand-white)}.featured-pill-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.featured-pill{background-color:#fff;background-color:var(--brand-white);border:2px solid #ff7c24;border:2px solid var(--brand-orange);border-radius:999px;box-shadow:0 4px 10px #0000000a;color:#232830;color:var(--brand-black);font-size:1rem;font-weight:700;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.featured-pill:focus,.featured-pill:hover{background-color:#ff7c24;background-color:var(--brand-orange);color:#fff;color:var(--brand-white);outline:none;transform:translateY(-2px)}[data-theme=dark] .featured-pill{background-color:#1c1c1e;border-color:#ff7c24;border-color:var(--brand-orange);color:#fff;color:var(--brand-white)}[data-theme=dark] .featured-pill:focus,[data-theme=dark] .featured-pill:hover{background-color:#ff7c24;background-color:var(--brand-orange);color:#fff;color:var(--brand-white)}.featured-logos{color:#fff;color:var(--brand-white);display:flex;flex-wrap:wrap;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;gap:2.5rem;justify-content:center;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease}.logo-placeholder{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;color:#232830;color:var(--brand-black);font-size:1.15rem;padding:.6rem 1.2rem;transition:background-color .3s ease,color .3s ease}[data-theme=dark] .logo-placeholder{background-color:#1c1c1e;color:#fff;color:var(--brand-white)}.hero-image{border-radius:16px;box-shadow:0 6px 18px #00000014;height:auto;margin-bottom:2rem;max-width:960px;object-fit:cover;transition:box-shadow .3s ease;width:100%}.hero-image:focus{outline:3px solid #ff7c24;outline:3px solid var(--brand-orange);outline-offset:4px}@media (max-width:768px){.hero-image{margin-bottom:1.5rem;max-width:100%}}.store-badge{background-color:initial!important;height:56px;max-width:180px;transition:transform .3s ease}.store-badge:focus,.store-badge:hover{outline:none;transform:scale(1.05)}.hero .cta-button{background-color:#232830;background-color:var(--brand-black);border:none;border-radius:12px;box-shadow:0 6px 16px #0000001f;color:#fff;color:var(--brand-white);cursor:pointer;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);font-size:1.1rem;font-weight:700;padding:1em 2.2em;transition:all .3s ease}.hero .cta-button:focus,.hero .cta-button:hover{background-color:#ff7c24;background-color:var(--brand-orange);color:#fff;color:var(--brand-white);outline:2px solid #ff7c24;outline:2px solid var(--brand-orange);outline-offset:3px;transform:translateY(-2px)}.courses-section{background:#fff;background:var(--brand-white);padding:4em 1em;text-align:center;transition:background-color .3s ease}[data-theme=dark] .courses-section{background:#f4f4f4;background:var(--brand-grey)}.courses-section h2{color:#232830;color:var(--brand-black);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);font-size:2rem;font-weight:800;margin-bottom:2em;transition:color .3s ease}[data-theme=dark] .courses-section h2{color:#fff;color:var(--brand-white)}.steps-grid{grid-gap:2em;background-color:#fff;display:grid;gap:2em;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center}.step{background:#fff;background:var(--brand-white);border:1px solid #eee;border-radius:14px;box-shadow:0 4px 10px #00000008;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);max-width:260px;padding:1.5em;text-align:left;transition:transform .2s ease,box-shadow .2s ease;width:100%}.step:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-5px)}.step .icon-placeholder{font-size:2.2em;margin-bottom:.75em}.step h3{color:#232830;color:var(--brand-black);font-size:1.8em;font-weight:700;margin-bottom:.4em;transition:color .3s ease}[data-theme=dark] .step h3{color:#fff;color:var(--brand-white)}.step p{background:#ff7c2414;background-color:#fff;border-radius:8px;color:#444;color:var(--text-grey);font-size:em;padding:8px 12px;transition:background .3s ease,color .3s ease}[data-theme=dark] .step p{background:#ff7c241a;color:#fff;color:var(--brand-white)}@media screen and (max-width:768px){.steps-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.courses-section h2{font-size:1.5rem}.step{padding:1.25em}}.why-choose{background-color:#f4f4f4;background-color:var(--brand-grey);padding:3rem 1rem;text-align:center;transition:background-color .3s ease}[data-theme=dark] .why-choose{background-color:#1f1f1f}.why-choose h3{color:#232830;color:var(--brand-black);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);font-size:2rem;font-weight:800;margin-bottom:2rem;transition:color .3s ease}[data-theme=dark] .why-choose h3{color:#fff;color:var(--brand-white)}.benefits-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:0 1rem;transition:all .3s ease}@media (max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.benefits-grid{grid-template-columns:1fr}}.benefit-item{background-color:#fff;background-color:var(--brand-white);border-radius:14px;box-shadow:0 4px 12px #0000000d;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);padding:1.5rem;text-align:left;transition:transform .3s ease,background-color .3s ease}.benefit-item:hover{transform:translateY(-4px)}[data-theme=dark] .benefit-item{background-color:#2a2a2a}.benefit-item strong{align-items:center;color:#232830;color:var(--brand-black);display:flex;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;transition:color .3s ease}[data-theme=dark] .benefit-item strong{color:#fff;color:var(--brand-white)}.benefit-item p{background-color:#fff;color:#444;color:var(--text-grey);font-size:1.1rem;line-height:1.5;margin-bottom:.75rem;transition:color .3s ease}[data-theme=dark] .benefit-item p{color:#fff;color:var(--brand-white)}.benefit-item a{color:#ff7c24;color:var(--brand-orange);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s ease}.benefit-item a:focus,.benefit-item a:hover{color:#e96b1e;outline:none;text-decoration:underline}.features{background-color:#fff;background-color:var(--brand-white);padding:3rem 1rem;text-align:center;transition:background-color .3s ease,color .3s ease}.features,.features h2{color:#232830;color:var(--brand-black);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded)}.features h2{font-size:2rem;font-weight:800;margin-bottom:2.5rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;transition:all .3s ease}.feature-item{background-color:#f4f4f4;background-color:var(--brand-grey);border-radius:14px;box-shadow:0 4px 16px #0000000f;padding:1.75rem;transition:transform .2s ease,box-shadow .2s ease}.feature-item:focus-within,.feature-item:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.icon-placeholder{font-size:2rem;margin-bottom:.75rem}.feature-item h3{color:#232830;color:var(--brand-black);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.feature-item p{background-color:#f4f4f4;background-color:var(--brand-grey);color:#444;color:var(--text-grey);font-size:1.1rem;line-height:1.5}.feature-item:focus-within{outline:2px solid #ff7c24;outline:2px solid var(--brand-orange);outline-offset:4px}[data-theme=dark] .features{background-color:#1c1c1e;color:#fff;color:var(--brand-white)}[data-theme=dark] .feature-item{background-color:#2a2a2a}[data-theme=dark] .feature-item h3,[data-theme=dark] .feature-item p{color:#fff;color:var(--brand-white)}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.features-grid{grid-template-columns:1fr}}.learners-section{background-color:#f9f9f9;padding:3rem 1rem;text-align:center}.learners-section h2{color:#232830;font-size:2rem;font-weight:700;margin-bottom:2rem}.stats-row{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-bottom:2.5rem}.stat-box{flex:1 1 200px}.stat-number{color:#ff7c24;font-size:2rem;font-weight:800}.stat-label{color:#444;font-size:.95rem;margin-top:.25rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.testimonial-card{background:#fff;border-radius:16px;box-shadow:0 8px 18px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;text-align:left}.testimonial-card .quote{background:#fff;color:#232830;font-size:1rem;font-style:italic;line-height:1.6;padding-left:1.5rem;position:relative}.testimonial-card .quote:before{color:#ff7c24;content:"❝";font-size:1.5rem;left:.75rem;position:absolute;top:.75rem}.testimonial-card .author{background:#fff;border-radius:14px;color:#232830;font-weight:700;margin-top:1rem;padding:.75rem 1.25rem}.final-cta{background-color:#ff7c24;background-color:var(--brand-orange)}.final-cta,.final-cta h3,.final-cta p{color:#fff;color:var(--brand-white)}.final-cta{align-items:center;background-color:#fff;background-color:var(--brand-white);display:flex;flex-direction:column;padding:3rem 1rem;text-align:center;transition:background-color .3s ease,color .3s ease}.final-cta,.final-cta h3{color:#232830;color:var(--brand-black);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded)}.final-cta h3{font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:1rem;max-width:700px}.final-cta p{background-color:#fff;color:#444;color:var(--text-grey);font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:700px}.cta-button,.final-cta p{font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded)}.cta-button{background-color:#ff7c24;background-color:var(--brand-orange);border:none;border-radius:10px;color:#fff;color:var(--brand-white);cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease,transform .2s ease}.cta-button:focus,.cta-button:hover{background-color:#e96b1e;outline:2px solid #ff7c24;outline:2px solid var(--brand-orange);outline-offset:4px;transform:translateY(-2px)}[data-theme=dark] .final-cta{background-color:#1c1c1e}[data-theme=dark] .cta-button,[data-theme=dark] .final-cta,[data-theme=dark] .final-cta h3,[data-theme=dark] .final-cta p{color:#fff;color:var(--brand-white)}[data-theme=dark] .cta-button{background-color:#ff7c24;background-color:var(--brand-orange)}@media (max-width:480px){.final-cta h3{font-size:1.5rem}.final-cta p{font-size:1rem}.cta-button{max-width:280px;width:100%}}body,html{box-sizing:border-box;margin:0;min-height:100%;padding:0}footer{margin-bottom:0}body{padding-bottom:0!important}.footer{background-color:#fff5ed;color:#232830;color:var(--brand-black);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-rounded);font-size:.95rem;padding:3rem 1rem 2rem;position:relative;transition:background-color .3s ease,color .3s ease;z-index:1}.footer-container{margin:0 auto;max-width:1200px}.footer-top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.footer-section h3{color:#ff7c24;color:var(--brand-orange);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#444;color:var(--text-grey);font-weight:600;text-decoration:none;transition:color .2s ease}.footer-section a:focus,.footer-section a:hover{color:#ff7c24;color:var(--brand-orange);outline:none}.footer-app-icons a{color:#232830;color:var(--brand-black);font-size:2rem;margin-right:1rem;transition:transform .2s ease}.footer-app-icons a:hover{transform:scale(1.1)}.footer-app-badges{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.footer-store-badge{background:#0000;border:none;display:inline-block;height:48px;padding:0;transition:transform .2s ease;width:auto}.footer-store-badge:focus,.footer-store-badge:hover{outline:none;transform:scale(1.05)}[data-theme=dark] .footer-store-badge{filter:brightness(1.1)}.footer-disclaimer{background-color:#fdefe5;border-radius:10px;border-top:1px solid #ddd;color:#444;color:var(--text-grey);font-size:.85rem;line-height:1.6;margin-top:2rem;padding:1.25rem 1rem}.footer-disclaimer h4{font-size:1rem;margin-bottom:.75rem}.footer-disclaimer h4,.footer-disclaimer strong{color:#232830;color:var(--brand-black);font-weight:700}.footer-bottom{border-top:1px solid #0000000d;color:#232830;color:var(--brand-black);font-size:.85rem;margin-top:2rem;padding-top:1rem;text-align:center}[data-theme=dark] .footer{background-color:#1c1c1e;color:#e0e0e0}[data-theme=dark] .footer-disclaimer{background-color:#2a2a2a;color:#ccc}[data-theme=dark] .footer-section a{color:#ccc}[data-theme=dark] .footer-bottom,[data-theme=dark] .footer-section a:hover{color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}button:focus{outline:2px solid #ff7c24}button:hover{opacity:.9;transform:scale(1.02);transition:all .2s ease-in-out}@media (max-width:768px){.sidebar-desktop{display:none!important}}.sticky-header{background-color:#fff;left:0;position:fixed;right:0;top:0;z-index:1000}@media (max-width:768px){.learning-sidebar{background-color:#181b1f;display:none!important;height:calc(100% - 70px);left:0;overflow-y:auto;padding:1rem;position:fixed;top:70px;width:100%;z-index:999}.learning-sidebar.sidebar-visible,.toggle-sidebar{display:block!important}}@media (min-width:769px){.learning-sidebar{display:block!important;height:auto;position:relative;width:260px}.toggle-sidebar{display:none!important}}.logo-image{height:64px;margin-top:0;object-fit:contain}@media (max-width:768px){.logo-image{max-height:42px}}.sticky-header{align-items:center;display:flex;height:70px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}body.menu-open{height:100vh;overflow:hidden}
/*# sourceMappingURL=main.4edea7e1.css.map*/