* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #1e293b;
    line-height: 1.5;
    scroll-behavior: smooth;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

:root {
    --primary-dark: #1e5a5f;
    --primary: #2c7a7b;
    --primary-light: #e0f2f1;
    --primary-soft: #cce8e6;
    --accent: #d97706;
    --accent-light: #fef3c7;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-400: #94a3b8;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.08);
}

h1, h2, h3 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--gray-900);
}

h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--gray-800);
}

h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--primary-dark);
}

.section {
    padding: 4rem 0;
}

.section-tag {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary-dark);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 1rem;
    border-radius: 30px;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.section-header p {
    color: var(--gray-600);
    font-size: 1.1rem;
}

/* Top Bar */
.top-bar {
    background: var(--primary-dark);
    color: white;
    padding: 0.6rem 0;
    font-size: 0.85rem;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.top-bar-contact span, .top-bar-hours span {
    margin-right: 1.5rem;
}

/* Navigation */
.navbar {
    background: white;
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--gray-200);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-dark);
    text-decoration: none;
}

.logo span {
    color: var(--accent);
}

.nav-links {
    display: flex;
    gap: 1.8rem;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    font-weight: 500;
    color: var(--gray-700);
    transition: color 0.2s;
    font-size: 0.9rem;
}

.nav-links a:hover {
    color: var(--primary);
}

