/* UPGRADED STYLES - VERSION 2 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

:root {
    --blue: #1e3a5f;
    --teal: #4a90a4;
    --orange: #f4a261;
    --gray: #2d3436;
    --light: #f8f9fa;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: var(--gray); background: var(--light); }

/* NAV */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 8%; background: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.06); position: fixed; width: 100%; top: 0; z-index: 1000; }
.logo { display: flex; align-items: center; gap: 0.5rem; }
.logo-icon { font-size: 2rem; }
.logo-text { font-size: 1.4rem; font-weight: 800; color: var(--blue); }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-link { text-decoration: none; color: var(--gray); font-weight: 600; }
.nav-link:hover { color: var(--teal); }
.cta-button { background: var(--blue); color: var(--white); padding: 0.7rem 1.8rem; border-radius: 30px; text-decoration: none; font-weight: 700; transition: 0.3s; }
.cta-button:hover { transform: scale(1.05); box-shadow: 0 5px 20px rgba(30,58,95,0.4); }

/* HERO - BIGGER */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: space-between; padding: 130px 10% 100px; background: linear-gradient(135deg, #f0f7fa 0%, #e8f4f8 100%); }
.hero-content { flex: 1; max-width: 650px; }
.hero-title { font-size: 3.8rem; font-weight: 800; color: var(--blue); line-height: 1.1; margin-bottom: 1.2rem; letter-spacing: -1px; }
.highlight { color: var(--teal); }
.hero-subtitle { font-size: 1.35rem; color: #555; margin-bottom: 1.5rem; }
.states-badge { display: inline-block; background: var(--teal); color: var(--white); padding: 0.6rem 1.4rem; border-radius: 25px; margin-bottom: 2rem; font-size: 1.05rem; }

/* GLOW BUTTON */
.hero-button { display: inline-block; background: var(--orange); color: var(--white); padding: 1.2rem 2.5rem; border-radius: 35px; text-decoration: none; font-weight: 700; font-size: 1.15rem; transition: 0.3s; box-shadow: 0 8px 25px rgba(244,162,97,0.4); }
.hero-button:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 15px 40px rgba(244,162,97,0.5); }

/* GRADIENT SHIELD */
.hero-visual { flex: 1; display: flex; justify-content: center; align-items: center; }
.shield-wrapper { position: relative; width: 280px; height: 280px; }

/* GRADIENT SHIELD */
.shield { width: 145px; height: 175px; background: linear-gradient(160deg, var(--blue) 0%, var(--teal) 50%, #6366f1 100%); border-radius: 0 0 72px 72px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; box-shadow: 0 20px 50px rgba(30,58,95,0.35), inset 0 -10px 20px rgba(0,0,0,0.15); }
.heart { font-size: 4rem; animation: heartBeat 1.5s ease-in-out infinite; }
@keyframes heartBeat { 0%,100%{transform:scale(1)} 15%{transform:scale(1.2)} 30%{transform:scale(1)} 45%{transform:scale(1.15)} }
.ring { position: absolute; border: 2px solid var(--teal); border-radius: 50%; opacity: 0; animation: pulseExpand 3s ease-out infinite; }
.ring1 { width: 190px; height: 190px; }
.ring2 { width: 230px; height: 230px; animation-delay: 1s; }
.ring3 { width: 270px; height: 270px; animation-delay: 2s; }
@keyframes pulseExpand { 0%{opacity:0.6;transform:scale(0.8)} 100%{opacity:0;transform:scale(1.5)} }

/* ABOUT - BETTER SPACING */
.about { padding: 100px 10%; background: var(--white); }
.about-container { display: flex; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; }
.about-visual { flex: 1; display: flex; flex-direction: column; align-items: center; }
.about-photo { width: 300px; height: 340px; object-fit: cover; border-radius: 20px; box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.stats-badge { background: var(--blue); padding: 1.2rem 2rem; border-radius: 15px; color: var(--white); margin-top: 1.5rem; text-align: center; box-shadow: 0 8px 25px rgba(30,58,95,0.3); }
.stat-number { font-size: 2.2rem; font-weight: 800; }
.stat-label { font-size: 0.85rem; }
.about-text { flex: 1; }
.section-title { font-size: 2.8rem; font-weight: 800; color: var(--blue); margin-bottom: 0.8rem; letter-spacing: -0.5px; }
.about-role { font-size: 1.3rem; color: var(--teal); font-weight: 700; }
.about-license { color: #777; margin-bottom: 1.5rem; font-size: 1rem; }
.about-desc { color: #555; line-height: 1.8; margin-bottom: 2rem; font-size: 1.1rem; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-bottom: 2rem; }
.feature { display: flex; align-items: center; gap: 0.6rem; }
.feature-icon { color: var(--teal); font-weight: 700; }
.about-partner { background: var(--light); padding: 1.2rem; border-radius: 12px; margin-bottom: 1.5rem; }
.about-partner strong { color: var(--blue); }
.states-row { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.state-tag { background: var(--blue); color: var(--white); padding: 0.5rem 1rem; border-radius: 18px; font-size: 0.85rem; font-weight: 700; }

/* PRODUCTS */
.products { padding: 100px 10%; background: var(--light); }
.products .section-title { text-align: center; margin-bottom: 3.5rem; font-size: 2.8rem; font-weight: 800; color: var(--blue); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2.5rem; max-width: 1100px; margin: 0 auto; }
.product-card { background: var(--white); padding: 2.5rem; border-radius: 20px; box-shadow: 0 15px 40px rgba(0,0,0,0.06); transition: 0.3s; }
.product-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0,0,0,0.12); }
.product-icon { font-size: 2.8rem; margin-bottom: 1.2rem; }
.product-card h3 { color: var(--blue); margin-bottom: 1rem; font-size: 1.4rem; }
.product-card p { color: #555; margin-bottom: 1.2rem; line-height: 1.7; }
.product-card ul { list-style: none; margin-bottom: 1.5rem; }
.product-card li { color: #555; margin-bottom: 0.4rem; }
.product-link { color: var(--teal); font-weight: 700; text-decoration: none; }

/* CONTACT */
.contact { padding: 100px 10%; background: linear-gradient(135deg, var(--blue), var(--teal)); color: var(--white); text-align: center; }
.contact-title { font-size: 2.8rem; font-weight: 800; margin-bottom: 0.8rem; }
.contact-subtitle { font-size: 1.3rem; opacity: 0.9; margin-bottom: 2.5rem; }
.contact-info { display: flex; justify-content: center; gap: 4rem; margin-bottom: 2.5rem; }
.contact-item { display: flex; align-items: center; gap: 0.8rem; font-size: 1.2rem; }
.contact-btn { background: var(--white); color: var(--blue); border: none; padding: 1.2rem 3rem; border-radius: 35px; font-size: 1.2rem; font-weight: 700; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: 0.3s; }
.contact-btn:hover { transform: scale(1.05); box-shadow: 0 15px 40px rgba(0,0,0,0.3); }
.legal-disclaimer { font-size: 0.9rem; opacity: 0.8; max-width: 650px; margin: 2.5rem auto 0; line-height: 1.6; }

/* MODAL */
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2000; align-items: center; justify-content: center; }
.modal.active { display: flex; }
.modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); }
.modal-content { position: relative; background: var(--white); padding: 3rem; border-radius: 25px; width: 92%; max-width: 520px; box-shadow: 0 30px 60px rgba(0,0,0,0.3); }
.modal-close { position: absolute; top: 1.2rem; right: 1.2rem; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: #999; }
.modal-title { font-size: 2rem; color: var(--blue); margin-bottom: 0.5rem; font-weight: 700; }
.modal-subtitle { color: #666; margin-bottom: 1.8rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group label { font-weight: 600; font-size: 0.95rem; }
.form-group input, .form-group select { padding: 1rem 1.2rem; border: 2px solid #e0e0e0; border-radius: 12px; font-size: 1rem; font-family: 'Poppins', sans-serif; transition: 0.3s; }
.form-group input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(74,144,164,0.1); }
.form-submit { background: var(--orange); color: var(--white); border: none; padding: 1.2rem; border-radius: 12px; font-size: 1.15rem; font-weight: 700; cursor: pointer; margin-top: 0.8rem; transition: 0.3s; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(244,162,97,0.4); }

.footer { background: var(--gray); color: #888; text-align: center; padding: 1.8rem 8%; }
.footer p { margin-bottom: 0.4rem; font-size: 0.95rem; }

@media (max-width: 768px) {
    .navbar { flex-direction: column; gap: 1.2rem; padding: 1.2rem; }
    .hero { flex-direction: column; text-align: center; padding-top: 150px; }
    .hero-title { font-size: 2.6rem; }
    .hero-visual { display: none; }
    .about-container { flex-direction: column; gap: 40px; }
    .about-features { grid-template-columns: 1fr; }
    .contact-info { flex-direction: column; gap: 1.2rem; }
}