.home{flex-direction:column;min-height:100vh;display:flex}.home__header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0}.home__header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.home__logo{color:#2563eb;font-size:1.25rem;font-weight:700}.home__nav{gap:.75rem;display:flex}.home__main{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.home__hero{text-align:center;max-width:700px;margin-bottom:3rem}.home__title{color:#0f172a;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}@media (max-width:768px){.home__title{font-size:2rem}}.home__title-accent{color:#2563eb}.home__subtitle{color:#475569;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.home__cta{justify-content:center;display:flex}.home__features{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1000px;display:grid}@media (max-width:768px){.home__features{grid-template-columns:1fr;gap:1.5rem}}.home__feature{text-align:center;background-color:#fff;border-radius:.75rem;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.home__feature:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.home__feature-icon{margin-bottom:1rem;font-size:2.5rem}.home__feature-title{color:#0f172a;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.home__feature-text{color:#475569;font-size:.875rem;line-height:1.6}.home__footer{text-align:center;color:#64748b;background-color:#fff;border-top:1px solid #e2e8f0;padding:1.5rem;font-size:.875rem}.btn--large{padding:1rem 2rem;font-size:1.125rem}
