/* ============================================
   PRECIOUS FERTILITY - CUSTOM STYLESHEET
   ============================================ */

:root {
  --pink-primary: #d02689;
  --pink-light: #f9d6e5;
  --pink-soft: #fdf2f7;
  --pink-bg: #fef6f9;
  --navy: #0e1f4a;
  --navy-dark: #0a1838;
  --text-dark: #1c2541;
  --text-muted: #6c7a8b;
  --gold: #c89b6b;
  --gradient-pink: linear-gradient(90deg, #ff5fae 0%, #d02689 100%);
  --gradient-soft: linear-gradient(180deg, #fbe9f1 0%, #fff 100%);
  --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-ticker: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --serif: var(--font-heading);
  --sans: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: #fff;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--navy);
  font-weight: 600;
  letter-spacing: -0.02em;
}

p,
.section-text,
.hero-text,
.why-card p,
.dropdown-item {
  font-family: var(--font-body);
}

.text-pink {
  color: var(--pink-primary) !important;
}

.section-tag {
  font-family: var(--font-body);
  text-transform: uppercase;
  color: var(--pink-primary);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 20px;
}

.section-title-light {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}

.section-text {
  font-family: var(--font-body);
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  font-family: var(--font-body);
}

.btn-pink-pill {
  font-family: var(--font-body);
  background: var(--gradient-pink);
  color: #fff !important;
  border: none;
  padding: 11px 26px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(208, 38, 137, 0.3);
}
.btn-pink-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(208, 38, 137, 0.4);
  color: #fff;
}

.btn-pink-gradient {
  font-family: var(--font-body);
  background: var(--gradient-pink);
  color: #fff !important;
  border: none;
  padding: 13px 36px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(208, 38, 137, 0.25);
}
.btn-pink-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(208, 38, 137, 0.4);
  color: #fff;
  background: linear-gradient(90deg, #d02689 0%, #ff5fae 100%);
}

.btn-pink-outline {
  font-family: var(--font-body);
  background: transparent;
  color: var(--pink-primary) !important;
  border: 2px solid var(--pink-primary);
  padding: 11px 34px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-pink-outline:hover {
  background: var(--pink-primary);
  color: #fff !important;
  transform: translateY(-2px);
}

/* ============================================
   HEADER / NAVBAR
   ============================================ */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(14, 31, 74, 0.06);
  z-index: 1030;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 40px rgba(14, 31, 74, 0.08);
  border-bottom-color: transparent;
}

.navbar-main {
  padding: 0;
}

.navbar-container {
  display: flex;
  align-items: center;
  min-height: 88px;
}

.navbar-brand {
  padding: 0;
  margin-right: 1rem;
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}

.navbar-brand:hover {
  opacity: 0.88;
}

.navbar-logo {
  display: block;
  height: 62px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}

.navbar-nav-main {
  gap: 2px;
  align-items: center;
}

.navbar-nav-main .nav-link {
  color: var(--navy) !important;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 18px !important;
  position: relative;
  line-height: 1.2;
  transition: color 0.25s ease;
}

/* Top accent bar — active / hover (no bottom dot) */
.navbar-nav-main .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--gradient-pink);
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.navbar-nav-main .nav-link:hover {
  color: var(--pink-primary) !important;
  background: transparent !important;
}

.navbar-nav-main .nav-link:hover::before {
  transform: scaleX(1);
  opacity: 1;
}

.navbar-nav-main .nav-link.active {
  color: var(--pink-primary) !important;
  background: transparent !important;
  box-shadow: none;
}

.navbar-nav-main .nav-link.active::before {
  transform: scaleX(1);
  opacity: 1;
}

.navbar-nav-main .dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.15em;
  border-top: 0.35em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  opacity: 0.7;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.navbar-nav-main .dropdown-toggle:hover::after,
.navbar-nav-main .dropdown-toggle.show::after {
  opacity: 1;
}

.navbar-nav-main .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.dropdown-menu-nav {
  border: 1px solid rgba(208, 38, 137, 0.1);
  box-shadow: 0 16px 40px rgba(14, 31, 74, 0.12);
  border-radius: 14px;
  padding: 10px 0;
  margin-top: 4px !important;
  min-width: 240px;
  overflow: hidden;
}

