.elementor-1494 .elementor-element.elementor-element-0a4fee4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1494 .elementor-element.elementor-element-0a4fee4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1494 .elementor-element.elementor-element-8692d63.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1494 .elementor-element.elementor-element-0a4fee4{--width:493.667px;}.elementor-1494 .elementor-element.elementor-element-8692d63{width:var( --container-widget-width, 542.667px );max-width:542.667px;--container-widget-width:542.667px;--container-widget-flex-grow:0;}}/* Start custom CSS *//* ============================================================
   Women's Health Ultrasound Landing Page — Drskin Central Diagnostics
   Scoped CSS for Elementor HTML Widget
   Prefix: whu-
   ============================================================ */

/* -------------------- CSS VARIABLES -------------------- */
.whu-page {
  --whu-cream: #FAF9F7;
  --whu-ivory: #F5F3EF;
  --whu-beige: #E8E4DE;
  --whu-warm-grey: #C4BFB8;
  --whu-light-grey: #F0EEEB;
  --whu-charcoal: #2D2D2D;
  --whu-dark: #1A1A1A;
  --whu-rose: #B89B9B;
  --whu-rose-light: #D4C4C4;
  --whu-rose-soft: #F0E8E8;
  --whu-teal: #7A9E9F;
  --whu-teal-dark: #5F8586;
  --whu-teal-soft: #E8F0F0;
  --whu-white: #FFFFFF;
  --whu-border: #E0DCD6;
  --whu-border-light: #EDEAE6;
  --whu-shadow: rgba(45, 45, 45, 0.06);
  --whu-shadow-hover: rgba(45, 45, 45, 0.12);
  --whu-overlay: rgba(26, 26, 26, 0.55);
  --whu-overlay-strong: rgba(26, 26, 26, 0.68);
  --whu-radius-sm: 8px;
  --whu-radius-md: 14px;
  --whu-radius-lg: 20px;
  --whu-radius-xl: 28px;
  --whu-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --whu-max-width: 1200px;
  --whu-section-pad: 100px;
  --whu-section-pad-sm: 70px;
  --whu-section-pad-xs: 50px;
  --whu-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --whu-font-heading: Georgia, "Times New Roman", serif;
}

/* -------------------- RESET (scoped) -------------------- */
.whu-page,
.whu-page *,
.whu-page *::before,
.whu-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.whu-page {
  font-family: var(--whu-font-body);
  color: var(--whu-charcoal);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.whu-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.whu-page a {
  color: inherit;
  text-decoration: none;
}

.whu-page h1,
.whu-page h2,
.whu-page h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}

.whu-page p {
  margin: 0;
}

.whu-page button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.whu-page input,
.whu-page select,
.whu-page textarea {
  font-family: inherit;
  font-size: 16px;
  color: var(--whu-charcoal);
}

.whu-page address {
  font-style: normal;
}

/* -------------------- UTILITIES -------------------- */
.whu-container {
  width: 100%;
  max-width: var(--whu-max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.whu-section {
  padding: var(--whu-section-pad) 0;
}

.whu-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--whu-cream);
  margin-bottom: 20px;
  opacity: 0.9;
}

.whu-eyebrow-dark {
  color: var(--whu-rose);
  letter-spacing: 2px;
}

.whu-section-heading {
  font-family: var(--whu-font-heading);
  font-size: 38px;
  color: var(--whu-charcoal);
  margin-bottom: 18px;
  max-width: 700px;
}

.whu-section-lead {
  font-size: 18px;
  color: #6B6560;
  max-width: 620px;
  margin-bottom: 48px;
  line-height: 1.7;
}

.whu-section-body {
  font-size: 17px;
  color: #5A5550;
  line-height: 1.75;
  max-width: 560px;
}

/* -------------------- BUTTONS -------------------- */
.whu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: var(--whu-radius-xl);
  transition: var(--whu-transition);
  text-align: center;
  line-height: 1.4;
}

.whu-btn-primary {
  background-color: var(--whu-teal);
  color: var(--whu-white);
  box-shadow: 0 4px 16px rgba(122, 158, 159, 0.25);
}

.whu-btn-primary:hover {
  background-color: var(--whu-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(122, 158, 159, 0.35);
}

.whu-btn-primary:active {
  transform: translateY(0);
}

.whu-btn-secondary {
  background-color: rgba(255, 255, 255, 0.82);
  color: var(--whu-white);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  
}

.whu-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
}

.whu-btn-outline {
  background-color: transparent;
  color: var(--whu-teal);
  border: 1.5px solid var(--whu-teal);
}

