/* ========================================
   couples.css — German for Couples Landing Page
   ======================================== */

/* --- Hero Section --- */
.couples-hero {
  position: relative;
  background: linear-gradient(135deg, #082333 0%, #0b76b3 60%, #3d9fd8 100%);
  padding: 120px 0 80px;
  margin-top: -1px;
  overflow: hidden;
  color: #fff;
}

.couples-hero h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

.hero-sub {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin-bottom: 2rem;
  max-width: 560px;
}

.hero-cta {
  border-radius: 35px !important;
  padding: 14px 40px !important;
  font-variant-caps: small-caps;
  font-size: 1.125rem !important;
  background-color: #e67e22 !important;
  border-color: #e67e22 !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(230,126,34,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(230,126,34,0.45);
  background-color: #d4711f !important;
  border-color: #d4711f !important;
}

.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  padding: 8px 14px;
  font-size: 1rem;
  margin-top: 1.5rem;
  color: #fff;
}

.hero-rating .stars {
  color: #e67e22;
  letter-spacing: 2px;
}

.hero-rating .sep {
  color: rgba(255,255,255,0.4);
}

.hero-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 320px;
}

.hero-circle-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: blob-pulse 4s ease-in-out infinite;
}

@keyframes blob-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-50%, -50%) scale(1.12); opacity: 1; }
}

.hero-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Empathy Section --- */
.empathy-section {
  padding: 80px 0 60px;
  background: #f8fafc;
}

.reality-check {
  background: #fff;
  border-left: 4px solid #e67e22;
  border-radius: 8px;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.reality-check h2 {
  font-size: 1.6rem;
  color: #082333;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.reality-check p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3d6478;
  margin-bottom: 0;
  text-align: left !important;
}

.empathy-cards {
  margin-top: 0;
}

.empathy-card {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(11,118,179,0.07);
  border-top: 4px solid #0b76b3;
  transition: box-shadow 0.2s, transform 0.2s;
}

.empathy-card:hover {
  box-shadow: 0 6px 20px rgba(11,118,179,0.13);
  transform: translateY(-3px);
}

.empathy-card .card-icon {
  margin-bottom: 1.2rem;
}

.empathy-card h3 {
  font-size: 1.3rem;
  color: #082333;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}

.empathy-card p {
  font-size: 0.975rem;
  line-height: 1.65;
  color: #3d6478;
  margin-bottom: 0;
  text-align: left !important;
}

/* --- Journey Planner --- */
.planner-section {
  padding: 80px 0;
  background: #fff;
}

.planner-intro {
  font-size: 1.05rem;
  color: #5d7c8c;
  max-width: 600px;
  margin: 0 auto;
}

.planner-card {
  background: #fff;
  border: 1px solid #dde6ef;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(11,118,179,0.08);
  overflow: hidden;
}

.planner-form-col {
  padding: 2rem 2.5rem !important;
  background: #f8fafc;
}

.planner-form .form-group {
  margin-bottom: 1.25rem;
}

.planner-form label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #082333;
  margin-bottom: 0.35rem;
}

.planner-form .form-control {
  border-radius: 8px;
  border: 1px solid #dde6ef;
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
  height: auto;
}

.planner-form .form-control:focus {
  border-color: #0b76b3;
  box-shadow: 0 0 0 3px rgba(11,118,179,0.12);
}

.planner-form .form-text {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.engagement-toggle {
  display: flex;
  border: 1px solid #dde6ef;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.engagement-toggle input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.engagement-toggle .eng-label {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  margin-bottom: 0;
  color: #5d7c8c;
  border-right: 1px solid #dde6ef;
}
.engagement-toggle .eng-label:last-child {
  border-right: none;
}
.engagement-toggle input[type="radio"]:checked + .eng-label {
  background: #0b76b3;
  color: #fff;
}

.engagement-desc {
  font-size: 0.82rem;
  color: #5d7c8c;
  font-style: italic;
  margin-top: 0.4rem;
  line-height: 1.4;
  min-height: 2.6em;
}

#planner-submit {
  background-color: #0b76b3 !important;
  border-color: #0b76b3 !important;
  color: #fff !important;
  transition: background-color 0.2s, box-shadow 0.2s;
}
#planner-submit:hover {
  background-color: #095d8f !important;
  border-color: #095d8f !important;
  box-shadow: 0 4px 12px rgba(11,118,179,0.25);
}

.planner-result-col {
  padding: 2rem 2.5rem !important;
  display: flex;
  align-items: center;
  min-height: 350px;
}

.planner-placeholder {
  text-align: center;
  color: #8fa6b2;
  width: 100%;
}

.planner-placeholder .placeholder-icon {
  margin-bottom: 1rem;
  opacity: 0.6;
}

.planner-placeholder p {
  font-size: 0.95rem;
  margin-bottom: 0;
  text-align: center !important;
}

.planner-result {
  width: 100%;
}

.planner-result h3 {
  font-size: 1.2rem;
  color: #082333;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.planner-timeline {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  overflow-x: auto;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 60px;
  position: relative;
}

.timeline-step .tl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cde5f7;
  border: 3px solid #dde6ef;
  z-index: 1;
  transition: all 0.3s;
}

.timeline-step.active .tl-dot {
  background: #0b76b3;
  border-color: #0b76b3;
  box-shadow: 0 0 0 4px rgba(11,118,179,0.15);
}

.timeline-step .tl-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #8fa6b2;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.timeline-step.active .tl-label {
  color: #0b76b3;
}

.timeline-step::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #e9edf0;
  z-index: 0;
}

.timeline-step:last-child::after {
  display: none;
}

.timeline-step.active::after {
  background: #0b76b3;
}

