.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{padding-top:6rem;padding-bottom:4rem;padding-inline:1.5rem}.hero-section__text{animation:heroSlideFromLeft .6s ease both;align-self:center}.hero-section__media{animation:heroSlideFromRight .6s ease .2s both}.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__cta-row{flex-direction:column}.hero-section__cta-row>a,.hero-section__cta-row>button{width:100%;max-width:100%;box-sizing:border-box;justify-content:center}}