/* ===========================================
   Mobile Fan App | Angel City FC
   Renewals-aligned HubSpot landing module
   =========================================== */

:root {
  --sol-rosa: #f1b1a5;
  --sol-rosa-dark: #e0a094;
  --sol-rosa-ink: #c97d6e;
  --sol-rosa-soft: rgba(241, 177, 165, 0.18);
  --sol-rosa-glow: rgba(241, 177, 165, 0.30);

  --rnw-dark: #111111;
  --rnw-surface: #fafaf8;
  --rnw-paper: #fbf7f0;
  --rnw-paper-edge: #e6ddce;
  --rnw-cream: #f7f1e8;
  --rnw-panel: #ffffff;
  --rnw-panel-edge: #e8e6e3;
  --rnw-ink: #121416;

  --asphalt: #1c1c1c;
  --armour: #6b7280;
  --line-white: #ffffff;
  --pitch-black: #000000;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.07);

  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --mfa-scroll-offset: 56px;
  --mfa-help-cta-pad: clamp(40px, 6vw, 56px);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--mfa-scroll-offset);
}

html:has(.acfc-mfa-app) { overflow-x: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .acfc-mfa-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .acfc-mfa-pillar:hover {
    transform: none;
  }
}

body {
  margin: 0;
  font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--rnw-ink);
  background: var(--rnw-surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.acfc-mfa-app {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.acfc-mfa-app .angelcity2026-container {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: max(24px, env(safe-area-inset-left, 0px));
  padding-right: max(24px, env(safe-area-inset-right, 0px));
}

@media (max-width: 600px) {
  .acfc-mfa-app .angelcity2026-container {
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }
}

#download,
#why,
#mobile-tickets,
#help {
  scroll-margin-top: var(--mfa-scroll-offset);
}

/* ---------- Reveal ---------- */

.acfc-mfa-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

.acfc-mfa-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Typography ---------- */

.acfc-mfa-eyebrow {
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sol-rosa);
  margin: 0 0 12px;
}

.acfc-mfa-section-head {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.acfc-mfa-section-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.75rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--rnw-ink);
  margin: 0 0 8px;
}

.acfc-mfa-section-lead {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  color: var(--armour);
  margin: 0 auto;
  max-width: 640px;
  line-height: 1.65;
}

.acfc-mfa-section-lead a {
  color: var(--asphalt);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.acfc-mfa-section-lead a:hover { color: var(--sol-rosa-dark); }

.acfc-mfa-signature .acfc-mfa-section-head .acfc-mfa-section-title {
  color: var(--asphalt);
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.85),
    0 1px 2px rgba(255, 255, 255, 0.9);
}

.acfc-mfa-signature .acfc-mfa-section-head .acfc-mfa-section-lead {
  color: rgba(28, 28, 28, 0.88);
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.8);
}

.acfc-mfa-signature .acfc-mfa-eyebrow {
  color: var(--asphalt);
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.6);
}

/* ---------- Frost & signature ---------- */

.acfc-mfa-signature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.acfc-mfa-signature > .angelcity2026-container {
  position: relative;
  z-index: 1;
}

.acfc-mfa-dreamy {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.acfc-mfa-dreamy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  filter: blur(8px) saturate(1.15) contrast(1.06);
}

.acfc-mfa-dreamy::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(130% 90% at 16% 0%, rgba(241, 177, 165, 0.32) 0%, transparent 52%),
    linear-gradient(180deg, rgba(251, 247, 240, 0.66) 0%, rgba(247, 241, 232, 0.78) 52%, var(--rnw-cream) 100%);
}

.acfc-mfa-frost {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(28, 20, 16, 0.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  backdrop-filter: blur(18px) saturate(1.35);
}

@supports not ((-webkit-backdrop-filter: blur(2px)) or (backdrop-filter: blur(2px))) {
  .acfc-mfa-frost { background: rgba(255, 255, 255, 0.93); }
}

/* ---------- Buttons ---------- */

.angelcity2026-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid transparent;
  border-radius: var(--radius-full);
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
  padding: 0.9rem 2.4rem;
  white-space: nowrap;
  line-height: 1;
  min-height: 44px;
}

.angelcity2026-btn-primary {
  background: var(--sol-rosa);
  color: var(--pitch-black);
  border-color: var(--sol-rosa);
}

