:root {
  --home-primary: #087c73;
  --home-primary-dark: #03544f;
  --home-primary-soft: #e9f7f5;
  --home-navy: #0b2536;
  --home-accent: #dba83b;
  --home-text: #18303c;
  --home-muted: #667b84;
  --home-border: #dfe9e8;
  --home-surface: #ffffff;
  --home-surface-soft: #f5f9f8;
  --home-shadow: 0 18px 50px rgba(17, 58, 69, .10);
  --home-shadow-lg: 0 26px 70px rgba(10, 45, 55, .18);
  --home-radius: 24px;
}

.wh-home { font-family: "Manrope", sans-serif; color: var(--home-text); background: #fff; }
.wh-home h1, .wh-home h2, .wh-home h3 { letter-spacing: -.035em; }
.wh-home section { position: relative; }
.min-vh-75 { min-height: 75vh; }

.wh-hero { min-height: 760px; margin-top: 0; display: flex; align-items: center; overflow: hidden; background: var(--home-navy); }
.wh-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.02); }
.wh-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,31,43,.95) 0%, rgba(5,31,43,.78) 47%, rgba(5,31,43,.22) 100%); }
.wh-hero-container { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 80px; }
.wh-eyebrow, .wh-section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--home-primary); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wh-eyebrow { margin-bottom: 24px; color: #c9f0eb; }
.wh-hero h1 { margin: 0; color: #fff; font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 800; line-height: .98; }
.wh-hero h1 span { color: #8ee5dc; }
.wh-hero-lead { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.85; }
.wh-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.wh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 22px; border-radius: 14px; font-size: 13px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: .25s ease; }
.wh-btn-primary { color: #fff; background: linear-gradient(135deg, #0b9186, #05665f); box-shadow: 0 14px 30px rgba(8,124,115,.25); }
.wh-btn-primary:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 20px 38px rgba(8,124,115,.32); }
.wh-btn-light { color: var(--home-navy); background: #fff; }
.wh-btn-light:hover { color: var(--home-primary-dark); transform: translateY(-3px); }
.wh-btn-outline { color: var(--home-primary-dark); border-color: #b7dcd8; background: #fff; }
.wh-btn-outline:hover { color: #fff; background: var(--home-primary); }
.wh-hero-trust { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 44px; }
.wh-hero-trust div { display: flex; flex-direction: column; }
.wh-hero-trust strong { color: #fff; font-size: 27px; }
.wh-hero-trust span { color: rgba(255,255,255,.62); font-size: 11px; }
.wh-hero-card { position: absolute; right: 4vw; bottom: 40px; z-index: 3; display: flex; align-items: center; gap: 14px; max-width: 390px; padding: 18px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; backdrop-filter: blur(18px); box-shadow: var(--home-shadow-lg); }
.wh-hero-card-icon { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; color: var(--home-primary-dark); background: #fff; border-radius: 15px; font-size: 20px; }
.wh-hero-card div:nth-child(2) { display: flex; flex-direction: column; }
.wh-hero-card span { color: rgba(255,255,255,.68); font-size: 10px; }
.wh-hero-card strong { font-size: 13px; line-height: 1.4; }
.wh-hero-card > a { color: #fff; }

.wh-quick-access { z-index: 4; margin-top: -44px; padding-bottom: 32px; }
.wh-quick-card { display: flex; align-items: center; gap: 14px; min-height: 104px; padding: 20px; color: var(--home-text); background: #fff; border: 1px solid var(--home-border); border-radius: 20px; box-shadow: var(--home-shadow); text-decoration: none; transition: .25s ease; }
.wh-quick-card > i { display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 50px; color: var(--home-primary); background: var(--home-primary-soft); border-radius: 15px; font-size: 20px; }
.wh-quick-card span { display: flex; flex-direction: column; }
.wh-quick-card strong { color: var(--home-navy); font-size: 14px; }
.wh-quick-card small { margin-top: 3px; color: var(--home-muted); font-size: 10px; }
.wh-quick-card:hover { color: var(--home-text); transform: translateY(-6px); box-shadow: var(--home-shadow-lg); }
.wh-quick-card-emergency { background: linear-gradient(135deg, #bd283b, #8d1828); border-color: transparent; }
.wh-quick-card-emergency > i { color: #b51f32; background: #fff; }
.wh-quick-card-emergency strong, .wh-quick-card-emergency small { color: #fff; }

.wh-announcement-wrap { padding: 18px 0 70px; }
.wh-announcement { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 18px 22px; background: #fffaf0; border: 1px solid #f1dfb6; border-radius: 18px; }
.wh-announcement-label { display: inline-flex; align-items: center; gap: 8px; color: #8a5d05; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.wh-announcement-content { display: flex; flex-direction: column; }
.wh-announcement-content strong { color: #533900; font-size: 13px; }
.wh-announcement-content span { color: #8c7850; font-size: 11px; }
.wh-announcement > a { color: #765006; font-size: 12px; font-weight: 800; text-decoration: none; }

.wh-welcome-section, .wh-about-section, .wh-departments-section, .wh-gallery-section { padding: 100px 0; }
.wh-welcome-section { background: var(--home-surface-soft); }
.wh-welcome-image { position: relative; }
.wh-welcome-image img { width: 100%; min-height: 560px; object-fit: cover; object-position: top; border-radius: 30px; box-shadow: var(--home-shadow-lg); }
.wh-welcome-badge { position: absolute; right: -28px; bottom: 34px; display: flex; align-items: center; gap: 12px; width: 280px; padding: 17px; background: #fff; border-radius: 18px; box-shadow: var(--home-shadow); }
.wh-welcome-badge > i { color: var(--home-primary); font-size: 26px; }
.wh-welcome-badge span { display: flex; flex-direction: column; }
.wh-welcome-badge strong { font-size: 12px; }
.wh-welcome-badge small { color: var(--home-muted); font-size: 9px; }
.wh-display-title { margin: 16px 0 24px; color: var(--home-navy); font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 800; line-height: 1.08; }
.wh-welcome-section p, .wh-about-section p { color: var(--home-muted); line-height: 1.85; }
.wh-welcome-quote { padding-left: 22px; color: var(--home-primary-dark) !important; border-left: 4px solid var(--home-accent); font-family: "Playfair Display", serif; font-size: 1.35rem; line-height: 1.55 !important; }
.wh-signature-block { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; align-items: center; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--home-border); }
.wh-signature-block > div { display: flex; flex-direction: column; }
.wh-signature-block strong { color: var(--home-navy); }
.wh-signature-block span { color: var(--home-muted); font-size: 11px; }
.wh-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--home-primary); font-size: 12px; font-weight: 800; text-decoration: none; }

.wh-latest-section, .wh-services-section { padding: 100px 0; }
.wh-latest-section { background: #fff; }
.wh-services-section { background: linear-gradient(180deg, #f7fbfa, #eef7f5); }
.wh-section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 42px; }
.wh-section-heading.centered { flex-direction: column; align-items: center; max-width: 800px; margin-right: auto; margin-left: auto; text-align: center; }
.wh-section-heading h2 { margin: 10px 0 0; color: var(--home-navy); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 800; }
.wh-section-heading p { max-width: 520px; margin: 0; color: var(--home-muted); line-height: 1.75; }
.wh-latest-card, .wh-service-card { display: flex; flex-direction: column; height: 100%; padding: 28px; background: #fff; border: 1px solid var(--home-border); border-radius: 22px; box-shadow: 0 8px 30px rgba(15,60,68,.06); text-decoration: none; transition: .25s ease; }
.wh-latest-card:hover, .wh-service-card:hover { transform: translateY(-8px); box-shadow: var(--home-shadow-lg); }
.wh-latest-icon, .wh-service-icon { display: grid; place-items: center; width: 58px; height: 58px; color: var(--home-primary); background: var(--home-primary-soft); border-radius: 17px; font-size: 22px; }
.wh-latest-count { margin-top: 28px; color: var(--home-accent); font-size: 28px; font-weight: 800; }
.wh-latest-card h3, .wh-service-card h3 { margin: 7px 0 10px; color: var(--home-navy); font-size: 18px; font-weight: 800; }
.wh-latest-card p, .wh-service-card p { flex: 1; color: var(--home-muted); font-size: 12px; line-height: 1.7; }
.wh-card-link, .wh-service-card > span:last-child { display: inline-flex; align-items: center; gap: 7px; color: var(--home-primary); font-size: 11px; font-weight: 800; }
.wh-service-card { min-height: 310px; }
.wh-service-card h3 { margin-top: 28px; }

.wh-about-image { position: relative; }
.wh-about-image img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 30px; box-shadow: var(--home-shadow-lg); }
.wh-about-stat { position: absolute; left: -30px; bottom: 30px; display: flex; flex-direction: column; width: 220px; padding: 22px; color: #fff; background: var(--home-primary); border-radius: 20px; box-shadow: var(--home-shadow-lg); }
.wh-about-stat strong { font-size: 28px; }
.wh-about-stat span { color: rgba(255,255,255,.8); font-size: 10px; line-height: 1.5; }
.wh-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px 20px; margin: 26px 0 30px; }
.wh-check-grid span { display: flex; gap: 9px; color: var(--home-text); font-size: 12px; }
.wh-check-grid i { color: var(--home-primary); }

.wh-stats-section { padding: 58px 0; background: var(--home-navy); }
.wh-stat-card { display: flex; flex-direction: column; align-items: center; text-align: center; color: #fff; }
.wh-stat-card > i { display: grid; place-items: center; width: 54px; height: 54px; color: #9ae7df; background: rgba(255,255,255,.08); border-radius: 16px; font-size: 20px; }
.wh-stat-card strong { margin-top: 15px; font-size: 32px; }
.wh-stat-card > span { color: rgba(255,255,255,.65); font-size: 11px; }

.wh-departments-section { background: var(--home-surface-soft); }
.wh-department-tabs { gap: 12px; }
.wh-department-tabs .nav-link { display: flex; gap: 14px; align-items: center; width: 100%; padding: 17px; color: var(--home-text); background: #fff; border: 1px solid var(--home-border); border-radius: 16px; text-align: left; }
.wh-department-tabs .nav-link > i { display: grid; place-items: center; width: 45px; height: 45px; color: var(--home-primary); background: var(--home-primary-soft); border-radius: 13px; }
.wh-department-tabs .nav-link span { display: flex; flex-direction: column; }
.wh-department-tabs .nav-link strong { font-size: 13px; }
.wh-department-tabs .nav-link small { margin-top: 3px; color: var(--home-muted); font-size: 9px; }
.wh-department-tabs .nav-link.active { color: #fff; background: var(--home-primary); border-color: var(--home-primary); box-shadow: var(--home-shadow); }
.wh-department-tabs .nav-link.active > i { color: var(--home-primary); background: #fff; }
.wh-department-tabs .nav-link.active small { color: rgba(255,255,255,.7); }
.wh-department-content .tab-pane { overflow: hidden; min-height: 470px; background: #fff; border-radius: 24px; box-shadow: var(--home-shadow); }
.wh-department-content img { width: 100%; height: 300px; object-fit: cover; }
.wh-department-content .tab-pane > div { padding: 28px; }
.wh-department-content h3 { color: var(--home-navy); font-size: 24px; font-weight: 800; }
.wh-department-content p { color: var(--home-muted); line-height: 1.75; }
.wh-department-content a { color: var(--home-primary); font-size: 12px; font-weight: 800; text-decoration: none; }

.wh-appointment-section { padding: 100px 0; color: #fff; background: linear-gradient(135deg, #073d4a, #075f5a); overflow: hidden; }
.wh-appointment-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; top: -130px; border-radius: 50%; background: rgba(255,255,255,.05); }
.wh-section-kicker-light { color: #93e4dc; }
.wh-appointment-section h2 { margin: 15px 0; font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 800; }
.wh-appointment-section p { color: rgba(255,255,255,.74); line-height: 1.8; }
.wh-appointment-contact { display: inline-flex; gap: 12px; align-items: center; margin-top: 24px; padding: 14px 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.wh-appointment-contact > i { font-size: 21px; }
.wh-appointment-contact span { display: flex; flex-direction: column; }
.wh-appointment-contact small { color: rgba(255,255,255,.6); font-size: 9px; }
.wh-appointment-contact strong { font-size: 13px; }
.wh-appointment-form { position: relative; z-index: 2; padding: 32px; background: #fff; border-radius: 26px; box-shadow: var(--home-shadow-lg); }
.wh-appointment-form label { margin-bottom: 7px; color: var(--home-text); font-size: 10px; font-weight: 800; }
.wh-appointment-form .form-control, .wh-appointment-form .form-select { min-height: 50px; color: var(--home-text); background: #f8fbfa; border: 1px solid var(--home-border); border-radius: 12px; font-size: 12px; }
.wh-appointment-form textarea.form-control { min-height: 115px; }
.wh-appointment-form .form-control:focus, .wh-appointment-form .form-select:focus { border-color: var(--home-primary); box-shadow: 0 0 0 4px rgba(8,124,115,.1); }

.wh-gallery-section { background: #fff; }
.wh-gallery-slider { padding-bottom: 48px; }
.wh-gallery-card { position: relative; display: block; overflow: hidden; height: 390px; border-radius: 22px; box-shadow: var(--home-shadow); }
.wh-gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wh-gallery-card:hover img { transform: scale(1.06); }
.wh-gallery-overlay { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; padding: 80px 20px 20px; color: #fff; background: linear-gradient(transparent, rgba(3,30,39,.94)); }
.wh-gallery-overlay strong { font-size: 14px; }
.wh-gallery-overlay small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: 10px; }
.wh-gallery-overlay i { position: absolute; right: 18px; bottom: 20px; }
.wh-gallery-slider .swiper-pagination-bullet-active { background: var(--home-primary); }

.wh-final-cta { padding: 30px 0 90px; }
.wh-final-cta-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 45px; color: #fff; background: linear-gradient(135deg, #0a3040, #075c57); border-radius: 28px; box-shadow: var(--home-shadow-lg); }
.wh-final-cta-inner span { color: #9ae7df; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.wh-final-cta-inner h2 { margin: 9px 0; font-size: clamp(2rem,4vw,3.3rem); font-weight: 800; }
.wh-final-cta-inner p { margin: 0; color: rgba(255,255,255,.68); }
.wh-final-actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1199px) {
  .wh-hero-card { display: none; }
  .wh-welcome-badge { right: 18px; }
}

@media (max-width: 991px) {
  .wh-hero { min-height: 680px; }
  .wh-hero-container { padding-top: 130px; }
  .wh-quick-access { margin-top: -26px; }
  .wh-welcome-section, .wh-about-section, .wh-departments-section, .wh-gallery-section, .wh-latest-section, .wh-services-section, .wh-appointment-section { padding: 75px 0; }
  .wh-section-heading { flex-direction: column; align-items: flex-start; }
  .wh-final-cta-inner { flex-direction: column; align-items: flex-start; }
  .wh-about-stat { left: 20px; }
}

@media (max-width: 767px) {
  .wh-hero { min-height: 650px; }
  .wh-hero-overlay { background: rgba(5,31,43,.82); }
  .wh-hero h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .wh-hero-actions .wh-btn { width: 100%; }
  .wh-hero-trust { gap: 20px; }
  .wh-announcement { grid-template-columns: 1fr; }
  .wh-welcome-image img, .wh-about-image img { min-height: 430px; }
  .wh-welcome-badge { position: relative; right: auto; bottom: auto; width: 100%; margin-top: -26px; }
  .wh-check-grid { grid-template-columns: 1fr; }
  .wh-final-cta-inner { padding: 30px; }
}

@media (max-width: 575px) {
  .wh-quick-card { min-height: 120px; flex-direction: column; align-items: flex-start; }
  .wh-quick-card > i { width: 44px; height: 44px; }
  .wh-welcome-section, .wh-about-section, .wh-departments-section, .wh-gallery-section, .wh-latest-section, .wh-services-section, .wh-appointment-section { padding: 62px 0; }
  .wh-appointment-form { padding: 22px; }
  .wh-gallery-card { height: 340px; }
}
