/* =========================================================
   MAPPLY 3.0 — BUSINESS-FIRST STORY + LIVE MOBILE JOURNEY
   Loaded after every legacy stylesheet so this file is the
   final responsive and motion authority.
   ========================================================= */

.mapply-v30 {
  --v30-gold: #f9ab00;
  --v30-gold-bright: #fbbc04;
  --v30-ink: #061a3a;
  --v30-blue: #1a73e8;
  --v30-green: #34a853;
  --v30-route: rgba(26, 115, 232, 0.2);
}

/* Keep the first viewport compact and purposeful. */

.mapply-v30 .page-shell {
  padding-top: calc(var(--header-height) + 7px) !important;
}

.mapply-v30 .hero {
  padding-top: clamp(16px, 1.6vw, 24px) !important;
}

.mapply-v30 .hero-top-layout {
  align-items: start !important;
  gap: clamp(28px, 3.8vw, 62px) !important;
}

.mapply-v30 .hero-copy {
  padding-top: 0 !important;
}

.mapply-v30 .hero-eyebrow {
  min-height: 43px;
  padding: 5px 11px;
}

.mapply-v30 .hero-eyebrow .eyebrow-icon {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 6px 9px rgba(26, 115, 232, 0.18));
  animation: v30MapIconFloat 4.8s ease-in-out infinite;
}

.mapply-v30 .hero-stars {
  margin-top: 11px;
  color: #7a4b00;
  background: linear-gradient(135deg, #ffffff, #fff9e9);
  border-color: rgba(249, 171, 0, 0.36);
  box-shadow:
    0 11px 26px rgba(124, 83, 0, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.mapply-v30 .hero h1 {
  margin-top: 16px;
  font-size: clamp(2.35rem, 3.75vw, 4.15rem) !important;
  line-height: 0.98;
}

.mapply-v30 .hero-lead {
  margin-top: 17px;
  font-size: clamp(0.94rem, 1.12vw, 1.06rem);
  line-height: 1.62;
}

.mapply-v30 .hero-business-proof {
  margin-top: 17px;
}

.mapply-v30 .hero-actions {
  margin-top: 18px;
}

.mapply-v30 .hero-platform-badges {
  margin-top: 13px;
}

.mapply-v30 .hero-visual {
  margin-top: -2px;
}

.mapply-v30 .hero-phone-stage {
  height: clamp(505px, 40vw, 625px);
}

.mapply-v30 .hero-phone-main {
  width: clamp(225px, 18vw, 285px);
}

.mapply-v30 .hero-phone-left,
.mapply-v30 .hero-phone-right {
  top: 46px;
  width: clamp(185px, 14.7vw, 232px);
}

.mapply-v30 .hero-network-signal-guides {
  top: 1%;
}

.mapply-v30 .hero-network-signal-maps {
  bottom: 31%;
}

.mapply-v30 .hero-phone,
.mapply-v30 .device-frame {
  border-color: #0d1728 !important;
}

/* Every major panel carries a quiet moving map route. */

.mapply-v30 .card,
.mapply-v30 .get-started,
.mapply-v30 .site-footer {
  isolation: isolate;
}

.mapply-v30 .card:not(.hero)::after {
  position: absolute;
  right: -76px;
  bottom: 3%;
  z-index: -1;
  width: min(520px, 48vw);
  height: 250px;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background: url("assets/decorative/map-wave-lines.svg") center / contain no-repeat;
  filter: saturate(1.15);
  animation: v30RouteBackdrop 13s ease-in-out infinite;
}

.mapply-v30 .section-route-decoration {
  width: min(390px, 42vw) !important;
  opacity: 0.22 !important;
  filter: saturate(1.18) drop-shadow(0 7px 12px rgba(26, 115, 232, 0.08));
  animation: v30RouteBackdrop 11s ease-in-out infinite !important;
}

.mapply-v30 .section-live-decoration::after {
  position: absolute;
  top: 14%;
  right: 4.5%;
  width: 68px;
  height: 68px;
  pointer-events: none;
  content: "";
  opacity: 0.78;
  background: url("assets/google-maps-local-guides/mapply-google-maps-pin.webp") center / contain no-repeat;
  filter: drop-shadow(0 9px 12px rgba(26, 115, 232, 0.2));
  animation: v30MapIconFloat 5.8s ease-in-out infinite;
}

/* One consistent, overflowing Google Maps marker system. */

.mapply-v31 .hero-map-pin,
.mapply-v31 .network-business-pin,
.mapply-v31 .impact-map-pin,
.mapply-v31 .about-floating-pin,
.mapply-v31 .ranking-pin,
.mapply-v31 .journey-start-pin,
.mapply-v31 .journey-end-pin {
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(26, 115, 232, 0.24)) !important;
}

.mapply-v31 .hero-map-pin {
  width: 70px !important;
}

.mapply-v31 .hero-map-pin.pin-one {
  top: 16px;
  right: 2%;
  width: 82px !important;
}

.mapply-v31 .hero-map-pin.pin-two {
  top: 210px;
  left: -2%;
  width: 64px !important;
}

.mapply-v31 .hero-map-pin.pin-three {
  top: 354px;
  right: -3%;
  width: 60px !important;
}

.mapply-v31 .network-business-pin {
  top: -51px;
  right: -37px;
  width: 90px;
}

.mapply-v31 .impact-map-pin {
  width: 92px;
  height: 108px;
}

.mapply-v31 .about-floating-pin {
  left: -2%;
  width: 74px;
}

.mapply-v31 .ranking-pin {
  width: 52px;
}

.mapply-v31 .journey-start-pin,
.mapply-v31 .journey-end-pin {
  width: 78px;
}

.mapply-v30 .card:nth-of-type(even) .section-live-decoration::after {
  top: 72%;
  right: auto;
  left: 4%;
  animation-delay: -2.3s;
}

.mapply-v30 .section-floating-star,
.mapply-v30 .background-floating-star,
.mapply-v30 .cta-star,
.mapply-v30 .footer-star,
.mapply-v30 .features-floating-star,
.mapply-v30 .step-floating-star,
.mapply-v30 .hero-star-art,
.mapply-v30 .journey-celebration-star {
  filter: sepia(1) saturate(7) hue-rotate(353deg) brightness(1.05)
    drop-shadow(0 7px 11px rgba(249, 171, 0, 0.28)) !important;
}

/* Profile badge: same artwork and placement, with a finer white edge. */

.mapply-v30 .local-guides .guide-avatar-wrap .guide-local-badge {
  border-width: 2px !important;
}

.mapply-v30 .summary-community-avatars .summary-avatar-badge,
.mapply-v30 .testimonial-avatar-badge,
.mapply-v30 .hero-network-avatars .hero-network-avatar-badge {
  border-width: 1px !important;
}

/* Standard editable app screens — no black backing panels. */

.mapply-v30 .features-phone > img:last-child,
.mapply-v30 .about-frame,
.mapply-v30 .about-screen,
.mapply-v30 .download-screen-back,
.mapply-v30 .download-screen-front {
  box-sizing: border-box;
  padding: 0 !important;
  overflow: hidden;
  background: #ffffff !important;
  border: 4px solid #101827 !important;
  border-radius: 30px;
  object-fit: cover !important;
  object-position: top center !important;
  box-shadow: 0 24px 45px rgba(7, 20, 41, 0.18);
}

.mapply-v30 .features-phone > img:last-child {
  width: auto !important;
  height: 520px;
  aspect-ratio: 9 / 19.6;
}

.mapply-v30 .about-frame {
  width: auto !important;
  height: 555px;
  aspect-ratio: 9 / 19.6;
}

.mapply-v30 .about-screen {
  width: auto !important;
  height: 410px;
  aspect-ratio: 9 / 19.6;
  border-width: 3px !important;
  border-radius: 25px;
}

.mapply-v30 .download-screen-back,
.mapply-v30 .download-screen-front {
  width: auto !important;
  height: 420px;
  aspect-ratio: 9 / 19.6;
}

/* Carry the Google Maps identity into every major section title. */

.mapply-v30 .section-kicker::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  content: "";
  background: url("assets/google-maps-local-guides/mapply-google-maps-pin.webp") center / contain no-repeat;
  filter: drop-shadow(0 5px 7px rgba(26, 115, 232, 0.16));
  animation: v30MapIconFloat 5.2s ease-in-out infinite;
}

/* Stronger live route on desktop too. */

.mapply-v30 .hero-journey-v26 {
  margin-top: 22px;
  background:
    radial-gradient(circle at 13% 28%, rgba(26, 115, 232, 0.13), transparent 27%),
    radial-gradient(circle at 82% 64%, rgba(52, 168, 83, 0.1), transparent 25%),
    linear-gradient(145deg, #f5faff, #ffffff 48%, #fffdf4);
  border-color: rgba(110, 164, 231, 0.56);
}

.mapply-v30 .journey-path-base {
  stroke: rgba(26, 115, 232, 0.54);
  stroke-width: 4.5;
  opacity: 1;
  animation: v30RouteDash 8s linear infinite;
}

.mapply-v30 .journey-path-progress {
  stroke-width: 7;
  filter: drop-shadow(0 0 9px rgba(26, 115, 232, 0.42));
}

.mapply-v30 .journey-stage-label {
  min-width: 230px;
}

/* Business-impact map: Guides arrive, text types, stars submit. */

.mapply-v30 .impact-map-visual {
  min-height: 500px;
  background:
    url("assets/decorative/map-wave-lines.svg") 50% 48% / 120% auto no-repeat,
    radial-gradient(circle at 78% 24%, rgba(251, 188, 4, 0.17), transparent 18%),
    linear-gradient(28deg, transparent 48%, rgba(66, 133, 244, 0.08) 49%, rgba(66, 133, 244, 0.08) 51%, transparent 52%) 0 0 / 84px 84px,
    linear-gradient(144deg, transparent 48%, rgba(52, 168, 83, 0.07) 49%, rgba(52, 168, 83, 0.07) 51%, transparent 52%) 0 0 / 102px 102px,
    #edf6ff;
}

.mapply-v30 .impact-guide-stream {
  position: absolute;
  top: 84px;
  left: 19px;
  z-index: 7;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 8px 12px 8px 17px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(151, 186, 229, 0.68);
  border-radius: 999px;
  box-shadow: 0 15px 30px rgba(31, 76, 132, 0.13);
  backdrop-filter: blur(12px);
}

.mapply-v30 .impact-guide-stream > span {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-left: -8px;
  animation: v30GuideArrival 5.4s ease-in-out infinite;
}

.mapply-v30 .impact-guide-stream > span:nth-child(2) {
  animation-delay: -1.8s;
}

.mapply-v30 .impact-guide-stream > span:nth-child(3) {
  animation-delay: -3.6s;
}

.mapply-v30 .impact-guide-stream > span > img:first-child {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(31, 76, 132, 0.18);
}

.mapply-v30 .impact-guide-stream > span > img:last-child {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.mapply-v30 .impact-guide-stream small {
  margin-left: 9px;
  color: #1d5fc1;
  font-size: 0.62rem;
  font-weight: 850;
  white-space: nowrap;
}

.mapply-v30 .impact-route-line {
  width: 70%;
  opacity: 0.92;
  filter: drop-shadow(0 4px 8px rgba(26, 115, 232, 0.16));
}

.mapply-v30 .impact-route-line::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--v30-blue);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(26, 115, 232, 0.28);
  transform: translateY(-50%);
  animation: v30ImpactRouteTravel 4.2s ease-in-out infinite;
}

.mapply-v30 .impact-review-preview {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 46px rgba(26, 72, 132, 0.18);
}

.mapply-v30 .impact-live-review-copy {
  display: flex;
  align-items: flex-end;
  min-height: 39px;
}

.mapply-v30 .impact-live-review-copy i {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  margin-left: 2px;
  background: var(--v30-blue);
  opacity: 0;
}

.mapply-v30 .impact-live-review-copy.is-typing i {
  opacity: 1;
  animation: v30TypingCursor 720ms steps(2, end) infinite;
}

.mapply-v30 .impact-submit-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  margin-top: 9px;
  padding: 6px 9px;
  color: #16763b;
  background: #effaf3;
  border: 1px solid rgba(52, 168, 83, 0.25);
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 850;
  opacity: 0;
  transform: translateY(5px) scale(0.97);
  transition: opacity 280ms ease, transform 320ms ease;
}

