.elementor-1539 .elementor-element.elementor-element-0f8948a{--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-1539 .elementor-element.elementor-element-0f8948a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1539 .elementor-element.elementor-element-1263cc7.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1539 .elementor-element.elementor-element-0f8948a{--width:525.762px;}.elementor-1539 .elementor-element.elementor-element-1263cc7{width:var( --container-widget-width, 516.762px );max-width:516.762px;--container-widget-width:516.762px;--container-widget-flex-grow:0;}}/* Start custom CSS *//* ============================================ */
/* DRSKIN CENTRAL DIAGNOSTICS — MWV LANDING PAGE CSS */
/* Scoped to .mwv-page — safe for Elementor     */
/* ============================================ */

/* -------------------------------------------- */
/* CSS CUSTOM PROPERTIES                          */
/* -------------------------------------------- */
.mwv-page {
  --mwv-color-bg: #FAF9F7;
  --mwv-color-bg-warm: #F5F4F0;
  --mwv-color-surface: #FFFFFF;
  --mwv-color-text: #2D2D2D;
  --mwv-color-text-muted: #6B6B6B;
  --mwv-color-text-light: #9A9A9A;
  --mwv-color-border: #E8E6E1;
  --mwv-color-border-light: #F0EEEA;
  --mwv-color-primary: #3A5A5C;
  --mwv-color-primary-dark: #2D4749;
  --mwv-color-primary-light: #4A6E70;
  --mwv-color-accent: #D4A574;
  --mwv-color-accent-soft: #E8D5C0;
  --mwv-color-overlay: rgba(45, 45, 45, 0.55);
  --mwv-color-overlay-dark: rgba(45, 45, 45, 0.72);
  --mwv-color-error: #B85C38;
  --mwv-color-success: #5A7D5A;
  
  --mwv-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --mwv-font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  
  --mwv-radius-sm: 8px;
  --mwv-radius-md: 12px;
  --mwv-radius-lg: 16px;
  --mwv-radius-xl: 20px;
  
  --mwv-shadow-sm: 0 1px 3px rgba(45, 45, 45, 0.06);
  --mwv-shadow-md: 0 4px 20px rgba(45, 45, 45, 0.08);
  --mwv-shadow-lg: 0 8px 32px rgba(45, 45, 45, 0.10);
  
  --mwv-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --mwv-transition-slow: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  
  --mwv-max-width: 1200px;
  --mwv-section-padding: 100px;
  --mwv-section-padding-tablet: 72px;
  --mwv-section-padding-mobile: 56px;
  
  font-family: var(--mwv-font-body);
  color: var(--mwv-color-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------- */
/* RESET WITHIN SCOPE ONLY                      */
/* -------------------------------------------- */
.mwv-page *,
.mwv-page *::before,
.mwv-page *::after {
  box-sizing: border-box;
}

.mwv-page h1,
.mwv-page h2,
.mwv-page h3,
.mwv-page h4,
.mwv-page h5,
.mwv-page h6,
.mwv-page p,
.mwv-page ul,
.mwv-page ol,
.mwv-page figure {
  margin: 0;
  padding: 0;
}

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

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

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

/* -------------------------------------------- */
/* UTILITIES                                    */
/* -------------------------------------------- */
.mwv-page .mwv-container {
  width: 100%;
  max-width: var(--mwv-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mwv-page .mwv-container-narrow {
  max-width: 800px;
}

.mwv-page .mwv-text-center {
  text-align: center;
}

/* -------------------------------------------- */
/* SECTION HEADER PATTERN                       */
/* -------------------------------------------- */
.mwv-page .mwv-section-header {
  margin-bottom: 56px;
}

.mwv-page .mwv-section-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mwv-color-primary);
  margin-bottom: 16px;
}

.mwv-page .mwv-section-heading {
  font-family: var(--mwv-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--mwv-color-text);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.mwv-page .mwv-section-body {
  font-size: 17px;
  line-height: 1.7;
  color: var(--mwv-color-text-muted);
  max-width: 640px;
}

.mwv-page .mwv-section-body.mwv-body-large {
  font-size: 19px;
}

.mwv-page .mwv-text-center .mwv-section-body {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------- */
/* BUTTONS                                      */
/* -------------------------------------------- */
.mwv-page .mwv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--mwv-radius-md);
  transition: var(--mwv-transition);
  text-align: center;
  line-height: 1.4;
  min-height: 52px;
}

.mwv-page .mwv-btn-primary {
  background-color: var(--mwv-color-primary);
  color: #FFFFFF;
  border: 2px solid var(--mwv-color-primary);
}

.mwv-page .mwv-btn-primary:hover,
.mwv-page .mwv-btn-primary:focus {
  background-color: var(--mwv-color-primary-dark);
  border-color: var(--mwv-color-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--mwv-shadow-md);
  outline: none;
}

.mwv-page .mwv-btn-secondary {
  background-color: transparent;
  color: var(--mwv-color-text);
  border: 2px solid var(--mwv-color-border);
}

.mwv-page .mwv-btn-secondary:hover,
.mwv-page .mwv-btn-secondary:focus {
  border-color: var(--mwv-color-text);
  transform: translateY(-2px);
  outline: none;
}

.mwv-page .mwv-btn-submit {
  width: 100%;
  background-color: var(--mwv-color-primary);
  color: #FFFFFF;
  border: 2px solid var(--mwv-color-primary);
  font-size: 16px;
}

.mwv-page .mwv-btn-submit:hover,
.mwv-page .mwv-btn-submit:focus {
  background-color: var(--mwv-color-primary-dark);
  border-color: var(--mwv-color-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--mwv-shadow-md);
  outline: none;
}

.mwv-page .mwv-btn-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

/* -------------------------------------------- */
/* HERO SECTION                                 */
/* -------------------------------------------- */
.mwv-page .mwv-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mwv-page .mwv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45, 45, 45, 0.72) 0%, rgba(45, 45, 45, 0.45) 100%);
  z-index: 1;
}

