/* ===========================================
   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;
  }
}

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,
#memberhub,
#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 auto 8px;
  max-width: 26ch;
}

.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;
  z-index: 2;
  overflow: hidden;
  background: var(--rnw-dark);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, auto);
}

.acfc-mfa-hero-bg {
  grid-column: 1;
  grid-row: 1;
  z-index: 0;
  min-width: 0;
  align-self: stretch;
  display: flex;
}

.acfc-mfa-hero-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0;
  width: 100%;
  flex: 1;
  align-content: stretch;
  padding: 0;
  box-sizing: border-box;
}

.acfc-mfa-hero-cell {
  position: relative;
  aspect-ratio: 2 / 1;
  min-height: clamp(96px, 11vw, 140px);
  height: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.acfc-mfa-hero-cell:nth-child(2) { background-position: center center; }
.acfc-mfa-hero-cell:nth-child(4) { background-position: 40% 28%; }
.acfc-mfa-hero-cell:nth-child(5) { background-position: 32% 38%; }
.acfc-mfa-hero-cell:nth-child(6) { background-position: 55% 42%; }
.acfc-mfa-hero-cell:nth-child(7) { background-position: center 38%; }
.acfc-mfa-hero-cell:nth-child(8) { background-position: center 42%; }

.acfc-mfa-hero-overlay {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  pointer-events: none;
  background:
    radial-gradient(125% 105% at 0% 50%, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.66) 28%, rgba(0, 0, 0, 0.22) 60%, transparent 84%),
    linear-gradient(to top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.14) 36%, transparent 66%),
    radial-gradient(145% 125% at 50% 45%, transparent 52%, rgba(0, 0, 0, 0.45) 100%);
}

.acfc-mfa-hero-content {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  align-self: center;
  justify-self: stretch;
  padding: clamp(24px, 3.2vw, 40px) 0 clamp(28px, 3.6vw, 44px);
  box-sizing: border-box;
}

.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: 968px) {
  .acfc-mfa-hero-cell {
    min-height: clamp(72px, 12vw, 110px);
  }

  .acfc-mfa-hero-overlay {
    background:
      linear-gradient(to top, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.35) 100%),
      radial-gradient(140% 110% at 50% 45%, transparent 45%, rgba(0, 0, 0, 0.5) 100%);
  }

  .acfc-mfa-hero-content {
    padding-top: clamp(20px, 5vw, 32px);
    padding-bottom: clamp(20px, 5vw, 32px);
  }

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

  .acfc-mfa-hero-urgency {
    justify-content: center;
    margin-bottom: 12px;
  }

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

  .acfc-mfa-hero-title {
    text-wrap: balance;
  }

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

  .acfc-mfa-hero-trust {
    text-align: center;
    margin-top: 16px;
  }
}

@media (max-width: 600px) {
  .acfc-mfa-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acfc-mfa-hero-cell {
    aspect-ratio: auto;
    min-height: clamp(72px, 18vw, 96px);
  }

  .acfc-mfa-hero-title {
    font-size: clamp(1.65rem, 8.5vw, 2.15rem);
    max-width: 14em;
  }

  .acfc-mfa-hero-lead {
    font-size: 0.92rem;
    margin-bottom: 18px;
    max-width: 28ch;
  }

  .acfc-mfa-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .acfc-mfa-hero-actions .angelcity2026-btn {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
    white-space: normal;
    text-wrap: balance;
    padding: 0.85rem 1.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
}

/* ---------- 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 {
  flex: 0 0 auto;
  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);
}

@media (max-width: 600px) {
  .acfc-mfa-jump-label {
    display: none;
  }

  .acfc-mfa-jump-inner {
    gap: 6px;
    padding: 8px 2px;
  }

  .acfc-mfa-jump-link {
    padding: 8px 12px;
    font-size: 0.7rem;
  }
}

/* ---------- 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 {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--rnw-panel-edge);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
}

a.acfc-mfa-download-visual:hover,
a.acfc-mfa-download-visual:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(28, 20, 16, 0.16);
  outline: none;
}

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

.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: 480px) {
  .acfc-mfa-downloads {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 20rem);
  }

  .acfc-mfa-downloads .acfc-mfa-store-btn {
    width: 100%;
    min-width: 0;
    max-width: 22rem;
    box-sizing: border-box;
  }
}

@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: 26ch;
  }

  .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;
}

.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: repeat(2, 1fr);
    max-width: 680px;
    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: 600px) {
  .acfc-mfa-pillars-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
}

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

/* ---------- Member Hub showcase ---------- */