.mapply-v30 .impact-submit-chip::before {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  content: "✓";
  color: #ffffff;
  background: var(--v30-green);
  border-radius: 50%;
  font-size: 0.62rem;
}

.mapply-v30 .impact-submit-chip.is-complete {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Repair the win–win middle card after the light-theme override. */

.mapply-v31 .benefit-plan-featured {
  color: var(--v30-ink) !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(107, 53, 233, 0.14), transparent 29%),
    radial-gradient(circle at 8% 90%, rgba(26, 115, 232, 0.09), transparent 28%),
    linear-gradient(145deg, #ffffff, #f7f3ff) !important;
  border: 2px solid rgba(107, 53, 233, 0.26) !important;
  box-shadow:
    0 26px 58px rgba(64, 51, 150, 0.16),
    inset 0 4px 0 rgba(107, 53, 233, 0.54) !important;
}

.mapply-v31 .benefit-plan-featured h3 {
  color: var(--v30-ink) !important;
}

.mapply-v31 .benefit-plan-featured p,
.mapply-v31 .benefit-plan-featured li {
  color: #455a78 !important;
}

.mapply-v31 .benefit-plan-featured .plan-label {
  color: #6330c3 !important;
  background: #f0e8ff !important;
  border: 1px solid rgba(107, 53, 233, 0.2);
}

.mapply-v31 .benefit-plan-featured .benefit-plan-icon {
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(107, 53, 233, 0.18);
  border-radius: 22px;
  box-shadow: 0 13px 27px rgba(75, 48, 158, 0.13);
}

/* Footer: finish the story with the reward, without an old store graphic. */

.mapply-v30 .footer-reward-note {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 10px 13px;
  background: linear-gradient(135deg, #fffdf7, #fff5d9);
  border: 1px solid rgba(249, 171, 0, 0.28);
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(124, 83, 0, 0.08);
}

.mapply-v30 .footer-reward-note > img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  animation: v30GiftFloat 4.8s ease-in-out infinite;
}

.mapply-v30 .footer-reward-note strong,
.mapply-v30 .footer-reward-note small {
  display: block;
}

.mapply-v30 .footer-reward-note strong {
  font-size: 0.74rem;
}

.mapply-v30 .footer-reward-note small {
  margin-top: 3px;
  color: #667792;
  font-size: 0.6rem;
}

/* Business-listing form replaces the inactive newsletter. */

.mapply-v31 .newsletter {
  grid-template-columns: auto minmax(250px, 0.68fr) minmax(520px, 1.32fr);
  align-items: start;
  padding-top: 34px;
  padding-bottom: 34px;
}

.mapply-v31 .newsletter-icon {
  width: 72px;
  height: 72px;
  margin-top: 8px;
  filter: drop-shadow(0 12px 18px rgba(26, 115, 232, 0.18));
  animation: v30MapIconFloat 5s ease-in-out infinite;
}

.mapply-v31 .business-listing-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(150, 184, 225, 0.68);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(31, 76, 132, 0.11);
}

