/* =========================================================
   VERTEX MANPOWER CONSULTING — HOME PAGE THEME STYLES
   Harmonized with Housekeeping Service (services-housekeeping.html)
   Exact Color Scheme: Text, Buttons, Cards, Borders
   ========================================================= */

:root {
  /* Exact Housekeeping Palette */
  --hk-teal: #1597A5;
  --hk-teal-light: #36BFC5;
  --hk-teal-dark: #0E7581;
  --hk-teal-glow: rgba(21, 151, 165, 0.22);
  --hk-accent: #E07A5F !important;
  --hk-accent-light: #E07A5F !important;
  --hk-navy-deep: #062A43;
  --hk-navy: #0B3553;
  --hk-ink: #0B2436;
  --hk-ink-mute: #4C6478;
  --hk-bg-soft: #F4F8FA;
  --hk-border: rgba(6, 42, 67, 0.08);
  --hk-border-strong: rgba(6, 42, 67, 0.14);
}

/* =========================================================
   1. COLOR HIGHLIGHT UTILITIES & TEXT
   ========================================================= */
.c-g,
.c-teal {
  color: var(--hk-teal) !important;
}

.c-o,
.c-coral,
.c-accent {
  color: var(--hk-accent) !important;
}

.c-teal-light {
  color: var(--hk-teal-light) !important;
}

.c-teal-dark {
  color: var(--hk-teal-dark) !important;
}

/* Base Headings & Body */
h1, h2, h3, h4 {
  color: var(--hk-navy-deep);
}

p {
  color: var(--hk-ink-mute);
}

/* Common Eyebrow */
.eyebrow-label,
.home-clients-eyebrow,
.svc-eyebrow,
.coverage-eyebrow,
.testimonials-eyebrow {
  color: var(--hk-teal-dark) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.eyebrow-label::before {
  background: var(--hk-teal) !important;
}

.eb-dot {
  width: 8px;
  height: 8px;
  background: var(--hk-teal) !important;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(21, 151, 165, 0.25) !important;
  animation: hkPulse 2s infinite;
}

@keyframes hkPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(21, 151, 165, 0.5); }
  70% { transform: scale(1); box-shadow: 0 0 0 7px rgba(21, 151, 165, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(21, 151, 165, 0); }
}

/* Dark section eyebrows */
.section-accent-dark .eyebrow-label,
.section-accent-dark .home-clients-eyebrow,
.section-accent-dark .testimonials-eyebrow {
  color: var(--hk-teal-light) !important;
}

.section-accent-dark .eyebrow-label::before {
  background: var(--hk-teal-light) !important;
}

.section-accent-dark .eb-dot {
  background: var(--hk-teal-light) !important;
  box-shadow: 0 0 0 3px rgba(54, 191, 197, 0.3) !important;
}

/* Dark Section Alternation */
.section-accent-dark {
  background: linear-gradient(135deg, var(--hk-navy-deep) 0%, var(--hk-navy) 100%) !important;
  background-color: var(--hk-navy-deep) !important;
}

.section-accent-dark h2,
.section-accent-dark h3,
.section-accent-dark h4 {
  color: #FFFFFF !important;
}

.section-accent-dark p,
.section-accent-dark .section-head p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Pure White Section */
.section-pure-white {
  background-color: #FFFFFF !important;
}

.section-pure-white h2,
.section-pure-white h3,
.section-pure-white h4 {
  color: var(--hk-navy-deep) !important;
}

.section-pure-white p,
.section-pure-white .section-head p {
  color: var(--hk-ink-mute) !important;
}

/* =========================================================
   2. BUTTONS (GLOBAL & HERO)
   ========================================================= */
.btn-primary,
.hero .btn-primary {
  background: linear-gradient(135deg, var(--hk-teal) 0%, var(--hk-teal-light) 100%) !important;
  color: #FFFFFF !important;
  box-shadow: 0 10px 24px -6px rgba(21, 151, 165, 0.45) !important;
  border: none !important;
}

.btn-primary:hover,
.hero .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -4px rgba(21, 151, 165, 0.55) !important;
  filter: brightness(1.05);
}

.btn-outline-hero,
.btn-secondary {
  background: #FFFFFF !important;
  color: var(--hk-navy-deep) !important;
  border: 1.5px solid var(--hk-border-strong) !important;
  box-shadow: 0 2px 8px rgba(6, 42, 67, 0.05) !important;
}