.mwv-page .mwv-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--mwv-max-width);
  margin: 0 auto;
  padding: 120px 24px 80px;
  color: #FFFFFF;
}

.mwv-page .mwv-hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0.9;
}

.mwv-page .mwv-hero-heading {
  font-family: var(--mwv-font-heading);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  max-width: 700px;
}

.mwv-page .mwv-hero-subheading {
  font-family: var(--mwv-font-heading);
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
  opacity: 0.95;
  max-width: 600px;
}

.mwv-page .mwv-hero-body {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.88;
  max-width: 560px;
  margin-bottom: 32px;
}

.mwv-page .mwv-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 40px;
}

.mwv-page .mwv-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
}

.mwv-page .mwv-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.mwv-page .mwv-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.mwv-page .mwv-hero-ctas .mwv-btn-secondary {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}

.mwv-page .mwv-hero-ctas .mwv-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
}

.mwv-page .mwv-hero-direct {
  font-size: 15px;
  opacity: 0.8;
}

.mwv-page .mwv-hero-direct a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.mwv-page .mwv-hero-direct a:hover {
  opacity: 0.7;
}

/* -------------------------------------------- */
/* CALLBACK FORM SECTION                        */
/* -------------------------------------------- */
.mwv-page .mwv-callback {
  background-color: var(--mwv-color-bg);
  padding: var(--mwv-section-padding) 0;
}

.mwv-page .mwv-callback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.mwv-page .mwv-callback-text .mwv-section-heading {
  max-width: 480px;
}

.mwv-page .mwv-callback-image-wrap {
  margin-top: 40px;
  border-radius: var(--mwv-radius-lg);
  overflow: hidden;
  box-shadow: var(--mwv-shadow-md);
}

.mwv-page .mwv-callback-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.mwv-page .mwv-callback-form-wrap {
  background-color: var(--mwv-color-surface);
  border-radius: var(--mwv-radius-lg);
  padding: 40px;
  box-shadow: var(--mwv-shadow-md);
  border: 1px solid var(--mwv-color-border-light);
}