.mapply-v31 .listing-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.mapply-v31 .listing-field > span {
  color: #243b5d;
  font-size: 0.69rem;
  font-weight: 850;
}

.mapply-v31 .listing-field > span small {
  color: #8090a7;
  font-size: 0.58rem;
  font-weight: 700;
}

.mapply-v31 .listing-field-wide,
.mapply-v31 .listing-email-note,
.mapply-v31 .business-listing-form > button,
.mapply-v31 .business-listing-form > .form-message {
  grid-column: 1 / -1;
}

.mapply-v31 .listing-email-note {
  margin: 0;
  padding: 9px 11px;
  color: #536681;
  background: #f4f8ff;
  border: 1px solid rgba(26, 115, 232, 0.13);
  border-radius: 11px;
  font-size: 0.65rem;
  line-height: 1.45;
}

.mapply-v31 .listing-email-note strong {
  color: #1d5fc1;
}

.mapply-v31 .business-listing-form input,
.mapply-v31 .business-listing-form textarea {
  width: 100%;
  min-width: 0;
  color: var(--v30-ink);
  background: #ffffff;
  border: 1px solid rgba(158, 187, 223, 0.72);
  border-radius: 13px;
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.mapply-v31 .business-listing-form input {
  min-height: 49px;
  padding: 0 14px;
}

.mapply-v31 .business-listing-form textarea {
  min-height: 80px;
  padding: 12px 14px;
  resize: vertical;
  font: inherit;
  line-height: 1.45;
}

.mapply-v31 .business-listing-form input:focus,
.mapply-v31 .business-listing-form textarea:focus {
  border-color: rgba(26, 115, 232, 0.65);
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.1);
}

.mapply-v31 .business-listing-form > button {
  min-height: 52px;
}

.mapply-v31 .business-listing-form > .form-message {
  margin: -3px 2px 0;
}

@media (max-width: 1100px) {
  .mapply-v31 .newsletter {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mapply-v31 .business-listing-form {
    grid-column: 1 / -1;
  }
}

@keyframes v30RouteBackdrop {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-20px, -9px, 0); }
}

@keyframes v30RouteDash {
  to { stroke-dashoffset: -104; }
}

@keyframes v30MapIconFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-9px) rotate(2deg); }
}

@keyframes v30GuideArrival {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.035); }
}

@keyframes v30ImpactRouteTravel {
  0% { left: 0; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: calc(100% - 13px); opacity: 0; }
}

@keyframes v30TypingCursor {
  0%, 46% { opacity: 1; }
  47%, 100% { opacity: 0; }
}

@keyframes v30GiftFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-6px) rotate(2deg); }
}

/* =========================================================
   MOBILE: PHONES FIRST, THEN MESSAGE, THEN FULL LIVE STORY
   ========================================================= */

