/* ===========================================================
   MARKET-ENTRY-LANDING.CSS — Market Entry Assessment page
   Loads AFTER /css/style.css on this page. Do not redeclare
   :root — every color token below (--navy, --coral, --green,
   --ink, --body-text, --bg-light, --white) already exists
   globally from style.css. Reuses .btn-*, .container,
   .final-cta-section, .svc-item/.svc-body accordion straight
   from the base stylesheet — don't duplicate them here.
=========================================================== */

/* ===========================
   SHARED RHYTHM
=========================== */
.mea-section { padding: 5.5rem 2rem; }
.mea-section + .mea-section { padding-top: 0; }
.mea-eyebrow {
  font-family: 'Libre Franklin', -apple-system, sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--coral); margin-bottom: 1rem;
}
@media (max-width: 768px) { .mea-section { padding: 4rem 1.5rem; } }

/* ===========================
   HERO
=========================== */
.mea-hero {
  background: var(--navy);
  color: var(--white);
  margin-top: 76px;
  padding: 5.5rem 2rem 4.5rem;
  text-align: center;
}
.mea-hero-inner { max-width: 780px; margin: 0 auto; }
.mea-hero-eyebrow { color: var(--coral); }
.mea-hero h1 {
  color: var(--white);
  font-family: 'Libre Franklin', -apple-system, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.mea-hero-sub {
  font-family: 'Libre Franklin', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--white);
  margin-bottom: 1.25rem;
}
.mea-hero-lede {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
  margin: 0 auto 2.25rem;
}
.mea-hero-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.mea-hero-trust {
  font-family: 'Libre Franklin', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--coral);
  margin-bottom: 0.4rem;
}
.mea-hero-micro {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
@media (max-width: 768px) {
  .mea-hero { margin-top: 64px; padding: 4rem 1.5rem 3.5rem; }
  .mea-hero h1 { font-size: 2.2rem; }
  .mea-hero-sub { font-size: 1.15rem; }
}

/* ===========================
   PAIN / AGITATE
=========================== */
.mea-pain { background: var(--white); text-align: center; }
.mea-pain-inner { max-width: 720px; margin: 0 auto; }
.mea-pain h2 { margin-bottom: 0.25rem; }
.mea-pain-sub {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--coral);
  margin-bottom: 1.5rem;
}
.mea-pain-lede { font-size: 1.1rem; margin-bottom: 2.5rem; }
.mea-pain-list {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  text-align: left;
}
.mea-pain-list li {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--navy);
  display: flex;
  gap: 0.6rem;
}
.mea-pain-list li span { color: var(--coral); flex-shrink: 0; }
.mea-pain-turn {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--navy);
}
@media (max-width: 768px) {
  .mea-pain-list { grid-template-columns: 1fr; }
}

/* ===========================
   POSITIONING
=========================== */
.mea-position { background: var(--bg-light); text-align: center; }
.mea-position-inner { max-width: 700px; margin: 0 auto; }
.mea-position-lede { font-size: 1.1rem; margin-bottom: 2.5rem; }
.mea-position-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.mea-position-col {
  background: var(--white);
  border-radius: 14px;
  padding: 1.75rem;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
}
@media (max-width: 768px) { .mea-position-grid { grid-template-columns: 1fr; } }

/* ===========================
   OFFER — Stage 01 Assessment
=========================== */
.mea-offer { background: var(--white); }
.mea-offer-head { max-width: 700px; margin: 0 auto 3rem; text-align: center; }
.mea-offer-head h2 { margin-bottom: 0.25rem; }
.mea-offer-sub {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--coral);
  margin-bottom: 1rem;
}
.mea-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 980px;
  margin: 0 auto 3rem;
}
.mea-offer-item {
  border: 1px solid #eceef2;
  border-radius: 12px;
  padding: 1.5rem;
}
.mea-offer-num {
  font-family: 'Source Serif 4', serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--coral);
  display: block;
  margin-bottom: 0.5rem;
}
.mea-offer-item h4 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.mea-offer-item p { font-size: 0.92rem; margin-bottom: 0; }

