.landing{flex-direction:column;flex:1;width:100%;max-width:1080px;margin:0 auto;display:flex}.landing-body{gap:var(--space-8);padding:var(--space-5) var(--pad-screen) var(--space-8);flex-direction:column;display:flex}.landing-hero__visual{margin-top:var(--space-6);justify-content:center;display:flex}.landing-hero__cta{margin-top:var(--space-6)}.landing-cta{justify-content:center;display:flex}.landing-cta>*{width:100%}.landing-how{gap:var(--space-4);margin-top:var(--space-4);flex-direction:column;display:flex}.landing-gallery{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.landing-reviews{gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:640px){.landing-body{gap:var(--space-9);padding-top:var(--space-6)}.landing-hero{align-items:center;column-gap:var(--space-8);grid-template-columns:1fr 1fr;grid-template-areas:"copy visual""cta visual";display:grid}.landing-hero__copy{grid-area:copy;align-self:end}.landing-hero__visual{grid-area:span 2/visual;margin-top:0}.landing-hero__cta{margin-top:var(--space-5);grid-area:cta;align-self:start;max-width:320px}.landing-cta>*{max-width:360px}.landing-how{flex-direction:row}.landing-how>*{flex:1}.landing-gallery{grid-template-columns:repeat(4,1fr)}.landing-reviews{flex-direction:row}.landing-reviews>*{flex:1}}