@media (max-width: 820px) {
  .mapply-v30 .page-shell {
    width: min(calc(100% - 12px), var(--page-width)) !important;
    padding-top: calc(var(--header-height) + 5px) !important;
  }

  .mapply-v30 .hero {
    padding: 10px 12px 18px !important;
  }

  .mapply-v30 .hero-top-layout {
    gap: 13px !important;
  }

  .mapply-v30 .hero-visual {
    order: 1;
    margin-top: 0;
  }

  .mapply-v30 .hero-copy {
    order: 2;
  }

  .mapply-v30 .hero-phone-stage {
    order: 1;
    height: 430px;
  }

  .mapply-v30 .hero-network-signal-guides {
    order: 2;
    margin-top: -2px;
  }

  .mapply-v31 .newsletter {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }

  .mapply-v31 .newsletter-icon {
    width: 60px;
    height: 60px;
    margin: 0;
  }

  .mapply-v31 .business-listing-form {
    grid-column: auto;
  }

  .mapply-v30 .features-phone > img:last-child {
    height: 470px;
  }

  .mapply-v30 .download-screen-back,
  .mapply-v30 .download-screen-front {
    height: 340px;
  }

  .mapply-v30 .hero-eyebrow {
    margin-top: 2px;
  }

  .mapply-v30 .hero-eyebrow .eyebrow-icon {
    display: block;
  }

  .mapply-v30 .hero h1 {
    max-width: 680px;
    margin-inline: auto;
  }

  .mapply-v30 .card:not(.hero)::after {
    right: -105px;
    bottom: 5%;
    width: 420px;
    height: 230px;
    opacity: 0.2;
  }

  .mapply-v30 .section-live-decoration::after {
    width: 48px;
    height: 48px;
    opacity: 0.7;
  }

  .mapply-v31 .hero-map-pin.pin-one {
    top: 7px;
    right: 1%;
    display: block !important;
    width: 52px !important;
  }

  .mapply-v31 .hero-map-pin.pin-two,
  .mapply-v31 .hero-map-pin.pin-three {
    display: none !important;
  }

  /* Undo the previous hide rule and restore the complete journey. */

  .mapply-v30 .hero-journey-v26 {
    display: block !important;
    min-height: 960px !important;
    margin-top: 20px !important;
    padding: 14px 12px 60px !important;
    overflow: hidden !important;
    border-radius: 24px;
  }

  .mapply-v30 .hero-journey-background,
  .mapply-v30 .journey-discover-stage,
  .mapply-v30 .journey-character-layer,
  .mapply-v30 .journey-business,
  .mapply-v30 .journey-reward {
    display: block !important;
  }

  .mapply-v30 .hero-journey-background {
    position: absolute !important;
    inset: 0 !important;
  }

  .mapply-v30 .journey-route-desktop {
    display: none !important;
  }

  .mapply-v30 .journey-route-mobile {
    position: absolute !important;
    top: 38px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    display: block !important;
    width: 148px !important;
    height: 790px !important;
    overflow: visible !important;
  }

  .mapply-v30 .hero-journey-particles {
    display: block !important;
    opacity: 0.34;
  }

  .mapply-v30 .hero-journey-stage {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 870px !important;
    min-height: 870px !important;
    overflow: visible !important;
  }

  .mapply-v30 .journey-discover-stage {
    position: absolute !important;
    top: 16px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    min-height: 128px !important;
  }

  .mapply-v30 .journey-start-pin {
    top: 20px !important;
    bottom: auto !important;
    left: 4px !important;
    width: 68px !important;
  }

  .mapply-v30 .journey-discover-bubble {
    top: 0 !important;
    right: 0 !important;
    left: 68px !important;
    width: min(228px, calc(100% - 70px)) !important;
  }

  .mapply-v30 .journey-start-pulse {
    top: 75px !important;
    bottom: auto !important;
    left: 12px !important;
  }

  .mapply-v30 .journey-character-layer {
    position: absolute !important;
    inset: 0 !important;
    z-index: 18 !important;
  }

  .mapply-v30 .journey-character {
    width: 82px !important;
    max-height: 126px !important;
  }

  .mapply-v30 .journey-character-reward.is-active {
    width: 96px !important;
  }

  .mapply-v30 .journey-business {
    position: absolute !important;
    top: 280px !important;
    right: 16px !important;
    left: auto !important;
    width: 158px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean {
    top: -118px !important;
    right: auto !important;
    left: -30px !important;
    width: 182px !important;
    height: 150px !important;
    transform: none !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean .journey-review-rating-bubble {
    top: 0 !important;
    left: 0 !important;
    width: 172px !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean .journey-rating-stars-window {
    top: 49px !important;
    left: 9px !important;
    width: 151px !important;
    height: 39px !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean .journey-five-stars {
    width: 145px !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean .journey-submit-success-window {
    top: 84px !important;
    left: 11px !important;
    width: 153px !important;
    height: 57px !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean .journey-review-submit-success {
    width: 148px !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean .journey-review-glow {
    top: 26px !important;
    left: -7px !important;
    width: 186px !important;
    height: 118px !important;
  }

  .mapply-v30 .journey-reward {
    position: absolute !important;
    top: 590px !important;
    right: 13px !important;
    left: auto !important;
    width: 210px !important;
    min-height: 184px !important;
  }

  .mapply-v30 .journey-end-pin {
    right: 2px !important;
    width: 70px !important;
  }

  .mapply-v30 .journey-reward-copy {
    top: 14px !important;
    right: 16px !important;
    left: 0 !important;
    padding: 14px 15px !important;
  }

  .mapply-v30 .journey-stage-label,
  .mapply-v30 .journey-stage-label-discover,
  .mapply-v30 .journey-stage-label-contribute,
  .mapply-v30 .journey-stage-label-contribute.is-active,
  .mapply-v30 .journey-stage-label-reward {
    position: absolute !important;
    right: 10px !important;
    bottom: auto !important;
    left: 96px !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 68px !important;
    padding: 10px 11px !important;
    opacity: 0.62;
    transform: none !important;
  }

  .mapply-v30 .journey-stage-label.is-active,
  .mapply-v30 .journey-stage-label-contribute.is-active {
    opacity: 1;
    transform: translateY(-3px) !important;
  }

  .mapply-v30 .journey-stage-label-discover {
    top: 147px !important;
  }

  .mapply-v30 .journey-stage-label-contribute {
    top: 467px !important;
  }

  .mapply-v30 .journey-stage-label-reward {
    top: 790px !important;
  }

  .mapply-v30 .journey-stage-label > span {
    width: 38px;
    height: 38px;
  }

  .mapply-v30 .journey-stage-label strong {
    font-size: 0.79rem !important;
  }

  .mapply-v30 .journey-stage-label small {
    font-size: 0.62rem !important;
  }

  .mapply-v30 .journey-live-status {
    position: absolute !important;
    right: 12px !important;
    bottom: 13px !important;
    left: 12px !important;
    justify-content: center;
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  .mapply-v30 .impact-map-visual {
    min-height: 500px;
  }

  .mapply-v30 .impact-guide-stream {
    top: 79px;
    left: 14px;
  }
}

@media (max-width: 600px) {
  .mapply-v30 .hero {
    padding: 8px 10px 16px !important;
  }

  .mapply-v30 .hero-phone-stage {
    height: 338px !important;
  }

  .mapply-v30 .hero-phone-main {
    width: 145px !important;
  }

  .mapply-v30 .hero-phone-left,
  .mapply-v30 .hero-phone-right {
    top: 34px !important;
    width: 106px !important;
  }

  .mapply-v30 .hero-network-signal-guides {
    margin-top: 0;
  }

  .mapply-v31 .business-listing-form {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .mapply-v31 .listing-field-wide,
  .mapply-v31 .listing-email-note,
  .mapply-v31 .business-listing-form > button,
  .mapply-v31 .business-listing-form > .form-message {
    grid-column: auto;
  }

  .mapply-v30 .features-phone {
    min-height: 460px;
  }

  .mapply-v30 .features-phone > img:last-child {
    height: 430px;
  }

  .mapply-v30 .download-screen-back,
  .mapply-v30 .download-screen-front {
    height: 305px;
  }

  .mapply-v30 .hero-eyebrow {
    width: 100% !important;
    justify-content: center;
    font-size: 0.64rem;
  }

  .mapply-v30 .hero-stars {
    width: 100% !important;
    justify-content: center;
    padding: 7px 9px;
    font-size: 0.64rem;
  }

  .mapply-v30 .hero-stars > img {
    width: 83px;
  }

  .mapply-v30 .hero h1 {
    margin-top: 14px;
    font-size: clamp(1.92rem, 9.6vw, 2.55rem) !important;
    line-height: 1.01;
  }

  .mapply-v30 .hero-lead {
    margin-top: 15px;
    font-size: 0.88rem !important;
    line-height: 1.58 !important;
  }

  .mapply-v30 .hero-business-proof {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .mapply-v30 .hero-business-proof > span {
    min-height: 62px;
  }

  .mapply-v30 .hero-business-proof strong {
    font-size: 0.81rem;
  }

  .mapply-v30 .hero-business-proof small {
    font-size: 0.59rem;
  }

  .mapply-v30 .hero-journey-v26 {
    min-height: 945px !important;
    padding-inline: 8px !important;
  }

  .mapply-v30 .hero-journey-stage {
    height: 858px !important;
    min-height: 858px !important;
  }

  .mapply-v30 .journey-route-mobile {
    width: 137px !important;
    height: 778px !important;
  }

  .mapply-v30 .journey-stage-label,
  .mapply-v30 .journey-stage-label-discover,
  .mapply-v30 .journey-stage-label-contribute,
  .mapply-v30 .journey-stage-label-contribute.is-active,
  .mapply-v30 .journey-stage-label-reward {
    right: 6px !important;
    left: 91px !important;
  }

  .mapply-v30 .journey-stage-label strong {
    font-size: 0.75rem !important;
  }

  .mapply-v30 .journey-stage-label small {
    font-size: 0.59rem !important;
  }

  .mapply-v30 .journey-business {
    right: 8px !important;
    width: 150px !important;
  }

  .mapply-v30 .journey-reward {
    right: 7px !important;
    width: 202px !important;
  }

  .mapply-v30 .journey-character {
    width: 76px !important;
  }

  .mapply-v30 .business-impact-live {
    padding: 16px !important;
  }

  .mapply-v30 .impact-map-visual {
    min-height: 535px;
  }

  .mapply-v30 .impact-guide-stream {
    right: 12px;
    left: 12px;
    justify-content: center;
  }

  .mapply-v30 .impact-guide-stream small {
    font-size: 0.58rem;
  }

  .mapply-v30 .impact-map-pin {
    top: 146px;
  }

  .mapply-v30 .impact-route-line {
    top: 218px;
  }

  .mapply-v30 .impact-review-preview {
    bottom: 15px;
  }

  .mapply-v30 .impact-review-preview > p {
    max-width: 100%;
  }

  .mapply-v30 .footer-reward-note {
    width: 100%;
  }
}

/* =========================================================
   MAPPLY V33 — LIVE FIVE-REVIEW STORY + MAP PIN FINISH
   ========================================================= */

.mapply-v33 .section-kicker::after,
.mapply-v33 .section-live-decoration::after {
  background-image: url("assets/google-maps-local-guides/mapply-google-maps-pin.webp") !important;
}

.mapply-v33 .hero-map-pin,
.mapply-v33 .journey-start-pin,
.mapply-v33 .journey-end-pin,
.mapply-v33 .network-business-pin img,
.mapply-v33 .ranking-pin,
.mapply-v33 .impact-map-pin img,
.mapply-v33 .about-floating-pin,
.mapply-v33 .newsletter-icon {
  filter: drop-shadow(0 13px 18px rgba(26, 115, 232, 0.24));
}

.mapply-v33 .page-shell > section,
.mapply-v33 .page-shell > .get-started {
  isolation: isolate;
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.mapply-v33 .ambient-map-pin {
  position: absolute;
  top: var(--pin-top);
  left: var(--pin-left);
  z-index: 1;
  width: var(--pin-size);
  height: var(--pin-size);
  object-fit: contain;
  opacity: 0.14;
  filter: saturate(0.95) drop-shadow(0 18px 22px rgba(26, 115, 232, 0.16));
  animation: v33AmbientPin 8.2s var(--pin-delay) ease-in-out infinite;
  pointer-events: none;
  user-select: none;
}

.mapply-v33 .ambient-map-pin-2 {
  opacity: 0.1;
  animation-direction: reverse;
}

.mapply-v33 .business-impact-live {
  grid-template-columns: minmax(330px, 0.78fr) minmax(540px, 1.22fr);
  gap: clamp(28px, 3.2vw, 54px);
  align-items: stretch;
  margin-top: 26px;
  padding: clamp(28px, 3.2vw, 48px);
  border-color: rgba(119, 169, 230, 0.68);
  box-shadow:
    0 30px 76px rgba(31, 76, 132, 0.14),
    inset 0 4px 0 rgba(66, 133, 244, 0.72);
}

.mapply-v33 .business-impact-story {
  align-self: center;
}

.mapply-v33 .business-impact-story h3 {
  font-size: clamp(2rem, 3.1vw, 3.45rem);
}

.mapply-v33 .impact-map-visual {
  width: 100%;
  min-height: 690px;
  background:
    url("assets/decorative/map-wave-lines.svg") 50% 42% / 125% auto no-repeat,
    radial-gradient(circle at 77% 28%, rgba(251, 188, 4, 0.2), transparent 19%),
    radial-gradient(circle at 12% 76%, rgba(52, 168, 83, 0.12), transparent 24%),
    linear-gradient(28deg, transparent 48%, rgba(66, 133, 244, 0.075) 49%, rgba(66, 133, 244, 0.075) 51%, transparent 52%) 0 0 / 82px 82px,
    linear-gradient(144deg, transparent 48%, rgba(52, 168, 83, 0.06) 49%, rgba(52, 168, 83, 0.06) 51%, transparent 52%) 0 0 / 102px 102px,
    #edf6ff;
  border-width: 2px;
  box-shadow:
    0 30px 58px rgba(31, 76, 132, 0.17),
    inset 0 1px 0 #ffffff;
}

.mapply-v33 .impact-map-search {
  top: 20px;
  min-height: 54px;
  padding-inline: 19px;
  color: #17365d;
  font-size: 0.82rem;
}

.mapply-v33 .impact-guide-stream {
  top: 94px;
  left: 24px;
  min-height: 58px;
  padding-right: 16px;
}

.mapply-v33 .impact-guide-stream > span {
  width: 39px;
  height: 39px;
  transition: transform 420ms var(--ease-spring), opacity 320ms ease;
}

.mapply-v33 .impact-guide-stream > span > img:first-child {
  width: 39px;
  height: 39px;
}

.mapply-v33 .impact-guide-stream > span.is-current-guide {
  z-index: 4;
  transform: translateY(-4px) scale(1.13);
}

.mapply-v33 .impact-guide-stream > span:not(.is-current-guide) {
  opacity: 0.76;
}

.mapply-v33 .impact-guide-stream small {
  margin-left: 12px;
  font-size: 0.66rem;
}

.mapply-v33 .impact-signal-card {
  top: 178px;
  left: 24px;
  min-width: 224px;
}

.mapply-v33 .impact-map-pin {
  top: 166px;
  right: 11%;
  width: 92px;
  height: 110px;
}

.mapply-v33 .impact-map-pin i {
  right: 20px;
  left: 20px;
  background: rgba(66, 133, 244, 0.22);
}

.mapply-v33 .impact-route-line {
  top: 246px;
  left: 24%;
  width: 58%;
  height: 108px;
  border-color: rgba(26, 115, 232, 0.67);
}

.mapply-v33 .impact-review-preview {
  right: 26px;
  bottom: 25px;
  left: 26px;
  min-height: 335px;
  padding: 22px 24px 20px;
  border: 2px solid rgba(155, 190, 231, 0.72);
  border-radius: 27px;
  box-shadow:
    0 28px 54px rgba(26, 72, 132, 0.21),
    inset 0 1px 0 #ffffff;
  animation-duration: 7.6s;
  transition: opacity 260ms ease, transform 360ms var(--ease-spring), border-color 320ms ease;
}

.mapply-v33 .impact-review-preview.is-review-changing {
  opacity: 0.76;
  transform: translateY(7px) scale(0.986);
}

.mapply-v33 .impact-review-preview.is-submitted {
  border-color: rgba(52, 168, 83, 0.62);
  box-shadow:
    0 30px 58px rgba(26, 72, 132, 0.2),
    0 0 0 5px rgba(52, 168, 83, 0.08);
}

.mapply-v33 .impact-business-context {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 17px;
  padding: 8px 12px 8px 8px;
  color: #17365d;
  background: #f4f8ff;
  border: 1px solid rgba(142, 181, 229, 0.54);
  border-radius: 16px;
}

.mapply-v33 .impact-business-context > img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 6px 8px rgba(26, 115, 232, 0.22));
}

.mapply-v33 .impact-business-context > span {
  display: grid;
  min-width: 0;
}

.mapply-v33 .impact-business-context small {
  color: #1f74d8;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mapply-v33 .impact-business-context strong {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mapply-v33 .impact-review-preview header {
  grid-template-columns: 58px minmax(0, 1fr) 18px;
}

.mapply-v33 .impact-review-avatar,
.mapply-v33 .impact-review-avatar > img:first-child {
  width: 58px;
  height: 58px;
}

.mapply-v33 .impact-review-avatar > img:last-child {
  right: -4px;
  bottom: -4px;
  width: 27px;
  height: 27px;
  border-width: 1px;
}

.mapply-v33 .impact-review-preview header strong {
  font-size: 0.94rem;
}

.mapply-v33 .impact-review-preview header small {
  color: #56708f;
  font-size: 0.72rem;
  font-weight: 720;
}

.mapply-v33 .impact-review-stars {
  display: flex;
  gap: 5px;
  width: auto;
  margin-top: 17px;
}

.mapply-v33 .impact-review-stars span {
  color: #d9e1ec;
  font-size: 1.78rem;
  line-height: 1;
  text-shadow: 0 3px 8px rgba(251, 188, 4, 0);
  transform: translateY(5px) scale(0.72) rotate(-8deg);
  transition:
    color 260ms ease,
    transform 420ms var(--ease-spring),
    text-shadow 300ms ease;
}

.mapply-v33 .impact-review-stars span.is-filled {
  color: #f9ab00;
  text-shadow: 0 5px 11px rgba(251, 188, 4, 0.3);
  transform: translateY(0) scale(1) rotate(0);
}

.mapply-v33 .impact-live-review-copy {
  align-items: flex-start;
  min-height: 68px;
  margin-top: 12px;
  padding-right: 102px;
}

.mapply-v33 .impact-review-preview > p {
  max-width: 100%;
  color: #324b6d;
  font-size: 0.79rem;
  line-height: 1.55;
}

.mapply-v33 .impact-mini-actions {
  top: 154px;
  right: 22px;
  bottom: auto;
}

.mapply-v33 .impact-submit-chip {
  min-height: 32px;
  margin-top: 7px;
  padding: 7px 11px;
  font-size: 0.64rem;
}

.mapply-v33 .impact-review-progress {
  display: flex;
  gap: 7px;
  margin-top: 15px;
}

.mapply-v33 .impact-review-progress i {
  width: 23px;
  height: 5px;
  background: #dce8f6;
  border-radius: 999px;
  transition: width 360ms var(--ease-spring), background 280ms ease;
}

.mapply-v33 .impact-review-progress i.is-active {
  width: 42px;
  background: #1a73e8;
}

.mapply-v33 .impact-review-progress i.is-complete {
  background: #34a853;
}

.mapply-v33 .verified-contributions {
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: start;
}

.mapply-v33 .contribution-visual {
  min-height: 720px;
  padding-bottom: 134px;
}

.mapply-v33 [data-modern-review-card] {
  animation: none !important;
  opacity: 0.72;
  transform: translateY(8px) scale(0.96);
  transition:
    opacity 520ms ease,
    transform 620ms var(--ease-spring),
    filter 420ms ease;
}

.mapply-v33 [data-modern-review-card].is-modern-live {
  z-index: 7;
  opacity: 1;
  transform: translateY(-8px) scale(1.035);
  filter:
    drop-shadow(0 28px 36px rgba(14, 39, 75, 0.22))
    drop-shadow(0 0 16px rgba(251, 188, 4, 0.2));
}

.mapply-v33 .modern-side [data-modern-review-card] {
  position: relative;
}

.mapply-v33 .modern-live-reviewer {
  position: absolute;
  right: 2%;
  bottom: 8px;
  left: 2%;
  z-index: 11;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 104px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(145, 182, 226, 0.62);
  border-radius: 23px;
  box-shadow: 0 24px 46px rgba(31, 76, 132, 0.18);
  backdrop-filter: blur(14px);
}

.mapply-v33 .modern-live-avatar {
  position: relative;
  width: 58px;
  height: 58px;
}

.mapply-v33 .modern-live-avatar > img:first-child {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(31, 76, 132, 0.2);
}

.mapply-v33 .modern-live-avatar > img:last-child {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 27px;
  height: 27px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(31, 76, 132, 0.16);
}

.mapply-v33 .modern-live-reviewer > span:nth-child(2) {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mapply-v33 .modern-live-reviewer strong {
  color: #0d274a;
  font-size: 0.88rem;
}

.mapply-v33 .modern-live-reviewer small {
  color: #607793;
  font-size: 0.69rem;
}

.mapply-v33 .modern-live-reviewer em {
  overflow: hidden;
  color: #1a73e8;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mapply-v33 .modern-live-reviewer b {
  padding: 8px 11px;
  color: #a96d00;
  background: #fff7db;
  border: 1px solid rgba(249, 171, 0, 0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  white-space: nowrap;
  transition: color 300ms ease, background 300ms ease, transform 360ms var(--ease-spring);
}

.mapply-v33 .contribution-visual.is-modern-submitted .modern-live-reviewer b {
  color: #14743a;
  background: #eaf8ef;
  border-color: rgba(52, 168, 83, 0.28);
  transform: scale(1.04);
}

.mapply-v33 .contribution-live-chip-lower {
  right: 4%;
  bottom: 128px;
}

@keyframes v33AmbientPin {
  0%, 100% {
    translate: 0 0;
    rotate: -2deg;
  }

  50% {
    translate: 0 -15px;
    rotate: 3deg;
  }
}

@media (max-width: 1180px) {
  .mapply-v33 .business-impact-live,
  .mapply-v33 .verified-contributions {
    grid-template-columns: 1fr;
  }

  .mapply-v33 .impact-map-visual,
  .mapply-v33 .contribution-visual {
    width: min(760px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .mapply-v33 .ambient-map-pin {
    width: min(var(--pin-size), 66px);
    height: min(var(--pin-size), 66px);
    opacity: 0.12;
  }

  .mapply-v33 .ambient-map-pin-2 {
    display: none;
  }

  .mapply-v33 .business-impact-live {
    gap: 22px;
    padding: 15px !important;
    border-radius: 24px;
  }

  .mapply-v33 .impact-example-metrics {
    grid-template-columns: 1fr;
  }

  .mapply-v33 .impact-map-visual {
    min-height: 760px;
    border-radius: 23px;
  }

  .mapply-v33 .impact-map-search {
    right: 12px;
    left: 12px;
    min-height: 48px;
    font-size: 0.69rem;
  }

  .mapply-v33 .impact-guide-stream {
    top: 82px;
    right: 12px;
    left: 12px;
    justify-content: center;
    padding-left: 14px;
  }

  .mapply-v33 .impact-guide-stream > span,
  .mapply-v33 .impact-guide-stream > span > img:first-child {
    width: 34px;
    height: 34px;
  }

  .mapply-v33 .impact-guide-stream small {
    margin-left: 8px;
    font-size: 0.56rem;
  }

  .mapply-v33 .impact-signal-card {
    top: 158px;
    left: 14px;
    min-width: 186px;
    padding: 10px;
  }

  .mapply-v33 .impact-signal-card > img {
    width: 40px;
    height: 40px;
  }

  .mapply-v33 .impact-map-pin {
    top: 154px;
    right: 6%;
    width: 75px;
    height: 92px;
  }

  .mapply-v33 .impact-route-line {
    top: 231px;
    left: 13%;
    width: 70%;
    height: 82px;
  }

  .mapply-v33 .impact-review-preview {
    right: 12px;
    bottom: 14px;
    left: 12px;
    min-height: 414px;
    padding: 17px 16px;
    border-radius: 21px;
  }

  .mapply-v33 .impact-business-context {
    width: 100%;
    margin-bottom: 14px;
  }

  .mapply-v33 .impact-review-preview header {
    grid-template-columns: 52px minmax(0, 1fr) 14px;
    gap: 9px;
  }

  .mapply-v33 .impact-review-avatar,
  .mapply-v33 .impact-review-avatar > img:first-child {
    width: 52px;
    height: 52px;
  }

  .mapply-v33 .impact-review-preview header strong {
    font-size: 0.82rem;
  }

  .mapply-v33 .impact-review-preview header small {
    font-size: 0.65rem;
  }

  .mapply-v33 .impact-review-stars {
    gap: 3px;
  }

  .mapply-v33 .impact-review-stars span {
    font-size: 1.58rem;
  }

  .mapply-v33 .impact-live-review-copy {
    min-height: 112px;
    padding-right: 0;
  }

  .mapply-v33 .impact-review-preview > p {
    font-size: 0.75rem;
  }

  .mapply-v33 .impact-mini-actions {
    top: auto;
    right: 15px;
    bottom: 20px;
  }

  .mapply-v33 .impact-review-progress {
    padding-bottom: 49px;
  }

  .mapply-v33 .contribution-visual {
    min-height: 570px;
    padding-bottom: 150px;
  }

  .mapply-v33 .modern-main {
    top: 2%;
    left: 0;
    width: 72%;
  }

  .mapply-v33 .modern-side {
    top: 17%;
    right: 0;
    width: 43%;
  }

  .mapply-v33 .modern-live-reviewer {
    right: 0;
    left: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 126px;
    padding: 14px;
  }

  .mapply-v33 .modern-live-avatar,
  .mapply-v33 .modern-live-avatar > img:first-child {
    width: 52px;
    height: 52px;
  }

  .mapply-v33 .modern-live-reviewer b {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 65px;
    margin-top: -6px;
  }

  .mapply-v33 .contribution-live-chip-lower {
    right: 0;
    bottom: 143px;
  }
}

@media (max-width: 390px) {
  .mapply-v33 .impact-map-visual {
    min-height: 790px;
  }

  .mapply-v33 .impact-guide-stream small {
    display: none;
  }

  .mapply-v33 .impact-signal-card {
    min-width: 174px;
  }

  .mapply-v33 .impact-review-preview {
    min-height: 430px;
  }

  .mapply-v33 .contribution-visual {
    min-height: 540px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mapply-v33 .ambient-map-pin,
  .mapply-v33 .impact-review-preview,
  .mapply-v33 [data-modern-review-card] {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   MAPPLY V34 — CONVERSION SECTION LAYOUT REPAIR
   ========================================================= */

.mapply-v34 .get-started {
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(34px, 4vw, 62px);
  min-height: 570px;
  padding: clamp(38px, 4vw, 64px);
}

.mapply-v34 .get-started-decoration {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mapply-v34 .get-started-copy,
.mapply-v34 .get-started-visual {
  position: relative;
  z-index: 2;
}

.mapply-v34 .get-started-copy {
  max-width: 650px;
}

.mapply-v34 .get-started h2 {
  max-width: 650px;
  font-size: clamp(2.45rem, 3.8vw, 4rem);
  line-height: 1.02;
}

.mapply-v34 .get-started-copy > p {
  max-width: 610px;
}

.mapply-v34 .get-started-visual {
  align-self: center;
  min-height: 470px;
}

.mapply-v34 .download-screen-back,
.mapply-v34 .download-screen-front {
  top: 4%;
  width: 48%;
  height: 440px;
  max-height: 440px;
}

.mapply-v34 .download-screen-back {
  left: 3%;
}

.mapply-v34 .download-screen-front {
  right: 4%;
}

.mapply-v34 .download-live-card {
  right: 2%;
  bottom: 7%;
}

.mapply-v34 .newsletter {
  grid-template-columns: 78px minmax(245px, 0.72fr) minmax(500px, 1.28fr);
  align-items: center;
  gap: clamp(20px, 2.4vw, 36px);
  min-height: 0;
  padding: 38px clamp(30px, 4vw, 58px);
}

.mapply-v34 .newsletter-floating-star {
  position: absolute;
  top: 18px;
  right: 28px;
}

.mapply-v34 .newsletter-icon {
  align-self: start;
  width: 78px;
  height: 78px;
  margin-top: 8px;
}

.mapply-v34 .newsletter-copy {
  align-self: start;
  padding-top: 9px;
}

.mapply-v34 .newsletter-copy h2 {
  max-width: 330px;
  margin-top: 7px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
}

.mapply-v34 .newsletter-copy p {
  max-width: 380px;
  margin-top: 10px;
  font-size: 0.84rem;
  line-height: 1.6;
}

.mapply-v34 .business-listing-form {
  width: 100%;
  max-width: 720px;
  justify-self: end;
  padding: 20px;
}

@media (max-width: 1180px) {
  .mapply-v34 .get-started {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  }

  .mapply-v34 .newsletter {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
  }

  .mapply-v34 .business-listing-form {
    grid-column: 1 / -1;
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 820px) {
  .mapply-v34 .get-started {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 28px 22px !important;
  }

  .mapply-v34 .get-started-copy {
    max-width: none;
  }

  .mapply-v34 .get-started-visual {
    display: block !important;
    min-height: 370px;
    margin-top: 2px;
  }

  .mapply-v34 .download-screen-back,
  .mapply-v34 .download-screen-front {
    width: 46%;
    height: 350px;
    max-height: 350px;
  }

  .mapply-v34 .download-live-card {
    right: 4%;
    bottom: 3%;
    min-width: 215px;
  }

  .mapply-v34 .newsletter {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    padding: 27px 22px;
  }

  .mapply-v34 .newsletter-icon {
    width: 62px;
    height: 62px;
    margin: 0;
  }

  .mapply-v34 .newsletter-copy {
    padding-top: 2px;
  }

  .mapply-v34 .newsletter-copy h2,
  .mapply-v34 .newsletter-copy p {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .mapply-v34 .get-started {
    padding: 24px 17px !important;
  }

  .mapply-v34 .get-started h2 {
    font-size: clamp(2rem, 10vw, 2.65rem) !important;
  }

  .mapply-v34 .get-started-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mapply-v34 .get-started-visual {
    min-height: 320px;
  }

  .mapply-v34 .download-screen-back,
  .mapply-v34 .download-screen-front {
    width: 48%;
    height: 292px;
    max-height: 292px;
  }

  .mapply-v34 .download-live-card {
    right: 1%;
    bottom: 0;
    min-width: 0;
    max-width: 225px;
    padding: 10px 12px;
  }

  .mapply-v34 .download-live-card strong {
    font-size: 0.74rem;
  }

  .mapply-v34 .download-live-card small {
    font-size: 0.64rem;
  }

  .mapply-v34 .newsletter {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 23px 16px;
  }

  .mapply-v34 .newsletter-icon {
    width: 50px;
    height: 50px;
  }

  .mapply-v34 .newsletter-copy > span {
    font-size: 0.65rem;
  }

  .mapply-v34 .newsletter-copy h2 {
    font-size: 1.34rem;
  }

  .mapply-v34 .newsletter-copy p {
    font-size: 0.76rem;
  }

  .mapply-v34 .business-listing-form {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 14px;
  }

  .mapply-v34 .listing-field,
  .mapply-v34 .listing-field-wide,
  .mapply-v34 .listing-email-note,
  .mapply-v34 .business-listing-form > button,
  .mapply-v34 .business-listing-form > .form-message {
    grid-column: 1;
  }
}

/* =========================================================
   MAPPLY V35 — PIN SAFE-ZONE POSITIONING
   ========================================================= */

.mapply-v35 .ambient-map-pin {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 54px !important;
  height: 54px !important;
  opacity: 0.11;
}

.mapply-v35 .ambient-map-pin-1 {
  top: clamp(52px, 8%, 92px) !important;
  left: -25px !important;
}

.mapply-v35 .ambient-map-pin-2 {
  right: -27px !important;
  bottom: clamp(42px, 8%, 82px) !important;
}

.mapply-v35 .section-live-decoration::after {
  top: 24px !important;
  right: -23px !important;
  bottom: auto !important;
  left: auto !important;
  width: 52px !important;
  height: 52px !important;
  opacity: 0.42 !important;
}

.mapply-v35 .card:nth-of-type(even) .section-live-decoration::after {
  top: auto !important;
  right: auto !important;
  bottom: 25px !important;
  left: -23px !important;
}

/* The hero already has edge pins and Google Maps badges. Remove the
   three phone-stage pins and the overlay signal so screens stay clear. */

.mapply-v35 .hero-map-pin,
.mapply-v35 .hero-network-signal-maps {
  display: none !important;
}

.mapply-v35 .hero > .ambient-map-pin-1 {
  top: 16% !important;
  left: -24px !important;
}

.mapply-v35 .hero > .ambient-map-pin-2 {
  right: -25px !important;
  bottom: 12% !important;
}

.mapply-v35 .network-business-pin {
  top: -42px !important;
  right: -27px !important;
  width: 62px !important;
}

.mapply-v35 .impact-map-pin {
  top: 176px !important;
  right: 5% !important;
  width: 72px !important;
  height: 88px !important;
}

.mapply-v35 .about-floating-pin {
  display: none !important;
}

.mapply-v35 .ranking-pin {
  width: 34px !important;
}

.mapply-v35 .journey-start-pin,
.mapply-v35 .journey-end-pin {
  width: 62px !important;
}

.mapply-v35 .journey-start-pin {
  left: -7px !important;
}

.mapply-v35 .journey-end-pin {
  right: -16px !important;
}

.mapply-v35 .get-started > .ambient-map-pin-1,
.mapply-v35 .newsletter > .ambient-map-pin-1 {
  top: 18% !important;
}

.mapply-v35 .get-started > .ambient-map-pin-2,
.mapply-v35 .newsletter > .ambient-map-pin-2 {
  bottom: 13% !important;
}

@media (max-width: 700px) {
  .mapply-v35 .ambient-map-pin {
    width: 42px !important;
    height: 42px !important;
    opacity: 0.1;
  }

  .mapply-v35 .ambient-map-pin-1 {
    top: 68px !important;
    left: -18px !important;
  }

  .mapply-v35 .ambient-map-pin-2 {
    display: none !important;
  }

  .mapply-v35 .section-live-decoration::after {
    top: 20px !important;
    right: -18px !important;
    width: 42px !important;
    height: 42px !important;
    opacity: 0.34 !important;
  }

  .mapply-v35 .card:nth-of-type(even) .section-live-decoration::after {
    top: auto !important;
    right: auto !important;
    bottom: 21px !important;
    left: -18px !important;
  }

  .mapply-v35 .impact-map-pin {
    top: 166px !important;
    right: 1% !important;
    width: 56px !important;
    height: 70px !important;
  }

  .mapply-v35 .journey-start-pin,
  .mapply-v35 .journey-end-pin {
    width: 54px !important;
  }

  .mapply-v35 .journey-start-pin {
    left: 0 !important;
  }

  .mapply-v35 .journey-end-pin {
    right: -17px !important;
  }

  .mapply-v35 .get-started > .ambient-map-pin-1,
  .mapply-v35 .newsletter > .ambient-map-pin-1 {
    top: 64px !important;
  }
}

@media (max-width: 390px) {
  .mapply-v30 .hero-phone-stage {
    height: 316px !important;
  }

  .mapply-v30 .hero-phone-main {
    width: 136px !important;
  }

  .mapply-v30 .hero-phone-left,
  .mapply-v30 .hero-phone-right {
    width: 98px !important;
  }

  .mapply-v30 .journey-discover-bubble {
    left: 62px !important;
    width: calc(100% - 64px) !important;
  }

  .mapply-v30 .journey-stage-label,
  .mapply-v30 .journey-stage-label-discover,
  .mapply-v30 .journey-stage-label-contribute,
  .mapply-v30 .journey-stage-label-contribute.is-active,
  .mapply-v30 .journey-stage-label-reward {
    left: 83px !important;
    padding: 9px 8px !important;
  }

  .mapply-v30 .journey-stage-label > span {
    width: 34px;
    height: 34px;
  }

  .mapply-v30 .journey-stage-label strong {
    font-size: 0.7rem !important;
  }

  .mapply-v30 .journey-stage-label small {
    font-size: 0.55rem !important;
  }

  .mapply-v30 .journey-business {
    width: 140px !important;
  }

  .mapply-v30 .journey-business-clean .journey-review-sequence-clean {
    left: -34px !important;
    width: 174px !important;
  }

  .mapply-v30 .journey-reward {
    width: 192px !important;
  }

  .mapply-v30 .journey-reward-copy strong {
    font-size: 0.83rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mapply-v30 .card:not(.hero)::after,
  .mapply-v30 .section-live-decoration::after,
  .mapply-v30 .impact-guide-stream > span,
  .mapply-v30 .impact-route-line::after,
  .mapply-v30 .footer-reward-note > img {
    animation: none !important;
  }
}