.mea-offer-output {
  max-width: 640px;
  margin: 0 auto;
  background: var(--navy);
  color: var(--white);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  text-align: center;
}
.mea-offer-output-tag {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: var(--coral);
  margin-bottom: 1rem;
}
.mea-offer-output p {
  color: rgba(255,255,255,0.78);
  margin-bottom: 1.75rem;
}
.mea-offer-price {
  font-family: 'Source Serif 4', serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--white);
  margin-bottom: 1.75rem;
}
.mea-offer-price span {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
}

.mea-offer-detail {
  max-width: 700px;
  margin: 2.5rem auto 0;
}
@media (max-width: 900px) {
  .mea-offer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .mea-offer-grid { grid-template-columns: 1fr; }
  .mea-offer-output { padding: 2.5rem 1.5rem; }
}

/* ===========================
   PIPELINE — Discover/Build/Grow/Fund
=========================== */
.mea-pipeline { background: var(--bg-light); }
.mea-pipeline-head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.mea-pipeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.mea-pipeline-step {
  background: var(--white);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  text-align: center;
}
.mea-pipeline-num {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--coral);
  margin-bottom: 0.5rem;
}
.mea-pipeline-step h4 { font-size: 1.1rem; margin-bottom: 0.9rem; }
.mea-pipeline-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.mea-pipeline-tags li {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 0.85rem;
  color: var(--body-text);
}
@media (max-width: 900px) {
  .mea-pipeline-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .mea-pipeline-grid { grid-template-columns: 1fr; }
}

/* ===========================
   BRIDGE
=========================== */
.mea-bridge { background: var(--white); text-align: center; }
.mea-bridge-inner { max-width: 640px; margin: 0 auto; }
.mea-bridge p { font-size: 1.1rem; }

/* ===========================
   STATEMENT — emotional callout
=========================== */
.mea-statement {
  background: var(--navy);
  text-align: center;
  padding: 4.5rem 2rem;
}
.mea-statement-inner {
  max-width: 620px;
  margin: 0 auto;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--white);
}
.mea-statement-inner em { color: var(--coral); font-style: normal; }
@media (max-width: 768px) {
  .mea-statement { padding: 3.5rem 1.5rem; }
  .mea-statement-inner { font-size: 1.4rem; }
}

/* ===========================
   TRUST — Australian, on the ground
=========================== */
.mea-trust { background: var(--white); text-align: center; }
.mea-trust-inner { max-width: 620px; margin: 0 auto; }
.mea-trust p { font-size: 1.1rem; }

/* ===========================
   SEGMENTS — who it's for
=========================== */
.mea-segments { background: var(--bg-light); }
.mea-segments-head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.mea-segments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}
.mea-segment-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.75rem;
}
.mea-segment-card h4 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.mea-segment-card p { font-size: 0.95rem; margin-bottom: 0; }
@media (max-width: 600px) {
  .mea-segments-grid { grid-template-columns: 1fr; }
}
.mea-final-cta .final-cta-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* ===========================
   HERO — entrance animation (page load)
=========================== */
@keyframes meaHeroFadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mea-hero-eyebrow,
.mea-hero h1,
.mea-hero-sub,
.mea-hero-lede,
.mea-hero-cta {
  opacity: 0;
  animation: meaHeroFadeSlideUp 0.7s ease-out forwards;
}

.mea-hero-eyebrow { animation-delay: 0.1s; }
.mea-hero h1      { animation-delay: 0.25s; }
.mea-hero-sub     { animation-delay: 0.4s; }
.mea-hero-lede    { animation-delay: 0.5s; }
.mea-hero-cta     { animation-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .mea-hero-eyebrow,
  .mea-hero h1,
  .mea-hero-sub,
  .mea-hero-lede,
  .mea-hero-cta {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/* ===========================
   SCROLL REVEAL — rest of the page
=========================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}