a.angelcity2026-btn.angelcity2026-btn-primary,
a.angelcity2026-btn.angelcity2026-btn-primary:hover,
a.angelcity2026-btn.angelcity2026-btn-primary:focus-visible {
  color: var(--pitch-black);
}

.angelcity2026-btn-primary:hover,
.angelcity2026-btn-primary:focus-visible {
  background: var(--sol-rosa-dark);
  border-color: var(--sol-rosa-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--sol-rosa-glow);
}

.angelcity2026-btn-secondary {
  background: transparent;
  color: var(--line-white);
  border-color: rgba(255, 255, 255, 0.45);
}

a.angelcity2026-btn.angelcity2026-btn-secondary,
a.angelcity2026-btn.angelcity2026-btn-secondary:hover,
a.angelcity2026-btn.angelcity2026-btn-secondary:focus-visible {
  color: var(--line-white);
}

.angelcity2026-btn-secondary:hover,
.angelcity2026-btn-secondary:focus-visible {
  border-color: var(--line-white);
  background: rgba(255, 255, 255, 0.08);
}

/* ---------- Hero ---------- */

.acfc-mfa-hero {
  position: relative;
  min-height: clamp(440px, 66svh, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--rnw-dark);
}

.acfc-mfa-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acfc-mfa-hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.acfc-mfa-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.23) 100%),
    linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(135deg, rgba(241, 177, 165, 0.06) 0%, transparent 50%);
}

.acfc-mfa-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(40px, 5vw, 64px) 0 clamp(48px, 6vw, 72px);
}

.acfc-mfa-hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sol-rosa);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.acfc-mfa-hero-urgency-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sol-rosa);
  box-shadow: 0 0 0 0 var(--sol-rosa-glow);
  animation: acfc-mfa-pulse 2s var(--ease-out) infinite;
}

@keyframes acfc-mfa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(241, 177, 165, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(241, 177, 165, 0); }
  100% { box-shadow: 0 0 0 0 rgba(241, 177, 165, 0); }
}

.acfc-mfa-hero-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(1.9rem, 6vw, 3.85rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
  color: var(--line-white);
  margin: 0 0 12px;
  max-width: 800px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.acfc-mfa-hero-title em {
  font-style: normal;
  color: var(--sol-rosa);
  display: block;
}

.acfc-mfa-hero-lead {
  font-size: clamp(0.88rem, 1.65vw, 1.05rem);
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
  margin: 0 0 24px;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
}

.acfc-mfa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.acfc-mfa-hero-trust {
  margin: 22px 0 0;
  font-size: clamp(0.8rem, 1.6vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
}

.acfc-mfa-hero-trust span {
  color: var(--sol-rosa);
  margin: 0 6px;
}

@media (max-width: 768px) {
  .acfc-mfa-hero { min-height: clamp(380px, 85svh, 520px); }

  .acfc-mfa-hero-content .angelcity2026-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .acfc-mfa-hero-title,
  .acfc-mfa-hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .acfc-mfa-hero-actions {
    justify-content: center;
    width: 100%;
  }

  .acfc-mfa-hero-trust {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .acfc-mfa-hero-actions .angelcity2026-btn {
    width: min(100%, 320px);
  }
}

/* ---------- Jump nav ---------- */

.acfc-mfa-jump {
  background: var(--rnw-paper);
  border-bottom: 1px solid var(--rnw-paper-edge);
  position: sticky;
  top: 0;
  z-index: 50;
}

.acfc-mfa-jump-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0;
}

.acfc-mfa-jump-inner::-webkit-scrollbar { display: none; }

.acfc-mfa-jump-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--armour);
  white-space: nowrap;
  margin-right: 4px;
}

.acfc-mfa-jump-link {
  font-family: 'Anton', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: var(--asphalt);
  padding: 8px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(28, 28, 28, 0.28);
  white-space: nowrap;
  transition: var(--transition);
}

.acfc-mfa-jump-link:hover,
.acfc-mfa-jump-link:focus-visible {
  color: var(--pitch-black);
  background: var(--sol-rosa);
  border-color: var(--sol-rosa);
}

/* ---------- Download band ---------- */

.acfc-mfa-download {
  background: var(--rnw-cream);
  padding: clamp(48px, 7vw, 80px) 0;
}

.acfc-mfa-download-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.acfc-mfa-download-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--rnw-panel-edge);
}

.acfc-mfa-download-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.acfc-mfa-download-copy .acfc-mfa-section-title {
  text-align: left;
  margin-bottom: 16px;
}

.acfc-mfa-download-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 32rem;
}

