.landing{font-family:var(--font-family,"Inter",sans-serif);display:flex;flex-direction:column;min-height:100vh;color:#1f2937}.landing__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.05)}.landing__header .landing__logo{display:flex;align-items:center;gap:1rem}.landing__header .landing__logo img{height:70px}@media screen and (max-width:768px){.landing__header .landing__logo img{height:50px}}.landing__logo h1{font-size:2rem;margin:0;color:#2196f3}.landing__tagline{font-size:.875rem;color:#6b7280}.landing__hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:4rem 2rem;gap:3rem;background:linear-gradient(135deg,#f0f4ff,#ffffff)}.landing__heroText h2{font-size:2.25rem;margin-bottom:1rem;color:#111827}.landing__heroText p{font-size:1.125rem;margin-bottom:2rem;line-height:1.6}.landing__heroMockup img{width:100%;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1)}.landing__features{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:4rem 2rem;background:#fff}.landing__featureCard{flex:1 1 280px;max-width:320px;text-align:center}.landing__featureCard p{margin-top:1rem;line-height:1.5}.landing__steps{background:#f9fafb;padding:4rem 2rem;text-align:center}.landing__steps h2{font-size:2rem;margin-bottom:2rem}.landing__stepList{list-style:decimal;display:inline-block;text-align:left;font-size:1.125rem}.landing__stepList li{margin-bottom:1rem}.landing__cta{padding:4rem 2rem;text-align:center;background:#2196f3;color:#fff}.landing__cta h2{font-size:2rem;margin-bottom:2rem;color:#fff}.landing__footer{margin-top:auto;padding:1.5rem 2rem;text-align:center;background:#111827;color:#d1d5db}.landing__footer p{margin:0;font-size:.875rem}.landing__heroMockup{position:relative;display:flex;align-items:center;justify-content:center}.landing__heroMockup .play-button{position:absolute}@media(max-width:768px){.landing__hero{grid-template-columns:1fr;text-align:center}.landing__heroMockup{order:-1}}