/* =========================================================
   MAPPLY 2.7 — GOOGLE-INSPIRED LIVE POLISH LAYER
   Keeps the v2.6 layout and app-screen artwork intact.
   ========================================================= */

:root {
  --google-blue: #1a73e8;
  --google-blue-deep: #0b57d0;
  --google-green: #34a853;
  --google-yellow: #fbbc04;
  --google-red: #ea4335;
  --mapply-purple: #6b35e9;
  --mapply-purple-deep: #4f24c8;
  --reward-gold: #f9ab00;
  --polish-ink: #0b1f44;
  --polish-text: #42526f;
  --polish-muted: #6f7f99;
  --polish-line: rgba(157, 187, 226, 0.55);
  --polish-surface: rgba(255, 255, 255, 0.965);
  --polish-shadow: 0 24px 70px rgba(30, 79, 137, 0.11);
  --polish-shadow-hover: 0 30px 82px rgba(30, 79, 137, 0.16);
  --header-height: 72px;
  --scroll-progress: 0;
}

html {
  background: #f5f9ff;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body.mapply-v27 {
  color: var(--polish-text);
  background:
    radial-gradient(circle at 10% 4%, rgba(26, 115, 232, 0.1), transparent 24%),
    radial-gradient(circle at 92% 20%, rgba(52, 168, 83, 0.075), transparent 25%),
    radial-gradient(circle at 14% 70%, rgba(251, 188, 4, 0.065), transparent 22%),
    radial-gradient(circle at 88% 90%, rgba(107, 53, 233, 0.07), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #f2f7ff 45%, #f8fbff 100%);
}

body.mapply-v27::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image:
    radial-gradient(circle, rgba(26, 115, 232, 0.14) 1px, transparent 1.5px),
    linear-gradient(110deg, transparent 48%, rgba(26, 115, 232, 0.025) 49%, rgba(26, 115, 232, 0.025) 51%, transparent 52%);
  background-size: 38px 38px, 220px 220px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 88%);
}

.page-shell {
  width: min(calc(100% - 32px), var(--page-width));
  padding-top: calc(var(--header-height) + 26px) !important;
  padding-bottom: 54px;
}

.card,
.get-started,
.site-footer {
  --section-accent: var(--google-blue);
  border-color: var(--polish-line);
  box-shadow:
    inset 0 4px 0 color-mix(in srgb, var(--section-accent) 72%, transparent),
    var(--polish-shadow);
}

.card {
  margin-bottom: 30px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--section-accent) 8%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 255, 0.965));
  border-radius: 32px;
}

.card:hover {
  border-color: color-mix(in srgb, var(--section-accent) 32%, #d4e3f6);
}

.hero { --section-accent: var(--google-blue); }
.reward-story { --section-accent: var(--google-green); }
.app-experience { --section-accent: var(--mapply-purple); }
.local-guides { --section-accent: var(--reward-gold); }
.benefits { --section-accent: var(--google-blue); }
.features { --section-accent: var(--google-green); }
.about { --section-accent: var(--mapply-purple); }
.verified-contributions { --section-accent: var(--google-red); }
.three-steps { --section-accent: var(--google-blue); }
.testimonials { --section-accent: var(--google-yellow); }
.mapply-benefits { --section-accent: var(--mapply-purple); }
.faq { --section-accent: var(--google-green); }
.newsletter { --section-accent: var(--google-blue); }

/* Fixed, fully flush header */

html body .site-header[data-site-header] {
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(177, 202, 234, 0.76);
  box-shadow: 0 8px 28px rgba(20, 60, 110, 0.075);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

html body .site-header[data-site-header]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--google-blue),
    var(--google-red),
    var(--google-yellow),
    var(--google-green),
    var(--mapply-purple)
  );
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  transition: transform 80ms linear;
}

html body .site-header[data-site-header] .header-inner {
  width: min(calc(100% - 32px), var(--page-width));
  min-height: var(--header-height) !important;
  padding: 8px 0 !important;
  margin: 0 auto;
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html body .site-header.is-scrolled .header-inner {
  min-height: 66px !important;
}

.brand-logo {
  width: 40px !important;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 11px;
  filter: drop-shadow(0 6px 12px rgba(107, 53, 233, 0.16));
  transition: transform 280ms var(--ease-spring);
}

.brand:hover .brand-logo {
  transform: translateY(-2px) rotate(-2deg);
}

.brand-copy strong {
  color: var(--polish-ink);
  font-size: 1.18rem !important;
}

.brand-copy small {
  color: var(--polish-muted);
}

.primary-navigation a {
  padding: 10px 2px !important;
  color: #344766;
  font-size: 0.9rem !important;
}

.primary-navigation a::after {
  bottom: 2px;
  height: 3px;
  background: linear-gradient(90deg, var(--google-blue), var(--google-green));
}

.primary-navigation a.is-active {
  color: var(--google-blue-deep);
}

.primary-navigation a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  min-height: 46px !important;
  padding: 0 22px !important;
  background: linear-gradient(135deg, var(--google-blue), #397ef0 65%, var(--mapply-purple));
  box-shadow: 0 12px 28px rgba(26, 115, 232, 0.24);
}

.header-cta:hover {
  box-shadow: 0 17px 36px rgba(26, 115, 232, 0.3);
}

/* Typography and shared section rhythm */

h1,
h2,
h3,
strong {
  color: var(--polish-ink);
}

.section-heading {
  margin-bottom: clamp(34px, 4vw, 56px);
}

.section-heading h2 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(2rem, 3.25vw, 3.55rem);
  letter-spacing: -0.045em;
}

.section-heading-left h2 {
  margin-inline: 0;
}

.section-heading p {
  color: var(--polish-text);
  font-size: clamp(1rem, 1.2vw, 1.11rem);
}

