.customer-content{margin-top:0}.home-container{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#0a1628 0%,#003d66 50%,#00b4ff 100%);border-radius:1rem;color:#fff;margin-bottom:4rem}.hero-section h1{font-size:3rem;margin-bottom:1rem}.hero-section p{font-size:1.25rem;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2rem;background-color:#fff;color:var(--primary-color);text-decoration:none;border-radius:.5rem;font-weight:600;transition:transform .2s}.cta-button:hover{transform:translateY(-2px)}.welcome-message{font-size:1.25rem;margin-top:1rem}.features-section{margin-top:4rem}.features-section h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background-color:var(--header-bg);padding:2rem;border-radius:.75rem;box-shadow:var(--shadow);text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--text-primary);margin-bottom:.5rem}.feature-card p{color:var(--text-secondary);font-size:.95rem}