.acfc-mfa-memberhub {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 8vw, 96px) 0;
  background:
    radial-gradient(120% 100% at 18% 0%, rgba(241, 177, 165, 0.16) 0%, transparent 55%),
    linear-gradient(180deg, var(--rnw-cream) 0%, #efe8dc 48%, #e3dccf 100%);
}

/* Sol rosa bloom behind the Member Hub showcase */
.acfc-mfa-memberhub::before {
  content: '';
  position: absolute;
  inset: -12% -10% auto -10%;
  height: 62%;
  background: radial-gradient(ellipse 62% 100% at 50% 0%, var(--sol-rosa-soft) 0%, transparent 72%);
  pointer-events: none;
}

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

.acfc-mfa-mhub-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 32px) clamp(16px, 2.5vw, 28px);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(241, 177, 165, 0.38);
  box-shadow: var(--shadow-card);
  background:
    linear-gradient(155deg, rgba(241, 177, 165, 0.16) 0%, rgba(255, 255, 255, 0.88) 38%, rgba(247, 241, 232, 0.92) 100%);
}

/* Alternating copy/device rows so each screen sits beside the copy it proves.
   The device column is sized to the phone itself so the copy keeps the rest. */
.acfc-mfa-mhub-row {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 264px);
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 4vw, 48px);
  padding: clamp(22px, 3.5vw, 34px) 0;
  border-top: 1px solid rgba(241, 177, 165, 0.3);
}

.acfc-mfa-mhub-row:first-child {
  border-top: none;
  padding-top: 0;
}

.acfc-mfa-mhub-row:last-child {
  padding-bottom: 0;
}

.acfc-mfa-mhub-row--flip {
  grid-template-columns: minmax(0, 264px) minmax(0, 420px);
}

.acfc-mfa-mhub-text {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 18px);
  align-items: flex-start;
  text-align: left;
  max-width: 420px;
  justify-self: center;
}

/* Eyebrow is a kicker on the title, so drop its default margin and offset
   part of the column gap to keep the pair together. */
.acfc-mfa-mhub-text .acfc-mfa-eyebrow {
  margin-bottom: -8px;
}

.acfc-mfa-mhub-screen {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 218px;
  justify-self: center;
}

/* Rosa bloom fills the media column so the device reads as placed, not floating */
.acfc-mfa-mhub-screen::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48%;
  width: 235%;
  height: 88%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, var(--sol-rosa-glow) 0%, transparent 68%);
  pointer-events: none;
}

.acfc-mfa-mhub-screen-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 9 / 19;
  border-radius: clamp(16px, 2.2vw, 26px);
  overflow: hidden;
  background: var(--pitch-black);
  border: 3px solid #1b1b1b;
  box-shadow: 0 16px 40px rgba(28, 20, 16, 0.2);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}

/* Device speaker pill */
.acfc-mfa-mhub-screen-frame::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  height: 5px;
  border-radius: var(--radius-full);
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.acfc-mfa-mhub-screen-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acfc-mfa-mhub-screen--feature {
  max-width: 244px;
}

.acfc-mfa-mhub-screen--feature .acfc-mfa-mhub-screen-frame {
  box-shadow:
    0 26px 62px rgba(28, 20, 16, 0.28),
    0 0 0 1px rgba(241, 177, 165, 0.5),
    0 0 48px var(--sol-rosa-glow);
}

.acfc-mfa-mhub-screen:hover .acfc-mfa-mhub-screen-frame {
  transform: translateY(-4px);
}

.acfc-mfa-mhub-screen-label {
  position: relative;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--armour);
  text-align: center;
}

.acfc-mfa-mhub-screen--feature .acfc-mfa-mhub-screen-label {
  color: var(--sol-rosa-dark);
}

.acfc-mfa-app .acfc-mfa-mhub-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.35rem, 2.9vw, 1.9rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--asphalt);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Neutral (non-pulsing) tag distinguishing this from the pink "NEW" badge,
   so it reads as informational rather than an exciting feature callout. */
