/* easyfundraising landing — energetic campaign feel */
.ef-landing-page {
  --ef-navy: #051d3d;
  --ef-deep: #021228;
  --ef-ink: #10253e;
  --ef-pink: #c9005a;
  --ef-pink-dark: #9d0047;
  --ef-gold: #c9a227;
  --ef-gold-soft: #f7efd2;
  --ef-mint: #0d9488;
  --ef-mint-soft: #ccfbf1;
  --ef-ice: #eef6ff;
  --ef-paper: #fbfcfe;
  --ef-line: #dbe5f0;
  --ef-muted: #5f6b7b;
  --ef-radius: 22px;
  color: var(--ef-ink);
  background: var(--ef-paper);
}

.ef-landing-page main { overflow: clip; }
.ef-landing-page .wrap {
  width: 100%;
  max-width: var(--max, 1120px);
  margin-inline: auto;
  padding-inline: var(--gutter, 1rem);
}
.ef-landing-page h1,
.ef-landing-page h2,
.ef-landing-page h3 {
  color: var(--ef-navy);
  letter-spacing: -0.035em;
  line-height: 1.12;
}
.ef-landing-page a { text-underline-offset: 0.18em; }

.ef-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 52px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 2px solid var(--ef-pink);
  background: var(--ef-pink);
  color: #fff !important;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(236, 23, 109, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.ef-btn:hover {
  background: var(--ef-pink-dark);
  border-color: var(--ef-pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(236, 23, 109, 0.34);
  color: #fff !important;
}
.ef-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
  color: #fff !important;
}
.ef-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: none;
}
.ef-btn--outline {
  background: #fff;
  border-color: var(--ef-navy);
  color: var(--ef-navy) !important;
  box-shadow: 0 8px 22px rgba(5, 29, 61, 0.08);
}
.ef-btn--outline:hover {
  background: var(--ef-navy);
  color: #fff !important;
  border-color: var(--ef-navy);
}
.ef-btn--block {
  width: 100%;
}
.ef-btn--lg {
  min-height: 58px;
  padding-inline: 1.6rem;
  font-size: 1.05rem;
}

/* ── Hero ─────────────────────────────────────────── */
.ef-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, calc(100svh - 110px), 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--ef-deep);
}
.ef-hero__media,
.ef-hero__media img,
.ef-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ef-hero__media { z-index: 0; }
.ef-hero__media img {
  object-fit: cover;
  object-position: 62% 40%;
}
.ef-hero__shade {
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(2, 18, 40, 0.92) 0%, rgba(2, 18, 40, 0.78) 42%, rgba(2, 18, 40, 0.35) 72%, rgba(201, 0, 90, 0.22) 100%),
    radial-gradient(60% 80% at 90% 10%, rgba(236, 23, 109, 0.35), transparent 55%);
}
.ef-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: center;
  padding: 3.5rem 0 3rem;
}
.ef-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin-bottom: 1.1rem;
}
.ef-brand-row img {
  height: 36px;
  width: auto;
  display: block;
}
.ef-brand-row .ef-brand-fnd {
  height: 40px;
}
.ef-brand-plus {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 800;
  font-size: 1.25rem;
}
.ef-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(236, 23, 109, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffb6d4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ef-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.25);
}
.ef-hero h1 {
  margin: 0 0 1rem;
  max-width: 15ch;
  font-size: clamp(2.35rem, 5.2vw, 3.55rem);
  color: #fff;
  text-wrap: balance;
}
.ef-hero h1 em {
  font-style: normal;
  color: #ff7eb3;
  background: linear-gradient(90deg, #ff7eb3, #ffd36b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ef-hero .lead {
  margin: 0 0 1.4rem;
  max-width: 36rem;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}
.ef-hero .lead strong { color: #fff; }
.ef-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}
.ef-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ef-proof li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 600;
}
.ef-proof li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.2);
  color: #6ee7b7;
  font-size: 0.72rem;
  font-weight: 900;
}