.acfc-mfa-download-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  width: 100%;
  padding: 12px 14px 12px 12px;
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(28, 28, 28, 0.88);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--radius-md);
  box-shadow: 0 1px 2px rgba(28, 20, 16, 0.04);
}

.acfc-mfa-download-list li::before {
  content: '';
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 0.05em;
  border-radius: 50%;
  background-color: var(--sol-rosa-soft);
  border: 1px solid rgba(201, 125, 110, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.2 4.8 8.5 9.5 3.8' stroke='%23c97d6e' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.acfc-mfa-download-am {
  margin: 20px 0 0;
  font-size: 0.92rem;
  color: var(--armour);
}

.acfc-mfa-download-am a {
  color: var(--asphalt);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---------- Store download buttons ---------- */

.acfc-mfa-downloads {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  width: auto;
  max-width: 100%;
}

.acfc-mfa-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  width: auto;
  min-height: 48px;
  min-width: 158px;
  padding: 8px 16px 8px 12px;
  border-radius: 10px;
  background: var(--asphalt);
  color: var(--line-white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s ease;
}

a.acfc-mfa-store-btn,
a.acfc-mfa-store-btn:hover,
a.acfc-mfa-store-btn:focus-visible {
  color: var(--line-white);
  background: var(--asphalt);
  border-color: rgba(255, 255, 255, 0.12);
}

.acfc-mfa-store-btn:hover,
.acfc-mfa-store-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  outline: none;
}

.acfc-mfa-store-btn:focus-visible {
  outline: 2px solid var(--sol-rosa);
  outline-offset: 3px;
}

.acfc-mfa-store-btn-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--line-white);
}

.acfc-mfa-store-btn-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
  min-width: 0;
  color: inherit;
}

.acfc-mfa-store-btn-label {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.92;
}

.acfc-mfa-store-btn-name {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 360px) {
  .acfc-mfa-downloads {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .acfc-mfa-download-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .acfc-mfa-download-copy .acfc-mfa-eyebrow {
    text-align: center;
  }

  .acfc-mfa-download-copy .acfc-mfa-section-title {
    text-align: center;
    max-width: 18ch;
  }

  .acfc-mfa-download-list {
    max-width: min(24rem, 100%);
    width: 100%;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .acfc-mfa-download-list li {
    max-width: none;
    width: 100%;
    padding: 11px 12px 11px 11px;
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .acfc-mfa-downloads {
    justify-content: center;
    align-self: center;
    width: auto;
  }

  .acfc-mfa-download-am {
    text-align: center;
    max-width: 28ch;
  }
}

/* ---------- Pillars ---------- */

.acfc-mfa-pillars {
  padding: clamp(56px, 8vw, 96px) 0;
}

.acfc-mfa-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 22px);
  align-items: stretch;
}

.acfc-mfa-pillars .acfc-mfa-frost {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 40px rgba(28, 20, 16, 0.1);
}

.acfc-mfa-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px) clamp(20px, 2.8vw, 26px) clamp(22px, 3vw, 28px);
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.acfc-mfa-pillar:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 48px rgba(28, 20, 16, 0.14);
}

.acfc-mfa-pillar--feature {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 50px rgba(28, 20, 16, 0.14);
}

.acfc-mfa-pillar-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.08);
}

.acfc-mfa-pillar-num {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin: 0;
  border-radius: 12px;
  font-family: 'Anton', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--sol-rosa-ink);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 177, 165, 0.35) 100%);
  border: 1px solid rgba(201, 125, 110, 0.32);
  box-shadow: 0 2px 8px rgba(241, 177, 165, 0.25);
}

.acfc-mfa-pillar-intro {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.acfc-mfa-pillar-kicker {
  margin: 0 0 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sol-rosa-ink);
  line-height: 1.2;
}

.acfc-mfa-pillar-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--asphalt);
  margin: 0;
  line-height: 1.08;
}

.acfc-mfa-pillar-desc {
  flex: 1 1 auto;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(28, 28, 28, 0.78);
}