.acfc-mfa-app .acfc-mfa-mhub-soon-badge {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(28, 28, 28, 0.65);
  background: rgba(28, 28, 28, 0.08);
  border: 1px solid rgba(28, 28, 28, 0.16);
  border-radius: var(--radius-full);
  padding: 4px 10px;
  vertical-align: middle;
}

.acfc-mfa-mhub-lead {
  margin: 0;
  font-size: clamp(0.95rem, 1.7vw, 1.05rem);
  line-height: 1.6;
  color: rgba(28, 28, 28, 0.82);
  max-width: 52ch;
}

.acfc-mfa-mhub-note {
  margin: 10px 0 0;
  font-size: 0.85rem;
  font-style: italic;
  color: rgba(28, 28, 28, 0.62);
}

.acfc-mfa-mhub-web {
  margin: 0;
  font-size: 0.88rem;
  color: var(--armour);
}

.acfc-mfa-mhub-web a {
  color: var(--sol-rosa-dark);
  font-weight: 600;
  text-underline-offset: 3px;
}

.acfc-mfa-mhub-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 20px);
  width: 100%;
  max-width: 420px;
  text-align: left;
  justify-self: center;
}

.acfc-mfa-mhub-group {
  padding: clamp(18px, 2.4vw, 26px) clamp(18px, 2.2vw, 24px);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(241, 177, 165, 0.32);
  box-shadow: 0 8px 24px rgba(28, 20, 16, 0.06);
}

/* Rosa hairline under the title gives each group a clear masthead.
   Scoped to .acfc-mfa-app to beat HubSpot theme h4 specificity. */
.acfc-mfa-app .acfc-mfa-mhub-group-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  font-weight: 800;
  letter-spacing: -0.005em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--sol-rosa-dark);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(241, 177, 165, 0.3);
}

/* NEW badge for highlighted features */
.acfc-mfa-app .acfc-mfa-mhub-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pitch-black);
  background: var(--sol-rosa);
  border-radius: var(--radius-full);
  padding: 4px 10px;
  margin-left: 8px;
  vertical-align: middle;
  animation: acfc-mfa-mhub-pulse-glow 2s ease-in-out infinite;
}

@keyframes acfc-mfa-mhub-pulse-glow {
  0%, 100% { box-shadow: 0 0 8px rgba(241, 177, 165, 0.4); }
  50% { box-shadow: 0 0 16px rgba(241, 177, 165, 0.7); }
}

/* Highlight styling for new benefits group */
.acfc-mfa-mhub-group--highlight {
  position: relative;
  background: linear-gradient(135deg, rgba(241, 177, 165, 0.12) 0%, rgba(255, 255, 255, 0.92) 100%);
  border-color: var(--sol-rosa);
  box-shadow: 0 12px 32px rgba(241, 177, 165, 0.18), 0 0 0 1px rgba(241, 177, 165, 0.2);
}

.acfc-mfa-mhub-group--highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(241, 177, 165, 0.15), transparent 60%);
  pointer-events: none;
}

.acfc-mfa-mhub-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acfc-mfa-mhub-list li {
  position: relative;
  padding-left: 18px;
  font-size: clamp(0.88rem, 1.35vw, 0.95rem);
  line-height: 1.55;
  color: var(--asphalt);
}

.acfc-mfa-mhub-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sol-rosa);
  transform: translateY(-50%);
}

.acfc-mfa-mhub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

@media (max-width: 900px) {
  /* Device column stays on its own side, so the flip row needs the mirror */
  .acfc-mfa-mhub-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 200px);
    gap: clamp(16px, 2.5vw, 28px);
  }

  .acfc-mfa-mhub-row--flip {
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: clamp(16px, 2.5vw, 28px);
  }

  .acfc-mfa-mhub-screen,
  .acfc-mfa-mhub-screen--feature {
    max-width: 190px;
  }
}