.btn-outline-hero:hover,
.btn-secondary:hover {
  border-color: var(--hk-teal) !important;
  color: var(--hk-teal-dark) !important;
  background: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(6, 42, 67, 0.08) !important;
}

.btn-whatsapp-hero {
  background: #FFFFFF !important;
  border: 1.5px solid #25D366 !important;
  color: #128C7E !important;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.08) !important;
}

.btn-whatsapp-hero:hover {
  background: rgba(37, 211, 102, 0.08) !important;
  transform: translateY(-2px);
}

/* =========================================================
   3. HERO SECTION (#heroSection)
   ========================================================= */
.hero {
  background: radial-gradient(ellipse 60% 50% at 18% 30%, rgba(21, 151, 165, 0.12), transparent 65%),
              radial-gradient(ellipse 50% 45% at 85% 85%, rgba(224, 122, 95, 0.10), transparent 65%),
              var(--hk-bg-soft) !important;
  border-bottom: 1px solid var(--hk-border);
}

.hero-pill {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border-strong) !important;
  color: var(--hk-navy-deep) !important;
  box-shadow: 0 2px 10px rgba(6, 42, 67, 0.04) !important;
}

.hero-pill:hover {
  border-color: var(--hk-teal) !important;
  color: var(--hk-teal-dark) !important;
}

.hero-pill .dot {
  background: var(--hk-teal) !important;
  box-shadow: 0 0 0 3px rgba(21, 151, 165, 0.25) !important;
}

.hero-pill.main {
  background: #ffffff !important;
  border: 1px solid rgba(21, 151, 165, 0.25) !important;
  color: var(--hk-navy-deep) !important;
}

.hero h1 {
  font-family: 'Fraunces', serif !important;
  color: var(--hk-navy-deep) !important;
  letter-spacing: -0.025em;
}

.hero-lead {
  color: var(--hk-navy) !important;
}

.hero-phone {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border-strong) !important;
  color: var(--hk-ink-mute) !important;
}

.hero-phone svg {
  color: var(--hk-teal) !important;
}

.hero-phone strong {
  color: var(--hk-navy-deep) !important;
}

/* Hero Right Card Container */
.hero-card-container {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border) !important;
  box-shadow: 0 24px 55px -15px rgba(6, 42, 67, 0.14) !important;
}

.hero-card-container:hover {
  border-color: rgba(21, 151, 165, 0.3) !important;
  box-shadow: 0 30px 65px -15px rgba(6, 42, 67, 0.18) !important;
}

.hero-media-badge {
  background: rgba(6, 42, 67, 0.88) !important;
  border: 1px solid rgba(21, 151, 165, 0.3) !important;
  color: #FFFFFF !important;
}

.hero-media-badge .badge-dot {
  background: var(--hk-teal) !important;
  box-shadow: 0 0 0 0 rgba(21, 151, 165, 0.7) !important;
}

/* Hero 2x2 Stat Cards */
.hero-stat-card {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border) !important;
  box-shadow: 0 4px 12px rgba(6, 42, 67, 0.04) !important;
}

.hero-stat-card:hover {
  background: #FFFFFF !important;
  border-color: rgba(21, 151, 165, 0.35) !important;
  box-shadow: 0 10px 24px -6px rgba(6, 42, 67, 0.12) !important;
}

.hero-stat-card .stat-value {
  font-family: 'Fraunces', serif !important;
  color: var(--hk-navy-deep) !important;
  font-weight: 700 !important;
}

.hero-stat-card .stat-label {
  color: var(--hk-navy-deep) !important;
}

.hero-stat-card .stat-sub strong {
  color: var(--hk-teal-dark) !important;
}

.hero-stat-card .stat-sub span {
  color: var(--hk-ink-mute) !important;
}

/* Stat card icon variations (matching Housekeeping accents) */
.hero-stat-card:nth-child(1) .fc-icon {
  background: rgba(21, 151, 165, 0.14) !important;
}
.hero-stat-card:nth-child(1) .fc-icon svg {
  color: var(--hk-teal) !important;
}
.hero-stat-card:nth-child(1) .stat-sub strong {
  color: var(--hk-teal) !important;
}

.hero-stat-card:nth-child(2) .fc-icon {
  background: rgba(224, 122, 95, 0.15) !important;
}
.hero-stat-card:nth-child(2) .fc-icon svg {
  color: var(--hk-accent) !important;
}
.hero-stat-card:nth-child(2) .stat-sub strong {
  color: var(--hk-accent) !important;
}

