/* ==========================================================================
   LEGALMENTE RUBIANO - LANDING PAGE DIAGNÓSTICO DE BLINDAJE JURÍDICO
   Design System: Dark Luxury & Vibrant Warm Gold (Ultra Clean & High-Impact)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Cinzel:wght@600;700;800;900&display=swap');

:root {
  /* Core Palette */
  --bg-deep: #060608;
  --bg-surface: #0d0d12;
  --bg-card: rgba(15, 15, 20, 0.94);
  --bg-input: #121218;
  --bg-input-focus: #181822;
  
  /* Vibrant & Warm Gold Spectrum */
  --gold-vibrant: #FFC700;
  --gold-light: #FFF2A8;
  --gold-primary: #E5B82A;
  --gold-deep: #9E7000;
  --gold-gradient: linear-gradient(135deg, #FFF2A8 0%, #FFC700 35%, #E5B82A 70%, #9E7000 100%);
  
  /* Button Gradients */
  --btn-gold-grad: linear-gradient(180deg, #FFE885 0%, #FFC700 40%, #E5A800 100%);
  --btn-gold-hover: linear-gradient(180deg, #FFF0A0 0%, #FFD220 40%, #F0B500 100%);
  
  --gold-glow: 0 0 35px rgba(255, 199, 0, 0.25);
  --gold-border: rgba(255, 199, 0, 0.35);

  /* Neutrals */
  --text-pure: #ffffff;
  --text-light: #ececf4;
  --text-muted: #ababbe;
  --text-subtle: #707084;
  --text-black: #060608;

  /* Typography */
  --font-main: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-brand: 'Cinzel', serif;

  /* Transitions */
  --transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-deep);
  color: var(--text-light);
  font-family: var(--font-main);
}

body {
  min-height: 100vh;
  background-color: var(--bg-deep);
  background-image: 
    radial-gradient(circle at 50% 100px, rgba(255, 199, 0, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 10% 350px, rgba(229, 184, 42, 0.03) 0%, transparent 35%),
    radial-gradient(circle at 90% 650px, rgba(229, 184, 42, 0.04) 0%, transparent 40%),
    linear-gradient(180deg, #08080c 0%, #050507 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Containers */
.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 860px;
}

/* ==========================================================================
   HEADER & LOGO
   ========================================================================== */
.site-header {
  padding: 2.25rem 0 1rem;
  text-align: center;
}

.brand-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.brand-logo-img {
  width: 270px;
  max-width: 90vw;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 199, 0, 0.3));
  transition: var(--transition);
}

.brand-logo-img:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 0 28px rgba(255, 199, 0, 0.5));
}

.brand-text {
  font-family: var(--font-brand);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-vibrant);
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  padding: 0.75rem 0 2.5rem;
  text-align: center;
}

/* Top Yellow/Gold Banner Badge (Clean & High Contrast) */
.badge-container {
  margin-bottom: 1.25rem;
}

.top-pill-badge {
  display: inline-block;
  background-color: var(--gold-vibrant);
  color: #060608;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.45rem 1.6rem;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(255, 199, 0, 0.4);
}

/* Main Headline */
.hero-title {
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-pure);
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  letter-spacing: -0.015em;
}

.hero-subtitle {
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--gold-vibrant);
  text-transform: uppercase;
  margin-bottom: 1.35rem;
  letter-spacing: -0.01em;
}

.hero-description {
  font-size: 1.08rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 780px;
  margin: 0 auto 2.25rem;
  font-weight: 400;
}

.hero-description strong {
  color: var(--text-pure);
  font-weight: 600;
}

/* ==========================================================================
   VSL VIDEO PLAYER (Cinematic, Ultra-Crisp)
   ========================================================================== */
.vsl-wrapper {
  position: relative;
  max-width: 860px;
  margin: 0 auto 1.25rem;
  border-radius: 16px;
  padding: 4px;
  background: linear-gradient(145deg, rgba(255, 199, 0, 0.75) 0%, rgba(40, 40, 50, 0.6) 50%, rgba(229, 184, 42, 0.5) 100%);
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.9),
    0 0 35px rgba(255, 199, 0, 0.2);
}

.vsl-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
}

.vsl-video-element, 
.vsl-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

/* Poster Overlay */
.vsl-poster-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/vsl-poster.jpg') center center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.4s ease;
}

.vsl-poster-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0.65) 100%);
}

.vsl-poster-overlay.playing {
  opacity: 0;
  pointer-events: none;
}

/* Top Info Badge in Video */
.vsl-poster-header {
  position: absolute;
  top: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.75);
  padding: 8px 16px;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

.vsl-author-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold-vibrant);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #000;
}

.vsl-title-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.25;
}

.vsl-title-text span {
  display: block;
  font-size: 0.72rem;
  color: var(--gold-vibrant);
  font-weight: 500;
}

/* Big YouTube-Style Play Button */
.vsl-big-play-btn {
  position: relative;
  z-index: 2;
  width: 88px;
  height: 60px;
  background-color: #ff0000;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px rgba(255, 0, 0, 0.6);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.vsl-poster-overlay:hover .vsl-big-play-btn {
  transform: scale(1.12);
  background-color: #e60000;
  box-shadow: 0 12px 40px rgba(255, 0, 0, 0.8);
}