/* Form elements */
.mwv-page .mwv-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

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

.mwv-page .mwv-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mwv-color-text-muted);
  margin-bottom: 8px;
}

.mwv-page .mwv-required {
  color: var(--mwv-color-error);
}

.mwv-page .mwv-form-input,
.mwv-page .mwv-form-select,
.mwv-page .mwv-form-textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-family: inherit;
  color: var(--mwv-color-text);
  background-color: var(--mwv-color-bg);
  border: 1.5px solid var(--mwv-color-border);
  border-radius: var(--mwv-radius-sm);
  transition: var(--mwv-transition);
  outline: none;
}

.mwv-page .mwv-form-input::placeholder,
.mwv-page .mwv-form-textarea::placeholder {
  color: var(--mwv-color-text-light);
}

.mwv-page .mwv-form-input:hover,
.mwv-page .mwv-form-select:hover,
.mwv-page .mwv-form-textarea:hover {
  border-color: var(--mwv-color-text-light);
}

.mwv-page .mwv-form-input:focus,
.mwv-page .mwv-form-select:focus,
.mwv-page .mwv-form-textarea:focus {
  border-color: var(--mwv-color-primary);
  box-shadow: 0 0 0 3px rgba(58, 90, 92, 0.1);
}

.mwv-page .mwv-form-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='%236B6B6B' 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 14px center;
  padding-right: 42px;
  cursor: pointer;
}

.mwv-page .mwv-form-textarea {
  resize: vertical;
  min-height: 100px;
}

.mwv-page .mwv-error-msg {
  display: none;
  font-size: 13px;
  color: var(--mwv-color-error);
  margin-top: 6px;
}

.mwv-page .mwv-form-group.mwv-has-error .mwv-form-input,
.mwv-page .mwv-form-group.mwv-has-error .mwv-form-select,
.mwv-page .mwv-form-group.mwv-has-error .mwv-form-textarea {
  border-color: var(--mwv-color-error);
  background-color: rgba(184, 92, 56, 0.04);
}

.mwv-page .mwv-form-group.mwv-has-error .mwv-error-msg {
  display: block;
}

.mwv-page .mwv-form-privacy {
  font-size: 13px;
  color: var(--mwv-color-text-light);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

.mwv-page .mwv-form-phone {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  color: var(--mwv-color-text-muted);
}

.mwv-page .mwv-form-phone a {
  color: var(--mwv-color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mwv-page .mwv-form-phone a:hover {
  color: var(--mwv-color-primary-dark);
}

/* -------------------------------------------- */
/* WHY ASSESS FIRST                             */
/* -------------------------------------------- */
.mwv-page .mwv-assessment {
  background-color: var(--mwv-color-surface);
  padding: var(--mwv-section-padding) 0;
}

.mwv-page .mwv-assessment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.mwv-page .mwv-assessment-card {
  background-color: var(--mwv-color-bg);
  border-radius: var(--mwv-radius-lg);
  padding: 40px 32px;
  border: 1px solid var(--mwv-color-border-light);
  transition: var(--mwv-transition);
  position: relative;
  overflow: hidden;
}

.mwv-page .mwv-assessment-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--mwv-shadow-lg);
  border-color: var(--mwv-color-border);
}

.mwv-page .mwv-assessment-number {
  display: block;
  font-size: 48px;
  font-weight: 200;
  color: var(--mwv-color-accent);
  line-height: 1;
  margin-bottom: 20px;
  font-family: var(--mwv-font-heading);
  letter-spacing: -0.03em;
}

.mwv-page .mwv-card-heading {
  font-family: var(--mwv-font-heading);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--mwv-color-text);
  line-height: 1.3;
}

.mwv-page .mwv-card-body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--mwv-color-text-muted);
}

.mwv-page .mwv-assessment-image-wrap {
  border-radius: var(--mwv-radius-lg);
  overflow: hidden;
  box-shadow: var(--mwv-shadow-md);
}