.hero-stat-card:nth-child(3) .fc-icon {
  background: rgba(11, 53, 83, 0.12) !important;
}
.hero-stat-card:nth-child(3) .fc-icon svg {
  color: var(--hk-navy) !important;
}
.hero-stat-card:nth-child(3) .stat-sub strong {
  color: var(--hk-navy) !important;
}

.hero-stat-card:nth-child(4) .fc-icon {
  background: rgba(21, 151, 165, 0.14) !important;
}
.hero-stat-card:nth-child(4) .fc-icon svg {
  color: var(--hk-teal) !important;
}
.hero-stat-card:nth-child(4) .stat-sub strong {
  color: var(--hk-teal) !important;
}

/* =========================================================
   4. CLIENTS SECTION (#clients)
   ========================================================= */
.home-clients.section-accent-dark {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-clients.section-accent-dark .home-client-mq {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.28) !important;
}

.home-clients.section-accent-dark .home-client-mq:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: var(--hk-teal-light) !important;
  box-shadow: 0 12px 30px -4px rgba(0, 0, 0, 0.45), 0 0 16px rgba(54, 191, 197, 0.25) !important;
}

.home-clients.section-accent-dark .home-client-brand svg {
  color: var(--hk-teal-light) !important;
}

.home-clients.section-accent-dark .home-client-brand .brand-name {
  color: #FFFFFF !important;
}

.home-clients.section-accent-dark .home-client-brand .brand-type {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* =========================================================
   5. CORE SERVICES (#services)
   ========================================================= */
.svc-magnetic.section-pure-white {
  border-bottom: 1px solid var(--hk-border);
}

.svc-magnetic.section-pure-white .svc-heading {
  color: var(--hk-navy-deep) !important;
}

.svc-magnetic.section-pure-white .svc-item {
  border-top-color: var(--hk-border-strong) !important;
}

.svc-magnetic.section-pure-white .svc-item:last-child {
  border-bottom-color: var(--hk-border-strong) !important;
}

.svc-num {
  -webkit-text-stroke-color: rgba(6, 42, 67, 0.28) !important;
}

.svc-name {
  color: var(--hk-navy-deep) !important;
}

.svc-desc {
  color: var(--hk-ink-mute) !important;
}

.svc-arrow {
  background: linear-gradient(135deg, var(--hk-teal) 0%, var(--hk-teal-light) 100%) !important;
  box-shadow: 0 8px 20px -4px rgba(21, 151, 165, 0.4) !important;
}

.svc-item.active .svc-num {
  color: var(--hk-teal) !important;
}

.svc-item.active .svc-name {
  color: var(--hk-navy-deep) !important;
}

.svc-item:not(.active):hover .svc-name {
  color: var(--hk-teal) !important;
}

.svc-item:not(.active):hover .svc-num {
  -webkit-text-stroke-color: var(--hk-teal) !important;
}

.svc-photo-stage {
  border: 1px solid var(--hk-border);
  box-shadow: 0 24px 60px rgba(6, 42, 67, 0.14) !important;
}

.svc-photo-stage::before {
  background: linear-gradient(135deg, var(--hk-teal) 0%, var(--hk-accent) 100%) !important;
}

.svc-item-tag {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid var(--hk-border) !important;
  color: var(--hk-navy-deep) !important;
}

.svc-item-tag svg {
  stroke: var(--hk-teal) !important;
}

.svc-item-tag .stat-num {
  color: var(--hk-teal) !important;
}

/* =========================================================
   6. WHY CHOOSE VERTEX (#why-vertex)
   ========================================================= */
#why-vertex.section-accent-dark .wh-why-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(13, 64, 89, 0.12) !important;
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.18) !important;
}

#why-vertex.section-accent-dark .wh-why-card:hover {
  background: #FFFFFF !important;
  border-color: var(--hk-teal-light) !important;
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.22), 0 0 20px rgba(54, 191, 197, 0.18) !important;
}

#why-vertex.section-accent-dark .wh-why-num {
  color: var(--hk-teal-light) !important;
}

#why-vertex.section-accent-dark .wh-why-icon {
  background: rgba(54, 191, 197, 0.12) !important;
  border: 1px solid rgba(54, 191, 197, 0.30) !important;
  color: #0D9FAB !important;
}