.whu-btn-outline:hover {
  background-color: var(--whu-teal-soft);
  transform: translateY(-2px);
}

.whu-btn-large {
  padding: 16px 40px;
  font-size: 16px;
}

/* -------------------- HERO -------------------- */
.whu-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}

.whu-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.65) 0%,
    rgba(26, 26, 26, 0.70) 50%,
    rgba(26, 26, 26, 0.82) 100%
  );
  z-index: 1;
}

.whu-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  color: var(--whu-white);
}

.whu-hero-heading {
  font-family: var(--whu-);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 22px;
  text-wrap: balance;
  text-shadow: px 2px 2px #777;
}

.whu-hero-lead {
  font-size: 19px;
  line-height: 1.7;
  opacity: 0.92;
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.whu-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.whu-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
}

.whu-badge svg {
  flex-shrink: 0;
  opacity: 0.85;
}

.whu-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.whu-hero-clarification {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  opacity: 0.7;
  justify-content: center;
}

.whu-hero-clarification svg {
  flex-shrink: 0;
  opacity: 0.8;
}

/* -------------------- CALLBACK FORM -------------------- */
.whu-callback {
  background-color: var(--whu-cream);
}

.whu-form {
  background-color: var(--whu-white);
  border-radius: var(--whu-radius-lg);
  padding: 48px;
  box-shadow: 0 8px 40px var(--whu-shadow);
  border: 1px solid var(--whu-border-light);
}

.whu-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.whu-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.whu-form-group-full {
  grid-column: 1 / -1;
  margin-bottom: 24px;
}

.whu-form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--whu-charcoal);
  letter-spacing: 0.2px;
}

.whu-required {
  color: var(--whu-rose);
  margin-left: 2px;
}

.whu-optional {
  color: var(--whu-warm-grey);
  font-weight: 400;
  font-size: 13px;
}

.whu-form-group input,
.whu-form-group select,
.whu-form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--whu-border);
  border-radius: var(--whu-radius-md);
  background-color: var(--whu-white);
  transition: var(--whu-transition);
  outline: none;
  color: var(--whu-charcoal);
}

.whu-form-group input::placeholder,
.whu-form-group textarea::placeholder {
  color: var(--whu-warm-grey);
}

.whu-form-group input:focus,
.whu-form-group select:focus,
.whu-form-group textarea:focus {
  border-color: var(--whu-teal);
  box-shadow: 0 0 0 4px rgba(122, 158, 159, 0.12);
}

.whu-form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

.whu-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.whu-error {
  display: none;
  font-size: 13px;
  color: #C45B5B;
  margin-top: 4px;
}

.whu-error.whu-error-visible {
  display: block;
}

.whu-form-group.whu-has-error input,
.whu-form-group.whu-has-error select,
.whu-form-group.whu-has-error textarea {
  border-color: #C45B5B;
  background-color: #FDF5F5;
}

.whu-form-submit {
  margin-top: 8px;
}

.whu-form-privacy {
  font-size: 13px;
  color: var(--whu-warm-grey);
  text-align: center;
  margin-top: 24px;
  line-height: 1.6;
}

.whu-form-direct {
  font-size: 15px;
  color: var(--whu-charcoal);
  text-align: center;
  margin-top: 16px;
}

.whu-form-direct a {
  color: var(--whu-teal);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.whu-form-direct a:hover {
  color: var(--whu-teal-dark);
}

/* -------------------- WHO THIS IS FOR -------------------- */
.whu-who {
  background-color: var(--whu-white);
}

.whu-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.whu-who-image {
  border-radius: var(--whu-radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 48px var(--whu-shadow);
}

.whu-who-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.whu-who-content {
  padding: 20px 0;
}

/* -------------------- CONCERNS -------------------- */
.whu-concerns {
  background-color: var(--whu-ivory);
}

.whu-concerns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.whu-concern-card {
  background-color: var(--whu-white);
  border-radius: var(--whu-radius-md);
  padding: 36px 30px;
  border: 1px solid var(--whu-border-light);
  transition: var(--whu-transition);
  cursor: default;
}

.whu-concern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px var(--whu-shadow-hover);
  border-color: var(--whu-beige);
}

.whu-concern-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--whu-rose-soft);
  color: var(--whu-rose);
  border-radius: var(--whu-radius-sm);
  margin-bottom: 20px;
}

.whu-concern-title {
  font-family: var(--whu-font-heading);
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--whu-charcoal);
}

.whu-concern-text {
  font-size: 15px;
  color: #6B6560;
  line-height: 1.65;
}

/* -------------------- PROCESS -------------------- */
.whu-process {
  background-color: var(--whu-white);
}