.section-kicker {
  color: color-mix(in srgb, var(--section-accent) 88%, #17345f);
  background: color-mix(in srgb, var(--section-accent) 8%, white);
  border-color: color-mix(in srgb, var(--section-accent) 24%, #dce9f8);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--section-accent) 10%, transparent);
}

.button {
  min-height: 56px;
  padding-inline: 26px;
  box-shadow: 0 12px 26px rgba(31, 76, 132, 0.12);
}

.button-primary {
  background: linear-gradient(135deg, var(--google-blue), #3478ed 58%, var(--mapply-purple));
}

.button-primary:hover,
.button-secondary:hover,
.button-light:hover,
.button-glass:hover {
  transform: translateY(-3px) scale(1.015);
}

.motion-card,
[data-tilt-card] {
  backface-visibility: hidden;
}

.motion-card:hover,
[data-tilt-card]:hover {
  --card-lift: -6px;
  box-shadow: 0 22px 48px rgba(31, 76, 132, 0.14);
}

/* Hero */

.hero {
  padding-top: clamp(38px, 4.2vw, 66px);
  background:
    radial-gradient(circle at 88% 12%, rgba(26, 115, 232, 0.14), transparent 28%),
    radial-gradient(circle at 68% 78%, rgba(107, 53, 233, 0.09), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(52, 168, 83, 0.075), transparent 24%),
    linear-gradient(145deg, #ffffff, #f8fbff 58%, #f6f2ff);
}

.hero::after {
  opacity: 0.22;
  background-size: 42px 42px;
}

.hero-top-layout {
  align-items: center;
  gap: clamp(34px, 5vw, 84px);
}

.hero-copy {
  position: relative;
  z-index: 5;
}

.hero-eyebrow {
  box-shadow: 0 10px 28px rgba(26, 115, 232, 0.1);
}

.hero-stars {
  width: fit-content;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(251, 188, 4, 0.22);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(249, 171, 0, 0.08);
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(2.55rem, 4.45vw, 5rem);
  letter-spacing: -0.055em;
}

.hero h1 em {
  font-style: normal;
  text-shadow: 0 8px 26px currentColor;
  text-shadow: 0 8px 28px color-mix(in srgb, currentColor 13%, transparent);
}

.hero-lead {
  max-width: 680px;
  color: #405271;
  font-size: clamp(1rem, 1.32vw, 1.14rem);
}

.hero-actions {
  gap: 12px;
}

.hero-platform-badges span {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 9px 22px rgba(34, 75, 126, 0.075);
}

.hero-visual {
  filter: drop-shadow(0 30px 54px rgba(36, 78, 135, 0.08));
}

.hero-phone {
  will-change: translate, transform;
}

.hero-phone-main {
  animation: polishPhoneFloat 5.8s ease-in-out infinite;
}

.hero-phone-left {
  animation: polishPhoneFloatSide 6.7s ease-in-out -1.8s infinite;
}

.hero-phone-right {
  animation: polishPhoneFloatSide 6.2s ease-in-out -3.1s infinite reverse;
}

.hero-map-pin {
  filter: drop-shadow(0 12px 18px rgba(26, 115, 232, 0.16));
}

.hero-amazon-reward {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 48%, rgba(251, 188, 4, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 249, 231, 0.88));
  border-color: rgba(249, 171, 0, 0.23);
  box-shadow: 0 22px 48px rgba(140, 94, 0, 0.1);
}

.hero-amazon-card {
  animation: polishRewardFloat 5.2s ease-in-out infinite;
}

.hero-amazon-label {
  color: #966000;
  background: rgba(255, 248, 221, 0.95);
  border-color: rgba(249, 171, 0, 0.25);
}

/* Live route journey */

.hero-journey-v26 {
  margin-top: clamp(34px, 5vw, 68px);
  background:
    radial-gradient(circle at 14% 30%, rgba(26, 115, 232, 0.1), transparent 28%),
    radial-gradient(circle at 84% 70%, rgba(52, 168, 83, 0.09), transparent 26%),
    linear-gradient(145deg, rgba(247, 251, 255, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(157, 187, 226, 0.62);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 22px 55px rgba(35, 77, 128, 0.1);
}

.journey-path-base {
  opacity: 0.62;
}

.journey-path-progress {
  filter: drop-shadow(0 0 8px rgba(26, 115, 232, 0.42));
}

.journey-live-status {
  background: rgba(255, 255, 255, 0.91);
  border-color: rgba(52, 168, 83, 0.26);
  box-shadow: 0 10px 30px rgba(28, 94, 65, 0.11);
  backdrop-filter: blur(14px);
}

.journey-live-dot {
  box-shadow: 0 0 0 7px rgba(52, 168, 83, 0.1);
}

.journey-stage-label {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(174, 199, 231, 0.58);
  box-shadow: 0 12px 32px rgba(30, 75, 130, 0.09);
  backdrop-filter: blur(12px);
}

.journey-stage-label.is-active {
  border-color: rgba(26, 115, 232, 0.32);
  box-shadow:
    0 15px 36px rgba(26, 115, 232, 0.12),
    inset 4px 0 0 var(--google-blue);
}

.journey-character.is-active {
  filter: drop-shadow(0 14px 14px rgba(31, 61, 110, 0.18));
}

.journey-business-image,
.journey-reward img {
  filter: drop-shadow(0 18px 20px rgba(31, 61, 110, 0.15));
}

/* Section cards and content blocks */

.impact-strip article,
.reward-steps li,
.outcome-card,
.feature-item,
.contribution-points article,
.about-stats article,
.benefit-plan,
.faq-item {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(175, 200, 231, 0.66);
  box-shadow: 0 13px 32px rgba(31, 76, 132, 0.075);
  backdrop-filter: blur(10px);
}

.impact-strip article:hover,
.reward-steps li:hover,
.feature-item:hover,
.contribution-points article:hover,
.about-stats article:hover,
.benefit-plan:hover {
  border-color: color-mix(in srgb, var(--section-accent) 28%, #c7daf0);
}

.reward-step-number,
.showcase-copy > span,
.number {
  font-variant-numeric: tabular-nums;
}

.gift-image-shell,
.features-phone,
.about-visual,
.contribution-visual,
.get-started-visual {
  filter: drop-shadow(0 24px 40px rgba(37, 73, 126, 0.09));
}

.screen-gallery {
  position: relative;
  padding-block: 12px;
}

.screen-track {
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.screen-track::-webkit-scrollbar {
  display: none;
}

.app-screen-card {
  transition:
    opacity 420ms ease,
    transform 520ms var(--ease-spring),
    filter 420ms ease;
}

.app-screen-card:not(.is-center) {
  opacity: 0.64;
  filter: saturate(0.82);
}

.app-screen-card.is-center {
  opacity: 1;
  filter: saturate(1.05);
}

.device-frame {
  border-color: rgba(45, 76, 126, 0.38);
  box-shadow:
    0 28px 58px rgba(28, 62, 111, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.gallery-progress {
  background: rgba(220, 231, 247, 0.86);
}

.gallery-progress span {
  background: linear-gradient(90deg, var(--google-blue), var(--mapply-purple), var(--google-green));
}

.guide-card,
.benefit-card,
.showcase-step,
.testimonial-card {
  box-shadow: 0 17px 38px rgba(31, 76, 132, 0.09);
}

.guide-card:hover,
.benefit-card:hover,
.showcase-step:hover {
  box-shadow: 0 24px 52px rgba(31, 76, 132, 0.14);
}

.benefit-card {
  min-height: 278px;
  border-color: rgba(174, 199, 231, 0.66);
}

.benefit-card::after {
  opacity: 0.9;
}

.benefit-icon,
.feature-image-icon,
.point-icon,
.benefit-plan-icon {
  filter: drop-shadow(0 9px 14px rgba(31, 76, 132, 0.12));
  transition: transform 360ms var(--ease-spring), filter 360ms ease;
}

.benefit-card:hover .benefit-icon,
.feature-item:hover .feature-image-icon,
.contribution-points article:hover .point-icon,
.benefit-plan:hover .benefit-plan-icon {
  transform: translateY(-5px) rotate(-3deg) scale(1.06);
  filter: drop-shadow(0 14px 20px rgba(31, 76, 132, 0.18));
}

.features-layout,
.about,
.verified-contributions {
  align-items: center;
}

.about::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(107, 53, 233, 0.1), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(26, 115, 232, 0.08), transparent 28%);
}

.contribution-live-chip,
.download-live-card {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(52, 168, 83, 0.24);
  box-shadow: 0 13px 30px rgba(35, 84, 64, 0.11);
  backdrop-filter: blur(12px);
}

.process-route-line {
  filter: drop-shadow(0 0 9px rgba(26, 115, 232, 0.28));
}

.testimonial-card.is-active {
  border-color: rgba(251, 188, 4, 0.34);
  box-shadow:
    0 24px 58px rgba(31, 76, 132, 0.12),
    inset 0 4px 0 rgba(251, 188, 4, 0.76);
}

.benefit-plan-featured {
  background:
    radial-gradient(circle at 90% 10%, rgba(107, 53, 233, 0.12), transparent 30%),
    linear-gradient(145deg, #fff, #faf7ff);
  border-color: rgba(107, 53, 233, 0.25);
}

.faq-item.is-open {
  border-color: rgba(52, 168, 83, 0.32);
  box-shadow:
    0 16px 36px rgba(28, 94, 65, 0.1),
    inset 4px 0 0 var(--google-green);
}

/* Conversion area */

.get-started {
  --section-accent: var(--google-blue);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(107, 53, 233, 0.16), transparent 32%),
    radial-gradient(circle at 16% 82%, rgba(52, 168, 83, 0.1), transparent 26%),
    linear-gradient(135deg, #ffffff, #f3f8ff 58%, #faf7ff);
  border: 1px solid rgba(154, 186, 226, 0.66);
  border-radius: 32px;
}

.get-started-label {
  color: var(--google-blue-deep);
  background: rgba(232, 242, 255, 0.9);
  border-color: rgba(26, 115, 232, 0.2);
}

.download-screen-back,
.download-screen-front {
  filter: drop-shadow(0 26px 32px rgba(30, 65, 116, 0.16));
}

.download-screen-front {
  animation: polishPhoneFloat 6.4s ease-in-out -1.4s infinite;
}

.newsletter {
  background:
    radial-gradient(circle at 12% 50%, rgba(26, 115, 232, 0.1), transparent 28%),
    linear-gradient(135deg, #fff, #f7fbff);
}

.newsletter-form {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(160, 190, 228, 0.7);
  box-shadow: 0 12px 30px rgba(31, 76, 132, 0.08);
}

.newsletter-form button {
  background: linear-gradient(135deg, var(--google-blue), var(--mapply-purple));
}

.site-footer {
  --section-accent: var(--mapply-purple);
  background:
    radial-gradient(circle at 88% 10%, rgba(107, 53, 233, 0.08), transparent 30%),
    linear-gradient(180deg, #fff, #f7faff);
  border-radius: 32px;
}

.footer-color-line span:nth-child(1) { background: var(--google-blue); }
.footer-color-line span:nth-child(2) { background: var(--google-red); }
.footer-color-line span:nth-child(3) { background: var(--google-yellow); }
.footer-color-line span:nth-child(4) { background: var(--google-green); }

/* Local Guide profiles: reference-aligned badge and subtle live motion */

.local-guides .guide-grid {
  gap: 20px;
}

.local-guides .guide-profile {
  border-color: rgba(66, 133, 244, 0.2);
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(66, 133, 244, 0.055),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.98);
  box-shadow:
    0 11px 28px rgba(30, 72, 124, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  animation-name: mapplyGuideCardLive;
  animation-duration: 7.2s;
  animation-delay: calc(var(--float-delay, 0) * -1ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}

.local-guides .guide-profile:nth-child(2n) {
  animation-duration: 8.1s;
}

.local-guides .guide-profile:nth-child(3n) {
  animation-duration: 7.7s;
}

.local-guides .guide-profile:hover {
  border-color: rgba(66, 133, 244, 0.38);
  box-shadow:
    0 19px 42px rgba(30, 72, 124, 0.14),
    0 0 0 4px rgba(66, 133, 244, 0.055);
}

.local-guides .guide-avatar-wrap {
  transition: transform 320ms var(--ease-spring);
}

.local-guides .guide-profile:hover .guide-avatar-wrap {
  transform: translateY(-2px) scale(1.025);
}

.local-guides .guide-avatar-wrap .guide-local-badge {
  right: -1px;
  bottom: -1px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  border: 3px solid #ffffff;
  background: #ffffff;
  box-shadow:
    0 6px 15px rgba(35, 65, 107, 0.24),
    0 0 0 1px rgba(66, 133, 244, 0.14);
  animation: mapplyGuideBadgeLive 3.6s ease-in-out infinite;
}

@keyframes mapplyGuideCardLive {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes mapplyGuideBadgeLive {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: saturate(1);
  }

  50% {
    transform: translate3d(0, -1px, 0) scale(1.055);
    filter: saturate(1.08);
  }
}

/* Live business-impact flywheel */

.business-impact-live {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(420px, 0.94fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  margin: 34px 0 30px;
  padding: clamp(28px, 4vw, 52px);
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(66, 133, 244, 0.11),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(52, 168, 83, 0.1),
      transparent 30%
    ),
    linear-gradient(145deg, #ffffff, #f7faff 56%, #fbfff9);
  border: 1px solid rgba(159, 190, 228, 0.62);
  border-radius: 32px;
  box-shadow:
    0 24px 64px rgba(31, 76, 132, 0.105),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.business-impact-live::before {
  position: absolute;
  top: -100px;
  left: 38%;
  width: 270px;
  height: 270px;
  content: "";
  background:
    conic-gradient(
      from 45deg,
      rgba(66, 133, 244, 0.11),
      rgba(234, 67, 53, 0.07),
      rgba(251, 188, 4, 0.1),
      rgba(52, 168, 83, 0.08),
      rgba(66, 133, 244, 0.11)
    );
  border-radius: 50%;
  filter: blur(28px);
  animation: impactAmbientSpin 18s linear infinite;
  pointer-events: none;
}

.business-impact-story,
.impact-map-visual {
  position: relative;
  z-index: 1;
}

.impact-live-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 7px 12px;
  color: var(--google-blue-deep);
  background: rgba(235, 243, 255, 0.9);
  border: 1px solid rgba(66, 133, 244, 0.17);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.impact-live-label img {
  width: 14px;
  height: 14px;
}

.impact-five-stars {
  display: block;
  width: 172px;
  height: auto;
  margin-top: 22px;
  filter: drop-shadow(0 7px 10px rgba(251, 188, 4, 0.2));
  animation: impactStarsBreathe 3.4s ease-in-out infinite;
}

.business-impact-story h3 {
  max-width: 610px;
  margin-top: 18px;
  font-size: clamp(2rem, 3.7vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.business-impact-story h3 span {
  display: block;
  color: transparent;
  background:
    linear-gradient(
      90deg,
      var(--google-blue),
      var(--google-green),
      var(--mapply-purple)
    );
  background-clip: text;
  -webkit-background-clip: text;
}

.business-impact-story > p {
  max-width: 590px;
  margin-top: 20px;
  color: #4d5f7a;
  font-size: 1rem;
  line-height: 1.72;
}

.impact-outcome-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin-top: 26px;
}

.impact-outcome-node {
  --impact-node-accent: var(--google-blue);

  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
  min-height: 116px;
  padding: 15px 9px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(174, 199, 231, 0.62);
  border-radius: 19px;
  box-shadow: 0 10px 24px rgba(31, 76, 132, 0.07);
  transition:
    transform 420ms var(--ease-spring),
    border-color 360ms ease,
    box-shadow 360ms ease,
    background 360ms ease;
}

.impact-outcome-node:nth-child(2) {
  --impact-node-accent: var(--google-green);
}

.impact-outcome-node:nth-child(3) {
  --impact-node-accent: var(--google-yellow);
}

.impact-outcome-node:nth-child(4) {
  --impact-node-accent: var(--google-red);
}

.impact-outcome-node::after {
  position: absolute;
  right: 11px;
  bottom: 9px;
  width: 6px;
  height: 6px;
  content: "";
  color: var(--impact-node-accent);
  background: var(--impact-node-accent);
  border-radius: 50%;
  opacity: 0.34;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--impact-node-accent) 25%, transparent);
  transition: opacity 300ms ease;
}

.impact-outcome-node img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  transition: transform 420ms var(--ease-spring);
}

.impact-outcome-node span {
  color: #1e3455;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.25;
}

.impact-outcome-node.is-live-active {
  transform: translateY(-7px);
  background: #ffffff;
  border-color:
    color-mix(in srgb, var(--impact-node-accent) 46%, #d5e2f2);
  box-shadow:
    0 17px 34px rgba(31, 76, 132, 0.12),
    0 0 0 4px color-mix(in srgb, var(--impact-node-accent) 8%, transparent);
}

.impact-outcome-node.is-live-active::after {
  opacity: 1;
  animation: impactNodePulse 1.6s ease-out infinite;
}

.impact-outcome-node.is-live-active img {
  transform: translateY(-2px) scale(1.08);
}

.impact-context-note {
  display: block;
  max-width: 590px;
  margin-top: 18px;
  color: #71809a;
  font-size: 0.69rem;
  line-height: 1.55;
}

.impact-map-visual {
  min-height: 460px;
  overflow: hidden;
  background:
    linear-gradient(36deg, transparent 48%, rgba(66, 133, 244, 0.07) 49%, rgba(66, 133, 244, 0.07) 51%, transparent 52%) 0 0 / 82px 82px,
    linear-gradient(144deg, transparent 48%, rgba(52, 168, 83, 0.065) 49%, rgba(52, 168, 83, 0.065) 51%, transparent 52%) 0 0 / 96px 96px,
    radial-gradient(circle at 74% 28%, rgba(251, 188, 4, 0.18), transparent 19%),
    #edf6ff;
  border: 1px solid rgba(139, 179, 224, 0.56);
  border-radius: 30px;
  box-shadow:
    0 26px 48px rgba(31, 76, 132, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.impact-map-visual::before,
.impact-map-visual::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.impact-map-visual::before {
  top: 88px;
  right: -55px;
  width: 170px;
  height: 170px;
  background: rgba(251, 188, 4, 0.16);
  animation: impactOrbDrift 7s ease-in-out infinite;
}

.impact-map-visual::after {
  bottom: -55px;
  left: -35px;
  width: 150px;
  height: 150px;
  background: rgba(52, 168, 83, 0.12);
  animation: impactOrbDrift 8.5s ease-in-out -3s infinite reverse;
}

.impact-map-search {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 50px;
  padding: 10px 16px;
  color: #3b4e6a;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(172, 197, 228, 0.65);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(31, 76, 132, 0.1);
  font-size: 0.78rem;
  font-weight: 750;
}

.impact-map-search img {
  width: 26px;
  height: 26px;
}

.impact-map-pin {
  position: absolute;
  top: 90px;
  right: 25%;
  z-index: 3;
  width: 68px;
  height: 82px;
  animation: impactPinFloat 4.2s ease-in-out infinite;
}

.impact-map-pin > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(183, 43, 38, 0.2));
}

.impact-map-pin i {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 17px;
  background: rgba(234, 67, 53, 0.18);
  border-radius: 50%;
  animation: impactPinRipple 2.1s ease-out infinite;
}

.impact-route-line {
  position: absolute;
  top: 174px;
  left: 20%;
  z-index: 1;
  width: 55%;
  height: 90px;
  border-bottom: 3px dashed rgba(107, 53, 233, 0.68);
  border-left: 3px dashed rgba(107, 53, 233, 0.68);
  border-radius: 0 0 0 80px;
  transform: rotate(-7deg);
}

.impact-route-line i {
  position: absolute;
  bottom: -7px;
  left: -7px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 4px solid var(--mapply-purple);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(107, 53, 233, 0.1);
  animation: impactRouteDot 3s ease-in-out infinite;
}

.impact-review-preview {
  position: absolute;
  right: 24px;
  bottom: 25px;
  left: 24px;
  z-index: 6;
  padding: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(165, 191, 223, 0.66);
  border-radius: 24px;
  box-shadow: 0 24px 42px rgba(31, 76, 132, 0.17);
  backdrop-filter: blur(12px);
  animation: impactReviewFloat 6.2s ease-in-out infinite;
}

.impact-review-preview header {
  display: grid;
  grid-template-columns:
    50px
    minmax(0, 1fr)
    18px;
  align-items: center;
  gap: 11px;
}

.impact-review-avatar {
  position: relative;
  width: 50px;
  height: 50px;
}

.impact-review-avatar > img:first-child {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 7px 14px rgba(31, 76, 132, 0.18);
}

.impact-review-avatar > img:last-child {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 21px;
  height: 21px;
  padding: 1px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(31, 76, 132, 0.18);
}

.impact-review-preview header span:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.impact-review-preview header strong {
  overflow: hidden;
  color: #122844;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.impact-review-preview header small {
  color: #71809a;
  font-size: 0.68rem;
}

.impact-review-live-dot {
  width: 14px;
  height: 14px;
}

.impact-review-stars {
  width: 128px;
  height: auto;
  margin-top: 15px;
}

.impact-review-preview > p {
  max-width: 75%;
  margin-top: 8px;
  color: #41536f;
  font-size: 0.75rem;
  line-height: 1.45;
}

.impact-mini-actions {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
}

.impact-mini-actions img {
  width: 34px;
  height: 34px;
  padding: 4px;
  background: #ffffff;
  border: 1px solid rgba(174, 199, 231, 0.68);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(31, 76, 132, 0.1);
}

.impact-mini-actions img + img {
  margin-left: -7px;
}

.impact-signal-card {
  position: absolute;
  top: 100px;
  left: 19px;
  z-index: 5;
  display: grid;
  grid-template-columns:
    48px
    minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 205px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(52, 168, 83, 0.23);
  border-radius: 18px;
  box-shadow: 0 17px 32px rgba(31, 76, 132, 0.12);
  animation: impactSignalFloat 5.2s ease-in-out -1.3s infinite;
}

.impact-signal-card > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.impact-signal-card span {
  display: grid;
  gap: 3px;
}

.impact-signal-card strong {
  color: var(--google-green);
  font-size: 0.74rem;
}

.impact-signal-card small {
  color: #71809a;
  font-size: 0.61rem;
}

.benefit-grid-intro {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 4px 0 22px;
}

.benefit-grid-intro span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 16px;
  color: #233c5e;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(167, 194, 226, 0.65);
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(31, 76, 132, 0.07);
  font-size: 0.79rem;
  font-weight: 840;
  text-align: center;
}

.benefit-card.is-live-active,
.contribution-points article.is-live-active {
  --card-lift: -6px;
  border-color: rgba(66, 133, 244, 0.42);
  box-shadow:
    0 24px 50px rgba(31, 76, 132, 0.145),
    0 0 0 4px rgba(66, 133, 244, 0.055);
}

.benefit-card.is-live-active .benefit-icon,
.contribution-points article.is-live-active .point-icon {
  transform: translateY(-5px) rotate(-3deg) scale(1.06);
  filter: drop-shadow(0 14px 20px rgba(31, 76, 132, 0.18));
}

.contribution-points article {
  transition:
    transform 420ms var(--ease-spring),
    border-color 360ms ease,
    box-shadow 360ms ease,
    background 360ms ease;
}

.contribution-points article.is-live-active {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(238, 246, 255, 0.96)
    );
}

@keyframes impactAmbientSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes impactStarsBreathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 7px 10px rgba(251, 188, 4, 0.2));
  }

  50% {
    transform: translateY(-3px) scale(1.025);
    filter: drop-shadow(0 10px 16px rgba(251, 188, 4, 0.3));
  }
}

@keyframes impactNodePulse {
  0% {
    box-shadow: 0 0 0 0 currentColor;
  }

  100% {
    box-shadow: 0 0 0 12px transparent;
  }
}

@keyframes impactOrbDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-10px, 8px, 0) scale(1.06);
  }
}

@keyframes impactPinFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes impactPinRipple {
  0% {
    opacity: 0.75;
    transform: scale(0.65);
  }

  100% {
    opacity: 0;
    transform: scale(2.3);
  }
}

@keyframes impactRouteDot {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(170px, 0, 0);
  }
}

@keyframes impactReviewFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.3deg);
  }

  50% {
    transform: translateY(-8px) rotate(0.4deg);
  }
}

