:root {
    --cch-primary: #0E7490;
    --cch-primary-dark: #0C5A70;
    --cch-accent: #16A34A;
    --cch-light: #EAF6F7;
    --cch-text: #1F2937;
    --cch-muted: #64748B;
    --cch-border: #DCEEF0;
    --cch-radius: 16px;
    --cch-radius-sm: 10px;
    --cch-whatsapp: #25d366;
    --cch-font-heading: 'Poppins', sans-serif;
    --cch-font-body: 'Inter', sans-serif;
}

body { font-family: var(--cch-font-body); color: var(--cch-text); background: #fff; line-height: 1.7; }
h1, h2, h3, h4, .cch-brand span { font-family: var(--cch-font-heading); color: var(--cch-primary-dark); }
a { text-decoration: none; color: inherit; }
.container { max-width: 1180px; }

.cch-top-bar { background: var(--cch-primary-dark); color: #d7f0f3; font-size: 13px; padding: 8px 0; }
.cch-top-bar-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.cch-top-bar a, .cch-top-bar span { color: #d7f0f3; margin-right: 16px; }
.cch-top-bar i { margin-right: 4px; color: var(--cch-accent); }
.cch-emergency { font-weight: 700; color: #fff !important; }

.cch-header { background: #fff; box-shadow: 0 2px 12px rgba(14,116,144,0.1); position: sticky; top: 0; z-index: 40; }
.cch-navbar { padding: 14px 0; }
.cch-brand { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 700; }
.cch-brand img { height: 150px; width: auto; max-width: 100%; object-fit: contain; }
.cch-brand i { font-size: 26px; color: var(--cch-primary); }
.cch-nav-links .nav-link { color: var(--cch-text); font-weight: 600; padding: 8px 12px; font-size: 14px; }
.cch-nav-links .nav-link:hover { color: var(--cch-primary); }
.cch-btn-cta { background: var(--cch-primary); color: #fff !important; font-weight: 700; padding: 10px 22px; border-radius: 30px; }
.cch-btn-cta:hover { background: var(--cch-accent); }

.cch-btn-primary { background: var(--cch-primary); color: #fff; font-weight: 700; padding: 12px 26px; border-radius: 30px; border: none; }
.cch-btn-primary:hover { background: var(--cch-accent); color: #fff; }
.cch-btn-outline { border: 2px solid var(--cch-primary); color: var(--cch-primary); font-weight: 700; padding: 10px 24px; border-radius: 30px; background: transparent; }
.cch-btn-outline:hover { background: var(--cch-primary); color: #fff; }
.cch-btn-whatsapp { background: var(--cch-whatsapp); color: #fff; font-weight: 700; padding: 12px 26px; border-radius: 30px; border: none; }

.cch-hero { background: var(--cch-light); padding: 90px 0; }
.cch-hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 40px; }
.cch-eyebrow { color: var(--cch-accent); text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 700; }
.cch-hero h1 { font-size: 2.5rem; margin: 14px 0 18px; line-height: 1.25; }
.cch-hero p { color: var(--cch-muted); font-size: 16px; max-width: 540px; margin-bottom: 26px; }
.cch-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cch-hero-image { background: linear-gradient(135deg, var(--cch-primary), var(--cch-accent)); border-radius: var(--cch-radius); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.cch-hero-image i { font-size: 90px; color: rgba(255,255,255,0.4); }

.cch-stats-section { background: var(--cch-primary-dark); padding: 40px 0; }
.cch-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cch-stat-card { text-align: center; color: #fff; }
.cch-stat-card h3 { color: #fff; font-size: 2.2rem; margin-bottom: 4px; }
.cch-stat-card span { color: #d7f0f3; font-size: 13.5px; text-transform: uppercase; letter-spacing: 1px; }

.cch-section { padding: 70px 0; }
.cch-section-label { color: var(--cch-accent); text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; font-size: 12.5px; }
.cch-section-heading { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.cch-section-heading h2 { font-size: 2rem; margin-top: 8px; }

.cch-service-card { background: var(--cch-light); border-radius: var(--cch-radius); padding: 30px; height: 100%; }
.cch-service-icon { width: 56px; height: 56px; border-radius: 50%; background: #fff; color: var(--cch-primary); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.cch-service-card h3 { font-size: 18px; margin-bottom: 8px; }
.cch-service-card p { color: var(--cch-muted); font-size: 14.5px; }
.cch-service-icon-lg { background: var(--cch-light); border-radius: var(--cch-radius); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.cch-service-icon-lg i { font-size: 90px; color: var(--cch-primary); }

.cch-process-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.cch-process-step { text-align: center; }
.cch-process-number { width: 48px; height: 48px; border-radius: 50%; background: var(--cch-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; margin: 0 auto 14px; font-family: var(--cch-font-heading); }
.cch-process-step h4 { font-size: 15.5px; }
.cch-process-step p { color: var(--cch-muted); font-size: 13.5px; }

.cch-testimonial-section { background: var(--cch-light); }
.cch-testimonial-card { background: #fff; border-radius: var(--cch-radius); padding: 28px; height: 100%; }
.cch-testimonial-card i { color: var(--cch-accent); font-size: 22px; margin-bottom: 12px; }
.cch-testimonial-card p { font-style: italic; margin-bottom: 16px; }
.cch-testimonial-card strong { display: block; }
.cch-testimonial-card span { color: var(--cch-muted); font-size: 13px; }

.cch-doctor-card { text-align: center; background: var(--cch-light); border-radius: var(--cch-radius); padding: 30px 20px; height: 100%; }
.cch-doctor-avatar { width: 78px; height: 78px; border-radius: 50%; background: #fff; color: var(--cch-primary); display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 16px; }
.cch-doctor-card h4 { font-size: 16px; margin-bottom: 4px; }
.cch-doctor-card span { color: var(--cch-muted); font-size: 13.5px; }

.cch-accordion .accordion-button { font-family: var(--cch-font-heading); font-weight: 600; }
.cch-accordion .accordion-button:not(.collapsed) { background: var(--cch-light); color: var(--cch-primary-dark); }
.cch-accordion .accordion-button:focus { box-shadow: none; }

.cch-cta-section { background: linear-gradient(135deg, var(--cch-primary), var(--cch-primary-dark)); padding: 60px 0; color: #fff; text-align: center; }
.cch-cta-section h2 { color: #fff; }
.cch-cta-section p { color: #d7f0f3; margin-bottom: 24px; }

.cch-two-col { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 44px; align-items: center; }
.cch-two-col h2 { margin: 8px 0 16px; }
.cch-check-list { list-style: none; padding: 0; margin: 18px 0; }
.cch-check-list li { padding: 6px 0; }
.cch-check-list i { color: var(--cch-primary); margin-right: 10px; }

.cch-contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start; }
.cch-contact-form input, .cch-contact-form textarea, .cch-select { width: 100%; border: 1px solid var(--cch-border); border-radius: var(--cch-radius-sm); padding: 12px 14px; font-family: var(--cch-font-body); font-size: 14.5px; }
.cch-contact-form input:focus, .cch-contact-form textarea:focus, .cch-select:focus { outline: none; border-color: var(--cch-primary); }
.cch-map-wrap iframe { width: 100%; height: 100%; min-height: 360px; border: 0; border-radius: var(--cch-radius); }
.cch-map-placeholder { background: var(--cch-light); min-height: 360px; border-radius: var(--cch-radius); display: flex; align-items: center; justify-content: center; }
.cch-map-placeholder i { font-size: 40px; color: var(--cch-border); }
.cch-alert-success { background: #eafaf0; color: #146c43; padding: 12px 16px; border-radius: var(--cch-radius-sm); margin-bottom: 16px; }
.cch-alert-error { background: #fdecea; color: #a1261d; padding: 12px 16px; border-radius: var(--cch-radius-sm); margin-bottom: 16px; }
.cch-alert-error ul { margin: 0; padding-left: 18px; }
.cch-contact-info-card { background: var(--cch-light); border-radius: var(--cch-radius); padding: 26px; text-align: center; height: 100%; }
.cch-contact-info-card i { font-size: 26px; color: var(--cch-primary); margin-bottom: 10px; }
.cch-contact-info-card h4 { font-size: 15px; margin-bottom: 6px; }
.cch-contact-info-card a, .cch-contact-info-card span { color: var(--cch-muted); font-size: 14px; }

.cch-sidebar-widget { background: var(--cch-light); border-radius: var(--cch-radius); padding: 22px; margin-bottom: 20px; }
.cch-sidebar-widget h4 { font-size: 15px; margin-bottom: 10px; }
.cch-sidebar-widget p { color: var(--cch-muted); font-size: 13.5px; margin: 0; }
.cch-sidebar-cta { background: var(--cch-primary-dark); color: #fff; }
.cch-sidebar-cta h4 { color: #fff; }
.cch-sidebar-cta p a { color: #a9e6ec; font-weight: 700; }

.cch-breadcrumb { background: var(--cch-primary-dark); padding: 44px 0; color: #fff; }
.cch-breadcrumb h1 { color: #fff; margin-bottom: 6px; }
.cch-breadcrumb-nav a { color: var(--cch-accent); }
.cch-breadcrumb-nav span { color: #d7f0f3; margin: 0 6px; }

.cch-footer { background: var(--cch-primary-dark); color: #d7f0f3; padding-top: 60px; }
.cch-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 40px; }
.cch-footer-brand { color: #fff; font-size: 19px; }
.cch-footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.cch-footer-links { list-style: none; padding: 0; margin: 0; }
.cch-footer-links li { padding: 6px 0; font-size: 13.5px; }
.cch-footer-links i { margin-right: 8px; color: var(--cch-accent); }
.cch-socials { display: flex; gap: 10px; margin-top: 16px; }
.cch-socials a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; }
.cch-newsletter-form { display: flex; gap: 8px; margin-top: 10px; }
.cch-newsletter-form input { flex: 1; border: none; border-radius: 6px; padding: 10px 12px; font-size: 13.5px; }
.cch-newsletter-form button { background: var(--cch-accent); border: none; border-radius: 6px; width: 42px; color: #fff; }
.cch-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 0; text-align: center; font-size: 13px; }

.cch-whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; background: var(--cch-whatsapp); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 8px 20px rgba(0,0,0,0.25); z-index: 50; }

@media (max-width: 991px) {
    .cch-hero-grid, .cch-two-col, .cch-contact-grid { grid-template-columns: 1fr; }
    .cch-process-row, .cch-stats-row { grid-template-columns: 1fr 1fr; }
    .cch-footer-grid { grid-template-columns: 1fr 1fr; }
    .cch-hero h1 { font-size: 2rem; }
}
@media (max-width: 576px) {
    .cch-footer-grid { grid-template-columns: 1fr; }
    .cch-process-row, .cch-stats-row { grid-template-columns: 1fr; }
    .cch-top-bar-inner { flex-direction: column; text-align: center; }
}