@media (max-width: 900px) {
  .acfc-mfa-download-grid { grid-template-columns: 1fr; }
  .acfc-mfa-pillars-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
    gap: 14px;
  }

  .acfc-mfa-pillar {
    padding: 20px 18px 20px;
  }

  .acfc-mfa-pillar-top {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .acfc-mfa-download-visual {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
}

/* ---------- Mobile tickets how-to ---------- */

.acfc-mfa-tickets {
  padding: clamp(56px, 8vw, 96px) 0;
}

.acfc-mfa-howto {
  padding: clamp(20px, 3vw, 28px);
  max-width: 1100px;
  margin: 0 auto;
}

.acfc-mfa-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(20px, 3vw, 28px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.acfc-mfa-tabs-wrap::-webkit-scrollbar { display: none; }

.acfc-mfa-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  padding: 5px;
  border-radius: var(--radius-full);
  border: 1px solid var(--rnw-paper-edge);
  background: var(--rnw-panel);
  box-shadow: var(--shadow-sm);
}

.acfc-mfa-tab {
  font-family: 'Anton', sans-serif;
  font-size: clamp(0.82rem, 1.5vw, 0.875rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  border: 1px solid transparent;
  background: transparent;
  color: var(--armour);
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.acfc-mfa-tab:hover {
  color: var(--asphalt);
  background: var(--sol-rosa-soft);
}

.acfc-mfa-tab.is-active {
  background: var(--sol-rosa);
  border-color: var(--sol-rosa);
  color: var(--pitch-black);
  box-shadow: 0 2px 10px rgba(241, 177, 165, 0.45);
}

.acfc-mfa-panel {
  display: none;
}

.acfc-mfa-panel.is-active {
  display: block;
  animation: acfc-mfa-panel-in 0.35s var(--ease-out);
}

@keyframes acfc-mfa-panel-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.acfc-mfa-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.acfc-mfa-steps--text {
  grid-template-columns: 1fr;
  max-width: 640px;
  margin: 0 auto;
}

.acfc-mfa-step-card {
  background: var(--rnw-panel);
  border: 1px solid var(--rnw-panel-edge);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.acfc-mfa-step-card--text {
  padding: 4px 0;
}

.acfc-mfa-step-media {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 12px 0;
  background: var(--rnw-surface);
}

.acfc-mfa-step-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(440px, 58vh);
  object-fit: contain;
  object-position: top center;
}

.acfc-mfa-step-body {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
}

.acfc-mfa-step-card--text .acfc-mfa-step-body {
  padding: 16px 18px;
}

.acfc-mfa-step-num {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sol-rosa);
  color: var(--pitch-black);
  font-family: 'Anton', sans-serif;
  font-size: 0.95rem;
  line-height: 1;
}

.acfc-mfa-step-body p {
  margin: 0.15rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(28, 28, 28, 0.85);
}

.acfc-mfa-step-body a {
  color: var(--asphalt);
  font-weight: 600;
  text-decoration: underline;
}

.acfc-mfa-step-body strong { font-weight: 700; }

@media (max-width: 900px) {
  .acfc-mfa-steps:not(.acfc-mfa-steps--text) {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }

  .acfc-mfa-step-media img {
    max-height: min(520px, 65vh);
  }

  .acfc-mfa-tabs-wrap {
    justify-content: flex-start;
    max-width: 100%;
    border-radius: var(--radius-full);
    border: 1px solid var(--rnw-paper-edge);
    background: var(--rnw-panel);
    box-shadow: var(--shadow-sm);
    padding: 5px;
  }

  .acfc-mfa-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: var(--radius-full);
  }
}

/* ---------- Help ---------- */

.acfc-mfa-help {
  padding: var(--mfa-help-cta-pad) 0 clamp(16px, 2.5vw, 24px);
  background: transparent;
}

.acfc-mfa-help-panel {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.acfc-mfa-help-head {
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 28px);
  padding-bottom: clamp(18px, 3vw, 22px);
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

.acfc-mfa-help-title {
  margin-bottom: clamp(12px, 2vw, 16px);
}

.acfc-mfa-help-notes {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 52ch;
  text-align: left;
}

.acfc-mfa-help-notes li {
  position: relative;
  margin: 0 0 0.65rem;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(28, 28, 28, 0.76);
}

.acfc-mfa-help-notes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sol-rosa-dark);
}

.acfc-mfa-help-notes li:last-child {
  margin-bottom: 0;
}

.acfc-mfa-contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
}

.acfc-mfa-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: transparent;
  border: 1px solid var(--rnw-panel-edge);
  color: var(--asphalt);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: none;
  min-height: 100%;
}

.acfc-mfa-contact-item svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--sol-rosa);
}

.acfc-mfa-contact-item span {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
  word-break: break-word;
}