/* Signup card in hero */
.ef-signup {
  position: relative;
  padding: 1.5rem 1.4rem 1.3rem;
  border-radius: 24px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, #fff 55%, #fff7fb 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(236, 23, 109, 0.08);
  color: var(--ef-ink);
}
.ef-signup::before {
  content: "FREE";
  position: absolute;
  top: -12px;
  right: 18px;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  color: #422006;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.35);
}
.ef-signup__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  color: var(--ef-pink-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ef-signup h2 {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
}
.ef-signup p {
  margin: 0 0 1.1rem;
  color: var(--ef-muted);
  line-height: 1.55;
  font-size: 0.98rem;
}
.ef-signup .ef-btn + .ef-btn { margin-top: 0.55rem; }
.ef-signup__note {
  margin: 0.95rem 0 0 !important;
  text-align: center;
  font-size: 0.86rem !important;
  color: var(--ef-muted) !important;
}
.ef-signup__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
  opacity: 0.85;
}
.ef-signup__logos img { height: 22px; width: auto; }

/* ── Stat strip ───────────────────────────────────── */
.ef-stats {
  position: relative;
  z-index: 3;
  margin-top: -1.5rem;
  padding-bottom: 0.5rem;
}
.ef-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ef-line);
  box-shadow: 0 22px 50px rgba(5, 29, 61, 0.1);
}
.ef-stat {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  text-align: center;
}
.ef-stat strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--ef-navy);
  letter-spacing: -0.03em;
}
.ef-stat span {
  color: var(--ef-muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ── Section chrome ───────────────────────────────── */
.ef-section {
  padding: 3.5rem 0;
}
.ef-section--tint {
  background:
    radial-gradient(70% 80% at 0% 0%, rgba(236, 23, 109, 0.06), transparent 50%),
    radial-gradient(60% 70% at 100% 100%, rgba(13, 148, 136, 0.07), transparent 45%),
    #f4f7fb;
  border-block: 1px solid var(--ef-line);
}
.ef-section--navy {
  background:
    radial-gradient(80% 100% at 100% 0%, rgba(236, 23, 109, 0.22), transparent 50%),
    linear-gradient(145deg, #051d3d 0%, #0a3266 55%, #062447 100%);
  color: #fff;
}
.ef-section--navy h2,
.ef-section--navy h3 { color: #fff; }
.ef-section--navy p { color: rgba(255, 255, 255, 0.88); }
.ef-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.55rem;
  color: var(--ef-pink-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ef-section--navy .ef-eyebrow { color: #ff9ec8; }
.ef-section-head {
  max-width: 42rem;
  margin-bottom: 1.75rem;
}
.ef-section-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
}
.ef-section-head p {
  margin: 0;
  color: var(--ef-muted);
  line-height: 1.65;
  font-size: 1.05rem;
}
.ef-section--navy .ef-section-head p { color: rgba(255, 255, 255, 0.86); }

/* ── How it works ─────────────────────────────────── */
.ef-how {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 2rem;
  align-items: center;
}
.ef-how__visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ef-line);
  box-shadow: 0 24px 60px rgba(5, 29, 61, 0.12);
}
.ef-how__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.ef-how__float {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: min(70%, 240px);
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(219, 229, 240, 0.9);
  box-shadow: 0 12px 28px rgba(5, 29, 61, 0.12);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ef-navy);
  line-height: 1.35;
}
.ef-how__float span {
  display: block;
  margin-top: 0.15rem;
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ef-steps {
  display: grid;
  gap: 0.9rem;
}
.ef-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ef-line);
  box-shadow: 0 10px 28px rgba(5, 29, 61, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.ef-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(5, 29, 61, 0.1);
}
.ef-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--ef-pink) 0%, #9d174d 100%);
  color: #fff;
  font-weight: 900;
  font-size: 1.05rem;
  box-shadow: 0 10px 22px rgba(236, 23, 109, 0.28);
}
.ef-step h3 {
  margin: 0 0 0.3rem;
  font-size: 1.12rem;
}
.ef-step p {
  margin: 0;
  color: var(--ef-muted);
  line-height: 1.55;
  font-size: 0.97rem;
}

