/* Family Dental Clinic — main.css */
:root {
  --fdc-blue: #236AA3;
  --fdc-blue-dark: #1a5282;
  --fdc-blue-light: #E8F4FD;
  --fdc-teal: #3AAFA9;
  --fdc-amber: #F5A623;
  --fdc-amber-dark: #D4881B;
  --fdc-text: #2D3748;
  --fdc-muted: #718096;
  --fdc-border: #E2E8F0;
}

* { box-sizing: border-box; }
body { font-family: 'Nunito', sans-serif; color: var(--fdc-text); background: #fff; margin: 0; }
.wrapper { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Announcement banner */
.fdc-announcement { background: var(--fdc-amber); color: #fff; font-size: 13px; font-weight: 600; text-align: center; padding: 8px 16px; }
.fdc-announcement strong { font-weight: 800; }

/* Header */
.fdc-header { background: var(--fdc-blue); position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
.fdc-header-bar { background: var(--fdc-blue); }
.fdc-header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.fdc-logo img { height: 52px; width: auto; display: block; }
.fdc-logo-text { color: #fff; font-size: 20px; font-weight: 800; }

/* Desktop nav */
.fdc-nav { display: flex; align-items: center; gap: 2px; }
.fdc-nav a { color: rgba(255,255,255,0.9); text-decoration: none; font-size: 13.5px; font-weight: 600; padding: 8px 11px; border-radius: 6px; transition: background 0.15s; white-space: nowrap; }
.fdc-nav a:hover { background: rgba(255,255,255,0.15); color: #fff; }
.fdc-book-btn { background: var(--fdc-amber) !important; color: #fff !important; font-weight: 700 !important; border-radius: 6px !important; padding: 9px 16px !important; margin-left: 8px; transition: background 0.15s !important; }
.fdc-book-btn:hover { background: var(--fdc-amber-dark) !important; }

/* Hamburger */
.fdc-hamburger { display: none; flex-direction: column; justify-content: space-between; width: 30px; height: 20px; background: none; border: none; cursor: pointer; padding: 0; }
.fdc-bar { display: block; width: 100%; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }

/* Mobile menu */
.fdc-mobile-menu { display: none; background: var(--fdc-blue-dark); overflow: hidden; max-height: 0; transition: max-height 0.3s ease; }
.fdc-mobile-menu.fdc-open { display: block; max-height: 600px; }
.fdc-mobile-inner { padding: 12px 24px 20px; }
.fdc-mobile-link { display: block; color: rgba(255,255,255,0.9); text-decoration: none; font-size: 15px; font-weight: 600; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.fdc-mobile-link:last-of-type { border-bottom: none; }
.fdc-mobile-cta { display: block; background: var(--fdc-amber); color: #fff; text-decoration: none; font-size: 15px; font-weight: 700; text-align: center; padding: 12px; border-radius: 8px; margin-top: 16px; }

/* Hero */
.fdc-hero { background: linear-gradient(rgba(35,106,163,0.55), rgba(35,106,163,0.6)), url('/public-assets/family-dental-clinic/hero.jpg') center/cover no-repeat; min-height: 480px; display: flex; align-items: center; padding: 40px 0 60px; }
.fdc-hero-content { max-width: 620px; }
.fdc-hero h1 { font-size: clamp(28px, 4.5vw, 50px); font-weight: 900; color: #fff; line-height: 1.15; margin: 0 0 18px; }
.fdc-hero p { font-size: 18px; color: rgba(255,255,255,0.9); line-height: 1.7; margin: 0 0 32px; max-width: 520px; }
.fdc-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Page hero (non-home) */
.fdc-page-hero { padding: 72px 0 52px; background: var(--fdc-blue); }
.fdc-page-hero h1 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 900; color: #fff; margin: 0 0 10px; }
.fdc-page-hero p { font-size: 18px; color: rgba(255,255,255,0.85); margin: 0; }

/* Buttons */
.fdc-btn-primary { display: inline-block; background: var(--fdc-amber); color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 8px; transition: background 0.2s; white-space: nowrap; }
.fdc-btn-primary:hover { background: var(--fdc-amber-dark); }
.fdc-btn-outline { display: inline-block; background: rgba(255,255,255,0.15); color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; padding: 13px 28px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.6); transition: all 0.2s; white-space: nowrap; }
.fdc-btn-outline:hover { background: rgba(255,255,255,0.28); }
.fdc-btn-blue { display: inline-block; background: var(--fdc-blue); color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 8px; transition: background 0.2s; white-space: nowrap; }
.fdc-btn-blue:hover { background: var(--fdc-blue-dark); }
.fdc-btn-white { display: inline-block; background: #fff; color: var(--fdc-blue); text-decoration: none; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 8px; transition: background 0.2s; white-space: nowrap; }
.fdc-btn-white:hover { background: var(--fdc-blue-light); }

/* Section */
.fdc-section { padding: 72px 0; }
.fdc-section-title { font-size: 32px; font-weight: 800; color: var(--fdc-blue); margin: 0 0 8px; line-height: 1.2; }
.fdc-section-sub { color: var(--fdc-muted); font-size: 16px; margin: 0 0 40px; }
.fdc-intro-text { font-size: 17px; line-height: 1.8; color: var(--fdc-muted); max-width: 860px; }

/* Card grids */
.fdc-cards-4 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.fdc-cards-3 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.fdc-cards-2 { display: grid; grid-template-columns: 1fr; gap: 24px; }

.fdc-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 16px rgba(35,106,163,0.1); transition: transform 0.2s, box-shadow 0.2s; }
.fdc-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(35,106,163,0.18); }
.fdc-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.fdc-card-body { padding: 24px; }
.fdc-card-body h3 { font-size: 20px; font-weight: 800; color: var(--fdc-blue); margin: 0 0 10px; }
.fdc-card-body p { color: var(--fdc-muted); line-height: 1.7; font-size: 14.5px; margin: 0 0 16px; }
.fdc-card-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.fdc-card-link { color: var(--fdc-blue); font-weight: 700; text-decoration: none; font-size: 14px; }
.fdc-card-link:hover { color: var(--fdc-teal); }

/* Info cards (no image) */
.fdc-info-card { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.07); text-align: center; }
.fdc-info-icon { width: 56px; height: 56px; background: var(--fdc-blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; color: var(--fdc-blue); }
.fdc-info-card h3 { font-size: 18px; font-weight: 800; color: var(--fdc-blue); margin: 0 0 10px; }
.fdc-info-card p { color: var(--fdc-muted); font-size: 14.5px; line-height: 1.7; margin: 0; }

/* New patient banner */
.fdc-new-patient-banner { display: flex; flex-direction: column; gap: 32px; background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 20px rgba(35,106,163,0.12); }
.fdc-np-text h2 { font-size: 26px; font-weight: 800; color: var(--fdc-blue); margin: 0 0 12px; }
.fdc-np-text p { color: var(--fdc-muted); line-height: 1.7; margin: 0; }
.fdc-np-cta { text-align: center; }
.fdc-price-badge { background: var(--fdc-blue); color: #fff; border-radius: 12px; padding: 24px 32px; display: inline-block; text-align: center; }
.fdc-price-was { display: block; font-size: 14px; opacity: 0.7; text-decoration: line-through; margin-bottom: 4px; }
.fdc-price-now { display: block; font-size: 48px; font-weight: 900; line-height: 1; }
.fdc-price-label { display: block; font-size: 12px; opacity: 0.8; margin-top: 6px; }

/* Two column layout */
.fdc-two-col { display: flex; flex-direction: column; gap: 48px; align-items: center; }
.fdc-two-col-text { flex: 1; }
.fdc-two-col-text p { color: var(--fdc-muted); line-height: 1.8; margin: 0 0 14px; }
.fdc-two-col-img { flex: 1; width: 100%; }

/* Feature list */
.fdc-feature-list { list-style: none; padding: 0; margin: 0; }
.fdc-feature-list li { display: flex; align-items: center; gap: 10px; padding: 7px 0; color: var(--fdc-text); font-size: 15px; }
.fdc-feature-list li i { font-size: 16px; flex-shrink: 0; }

/* Contact strip (homepage blue section) */
.fdc-contact-strip { display: grid; grid-template-columns: 1fr; gap: 28px; }
.fdc-contact-item { display: flex; align-items: flex-start; gap: 16px; }
.fdc-contact-icon-wrap { width: 44px; height: 44px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; flex-shrink: 0; }
.fdc-contact-item h4 { color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 6px; }
.fdc-contact-item p { color: #fff; font-size: 15px; margin: 0; line-height: 1.7; }
.fdc-contact-item a { color: #fff; text-decoration: none; font-weight: 600; }
.fdc-contact-item a:hover { text-decoration: underline; }

/* Contact page grid */
.fdc-contact-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
.fdc-contact-detail { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--fdc-border); }
.fdc-contact-detail:last-child { border-bottom: none; }
.fdc-contact-icon-box { width: 44px; height: 44px; background: var(--fdc-blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--fdc-blue); flex-shrink: 0; }
.fdc-contact-detail h4 { font-size: 14px; font-weight: 700; color: var(--fdc-blue); margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.fdc-contact-detail p { color: var(--fdc-muted); font-size: 15px; margin: 0; line-height: 1.7; }
.fdc-contact-detail a { color: var(--fdc-blue); font-weight: 600; text-decoration: none; }
.fdc-contact-detail a:hover { text-decoration: underline; }

/* Hours table */
.fdc-hours-table { width: 100%; border-collapse: collapse; }
.fdc-hours-table tr td { padding: 7px 0; font-size: 14px; color: var(--fdc-muted); border-bottom: 1px solid var(--fdc-border); }
.fdc-hours-table tr:last-child td { border-bottom: none; }
.fdc-hours-table tr td:first-child { font-weight: 700; color: var(--fdc-text); padding-right: 16px; }
.fdc-hours-dark tr td { color: var(--fdc-muted); }

/* Fees */
.fdc-fees-block { margin-bottom: 40px; }
.fdc-fees-heading { font-size: 20px; font-weight: 800; color: var(--fdc-blue); margin: 0 0 16px; display: flex; align-items: center; gap: 10px; }
.fdc-fees-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 8px rgba(0,0,0,0.07); }
.fdc-fees-table tr td { padding: 13px 16px; font-size: 14.5px; border-bottom: 1px solid var(--fdc-border); }
.fdc-fees-table tr:last-child td { border-bottom: none; }
.fdc-fees-table tr:hover { background: var(--fdc-blue-light); }
.fdc-fees-table td:last-child { text-align: right; font-weight: 700; color: var(--fdc-blue); white-space: nowrap; }
.fdc-fee-new { color: var(--fdc-amber) !important; }
.fdc-fee-was { font-weight: 400; text-decoration: line-through; opacity: 0.6; font-size: 13px; margin-left: 6px; }
.fdc-offer-box { background: var(--fdc-blue); border-radius: 12px; padding: 28px 32px; display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.fdc-offer-icon { width: 52px; height: 52px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--fdc-amber); flex-shrink: 0; }
.fdc-offer-text h3 { color: #fff; font-size: 20px; font-weight: 800; margin: 0 0 8px; }
.fdc-offer-text p { color: rgba(255,255,255,0.85); font-size: 15px; margin: 0; }
.fdc-finance-notice { background: var(--fdc-blue-light); border-left: 4px solid var(--fdc-blue); border-radius: 4px; padding: 16px 20px; margin-top: 40px; }
.fdc-finance-notice p { color: var(--fdc-muted); font-size: 13px; line-height: 1.7; margin: 0; }

/* Treatments */
.fdc-treatment-block { display: flex; flex-direction: column; gap: 24px; padding: 40px 0; border-bottom: 1px solid var(--fdc-border); }
.fdc-treatment-block:last-of-type { border-bottom: none; }
.fdc-treatment-alt { background: none; }
.fdc-treatment-icon { width: 64px; height: 64px; background: var(--fdc-blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; color: var(--fdc-blue); flex-shrink: 0; }
.fdc-treatment-content h2 { font-size: 24px; font-weight: 800; color: var(--fdc-blue); margin: 0 0 12px; }
.fdc-treatment-content p { color: var(--fdc-muted); line-height: 1.8; margin: 0 0 14px; }
.fdc-list { padding-left: 20px; margin: 0; }
.fdc-list li { color: var(--fdc-muted); line-height: 1.7; margin-bottom: 4px; font-size: 14.5px; }
.fdc-list a { color: var(--fdc-blue); font-weight: 600; }

/* Feature card (Facial Aesthetics) */
.fdc-feature-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.09); }
.fdc-feature-card-header { padding: 28px 28px 24px; display: flex; align-items: center; gap: 16px; }
.fdc-feature-card-header i { font-size: 28px; color: rgba(255,255,255,0.9); }
.fdc-feature-card-header h3 { font-size: 22px; font-weight: 800; color: #fff; margin: 0; }
.fdc-feature-card-body { padding: 28px; }
.fdc-feature-card-body p { color: var(--fdc-muted); line-height: 1.8; margin: 0 0 16px; }
.fdc-price-row { display: flex; align-items: baseline; gap: 8px; margin-top: 24px; }
.fdc-price-label-sm { font-size: 13px; color: var(--fdc-muted); font-weight: 600; }
.fdc-price-large { font-size: 36px; font-weight: 900; color: var(--fdc-blue); }

/* Monthly plans */
.fdc-plans-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.fdc-plan-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.09); position: relative; }
.fdc-plan-featured { box-shadow: 0 6px 32px rgba(35,106,163,0.22); transform: scale(1.02); }
.fdc-plan-badge { position: absolute; top: 16px; right: 16px; background: var(--fdc-amber); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.fdc-plan-header { padding: 28px 24px; text-align: center; }
.fdc-plan-header h3 { font-size: 22px; font-weight: 800; color: #fff; margin: 0 0 8px; }
.fdc-plan-price { font-size: 42px; font-weight: 900; color: #fff; }
.fdc-plan-price span { font-size: 16px; font-weight: 500; opacity: 0.8; }
.fdc-plan-body { padding: 24px; }
.fdc-plan-list { list-style: none; padding: 0; margin: 0 0 24px; }
.fdc-plan-list li { display: flex; align-items: center; gap: 10px; padding: 8px 0; color: var(--fdc-text); font-size: 14.5px; border-bottom: 1px solid var(--fdc-border); }
.fdc-plan-list li:last-child { border-bottom: none; }
.fdc-plan-list li i { color: var(--fdc-teal); }
.fdc-btn-plan { display: block; background: var(--fdc-blue); color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; text-align: center; padding: 13px; border-radius: 8px; transition: background 0.2s; }
.fdc-btn-plan:hover { background: var(--fdc-blue-dark); }

/* Prose (Privacy Policy) */
.fdc-prose h2 { font-size: 22px; font-weight: 800; color: var(--fdc-blue); margin: 32px 0 10px; }
.fdc-prose p { color: var(--fdc-muted); line-height: 1.8; margin: 0 0 14px; }

/* Footer */
.fdc-footer { background: #1A2E3B; color: rgba(255,255,255,0.75); padding: 56px 0 24px; }
.fdc-footer-grid { display: grid; grid-template-columns: 1fr; gap: 36px; margin-bottom: 48px; }
.fdc-footer h4 { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 18px; }
.fdc-footer p, .fdc-footer a { font-size: 14px; color: rgba(255,255,255,0.65); text-decoration: none; line-height: 1.9; display: block; }
.fdc-footer a:hover { color: var(--fdc-amber); }
.fdc-footer-col p { margin: 0; }
.fdc-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 13px; color: rgba(255,255,255,0.4); text-align: center; }
.fdc-footer-bottom a { display: inline; color: rgba(255,255,255,0.4); text-decoration: none; }
.fdc-footer-bottom a:hover { color: var(--fdc-amber); }
.fdc-hours-table { margin-top: 0; }

/* Responsive */
@media (min-width: 480px) {
  .fdc-new-patient-banner { flex-direction: row; align-items: center; }
}
@media (min-width: 640px) {
  .fdc-cards-4 { grid-template-columns: repeat(2, 1fr); }
  .fdc-cards-3 { grid-template-columns: repeat(2, 1fr); }
  .fdc-cards-2 { grid-template-columns: repeat(2, 1fr); }
  .fdc-plans-grid { grid-template-columns: repeat(2, 1fr); }
  .fdc-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .fdc-treatment-block { flex-direction: row; }
  .fdc-contact-strip { grid-template-columns: repeat(2, 1fr); }
  .fdc-offer-box { flex-direction: row; align-items: center; }
}
@media (min-width: 900px) {
  .fdc-cards-4 { grid-template-columns: repeat(4, 1fr); }
  .fdc-cards-3 { grid-template-columns: repeat(3, 1fr); }
  .fdc-footer-grid { grid-template-columns: repeat(4, 1fr); }
  .fdc-contact-strip { grid-template-columns: repeat(4, 1fr); }
  .fdc-plans-grid { grid-template-columns: repeat(3, 1fr); }
  .fdc-contact-grid { grid-template-columns: 1fr 1fr; }
  .fdc-two-col { flex-direction: row; }
}
@media (max-width: 767px) {
  .fdc-nav { display: none; }
  .fdc-hamburger { display: flex; }
  .fdc-hero { min-height: 380px; }
  .fdc-plan-featured { transform: none; }
}
@media (min-width: 768px) {
  .fdc-hamburger { display: none !important; }
  .fdc-mobile-menu { display: none !important; }
}
