:root{--primary-color:#e9204f;--primary-hover:#c91640;--text-dark:#2d3748;--text-muted:#718096;--bg-light:#f8f9fa}.home-page{color:var(--text-dark);background-color:#fff;flex-direction:column;min-height:100vh;font-family:Quicksand,sans-serif;display:flex}.home-header{background-color:#fff;border-bottom:1px solid #0000000d;padding:1.5rem 0}.brand-logo{object-fit:contain;width:auto;max-width:250px;height:60px}.hero-section{background-color:var(--bg-light);flex:1;align-items:center;padding:4rem 0;display:flex}.hero-title{color:#1a202c;font-weight:700;line-height:1.2}.hero-subtitle{color:var(--text-muted);font-size:1.1rem;font-weight:500;line-height:1.6}.accent-line{background-color:var(--primary-color);border-radius:2px;width:60px;height:4px;margin-bottom:2rem}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:12px;height:100%;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.feature-card:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-icon{color:var(--primary-color);margin-bottom:1.5rem;font-size:2rem}.feature-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.home-footer{background-color:#fff;border-top:1px solid #0000000d;margin-top:auto;padding:2rem 0}.footer-link{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--primary-color)}@media (max-width:768px){.hero-section{text-align:center;padding:3rem 0}.accent-line{margin:0 auto 2rem}.hero-title{font-size:2rem}.mt-mobile-4{margin-top:2rem!important}}
