/* ----------------------------------------------------------
   GENEL
---------------------------------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f8fafc;
  overflow-x: hidden;
  padding-top: 80px;
  /* fixed header boşluğu */
  display: flex;
  flex-direction: column;
}

/* ----------------------------------------------------------
   HEADER (SABİT)
---------------------------------------------------------- */
.meditastro-navbar {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.meditastro-navbar .navbar-brand {
  color: #fff !important;
  font-weight: 600;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
}

.brand-icon {
  font-size: 1.6rem;
  margin-right: 8px;
}

.meditastro-navbar .nav-link {
  color: #e2e8f0 !important;
  margin-left: 20px;
  transition: .25s;
}

.meditastro-navbar .nav-link:hover {
  color: #b7f7d1 !important;
}

/* ----------------------------------------------------------
   HERO BÖLÜMÜ (AURORA)
---------------------------------------------------------- */
.hero-section {
  padding: 40px;
  background: radial-gradient(circle at top right, #ccfce3, #e6fff5 40%, #ffffff 80%);
  position: relative;
  overflow: hidden;
  border-radius: 36px;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.55;
  z-index: 0;
}

.hero-section::before {
  width: 480px;
  height: 480px;
  background: #bbf7d0;
  top: -120px;
  right: -120px;
}

.hero-section::after {
  width: 360px;
  height: 360px;
  background: #86efac;
  bottom: -100px;
  left: -100px;
}

.hero-text-wrap {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  max-width: 650px;
}

.hero-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: #0f172a;
}

.hero-desc {
  font-size: 1.25rem;
  color: #334155;
  line-height: 1.75;
  max-width: 560px;
  margin-top: 16px;
}

/* ----------------------------------------------------------
   SOL TARAF FORM KARTI (PREMIUM)
---------------------------------------------------------- */
.early-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 48px;
  border: 1px solid #d1fae5;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
  transform: scale(1.06);
  margin: 20px 0;
  position: relative;
  z-index: 3;
}

.card-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: #0f172a;
}

.card-sub {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 20px;
  line-height: 1.6;
}

.form-control-lg {
  height: 60px;
  border-radius: 12px;
  border: 1px solid #c7f9cc;
  font-size: 1.05rem;
  padding-left: 16px;
}

.form-control-lg:focus {
  border-color: #34d399;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18);
}

.btn-early {
  background: linear-gradient(135deg, #7fffc3, #32e39e);
  border: none;
  padding: 16px;
  border-radius: 14px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  width: 100%;
  transition: 0.2s;
}

.btn-early:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 18px rgba(56, 220, 130, 0.35);
}

.form-note {
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 12px;
}

/* ----------------------------------------------------------
   FOOTER (ALTA SABİT)
---------------------------------------------------------- */
.meditastro-footer {
  background: #0f172a;
  padding: 30px 0;
  text-align: center;
  color: #e2e8f0;
  margin-top: auto;
}

.meditastro-footer p {
  margin: 0;
  font-size: 0.95rem;
}

/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.7rem;
  }

  .hero-section {
    padding: 100px 0;
  }

  .early-card {
    transform: scale(1);
    padding: 36px;
  }

  .hero-text-wrap {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.3rem;
  }

  .hero-desc {
    font-size: 1.1rem;
  }

  .early-card {
    padding: 30px;
  }
}


/* ----------------------------------------------------------
   EMAIL SENT PAGE
---------------------------------------------------------- */

.email-sent-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.email-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 24px;
  border: 1px solid #d1fae5;
  max-width: 520px;
  width: 100%;
  backdrop-filter: blur(6px);
  position: relative;
  z-index: 3;
}

.email-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.email-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.65;
}

.emoji {
  font-size: 3rem;
}

.back-btn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 1.1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #7fffc3, #32e39e);
  color: white;
  font-weight: 600;
  text-decoration: none;
}


/* ----------------------------------------------------
   HEADER (NAVBAR)
---------------------------------------------------- */
.meditastro-navbar {
  background: rgba(15, 23, 42, 0.35);
  /* hafif koyu cam efekti */
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
  padding: 12px 0;
  transition: background 0.3s;
}

.meditastro-navbar.scrolled {
  background: rgba(15, 23, 42, 0.55);
  /* scroll sonrası daha belirgin */
}

.meditastro-navbar .navbar-brand {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.brand-icon {
  font-size: 1.8rem;
  margin-right: 8px;
}

/* LINKS */
.meditastro-navbar .nav-link {
  color: #e2fced !important;
  margin-left: 24px;
  font-weight: 500;
  transition: 0.25s ease-in-out;
  font-size: 1rem;
}

.meditastro-navbar .nav-link:hover {
  color: #8ffcd1 !important;
  transform: translateY(-2px);
}

/* Mobile toggler icon */
.custom-toggler .navbar-toggler-icon {
  filter: invert(90%) brightness(200%);
}

/* ----------------------------------------------------
   FOOTER
---------------------------------------------------- */
.meditastro-footer {
  background: #0f172a;
  padding: 26px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.meditastro-footer p {
  margin: 0;
  color: #c7fbe6;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}