@keyframes impactSignalFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* Staggered viewport polish */

.js .polish-reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 620ms var(--ease-standard) var(--polish-delay, 0ms),
    transform 720ms var(--ease-spring) var(--polish-delay, 0ms);
}

.js .polish-reveal.is-polish-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Ambient animation */

@keyframes polishPhoneFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes polishPhoneFloatSide {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes polishRewardFloat {
  0%, 100% { translate: 0 0; rotate: -1deg; }
  50% { translate: 0 -9px; rotate: 1deg; }
}

@keyframes polishRouteGlow {
  0%, 100% { filter: drop-shadow(0 0 5px rgba(26, 115, 232, 0.2)); }
  50% { filter: drop-shadow(0 0 13px rgba(26, 115, 232, 0.48)); }
}

.journey-path-progress,
.process-route-line {
  animation: polishRouteGlow 3.2s ease-in-out infinite;
}

/* Responsive */

@media (max-width: 1100px) {
  :root {
    --header-height: 66px;
  }

  html body .site-header[data-site-header] .header-inner {
    width: min(calc(100% - 22px), var(--page-width));
    min-height: var(--header-height) !important;
    padding: 7px 0 !important;
  }

  .primary-navigation {
    top: calc(var(--header-height) + 10px);
    right: 11px;
    left: 11px;
    background: rgba(255, 255, 255, 0.975);
    border-color: rgba(160, 190, 228, 0.76);
    box-shadow: 0 22px 58px rgba(31, 76, 132, 0.17);
    backdrop-filter: blur(18px);
  }

  .primary-navigation a {
    padding: 13px 14px !important;
    border-radius: 13px;
  }

  .primary-navigation a:hover,
  .primary-navigation a.is-active {
    background: #eef5ff;
  }

  .card {
    border-radius: 29px;
  }

  .business-impact-live {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  :root {
    --header-height: 64px;
  }

  .page-shell {
    width: min(calc(100% - 18px), var(--page-width));
    padding-top: calc(var(--header-height) + 18px) !important;
  }

  html body .site-header[data-site-header] .header-inner {
    width: calc(100% - 18px);
  }

  .header-cta {
    width: 46px;
    min-width: 46px;
    padding: 0 !important;
  }

  .hero {
    padding: 34px 24px 28px;
  }

  .hero-top-layout {
    gap: 26px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-eyebrow,
  .hero-stars,
  .hero-actions,
  .hero-platform-badges {
    margin-inline: auto;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-journey-v26 {
    margin-top: 30px;
    border-radius: 24px;
  }

  .screen-track {
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .benefit-card {
    min-height: 0;
  }

  .business-impact-live {
    padding: 28px;
    border-radius: 26px;
  }

  .impact-outcome-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-outcome-node {
    min-height: 104px;
  }
}

@media (max-width: 600px) {
  :root {
    --header-height: 60px;
  }

  html body .site-header[data-site-header] .header-inner {
    min-height: var(--header-height) !important;
  }

  .brand-logo {
    width: 34px !important;
  }

  .brand-copy strong {
    font-size: 1.03rem !important;
  }

  .nav-toggle,
  .header-cta {
    width: 42px;
    min-width: 42px;
    min-height: 42px !important;
  }

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

  .card,
  .get-started,
  .site-footer {
    margin-bottom: 20px;
    border-radius: 22px;
    box-shadow:
      inset 0 3px 0 color-mix(in srgb, var(--section-accent) 68%, transparent),
      0 16px 42px rgba(30, 79, 137, 0.1);
  }

  .hero {
    padding: 26px 18px 22px;
  }

  .hero h1 {
    font-size: clamp(2.28rem, 11vw, 3.1rem);
  }

  .hero-stars {
    width: 100%;
    border-radius: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-platform-badges {
    justify-content: center;
  }

  .section-heading h2 {
    font-size: clamp(1.92rem, 9vw, 2.65rem);
  }

  .business-impact-live {
    gap: 24px;
    margin-top: 24px;
    padding: 20px;
    border-radius: 22px;
  }

  .business-impact-story h3 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .business-impact-story > p {
    font-size: 0.92rem;
  }

  .impact-outcome-flow {
    gap: 9px;
  }

  .impact-outcome-node {
    min-height: 98px;
    padding: 12px 8px;
  }

  .impact-outcome-node img {
    width: 36px;
    height: 36px;
  }

  .impact-map-visual {
    min-height: 430px;
    border-radius: 22px;
  }

  .impact-map-search {
    font-size: 0.69rem;
  }

  .impact-signal-card {
    top: 92px;
    min-width: 188px;
  }

  .impact-map-pin {
    right: 13%;
  }

  .impact-route-line {
    left: 14%;
    width: 63%;
  }

  .impact-review-preview {
    right: 14px;
    bottom: 16px;
    left: 14px;
    padding: 17px;
  }

  .impact-review-preview > p {
    max-width: 68%;
  }

  .local-guides .guide-grid {
    gap: 16px;
  }

  .local-guides .guide-avatar-wrap .guide-local-badge {
    right: -1px;
    bottom: -1px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
  }

  .journey-stage-label {
    box-shadow: 0 9px 24px rgba(30, 75, 130, 0.08);
  }

  .app-screen-card:not(.is-center) {
    opacity: 0.48;
  }

  .footer-main {
    gap: 30px;
  }
}

@media (max-width: 410px) {
  .brand-copy small {
    display: none;
  }

  .hero {
    padding-inline: 15px;
  }

  .hero h1 {
    font-size: clamp(2.08rem, 10.7vw, 2.65rem);
  }

  .hero-lead {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .section-kicker {
    max-width: 100%;
    letter-spacing: 0.06em;
  }

  .gallery-arrow {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone,
  .hero-amazon-card,
  .download-screen-front,
  .journey-path-progress,
  .process-route-line,
  .guide-profile,
  .guide-local-badge,
  .business-impact-live::before,
  .impact-five-stars,
  .impact-outcome-node::after,
  .impact-map-visual::before,
  .impact-map-visual::after,
  .impact-map-pin,
  .impact-map-pin i,
  .impact-route-line i,
  .impact-review-preview,
  .impact-signal-card {
    animation: none !important;
  }

  .js .polish-reveal {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   MAPPLY 2.8 — BUSINESS-FIRST NETWORK EXPERIENCE
   ========================================================= */

.business-network {
  --section-accent: var(--reward-gold);
}

.mapply-v28 .hero h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 4vw, 4.55rem);
}

.mapply-v28 .hero h1 .blue {
  color: var(--google-blue);
}

.mapply-v28 .hero h1 .green {
  color: var(--google-green);
}

.hero-business-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 710px;
  margin-top: 24px;
}

.hero-business-proof > span {
  position: relative;
  min-width: 0;
  padding: 14px 15px 13px 17px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(164, 191, 225, 0.62);
  border-radius: 17px;
  box-shadow: 0 12px 28px rgba(31, 76, 132, 0.08);
}

.hero-business-proof > span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: var(--google-blue);
}

.hero-business-proof > span:nth-child(2)::before {
  background: var(--reward-gold);
}

.hero-business-proof > span:nth-child(3)::before {
  background: var(--google-green);
}

.hero-business-proof strong,
.hero-business-proof small {
  display: block;
}

.hero-business-proof strong {
  color: var(--polish-ink);
  font-size: 0.98rem;
  line-height: 1.2;
}

.hero-business-proof small {
  margin-top: 4px;
  color: var(--polish-muted);
  font-size: 0.65rem;
  font-weight: 750;
  line-height: 1.35;
}

.hero-network-signal {
  position: absolute;
  z-index: 18;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(165, 191, 223, 0.7);
  border-radius: 17px;
  box-shadow: 0 16px 36px rgba(31, 76, 132, 0.14);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.hero-network-signal-guides {
  top: 2%;
  left: -4%;
  animation: networkSignalFloat 5.8s ease-in-out infinite;
}

.hero-network-signal-maps {
  right: -2%;
  bottom: 33%;
  animation: networkSignalFloat 6.4s ease-in-out -2.1s infinite reverse;
}

.hero-network-signal > img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.hero-network-signal strong,
.hero-network-signal small {
  display: block;
  white-space: nowrap;
}

.hero-network-signal strong {
  color: var(--polish-ink);
  font-size: 0.74rem;
}

.hero-network-signal small {
  margin-top: 2px;
  color: var(--google-green);
  font-size: 0.59rem;
  font-weight: 800;
}

.hero-network-avatars {
  display: flex;
  padding-left: 8px;
}

.hero-network-avatars img {
  width: 33px;
  height: 33px;
  margin-left: -8px;
  object-fit: cover;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(31, 76, 132, 0.16);
}

/* New connected community section */

.business-network {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(251, 188, 4, 0.12), transparent 25%),
    radial-gradient(circle at 86% 82%, rgba(52, 168, 83, 0.09), transparent 27%),
    radial-gradient(circle at 50% 50%, rgba(26, 115, 232, 0.045), transparent 45%),
    linear-gradient(145deg, #ffffff, #f8fbff 58%, #fffdf6);
}

.network-live-decoration .network-star-one {
  top: 9%;
  left: 5%;
}

.network-live-decoration .network-star-two {
  top: 18%;
  right: 6%;
  animation-delay: -2s;
}

.network-live-decoration .network-star-three {
  right: 10%;
  bottom: 7%;
  animation-delay: -4s;
}

.business-network-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(500px, 1.08fr) minmax(400px, 0.92fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
}

.network-orbit-stage {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background:
    linear-gradient(36deg, transparent 48%, rgba(66, 133, 244, 0.055) 49%, rgba(66, 133, 244, 0.055) 51%, transparent 52%) 0 0 / 82px 82px,
    linear-gradient(144deg, transparent 48%, rgba(52, 168, 83, 0.05) 49%, rgba(52, 168, 83, 0.05) 51%, transparent 52%) 0 0 / 96px 96px,
    radial-gradient(circle at center, rgba(251, 188, 4, 0.15), transparent 24%),
    linear-gradient(145deg, #eef7ff, #fbfdff 55%, #f8fff9);
  border: 1px solid rgba(155, 187, 225, 0.66);
  border-radius: 34px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 28px 65px rgba(31, 76, 132, 0.12);
  isolation: isolate;
}

.network-orbit-stage::before,
.network-orbit-stage::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.network-orbit-stage::before {
  top: -70px;
  right: -50px;
  width: 190px;
  height: 190px;
  background: rgba(26, 115, 232, 0.1);
}

.network-orbit-stage::after {
  bottom: -70px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: rgba(52, 168, 83, 0.1);
}

.network-route-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  border: 2px dashed rgba(26, 115, 232, 0.26);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: networkRingSpin 30s linear infinite;
}

.network-route-ring-one {
  width: 76%;
  height: 76%;
}

.network-route-ring-two {
  width: 52%;
  height: 52%;
  border-color: rgba(249, 171, 0, 0.35);
  animation-duration: 23s;
  animation-direction: reverse;
}

.network-business-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  display: grid;
  justify-items: center;
  width: min(270px, 43%);
  padding: 24px 20px 19px;
  text-align: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(150, 183, 223, 0.7);
  border-radius: 26px;
  box-shadow:
    0 24px 52px rgba(31, 76, 132, 0.18),
    0 0 0 9px rgba(255, 255, 255, 0.6),
    0 0 0 11px rgba(251, 188, 4, 0.1);
  transform: translate(-50%, -50%);
  animation: networkCoreBreathe 4s ease-in-out infinite;
}

.network-business-pin {
  position: absolute;
  top: -34px;
  right: -19px;
  width: 58px;
  filter: drop-shadow(0 10px 12px rgba(234, 67, 53, 0.2));
  animation: impactPinFloat 4.2s ease-in-out infinite;
}

.network-business-pin img,
.network-maps-icon,
.network-core-stars {
  display: block;
}

.network-business-pin img {
  width: 100%;
}

.network-maps-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.network-business-core > span:not(.network-business-pin):not(.network-core-status) {
  margin-top: 10px;
}

.network-business-core small,
.network-business-core strong {
  display: block;
}

.network-business-core small {
  color: var(--polish-muted);
  font-size: 0.65rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.network-business-core strong {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.25;
}

.network-core-stars {
  width: 148px;
  margin-top: 13px;
  filter: drop-shadow(0 6px 8px rgba(249, 171, 0, 0.18));
}

.network-core-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  padding: 7px 10px;
  color: #168344;
  background: #effbf3;
  border: 1px solid rgba(52, 168, 83, 0.2);
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 850;
}

.network-core-status i,
.network-story-label i,
.guide-network-livebar i,
.network-live-ticker i {
  width: 8px;
  height: 8px;
  background: #22b761;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(34, 183, 97, 0.12);
  animation: networkLiveDot 1.9s ease-out infinite;
}

.network-guide-node {
  position: absolute;
  z-index: 7;
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  filter: drop-shadow(0 12px 17px rgba(31, 76, 132, 0.16));
  transition: transform 420ms var(--ease-spring), filter 320ms ease;
  animation: networkGuideFloat 5.6s ease-in-out infinite;
}

.network-guide-node > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(144, 179, 220, 0.72);
}

.network-guide-node > img:last-child {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 32px;
  height: 32px;
  object-fit: contain;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(31, 76, 132, 0.2);
}

.network-guide-node.is-network-active {
  z-index: 9;
  filter: drop-shadow(0 16px 22px rgba(249, 171, 0, 0.3));
  transform: translateY(-7px) scale(1.09);
}

.network-guide-node.is-network-active::after {
  position: absolute;
  inset: -8px;
  z-index: -1;
  content: "";
  border: 3px solid rgba(249, 171, 0, 0.42);
  border-radius: 50%;
  animation: networkGuidePulse 1.7s ease-out infinite;
}

.network-guide-one { top: 9%; left: 17%; }
.network-guide-two { top: 7%; right: 18%; animation-delay: -1s; }
.network-guide-three { top: 41%; right: 5%; animation-delay: -2s; }
.network-guide-four { right: 17%; bottom: 7%; animation-delay: -3s; }
.network-guide-five { bottom: 8%; left: 17%; animation-delay: -4s; }
.network-guide-six { top: 42%; left: 5%; animation-delay: -5s; }

.network-route-traveller {
  position: absolute;
  top: 45%;
  left: 11%;
  z-index: 6;
  width: 66px;
  offset-path: path("M 0 0 C 90 -180 320 -210 445 -25 C 540 115 400 255 215 210 C 80 175 -15 90 0 0");
  offset-rotate: auto;
  animation: networkTravellerRoute 13s linear infinite;
}

.network-route-traveller img {
  width: 100%;
  filter: drop-shadow(0 12px 12px rgba(31, 76, 132, 0.18));
}

.network-signal {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #263d60;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(161, 189, 224, 0.66);
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(31, 76, 132, 0.11);
  font-size: 0.65rem;
  font-weight: 800;
  animation: networkSignalFloat 5s ease-in-out infinite;
}

.network-signal img {
  width: 26px;
  height: 26px;
}

.network-signal-review {
  top: 25%;
  left: 3%;
}

.network-signal-photo {
  right: 3%;
  bottom: 23%;
  animation-delay: -2.5s;
}

.network-story-panel {
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(164, 191, 225, 0.62);
  border-radius: 30px;
  box-shadow: 0 22px 52px rgba(31, 76, 132, 0.1);
}

.network-story-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  color: #168344;
  background: #f1fbf4;
  border: 1px solid rgba(52, 168, 83, 0.2);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.network-story-panel > h3 {
  margin-top: 20px;
  font-size: clamp(1.85rem, 3vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.network-story-panel > h3 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--google-blue), var(--google-green));
  background-clip: text;
  -webkit-background-clip: text;
}

.network-story-steps {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.network-story-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 35px 44px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 78px;
  padding: 11px 13px;
  background: #ffffff;
  border: 1px solid rgba(177, 201, 230, 0.66);
  border-radius: 17px;
  box-shadow: 0 9px 22px rgba(31, 76, 132, 0.06);
  transition: transform 360ms var(--ease-spring), border-color 300ms ease, box-shadow 300ms ease;
}

.network-story-steps article > span {
  color: #b6cceb;
  font-size: 0.8rem;
  font-weight: 900;
}

.network-story-steps article > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.network-story-steps p,
.network-story-steps strong,
.network-story-steps small {
  display: block;
  margin: 0;
}

.network-story-steps strong {
  font-size: 0.8rem;
}

.network-story-steps small {
  margin-top: 4px;
  color: var(--polish-muted);
  font-size: 0.66rem;
  line-height: 1.4;
}

.network-story-steps article.is-network-active {
  z-index: 2;
  border-color: rgba(249, 171, 0, 0.46);
  box-shadow:
    0 15px 30px rgba(31, 76, 132, 0.1),
    0 0 0 4px rgba(251, 188, 4, 0.08);
  transform: translateX(7px);
}

.network-story-steps article.is-network-active > span {
  color: var(--reward-gold);
}

.network-win-win {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.network-win-win > span {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  min-height: 70px;
  padding: 10px;
  background: #f7fbff;
  border: 1px solid rgba(170, 198, 230, 0.62);
  border-radius: 16px;
}

.network-win-win img {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.network-win-win strong,
.network-win-win small {
  display: block;
}

.network-win-win strong {
  font-size: 0.71rem;
}

.network-win-win small {
  margin-top: 3px;
  color: var(--polish-muted);
  font-size: 0.58rem;
  line-height: 1.35;
}

.network-win-win > i {
  color: var(--reward-gold);
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 900;
}

.network-live-ticker {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  margin-top: 22px;
  padding: 12px 17px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(164, 191, 225, 0.66);
  border-radius: 19px;
  box-shadow: 0 13px 30px rgba(31, 76, 132, 0.08);
}

.network-live-ticker > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #168344;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.network-live-ticker strong {
  color: var(--polish-ink);
  font-size: 0.78rem;
  text-align: center;
}

.network-live-ticker small {
  color: var(--polish-muted);
  font-size: 0.61rem;
  font-weight: 750;
  text-align: right;
}

/* Gold-rating consistency and active contributor cards */

.mapply-v28 .section-floating-star,
.mapply-v28 .background-floating-star,
.mapply-v28 .cta-star,
.mapply-v28 .footer-star,
.mapply-v28 .features-floating-star,
.mapply-v28 .step-floating-star {
  filter: drop-shadow(0 8px 12px rgba(249, 171, 0, 0.2));
}

.guide-network-livebar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  margin: -16px 0 24px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #ffffff, #fffaf0);
  border: 1px solid rgba(249, 171, 0, 0.28);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(124, 83, 0, 0.08);
}

.guide-network-livebar > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #168344;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.guide-network-livebar strong {
  font-size: 0.82rem;
  text-align: center;
}

.guide-network-livebar small {
  color: var(--polish-muted);
  font-size: 0.62rem;
  font-weight: 750;
  text-align: right;
}

.local-guides .guide-profile::before {
  position: absolute;
  top: -10px;
  left: 18px;
  z-index: 6;
  padding: 5px 9px;
  content: "Live contributor";
  color: #966000;
  background: #fff8df;
  border: 1px solid rgba(249, 171, 0, 0.28);
  border-radius: 999px;
  box-shadow: 0 7px 16px rgba(124, 83, 0, 0.1);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(5px) scale(0.94);
  transition: opacity 300ms ease, transform 320ms var(--ease-spring);
}

.local-guides .guide-profile.is-guide-live {
  z-index: 4;
  border-color: rgba(249, 171, 0, 0.5);
  box-shadow:
    0 19px 42px rgba(30, 72, 124, 0.14),
    0 0 0 5px rgba(251, 188, 4, 0.08);
}

.local-guides .guide-profile.is-guide-live::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.local-guides .guide-profile.is-guide-live .guide-local-badge {
  box-shadow:
    0 8px 18px rgba(35, 65, 107, 0.24),
    0 0 0 5px rgba(251, 188, 4, 0.14);
  transform: scale(1.08);
}

.impact-example-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
}

.impact-example-metrics > span {
  padding: 12px 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(170, 198, 230, 0.66);
  border-radius: 16px;
  box-shadow: 0 9px 20px rgba(31, 76, 132, 0.06);
}

.impact-example-metrics strong,
.impact-example-metrics small {
  display: block;
}

.impact-example-metrics strong {
  color: var(--polish-ink);
  font-size: 1rem;
}

.impact-example-metrics strong i {
  color: var(--reward-gold);
  font-style: normal;
}

.impact-example-metrics small {
  margin-top: 4px;
  color: var(--polish-muted);
  font-size: 0.59rem;
  font-weight: 750;
  line-height: 1.3;
}

@keyframes networkSignalFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}

@keyframes networkRingSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes networkCoreBreathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.018); }
}