@media (max-width: 768px) {
  .acfc-mfa-mhub-showcase {
    padding: 18px 14px;
  }

  /* Stack to one column, screen (proof) ahead of its copy in both
     directions so the app preview leads and the text follows. */
  .acfc-mfa-mhub-row,
  .acfc-mfa-mhub-row--flip {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 26px);
  }

  .acfc-mfa-mhub-row > .acfc-mfa-mhub-screen {
    order: -1;
  }

  /* Once stacked, the row padding doubles up between sections, and tall
     9:19 devices make the module a long scroll. Trim both. */
  .acfc-mfa-mhub-row {
    padding: clamp(18px, 4vw, 24px) 0;
  }

  .acfc-mfa-mhub-screen {
    max-width: 176px;
  }

  .acfc-mfa-mhub-screen--feature {
    max-width: 196px;
  }

  /* Once stacked to one column, center the "Member Hub" intro copy
     (eyebrow, title + badge, lead, app buttons, note, and web link)
     instead of leaving it left-aligned inside a centered block. */
  .acfc-mfa-mhub-text {
    align-items: center;
    text-align: center;
  }

  .acfc-mfa-mhub-title {
    justify-content: center;
  }

  .acfc-mfa-mhub-lead,
  .acfc-mfa-mhub-note,
  .acfc-mfa-mhub-web {
    text-align: center;
  }

  .acfc-mfa-mhub-actions {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .acfc-mfa-memberhub {
    padding-top: clamp(36px, 8vw, 56px);
    padding-bottom: clamp(36px, 8vw, 56px);
  }
}

/* Tighten just enough for both stores to sit side by side on a phone */
@media (max-width: 480px) {
  .acfc-mfa-mhub-actions .acfc-mfa-store-btn {
    min-width: 0;
    gap: 8px;
    padding: 8px 12px;
  }

  .acfc-mfa-mhub-actions .acfc-mfa-store-btn-icon {
    width: 24px;
    height: 24px;
  }

  .acfc-mfa-mhub-actions .acfc-mfa-store-btn-name {
    font-size: 0.95rem;
  }
}

@media (max-width: 340px) {
  .acfc-mfa-mhub-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .acfc-mfa-mhub-actions .acfc-mfa-store-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (prefers-reduced-motion: reduce) {
  .acfc-mfa-mhub-screen-frame {
    transition: none;
  }

  .acfc-mfa-mhub-screen:hover .acfc-mfa-mhub-screen-frame {
    transform: none;
  }
}

/* ---------- 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 {
  flex: 0 0 auto;
  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%;
  border-radius: 14px;
  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: 480px;
    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);
  }
}

@media (max-width: 600px) {
  .acfc-mfa-download,
  .acfc-mfa-pillars,
  .acfc-mfa-tickets {
    padding-top: clamp(36px, 8vw, 56px);
    padding-bottom: clamp(36px, 8vw, 56px);
  }

  .acfc-mfa-howto {
    padding: 14px 12px 16px;
    border-radius: var(--radius-md);
  }

  .acfc-mfa-tab {
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .acfc-mfa-section-title {
    text-wrap: balance;
  }

  .acfc-mfa-section-lead {
    font-size: 0.92rem;
  }
}

/* ---------- 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);
}

.acfc-mfa-help-title {
  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: #fff;
  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: 360px) {
  .acfc-mfa-contact {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
  }

  .acfc-mfa-contact-item {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    font-size: 0.88rem;
    padding: 14px;
  }

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

/* ---------- 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 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  max-width: 100%;
  gap: 14px;
}

.acfc-mfa-downloads--midcta {
  display: grid;
  grid-template-columns: 11rem;
  justify-content: stretch;
  justify-items: stretch;
  width: 11rem;
  max-width: 100%;
}

.acfc-mfa-app .acfc-mfa-midcta-actions a.acfc-mfa-store-btn,
.acfc-mfa-downloads--midcta .acfc-mfa-store-btn {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  box-sizing: border-box;
}

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

@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: center;
    gap: 18px;
    padding: 22px 20px 24px;
    text-align: center;
    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: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

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

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

  .acfc-mfa-midcta-icon {
    width: 68px;
    height: 68px;
    padding: 8px 9px 8px 7px;
    border-radius: 18px;
  }

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

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

  .acfc-mfa-midcta-lead {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 34ch;
    margin-inline: auto;
  }

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

  .acfc-mfa-downloads--midcta {
    grid-template-columns: minmax(11rem, max-content);
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }
}
