/* ═══ M.O.M. Bag Rental — Gulf Coast Breastfeeding Center ═══
   Matches GCBC brand: warm, clean, mobile-first.
   3 fonts only: Trocchi (headings), Oswald (UI/buttons), Lora (body) */

:root {
  /* Brand palette */
  --color-coral: #FE848C;
  --color-aqua: #7BD3D7;
  --color-mint: #CDEBEB;
  --color-white: #FFFFFF;
  --color-cocoa: #493B35;

  /* Extended palette */
  --color-pink-soft: #F8E0E0;
  --color-grey-light: #f1f1f1;
  --color-grey-border: #dddddd;
  --color-text-dark: #333333;
  --color-coral-hover: #e4757e;

  /* Typography — 3 fonts only */
  --font-heading: 'Trocchi', serif;
  --font-subheading: 'Oswald', sans-serif;
  --font-body: 'Lora', serif;
}

/* ─── Reset & Base ───────────────────────────────────── */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-cocoa);
  background: var(--color-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--color-aqua);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--color-cocoa);
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

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

/* ─── Typography ─────────────────────────────────────── */

h1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  color: var(--color-cocoa);
}

h2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--color-cocoa);
  text-align: center;
  margin-bottom: 36px;
}

h3 {
  font-family: var(--font-subheading);
  font-weight: 500;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-cocoa);
  margin-bottom: 8px;
}

p {
  margin-bottom: 16px;
}

.preheadline {
  font-family: var(--font-subheading);
  font-weight: 400;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-aqua);
  text-align: center;
  margin-bottom: 8px;
}

/* ─── Buttons ────────────────────────────────────────── */

.cta-button {
  display: inline-block;
  font-family: var(--font-subheading);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 38px;
  border-radius: 15px;
  border: 2px solid var(--color-coral);
  background: var(--color-coral);
  color: var(--color-white);
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  text-decoration: none;
}

.cta-button:hover {
  background: var(--color-coral-hover);
  border-color: var(--color-coral-hover);
  color: var(--color-white);
  transform: translateY(-2px);
}

/* ─── Sections ───────────────────────────────────────── */

.section {
  padding: 70px 0;
}

.section-mint {
  background: var(--color-mint);
}

.section-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

/* ─── Placeholder images ─────────────────────────────── */

.placeholder-text {
  font-family: var(--font-subheading);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-aqua);
  opacity: 0.6;
}

/* ─── ANNOUNCEMENT BAR ───────────────────────────────── */

.announcement-bar {
  background: var(--color-cocoa);
  color: var(--color-white);
  text-align: center;
  padding: 10px 0;
  font-family: var(--font-subheading);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.announcement-bar p {
  margin: 0;
}

.announcement-link {
  color: var(--color-aqua);
  text-decoration: underline;
}

.announcement-link:hover {
  color: var(--color-white);
}

/* ─── HERO / HOOK ────────────────────────────────────── */

.hero {
  padding: 80px 0 60px;
  text-align: center;
  background: var(--color-white);
}

.hook-preheadline {
  font-family: var(--font-subheading);
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-aqua);
  margin-bottom: 12px;
}

.hero h1 {
  margin-bottom: 16px;
}

.hook-callout {
  font-family: var(--font-subheading);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--color-coral);
  margin-bottom: 16px;
}

.hook-sentence {
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto 32px;
  color: var(--color-cocoa);
}

.hero-image-placeholder {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 4 / 3;
  margin: 0 auto 36px;
  background: var(--color-mint);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto 36px;
  border-radius: 15px;
  display: block;
  object-fit: cover;
  max-height: 420px;
}

.hero-image {
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto 36px;
  border-radius: 15px;
  display: block;
  object-fit: cover;
  max-height: 420px;
}

/* ─── PROOF / TESTIMONIAL ────────────────────────────── */

.proof-section {
  padding: 50px 0;
}

.proof-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.proof-highlight {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  color: var(--color-coral);
  margin-bottom: 16px;
  line-height: 1.5;
}

.proof-full {
  font-size: 0.95rem;
  color: var(--color-cocoa);
  margin-bottom: 20px;
}

.proof-attribution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.proof-avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-mint);
  flex-shrink: 0;
}