.whu-process-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
}

.whu-process-step {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.whu-process-number {
  font-family: var(--whu-font-heading);
  font-size: 52px;
  font-weight: 400;
  color: var(--whu-rose-light);
  line-height: 1;
  margin-bottom: 16px;
}

.whu-process-title {
  font-family: var(--whu-font-heading);
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--whu-charcoal);
}

.whu-process-text {
  font-size: 15px;
  color: #6B6560;
  line-height: 1.65;
  max-width: 260px;
  margin: 0 auto;
}

.whu-process-connector {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--whu-border), var(--whu-rose-light));
  margin-top: 28px;
  flex-shrink: 0;
  border-radius: 1px;
}

/* -------------------- BENEFITS -------------------- */
.whu-benefits {
  background-color: var(--whu-cream);
}

.whu-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.whu-benefit-card {
  background-color: var(--whu-white);
  border-radius: var(--whu-radius-md);
  padding: 40px 32px;
  border: 1px solid var(--whu-border-light);
  transition: var(--whu-transition);
}

.whu-benefit-card:hover {
  box-shadow: 0 8px 32px var(--whu-shadow-hover);
  transform: translateY(-3px);
}

.whu-benefit-number {
  font-family: var(--whu-font-heading);
  font-size: 48px;
  font-weight: 400;
  color: var(--whu-rose-light);
  line-height: 1;
  margin-bottom: 16px;
}

.whu-benefit-title {
  font-family: var(--whu-font-heading);
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--whu-charcoal);
}

.whu-benefit-text {
  font-size: 15px;
  color: #6B6560;
  line-height: 1.65;
}

/* -------------------- MID-PAGE CTA -------------------- */
.whu-mid-cta {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}

.whu-mid-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.58) 0%,
    rgba(26, 26, 26, 0.72) 100%
  );
  z-index: 1;
}

.whu-mid-cta-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: var(--whu-white);
}

.whu-mid-cta-heading {
  font-family: var(--whu-font-heading);
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.whu-mid-cta-text {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 32px;
}

/* -------------------- LOCATIONS -------------------- */
.whu-locations {
  background-color: var(--whu-white);
}

.whu-locations-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.whu-location-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background-color: var(--whu-ivory);
  border: 1px solid var(--whu-border-light);
  border-radius: var(--whu-radius-xl);
  font-size: 14px;
  font-weight: 500;
  color: var(--whu-charcoal);
  transition: var(--whu-transition);
}

.whu-location-chip:hover {
  background-color: var(--whu-rose-soft);
  border-color: var(--whu-rose-light);
  transform: translateY(-2px);
}

/* -------------------- FAQ -------------------- */
.whu-faq {
  background-color: var(--whu-ivory);
}

.whu-faq-narrow {
  max-width: 800px;
}

.whu-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.whu-faq-item {
  background-color: var(--whu-white);
  border-radius: var(--whu-radius-md);
  border: 1px solid var(--whu-border-light);
  overflow: hidden;
  transition: var(--whu-transition);
}

.whu-faq-item:hover {
  border-color: var(--whu-beige);
}

.whu-faq-item[open] {
  box-shadow: 0 4px 20px var(--whu-shadow);
}

.whu-faq-item summary {
  padding: 22px 28px;
  font-size: 17px;
  font-weight: 500;
  color: var(--whu-charcoal);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background-color 0.2s ease;
}

.whu-faq-item summary:hover {
  background-color: var(--whu-cream);
}

.whu-faq-item summary::-webkit-details-marker {
  display: none;
}

.whu-faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--whu-rose);
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  transition: transform 0.3s ease;
}

.whu-faq-item[open] summary::after {
  content: '−';
  transform: rotate(0deg);
}

.whu-faq-answer {
  padding: 0 28px 24px;
  font-size: 15px;
  color: #6B6560;
  line-height: 1.7;
  border-top: 1px solid var(--whu-border-light);
  margin-top: 0;
  animation: whu-fade-in 0.3s ease;
}

.whu-faq-answer p {
  padding-top: 16px;
}

@keyframes whu-fade-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* -------------------- FINAL CTA -------------------- */
.whu-final-cta {
  position: relative;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}

.whu-final-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.55) 0%,
    rgba(26, 26, 26, 0.75) 100%
  );
  z-index: 1;
}

.whu-final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  color: var(--whu-white);
}

.whu-final-cta-heading {
  font-family: var(--whu-font-heading);
  font-size: 44px;
  margin-bottom: 18px;
  line-height: 1.15;
}

.whu-final-cta-text {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 36px;
}