.dropdown-menu-nav .dropdown-item {
  padding: 11px 22px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--navy);
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.dropdown-menu-nav .dropdown-item:hover,
.dropdown-menu-nav .dropdown-item:focus {
  background: linear-gradient(90deg, #fdf2f7 0%, #fff 100%);
  color: var(--pink-primary);
  padding-left: 26px;
}

.nav-products-dropdown {
  position: relative;
}

/* Dropdown removed — keep rules for legacy markup if cached on server */
.nav-products-dropdown .dropdown-menu,
.dropdown-menu-nav {
  display: none !important;
}

.nav-products-caret {
  display: none !important;
}

.nav-products-wrap {
  display: inline-flex;
  align-items: stretch;
}

.nav-products-wrap > .nav-link {
  padding-right: 6px !important;
}

.nav-products-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  opacity: 0.65;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.nav-products-caret::after {
  margin: 0;
  vertical-align: 0;
  border-top: 0.35em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.nav-products-caret:hover,
.nav-products-caret.show {
  opacity: 1;
  color: var(--pink-primary);
}

.nav-products-caret.show {
  transform: rotate(180deg);
}

.nav-products-dropdown:hover > .nav-products-wrap > .nav-link,
.nav-products-dropdown .nav-link.active {
  color: var(--pink-primary) !important;
}

@media (min-width: 992px) {
  .nav-products-dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-actions {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.nav-cta {
  padding: 12px 28px !important;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(208, 38, 137, 0.28);
  white-space: nowrap;
}

.nav-cta i {
  font-size: 14px;
  margin-left: 2px;
}

.navbar-toggler {
  border: none;
  padding: 8px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--pink-soft);
  transition: background 0.25s ease;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(208, 38, 137, 0.2);
  outline: none;
}

.navbar-toggler:hover {
  background: #f9d6e5;
}

.navbar-toggler-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--pink-primary);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991.98px) {
  .navbar-container {
    min-height: 76px;
  }

  .navbar-logo {
    height: 52px;
    max-width: 140px;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid rgba(14, 31, 74, 0.06);
    box-shadow: 0 20px 50px rgba(14, 31, 74, 0.1);
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .navbar-main {
    position: relative;
  }

  .navbar-nav-main {
    gap: 0;
    margin-bottom: 1rem !important;
  }

  .navbar-nav-main .nav-link {
    padding: 14px 16px !important;
    font-size: 13px;
    border-bottom: 1px solid rgba(14, 31, 74, 0.06);
    border-radius: 0;
  }

  .nav-products-dropdown {
    border-bottom: 1px solid rgba(14, 31, 74, 0.06);
  }

  .nav-products-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .nav-products-wrap > .nav-link {
    flex: 1;
    border-bottom: 0 !important;
    padding-right: 8px !important;
  }

  .nav-products-caret {
    margin-right: 12px;
    width: 32px;
    height: 32px;
  }

  .nav-products-dropdown > .dropdown-menu {
    position: static !important;
    float: none;
    border: 0;
    box-shadow: none;
    padding: 0 0 8px;
    margin: 0;
  }

  .nav-products-dropdown > .dropdown-menu .dropdown-item {
    padding-left: 32px;
  }

  .navbar-nav-main .nav-link::before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 0;
  }

  .navbar-nav-main .nav-link.active,
  .navbar-nav-main .nav-link:hover {
    background: transparent !important;
    box-shadow: none;
  }

  .navbar-nav-main .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .dropdown-menu-nav {
    border: none;
    box-shadow: none;
    background: var(--pink-soft);
    margin: 0 0 8px !important;
    padding: 6px 0;
  }

  .navbar-actions {
    margin: 0;
    width: 100%;
  }

  .navbar-actions .nav-cta {
    width: 100%;
    justify-content: center;
    padding: 14px 28px !important;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    flex-grow: 1;
    align-items: center;
  }

  .navbar-nav-main {
    flex: 1;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .navbar-nav-main .nav-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .navbar-logo {
    height: 66px;
    max-width: 180px;
  }

  .navbar-container {
    min-height: 92px;
  }
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
  position: relative;
  min-height: 640px;
  padding: 48px 24px 48px;
  overflow: hidden;
  background: linear-gradient(180deg, #fdeef4 0%, #fff5f8 100%);
  box-sizing: border-box;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('https://development.codingpartner.in/preciousfertility/wp-content/uploads/2026/05/slider1_2000x.webp');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(253, 238, 244, 0.95) 0%, rgba(253, 238, 244, 0.5) 50%, rgba(253, 238, 244, 0) 70%);
  z-index: 1;
}

.hero-section .container,
.hero-section .hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  box-sizing: border-box;
}

.hero-section .hero-pad {
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 991.98px) {
  .hero-section .hero-pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .hero-section .hero-pad {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .hero-section {
    padding: 52px 24px 52px;
    min-height: clamp(580px, 72vh, 680px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-section .hero-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }

  .hero-section .hero-pad {
    margin-top: auto;
    width: 100%;
  }

  .hero-layout {
    align-items: flex-end;
    gap: 24px;
  }

  .hero-content {
    flex: 1 1 64%;
    min-width: 0;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .hero-visual {
    flex: 0 1 36%;
    max-width: 420px;
    min-height: 500px;
    height: 500px;
    align-self: flex-end;
  }

  .trusted-card {
    right: 0;
    top: 0;
  }
}

.hero-layout {
  display: flex;
  align-items: flex-end;
  gap: 28px;
}

.hero-visual {
  position: relative;
  flex: 0 1 36%;
  max-width: 400px;
  min-height: 480px;
}

.hero-content {
  flex: 1 1 64%;
  min-width: 0;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}

/* Mobile trust pill — ConceiveLife style */
.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(14, 31, 74, 0.08);
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.3;
}

.hero-trust-pill i {
  color: #f5b800;
  font-size: 13px;
  flex-shrink: 0;
}

.hero-trust-pill strong {
  color: var(--navy);
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-buttons .btn {
  margin: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 0;
}

.welcome-tag {
  font-family: var(--font-body);
  color: var(--pink-primary);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 5vw, 3.65rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--navy);
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.hero-desc {
  font-family: var(--font-body);
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 20px;
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 500;
}

.feature-chip i {
  color: var(--pink-primary);
  font-size: 16px;
  flex-shrink: 0;
}

.feature-chip .usa-flag-icon {
  width: 18px;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.trusted-card {
  position: absolute;
  right: 0;
  top: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.trusted-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-pink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.trusted-text small {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.3;
}

.trusted-text strong {
  font-size: 18px;
  color: var(--navy);
  display: block;
}

/* ============================================
   MARQUEE / TICKER
   ============================================ */
.ticker-wrapper {
  background: var(--pink-primary);
  padding: 9px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: ticker-scroll 30s linear infinite;
  will-change: transform;
}

.ticker-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 26px;
  padding-right: 26px;
}

.ticker-item {
  color: #fff;
  font-family: var(--font-ticker);
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ticker-dot {
  color: #fff;
  font-size: 13px;
  opacity: 0.7;
  flex-shrink: 0;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--ticker-shift, 50%))); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .ticker-group[aria-hidden="true"] {
    display: none;
  }
}

/* ============================================
   JOURNEY / QUOTE SECTION
   ============================================ */
.journey-section {
  padding: 90px 0;
  background: var(--pink-bg);
  position: relative;
  overflow: hidden;
}

.journey-quote {
  font-family: var(--serif);
  font-size: 42px;
  font-style: normal;
  line-height: 1.3;
  color: var(--navy);
  margin-bottom: 25px;
  font-weight: 700;
}

.journey-text {
  max-width: 720px;
  margin: 0 auto 25px;
  color: var(--text-muted);
  line-height: 1.85;
}

.floral {
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(247, 211, 230, 0.6) 0%, transparent 70%);
  filter: blur(2px);
  pointer-events: none;
}

.floral-left {
  top: 20px;
  left: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23f3c0d8' opacity='0.6'%3E%3Ccircle cx='30' cy='30' r='8'/%3E%3Ccircle cx='50' cy='25' r='6'/%3E%3Ccircle cx='40' cy='50' r='10'/%3E%3Ccircle cx='65' cy='45' r='7'/%3E%3Ccircle cx='25' cy='65' r='9'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.floral-right {
  bottom: 20px;
  right: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23f3c0d8' opacity='0.6'%3E%3Ccircle cx='30' cy='30' r='8'/%3E%3Ccircle cx='50' cy='25' r='6'/%3E%3Ccircle cx='40' cy='50' r='10'/%3E%3Ccircle cx='65' cy='45' r='7'/%3E%3Ccircle cx='25' cy='65' r='9'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
  padding: 100px 0 90px;
  background: #fff;
  position: relative;
}

.about-image-wrap {
  position: relative;
  padding: 30px;
}

.about-blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  background: linear-gradient(135deg, #fbd5e7 0%, #f7c2dc 100%);
  border-radius: 50%;
  z-index: 0;
}

.about-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  border-radius: 200px 200px 20px 20px;
  object-fit: cover;
  height: 460px;
  filter: saturate(1.05);
}

.about-feature-card {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 20px 18px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(208, 38, 137, 0.12);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 170px;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: var(--pink-soft);
  border-radius: 10px;
}

.feature-pill i {
  color: var(--pink-primary);
  font-size: 20px;
}

.feature-pill small {
  display: block;
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.feature-pill strong {
  font-size: 12px;
  color: var(--navy);
  font-weight: 600;
}

.about-bullets {
  margin: 20px 0;
}

.about-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--text-dark);
  font-weight: 500;
}