.proof-name {
  font-family: var(--font-subheading);
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.proof-service {
  font-size: 0.8rem;
  color: var(--color-aqua);
  margin-bottom: 0;
}

/* ─── PROBLEM SECTION 1 ──────────────────────────────── */

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.problem-card {
  background: var(--color-white);
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid var(--color-grey-border);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s, box-shadow 0.3s;
}

.problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.problem-image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--color-grey-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.problem-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.problem-summary {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-style: italic;
  font-size: 1.05rem;
}

/* ─── PROBLEM SECTION 2 — List ───────────────────────── */

.problem-list {
  max-width: 640px;
  margin: 0 auto 32px;
}

.problem-list-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.problem-list-icon {
  font-size: 1.2rem;
  color: var(--color-coral);
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.7;
}

.problem-list-item p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* ─── RAPPORT ────────────────────────────────────────── */

.rapport-layout {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.rapport-image-placeholder {
  width: 220px;
  min-width: 220px;
  aspect-ratio: 3 / 4;
  background: var(--color-white);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rapport-image {
  width: 220px;
  min-width: 220px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  flex-shrink: 0;
  aspect-ratio: 3 / 4;
}

.rapport-text p {
  font-size: 1rem;
}

.rapport-text em {
  color: var(--color-coral);
}

/* ─── SOLUTION + MEANING ─────────────────────────────── */

.solution-callout {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 1.1rem;
}

.solution-callout p {
  margin-bottom: 12px;
}

.solution-callout strong {
  color: var(--color-coral);
}

.solution-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.solution-benefit {
  text-align: center;
}

.solution-benefit-image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-mint);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.solution-benefit p {
  font-size: 0.95rem;
}

.solution-sentence {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 28px;
  font-style: italic;
  font-size: 1rem;
}

/* ─── PRODUCT REVEAL / ANNOUNCEMENT 2 ────────────────── */

.section-reveal {
  padding: 80px 0;
  background: var(--color-white);
}

.reveal-image-placeholder {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 3;
  background: var(--color-mint);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.reveal-image {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 15px;
  display: block;
  object-fit: cover;
  max-height: 380px;
  margin: 0 auto 28px;
}

.reveal-name {
  font-size: 2.4rem;
  color: var(--color-coral);
  margin-bottom: 8px;
}

.reveal-tagline {
  font-family: var(--font-subheading);
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--color-cocoa);
  margin-bottom: 20px;
}

.reveal-avatar {
  font-size: 0.9rem;
  margin-bottom: 28px;
  color: var(--color-cocoa);
}

/* ─── BENEFITS ───────────────────────────────────────── */

.benefits-grid {
  max-width: 680px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: flex-start;
}

.benefit-check {
  font-size: 1.2rem;
  color: var(--color-aqua);
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.7;
}

.benefit-item p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.benefits-transformation {
  max-width: 640px;
  margin: 40px auto 0;
  padding: 28px;
  background: var(--color-pink-soft);
  border-radius: 12px;
  text-align: center;
  font-style: italic;
  font-size: 1rem;
}

.benefits-transformation p {
  margin-bottom: 0;
}

/* ─── FEATURES / PHASES ──────────────────────────────── */

.feature-phase {
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 28px;
  background: var(--color-white);
  border: 1px solid var(--color-grey-border);
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.feature-phase:last-child {
  margin-bottom: 0;
}

.feature-phase-header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.feature-phase-number {
  font-family: var(--font-subheading);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--color-white);
  background: var(--color-aqua);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-phase-name {
  margin-bottom: 2px;
}

.feature-phase-tagline {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-style: italic;
  color: var(--color-aqua);
  margin-bottom: 0;
}

.feature-phase-description {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.feature-bullets {
  padding-left: 20px;
  list-style: none;
}

.feature-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.feature-bullets li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--color-aqua);
  font-weight: 700;
}

/* ─── OFFER STACK / PRICING ──────────────────────────── */

.offer-card {
  max-width: 480px;
  margin: 0 auto;
  background: var(--color-white);
  border: 2px solid var(--color-coral);
  border-radius: 15px;
  padding: 40px 32px;
}

.offer-plan-name {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.offer-price {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  color: var(--color-coral);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}

.offer-price-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-cocoa);
  opacity: 0.7;
  margin-bottom: 24px;
}

.offer-breakdown {
  border-top: 1px solid var(--color-grey-border);
  border-bottom: 1px solid var(--color-grey-border);
  padding: 16px 0;
  margin-bottom: 20px;
}

.offer-line {
  padding: 6px 0;
  font-size: 0.95rem;
}

.offer-line span {
  color: var(--color-cocoa);
}

.offer-net {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-coral);
  margin-bottom: 24px;
}

.offer-card .cta-button {
  display: block;
  width: 100%;
}

.offer-reassurance {
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-cocoa);
  opacity: 0.7;
  margin-top: 12px;
  margin-bottom: 0;
}

/* ─── GUARANTEE ──────────────────────────────────────── */

.guarantee-badge {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid var(--color-coral);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.guarantee-badge-text {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--color-coral);
}

.guarantee-text {
  max-width: 580px;
  margin: 0 auto 28px;
  font-size: 1rem;
}

/* ─── URGENCY ────────────────────────────────────────── */

.urgency-section {
  background: var(--color-pink-soft);
  padding: 70px 0;
}

.urgency-text {
  max-width: 580px;
  margin: 0 auto 28px;
  font-size: 1rem;
}

.urgency-text strong {
  color: var(--color-coral);
}

/* ─── CLOSING ────────────────────────────────────────── */

.closing-section {
  padding: 80px 0;
}

.closing-image-placeholder {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 3;
  background: var(--color-mint);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.closing-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 15px;
  display: block;
  object-fit: cover;
  max-height: 360px;
  margin: 0 auto 28px;
}

.closing-text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.closing-text em {
  color: var(--color-coral);
}

/* ─── FAQ ────────────────────────────────────────────── */

.faq-list {
  max-width: 680px;
  margin: 0 auto;
}

.faq-item {
  background: var(--color-white);
  border: 1px solid var(--color-grey-border);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item:hover,
.faq-item[open] {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-question {
  font-family: var(--font-subheading);
  font-weight: 500;
  font-size: 1rem;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-cocoa);
}

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

.faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--color-aqua);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-item[open] .faq-question::after {
  content: '\2212';
}

.faq-answer {
  padding: 0 24px 18px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-answer p {
  margin-bottom: 0;
}

/* ─── WAITLIST ───────────────────────────────────────── */

.waitlist {
  background: var(--color-pink-soft);
  padding: 48px 0;
  text-align: center;
}

.waitlist h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.waitlist-form {
  display: flex;
  gap: 12px;
  max-width: 420px;
  margin: 24px auto 0;
  justify-content: center;
}

.waitlist-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--color-grey-border);
  border-radius: 15px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-cocoa);
  outline: none;
  transition: border-color 0.2s;
}

.waitlist-input:focus {
  border-color: var(--color-aqua);
}

.waitlist-btn {
  padding: 12px 24px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.waitlist-note {
  font-size: 0.9rem;
  margin-top: 16px;
  color: var(--color-cocoa);
}

/* ─── FOOTER ─────────────────────────────────────────── */

.footer {
  background: var(--color-cocoa);
  color: var(--color-white);
  padding: 36px 0;
  text-align: center;
  font-size: 0.9rem;
}

.footer p {
  margin-bottom: 4px;
  opacity: 0.85;
}

.footer a {
  color: var(--color-aqua);
}

.footer a:hover {
  color: var(--color-white);
}

/* ─── THANK YOU PAGE ─────────────────────────────────── */

.thankyou {
  padding: 80px 0 60px;
  text-align: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.thankyou h1 {
  color: var(--color-coral);
  margin-bottom: 12px;
}

.thankyou-sub {
  font-size: 1.1rem;
  max-width: 520px;
  margin: 0 auto 36px;
}

.next-steps {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

.next-steps ol {
  padding-left: 24px;
}

.next-steps li {
  margin-bottom: 14px;
  font-size: 1rem;
}

.next-steps li strong {
  color: var(--color-coral);
}

.thankyou-contact {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--color-grey-border);
  font-size: 0.95rem;
}

.thankyou-contact a {
  color: var(--color-aqua);
}

.thankyou-back {
  display: inline-block;
  margin-top: 24px;
  font-family: var(--font-subheading);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}

/* ─── RESPONSIVE ─────────────────────────────────────── */

@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.7rem;
    margin-bottom: 28px;
  }

  .section {
    padding: 50px 0;
  }

  .hero {
    padding: 60px 0 40px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rapport-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rapport-image-placeholder {
    width: 180px;
    min-width: auto;
  }

  .offer-card {
    padding: 28px 24px;
  }

  .offer-price {
    font-size: 2.6rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.9rem;
  }

  .container {
    padding: 0 16px;
  }

  .cta-button {
    width: 100%;
    padding: 16px 24px;
  }

  .proof-highlight {
    font-size: 1.2rem;
  }

  .waitlist-form {
    flex-direction: column;
  }

  .waitlist-btn {
    width: 100%;
  }

  .faq-question {
    padding: 16px 18px;
    font-size: 0.95rem;
  }

  .feature-phase-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