@keyframes networkGuideFloat {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -7px; }
}

@keyframes networkGuidePulse {
  0% { opacity: 0.9; transform: scale(0.9); }
  100% { opacity: 0; transform: scale(1.3); }
}

@keyframes networkTravellerRoute {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

@keyframes networkLiveDot {
  0% { box-shadow: 0 0 0 0 rgba(34, 183, 97, 0.3); }
  100% { box-shadow: 0 0 0 9px rgba(34, 183, 97, 0); }
}

@media (max-width: 1120px) {
  .hero-network-signal-guides {
    left: 0;
  }

  .hero-network-signal-maps {
    right: 0;
  }

  .business-network-layout {
    grid-template-columns: 1fr;
  }

  .network-orbit-stage {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .network-story-panel {
    width: min(760px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .hero-business-proof {
    margin-inline: auto;
  }

  .hero-network-signal-guides {
    top: 4%;
    left: 2%;
  }

  .hero-network-signal-maps {
    right: 2%;
    bottom: 30%;
  }

  .network-live-ticker,
  .guide-network-livebar {
    grid-template-columns: 1fr;
    gap: 7px;
    text-align: center;
  }

  .network-live-ticker > span,
  .guide-network-livebar > span {
    justify-content: center;
  }

  .network-live-ticker small,
  .guide-network-livebar small {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .mapply-v28 .hero h1 {
    font-size: clamp(2.1rem, 10.2vw, 2.9rem);
  }

  .hero-business-proof {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-business-proof > span {
    text-align: left;
  }

  .hero-network-signal {
    min-height: 46px;
    padding: 7px 9px;
    border-radius: 14px;
  }

  .hero-network-signal-guides {
    top: 0;
    left: -3%;
  }

  .hero-network-signal-maps {
    right: -3%;
    bottom: 27%;
  }

  .hero-network-signal > img {
    width: 28px;
    height: 28px;
  }

  .hero-network-signal strong {
    font-size: 0.64rem;
  }

  .hero-network-signal small {
    font-size: 0.52rem;
  }

  .hero-network-avatars img {
    width: 28px;
    height: 28px;
  }

  .business-network-layout {
    gap: 20px;
  }

  .network-orbit-stage {
    min-height: 410px;
    border-radius: 23px;
  }

  .network-business-core {
    width: min(210px, 52%);
    padding: 19px 12px 14px;
    border-radius: 20px;
  }

  .network-business-pin {
    top: -25px;
    right: -15px;
    width: 46px;
  }

  .network-maps-icon {
    width: 38px;
    height: 38px;
  }

  .network-business-core strong {
    font-size: 0.78rem;
  }

  .network-core-stars {
    width: 112px;
  }

  .network-core-status {
    font-size: 0.52rem;
  }

  .network-guide-node {
    width: 54px;
    height: 54px;
  }

  .network-guide-node > img:last-child {
    width: 24px;
    height: 24px;
  }

  .network-guide-one { top: 8%; left: 15%; }
  .network-guide-two { top: 8%; right: 15%; }
  .network-guide-three { top: 43%; right: 3%; }
  .network-guide-four { right: 15%; bottom: 7%; }
  .network-guide-five { bottom: 7%; left: 15%; }
  .network-guide-six { top: 43%; left: 3%; }

  .network-signal {
    display: none;
  }

  .network-route-traveller {
    width: 46px;
    animation-duration: 11s;
  }

  .network-story-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .network-story-panel > h3 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .network-story-steps article {
    grid-template-columns: 28px 38px minmax(0, 1fr);
    gap: 8px;
    min-height: 76px;
  }

  .network-story-steps article > img {
    width: 34px;
    height: 34px;
  }

  .network-story-steps article.is-network-active {
    transform: translateY(-3px);
  }

  .network-win-win {
    grid-template-columns: 1fr;
  }

  .network-win-win > i {
    justify-self: center;
    line-height: 0.7;
  }

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

  .guide-network-livebar {
    margin-top: -8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-network-signal,
  .network-route-ring,
  .network-business-core,
  .network-business-pin,
  .network-guide-node,
  .network-guide-node::after,
  .network-route-traveller,
  .network-signal,
  .network-core-status i,
  .network-story-label i,
  .guide-network-livebar i,
  .network-live-ticker i {
    animation: none !important;
  }
}
