.grammar-quiz{max-width:32rem;margin:0 auto}.grammar-quiz__progress{text-align:center;-webkit-margin-after:1.5rem;margin-block-end:1.5rem}.grammar-quiz__prompt{-webkit-margin-after:1rem;margin-block-end:1rem;text-align:center}.grammar-quiz__options{display:flex;flex-direction:column;gap:.5rem}.grammar-quiz__option{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left}.grammar-quiz__explanation{display:flex;align-items:flex-start;gap:.5rem;-webkit-margin-before:1rem;margin-block-start:1rem}.grammar-quiz__done{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:2rem}@keyframes heroSlideFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes heroSlideFromRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.hero-section{min-height:calc(100svh - 5rem);display:flex;align-items:center;padding-top:clamp(2.5rem,6svh,4.5rem);padding-bottom:clamp(2rem,5svh,3.5rem);padding-inline:1.5rem}.hero-section>.grid{width:100%;align-items:center}.hero-section__text{animation:heroSlideFromLeft .6s ease both;align-self:center}.hero-section__media{animation:heroSlideFromRight .6s ease .2s both;align-self:stretch;display:flex;align-items:center;justify-content:center}.hero-section__media>*{min-width:0}.hero-section__badge{display:inline-flex}.hero-section__headline{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.15}.hero-section__subheadline{margin-top:1rem}.hero-section__cta-row{gap:.75rem}.hero-section__cta-row,.hero-section__trust{margin-top:1.5rem;display:flex;flex-wrap:wrap}.hero-section__trust{gap:1rem}.hero-section__trust-icon{vertical-align:middle}@media (max-width:600px){.hero-section{min-height:auto;padding-top:2rem;padding-bottom:2rem}.hero-section__media{align-self:auto}.hero-section__cta-row{flex-direction:column}.hero-section__cta-row>a,.hero-section__cta-row>button{width:100%;max-width:100%;justify-content:center}}@media (min-width:981px){.hero-section__media{justify-content:flex-end}.hero-section__media>.landing-chat{margin-inline:auto 0}}