#why-vertex.section-accent-dark .wh-why-card h3 {
  color: #0D4059 !important;
}

#why-vertex.section-accent-dark .wh-why-card p {
  color: #3a5568 !important;
}

/* =========================================================
   7. WORKFORCE CAPABILITIES (#capabilities)
   ========================================================= */
#capabilities.section-pure-white {
  border-bottom: 1px solid var(--hk-border);
}

#capabilities.section-pure-white .wh-cap-card {
  background-color: #0b3249 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 14px 34px -8px rgba(6, 42, 67, 0.20) !important;
  color: #FFFFFF !important;
}

#capabilities.section-pure-white .wh-cap-card:hover {
  border-color: var(--hk-teal) !important;
  box-shadow: 0 22px 48px -10px rgba(6, 42, 67, 0.30), 0 0 0 1px rgba(21, 151, 165, 0.35) !important;
}

#capabilities.section-pure-white .wh-cap-badge {
  background: rgba(8, 30, 48, 0.72) !important;
  border: 1px solid rgba(54, 191, 197, 0.45) !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

#capabilities.section-pure-white .wh-cap-icon {
  background: rgba(8, 30, 48, 0.70) !important;
  border: 1px solid rgba(54, 191, 197, 0.4) !important;
  color: #36BFC5 !important;
}

#capabilities.section-pure-white .wh-cap-card h3 {
  color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85) !important;
}

#capabilities.section-pure-white .wh-cap-card p {
  color: #FFFFFF !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8) !important;
}

#capabilities.section-pure-white .wh-cap-tag {
  background: rgba(6, 26, 42, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}



/* =========================================================
   8. INDUSTRIES WE SERVE (#industries)
   ========================================================= */
#industries.section-accent-dark .wh-ind-card {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 12px 32px -6px rgba(0, 15, 28, 0.5) !important;
}

#industries.section-accent-dark .wh-ind-card:hover {
  border-color: var(--hk-teal-light) !important;
  box-shadow: 0 20px 45px -8px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(54, 191, 197, 0.3) !important;
}

#industries.section-accent-dark .wh-ind-badge {
  background: rgba(54, 191, 197, 0.18) !important;
  border: 1px solid rgba(54, 191, 197, 0.35) !important;
  color: var(--hk-teal-light) !important;
}

#industries.section-accent-dark .wh-ind-icon {
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--hk-teal-light) !important;
}

#industries.section-accent-dark .wh-ind-body h4 {
  color: #FFFFFF !important;
}

#industries.section-accent-dark .wh-ind-body p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* =========================================================
   9. CITYWIDE FOOTPRINT (#coverage)
   ========================================================= */
.coverage.section-pure-white {
  border-bottom: 1px solid var(--hk-border);
}

.coverage.section-pure-white .coverage-stats {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border) !important;
  box-shadow: 0 10px 28px -6px rgba(6, 42, 67, 0.06) !important;
}

.coverage.section-pure-white .cstat {
  border-right: 1px solid var(--hk-border) !important;
}

.coverage.section-pure-white .cstat-num {
  font-family: 'Fraunces', serif !important;
  color: var(--hk-navy-deep) !important;
}

.coverage.section-pure-white .cstat-num.accent {
  color: var(--hk-accent) !important;
}

.coverage.section-pure-white .cstat-label {
  color: var(--hk-ink-mute) !important;
  font-weight: 600;
}

.coverage.section-pure-white .chip {
  background: var(--hk-bg-soft) !important;
  border: 1px solid var(--hk-border-strong) !important;
  color: var(--hk-navy-deep) !important;
}

.coverage.section-pure-white .chip:hover {
  background: #FFFFFF !important;
  border-color: var(--hk-teal) !important;
  color: var(--hk-teal-dark) !important;
  box-shadow: 0 6px 18px -4px rgba(6, 42, 67, 0.10) !important;
}

.coverage.section-pure-white .chip.accent {
  background: rgba(224, 122, 95, 0.08) !important;
  border-color: rgba(224, 122, 95, 0.22) !important;
  color: var(--hk-navy-deep) !important;
}

.coverage.section-pure-white .chip.accent:hover {
  border-color: var(--hk-accent) !important;
  color: var(--hk-accent) !important;
}

/* =========================================================
   10. TESTIMONIALS (#testimonials)
   ========================================================= */
.testimonials.section-accent-dark .marquee-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.28) !important;
}

