/* LoyaBuzz 2026 — final visual layer. Keeps product flows intact while
   giving the public site a more editorial, lively and premium rhythm. */

:root {
  --ink: #061c31;
  --loya-blue: #067196;
  --loya-orange: #ffaf2e;
  --loya-purple: #7056a2;
  --soft-blue: #eaf8fc;
  --soft-orange: #fff4df;
  --soft-purple: #f2edfb;
  --sleek-shadow: 0 30px 80px rgba(6, 42, 64, .12);
}

html { scroll-behavior: smooth; }

body {
  color: var(--ink);
  background: #fbfdff;
}

.container { width: min(1180px, calc(100% - 56px)); }

.site-header {
  padding-top: 14px;
  background: transparent !important;
}

.nav-wrap {
  min-height: 76px;
  padding: 10px 12px 10px 20px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

#main-nav a:not(.nav-cta) {
  position: relative;
  color: #385064;
  font-weight: 700;
}

#main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -7px;
  height: 2px;
  border-radius: 9px;
  background: var(--loya-orange);
  transition: left .25s ease, right .25s ease;
}

#main-nav a:not(.nav-cta):hover::after { left: 0; right: 0; }

.nav-cta,
.button.primary {
  border: 0;
  background: linear-gradient(125deg, #067196 0%, #0788ad 58%, #7056a2 140%);
  box-shadow: 0 13px 30px rgba(6,113,150,.24);
}

.nav-cta:hover,
.button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(6,113,150,.3);
}

/* Hero — modern editorial split, with warmer brand energy. */
.hero {
  min-height: min(900px, 94vh);
  padding-top: 152px;
  padding-bottom: 92px;
  background:
    radial-gradient(circle at 8% 32%, rgba(255,175,46,.24), transparent 24%),
    radial-gradient(circle at 91% 28%, rgba(112,86,162,.16), transparent 31%),
    linear-gradient(135deg, #fffdf8 0%, #effaff 52%, #f5f1fc 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: radial-gradient(rgba(6,113,150,.26) .8px, transparent .8px);
  background-size: 25px 25px;
  mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 70%, #000);
}

.hero-grid { gap: clamp(44px, 6vw, 90px); }
.hero-copy { position: relative; z-index: 3; max-width: 630px; }

.eyebrow {
  padding: 10px 15px;
  border: 1px solid rgba(6,113,150,.13);
  background: rgba(255,255,255,.68);
  box-shadow: 0 10px 30px rgba(6,42,64,.06);
  backdrop-filter: blur(12px);
}

.hero h1 {
  max-width: 700px;
  margin: 25px 0 24px;
  font-size: clamp(4rem, 6.4vw, 6.8rem);
  line-height: .9;
  letter-spacing: -.075em;
}

.hero h1 em { color: var(--loya-blue); }
.hero .hero-accent { color: var(--loya-orange); }

.hero-copy > p {
  max-width: 590px;
  color: #536a7b;
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}

.hero-actions { margin-top: 34px; }
.hero-actions .button { min-height: 58px; border-radius: 18px; }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(6,113,150,.11);
  border-radius: 999px;
  color: #40586a;
  background: rgba(255,255,255,.64);
  box-shadow: 0 8px 24px rgba(6,42,64,.055);
  font-size: .76rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.hero-proof i {
  position: relative;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  font-style: normal;
  font-size: .72rem;
}

.proof-ai { background: linear-gradient(135deg, #ffbd43, #ff922b); }
.proof-cash { background: linear-gradient(135deg, #0599c8, #067196); }
.proof-stamp { background: linear-gradient(135deg, #9278c2, #7056a2); }
.proof-stamp::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.5px solid #fff;
  background: radial-gradient(circle, #fff 0 2px, transparent 2.3px);
  clip-path: polygon(0 12%,14% 12%,14% 0,36% 0,36% 12%,61% 12%,61% 0,86% 0,86% 12%,100% 12%,100% 36%,88% 36%,88% 61%,100% 61%,100% 86%,88% 86%,88% 100%,64% 100%,64% 88%,39% 88%,39% 100%,14% 100%,14% 88%,0 88%);
}

.merchant-hero-visual { z-index: 2; isolation: isolate; }
.merchant-hero-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 4% -5% 10% 4%;
  border-radius: 42% 58% 46% 54%;
  background: linear-gradient(145deg, rgba(6,113,150,.2), rgba(112,86,162,.18) 55%, rgba(255,175,46,.22));
  transform: rotate(-4deg);
  animation: hero-morph 9s ease-in-out infinite alternate;
}

.merchant-hero-visual::after {
  content: "✦";
  position: absolute;
  z-index: 4;
  right: -12px;
  top: 4%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd43, #ff9428);
  box-shadow: 0 16px 34px rgba(255,148,40,.28);
  animation: ambient-float 5s ease-in-out infinite -1s;
}
.merchant-hero-photo {
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.92);
  border-radius: 34px;
  box-shadow: 0 38px 90px rgba(6,42,64,.22);
  transform: rotate(1.2deg);
}

.merchant-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(6,28,49,.08);
  pointer-events: none;
}

.hero-benefits { gap: 10px; }
.float-card {
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 18px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 20px 46px rgba(6,42,64,.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

@keyframes hero-morph {
  0% { border-radius: 42% 58% 46% 54%; transform: rotate(-4deg) scale(.98); }
  100% { border-radius: 57% 43% 55% 45%; transform: rotate(1deg) scale(1.025); }
}

/* PromoGen becomes the visual centrepiece and clear revenue action. */
.promogen-section {
  margin: 24px;
  padding: clamp(84px, 9vw, 130px) 0;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 4%, rgba(255,175,46,.28), transparent 27%),
    radial-gradient(circle at 92% 96%, rgba(112,86,162,.5), transparent 35%),
    linear-gradient(135deg, #052f48 0%, #075f80 49%, #173c63 100%) !important;
  box-shadow: var(--sleek-shadow);
}

.promogen-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(130deg, #000, transparent 68%);
}

.promo-layout { gap: clamp(52px, 7vw, 92px); align-items: center; }
.promo-message { color: #fff; }
.promo-message h2 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.06em;
}
.promo-message > p { color: rgba(255,255,255,.72); font-size: 1.06rem; }
.promo-message .brand-kicker { color: #ffe0a3; }
.promo-message .check-list li {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(4, 37, 57, .38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 38px rgba(0,0,0,.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.promo-message .check-list small { color: rgba(255,255,255,.62); }
.promo-message .check-list strong { color: #fff; }
.promo-message .check-list li > span { background: rgba(255,255,255,.12); color: #ffd17a; }

.promo-gallery-studio {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.gallery-heading {
  gap: 24px;
  align-items: center;
  color: #fff;
}
.gallery-heading::after {
  content: "";
  order: 2;
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.24), transparent);
}
.gallery-heading span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  color: #fff;
  background: transparent !important;
  font-size: .92rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: -.01em;
}
.gallery-heading span::before {
  content: "✦";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd43, #ff9628);
  box-shadow: 0 8px 20px rgba(255,150,40,.25);
  font-size: .75rem;
}
.gallery-heading strong {
  order: 3;
  flex: 0 0 auto;
  color: rgba(255,255,255,.67);
  font-size: .72rem;
  font-weight: 600;
}
.promo-gallery figure { border: 5px solid rgba(255,255,255,.92); border-radius: 22px; }
.gallery-hint { color: rgba(255,255,255,.65); }
.promo-action-row .button.primary {
  color: #09273b;
  background: linear-gradient(135deg, #ffc85b, #ff9f1c);
  box-shadow: 0 16px 38px rgba(255,159,28,.32);
}
.promo-action-row > span { color: rgba(255,255,255,.58); }

.merchant-slider {
  margin: 26px 0;
  border-block: 1px solid rgba(6,113,150,.1);
  background: #fff;
}
.merchant-type {
  border: 1px solid rgba(6,113,150,.11);
  background: linear-gradient(145deg, #fff, #f5fbfd);
  box-shadow: 0 8px 24px rgba(6,42,64,.06);
}

/* Loyalty — asymmetric bento cards instead of a template-like row. */
.loyalty-section {
  padding: clamp(92px, 10vw, 150px) 0;
  background:
    radial-gradient(circle at 0 30%, rgba(6,113,150,.12), transparent 30%),
    radial-gradient(circle at 100% 4%, rgba(255,175,46,.13), transparent 26%),
    #f8fcfe;
}
.loyalty-section .section-heading { max-width: 810px; margin-bottom: 58px; text-align: left; }
.loyalty-section .section-heading h2 {
  margin-left: 0;
  font-size: clamp(3rem, 5.3vw, 5.5rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.loyalty-section .section-heading p { max-width: 650px; margin-left: 0; }

.loyalty-section .steps {
  display: grid;
  grid-template-columns: 1.18fr .82fr .82fr;
  align-items: stretch;
}
.loyalty-section .step-card {
  min-height: 350px;
  padding: 34px;
  border-radius: 30px;
}
.loyalty-section .step-card:first-child {
  min-height: 390px;
  color: #fff;
  background: linear-gradient(145deg, #057da5, #035675 70%, #193c64);
  box-shadow: 0 28px 64px rgba(6,113,150,.25);
}
.loyalty-section .step-card:first-child h3,
.loyalty-section .step-card:first-child p,
.loyalty-section .step-card:first-child a { color: #fff; }
.loyalty-section .step-card:first-child p { color: rgba(255,255,255,.72); }
.loyalty-section .step-card:first-child .step-number { color: rgba(255,255,255,.45); }
.loyalty-section .step-card:nth-child(2) { transform: translateY(34px); }
.loyalty-section .step-card:nth-child(3) { transform: translateY(-18px); }
.loyalty-section .step-card:nth-child(2):hover { transform: translateY(27px); }
.loyalty-section .step-card:nth-child(3):hover { transform: translateY(-25px); }

.loyalty-discover {
  margin-top: 110px;
  overflow: visible;
  border-radius: 38px;
  box-shadow: 0 34px 80px rgba(6,71,99,.23);
}
.loyalty-screen { transform: translateY(-35px) rotate(-2deg); filter: drop-shadow(0 24px 32px rgba(0,0,0,.2)); }
.loyalty-discover-copy h3 { font-size: clamp(2.5rem, 4vw, 4.3rem); line-height: .98; }

/* Customer story — warm, spacious, less boxy. */
.customer-focus {
  padding: clamp(100px, 11vw, 160px) 0;
  background:
    radial-gradient(circle at 85% 22%, rgba(255,175,46,.22), transparent 27%),
    linear-gradient(145deg, #fffaf1, #fff 48%, #f5f1fc);
}
.customer-focus .business-grid { gap: clamp(58px, 8vw, 110px); }
.customer-section-photo {
  overflow: visible;
  border-radius: 36px;
  box-shadow: var(--sleek-shadow);
  transform: rotate(-1.2deg);
}
.customer-section-photo > img { border-radius: 36px; }
.customer-focus .business-copy h2 {
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.customer-focus .business-features { margin-top: 28px; }
.customer-focus .business-features article { backdrop-filter: blur(12px); }

/* FAQ, download and contact get contemporary product-page surfaces. */
.faq {
  padding: clamp(82px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(6,113,150,.08), transparent 24%),
    linear-gradient(145deg, #f8fcfe, #fff 52%, #fffaf0);
}

.faq .faq-grid {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 96px);
  align-items: start;
}

.faq-intro {
  top: 110px;
  padding: 8px 0 0;
}

.faq-intro::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(6,113,150,.12);
  border-radius: 16px;
  background: #fff url("../images/loyabuzz-app-icon-white.png") center / 34px no-repeat;
  box-shadow: 0 12px 30px rgba(6,42,64,.09);
}

.faq-intro h2 {
  max-width: 420px;
  margin: 12px 0 18px;
  font-size: clamp(3rem, 4.3vw, 4.45rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.contact-copy h2 { font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.06em; }

.accordion {
  padding: 14px !important;
  border: 1px solid rgba(6,113,150,.11);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 26px 64px rgba(6,42,64,.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.accordion details {
  margin: 0 0 10px;
  padding: 0 22px;
  border: 1px solid rgba(6,113,150,.1);
  border-radius: 18px;
  background: #f8fcfe;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.accordion details:last-child { margin-bottom: 0; }

.accordion summary {
  min-height: 68px;
  gap: 20px;
  padding: 0;
  font-size: .98rem;
}

.accordion summary span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: var(--loya-blue);
  background: rgba(6,113,150,.09);
  font-size: 1.15rem;
}

.accordion details p {
  max-width: 670px;
  margin: -2px 0 0;
  padding: 0 52px 20px 0;
  color: #5d7180;
  font-size: .94rem;
  line-height: 1.65;
}

.accordion details:hover {
  border-color: rgba(6,113,150,.22);
  box-shadow: 0 10px 28px rgba(6,42,64,.055);
}

.accordion details[open] {
  background: linear-gradient(130deg, #fff8ea, #fff3d9);
  border-color: rgba(255,175,46,.34);
}

.accordion details[open] summary span {
  color: #fff;
  background: linear-gradient(135deg, #ffbc40, #ff9d25);
}

.download { padding: 48px 0 82px; background: #fff; }
.download-card {
  position: relative;
  overflow: hidden;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(42px, 6vw, 82px);
  min-height: 390px;
  padding: 54px clamp(42px, 6vw, 78px);
  border: 0;
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 6%, rgba(255,175,46,.23), transparent 25%),
    linear-gradient(125deg, #034f70, #067da2 52%, #7056a2);
  box-shadow: 0 34px 80px rgba(6,71,99,.25);
}
.download-card::after {
  content: "✦";
  position: absolute;
  right: 48px;
  top: 42px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 17px;
  color: #ffd077;
  background: rgba(255,255,255,.1);
  font-size: 1.25rem;
  backdrop-filter: blur(10px);
}
.download-bee {
  position: relative;
  z-index: 2;
  width: 240px;
  height: 240px;
  justify-self: center;
  overflow: hidden;
  clip-path: none;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 38px;
  background: #fff !important;
  box-shadow: 0 25px 55px rgba(0,0,0,.19);
  transform: none;
}
.download-bee img { width: 176px; filter: none; }
.download-card > div:last-child { position: relative; z-index: 2; }
.download-card .kicker.light { color: #ffd27d; }
.download-card h2 {
  max-width: 650px;
  margin: 8px 0 14px;
  font-size: clamp(3rem, 4.6vw, 4.7rem);
  line-height: .96;
  color: #fff;
  letter-spacing: -.06em;
}
.download-card p { color: rgba(255,255,255,.72); }
.store-buttons { position: relative; z-index: 2; }
.store-buttons a {
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  transition: transform .25s ease, box-shadow .25s ease;
}
.store-buttons a:hover { transform: translateY(-3px); box-shadow: 0 17px 34px rgba(0,0,0,.23); }

.contact {
  padding: clamp(90px, 10vw, 145px) 0;
  background: linear-gradient(145deg, #f0f9fc, #fff 48%, #f6f1fc);
}
.contact-form {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--sleek-shadow);
  backdrop-filter: blur(20px);
}
.contact-form input,
.contact-form textarea,
.contact-form select { border-radius: 15px; background-color: rgba(247,251,253,.92); }

@media (max-width: 980px) {
  .container { width: min(100% - 36px, 760px); }
  .hero { min-height: auto; padding-top: 135px; }
  .hero h1 { font-size: clamp(3.9rem, 12vw, 6rem); }
  .promogen-section { margin: 14px; border-radius: 32px; }
  .loyalty-section .steps { grid-template-columns: 1fr 1fr; }
  .loyalty-section .step-card:first-child { grid-column: 1 / -1; min-height: 310px; }
  .loyalty-section .step-card:nth-child(2),
  .loyalty-section .step-card:nth-child(3),
  .loyalty-section .step-card:nth-child(2):hover,
  .loyalty-section .step-card:nth-child(3):hover { transform: none; }
  .faq .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; max-width: 620px; }
  .faq-intro h2 { max-width: none; }
  .download-card { grid-template-columns: 210px 1fr; padding: 44px; gap: 38px; }
  .download-bee { width: 190px; height: 190px; border-radius: 30px; }
  .download-bee img { width: 142px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 560px); }
  .site-header { padding-top: 8px; }
  .nav-wrap { min-height: 66px; padding: 8px 12px; border-radius: 18px; }
  #main-nav {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    width: auto;
    padding: 14px;
    border: 1px solid rgba(6,113,150,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 24px 60px rgba(6,42,64,.18);
    backdrop-filter: blur(20px);
  }
  #main-nav a:not(.nav-cta)::after { display: none; }
  .hero { padding-top: 116px; padding-bottom: 72px; }
  .hero h1 { margin-top: 20px; font-size: clamp(3.45rem, 17vw, 4.8rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { justify-content: center; }
  .merchant-hero-photo { border-width: 5px; border-radius: 24px; transform: none; }
  .hero-benefits { margin-top: -8px; }
  .hero-proof { gap: 7px; }
  .hero-proof > span { padding-right: 10px; font-size: .7rem; }
  .merchant-hero-visual::after { right: 2px; top: 0; width: 48px; height: 48px; border-radius: 16px; }
  .float-card:nth-child(3) { display: none; }
  .promogen-section { margin: 8px; padding: 76px 0; border-radius: 28px; }
  .promo-message h2,
  .loyalty-section .section-heading h2,
  .customer-focus .business-copy h2,
  .faq-intro h2,
  .contact-copy h2 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .gallery-heading { gap: 7px; }
  .gallery-heading::after { display: none; }
  .gallery-heading strong { padding-left: 37px; }
  .loyalty-section .steps { grid-template-columns: 1fr; }
  .loyalty-section .step-card:first-child { grid-column: auto; }
  .loyalty-section .step-card { min-height: auto !important; padding: 28px; }
  .loyalty-discover { margin-top: 70px; border-radius: 28px; overflow: hidden; }
  .loyalty-screen { transform: none; }
  .customer-section-photo { transform: none; }
  .download { padding: 34px 0 70px; }
  .download-card {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 38px 24px 42px;
    border-radius: 28px;
    text-align: center;
  }
  .download-bee { width: 146px; height: 146px; border-radius: 25px; }
  .download-bee img { width: 108px; }
  .download-card::after { right: 22px; top: 22px; width: 42px; height: 42px; }
  .download-card h2 { font-size: clamp(2.8rem, 14vw, 3.7rem); }
  .store-buttons { justify-content: center; }
  .faq { padding: 76px 0; }
  .faq-intro::before { width: 44px; height: 44px; margin-bottom: 18px; }
  .accordion { padding: 8px !important; border-radius: 22px; }
  .accordion details { padding: 0 16px; border-radius: 15px; }
  .accordion summary { min-height: 64px; font-size: .9rem; }
  .accordion summary span { flex-basis: 28px; width: 28px; height: 28px; }
  .accordion details p { padding-right: 34px; font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Balanced loyalty overview. */
.loyalty-section {
  padding: clamp(88px, 9vw, 128px) 0;
  background:
    radial-gradient(circle at 5% 18%, rgba(6,113,150,.09), transparent 23%),
    radial-gradient(circle at 94% 10%, rgba(255,175,46,.10), transparent 22%),
    linear-gradient(180deg, #f8fcfe, #fff);
}

.loyalty-section::before { display: none; }

.loyalty-section .section-heading {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.loyalty-section .section-heading h2 {
  max-width: 760px;
  margin: 13px auto 18px;
  font-size: clamp(3rem, 4.6vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.062em;
}

.loyalty-section .section-heading p {
  max-width: 720px;
  margin: 0 auto;
}

.loyalty-section .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.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: 350px;
  padding: 32px;
  border-radius: 28px;
  transform: none;
}

.loyalty-section .step-card:first-child {
  background: linear-gradient(145deg, #057da5, #035675 72%, #193c64);
}

.loyalty-section .step-card:nth-child(2) {
  background: linear-gradient(145deg, #fff, #fff5e1);
}

.loyalty-section .step-card:nth-child(3) {
  background: linear-gradient(145deg, #fff, #f1edfa);
}

.loyalty-section .step-card:hover,
.loyalty-section .step-card:nth-child(2):hover,
.loyalty-section .step-card:nth-child(3):hover {
  transform: translateY(-7px);
}

.loyalty-section .step-card p { min-height: 96px; }
.loyalty-section .step-card:first-child p { color: rgba(255,255,255,.74); }
.loyalty-section .loyalty-discover { margin-top: 82px; }

@media (max-width: 900px) {
  .loyalty-section .steps { grid-template-columns: 1fr; }
  .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; }
  .loyalty-section .step-card p { min-height: 0; }
}

/* Pastel showcase hero — inspired by the spacious, rounded-canvas pattern
   of the supplied reference while retaining LoyaBuzz's own visual identity. */
.hero {
  min-height: auto;
  padding: 112px 0 58px;
  background: #fff;
}

.hero::after { opacity: .12; }

.hero .hero-grid {
  position: relative;
  isolation: isolate;
  width: min(1280px, calc(100% - 48px));
  min-height: 650px;
  padding: clamp(46px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 44px;
  background:
    radial-gradient(circle at 13% 16%, rgba(255,255,255,.82), transparent 27%),
    radial-gradient(circle at 91% 12%, rgba(255,175,46,.20), transparent 25%),
    linear-gradient(125deg, #dff5fc 0%, #eef8fb 40%, #fff1dc 68%, #eee8fa 100%);
  box-shadow: 0 34px 80px rgba(29,65,86,.16);
}

.hero .hero-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -120px;
  top: -170px;
  width: 480px;
  height: 480px;
  border: 64px solid rgba(112,86,162,.06);
  border-radius: 50%;
}

.hero .hero-grid::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 30%;
  bottom: 0;
  width: 220px;
  height: 110px;
  opacity: .28;
  background-image: radial-gradient(circle, #067196 1.3px, transparent 1.3px);
  background-size: 16px 16px;
  mask-image: linear-gradient(90deg, transparent, #000, transparent);
}

.hero .hero-copy { max-width: 610px; }

.hero .hero-copy h1 {
  max-width: 640px;
  margin: 26px 0 24px;
  font-size: clamp(4.15rem, 5.7vw, 6rem);
  line-height: .9;
  letter-spacing: -.073em;
}

.hero .hero-copy h1 em { color: var(--loya-blue); }
.hero .hero-copy h1 .hero-accent { color: var(--loya-orange); }

.hero .hero-copy > p {
  max-width: 560px;
  color: #536b7c;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.hero .eyebrow {
  border-color: rgba(6,113,150,.12);
  background: rgba(255,255,255,.7);
  box-shadow: 0 10px 28px rgba(6,42,64,.07);
}

.hero .hero-actions .button.primary {
  background: linear-gradient(135deg, #067196, #078db4);
  box-shadow: 0 15px 34px rgba(6,113,150,.25);
}

.hero .hero-actions .button.secondary {
  border-color: rgba(6,113,150,.12);
  background: rgba(255,255,255,.7);
  box-shadow: 0 12px 30px rgba(6,42,64,.07);
  backdrop-filter: blur(12px);
}

.hero .hero-proof > span {
  border-color: rgba(6,113,150,.1);
  background: rgba(255,255,255,.64);
}

.hero .merchant-hero-visual {
  height: 525px;
  padding-bottom: 84px;
}

.hero .merchant-hero-photo {
  width: min(510px, 100%);
  border: 7px solid rgba(255,255,255,.94);
  border-radius: 32px;
  box-shadow: 0 31px 70px rgba(42,65,80,.23);
  transform: rotate(1deg);
}

.hero .float-card {
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 36px rgba(42,65,80,.14);
  backdrop-filter: blur(16px);
}

@media (max-width: 1100px) {
  .hero .hero-grid {
    width: min(920px, calc(100% - 34px));
    padding: 56px;
  }
  .hero .hero-copy { max-width: 760px; }
  .hero .merchant-hero-visual { width: min(650px, 100%); margin-inline: auto; }
}

@media (max-width: 720px) {
  .hero { padding: 88px 0 30px; }
  .hero .hero-grid {
    width: calc(100% - 18px);
    min-height: 0;
    padding: 34px 22px 26px;
    border-radius: 30px;
  }
  .hero .hero-grid::before { right: -220px; top: -230px; }
  .hero .hero-grid::after { display: none; }
  .hero .hero-copy,
  .hero .hero-actions,
  .hero .hero-actions .button { width: 100%; min-width: 0; max-width: 100%; }
  .hero .hero-copy h1 {
    margin-top: 22px;
    font-size: clamp(3.25rem, 16.5vw, 4.5rem);
  }
  .hero .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .hero .hero-proof > span {
    min-width: 0;
    justify-content: center;
    padding: 6px;
    font-size: .63rem;
    white-space: nowrap;
  }
  .hero .hero-proof i { width: 23px; height: 23px; flex: 0 0 23px; }
  .hero .merchant-hero-visual { width: 100%; height: 425px; padding-bottom: 116px; }
  .hero .merchant-hero-photo { border-width: 5px; border-radius: 24px; transform: none; }
}