.btn-nav {
    background: var(--primary);
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.btn-nav:hover {
    background: var(--primary-dark);
}

/* Hero Section */
.hero {
    background: linear-gradient(110deg, #f5fbfa 0%, #ffffff 100%);
    padding: 4rem 0 5rem;
}

.hero-grid {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.hero-content {
    flex: 1;
}

.accepting-badge {
    display: inline-block;
    background: var(--accent-light);
    color: var(--accent);
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    margin-bottom: 1.5rem;
}

.hero-content p {
    font-size: 1.1rem;
    color: var(--gray-600);
    margin: 1rem 0 1.5rem;
}

.hero-features {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hero-feature {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--primary-dark);
    background: var(--primary-light);
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
}

.btn-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    border-radius: 48px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.9rem;
}

.btn-primary {
    background: var(--primary);
    color: white;
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-outline {
    border: 1.5px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.btn-outline:hover {
    background: var(--primary-light);
}

.hero-image {
    flex: 0.8;
    background: linear-gradient(135deg, #cdeae7, #b0d5d0);
    border-radius: 32px;
    min-height: 320px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450"><rect width="600" height="450" fill="%23cdeae7"/><circle cx="300" cy="220" r="80" fill="%23b0d5d0" opacity="0.6"/><path d="M200 200 L300 160 L400 180 L450 230 L430 320 L350 360 L250 340 L180 290 Z" fill="%239ac9c2" opacity="0.5"/></svg>');
    background-size: cover;
    background-position: center;
}

/* Features Highlight (3 columns) */
.features-highlight {
    padding: 3rem 0;
    background: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-block {
    text-align: center;
    padding: 2rem;
    background: var(--gray-50);
    border-radius: 24px;
    border: 1px solid var(--gray-200);
}

.feature-icon {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.feature-block h3 {
    margin-bottom: 0.5rem;
}

.feature-block p {
    color: var(--gray-600);
    font-size: 0.95rem;
}

/* About Section */
.about-section {
    background: var(--gray-50);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.about-content p {
    color: var(--gray-600);
    margin-bottom: 1rem;
}

.read-more-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.doctor-card {
    background: white;
    padding: 1.5rem;
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
}

.doctor-image {
    background: linear-gradient(135deg, #cdeae7, #a8d0ca);
    border-radius: 20px;
    height: 180px;
    margin-bottom: 1rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect width="300" height="200" fill="%23cdeae7"/><circle cx="150" cy="90" r="40" fill="%239ac9c2" opacity="0.6"/><path d="M100 150 L150 130 L200 150 L210 180 L150 195 L90 180 Z" fill="%2380bcb3" opacity="0.5"/></svg>');
    background-size: cover;
}

.doctor-card h3 {
    color: var(--gray-800);
    margin-bottom: 0.5rem;
}

.doctor-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Services Section */
.services-section {
    background: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    padding: 1.8rem;
    border-radius: 20px;
    border: 1px solid var(--gray-200);
    transition: all 0.2s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}

.service-icon {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.service-card h3 {
    margin-bottom: 0.5rem;
}

.service-card p {
    color: var(--gray-600);
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.service-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
}

/* Insurance Section */
.insurance-section {
    background: var(--gray-50);
}

.insurance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.insurance-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1.5rem 0;
}

.insurance-list span {
    background: white;
    border: 1px solid var(--gray-200);
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--gray-700);
}

.insurance-image {
    background: linear-gradient(135deg, #e0f2f1, #b2dfdb);
    border-radius: 28px;
    min-height: 280px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect width="400" height="300" fill="%23e0f2f1"/><rect x="120" y="100" width="160" height="120" rx="12" fill="%23b2dfdb" opacity="0.7"/></svg>');
    background-size: cover;
}

/* Forms Section */
.forms-section {
    background: white;
}

.forms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.8rem;
}

.form-card {
    background: var(--gray-50);
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid var(--gray-200);
    transition: transform 0.2s;
}

.form-card:hover {
    transform: translateY(-3px);
}

.form-icon {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.form-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.form-card p {
    color: var(--gray-600);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.form-download-btn {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
}

.forms-note {
    margin-top: 2rem;
    padding: 1rem;
    background: var(--primary-light);
    border-radius: 16px;
    text-align: center;
    font-size: 0.85rem;
    color: var(--primary-dark);
}

/* Payment Section */
.payment-section {
    background: var(--gray-50);
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.payment-card {
    background: white;
    padding: 1.8rem;
    border-radius: 24px;
    border: 1px solid var(--gray-200);
}

.payment-card h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-light);
}

.price-list {
    margin-top: 1rem;
}

.price-item {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px dashed var(--gray-200);
}

.price-service {
    font-weight: 500;
}

.price-amount {
    font-weight: 700;
    color: var(--primary-dark);
}

.plan-list {
    list-style: none;
    margin-top: 1rem;
}

.plan-list li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed var(--gray-200);
    font-size: 0.9rem;
    color: var(--gray-600);
}

.payment-disclaimer {
    margin-top: 2rem;
    padding: 1rem;
    background: var(--gray-100);
    border-radius: 16px;
    text-align: center;
    font-size: 0.85rem;
    border-left: 4px solid var(--primary);
}

/* Appointment Banner */
.appointment-banner-section {
    padding: 3rem 0;
    background: var(--primary-dark);
}

.appointment-banner {
    text-align: center;
    color: white;
    padding: 2rem;
    border-radius: 32px;
}

.appointment-banner h2 {
    color: white;
    margin-bottom: 0.8rem;
}

.appointment-banner p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.banner-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-light {
    background: white;
    color: var(--primary-dark);
}

.btn-light:hover {
    background: var(--gray-100);
}

.btn-outline-light {
    background: rgba(255,255,255,0.15);
    color: white;
    border: 1px solid rgba(255,255,255,0.4);
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.25);
}

/* Contact Section */
.contact-section {
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.contact-info address p {
    margin-bottom: 1rem;
    color: var(--gray-600);
}

.contact-hours h3, .contact-appointment h3 {
    margin-bottom: 1rem;
}

.hours-list {
    list-style: none;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--gray-200);
}

.after-hours {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: var(--gray-600);
}

.appointment-note {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    color: var(--gray-500);
    text-align: center;
}

/* Footer */
footer {
    background: var(--gray-900);
    color: #cbd5e1;
    padding: 3rem 0 2rem;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-logo {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.footer-logo span {
    color: var(--accent);
}

.footer-col p {
    margin-top: 0.8rem;
    font-size: 0.85rem;
    opacity: 0.8;
}

.footer-col h4 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.85rem;
}

.footer-links a:hover {
    color: white;
}

.copyright {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #334155;
    font-size: 0.75rem;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
    .container {
        padding: 0 1.5rem;
    }
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }
    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .about-grid, .insurance-grid {
        grid-template-columns: 1fr;
    }
    .hero-grid {
        flex-direction: column;
    }
    .hero-content {
        text-align: center;
    }
    .hero-features {
        justify-content: center;
    }
    .btn-group {
        justify-content: center;
    }
    .top-bar-container {
        flex-direction: column;
        text-align: center;
    }
}