/* ── Retailer marquee ─────────────────────────────── */
.ef-retailers-band {
  padding: 1.5rem 0 0.5rem;
  overflow: hidden;
}
.ef-retailers-band .ef-section-head {
  margin-bottom: 1.1rem;
  text-align: center;
  max-width: none;
}
.ef-logo-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 0.85rem;
  padding: 0.35rem 0 1rem;
}
.ef-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 76px;
  padding: 0.75rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--ef-line);
  box-shadow: 0 8px 20px rgba(5, 29, 61, 0.05);
}
.ef-logo-card img {
  max-width: 100px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.15);
}
.ef-logo-card--more {
  background: linear-gradient(135deg, #fff0f6 0%, #eef6ff 100%);
  color: var(--ef-navy);
  font-weight: 800;
  font-size: 0.95rem;
  min-width: 0;
}

/* ── Ways ─────────────────────────────────────────── */
.ef-ways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.ef-way {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ef-line);
  box-shadow: 0 16px 40px rgba(5, 29, 61, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.ef-way:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(5, 29, 61, 0.12);
}
.ef-way__media {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #e8eef6;
}
.ef-way__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ef-way__body {
  padding: 1.15rem 1.2rem 1.3rem;
}
.ef-way__body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}
.ef-way__body p {
  margin: 0;
  color: var(--ef-muted);
  line-height: 1.55;
  font-size: 0.96rem;
}
.ef-way__tag {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--ef-mint-soft);
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ── Zero cost / impact split ─────────────────────── */
.ef-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}
.ef-split__card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  min-height: 320px;
  color: #fff;
  box-shadow: 0 22px 50px rgba(5, 29, 61, 0.14);
}
.ef-split__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ef-split__card .ef-split__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 18, 40, 0.15) 0%, rgba(2, 18, 40, 0.88) 100%);
}
.ef-split__card .ef-split__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 320px;
  padding: 1.5rem;
}
.ef-split__card h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.45rem;
}
.ef-split__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}
.ef-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}
.ef-pill {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

/* ── FAQ ──────────────────────────────────────────── */
.ef-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.75rem;
  align-items: start;
}
.ef-faq-visual {
  position: sticky;
  top: 1rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--ef-line);
  background: #fff;
  box-shadow: 0 18px 44px rgba(5, 29, 61, 0.1);
}
.ef-faq-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.ef-faq-visual figcaption {
  padding: 0.85rem 1rem 1rem;
  color: var(--ef-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.ef-faq details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--ef-line);
}
.ef-faq details:first-child { padding-top: 0; }
.ef-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ef-navy);
  list-style: none;
  font-size: 1.02rem;
}
.ef-faq summary::-webkit-details-marker { display: none; }
.ef-faq summary::after {
  content: "+";
  float: right;
  color: var(--ef-pink);
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
}
.ef-faq details[open] summary::after { content: "−"; }
.ef-faq details p {
  margin: 0.65rem 0 0;
  color: var(--ef-muted);
  line-height: 1.65;
  padding-right: 1.5rem;
}

/* ── Final CTA ────────────────────────────────────── */
.ef-final {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(70% 120% at 50% 0%, rgba(236, 23, 109, 0.35), transparent 55%),
    linear-gradient(145deg, #021228 0%, #0a3266 50%, #051d3d 100%);
}
.ef-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/easyfundraising/canvas-hero-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  pointer-events: none;
}
.ef-final .wrap { position: relative; z-index: 1; }
.ef-final .ef-brand-row {
  justify-content: center;
  margin-bottom: 1.25rem;
}
.ef-final h2 {
  margin: 0 auto 0.75rem;
  max-width: 18ch;
  color: #fff;
  font-size: clamp(1.85rem, 3.8vw, 2.6rem);
}
.ef-final p {
  margin: 0 auto 1.4rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  font-size: 1.08rem;
}
.ef-final .ef-hero-actions {
  justify-content: center;
  margin-bottom: 1rem;
}
.ef-final__note {
  margin: 0 !important;
  font-size: 0.9rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ── Mobile ───────────────────────────────────────── */
@media (max-width: 960px) {
  .ef-hero__inner,
  .ef-how,
  .ef-ways,
  .ef-split,
  .ef-faq-grid,
  .ef-stats__grid {
    grid-template-columns: 1fr;
  }
  .ef-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ef-hero {
    min-height: 0;
  }
  .ef-hero__media img {
    object-position: 70% 30%;
  }
  .ef-hero__inner {
    padding: 2.5rem 0 2.25rem;
  }
  .ef-hero h1 { max-width: none; }
  .ef-faq-visual { position: static; }
  .ef-stats { margin-top: -1rem; }
}

@media (max-width: 560px) {
  .ef-stats__grid {
    grid-template-columns: 1fr 1fr;
  }
  .ef-hero-actions .ef-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ef-btn,
  .ef-step,
  .ef-way {
    transition: none;
  }
  .ef-btn:hover,
  .ef-step:hover,
  .ef-way:hover {
    transform: none;
  }
}
