/* Theme Styles */
.site-wrapper { max-width: 1320px; margin: 0 auto; background-color: #F6F5F3; min-height: 100vh; display: flex; flex-direction: column; }
.site-header { background-color: #393F4D; padding: 1.2rem 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 3px solid #1D3557; }
.site-branding { display: flex; align-items: center; gap: 0.75rem; }
.site-branding i { font-size: 2rem; color: #F6F5F3; background: #1D3557; padding: 0.4rem; border-radius: 8px; }
.site-title { font-size: 1.7rem; font-weight: 700; color: #F6F5F3; }
.site-title a { color: #F6F5F3; text-decoration: none; }
.nav-menu { display: flex; align-items: center; gap: 2rem; }
.nav-menu ul { display: flex; list-style: none; gap: 2rem; margin: 0; padding: 0; }
.nav-menu a { color: #F6F5F3; font-weight: 500; text-decoration: none; }
.header-cta { background: #1D3557; color: #F6F5F3; padding: 0.5rem 1.4rem; border-radius: 40px; font-weight: 600; transition: 0.2s; text-decoration: none; }
.header-cta:hover { background: #F6F5F3; color: #1D3557; }
.hero-section { background: #F6F5F3; padding: 3rem 2rem 2.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.hero-text { flex: 2 1 300px; }
.hero-text h1 { font-size: 2.8rem; line-height: 1.2; color: #1D3557; margin-bottom: 1rem; }
.hero-text p { font-size: 1.2rem; color: #393F4D; max-width: 550px; margin-bottom: 1.8rem; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.stat-item .number { font-size: 2rem; font-weight: 700; color: #1D3557; }
.stat-item .label { color: #393F4D; font-weight: 500; font-size: 0.9rem; display: block; }
.hero-cta-group { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: #1D3557; color: #F6F5F3; padding: 0.8rem 2.2rem; border-radius: 60px; font-weight: 600; transition: 0.2s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: #393F4D; color: #F6F5F3; }
.btn-outline { background: transparent; border: 2px solid #1D3557; color: #1D3557; padding: 0.8rem 2.2rem; border-radius: 60px; font-weight: 600; text-decoration: none; display: inline-block; }
.btn-outline:hover { background: #1D3557; color: #F6F5F3; }
.hero-image { flex: 1 1 240px; text-align: center; padding: 1.2rem; }
.hero-image i { font-size: 6rem; color: #1D3557; }
.section-title { font-size: 1.8rem; font-weight: 600; color: #1D3557; padding: 0 2rem; margin-top: 2.5rem; margin-bottom: 1rem; }
.provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.8rem; padding: 0 2rem 2rem; }
.provider-card { background: #F6F5F3; border-radius: 20px; padding: 1.8rem 1.5rem; border: 1px solid #393F4D20; transition: all 0.2s; }
.provider-card:hover { transform: translateY(-6px); border-color: #1D3557; }
.provider-card .icon { font-size: 2.4rem; color: #1D3557; background: #393F4D10; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 16px; margin-bottom: 1.2rem; }
.provider-card h3 { font-size: 1.4rem; color: #1D3557; margin-bottom: 0.3rem; }
.provider-card .location { color: #393F4D; font-weight: 500; font-size: 0.9rem; margin-bottom: 0.8rem; }
.provider-card .desc { color: #393F4D; font-size: 0.95rem; margin-bottom: 1.2rem; }
.provider-card .badge { background: #1D3557; color: #F6F5F3; font-size: 0.7rem; font-weight: 600; padding: 0.2rem 0.8rem; border-radius: 40px; display: inline-block; }
.compare-section { background: #393F4D; margin: 1rem 2rem 2.5rem; padding: 2.5rem 2rem; border-radius: 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; color: #F6F5F3; }
.compare-section h2 { color: #F6F5F3; font-size: 2rem; }
.compare-btn { background: #1D3557; color: #F6F5F3; padding: 0.9rem 2.8rem; border-radius: 60px; font-weight: 700; font-size: 1.1rem; text-decoration: none; display: inline-block; }
.compare-btn:hover { background: #F6F5F3; color: #1D3557; }
.site-footer { background: #393F4D; color: #F6F5F3; padding: 2.5rem 2rem 1.8rem; margin-top: auto; border-top: 3px solid #1D3557; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-grid h4 { color: #F6F5F3; margin-bottom: 0.8rem; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid a { color: #F6F5F3; opacity: 0.8; text-decoration: none; }
.footer-grid a:hover { opacity: 1; text-decoration: underline; }
.footer-bottom { border-top: 1px solid #F6F5F320; padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 0.9rem; opacity: 0.7; }
@media (max-width: 768px) { .site-header { flex-direction: column; gap: 1rem; } .hero-section { flex-direction: column; text-align: center; } .hero-stats { justify-content: center; } .hero-cta-group { justify-content: center; } .provider-grid { grid-template-columns: 1fr; } .compare-section { flex-direction: column; text-align: center; gap: 1rem; } }