.mwv-page .mwv-assessment-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* -------------------------------------------- */
/* WHAT WE CHECK                                */
/* -------------------------------------------- */
.mwv-page .mwv-concerns {
  background-color: var(--mwv-color-bg-warm);
  padding: var(--mwv-section-padding) 0;
}

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

.mwv-page .mwv-concern-card {
  background-color: var(--mwv-color-surface);
  border-radius: var(--mwv-radius-lg);
  padding: 36px 28px;
  border: 1px solid var(--mwv-color-border-light);
  transition: var(--mwv-transition);
}

.mwv-page .mwv-concern-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mwv-shadow-md);
  border-color: var(--mwv-color-border);
}

.mwv-page .mwv-concern-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mwv-color-bg);
  border-radius: var(--mwv-radius-md);
  color: var(--mwv-color-primary);
  margin-bottom: 20px;
  border: 1px solid var(--mwv-color-border-light);
}

/* -------------------------------------------- */
/* HOW IT WORKS                                 */
/* -------------------------------------------- */
.mwv-page .mwv-process {
  background-color: var(--mwv-color-surface);
  padding: var(--mwv-section-padding) 0;
}

.mwv-page .mwv-process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
}

.mwv-page .mwv-timeline-line {
  position: absolute;
  top: 48px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--mwv-color-border) 0%, var(--mwv-color-primary) 50%, var(--mwv-color-border) 100%);
  z-index: 0;
}

.mwv-page .mwv-timeline-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 16px;
}

.mwv-page .mwv-timeline-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--mwv-color-surface);
  border: 2px solid var(--mwv-color-primary);
  color: var(--mwv-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
}

.mwv-page .mwv-timeline-heading {
  font-family: var(--mwv-font-heading);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--mwv-color-text);
}

.mwv-page .mwv-timeline-body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--mwv-color-text-muted);
  max-width: 260px;
  margin: 0 auto;
}

.mwv-page .mwv-process-image-wrap {
  margin-top: 64px;
  border-radius: var(--mwv-radius-lg);
  overflow: hidden;
  box-shadow: var(--mwv-shadow-md);
}

.mwv-page .mwv-process-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* -------------------------------------------- */
/* WHY BOOK HERE                                */
/* -------------------------------------------- */
.mwv-page .mwv-benefits {
  background-color: var(--mwv-color-bg);
  padding: var(--mwv-section-padding) 0;
}

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

.mwv-page .mwv-benefit-card {
  background-color: var(--mwv-color-surface);
  border-radius: var(--mwv-radius-lg);
  padding: 36px 28px;
  border: 1px solid var(--mwv-color-border-light);
  transition: var(--mwv-transition);
}

.mwv-page .mwv-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mwv-shadow-md);
}

.mwv-page .mwv-benefit-number {
  display: block;
  font-size: 36px;
  font-weight: 200;
  color: var(--mwv-color-accent);
  line-height: 1;
  margin-bottom: 16px;
  font-family: var(--mwv-font-heading);
}

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

.mwv-page .mwv-mid-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45, 45, 45, 0.78) 0%, rgba(58, 90, 92, 0.65) 100%);
  z-index: 1;
}

.mwv-page .mwv-mid-cta-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 60px 24px;
  color: #FFFFFF;
}

.mwv-page .mwv-mid-cta-heading {
  font-family: var(--mwv-font-heading);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}

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

/* -------------------------------------------- */
/* LOCATIONS                                    */
/* -------------------------------------------- */
.mwv-page .mwv-locations {
  background-color: var(--mwv-color-bg-warm);
  padding: var(--mwv-section-padding) 0;
}

.mwv-page .mwv-locations-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.mwv-page .mwv-location-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background-color: var(--mwv-color-surface);
  border: 1px solid var(--mwv-color-border);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--mwv-color-text);
  transition: var(--mwv-transition);
}

