/* Minimal site CSS for static pages */

:root {
    --font-primary: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --primary-color: #2c5aa0;
    --primary-dark: #1e3f6b;
    --primary-light: #4a7bc8;
    --accent-color: #28a745;
    --accent-dark: #1e7e34;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --secondary-color: #f8f9fa;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-xxl: 4rem;
    --border-radius-sm: 8px;
    --border-radius-md: 15px;
    --border-radius-lg: 20px;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 8px rgba(0,0,0,0.1);
    --shadow-lg: 0 8px 30px rgba(0,0,0,0.1);
}

* { box-sizing: border-box; }
body {
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--text-dark);
    background: #fefbee;
    min-height: 100vh;
}
.page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.lead { font-size: 1.1rem; }

/* Logo */
.logo-section { padding: var(--spacing-md) 0; border-bottom: 1px solid rgba(0,0,0,0.1); box-shadow: var(--shadow-sm); }
.logo-image { max-height: 70px; width: auto; }

/* Hero */
.hero-section { background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%); color: #fff; padding: var(--spacing-xxl) 0; text-align: center; position: relative; overflow: hidden; }
.hero-content { position: relative; z-index: 2; }
.hero-title { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
.hero-subtitle { font-size: 1.25rem; margin-bottom: var(--spacing-lg); opacity: .95; }

/* Buttons */
.btn-primary-custom { background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-dark) 100%); border: none; color: #fff; padding: 1rem 2rem; font-size: 1.1rem; border-radius: 50px; text-decoration: none; display: inline-block; text-transform: uppercase; letter-spacing: .5px; box-shadow: 0 4px 15px rgba(40,167,69,.3); transition: all .3s; }

/* Badges */
.cqc-badge { background: rgba(255,255,255,.2); color: #fff; padding: var(--spacing-xs) var(--spacing-sm); border-radius: var(--border-radius-sm); font-size: .9rem; border: 1px solid rgba(255,255,255,.3); }

/* Doctor */
.doctor-section { padding: var(--spacing-xxl) 0; background: var(--secondary-color); }
.doctor-profile { background: #fff; border-radius: 20px; padding: var(--spacing-xl); box-shadow: var(--shadow-lg); text-align: center; }
.doctor-image { width: 260px; height: 420px; border-radius: var(--border-radius-lg); object-fit: cover; object-position: top center; border: 3px solid var(--primary-color); box-shadow: 0 8px 25px rgba(44,90,160,.3); margin: 0 auto var(--spacing-lg); }
.doctor-name { font-size: 2rem; font-weight: 700; color: var(--text-dark); margin-bottom: var(--spacing-sm); }
.doctor-credentials { color: var(--primary-color); font-weight: 600; margin-bottom: var(--spacing-md); }

/* Features */
.features-section { padding: 80px 0; background: #fff; }
.feature-card { background: #fff; padding: var(--spacing-lg); border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,.08); height: 100%; border: 1px solid rgba(0,0,0,.05); }
.feature-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: var(--spacing-md); color: #fff; font-size: 1.5rem; box-shadow: 0 4px 15px rgba(44,90,160,.3); }

/* Process */
.process-section { padding: var(--spacing-xxl) 0; }
.process-step-card { text-align: center; margin-bottom: var(--spacing-xl); background: #fff; padding: var(--spacing-lg); border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.05); }
.process-number { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2rem; font-weight: 700; margin: 0 auto var(--spacing-md); }

/* Testimonials */
.testimonials-section { padding: var(--spacing-xxl) 0; background: linear-gradient(135deg, var(--secondary-color) 0%, #e9ecef 100%); }
.testimonial-card { background: #fff; border-radius: 16px; padding: var(--spacing-lg); margin-bottom: var(--spacing-lg); box-shadow: 0 4px 20px rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.05); }
.testimonial-text { font-style: italic; color: var(--text-dark); margin-bottom: var(--spacing-md); }
.testimonial-author { font-weight: 600; color: var(--primary-color); }

/* Booking */
.booking-header { background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%); color: #fff; padding: var(--spacing-xl) 0; text-align: center; position: relative; overflow: hidden; }
.booking-title { font-size: 2.3rem; font-weight: 700; margin-bottom: var(--spacing-sm); }
.booking-subtitle { font-size: 1.1rem; margin-bottom: var(--spacing-md); opacity: .9; }
.booking-benefits { max-width: 600px; margin: var(--spacing-lg) auto; text-align: left; }
.benefit-item { display: flex; align-items: center; margin-bottom: var(--spacing-sm); color: #fff; }
.benefit-item i { color: #90EE90; margin-right: var(--spacing-sm); }

/* Calendly embed */
.calendly-inline-widget { min-height: 900px; border-radius: var(--border-radius-md); overflow: hidden; box-shadow: var(--shadow-md); background: #fff; margin-top: var(--spacing-lg); }

/* Confirmation box */
.form-section { background: #fff; border-radius: 16px; padding: var(--spacing-xl); margin: var(--spacing-lg) 0; box-shadow: 0 8px 30px rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.05); }

/* Footer basics (uses Bootstrap utilities for colors) */
footer .img-fluid { max-height: 80px; }

/* Responsive */
@media (max-width: 768px) {
  .hero-title { font-size: 2.2rem; }
  .hero-subtitle { font-size: 1.1rem; }
  .booking-title { font-size: 2rem; }
  .calendly-inline-widget { min-height: 700px; }
  .doctor-image { width: 200px; height: 320px; }
}

