.home{min-height:100vh;background:var(--color-dark-bg);color:var(--color-text-light)}.home__container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.home__header{display:flex;align-items:center;justify-content:space-between;max-width:72rem;margin:0 auto;padding:1rem 1.5rem}.home__logo{font-size:1.5rem;font-weight:700;color:var(--color-accent)}.home__nav{display:flex;align-items:center;gap:1rem}.home__nav-link{font-size:.875rem;color:var(--color-text-dim);text-decoration:none;transition:color .2s ease}.home__nav-link:hover{color:var(--color-text-light)}.home__hero{max-width:72rem;margin:0 auto;padding:5rem 1.5rem;text-align:center}.home__title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.home__title{font-size:3.75rem}}.home__title-accent{color:var(--color-accent)}.home__subtitle{font-size:1.125rem;color:var(--color-text-dim);max-width:40rem;margin:0 auto 2.5rem;line-height:1.5}@media(min-width:768px){.home__subtitle{font-size:1.25rem}}.home__badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home__badge{background:var(--color-card-bg);border:.0625rem solid var(--color-card-border);border-radius:.75rem;padding:.75rem 1.5rem;color:var(--color-text-dim)}.home__features{max-width:72rem;margin:0 auto;padding:4rem 1.5rem}.home__features-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.home__features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.home__features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__features-grid{grid-template-columns:repeat(3,1fr)}}.home__feature-card{background:var(--color-card-bg);border:.0625rem solid var(--color-card-border);border-radius:.75rem;padding:1.5rem}.home__feature-title{font-size:1.125rem;font-weight:600;color:var(--color-text-light);margin-bottom:.5rem}.home__feature-desc{font-size:.875rem;color:var(--color-text-dim);line-height:1.5}.home__footer{border-top:.0625rem solid var(--color-card-border);margin-top:4rem}.home__footer-inner{max-width:72rem;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.home__footer-inner{flex-direction:row}}.home__copyright{font-size:.875rem;color:var(--color-text-dim)}.home__footer-links{display:flex;gap:1.5rem}.home__footer-link{font-size:.875rem;color:var(--color-text-dim);text-decoration:none;transition:color .2s ease}.home__footer-link:hover{color:var(--color-text-light)}