.vsl-play-icon {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #ffffff;
  margin-left: 5px;
}

.vsl-unmute-hint {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 18px;
  border-radius: 25px;
  border: 1px solid rgba(255, 199, 0, 0.5);
  backdrop-filter: blur(8px);
}

/* Clean Jump Button Below Video */
.vsl-actions-strip {
  max-width: 860px;
  margin: 0.5rem auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-vsl-reveal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 199, 0, 0.08);
  border: 1px solid rgba(255, 199, 0, 0.3);
  color: var(--gold-vibrant);
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.65rem 1.4rem;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--transition);
}

.btn-vsl-reveal:hover {
  background: rgba(255, 199, 0, 0.18);
  border-color: var(--gold-vibrant);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ==========================================================================
   DIAGNOSIS FORM SECTION (Clean White Dossier Theme with Black Typography)
   ========================================================================== */
.diagnosis-section {
  padding: 1.5rem 0 4.5rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), max-height 0.7s ease;
}

.diagnosis-section.is-revealed {
  opacity: 1;
  max-height: 5000px;
  transform: translateY(0);
  overflow: visible;
}

/* White Executive Card with Warm Gold Accent */
.diagnosis-card {
  background: #ffffff;
  border: 2px solid var(--gold-primary);
  border-radius: 22px;
  padding: 3.25rem 2.75rem;
  box-shadow: 
    0 25px 70px rgba(0, 0, 0, 0.6),
    0 0 35px rgba(255, 199, 0, 0.2);
  position: relative;
  color: #111116;
}

.diagnosis-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 4px;
  background: var(--gold-gradient);
  border-radius: 0 0 4px 4px;
}

.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9E7000;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.65rem;
  background: rgba(255, 199, 0, 0.12);
  padding: 0.35rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(229, 184, 42, 0.4);
}

.form-header-title {
  font-size: 2.15rem;
  font-weight: 900;
  color: #0c0c12;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.form-header-subtitle {
  color: #4e4e60;
  font-size: 1.02rem;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto;
}

/* Form Layout */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-bottom: 2rem;
}

.form-group-full {
  grid-column: 1 / -1;
}

.form-step-divider {
  grid-column: 1 / -1;
  margin: 1.5rem 0 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid #ececf4;
  display: flex;
  align-items: center;
}

.form-step-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #9E7000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-label {
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  color: #12121a;
  margin-bottom: 0.55rem;
}

.form-label .required-mark {
  color: #c98a00;
  margin-left: 3px;
  font-weight: 900;
}

.form-label-hint {
  display: block;
  font-size: 0.8rem;
  color: #6a6a7c;
  font-weight: 500;
  margin-top: 2px;
}

/* Crisp Light Inputs */
.input-control {
  width: 100%;
  background-color: #f8f8fc;
  border: 1.5px solid #d4d4e2;
  border-radius: 10px;
  padding: 0.95rem 1.15rem;
  color: #0c0c12;
  font-family: var(--font-main);
  font-size: 0.96rem;
  font-weight: 500;
  outline: none;
  transition: var(--transition);
}

.input-control:focus {
  background-color: #ffffff;
  border-color: #d99b00;
  box-shadow: 0 0 16px rgba(217, 155, 0, 0.25);
}

.input-control::placeholder {
  color: #9595a8;
}

/* Phone Input Group */
.phone-input-group {
  display: flex;
  gap: 10px;
}

.phone-country-code {
  width: 115px;
  flex-shrink: 0;
  background-color: #f8f8fc;
  border: 1.5px solid #d4d4e2;
  border-radius: 10px;
  padding: 0.95rem 0.65rem;
  color: #0c0c12;
  font-size: 0.92rem;
  font-family: var(--font-main);
  font-weight: 600;
  outline: none;
  cursor: pointer;
}

.phone-country-code:focus {
  border-color: #d99b00;
  background-color: #ffffff;
}

/* ==========================================================================
   ULTRA-CLEAN RADIO SELECTOR TILES (Light Executive Edition)
   ========================================================================== */
.radio-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0.85rem;
  margin-top: 0.65rem;
}

.radio-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.radio-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-card-body {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f8fc;
  border: 1.5px solid #dedee8;
  border-radius: 12px;
  padding: 0.95rem 1.15rem;
  color: #242432;
  font-size: 0.93rem;
  font-weight: 600;
  transition: var(--transition);
  user-select: none;
}

/* Custom Check Indicator */
.radio-custom-indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #a8a8be;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  background: #ffffff;
}

.radio-custom-indicator::after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d99b00;
  opacity: 0;
  transform: scale(0.3);
  transition: var(--transition);
}

/* Hover State */
.radio-card:hover .radio-card-body {
  background: #fffdf5;
  border-color: #d99b00;
  color: #000000;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(217, 155, 0, 0.12);
}

/* Selected State */
.radio-card input[type="radio"]:checked + .radio-card-body {
  background: linear-gradient(135deg, #FFFDF0 0%, #FFF8D6 100%);
  border-color: #d99b00;
  border-width: 2px;
  color: #000000;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(217, 155, 0, 0.22);
}

.radio-card input[type="radio"]:checked + .radio-card-body .radio-custom-indicator {
  border-color: #d99b00;
}

.radio-card input[type="radio"]:checked + .radio-card-body .radio-custom-indicator::after {
  opacity: 1;
  transform: scale(1);
}

/* ==========================================================================
   MASTERPIECE CTA BUTTON (3D Depth, Golden Sheen & Breathing Pulse)
   ========================================================================== */
.cta-container {
  text-align: center;
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Outer Pulsing Glow Wrapper */
.btn-cta-glow-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 560px;
}

.btn-cta-glow-wrapper::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5%;
  right: 5%;
  bottom: -5px;
  background: var(--gold-vibrant);
  border-radius: 16px;
  filter: blur(22px);
  opacity: 0.45;
  z-index: 1;
  animation: pulseGoldAura 3s infinite ease-in-out;
  pointer-events: none;
}

@keyframes pulseGoldAura {
  0%, 100% { opacity: 0.35; filter: blur(18px); transform: scale(0.98); }
  50% { opacity: 0.65; filter: blur(26px); transform: scale(1.02); }
}

/* Main Submit Button */
.btn-cta-submit {
  position: relative;
  z-index: 2;
  width: 100%;
  background: var(--btn-gold-grad);
  color: #08080a;
  font-family: var(--font-main);
  padding: 1.35rem 2.25rem 1.25rem;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2),
    0 6px 0 var(--gold-deep),
    0 12px 30px rgba(0, 0, 0, 0.7);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* High-Impact Top Text */
.btn-cta-main-text {
  font-size: 1.22rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}

.btn-cta-main-text svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

/* Subtitle Inside Button */
.btn-cta-sub-text {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(8, 8, 10, 0.75);
}

/* Continuous Light Sweep Animation */
.btn-cta-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-25deg);
  animation: continuousSheen 3.5s infinite ease-in-out;
}

@keyframes continuousSheen {
  0% { left: -120%; }
  35%, 100% { left: 160%; }
}

/* Hover & Active Interactions */
.btn-cta-submit:hover {
  background: var(--btn-gold-hover);
  transform: translateY(-2px);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 0 var(--gold-deep),
    0 16px 35px rgba(255, 199, 0, 0.45);
}

.btn-cta-submit:hover .btn-cta-main-text svg {
  transform: translateX(4px);
}

.btn-cta-submit:active {
  transform: translateY(4px);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 2px 0 var(--gold-deep),
    0 6px 15px rgba(0, 0, 0, 0.8);
}

.btn-cta-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

/* Microcopy Below CTA */
.cta-microcopy {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: #4e4e60;
  max-width: 580px;
  line-height: 1.55;
  font-weight: 500;
}

.cta-microcopy strong {
  color: #0c0c12;
  font-weight: 700;
}

/* ==========================================================================
   CONFIRMATION MODAL
   ========================================================================== */
.confirmation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 4, 6, 0.92);
  backdrop-filter: blur(14px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.confirmation-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.confirmation-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: 20px;
  max-width: 560px;
  width: 100%;
  padding: 3rem 2.25rem;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), var(--gold-glow);
  transform: scale(0.92);
  transition: var(--transition);
  position: relative;
}

.confirmation-overlay.is-active .confirmation-card {
  transform: scale(1);
}

.confirmation-icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 199, 0, 0.12);
  border: 2px solid var(--gold-vibrant);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--gold-vibrant);
  box-shadow: 0 0 25px rgba(255, 199, 0, 0.3);
}

.confirmation-badge {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--gold-vibrant);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.confirmation-title {
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--text-pure);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.confirmation-message {
  font-size: 1.02rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1.85rem;
}

.confirmation-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: center;
}

.btn-whatsapp-direct {
  width: 100%;
  background-color: #25D366;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 1.1rem 1.75rem;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
  transition: var(--transition);
}

.btn-whatsapp-direct:hover {
  background-color: #20ba59;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

.btn-modal-close {
  background: none;
  border: none;
  color: var(--text-subtle);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0.5rem;
  text-decoration: underline;
}

.btn-modal-close:hover {
  color: var(--text-pure);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.75rem 0 3rem;
  text-align: center;
  color: var(--text-subtle);
  font-size: 0.85rem;
  background-color: #050507;
}

.footer-brand {
  font-family: var(--font-brand);
  color: var(--gold-vibrant);
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.footer-disclaimer {
  max-width: 680px;
  margin: 0.75rem auto 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: #5d5d6d;
}

/* ==========================================================================
   RESPONSIVE DESIGN (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.65rem;
    letter-spacing: normal;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }

  .top-pill-badge {
    font-size: 0.85rem;
    padding: 0.35rem 1rem;
  }

  .hero-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .diagnosis-card {
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
  }

  .form-header-title {
    font-size: 1.45rem;
  }

  .radio-options-grid {
    grid-template-columns: 1fr;
  }

  .btn-cta-main-text {
    font-size: 1.05rem;
  }

  .btn-cta-sub-text {
    font-size: 0.75rem;
  }
}