.result-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.result-stat {
  background: #f0f7ff;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}

.stat-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5d7c8c;
  margin-bottom: 4px;
}

.stat-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #082333;
}

.planner-partner-note {
  background: #fef9ee;
  border: 1px solid #f5e6c8;
  border-radius: 8px;
  padding: 0.9rem 1.2rem;
  margin-bottom: 1.25rem;
}

.planner-partner-note p {
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: left !important;
  color: #6b5b3a;
}

.result-cta {
  text-align: center;
}

.result-cta .btn {
  border-radius: 35px !important;
  padding: 12px 36px !important;
  font-variant-caps: small-caps;
  font-size: 1rem !important;
}

.planner-disclaimer {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-style: italic;
  border-top: 1px solid #e2e8f0;
  padding-top: 0.75rem;
  text-align: center;
}

/* --- Enrollment Roadmap --- */
.roadmap-section {
  padding: 80px 0;
  background: #f8fafc;
}

.roadmap-steps {
  position: relative;
}

.roadmap-step-col {
  margin-bottom: 2rem;
}

.roadmap-step {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.8rem;
  height: 100%;
  text-align: center;
  box-shadow: 0 2px 12px rgba(11,118,179,0.06);
  position: relative;
}

.step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b76b3, #3d9fd8);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  box-shadow: 0 4px 12px rgba(11,118,179,0.2);
}

.roadmap-step h3 {
  font-size: 1.15rem;
  color: #082333;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}

.roadmap-step p {
  font-size: 0.925rem;
  line-height: 1.65;
  color: #3d6478;
  margin-bottom: 0;
  text-align: center !important;
}

/* Connecting line between roadmap steps (desktop) */
@media (min-width: 992px) {
  .roadmap-steps {
    position: relative;
  }
  .roadmap-steps::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 16.666%;
    right: 16.666%;
    height: 3px;
    background: linear-gradient(90deg, #0b76b3 0%, #3d9fd8 50%, #0b76b3 100%);
    z-index: 0;
  }
}

/* --- FAQ Section --- */
.faq-section {
  padding: 80px 0;
  background: #fff;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 2.5rem !important;
}

.faq-content .btn-link {
  font-size: 1rem;
  font-weight: 600;
  color: #082333 !important;
  text-decoration: none !important;
  padding: 0.8rem 1rem;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e9edf0;
  transition: background 0.2s;
}

.faq-content .btn-link:hover {
  background: #eef2f6;
}

.faq-content .btn-link[aria-expanded="true"] {
  background: #f0f7ff;
  border-color: #cde5f7;
}

.faq-content .collapse,
.faq-content .collapsing {
  padding: 1rem 1rem 0.5rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3d6478;
}

.faq-content .collapse p {
  text-align: left !important;
}

.faq-content .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.faq-content .mb-3 {
  margin-bottom: 0.75rem !important;
}

/* --- Final CTA --- */
.final-cta {
  padding: 70px 0;
  background: linear-gradient(135deg, #0b76b3 0%, #3d9fd8 100%);
  color: #fff;
}

.final-cta h2 {
  color: #fff;
  font-size: 2rem;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.final-cta p {
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.final-cta .btn-light {
  color: #0b76b3 !important;
  font-weight: 600;
}

/* --- Override baseof heading margins for this page --- */
.couples-landing h1,
.couples-landing h2,
.couples-landing h3,
.couples-landing h4 {
  margin-top: 0 !important;
}

/* --- Responsive --- */
@media (max-width: 991.98px) {
  .couples-hero {
    padding: 100px 0 60px;
  }
  .couples-hero h1 {
    font-size: 2rem;
  }
  .hero-visual-col {
    margin-top: 2rem;
  }
  .hero-visual {
    max-width: 220px;
  }
  .result-details {
    grid-template-columns: 1fr;
  }
  .planner-form-col,
  .planner-result-col {
    padding: 1.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .couples-hero h1 {
    font-size: 1.7rem;
  }
  .hero-sub {
    font-size: 1rem;
  }
  .hero-cta {
    font-size: 1rem !important;
    padding: 12px 28px !important;
  }
  .reality-check {
    padding: 1.25rem 1.5rem;
  }
  .empathy-section,
  .planner-section,
  .roadmap-section,
  .faq-section {
    padding: 50px 0;
  }
  .final-cta h2 {
    font-size: 1.5rem;
  }
  .planner-timeline {
    padding: 0.25rem 0;
  }
  .timeline-step {
    min-width: 45px;
  }
  .timeline-step .tl-label {
    font-size: 0.65rem;
  }
}

/* --- Animation --- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.couples-hero .hero-text {
  animation: fadeInUp 0.7s ease-out both;
}

.couples-hero .hero-visual-col {
  animation: fadeInUp 0.7s ease-out 0.2s both;
}

/* --- Form Validation --- */
.planner-error {
  color: #dc3545;
  background: #fff5f5;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  margin-top: 0.75rem;
  display: none;
}
.planner-error.visible {
  display: block;
}
.planner-form .form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.15);
}

.empathy-card:nth-child(1) { animation: fadeInUp 0.6s ease-out 0.1s both; }
.empathy-card:nth-child(2) { animation: fadeInUp 0.6s ease-out 0.2s both; }

.roadmap-step-col:nth-child(1) .roadmap-step { animation: fadeInUp 0.5s ease-out 0.1s both; }
.roadmap-step-col:nth-child(2) .roadmap-step { animation: fadeInUp 0.5s ease-out 0.2s both; }
.roadmap-step-col:nth-child(3) .roadmap-step { animation: fadeInUp 0.5s ease-out 0.3s both; }