.about-bullets i {
  color: var(--pink-primary);
  font-size: 20px;
}

.journey-badge {
  position: absolute;
  right: 30px;
  bottom: -60px;
  width: 130px;
  height: 130px;
  animation: spin 20s linear infinite;
  z-index: 4;
}

.journey-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes spin {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

/* ============================================
   WHY SECTION — enhanced cards
   ============================================ */
.why-section {
  position: relative;
  padding: 100px 0 110px;
  background: linear-gradient(180deg, #fdf2f7 0%, #faf0f5 45%, #fcf6f8 100%);
  overflow: hidden;
}

.why-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(208, 38, 137, 0.06) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
  opacity: 0.65;
}

.why-section .container {
  position: relative;
  z-index: 1;
}

.why-main-title {
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.why-subtitle {
  font-family: var(--font-body);
  max-width: 780px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 0;
}

.why-cards-row {
  --why-card-gap: 1.5rem;
}

.why-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 26px 30px;
  height: 100%;
  border: 1px solid rgba(208, 38, 137, 0.1);
  box-shadow:
    0 4px 24px rgba(14, 31, 74, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-pink);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 18px 18px 0 0;
}

.why-card::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -30%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(208, 38, 137, 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.why-card:hover,
.why-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(208, 38, 137, 0.22);
  box-shadow:
    0 24px 48px rgba(208, 38, 137, 0.14),
    0 8px 20px rgba(14, 31, 74, 0.06);
}

.why-card:hover::before,
.why-card:focus-within::before {
  transform: scaleX(1);
}

.why-card:hover::after,
.why-card:focus-within::after {
  opacity: 1;
}

.why-icon-wrap {
  width: 56px;
  height: 56px;
  background: linear-gradient(145deg, #fce8f2 0%, #f9d6e5 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-primary);
  font-size: 26px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(208, 38, 137, 0.12);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.why-card:hover .why-icon-wrap,
.why-card:focus-within .why-icon-wrap {
  transform: scale(1.06);
  background: linear-gradient(145deg, #f9d0e4 0%, #f5b8d4 100%);
  box-shadow: 0 8px 22px rgba(208, 38, 137, 0.2);
}

.why-card h5 {
  font-family: var(--serif);
  font-size: 1.22rem;
  color: var(--navy);
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.why-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.72;
  margin: 0;
  position: relative;
}

@media (min-width: 992px) {
  .why-cards-row > [class*='col-']:not(:last-child) .why-card {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .why-section {
    padding: 72px 0 80px;
  }

  .why-card {
    padding: 28px 22px 26px;
  }
}

@media (max-width: 575.98px) {
  .why-subtitle {
    font-size: 14px;
  }

  .why-card h5 {
    font-size: 1.15rem;
  }
}

/* ============================================
   PRODUCTS COLLECTION (home)
   ============================================ */
.products-collection {
  background: #fff;
}

/* ============================================
   APPROACH / COMMITMENT SECTION
   ============================================ */
.approach-section {
  padding: 90px 0;
  background:
    radial-gradient(ellipse at left, #f8d8e7 0%, transparent 50%),
    radial-gradient(ellipse at right, #f9d5e3 0%, transparent 50%),
    linear-gradient(180deg, #f7d3e0 0%, #fbe2eb 100%);
  position: relative;
}

.approach-text {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.85;
  margin-bottom: 25px;
}

.approach-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.chip {
  background: rgba(255, 255, 255, 0.7);
  color: var(--navy);
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(208, 38, 137, 0.15);
}

.chip i {
  color: var(--pink-primary);
}

/* ============================================
   FAQ & BLOG SECTION
   ============================================ */
.faq-blog-section {
  padding: 90px 0;
  background: #fff;
  position: relative;
}

.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid #f3d6e4;
  border-radius: 50px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  font-size: 14px;
  padding: 16px 24px;
  border-radius: 50px !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--pink-soft);
  color: var(--pink-primary);
  border-radius: 24px 24px 0 0 !important;
}

.faq-accordion .accordion-button::after {
  background-image: none;
  content: '\F4FE';
  font-family: 'bootstrap-icons';
  width: auto;
  height: auto;
  color: var(--pink-primary);
  font-size: 14px;
  background: var(--pink-soft);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background: var(--pink-primary);
  color: #fff;
}

.faq-accordion .accordion-body {
  padding: 16px 24px 20px;
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-help-card {
  background: var(--pink-soft);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.help-icon {
  width: 50px;
  height: 50px;
  background: var(--gradient-pink);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.faq-help-card p {
  font-size: 13px;
  color: var(--text-dark);
  line-height: 1.5;
}

.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f3e0e9;
  transition: all 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(208, 38, 137, 0.12);
}

.blog-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.blog-body {
  padding: 14px 16px 18px;
}

.blog-date {
  color: var(--pink-primary);
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 8px;
}

.blog-body h6 {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3;
}

.blog-body p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}

.blog-link {
  color: var(--pink-primary);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}

.blog-link:hover {
  color: var(--navy);
}

/* ============================================
   FEATURE BAR
   ============================================ */
.feature-bar {
  background: var(--navy);
  padding: 22px 0;
}

.feature-bar-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}

.feature-bar-item i {
  font-size: 22px;
  color: var(--pink-light);
}

.feature-bar-item .usa-flag-icon {
  width: 22px;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--navy-dark);
  color: #fff;
  padding: 70px 0 30px;
}

.footer-logo {
  height: 60px;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}

.site-footer h6 {
  color: #fff;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--pink-light);
}

.footer-product-price {
  display: block;
  margin-top: 6px;
}

/* Price tag badge — rounded left, arrow point on right */
.pf-price-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  position: relative;
  padding: 9px 26px 9px 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-radius: 9px 0 0 9px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

.pf-price-badge--ruby {
  background: #c9187a;
  box-shadow: 0 4px 14px rgba(201, 24, 122, 0.28);
}

.pf-price-badge--blue {
  background: #234a8e;
  box-shadow: 0 4px 14px rgba(35, 74, 142, 0.28);
}

.pf-price-badge--purple {
  background: #7a2f9e;
  box-shadow: 0 4px 14px rgba(122, 47, 158, 0.28);
}

.pf-price-badge__currency {
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.92;
}

.pf-price-badge--sm {
  font-size: 0.78rem;
  gap: 5px;
  padding: 6px 18px 6px 10px;
  border-radius: 7px 0 0 7px;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
}

.pf-price-badge--sm.pf-price-badge--ruby {
  box-shadow: 0 3px 10px rgba(201, 24, 122, 0.22);
}

.pf-price-badge--sm.pf-price-badge--blue {
  box-shadow: 0 3px 10px rgba(35, 74, 142, 0.22);
}

.pf-price-badge--sm.pf-price-badge--purple {
  box-shadow: 0 3px 10px rgba(122, 47, 158, 0.22);
}

.pf-price-badge--sm .pf-price-badge__currency {
  font-size: 0.7em;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin-bottom: 14px;
}

.site-footer p i {
  color: var(--pink-primary);
  margin-right: 8px;
}

.site-footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 25px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-socials a:hover {
  background: var(--pink-primary);
  transform: translateY(-3px);
}

.site-footer a {
  text-decoration: none;
}

.site-footer a.text-white-50:hover {
  color: #fff !important;
}

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: var(--gradient-pink);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(208, 38, 137, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1199px) {
  .section-title { font-size: 36px; }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(253, 238, 244, 0.92) 0%, rgba(253, 238, 244, 0.55) 55%, rgba(253, 238, 244, 0.05) 80%);
  }
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 44px;
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(253, 238, 244, 0.96) 0%, rgba(253, 238, 244, 0.88) 55%, rgba(253, 238, 244, 0.78) 100%);
  }
  .hero-section .hero-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }
  .hero-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .hero-content {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .hero-bg-image {
    background-position: center 40%;
    opacity: 0.45;
  }

  .hero-trust-pill {
    font-size: 12px;
    padding: 8px 14px;
    margin-bottom: 16px;
  }

  .welcome-tag {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .hero-title {
    font-size: clamp(1.75rem, 5.5vw, 2.35rem);
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-desc {
    font-size: 14px;
    line-height: 1.75;
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }

  .hero-section .hero-buttons .btn,
  .hero-section .hero-buttons .btn-pink-gradient,
  .hero-section .hero-buttons .btn-pink-outline {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 14px 28px !important;
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
    min-height: unset;
    border-radius: 999px;
  }

  .hero-buttons .btn-pink-outline {
    background: #fff;
    box-shadow: 0 4px 14px rgba(14, 31, 74, 0.08);
  }

  .hero-features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 22px;
  }

  .feature-chip {
    font-size: 12px;
    color: var(--text-muted);
  }

  .feature-chip i {
    font-size: 14px;
  }

  .section-title { font-size: 30px; }
  .journey-quote { font-size: 30px; }
  .section-title-light { font-size: 28px; }

  .about-section { padding: 72px 0 80px; }
  .about-image-wrap { text-align: center; padding: 0; }
  .about-blob { width: 280px; height: 280px; left: 50%; transform: translateX(-50%); }
  .about-feature-card {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
  }

  .ticker-item { font-size: 15px; }

  .journey-badge { display: none !important; }

  .faq-blog-section .row > .col-lg-6 + .col-lg-6 {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .section-tag { font-size: 12px; letter-spacing: 1.5px; }
  .section-text { font-size: 14px; }
  .about-feature-card { min-width: 0; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
  .about-feature-card .feature-pill { flex: 1 1 calc(50% - 8px); min-width: 130px; }

  .hero-section {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: max(18px, env(safe-area-inset-left, 0px));
    padding-right: max(18px, env(safe-area-inset-right, 0px));
  }

  .hero-section .hero-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-title {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }

  .hero-desc {
    font-size: 13.5px;
  }

  .hero-section .hero-buttons .btn,
  .hero-section .hero-buttons .btn-pink-gradient,
  .hero-section .hero-buttons .btn-pink-outline {
    padding: 13px 24px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 575px) {
  .hero-section {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }

  .hero-title { font-size: clamp(1.5rem, 6vw, 1.85rem); }
  .hero-desc { font-size: 13px; }
  .welcome-tag { font-size: 10px; letter-spacing: 1.5px; }
  .hero-trust-pill { font-size: 11px; padding: 6px 12px; }
  .feature-chip { font-size: 12px; }
  .feature-chip i { font-size: 14px; }

  .hero-section .hero-buttons .btn,
  .hero-section .hero-buttons .btn-pink-gradient,
  .hero-section .hero-buttons .btn-pink-outline {
    padding: 12px 22px !important;
    font-size: 11px !important;
  }

  .section-title { font-size: 26px; }
  .journey-quote { font-size: 24px; }
  .ticker-item { font-size: 14px; }
  .feature-bar-item { font-size: 12px; margin-bottom: 10px; }
  .feature-bar-item i { font-size: 18px; }
  .about-img { height: 360px; max-width: 280px; }

  .hero-section { padding-top: 20px; padding-bottom: 36px; }

  .journey-section { padding: 56px 0; }
  .journey-text { font-size: 14px; padding: 0 4px; }

  .about-section { padding: 56px 0 64px; }
  .about-bullets li { font-size: 14px; }

  .products-collection { padding: 56px 0 32px; }
  .products-collection-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 28px;
  }
  .products-collection-head-content {
    max-width: 100%;
  }
  .products-collection-head-cta {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .products-collection-head-cta .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .approach-section { padding: 56px 0; }
  .approach-chips { justify-content: center; }

  .faq-blog-section { padding: 56px 0; }
  .faq-accordion .accordion-button {
    font-size: 13px;
    padding: 14px 18px;
    line-height: 1.45;
    white-space: normal;
  }
  .faq-accordion .accordion-body { padding: 14px 18px 18px; font-size: 13px; }
  .faq-help-card { flex-direction: column; text-align: center; padding: 20px; }

  .feature-bar { padding: 18px 0; }

  .site-footer { padding: 48px 0 24px; text-align: center; }
  .site-footer .row > [class*='col-'] { margin-bottom: 28px; }
  .footer-socials { justify-content: center; }
  .footer-logo { margin-left: auto; margin-right: auto; }

  .back-to-top { bottom: 20px; right: 20px; width: 42px; height: 42px; font-size: 18px; }
}

/* Smallest phones (320px–389px) */
@media (max-width: 389px) {
  .hero-section {
    padding-left: max(14px, env(safe-area-inset-left, 0px));
    padding-right: max(14px, env(safe-area-inset-right, 0px));
  }

  .hero-title {
    font-size: 1.45rem;
  }

  .hero-desc {
    font-size: 12.5px;
  }

  .hero-features {
    gap: 6px 10px;
  }

  .feature-chip {
    font-size: 9px;
  }
}