.whu-final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.whu-final-cta-phone {
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 8px;
}

.whu-final-cta-phone a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.whu-final-cta-line {
  font-size: 14px;
  opacity: 0.65;
  font-style: italic;
}

/* -------------------- CONTACT -------------------- */
.whu-contact {
  background-color: var(--whu-charcoal);
  color: var(--whu-white);
  padding: 64px 0;
}

.whu-contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}

.whu-contact-name {
  font-family: var(--whu-font-heading);
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--whu-white);
}

.whu-contact-address {
  font-size: 15px;
  opacity: 0.75;
  margin-bottom: 20px;
  line-height: 1.6;
}

.whu-contact-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.whu-contact-link {
  font-size: 15px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.whu-contact-link:hover {
  opacity: 1;
  color: var(--whu-teal);
}

.whu-contact-booking {
  text-align: right;
}

.whu-contact-booking-title {
  font-family: var(--whu-font-heading);
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--whu-white);
}

/* ============================================================
   RESPONSIVE DESIGN
   ============================================================ */

/* -------------------- TABLET (1024px) -------------------- */
@media (max-width: 1024px) {
  .whu-page {
    --whu-section-pad: var(--whu-section-pad-sm);
  }

  .whu-hero {
    min-height: 560px;
  }

  .whu-hero-heading {
    font-size: 40px;
  }

  .whu-section-heading {
    font-size: 32px;
  }

  .whu-concerns-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whu-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whu-who-grid {
    gap: 40px;
  }

  .whu-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }

  .whu-process-connector {
    display: none;
  }

  .whu-process-step {
    text-align: left;
    padding: 0;
  }

  .whu-process-text {
    margin: 0;
    max-width: 100%;
  }
}

/* -------------------- TABLET SMALL (768px) -------------------- */
@media (max-width: 768px) {
  .whu-page {
    --whu-section-pad: var(--whu-section-pad-xs);
  }

  .whu-container {
    padding: 0 20px;
  }

  .whu-hero {
    min-height: 650px;
    padding: 60px 20px;
  }

  .whu-hero-heading {
    font-size: 32px;
  }

  .whu-hero-lead {
    font-size: 17px;
  }

  .whu-trust-badges {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .whu-hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .whu-btn {
    width: 100%;
    max-width: 320px;
  }

  .whu-section-heading {
    font-size: 28px;
  }

  .whu-section-lead {
    font-size: 16px;
  }

  .whu-form {
    padding: 32px 24px;
  }

  .whu-form-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }

  .whu-form-group {
    margin-bottom: 20px;
  }

  .whu-who-grid {
    grid-template-columns: 1fr;
  }

  .whu-who-image {
    order: 2;
  }

  .whu-who-content {
    order: 1;
    padding: 0;
  }

  .whu-concerns-grid {
    grid-template-columns: 1fr;
  }

  .whu-process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .whu-process-step {
    text-align: center;
  }

  .whu-process-text {
    max-width: 400px;
    margin: 0 auto;
  }

  .whu-benefits-grid {
    grid-template-columns: 1fr;
  }

  .whu-mid-cta {
    min-height: 480px;
    padding: 60px 20px;
  }

  .whu-mid-cta-heading {
    font-size: 28px;
  }

  .whu-final-cta {
    min-height: 600px;
    padding: 60px 20px;
  }

  .whu-final-cta-heading {
    font-size: 34px;
  }

  .whu-final-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .whu-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .whu-contact-booking {
    text-align: left;
  }

  .whu-contact-booking .whu-btn {
    max-width: 260px;
  }
}

/* -------------------- MOBILE (480px) -------------------- */
@media (max-width: 480px) {
  .whu-hero {
    min-height: 600px;
  }

  .whu-hero-heading {
    font-size: 28px;
  }

  .whu-section-heading {
    font-size: 24px;
  }

  .whu-form {
    padding: 28px 20px;
    border-radius: var(--whu-radius-md);
  }

  .whu-concern-card {
    padding: 28px 24px;
  }

  .whu-benefit-card {
    padding: 32px 24px;
  }

  .whu-faq-item summary {
    padding: 18px 20px;
    font-size: 16px;
  }

  .whu-faq-answer {
    padding: 0 20px 20px;
  }

  .whu-location-chip {
    padding: 8px 18px;
    font-size: 13px;
  }

  .whu-final-cta-heading {
    font-size: 30px;
  }
}

/* -------------------- REDUCED MOTION -------------------- */
@media (prefers-reduced-motion: reduce) {
  .whu-page *,
  .whu-page *::before,
  .whu-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */