/* LoyaBuzz editorial system — public homepage only.
   A disciplined final layer: white canvas, high contrast, intentional accents. */

:root {
  --award-ink: #071d31;
  --award-muted: #607381;
  --award-line: #dce7eb;
  --award-blue: #1DA1F2;
  --award-orange: #FF8A00;
  --award-purple: #1DA1F2;
}

body { background: #fff; }
main { overflow: clip; }
.section { padding: clamp(96px, 10vw, 150px) 0; }
.container { width: min(1240px, calc(100% - 56px)); }

/* Navigation */
.site-header { height: 96px; padding: 0; background: #fff !important; }
.nav-wrap {
  width: min(1240px, calc(100% - 56px));
  min-height: 96px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ios-wordmark { width: 190px; }
#main-nav { gap: 30px; }
#main-nav a:not(.nav-cta) { color: #546674; font-size: .84rem; }
#main-nav a:not(.nav-cta)::after { bottom: -10px; }
.nav-cta {
  padding: 13px 21px;
  border-radius: 13px;
  background: var(--award-ink);
  box-shadow: none;
}

/* Hero */
.hero {
  min-height: 790px;
  padding: 126px 0 60px;
  background:
    radial-gradient(circle at 8% 15%, rgba(4,155,209,.11), transparent 27%),
    radial-gradient(circle at 92% 12%, rgba(255,175,46,.13), transparent 27%),
    radial-gradient(circle at 77% 95%, rgba(118,92,166,.10), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfdfe 60%, #f6fafc 100%);
  border-bottom: 1px solid rgba(6,113,150,.08);
}
.hero::after,
.hero-glow,
.hero-spark,
.hero .hero-grid::before,
.hero .hero-grid::after,
.hero .orbit { display: none; }

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 96px 0 0;
  pointer-events: none;
  opacity: .42;
  background:
    radial-gradient(circle at 9% 21%, rgba(6,113,150,.55) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 42%, rgba(118,92,166,.48) 0 2px, transparent 3px),
    radial-gradient(circle at 31% 17%, rgba(255,175,46,.58) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 22%, rgba(6,113,150,.48) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 36%, rgba(118,92,166,.48) 0 2px, transparent 3px),
    radial-gradient(circle at 94% 16%, rgba(255,175,46,.58) 0 2px, transparent 3px),
    linear-gradient(30deg, transparent 49.86%, rgba(6,113,150,.075) 50%, transparent 50.14%),
    linear-gradient(150deg, transparent 49.86%, rgba(118,92,166,.065) 50%, transparent 50.14%);
  background-size: auto, auto, auto, auto, auto, auto, 94px 94px, 118px 118px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 15%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 15%, transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 36%;
  display: block;
  width: min(720px, 60vw);
  height: min(420px, 34vw);
  border-radius: 50%;
  background: conic-gradient(from 45deg, rgba(4,155,209,.42), rgba(118,92,166,.34), rgba(255,175,46,.38), rgba(4,155,209,.42));
  filter: blur(90px);
  opacity: .12;
  transform: translate(-50%, -50%) rotate(0deg);
  pointer-events: none;
  animation: ai-ambient-shift 14s ease-in-out infinite alternate;
}

.hero .hero-grid { z-index: 1; }

.hero-ai-network {
  position: absolute;
  z-index: 0;
  inset: 96px 0 0;
  width: 100%;
  height: calc(100% - 96px);
  pointer-events: none;
  opacity: .34;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 62%, #000);
  mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 62%, #000);
}
.hero-ai-network .network-paths path {
  fill: none;
  stroke: #72b6ca;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-ai-network .network-paths path:nth-child(2) { stroke: #9d87c1; }
.hero-ai-network .network-paths path:nth-child(3) { stroke: #e7b75f; stroke-dasharray: 4 9; }
.hero-ai-network .network-nodes circle {
  fill: #fff;
  stroke: #067196;
  stroke-width: 2.5;
}
.hero-ai-network .network-nodes circle:nth-child(3n+2) { stroke: #765ca6; }
.hero-ai-network .network-nodes circle:nth-child(3n) { stroke: #ffaf2e; }
.hero-ai-network .network-signals path {
  fill: none;
  stroke: #ffaf2e;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-dasharray: 7 22;
  animation: network-signal 8s linear infinite;
}
.hero-ai-network .network-signals path:nth-child(2) { stroke: #765ca6; animation-delay: -4s; }

@keyframes network-signal { to { stroke-dashoffset: -116; } }

@keyframes ai-ambient-shift {
  0% { transform: translate(-54%, -52%) rotate(-7deg) scale(.94); }
  100% { transform: translate(-46%, -46%) rotate(9deg) scale(1.08); }
}

.hero .hero-grid {
  width: min(1240px, calc(100% - 56px));
  min-height: 650px;
  padding: 20px 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-template-columns: 1fr;
  gap: 0;
  place-items: center;
}

.hero .hero-copy {
  z-index: 3;
  width: min(820px, 100%);
  max-width: 820px;
  padding: 35px 0 76px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: center;
}
.hero .eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--award-blue);
  background: transparent;
  box-shadow: none;
}
.hero .eyebrow i { width: 8px; height: 8px; box-shadow: 0 0 0 6px rgba(255,175,46,.14); }

.hero .hero-copy h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin: 30px 0 28px;
  color: var(--award-ink);
  font-size: clamp(4.2rem, 5.5vw, 5.8rem);
  line-height: .9;
  letter-spacing: -.079em;
}
.hero .hero-copy h1 > span,
.hero .hero-copy h1 > em { white-space: nowrap; }
.hero .hero-copy h1 em {
  display: inline-block;
  color: var(--award-blue);
  font-style: normal;
}
.hero .hero-copy h1 em::after {
  content: "";
  display: inline-block;
  width: .18em;
  height: .18em;
  margin-left: .08em;
  border-radius: 50%;
  background: var(--award-orange);
  vertical-align: .08em;
}
.hero .hero-copy > p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: var(--award-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}
.hero .hero-actions { justify-content: center; margin: 35px 0 0; }
.hero-store-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 60px;
  align-items: center;
  gap: 12px;
  padding: 10px 17px;
  border: 1px solid #102d42;
  border-radius: 14px;
  color: #fff;
  background: var(--award-ink);
  box-shadow: 0 13px 30px rgba(7,29,49,.15);
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.hero-store-button:hover {
  transform: translateY(-3px);
  background: var(--award-blue);
  box-shadow: 0 18px 36px rgba(6,113,150,.22);
}
.hero-store-button > span {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  font-size: 1.55rem;
  line-height: 1;
}
.hero-store-button .play-store-icon { font-size: 0; }
.play-store-icon svg {
  display: block;
  width: 23px;
  height: 27px;
  overflow: visible;
}
.promo-message .check-list li > .ready-arrow svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.download-card .store-buttons .play-store-icon {
  display: grid;
  width: 28px;
  height: 30px;
  place-items: center;
  font-size: 0;
}
.hero-store-button small,
.hero-store-button strong { display: block; line-height: 1.08; }
.hero-store-button small { font-size: .59rem; font-weight: 500; }
.hero-store-button strong {
  margin-top: 3px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  letter-spacing: -.02em;
}
.hero .hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 4;
  width: min(1080px, calc(100vw - 80px));
  margin: 68px 0 0 50%;
  padding-top: 0;
  border-top: 0;
  transform: translateX(-50%);
  text-align: left;
}
.hero .hero-proof article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  min-width: 0;
  padding: 20px;
  border: 0;
  border-radius: 2px;
  background: rgba(255,255,255,.18);
  box-shadow: 0 14px 32px rgba(15,55,79,.12);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  animation: heroBenefitIn .72s cubic-bezier(.2,.72,.25,1) both;
}
.hero .hero-proof article:nth-child(1) { animation-delay: .55s; }
.hero .hero-proof article:nth-child(2) { animation-delay: .78s; }
.hero .hero-proof article:nth-child(3) { animation-delay: 1.01s; }
@keyframes heroBenefitIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero .hero-proof article:first-child,
.hero .hero-proof article:last-child { padding: 20px; border: 0; }

@media (prefers-reduced-motion: reduce) {
  .hero .hero-proof article { animation: none; }
}

/* Keep the checkout consent control aligned across Safari and mobile browsers. */
.promogen-dialog .consent-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  padding: 0;
  cursor: pointer;
}
.promogen-dialog .consent-row input[type="checkbox"] {
  position: absolute;
  width: 1px;
  min-width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.promogen-dialog .consent-row .consent-check {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid #8a98a3;
  border-radius: 6px;
  background: #fff;
  color: #fff;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.promogen-dialog .consent-row .consent-check svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}
.promogen-dialog .consent-row input:checked + .consent-check {
  border-color: var(--award-blue);
  background: var(--award-blue);
}
.promogen-dialog .consent-row input:checked + .consent-check svg { opacity: 1; }
.promogen-dialog .consent-row input:focus-visible + .consent-check {
  box-shadow: 0 0 0 4px rgba(6,113,150,.18);
}
.promogen-dialog .consent-row .consent-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.5;
}
.hero .hero-proof article > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-style: normal;
  font-weight: 800;
}
.hero .hero-proof .proof-ai { background: var(--award-orange); }
.hero .hero-proof .proof-cash { background: var(--award-blue); }
.hero .hero-proof .proof-deals { background: var(--award-purple); }
.hero .hero-proof .proof-deals svg { width: 21px; height: 21px; }
.hero .hero-proof .proof-deals path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero .hero-proof article span,
.hero .hero-proof article strong,
.hero .hero-proof article small { display: block; }
.hero .hero-proof article strong {
  color: var(--award-ink);
  font: 800 .94rem/1.3 Manrope, sans-serif;
  letter-spacing: -.02em;
}
.hero .hero-proof article small {
  margin-top: 5px;
  color: var(--award-muted);
  font-size: .76rem;
  line-height: 1.45;
}

.hero-growth-art {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: auto;
  bottom: -292px;
  width: min(1120px, 98%);
  opacity: .48;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 24%, #000 52%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 24%, #000 52%, #000 100%);
  pointer-events: none;
}
.hero-growth-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -10% -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.28), rgba(242,237,249,.22) 48%, transparent 72%);
}
.hero-growth-art svg { display: block; width: 100%; height: auto; overflow: visible; }
.hero-growth-art .growth-grid path { fill: none; stroke: #cfe0e6; stroke-width: 1; stroke-dasharray: 4 9; }
.hero-growth-art .growth-area { fill: url(#growthArea); }
.hero-growth-art .growth-bars rect { fill: #067196; opacity: .12; }
.hero-growth-art .growth-bars rect:nth-child(2) { opacity: .17; }
.hero-growth-art .growth-bars rect:nth-child(3) { opacity: .22; }
.hero-growth-art .growth-bars rect:nth-child(4) { fill: #765ca6; opacity: .25; }
.hero-growth-art .growth-bars rect:nth-child(5) { fill: #ffaf2e; opacity: .36; }
.hero-growth-art .growth-bars rect:nth-child(6) { fill: #ffaf2e; opacity: .62; }
.hero-growth-art .growth-line { fill: none; stroke: url(#growthLine); stroke-width: 7; stroke-linecap: round; filter: drop-shadow(0 8px 12px rgba(6,113,150,.16)); }
.hero-growth-art .growth-points circle { fill: #fff; stroke: #067196; stroke-width: 5; }
.hero-growth-art .growth-points circle:last-child { stroke: #ffaf2e; }
.growth-label {
  position: absolute;
  left: 8%;
  top: 1%;
  color: var(--award-ink);
  font: 800 .72rem Manrope, sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.growth-badge {
  position: absolute;
  right: 1%;
  bottom: 3%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px 9px 9px;
  border: 1px solid var(--award-line);
  border-radius: 13px;
  color: var(--award-ink);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(7,29,49,.1);
  font-size: .73rem;
  font-weight: 800;
}
.growth-badge img { width: 28px; height: 28px; border-radius: 8px; }
.growth-label,
.growth-badge { display: none; }

.hero .merchant-hero-visual {
  height: 610px;
  padding: 0 0 90px;
}
.hero .merchant-hero-visual::before {
  inset: 1% -7% 9% 2%;
  border-radius: 48% 52% 44% 56%;
  background: linear-gradient(145deg, #dff4fa, #f2edf9 58%, #fff0d4);
  opacity: 1;
}
.hero .merchant-hero-visual::after {
  right: -18px;
  top: 7%;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--award-orange);
}
.hero .merchant-hero-photo {
  width: min(560px, 100%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(7,29,49,.18);
  transform: none;
}
.hero .photo-brand { right: 0; bottom: 86px; border-radius: 14px; }
.hero .hero-benefits { bottom: 0; gap: 8px; }
.hero .float-card {
  border: 1px solid var(--award-line);
  border-bottom-width: 1px !important;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7,29,49,.09);
}

/* PromoGen — the single dramatic conversion moment */
.promogen-section {
  margin: 0;
  padding: clamp(105px, 11vw, 165px) 0;
  border-radius: 0;
  background: var(--award-ink) !important;
  box-shadow: none;
}
.promogen-section::before {
  opacity: .08;
  border-radius: 0;
  background-size: 72px 72px;
}
.promogen-section::after { opacity: .12; }
.promo-layout { gap: clamp(62px, 8vw, 110px); }
.promo-gallery-studio {
  padding: 22px;
  border-color: rgba(255,255,255,.14);
  border-radius: 22px;
  background: #102a3d;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.promo-gallery figure { border-width: 3px; border-radius: 13px; }
.promo-message h2 { font-size: clamp(3.4rem, 5.8vw, 6rem); }
.promo-message .check-list li {
  border-color: rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.055);
  box-shadow: none;
}
.promo-action-row .button.primary {
  color: var(--award-ink);
  background: var(--award-orange);
  border-radius: 13px;
}

/* Minimal category rail */
.merchant-slider {
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--award-line);
  background: #fff;
}
.merchant-type {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Shared editorial headings */
.section-heading .kicker,
.business-copy .kicker,
.faq-intro .kicker,
.contact-copy .kicker { letter-spacing: .16em; }
.section-heading h2,
.business-copy h2,
.faq-intro h2,
.contact-copy h2 {
  color: var(--award-ink);
  letter-spacing: -.068em;
}

/* Loyalty */
.loyalty-section {
  padding: clamp(110px, 11vw, 165px) 0;
  background: #fff;
}
.loyalty-section .section-heading { margin-bottom: 70px; }
.loyalty-section .section-heading h2 { font-size: clamp(3.6rem, 5.5vw, 5.8rem); }
.loyalty-section .steps { gap: 16px; }
.loyalty-section .step-card,
.loyalty-section .step-card:first-child,
.loyalty-section .step-card:nth-child(2),
.loyalty-section .step-card:nth-child(3) {
  min-height: 365px;
  padding: 34px;
  border: 1px solid var(--award-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}
.loyalty-section .step-card:first-child { color: var(--award-ink); }
.loyalty-section .step-card:first-child h3,
.loyalty-section .step-card:first-child a { color: var(--award-ink); }
.loyalty-section .step-card:first-child p { color: var(--award-muted); }
.loyalty-section .step-card:first-child .step-number { color: #b9c7cf; }
.loyalty-section .step-card:nth-child(1) { border-top: 4px solid var(--award-blue); }
.loyalty-section .step-card:nth-child(2) { border-top: 4px solid var(--award-orange); }
.loyalty-section .step-card:nth-child(3) { border-top: 4px solid var(--award-purple); }
.loyalty-section .step-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(7,29,49,.08); }
.loyalty-discover {
  margin-top: 100px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(6,71,99,.16);
}

/* Customer story */
.customer-focus {
  padding: clamp(110px, 11vw, 165px) 0;
  background: #f6f9fa;
}
.customer-focus .business-grid { gap: clamp(70px, 9vw, 125px); }
.customer-section-photo,
.customer-section-photo > img {
  border-radius: 8px;
  transform: none;
}
.customer-section-photo { box-shadow: 0 28px 65px rgba(7,29,49,.14); }
.customer-focus .business-copy h2 { font-size: clamp(3.5rem, 5.2vw, 5.4rem); }
.customer-focus .business-features article {
  border: 0;
  border-bottom: 1px solid var(--award-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.customer-focus .business-features article:hover { transform: translateX(6px); box-shadow: none; }

/* FAQ */
.faq { padding: clamp(110px, 11vw, 160px) 0; background: #fff; }
.faq-intro::before { display: none; }
.faq-intro h2 { font-size: clamp(3.5rem, 5vw, 5.2rem); }
.accordion {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.accordion details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--award-line);
  border-radius: 0;
  background: transparent;
}
.accordion details[open] { background: transparent; }
.accordion summary { min-height: 82px; font-size: 1.04rem; }
.accordion summary span,
.accordion details[open] summary span {
  color: var(--award-blue);
  background: #eef6f8;
}
.accordion details:hover { border-color: var(--award-blue); box-shadow: none; }

/* Download */
.download { padding: 40px 0 120px; background: #fff; }
.download-card {
  min-height: 380px;
  border-radius: 14px;
  background: var(--award-blue);
  box-shadow: 0 28px 68px rgba(6,113,150,.2);
}
.download-bee { border-radius: 20px; transform: none; }

/* Contact */
.contact { padding: clamp(110px, 11vw, 160px) 0; background: #f6f9fa; }
.contact-form {
  border: 1px solid var(--award-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}
.contact-form input,
.contact-form textarea,
.contact-form select { border-radius: 8px; background: #fafcfd; }

footer { background: var(--award-ink); }

.guest-contact-section {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(6,113,150,.14);
  border-radius: 16px;
  background: linear-gradient(135deg, #f4fbfd, #fffaf1);
}
.guest-contact-section .form-section-heading { margin-bottom: 16px; }
.guest-email-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -3px 0 0;
  color: #667b88;
  font-size: .74rem;
}
.guest-email-note span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--award-blue);
  font-size: .62rem;
}

@media (max-width: 1100px) {
  .hero .hero-grid {
    width: min(900px, calc(100% - 40px));
    min-height: 650px;
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero .hero-copy { max-width: 760px; }
  .hero-growth-art {
    left: 50%;
    right: auto;
    width: 120%;
    opacity: .4;
    transform: translateX(-50%);
  }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 580px); }
  .site-header { height: 78px; }
  .nav-wrap { width: calc(100% - 28px); min-height: 78px; }
  .hero { min-height: 820px; padding: 92px 0 28px; }
  .hero::before { inset: 78px 0 0; opacity: .3; background-size: auto, auto, auto, auto, auto, auto, 72px 72px, 92px 92px; }
  .hero::after { width: 110vw; height: 58vw; opacity: .1; }
  .hero-ai-network {
    inset: 78px 0 0;
    height: calc(100% - 78px);
    opacity: .22;
    transform: scaleX(1.65);
  }
  .hero .hero-grid {
    width: calc(100% - 28px);
    min-height: 720px;
    padding: 10px 0;
    border-radius: 0;
  }
  .hero .hero-copy {
    width: 100%;
    padding: 30px 0 120px;
    border-radius: 0;
    background: transparent;
  }
  .hero .hero-copy h1 { font-size: clamp(3.55rem, 17vw, 4.8rem); }
  .hero .hero-copy h1 > span,
  .hero .hero-copy h1 > em { white-space: normal; }
  .hero .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .hero-store-button {
    min-width: 0;
    min-height: 58px;
    gap: 7px;
    padding: 9px 10px;
  }
  .hero-store-button > span { flex-basis: 23px; width: 23px; height: 23px; font-size: 1.3rem; }
  .hero-store-button .play-store-icon { font-size: 0; }
  .hero-store-button .play-store-icon svg { width: 20px; height: 23px; }
  .hero-store-button small { font-size: .5rem; }
  .hero-store-button strong { font-size: .83rem; }
  .hero .hero-actions .hero-store-button { width: 100%; justify-content: center; }
  .hero .hero-proof {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 44px 0 0;
    padding-top: 0;
    border-top: 0;
    transform: none;
  }
  .hero .hero-proof article,
  .hero .hero-proof article:first-child,
  .hero .hero-proof article:last-child {
    padding: 14px;
    border: 0;
    border-radius: 2px;
    background: rgba(255,255,255,.24);
    box-shadow: 0 10px 25px rgba(15,55,79,.1);
  }
  .hero .hero-copy h1 { font-size: clamp(2.85rem, 12.5vw, 3.8rem); }
  .hero .hero-copy h1 > span,
  .hero .hero-copy h1 > em { white-space: nowrap; }
  .hero-growth-art {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -235px;
    width: 205%;
    opacity: .28;
    transform: translateX(-50%);
  }
  .growth-label,
  .growth-badge { display: none; }
  .promogen-section { padding: 88px 0; }
  .promo-gallery-studio { padding: 13px; }
  .loyalty-section .step-card,
  .loyalty-section .step-card:first-child,
  .loyalty-section .step-card:nth-child(2),
  .loyalty-section .step-card:nth-child(3) { min-height: 0; border-radius: 10px; }
  .loyalty-discover { border-radius: 10px; }
  .customer-focus .business-features article { padding-inline: 0; }
  .download-card { border-radius: 10px; }
  .contact-form { border-radius: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after { animation: none; }
  .hero-ai-network .network-signals path { animation: none; }
}