a.acfc-mfa-contact-item:hover,
a.acfc-mfa-contact-item:focus-visible {
  border-color: var(--sol-rosa);
  background: var(--sol-rosa-soft);
  box-shadow: none;
}

.acfc-mfa-contact-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--armour);
  margin-bottom: 2px;
}

@media (max-width: 900px) {
  .acfc-mfa-contact {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .acfc-mfa-contact-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 10px;
    font-size: 0.82rem;
  }

  .acfc-mfa-contact-item span {
    align-items: center;
  }
}

@media (max-width: 340px) {
  .acfc-mfa-contact {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
  }

  .acfc-mfa-contact-item {
    font-size: 0.88rem;
    padding: 16px 14px;
  }
}

@media (max-width: 520px) {
  .acfc-mfa-help-notes {
    max-width: none;
  }
}

/* ---------- Mid CTA (App Banner + mobile bar elevation) ---------- */

.acfc-mfa-midcta {
  padding: clamp(16px, 2.5vw, 24px) 0 var(--mfa-help-cta-pad);
  background: linear-gradient(180deg, var(--rnw-surface) 0%, var(--rnw-cream) 55%, rgba(241, 177, 165, 0.18) 100%);
}

.acfc-mfa-midcta-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 40px);
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(22px, 3.5vw, 32px) clamp(22px, 4vw, 36px);
  background: var(--line-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 12px 40px rgba(28, 20, 16, 0.1),
    0 0 0 1px rgba(241, 177, 165, 0.12);
}

.acfc-mfa-midcta-brand {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 3vw, 22px);
  flex: 1 1 320px;
  min-width: 0;
}

.acfc-mfa-midcta-icon {
  flex: 0 0 auto;
  width: clamp(60px, 10vw, 72px);
  height: clamp(60px, 10vw, 72px);
  object-fit: contain;
  border-radius: 16px;
  background: var(--asphalt);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 9px 8px 7px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.acfc-mfa-midcta-copy {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.acfc-mfa-midcta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sol-rosa-dark);
}

.acfc-mfa-midcta-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sol-rosa);
  box-shadow: 0 0 0 0 var(--sol-rosa-glow);
  animation: acfc-mfa-pulse 2s var(--ease-out) infinite;
}

.acfc-mfa-midcta-kicker {
  margin: 0 0 4px;
  font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--armour);
  line-height: 1.25;
}

.acfc-mfa-midcta-title {
  margin: 0 0 10px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--rnw-ink);
  line-height: 1.05;
}

.acfc-mfa-midcta-lead {
  margin: 0;
  max-width: 42ch;
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  line-height: 1.55;
  color: var(--armour);
}

.acfc-mfa-midcta-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.acfc-mfa-downloads--midcta {
  justify-content: center;
}

@media (min-width: 768px) {
  .acfc-mfa-midcta-actions {
    align-items: flex-end;
  }

  .acfc-mfa-downloads--midcta {
    flex-direction: column;
    align-items: flex-end;
    width: auto;
  }
}

@media (max-width: 767px) {
  .acfc-mfa-app {
    --mfa-help-cta-pad: clamp(36px, 10vw, 48px);
  }

  .acfc-mfa-midcta {
    padding: 10px 0 var(--mfa-help-cta-pad);
  }

  .acfc-mfa-midcta-card {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 16px 16px;
    box-shadow:
      0 -2px 8px rgba(0, 0, 0, 0.06),
      0 16px 36px rgba(28, 20, 16, 0.12);
  }

  .acfc-mfa-midcta-brand {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

  .acfc-mfa-midcta-copy {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
    padding-top: 2px;
  }

  .acfc-mfa-midcta-eyebrow {
    margin-bottom: 4px;
  }

  .acfc-mfa-midcta-icon {
    width: 52px;
    height: 52px;
    padding: 6px 7px 6px 5px;
    border-radius: 12px;
  }

  .acfc-mfa-midcta-kicker {
    margin-bottom: 2px;
  }

  .acfc-mfa-midcta-title {
    margin-bottom: 6px;
    font-size: clamp(1.25rem, 5.5vw, 1.45rem);
  }

  .acfc-mfa-midcta-lead {
    font-size: 0.88rem;
    line-height: 1.45;
    max-width: none;
  }

  .acfc-mfa-midcta-actions {
    align-items: center;
    width: auto;
    align-self: center;
    gap: 10px;
  }

  .acfc-mfa-downloads--midcta {
    align-items: center;
    width: auto;
  }
}