.testimonials.section-accent-dark .marquee-card:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: var(--hk-teal-light) !important;
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.45), 0 0 16px rgba(54, 191, 197, 0.25) !important;
}

.testimonials.section-accent-dark .marquee-card-stars svg {
  color: var(--hk-accent-light) !important;
}

.testimonials.section-accent-dark .marquee-card-quote {
  color: rgba(255, 255, 255, 0.92) !important;
}

.testimonials.section-accent-dark .marquee-card-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.testimonials.section-accent-dark .marquee-card-avatar {
  background: linear-gradient(135deg, var(--hk-teal), var(--hk-teal-light)) !important;
  color: #FFFFFF !important;
}

.testimonials.section-accent-dark .marquee-card-author {
  color: #FFFFFF !important;
}

.testimonials.section-accent-dark .marquee-card-company {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* =========================================================
   11. OUR PROCESS (#process)
   ========================================================= */
.wh-process-section.section-pure-white {
  border-bottom: 1px solid var(--hk-border);
}

.wh-process-section.section-pure-white .wh-process-timeline-line {
  background: var(--hk-border-strong) !important;
}

.wh-process-section.section-pure-white .wh-pt-step .wh-pt-dot {
  background: var(--hk-teal) !important;
  box-shadow: 0 0 0 3px rgba(21, 151, 165, 0.2) !important;
}

.wh-process-section.section-pure-white .wh-pt-step .wh-pt-text {
  color: var(--hk-ink-mute) !important;
}

.wh-process-section.section-pure-white .wh-process-card {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border) !important;
  box-shadow: 0 10px 28px -6px rgba(6, 42, 67, 0.07) !important;
}

.wh-process-section.section-pure-white .wh-process-card:hover {
  border-color: var(--hk-teal) !important;
  box-shadow: 0 18px 40px -8px rgba(6, 42, 67, 0.14) !important;
}

.wh-process-section.section-pure-white .wh-process-bg-num {
  color: rgba(6, 42, 67, 0.04) !important;
}

.wh-process-section.section-pure-white .wh-process-card:hover .wh-process-bg-num {
  color: rgba(21, 151, 165, 0.12) !important;
}

.wh-process-section.section-pure-white .wh-process-num {
  background: linear-gradient(135deg, var(--hk-teal), var(--hk-teal-light)) !important;
  color: #FFFFFF !important;
}

.wh-process-section.section-pure-white .wh-process-icon {
  background: rgba(21, 151, 165, 0.10) !important;
  border: 1px solid rgba(21, 151, 165, 0.22) !important;
  color: var(--hk-teal) !important;
}

.wh-process-section.section-pure-white .wh-process-phase {
  color: var(--hk-teal-dark) !important;
  font-weight: 700;
}

.wh-process-section.section-pure-white .wh-process-card h3 {
  color: var(--hk-navy-deep) !important;
}

.wh-process-section.section-pure-white .wh-process-card p {
  color: var(--hk-ink-mute) !important;
}

.wh-process-section.section-pure-white .wh-proc-pill {
  background: var(--hk-bg-soft) !important;
  border: 1px solid var(--hk-border) !important;
  color: var(--hk-navy-deep) !important;
}

.wh-process-section.section-pure-white .wh-process-card:hover .wh-proc-pill {
  background: rgba(21, 151, 165, 0.08) !important;
  border-color: rgba(21, 151, 165, 0.25) !important;
}

.wh-process-section.section-pure-white .wh-process-meta {
  border-top: 1px solid var(--hk-border) !important;
}

.wh-process-section.section-pure-white .wh-proc-meta-lbl {
  color: var(--hk-ink-mute) !important;
}

.wh-process-section.section-pure-white .wh-proc-meta-val {
  color: var(--hk-navy-deep) !important;
}

.wh-process-section.section-pure-white .wh-process-assurance {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border) !important;
  box-shadow: 0 10px 28px -6px rgba(6, 42, 67, 0.06) !important;
}

.wh-process-section.section-pure-white .wh-assurance-icon {
  background: rgba(21, 151, 165, 0.12) !important;
  color: var(--hk-teal) !important;
}

.wh-process-section.section-pure-white .wh-assurance-text strong {
  color: var(--hk-navy-deep) !important;
}

.wh-process-section.section-pure-white .wh-assurance-text span {
  color: var(--hk-ink-mute) !important;
}

/* =========================================================
   12. CONTACT / ENQUIRY (#enquiry)
   ========================================================= */