.mwv-page .mwv-location-chip:hover {
  border-color: var(--mwv-color-primary);
  color: var(--mwv-color-primary);
  transform: translateY(-1px);
  box-shadow: var(--mwv-shadow-sm);
}

.mwv-page .mwv-locations-note {
  text-align: center;
  font-size: 16px;
  color: var(--mwv-color-text-muted);
  line-height: 1.7;
}

.mwv-page .mwv-locations-note strong {
  color: var(--mwv-color-text);
  font-weight: 500;
}

/* -------------------------------------------- */
/* FAQ                                          */
/* -------------------------------------------- */
.mwv-page .mwv-faq {
  background-color: var(--mwv-color-surface);
  padding: var(--mwv-section-padding) 0;
}

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

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

.mwv-page .mwv-faq-item:hover {
  border-color: var(--mwv-color-border);
}

.mwv-page .mwv-faq-item[open] {
  border-color: var(--mwv-color-primary);
  box-shadow: var(--mwv-shadow-sm);
}

.mwv-page .mwv-faq-question {
  padding: 22px 28px;
  font-size: 17px;
  font-weight: 500;
  color: var(--mwv-color-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: var(--mwv-transition);
}

.mwv-page .mwv-faq-question::-webkit-details-marker {
  display: none;
}

.mwv-page .mwv-faq-question::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--mwv-color-primary);
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  transition: var(--mwv-transition);
}

.mwv-page .mwv-faq-item[open] .mwv-faq-question::after {
  content: '−';
}

.mwv-page .mwv-faq-answer {
  padding: 0 28px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--mwv-color-text-muted);
}

.mwv-page .mwv-faq-answer p {
  margin: 0;
}

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

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

.mwv-page .mwv-final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 80px 24px;
  color: #FFFFFF;
}

.mwv-page .mwv-final-cta-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.9;
}

.mwv-page .mwv-final-cta-heading {
  font-family: var(--mwv-font-heading);
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 16px;
}

.mwv-page .mwv-final-cta-body {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.88;
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

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

.mwv-page .mwv-final-cta-buttons .mwv-btn-secondary {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}

.mwv-page .mwv-final-cta-buttons .mwv-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
}

.mwv-page .mwv-final-cta-phone {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 8px;
}

.mwv-page .mwv-final-cta-phone a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

.mwv-page .mwv-final-cta-note {
  font-size: 14px;
  opacity: 0.7;
}

/* -------------------------------------------- */
/* CONTACT SECTION                              */
/* -------------------------------------------- */
.mwv-page .mwv-contact {
  background-color: var(--mwv-color-bg-warm);
  padding: 64px 0;
  border-top: 1px solid var(--mwv-color-border);
}

.mwv-page .mwv-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.mwv-page .mwv-contact-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mwv-color-text-light);
  margin-bottom: 10px;
}

.mwv-page .mwv-contact-value {
  font-size: 15px;
  line-height: 1.6;
  color: var(--mwv-color-text-muted);
}