#enquiry.section-accent-dark .wh-method-item {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.14) !important;
}

#enquiry.section-accent-dark .wh-method-item:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: var(--hk-teal-light) !important;
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.35) !important;
}

#enquiry.section-accent-dark .wh-method-icon {
  background: rgba(54, 191, 197, 0.18) !important;
  color: var(--hk-teal-light) !important;
}

#enquiry.section-accent-dark .wh-method-item strong {
  color: var(--hk-teal-light) !important;
}

#enquiry.section-accent-dark .wh-method-item a,
#enquiry.section-accent-dark .wh-method-item span {
  color: #FFFFFF !important;
}

#enquiry.section-accent-dark .wh-trust-bullets {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

#enquiry.section-accent-dark .wh-trust-bullets h4 {
  color: #FFFFFF !important;
}

#enquiry.section-accent-dark .wh-trust-bullets ul li {
  color: rgba(255, 255, 255, 0.85) !important;
}

#enquiry.section-accent-dark .wh-trust-bullets ul li svg {
  color: var(--hk-teal-light) !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap {
  background: #FFFFFF !important;
  border: 1px solid var(--hk-border) !important;
  box-shadow: 0 24px 60px -15px rgba(0, 0, 0, 0.45) !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap h3 {
  color: var(--hk-navy-deep) !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap .form-subtitle {
  color: var(--hk-ink-mute) !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap label {
  color: var(--hk-navy-deep) !important;
  font-weight: 600;
}

#enquiry.section-accent-dark .wh-contact-form-wrap input,
#enquiry.section-accent-dark .wh-contact-form-wrap select,
#enquiry.section-accent-dark .wh-contact-form-wrap textarea {
  border: 1.5px solid var(--hk-border-strong) !important;
  color: var(--hk-ink) !important;
  background: #FFFFFF !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap input:focus,
#enquiry.section-accent-dark .wh-contact-form-wrap select:focus,
#enquiry.section-accent-dark .wh-contact-form-wrap textarea:focus {
  border-color: var(--hk-teal) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(21, 151, 165, 0.22) !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap .btn-primary {
  background: linear-gradient(135deg, var(--hk-teal) 0%, var(--hk-teal-light) 100%) !important;
  color: #FFFFFF !important;
  box-shadow: 0 10px 24px -6px rgba(21, 151, 165, 0.45) !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap .btn-primary:hover {
  box-shadow: 0 14px 30px -4px rgba(21, 151, 165, 0.55) !important;
}

#enquiry.section-accent-dark .wh-contact-form-wrap .form-note {
  color: var(--hk-ink-mute) !important;
}

/* =========================================================
   13. CALL TO ACTION (#cta)
   ========================================================= */
.wh-cta-card {
  background: linear-gradient(135deg, var(--hk-navy-deep) 0%, var(--hk-navy) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 32px !important;
  box-shadow: 0 28px 70px -15px rgba(6, 42, 67, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

.wh-cta-glow {
  background: radial-gradient(circle, rgba(54, 191, 197, 0.30) 0%, rgba(21, 151, 165, 0.10) 50%, transparent 70%) !important;
}

.cta-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 8px 22px !important;
  border-radius: 100px !important;
  background: rgba(21, 151, 165, 0.22) !important;
  border: 1px solid rgba(54, 191, 197, 0.42) !important;
  color: #A5F3FC !important;
  font-size: 0.80rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  margin-bottom: 22px !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 4px 20px rgba(6, 42, 67, 0.35) !important;
}

.cta-badge-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: var(--hk-teal-light) !important;
  box-shadow: 0 0 10px #36BFC5, 0 0 20px rgba(54, 191, 197, 0.8) !important;
}

.wh-cta-card h2 {
  color: #FFFFFF !important;
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: clamp(2.3rem, 4.4vw, 3.4rem) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  margin-bottom: 18px !important;
  letter-spacing: -0.02em !important;
}

.wh-cta-card h2 .c-g {
  color: var(--hk-teal-light) !important;
}

.wh-cta-card h2 .c-o {
  color: var(--hk-accent-light) !important;
}

.cta-accent-text {
  font-style: italic !important;
  background: linear-gradient(135deg, #36BFC5 0%, #F4A261 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block !important;
  padding: 0 4px !important;
  text-shadow: 0 2px 24px rgba(54, 191, 197, 0.3) !important;
}

.cta-subtitle,
.wh-cta-inner .cta-subtitle,
.wh-cta-card .cta-subtitle {
  color: #FFFFFF !important;
  opacity: 1 !important;
  font-weight: 500 !important;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem) !important;
  line-height: 1.72 !important;
  max-width: 720px !important;
  margin: 0 auto 36px !important;
}

.cta-btn-group {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-bottom: 38px !important;
}

.cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease) !important;
}

.cta-btn-primary {
  background: linear-gradient(135deg, var(--hk-teal) 0%, var(--hk-teal-light) 100%) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 12px 30px -8px rgba(21, 151, 165, 0.65) !important;
}

.cta-btn-primary:hover {
  background: linear-gradient(135deg, #18aab9 0%, #46d6dc 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 38px -8px rgba(21, 151, 165, 0.82) !important;
  color: #FFFFFF !important;
}

.cta-btn-pill {
  background: rgba(6, 42, 67, 0.55) !important;
  color: #FFFFFF !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.25) !important;
}

.cta-btn-pill:hover {
  background: rgba(21, 151, 165, 0.32) !important;
  border-color: rgba(54, 191, 197, 0.65) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px -8px rgba(6, 42, 67, 0.45) !important;
}

.cta-trust-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  padding-top: 30px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.cta-trust-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

.cta-trust-item span {
  color: rgba(255, 255, 255, 0.92) !important;
}

.cta-trust-icon {
  width: 19px !important;
  height: 19px !important;
  color: var(--hk-teal-light) !important;
  flex-shrink: 0 !important;
}

.cta-location-tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 8px 22px !important;
  border-radius: 100px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  margin-top: 20px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.cta-location-tag svg {
  width: 16px !important;
  height: 16px !important;
  color: var(--hk-teal-light) !important;
  flex-shrink: 0 !important;
}

@media (max-width: 768px) {
  .wh-cta-card {
    padding: 50px 22px 42px !important;
    border-radius: 22px !important;
  }
  .wh-cta-card h2 {
    font-size: clamp(1.85rem, 6vw, 2.4rem) !important;
  }
  .cta-btn-group {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .cta-btn {
    width: 100% !important;
  }
  .cta-trust-strip {
    gap: 16px 20px !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    text-align: left !important;
    padding-top: 24px !important;
  }
  .cta-location-tag {
    font-size: 0.82rem !important;
    padding: 6px 14px !important;
  }
}

@media (max-width: 480px) {
  .wh-cta-card {
    padding: 42px 16px 34px !important;
    border-radius: 20px !important;
  }
  .cta-trust-strip {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
    gap: 14px !important;
  }
}

/* =========================================================
   LEGAL & REGULATORY COMPLIANCE STYLES (GOOGLE VERIFICATION)
   ========================================================= */

.legal-body {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 0 60px;
  color: #2D3E4F;
  font-size: 1.02rem;
  line-height: 1.78;
}

.legal-body h2 {
  margin-top: 2.4em;
  margin-bottom: 0.6em;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--hk-navy-deep);
  border-bottom: 2px solid rgba(21, 151, 165, 0.15);
  padding-bottom: 8px;
  scroll-margin-top: 110px;
}

.legal-body h3 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--hk-navy);
  scroll-margin-top: 110px;
}

.legal-body p {
  margin-bottom: 1.1em;
  color: #384F63;
}

.legal-body ul, 
.legal-body ol {
  margin: 0.8em 0 1.4em 1.4em;
  padding-left: 0.5em;
}

.legal-body li {
  margin-bottom: 0.65em;
  color: #384F63;
  line-height: 1.7;
}

.legal-body li strong {
  color: var(--hk-navy-deep);
}

/* Verified Policy Meta Strip */
.policy-meta-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  background: #F4F8FA;
  border: 1px solid #DCE6EB;
  border-left: 4px solid var(--hk-teal);
  border-radius: 8px;
  padding: 14px 20px;
  margin-bottom: 30px;
  font-size: 0.92rem;
}

.policy-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4C6478;
}

.policy-meta-item strong {
  color: var(--hk-navy-deep);
}

/* Verification Badges */
.policy-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-verified {
  background: rgba(21, 151, 165, 0.12);
  color: var(--hk-teal-dark);
  border: 1px solid rgba(21, 151, 165, 0.35);
}

.badge-google {
  background: #E8F0FE;
  color: #1967D2;
  border: 1px solid #C2D7FA;
}

.badge-statutory {
  background: #E6F4EA;
  color: #137333;
  border: 1px solid #CEEAD6;
}

/* Policy Table of Contents */
.policy-toc {
  background: #FFFFFF;
  border: 1px solid #E1E9EE;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 28px 0 36px;
  box-shadow: 0 4px 16px rgba(6, 42, 67, 0.04);
}

.policy-toc-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--hk-navy-deep);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy-toc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px 24px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.policy-toc-list li {
  margin-bottom: 0 !important;
}

.policy-toc-list a {
  color: var(--hk-teal-dark);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  transition: all 0.2s ease;
}

.policy-toc-list a:hover {
  color: var(--hk-accent);
  text-decoration: underline;
  transform: translateX(3px);
}

/* Google API Disclosure Highlight Card */
.google-disclosure-box {
  background: linear-gradient(135deg, #F8FAFF 0%, #EFF4FE 100%);
  border: 1.5px solid #BFD5F8;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 28px 0;
  position: relative;
}

.google-disclosure-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #4285F4;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.google-disclosure-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.google-disclosure-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1A73E8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.google-disclosure-box p {
  color: #202124;
  font-size: 0.98rem;
  margin-bottom: 12px;
}

/* Compliance Tables (Cookies, Retention, Refunds) */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 22px 0 30px;
  border-radius: 10px;
  border: 1px solid #DDE5EB;
  box-shadow: 0 2px 8px rgba(6, 42, 67, 0.04);
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
  text-align: left;
  background: #FFFFFF;
}

.policy-table th {
  background: var(--hk-navy-deep);
  color: #FFFFFF;
  padding: 14px 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 2px solid var(--hk-teal);
}

.policy-table td {
  padding: 13px 18px;
  border-bottom: 1px solid #EBF1F5;
  color: #384F63;
  vertical-align: top;
}

.policy-table tbody tr:nth-child(even) {
  background: #F9FBFC;
}

.policy-table tbody tr:hover {
  background: #F0F6F9;
}

/* Callout and Notice Boxes */
.compliance-callout {
  border-radius: 10px;
  padding: 18px 22px;
  margin: 24px 0;
  font-size: 0.96rem;
}

.compliance-callout.info {
  background: #EBF8FA;
  border: 1px solid #B8E4E9;
  border-left: 4px solid var(--hk-teal);
  color: #0C5661;
}

.compliance-callout.security {
  background: #EAF7ED;
  border: 1px solid #B7E4C1;
  border-left: 4px solid #2D8A4E;
  color: #155724;
}

.compliance-callout.warning {
  background: #FFF8E7;
  border: 1px solid #FBE1A2;
  border-left: 4px solid #D97706;
  color: #854D0E;
}

/* Officer / Contact Cards */
.officer-contact-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px 24px;
  background: #FFFFFF;
  border: 1px solid #DCE6EB;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 4px 12px rgba(6, 42, 67, 0.04);
}

.officer-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.officer-item-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hk-teal-dark);
}

.officer-item-val {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--hk-navy-deep);
}

.officer-item-val a {
  color: var(--hk-teal);
  text-decoration: none;
}

.officer-item-val a:hover {
  text-decoration: underline;
}

/* Enhanced Legal Note / Verified Status Header */
.legal-note.verified-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 10px;
  background: #F0F9FA;
  border: 1px solid #BFE3E7;
  color: #0E5A64;
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.legal-note.verified-note svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--hk-teal);
}

@media (max-width: 768px) {
  .policy-meta-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .policy-toc {
    padding: 18px 20px;
  }
  .policy-toc-list {
    grid-template-columns: 1fr;
  }
  .officer-contact-card {
    grid-template-columns: 1fr !important;
    padding: 18px 16px !important;
  }
  .google-disclosure-box {
    padding: 18px 20px;
  }
}

@media (max-width: 480px) {
  .cta-btn {
    white-space: normal !important;
    word-break: break-word !important;
    max-width: 100% !important;
  }
  .policy-toc {
    padding: 16px 12px !important;
  }
  .officer-contact-card {
    padding: 14px 12px !important;
  }
  .google-disclosure-box {
    padding: 14px 12px !important;
  }
  .legal-body {
    padding: 16px 0 40px !important;
  }
}

@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }
  #app-header, #app-footer, #app-floating, .policy-toc, .crumbs {
    display: none !important;
  }
  .legal-body {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