.mwv-page .mwv-contact-value a {
  color: var(--mwv-color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.mwv-page .mwv-contact-value a:hover {
  color: var(--mwv-color-primary-dark);
}

/* ============================================ */
/* RESPONSIVE — TABLET (1024px)                 */
/* ============================================ */
@media (max-width: 1024px) {
  .mwv-page {
    --mwv-section-padding: var(--mwv-section-padding-tablet);
  }
  
  .mwv-page .mwv-callback-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .mwv-page .mwv-callback-text {
    text-align: center;
  }
  
  .mwv-page .mwv-callback-text .mwv-section-heading,
  .mwv-page .mwv-callback-text .mwv-section-body {
    margin-left: auto;
    margin-right: auto;
  }
  
  .mwv-page .mwv-callback-image-wrap {
    display: none;
  }
  
  .mwv-page .mwv-assessment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .mwv-page .mwv-concern-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .mwv-page .mwv-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .mwv-page .mwv-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .mwv-page .mwv-timeline-line {
    left: 40px;
    right: 40px;
  }
}

/* ============================================ */
/* RESPONSIVE — TABLET SMALL (768px)            */
/* ============================================ */
@media (max-width: 768px) {
  .mwv-page .mwv-hero {
    min-height: 560px;
  }
  
  .mwv-page .mwv-hero-content {
    padding: 80px 20px 60px;
  }
  
  .mwv-page .mwv-hero-trust {
    gap: 14px 28px;
  }
  
  .mwv-page .mwv-assessment-grid {
    grid-template-columns: 1fr;
  }
  
  .mwv-page .mwv-concern-grid {
    grid-template-columns: 1fr;
  }
  
  .mwv-page .mwv-benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .mwv-page .mwv-process-timeline {
    flex-direction: column;
    gap: 40px;
    padding-top: 0;
  }
  
  .mwv-page .mwv-timeline-line {
    display: none;
  }
  
  .mwv-page .mwv-timeline-step {
    text-align: left;
    display: flex;
    gap: 20px;
    padding: 0;
    align-items: flex-start;
  }
  
  .mwv-page .mwv-timeline-dot {
    margin: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  
  .mwv-page .mwv-timeline-content {
    flex: 1;
  }
  
  .mwv-page .mwv-timeline-body {
    max-width: none;
    margin: 0;
  }
  
  .mwv-page .mwv-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .mwv-page .mwv-contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  
  .mwv-page .mwv-mid-cta {
    min-height: 380px;
  }
  
  .mwv-page .mwv-final-cta {
    min-height: 480px;
  }
}

/* ============================================ */
/* RESPONSIVE — MOBILE (480px)                  */
/* ============================================ */
@media (max-width: 480px) {
  .mwv-page {
    --mwv-section-padding: var(--mwv-section-padding-mobile);
  }
  
  .mwv-page .mwv-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .mwv-page .mwv-hero {
    min-height: 650px;
  }
  
  .mwv-page .mwv-hero-content {
    padding: 60px 16px 48px;
  }
  
  .mwv-page .mwv-hero-heading {
    font-size: 28px;
  }
  
  .mwv-page .mwv-hero-subheading {
    font-size: 22px;
  }
  
  .mwv-page .mwv-hero-ctas {
    flex-direction: column;
  }
  
  .mwv-page .mwv-hero-ctas .mwv-btn {
    width: 100%;
  }
  
  .mwv-page .mwv-callback-form-wrap {
    padding: 28px 20px;
  }
  
  .mwv-page .mwv-assessment-card,
  .mwv-page .mwv-concern-card,
  .mwv-page .mwv-benefit-card {
    padding: 28px 22px;
  }
  
  .mwv-page .mwv-assessment-number {
    font-size: 40px;
  }
  
  .mwv-page .mwv-faq-question {
    padding: 18px 20px;
    font-size: 16px;
  }
  
  .mwv-page .mwv-faq-answer {
    padding: 0 20px 20px;
  }
  
  .mwv-page .mwv-final-cta {
    min-height: 600px;
  }
  
  .mwv-page .mwv-final-cta-content {
    padding: 60px 16px;
  }
  
  .mwv-page .mwv-final-cta-buttons {
    flex-direction: column;
  }
  
  .mwv-page .mwv-final-cta-buttons .mwv-btn {
    width: 100%;
  }
  
  .mwv-page .mwv-location-chip {
    padding: 8px 16px;
        font-size: 13px;
  }
  
  .mwv-page .mwv-locations-grid {
    gap: 8px;
  }
  
  .mwv-page .mwv-section-header {
    margin-bottom: 40px;
  }
  
  .mwv-page .mwv-btn {
    padding: 14px 24px;
    min-height: 48px;
  }
}

/* Smooth scroll offset for fixed headers */
.mwv-page .mwv-scroll-link {
  scroll-margin-top: 80px;
}

/* Focus visible for accessibility */
.mwv-page :focus-visible {
  outline: 2px solid var(--mwv-color-primary);
  outline-offset: 2px;
}

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