﻿:root {
  --happi-qr-display-font: "Alibaba PuHuiTi Local", "Alibaba PuHuiTi", "AlibabaPuHuiTi", "alibaba-puhuiti", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
  --happi-qr-body-font: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Heiti SC", sans-serif;
  --happi-qr-cta-font: var(--happi-qr-display-font);
  --happi-qr-label-font: var(--happi-qr-display-font);
  --happi-qr-long-font: var(--happi-qr-body-font);
  --happi-qr-yellow: #ffc900;
  --happi-qr-yellow-soft: #fff2a8;
  --happi-qr-cream: #fffaf0;
  --happi-qr-ink: #101318;
  --happi-qr-muted: #5e6673;
  --happi-qr-green: #075b43;
  --happi-qr-line: rgba(16, 19, 24, 0.12);
  --happi-qr-shadow: 0 22px 56px rgba(44, 36, 8, 0.12);
}

@font-face {
  font-family: "Alibaba PuHuiTi Local";
  src:
    local("Alibaba PuHuiTi 3.0 105 Heavy"),
    local("Alibaba PuHuiTi Heavy"),
    local("AlibabaPuHuiTi Heavy"),
    local("Alibaba PuHuiTi 2.0 105 Heavy");
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi Local";
  src:
    local("Alibaba PuHuiTi 3.0 75 SemiBold"),
    local("Alibaba PuHuiTi SemiBold"),
    local("AlibabaPuHuiTi SemiBold"),
    local("Alibaba PuHuiTi 2.0 75 SemiBold");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi Local";
  src:
    local("Alibaba PuHuiTi 3.0 55 Regular"),
    local("Alibaba PuHuiTi Medium"),
    local("AlibabaPuHuiTi Medium"),
    local("Alibaba PuHuiTi 2.0 55 Regular");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

/* Section 9 desktop live layout: website uses real HTML/CSS, not the poster image. */
@media (min-width: 761px) {
  .happi-qr-section9 {
    position: relative;
    width: min(1536px, calc(100% - 64px));
    max-width: none;
    min-height: min(900px, calc(100vh - 48px));
    margin-top: 92px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 60px;
    background:
      radial-gradient(ellipse at 81% 58%, rgba(255, 199, 0, 0.9) 0 24%, rgba(255, 199, 0, 0) 25%),
      linear-gradient(112deg, #fffdf5 0 54%, #fff4be 54% 71%, #ffd000 71% 100%);
    box-shadow: 0 34px 86px rgba(78, 55, 0, 0.16);
  }

  .happi-qr-section9 > .happi-qr-section9-reference {
    display: none !important;
  }

  .happi-qr-section9 > .happi-qr-section9-mobile {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(0, 0.96fr) minmax(500px, 0.9fr);
    grid-template-rows: auto auto auto;
    gap: 0 42px;
    min-height: inherit;
    padding: 72px 80px 38px;
    overflow: hidden;
    border-radius: inherit;
  }

  .happi-qr-section9 > .happi-qr-section9-mobile::before {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 156px;
    z-index: -1;
    width: 670px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 207, 0, 0.95);
  }

  .happi-qr-section9-mobile-hero {
    display: contents;
  }

  .happi-qr-section9-mobile-copy {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 3;
    max-width: 690px;
  }

  .happi-qr-section9-mobile-copy img {
    width: 180px;
    height: auto;
    margin-bottom: 8px;
  }

  .happi-qr-section9-mobile-copy p {
    margin: 0 0 42px;
    color: #3b3f45;
    font-size: 17px;
    font-weight: 700;
  }

  .happi-qr-section9-mobile-copy h2 {
    margin: 0;
    color: #05080d;
    font-family: var(--happi-qr-display-font);
    font-size: clamp(52px, 4vw, 76px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .happi-qr-section9-mobile-copy h2 span {
    color: #05080d;
    white-space: nowrap;
  }

  .happi-qr-section9-mobile-copy h2 span::first-letter {
    color: var(--happi-qr-yellow);
  }

  .happi-qr-section9-mobile-copy strong {
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 26px;
    padding-bottom: 15px;
    color: #111820;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.25;
  }

  .happi-qr-section9-mobile-copy strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 5px;
    border-radius: 999px;
    background: var(--happi-qr-yellow);
  }

  .happi-qr-section9-mobile-visual {
    grid-column: 2;
    grid-row: 1 / span 3;
    position: relative;
    z-index: 2;
    min-height: 650px;
  }

  .happi-qr-section9-mobile-visual > img {
    position: absolute;
    left: -74px;
    bottom: 192px;
    z-index: 2;
    width: 455px;
    height: auto;
    filter: drop-shadow(0 24px 30px rgba(80, 57, 0, 0.18));
  }

  .happi-qr-section9-phone {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 3;
    width: 306px;
    height: 560px;
    padding: 0;
    overflow: hidden;
    border: 6px solid rgba(17, 17, 17, 0.92);
    border-radius: 39px;
    background: #111;
    box-shadow:
      0 20px 42px rgba(0, 0, 0, 0.18),
      inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    transform: rotate(7deg);
  }

  .happi-qr-section9-phone::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: 31px;
    background:
      linear-gradient(105deg, rgba(255, 255, 255, 0.26) 0 7%, rgba(255, 255, 255, 0) 23%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.16));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }

  .happi-qr-section9-phone-screen {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: scale(1.012);
    filter: saturate(0.96) brightness(1.02);
  }

  .happi-qr-section9-price {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    z-index: 4;
    width: min(555px, 100%);
    margin: 36px 0 0;
    padding: 28px 44px 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 58px rgba(63, 45, 0, 0.13);
  }

  .happi-qr-section9-price span {
    display: block;
    margin-bottom: 20px;
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 30px;
    font-weight: 900;
  }

  .happi-qr-section9-price-row {
    display: flex;
    align-items: baseline;
    gap: 22px;
  }

  .happi-qr-section9-price p {
    margin: 0;
    color: #111820;
    font-size: 30px;
    font-weight: 900;
  }

  .happi-qr-section9-price b {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #05080d;
    font-size: 70px;
    font-weight: 900;
    line-height: 0.9;
  }

  .happi-qr-section9-price b strong {
    color: var(--happi-qr-yellow);
    font-family: var(--happi-qr-display-font);
    font-size: 142px;
    font-weight: 900;
    line-height: 0.82;
  }

  .happi-qr-section9-price b em {
    color: #05080d;
    font-style: normal;
    font-size: 34px;
    font-weight: 900;
  }

  .happi-qr-section9-price small {
    display: block;
    margin-top: 5px;
    color: #111820;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
  }

  .happi-qr-section9-mobile-benefits {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    width: min(600px, 100%);
    margin-top: 28px;
  }

  .happi-qr-section9-mobile-benefits div {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 12px;
    min-width: 0;
    text-align: center;
  }

  .happi-qr-section9-mobile-benefits img,
  .happi-qr-section9-mobile-benefits i {
    width: 68px;
    height: 68px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(80, 57, 0, 0.16));
  }

  .happi-qr-section9-benefit-shield {
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe15b, #ffc900);
  }

  .happi-qr-section9-benefit-shield::before {
    content: "";
    width: 35px;
    height: 40px;
    border: 4px solid #111820;
    border-radius: 12px 12px 18px 18px;
    clip-path: polygon(50% 0, 92% 18%, 92% 64%, 50% 100%, 8% 64%, 8% 18%);
  }

  .happi-qr-section9-mobile-benefits span {
    color: #111820;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
  }

  .happi-qr-section9-footer {
    grid-column: 1 / -1;
    grid-row: 4;
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(560px, 1.15fr);
    align-items: center;
    gap: 46px;
    margin: 38px -80px -38px;
    padding: 34px 80px 34px;
    border-top: 1px solid rgba(224, 184, 40, 0.28);
    background: rgba(255, 255, 255, 0.86);
  }

  .happi-qr-section9-footer .happi-qr-section9-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 0 54px;
    gap: 34px;
    border-radius: 999px;
    background: #050505;
    color: var(--happi-qr-yellow);
    font-family: var(--happi-qr-display-font);
    font-size: 38px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  }

  .happi-qr-section9-footer .happi-qr-section9-mobile-cta span {
    color: var(--happi-qr-yellow);
    font-size: 48px;
    line-height: 1;
  }

  .happi-qr-section9-footer .happi-qr-section9-download {
    display: grid;
    grid-template-columns: minmax(310px, 1fr) 260px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 10px 34px;
    padding: 0;
  }

  .happi-qr-section9-footer .happi-qr-section9-download > p {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    color: #111820;
    font-size: 24px;
    font-weight: 900;
  }

  .happi-qr-section9-store-row {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .happi-qr-store-badge {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #050505;
    color: #fff;
    text-decoration: none;
  }

  .happi-qr-section9-download .happi-qr-store-badge img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .happi-qr-store-badge small,
  .happi-qr-store-badge b {
    display: block;
    line-height: 1;
  }

  .happi-qr-store-badge small {
    font-size: 10px;
    font-weight: 700;
  }

  .happi-qr-store-badge b {
    font-size: 18px;
    font-weight: 900;
  }

  .happi-qr-section9-qr {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
  }

  .happi-qr-section9-qr-code {
    position: relative;
    width: 88px;
    height: 88px;
    border: 5px solid #111820;
    border-radius: 5px;
    background:
      linear-gradient(90deg, #111820 12px, transparent 12px 20px, #111820 20px 28px, transparent 28px) 0 0 / 28px 28px,
      linear-gradient(#111820 12px, transparent 12px 20px, #111820 20px 28px, transparent 28px) 0 0 / 28px 28px,
      #fff;
  }

  .happi-qr-section9-qr-code span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: var(--happi-qr-yellow);
    transform: translate(-50%, -50%);
  }

  .happi-qr-section9-qr-code span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 14px;
    height: 8px;
    border: 3px solid #111820;
    border-top: 0;
    border-radius: 0 0 999px 999px;
    transform: translate(-50%, -50%);
  }

  .happi-qr-section9-qr p {
    margin: 0;
    color: #111820;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.45;
  }
}
/* End Section 9 desktop live layout */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: var(--happi-qr-ink);
  font-family: var(--happi-qr-body-font);
  font-size: 16px;
}

body[data-happi-lang="en"],
body[data-happi-lang="ms"] {
  --happi-qr-display-font: "Zen Maru Gothic", "Inter", Arial, sans-serif;
  --happi-qr-body-font: "Inter", "Zen Maru Gothic", Arial, sans-serif;
  --happi-qr-cta-font: "Zen Maru Gothic", "Inter", Arial, sans-serif;
  --happi-qr-label-font: "Zen Maru Gothic", "Inter", Arial, sans-serif;
  --happi-qr-long-font: "Inter", "Zen Maru Gothic", Arial, sans-serif;
}

.happi-qr-site-header {
  position: sticky;
  top: 12px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1440px, calc(100% - 48px));
  min-height: 64px;
  margin: 18px auto 12px;
  padding: 10px 12px 10px 22px;
  border: 1px solid rgba(238, 195, 45, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(46, 34, 0, 0.08);
  backdrop-filter: blur(14px);
}

.happi-qr-site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  text-decoration: none;
}

.happi-qr-site-logo img {
  display: block;
  width: clamp(116px, 10vw, 168px);
  height: auto;
}

.happi-qr-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 999px;
  background: #fff8d8;
}

.happi-qr-language-switcher button {
  appearance: none;
  min-height: 38px;
  padding: 8px 15px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111820;
  font-family: "Zen Maru Gothic", "Inter", var(--happi-qr-label-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
}

.happi-qr-language-switcher button.is-active {
  background: #111820;
  color: #ffd429;
  box-shadow: 0 8px 18px rgba(17, 24, 32, 0.16);
}

.happi-qr-language-switcher button:focus-visible {
  outline: 3px solid rgba(255, 201, 0, 0.45);
  outline-offset: 2px;
}

.happi-qr-page p,
.happi-qr-page li,
.happi-qr-page small,
.happi-qr-page .happi-qr-subtitle,
.happi-qr-page .happi-qr-note,
.happi-qr-page .happi-qr-disclaimer,
.happi-qr-page .happi-qr-faq-card p,
.happi-qr-page .happi-qr-faq-hero p,
.happi-qr-page .happi-qr-faq-item p,
.happi-qr-page .happi-qr-faq-trust-copy p,
.happi-qr-page .happi-qr-faq-contact p {
  font-family: var(--happi-qr-long-font);
}

.happi-qr-page .happi-qr-black-cta,
.happi-qr-page .happi-qr-yellow-cta,
.happi-qr-page .happi-qr-store-badge,
.happi-qr-page .happi-qr-section9-mobile-cta,
.happi-qr-page button {
  font-family: var(--happi-qr-cta-font);
  font-weight: 700;
}

.happi-qr-page .happi-qr-label,
.happi-qr-page .happi-qr-kicker,
.happi-qr-page .happi-qr-mini-pill,
.happi-qr-page .happi-qr-most-popular,
.happi-qr-page .happi-qr-protect-tags span,
.happi-qr-page .happi-qr-step-badge,
.happi-qr-page .happi-qr-section9-feature-label {
  font-family: var(--happi-qr-label-font);
  font-weight: 600;
}

.happi-qr-page {
  overflow: hidden;
  background: #fff;
}

@media (max-width: 760px) {
  .happi-qr-site-header {
    top: 8px;
    width: min(100% - 24px, 560px);
    min-height: 58px;
    margin: 10px auto 8px;
    padding: 9px 9px 9px 14px;
    gap: 10px;
  }

  .happi-qr-site-logo img {
    width: clamp(92px, 27vw, 124px);
  }

  .happi-qr-language-switcher {
    gap: 3px;
    padding: 4px;
  }

  .happi-qr-language-switcher button {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .happi-qr-site-header {
    width: min(100% - 18px, 560px);
  }

  .happi-qr-site-logo img {
    width: 86px;
  }

  .happi-qr-language-switcher button {
    padding-inline: 7px;
    font-size: 11.5px;
  }
}

.happi-qr-section {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
  position: relative;
}

.happi-qr-section-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 42px;
}

.happi-qr-label,
.happi-qr-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--happi-qr-yellow), #ffd93a);
  color: var(--happi-qr-ink);
  font-family: var(--happi-qr-display-font);
  font-size: 18px;
  font-weight: 900;
}

.happi-qr-title,
.happi-qr-heading {
  margin: 0;
  font-family: var(--happi-qr-display-font);
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.happi-qr-heading span,
.happi-qr-yellow {
  color: var(--happi-qr-yellow);
}

.happi-qr-subtitle {
  margin: 14px auto 0;
  color: var(--happi-qr-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.happi-qr-hero {
  padding-top: 28px;
}

.happi-qr-hero-panel {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 32px;
  min-height: 670px;
  padding: 74px;
  border-radius: 64px;
  background:
    radial-gradient(ellipse at 82% 82%, rgba(255, 201, 0, 0.92) 0 28%, transparent 29%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(255, 249, 227, 0.94));
  box-shadow: var(--happi-qr-shadow);
  overflow: hidden;
}

.happi-qr-hero-campaign {
  grid-template-columns: minmax(420px, 0.92fr) minmax(480px, 1.08fr);
  grid-template-rows: minmax(590px, auto) auto;
  gap: 0;
  min-height: 0;
  padding: 0;
  background:
    radial-gradient(circle at 85% 24%, rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(105deg, #ffd400 0 52%, #fffefa 52% 100%);
}

.happi-qr-hero-brand {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 590px;
  padding: 58px 66px 72px;
}

.happi-qr-hero-brand::after {
  content: "";
  position: absolute;
  right: -82px;
  top: 0;
  width: 160px;
  height: 100%;
  background: rgba(255, 218, 44, 0.5);
  transform: skewX(-12deg);
  z-index: -1;
}

.happi-qr-hero-logo {
  display: block;
  width: clamp(132px, 14vw, 210px);
  max-width: 58%;
  height: auto;
  object-fit: contain;
}

.happi-qr-hero-tagline {
  margin: 14px 0 58px;
  font-size: 20px;
  font-weight: 600;
}

.happi-qr-hero-brand .happi-qr-title {
  max-width: 520px;
  color: #090b0f;
}

.happi-qr-hero-brand .happi-qr-subtitle {
  max-width: 500px;
  margin: 28px 0 0;
  color: #191f26;
  font-size: 18px;
}

.happi-qr-hero-inline-cta {
  margin-top: 34px;
  min-width: 380px;
}

.happi-qr-hero-footnote {
  margin: 18px 0 0 24px;
  font-size: 16px;
  font-weight: 700;
}

.happi-qr-hero-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
}

.happi-qr-hero-visual::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -12%;
  bottom: -130px;
  height: 230px;
  border-radius: 50% 50% 0 0;
  background: var(--happi-qr-cream);
  z-index: 1;
}

.happi-qr-hero-people {
  position: absolute;
  right: -40px;
  bottom: 36px;
  width: min(700px, 112%);
  height: 650px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 26px 42px rgba(43, 32, 0, 0.15));
  z-index: 0;
}

.happi-qr-hero-creamy {
  position: absolute;
  right: -8px;
  bottom: 18px;
  width: 280px;
  height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 20px 32px rgba(43, 32, 0, 0.2));
  z-index: 2;
}

.happi-qr-hero-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 34px 54px 40px;
  background: linear-gradient(180deg, var(--happi-qr-cream), #fff8dc);
  border-top: 1px solid rgba(219, 184, 70, 0.26);
}

.happi-qr-hero-metric {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 0 34px;
  border-right: 1px solid rgba(190, 160, 60, 0.42);
}

.happi-qr-hero-metric:last-child {
  border-right: 0;
}

.happi-qr-hero-metric img {
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.happi-qr-hero-metric strong,
.happi-qr-hero-metric span {
  display: block;
}

.happi-qr-hero-metric strong {
  font-family: var(--happi-qr-display-font);
  font-size: 21px;
  font-weight: 900;
}

.happi-qr-hero-metric span {
  margin-top: 6px;
  color: var(--happi-qr-muted);
  font-size: 15px;
  line-height: 1.45;
}

.happi-qr-hero-copy {
  position: relative;
  z-index: 2;
}

.happi-qr-price-card {
  width: min(540px, 100%);
  margin-top: 28px;
  padding: 28px 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(49, 38, 0, 0.11);
}

.happi-qr-card-title {
  margin: 0 0 12px;
  font-family: var(--happi-qr-display-font);
  font-size: 22px;
  font-weight: 900;
}

.happi-qr-price-line,
.happi-qr-note {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.happi-qr-mini-pill {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
  font-size: 16px;
}

.happi-qr-price,
.happi-qr-plan-price {
  margin: 2px 0 0;
  font-family: var(--happi-qr-display-font);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}

.happi-qr-price span {
  color: var(--happi-qr-ink);
  font-size: 28px;
}

.happi-qr-price span:nth-child(2) {
  font-size: 24px;
}

.happi-qr-price strong,
.happi-qr-note strong,
.happi-qr-plan-price strong {
  color: var(--happi-qr-yellow);
}

.happi-qr-benefit-row,
.happi-qr-icon-row,
.happi-qr-small-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.happi-qr-mini-benefit {
  text-align: center;
}

.happi-qr-mini-benefit span,
.happi-qr-side-card span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #fff7ab, var(--happi-qr-yellow));
  color: var(--happi-qr-ink);
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 -6px 14px rgba(126, 92, 0, 0.14);
}

.happi-qr-icon-img {
  display: inline-block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(80, 55, 0, 0.16));
}

.happi-qr-creamy-icon {
  border-radius: 18px;
  object-fit: cover;
  object-position: 18% 74%;
}

.happi-qr-mini-benefit p {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.35;
}

.happi-qr-hero-art {
  position: relative;
  min-height: 520px;
}

.happi-qr-hero-lifestyle {
  position: absolute;
  right: 84px;
  top: 10px;
  width: 430px;
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.24;
  filter: drop-shadow(0 22px 36px rgba(52, 35, 0, 0.14));
  z-index: 0;
}

.happi-qr-mascot {
  position: absolute;
  left: -10px;
  top: 18px;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 34px;
  filter: drop-shadow(0 20px 34px rgba(52, 35, 0, 0.18));
  z-index: 2;
}

.happi-qr-hero-gift {
  position: absolute;
  right: 180px;
  bottom: 36px;
  width: 160px;
  height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(94, 65, 0, 0.18));
  z-index: 1;
}

.happi-qr-phone {
  position: absolute;
  right: 10px;
  top: 0;
  width: 230px;
  min-height: 430px;
  padding: 22px 18px;
  border: 10px solid #151515;
  border-radius: 34px;
  background: #fffdf5;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
  transform: rotate(5deg);
  overflow: hidden;
}

.happi-qr-phone-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  pointer-events: none;
}

.happi-qr-phone-top {
  position: relative;
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-phone-card,
.happi-qr-phone-banner {
  position: relative;
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff3ba, #ffe487);
  text-align: center;
}

.happi-qr-phone-card small {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.happi-qr-phone-card strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
}

.happi-qr-phone-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.happi-qr-phone-grid span {
  padding: 12px 4px;
  border-radius: 12px;
  background: #fff6d4;
  font-size: 12px;
  text-align: center;
}

.happi-qr-phone-banner {
  font-size: 15px;
  font-weight: 900;
}

.happi-qr-speech {
  position: absolute;
  left: 40px;
  bottom: 30px;
  max-width: 330px;
  padding: 22px 28px;
  border-radius: 30px;
  background: white;
  font-family: var(--happi-qr-display-font);
  font-size: 22px;
  font-weight: 900;
  transform: rotate(-3deg);
  box-shadow: var(--happi-qr-shadow);
  z-index: 3;
}

.happi-qr-speech span {
  color: var(--happi-qr-yellow);
}

.happi-qr-hero-cta {
  display: grid;
  grid-template-columns: minmax(260px, 500px) 1fr 180px;
  gap: 34px;
  align-items: center;
  padding: 28px 74px;
  border-radius: 0 0 48px 48px;
  background: rgba(255, 255, 255, 0.82);
}

.happi-qr-black-cta,
.happi-qr-yellow-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 34px;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--happi-qr-display-font);
  font-size: 22px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.happi-qr-black-cta {
  background: #111;
  color: var(--happi-qr-yellow);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.happi-qr-black-cta span,
.happi-qr-yellow-cta {
  margin-left: 18px;
}

.happi-qr-black-cta:hover,
.happi-qr-yellow-cta:hover,
.happi-qr-pricing-card:hover {
  transform: translateY(-6px);
}

.happi-qr-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.happi-qr-store-links p {
  width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.happi-qr-store {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  min-width: 168px;
  padding: 6px 14px 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9px;
  background: #050505;
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.happi-qr-store:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.happi-qr-store strong {
  font-size: 16px;
  font-weight: 900;
}

.happi-qr-store-icon {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.happi-qr-store-icon-img {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.happi-qr-store-icon-apple::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 55% 45% 50% 50%;
  background: #ffffff;
}

.happi-qr-store-icon-apple::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 8px 0 8px 0;
  background: #ffffff;
  transform: rotate(-24deg);
}

.happi-qr-store-icon-play {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background:
    linear-gradient(145deg, #32d17c 0 30%, transparent 31%),
    linear-gradient(35deg, #1a8cff 0 32%, transparent 33%),
    linear-gradient(215deg, #ffce24 0 45%, #ff5a3d 46% 100%);
  clip-path: polygon(15% 8%, 15% 92%, 94% 50%);
}

.happi-qr-qr-slot {
  display: grid;
  place-items: center;
  min-height: 118px;
  border: 2px dashed rgba(16, 19, 24, 0.22);
  border-radius: 18px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-qr-slot small {
  font-size: 11px;
  color: var(--happi-qr-muted);
}

.happi-qr-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100% - 44px, 1520px);
  margin-block: 26px;
  padding: 34px 32px 34px;
  border-top: 1px solid rgba(255, 201, 0, 0.26);
  border-bottom: 1px solid rgba(255, 201, 0, 0.26);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff 0%, #fff8dc 18%, #fff 100%);
}

.happi-qr-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -210px;
  right: -36px;
  width: 430px;
  height: 430px;
  border: 72px solid rgba(255, 219, 47, 0.2);
  border-radius: 50%;
}

.happi-qr-intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 202px;
  top: 282px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 224, 66, 0.22);
}

.happi-qr-intro-head {
  display: grid;
  justify-items: center;
  text-align: center;
}

.happi-qr-intro-head .happi-qr-label {
  min-width: 220px;
  min-height: 42px;
  margin-bottom: 14px;
  padding-inline: 28px;
  border-radius: 999px;
  font-size: 21px;
  line-height: 1;
}

.happi-qr-intro-head .happi-qr-title {
  margin: 0;
  font-size: 3.625rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.happi-qr-intro-head .happi-qr-title span {
  color: var(--happi-qr-yellow);
}

.happi-qr-intro-head .happi-qr-subtitle {
  margin-top: 12px;
  max-width: 860px;
  color: var(--happi-qr-ink);
  font-size: 21px;
  line-height: 1.35;
}

.happi-qr-smile {
  width: 92px;
  height: 52px;
  margin-top: 14px;
  border: 10px solid #FDB813;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.happi-qr-intro-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 36px;
  padding: 24px;
  border: 1px solid rgba(255, 201, 0, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 190, 0.62)),
    radial-gradient(circle at 50% 100%, rgba(255, 216, 54, 0.2), transparent 58%);
  box-shadow: 0 22px 58px rgba(52, 43, 13, 0.08);
}

.happi-qr-intro-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0 63%, #FFE58A 100%);
  box-shadow: 0 18px 48px rgba(52, 43, 13, 0.1);
}

.happi-qr-card-number {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
  color: var(--happi-qr-ink);
  font-size: 22px;
  font-weight: 900;
}

.happi-qr-card-image {
  display: grid;
  place-items: center;
  height: 250px;
  padding: 18px 28px 0;
  background: rgba(255, 255, 255, 0.86);
}

.happi-qr-card-image img {
  width: auto;
  max-width: 88%;
  height: 226px;
  max-height: 226px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(175, 128, 0, 0.17));
}

.happi-qr-card-image-chat {
  position: relative;
  justify-items: start;
  padding: 12px 0 0;
}

.happi-qr-card-image-chat img {
  width: auto;
  max-width: 92%;
  height: 212px;
  max-height: 212px;
  margin-left: 70px;
  object-fit: contain;
  object-position: left bottom;
}

.happi-qr-chat-bubble {
  position: absolute;
  right: 22px;
  top: 78px;
  width: 172px;
  padding: 15px 18px;
  border: 1px solid rgba(168, 137, 63, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--happi-qr-green);
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 12px 26px rgba(90, 72, 20, 0.08);
}

.happi-qr-chat-bubble::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 48px;
  width: 24px;
  height: 24px;
  border-left: 1px solid rgba(168, 137, 63, 0.22);
  border-bottom: 1px solid rgba(168, 137, 63, 0.22);
  background: rgba(255, 255, 255, 0.94);
  transform: rotate(45deg);
}

.happi-qr-chat-bubble strong,
.happi-qr-chat-bubble span,
.happi-qr-chat-bubble b {
  position: relative;
  display: block;
}

.happi-qr-chat-bubble span {
  color: var(--happi-qr-ink);
}

.happi-qr-card-copy {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 32px 24px 26px;
}

.happi-qr-card-copy h3 {
  margin: 0 0 6px;
  font-family: var(--happi-qr-display-font);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12;
}

.happi-qr-card-copy p {
  margin: 0;
  color: var(--happi-qr-ink);
  font-size: 16px;
  line-height: 1.55;
}

.happi-qr-card-icon,
.happi-qr-strip-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
  color: var(--happi-qr-ink);
}

.happi-qr-card-icon {
  width: 58px;
  height: 58px;
  border: 13px solid #fff;
  outline: 1px solid rgba(255, 213, 0, 0.26);
  box-sizing: content-box;
}

.happi-qr-card-icon::before {
  color: var(--happi-qr-ink);
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1;
}

.happi-qr-card-icon-gift::before {
  content: "□";
}

.happi-qr-card-icon-shield::before {
  content: "⌂";
}

.happi-qr-card-icon-bot::before {
  content: "⌘";
}

.happi-qr-intro-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  padding: 20px 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, #FFE58A, #fff);
  box-shadow: 0 18px 48px rgba(52, 43, 13, 0.09);
}

.happi-qr-intro-strip div {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  border-right: 1px solid rgba(219, 184, 70, 0.48);
}

.happi-qr-intro-strip div:last-child {
  border-right: 0;
}

.happi-qr-intro-strip strong {
  align-self: end;
  font-family: var(--happi-qr-display-font);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.happi-qr-intro-strip p {
  grid-column: 2;
  align-self: start;
  margin: 4px 0 0;
  color: var(--happi-qr-ink);
  font-size: 15px;
  line-height: 1.3;
}

.happi-qr-strip-icon {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  font-size: 31px;
  font-weight: 900;
}

.happi-qr-strip-icon-like::before {
  content: "+";
}

.happi-qr-strip-icon-phone::before {
  content: "▯";
}

.happi-qr-strip-icon-heart::before {
  content: "♡";
}

.happi-qr-strip-icon-renew::before {
  content: "↻";
}

.happi-qr-card-icon-gift {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 7v13'/%3E%3Cpath d='M12 7H8.5A2.5 2.5 0 1 1 12 3.5z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 12 3.5z'/%3E%3C/svg%3E");
}

.happi-qr-card-icon-shield {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='m8.5 12 2.3 2.3 4.7-5'/%3E%3C/svg%3E");
}

.happi-qr-card-icon-bot {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6V3'/%3E%3Cpath d='M8 3h8'/%3E%3Crect x='4' y='8' width='16' height='11' rx='3'/%3E%3Cpath d='M2 13h2'/%3E%3Cpath d='M20 13h2'/%3E%3Cpath d='M9 13h.01'/%3E%3Cpath d='M15 13h.01'/%3E%3Cpath d='M9 16h6'/%3E%3C/svg%3E");
}

.happi-qr-card-icon-phone {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2.8' width='10' height='18.4' rx='2.3'/%3E%3Cpath d='M11 17.5h2'/%3E%3C/svg%3E");
  background: var(--happi-qr-yellow);
}

.happi-qr-card-icon-phone::before {
  content: "";
  width: 34px;
  height: 34px;
  background: var(--happi-qr-ink);
  mask: var(--happi-qr-icon) center / contain no-repeat;
  -webkit-mask: var(--happi-qr-icon) center / contain no-repeat;
}

.happi-qr-card-icon-gift::before,
.happi-qr-card-icon-shield::before,
.happi-qr-card-icon-bot::before {
  content: "";
  width: 34px;
  height: 34px;
  background: var(--happi-qr-ink);
  mask: var(--happi-qr-icon) center / contain no-repeat;
  -webkit-mask: var(--happi-qr-icon) center / contain no-repeat;
}

.happi-qr-strip-icon-like {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10v11'/%3E%3Cpath d='M15 6.5 14 10h5.2a2 2 0 0 1 2 2.4l-1.4 6.5A2.6 2.6 0 0 1 17.2 21H6a3 3 0 0 1-3-3v-5a3 3 0 0 1 3-3h1.5L11 4.5a2.1 2.1 0 0 1 4 2z'/%3E%3C/svg%3E");
}

.happi-qr-strip-icon-phone {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2.5' width='10' height='19' rx='2.2'/%3E%3Cpath d='M10.5 18h3'/%3E%3C/svg%3E");
}

.happi-qr-strip-icon-heart {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.8a5.3 5.3 0 0 0-7.5 0L12 6.1l-1.3-1.3a5.3 5.3 0 1 0-7.5 7.5L12 21l8.8-8.7a5.3 5.3 0 0 0 0-7.5z'/%3E%3C/svg%3E");
}

.happi-qr-strip-icon-renew {
  --happi-qr-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 0 1-15.4 6.4'/%3E%3Cpath d='M3 12A9 9 0 0 1 18.4 5.6'/%3E%3Cpath d='M18 2v4h-4'/%3E%3Cpath d='M6 22v-4h4'/%3E%3C/svg%3E");
}

.happi-qr-strip-icon-like::before,
.happi-qr-strip-icon-phone::before,
.happi-qr-strip-icon-heart::before,
.happi-qr-strip-icon-renew::before {
  content: "";
  width: 29px;
  height: 29px;
  background: var(--happi-qr-ink);
  mask: var(--happi-qr-icon) center / contain no-repeat;
  -webkit-mask: var(--happi-qr-icon) center / contain no-repeat;
}

.happi-qr-compare-wrap {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  align-items: stretch;
}

.happi-qr-compare {
  display: grid;
  grid-template-columns: 220px 1fr 1.2fr;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--happi-qr-shadow);
}

.happi-qr-compare-head,
.happi-qr-compare-cell {
  padding: 20px 24px;
  border-bottom: 1px solid var(--happi-qr-line);
  font-size: 17px;
  line-height: 1.45;
}

.happi-qr-compare-head {
  font-family: var(--happi-qr-display-font);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.happi-qr-muted-head {
  background: #9a9a9a;
  color: white;
}

.happi-qr-happi-head {
  background: var(--happi-qr-yellow);
}

.happi-qr-check {
  font-weight: 800;
}

.happi-qr-check::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
}

.happi-qr-side-benefits {
  display: grid;
  gap: 18px;
}

.happi-qr-side-card,
.happi-qr-bottom-banner,
.happi-qr-slogan,
.happi-qr-highlight-bar,
.happi-qr-upgrade-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--happi-qr-shadow);
}

.happi-qr-side-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
}

.happi-qr-side-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.happi-qr-slogan {
  margin: 28px auto 0;
  padding: 24px 30px;
  max-width: 1080px;
  text-align: center;
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-slogan span {
  color: var(--happi-qr-yellow);
}

.happi-qr-compare-section {
  position: relative;
  width: min(100% - 44px, 1520px);
  padding: 46px 0 52px;
}

.happi-qr-compare-section::before {
  content: "";
  position: absolute;
  inset: 18px -18px auto auto;
  width: 310px;
  height: 310px;
  border: 32px solid rgba(255, 201, 0, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.happi-qr-compare-hero {
  position: relative;
  min-height: 230px;
  text-align: center;
}

.happi-qr-compare-hero .happi-qr-section-head {
  margin: 0 auto;
  max-width: 980px;
}

.happi-qr-compare-hero .happi-qr-label {
  min-width: 330px;
  margin-bottom: 18px;
  font-size: 24px;
}

.happi-qr-compare-hero .happi-qr-heading {
  font-size: 4.05rem;
  line-height: 1.08;
}

.happi-qr-compare-hero .happi-qr-subtitle {
  margin-top: 14px;
  color: var(--happi-qr-ink);
  font-size: 24px;
}

.happi-qr-section5-cat {
  position: absolute;
  right: -14px;
  bottom: -74px;
  z-index: 5;
  width: 340px;
  height: 294px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 28px rgba(45, 33, 0, 0.14));
  pointer-events: none;
}

.happi-qr-compare-section .happi-qr-compare-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 18px;
  align-items: stretch;
  margin-top: 10px;
  padding: 0 34px;
}

.happi-qr-compare-card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(51, 38, 0, 0.1);
}

.happi-qr-compare-grid {
  display: grid;
  grid-template-columns: 285px minmax(260px, 1fr) minmax(320px, 1.16fr);
}

.happi-qr-compare-corner,
.happi-qr-compare-head,
.happi-qr-compare-topic,
.happi-qr-compare-cell {
  min-height: 92px;
  border-bottom: 1px solid rgba(202, 172, 73, 0.24);
}

.happi-qr-compare-corner {
  background: linear-gradient(180deg, rgba(255, 248, 214, 0.84), rgba(255, 255, 255, 0.76));
}

.happi-qr-compare-head {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 14px 20px;
  font-family: var(--happi-qr-display-font);
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}

.happi-qr-muted-head {
  color: #fff;
  background: linear-gradient(180deg, #9d9d9d, #858585);
}

.happi-qr-happi-head {
  color: #101318;
  background: linear-gradient(180deg, #ffd500, #ffc400);
}

.happi-qr-compare-topic {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 26px;
  background: linear-gradient(90deg, rgba(255, 250, 222, 0.92), rgba(255, 255, 255, 0.78));
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-topic-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 24%, #fff6a8, var(--happi-qr-yellow));
  box-shadow: inset 0 -6px 14px rgba(141, 103, 0, 0.15);
}

.happi-qr-topic-icon::before {
  content: "";
  width: 31px;
  height: 31px;
  background: #111;
  mask: var(--happi-qr-topic-mask) center / contain no-repeat;
  -webkit-mask: var(--happi-qr-topic-mask) center / contain no-repeat;
}

.happi-qr-topic-pay {
  --happi-qr-topic-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v20'/%3E%3Cpath d='M17 5H9.5a3.5 3.5 0 0 0 0 7H14a3.5 3.5 0 0 1 0 7H6'/%3E%3Cpath d='M4 4h16v16H4z'/%3E%3C/svg%3E");
}

.happi-qr-topic-gift {
  --happi-qr-topic-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 7v13'/%3E%3Cpath d='M12 7H8.5a2.5 2.5 0 1 1 2.5-2.5C11 6 12 7 12 7Z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 13 4.5C13 6 12 7 12 7Z'/%3E%3C/svg%3E");
}

.happi-qr-topic-doc {
  --happi-qr-topic-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l4 4v14H7z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M10 13h6M10 17h6M10 9h2'/%3E%3C/svg%3E");
}

.happi-qr-topic-user {
  --happi-qr-topic-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.2-5.2 4.1-8 8-8s6.8 2.8 8 8'/%3E%3C/svg%3E");
}

.happi-qr-topic-help {
  --happi-qr-topic-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12a8 8 0 0 1 16 0v3a3 3 0 0 1-3 3h-2'/%3E%3Cpath d='M4 12v5h4v-6H4ZM20 12v5h-4v-6h4Z'/%3E%3Cpath d='M11 19h4'/%3E%3C/svg%3E");
}

.happi-qr-topic-value {
  --happi-qr-topic-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 0 1 15.4-6.4'/%3E%3Cpath d='M18 2v4h-4'/%3E%3Cpath d='M21 12a9 9 0 0 1-15.4 6.4'/%3E%3Cpath d='M6 22v-4h4'/%3E%3C/svg%3E");
}

.happi-qr-compare-cell {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  color: var(--happi-qr-ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.38;
}

.happi-qr-compare-cell b {
  font-weight: 900;
}

.happi-qr-compare-cell div {
  min-width: 0;
}

.happi-qr-compare-cell > span:first-child {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.happi-qr-negative > span:first-child {
  color: #777;
  background: linear-gradient(180deg, #ededed, #dbdbdb);
}

.happi-qr-negative > span:first-child::before {
  content: "×";
}

.happi-qr-positive > span:first-child {
  color: #fff;
  background: linear-gradient(180deg, #ffd500, #f8bd00);
  box-shadow: 0 8px 18px rgba(255, 201, 0, 0.28);
}

.happi-qr-positive > span:first-child::before {
  content: "✓";
  transform: translateY(-1px);
}

.happi-qr-side-benefits {
  display: grid;
  gap: 22px;
  align-content: center;
  padding: 88px 0 38px;
}

.happi-qr-side-card,
.happi-qr-bottom-banner,
.happi-qr-highlight-bar,
.happi-qr-upgrade-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--happi-qr-shadow);
}

.happi-qr-side-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 210, 0.78));
  box-shadow: 0 18px 46px rgba(54, 40, 5, 0.09);
}

.happi-qr-side-card img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(95, 69, 0, 0.12));
}

.happi-qr-side-card p {
  margin: 0;
  color: var(--happi-qr-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.36;
}

.happi-qr-side-card strong {
  font-family: var(--happi-qr-display-font);
  font-size: 20px;
  font-weight: 900;
}

.happi-qr-slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 20px auto 0;
  padding: 20px 30px;
  max-width: 1240px;
  min-height: 84px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(54, 40, 5, 0.08);
  text-align: center;
  font-family: var(--happi-qr-display-font);
  font-size: 26px;
  font-weight: 900;
}

.happi-qr-slogan > span {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  background: var(--happi-qr-yellow);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M47 9c-6.4 0-11.2 4-15 8.7C28.2 13 23.4 9 17 9 8.4 9 3 15.6 3 23.6 3 40 32 56 32 56s29-16 29-32.4C61 15.6 55.6 9 47 9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M47 9c-6.4 0-11.2 4-15 8.7C28.2 13 23.4 9 17 9 8.4 9 3 15.6 3 23.6 3 40 32 56 32 56s29-16 29-32.4C61 15.6 55.6 9 47 9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.happi-qr-slogan strong {
  font-weight: 900;
}

.happi-qr-slogan strong span {
  color: var(--happi-qr-yellow);
}

.happi-qr-coins-guide {
  width: min(100% - 44px, 1520px);
  margin-top: 38px;
  padding: 34px 0 48px;
}

.happi-qr-coins-guide-head {
  position: relative;
  min-height: 248px;
  text-align: center;
}

.happi-qr-coins-guide-head .happi-qr-label {
  min-width: 390px;
  min-height: 48px;
  margin: 0 auto 22px;
  font-size: 25px;
  border-radius: 999px;
}

.happi-qr-coins-guide-head .happi-qr-title {
  margin: 0;
  font-size: 3.9rem;
  line-height: 1.08;
}

.happi-qr-coins-guide-head .happi-qr-title span {
  color: var(--happi-qr-yellow);
}

.happi-qr-coins-guide-head .happi-qr-subtitle {
  margin: 18px auto 0;
  max-width: 780px;
  color: var(--happi-qr-ink);
  font-size: 22px;
  line-height: 1.45;
}

.happi-qr-coins-guide-coin,
.happi-qr-coins-guide-cat {
  position: absolute;
  pointer-events: none;
}

.happi-qr-coins-guide-coin {
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(176, 122, 0, 0.18));
}

.happi-qr-coins-guide-coin-top {
  left: 12px;
  top: 22px;
  width: 300px;
}

.happi-qr-coins-guide-cat {
  right: -2px;
  top: 18px;
  bottom: auto;
  z-index: 5;
  width: 276px;
  height: 228px;
  overflow: hidden;
  display: grid;
  align-items: end;
  justify-items: center;
  isolation: isolate;
  border: 1px solid rgba(255, 201, 0, 0.24);
  border-bottom: 0;
  border-radius: 150px 150px 30px 30px;
  background:
    radial-gradient(circle at 52% 24%, rgba(255, 255, 255, 0.96) 0 38%, rgba(255, 230, 104, 0.56) 39% 68%, transparent 69%),
    linear-gradient(180deg, rgba(255, 251, 232, 0.88), rgba(255, 246, 199, 0.68) 72%, rgba(255, 255, 255, 0));
  box-shadow: 0 24px 58px rgba(64, 48, 0, 0.12);
}

.happi-qr-coins-guide-cat::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  z-index: 1;
  width: 214px;
  height: 48px;
  border: 1px solid rgba(238, 219, 151, 0.62);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fff9dc 100%);
  box-shadow: 0 16px 34px rgba(88, 64, 0, 0.1);
}

.happi-qr-coins-guide-cat::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 34px;
  z-index: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 201, 0, 0.22);
  box-shadow:
    -172px 34px 0 -16px rgba(255, 201, 0, 0.18),
    -94px -4px 0 -20px rgba(255, 201, 0, 0.28);
}

.happi-qr-coins-guide-cat img {
  position: relative;
  z-index: 2;
  width: 252px;
  max-width: none;
  object-fit: contain;
  transform: translate(8px, 14px);
  filter: drop-shadow(0 18px 26px rgba(55, 41, 0, 0.14));
}

.happi-qr-coins-flow-panel {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 405px;
  padding: 34px 46px 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 52px rgba(54, 40, 5, 0.1);
}

.happi-qr-coins-steps {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  padding-top: 10px;
}

.happi-qr-coins-step {
  position: relative;
  text-align: center;
}

.happi-qr-coins-step b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
  font-size: 22px;
  font-weight: 900;
}

.happi-qr-coins-step-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 198px;
  height: 178px;
  margin: 0 auto 16px;
  border: 1px solid rgba(255, 201, 0, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 243, 169, 0.42), transparent 52%),
    linear-gradient(180deg, #fff 0%, #fffdf4 100%);
  box-shadow: 0 16px 38px rgba(43, 31, 0, 0.08);
}

.happi-qr-coins-step-visual img {
  max-width: 168px;
  max-height: 154px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(176, 122, 0, 0.16));
}

.happi-qr-coins-step-img-phone {
  max-width: 118px !important;
  max-height: 156px !important;
}

.happi-qr-coins-step-img-happicoin {
  width: 154px;
  height: 154px;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(176, 122, 0, 0.16));
}

.happi-qr-coins-step-img-redemption {
  width: 172px;
  height: 150px;
  max-width: none !important;
  max-height: none !important;
  border: 0;
  border-radius: 20px;
  background: transparent;
  object-fit: contain;
  object-position: 50% 50%;
  filter: none !important;
  box-shadow: none;
}

.happi-qr-coins-step-img-gift-phone {
  width: 172px;
  height: 150px;
  max-width: none !important;
  max-height: none !important;
  border-radius: 20px;
  object-fit: contain;
  object-position: 50% 50%;
  filter: none !important;
}

.happi-qr-coins-step-visual .happi-qr-coins-step-img-gift-phone,
.happi-qr-coins-step-visual .happi-qr-coins-step-img-redemption {
  object-fit: contain !important;
}

.happi-qr-coins-step h3 {
  margin: 0 0 8px;
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-coins-step p {
  margin: 0 auto;
  max-width: 230px;
  color: var(--happi-qr-ink);
  font-size: 17px;
  line-height: 1.55;
}

.happi-qr-coins-arrow {
  position: absolute;
  top: 80px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--happi-qr-yellow);
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  transform: translateX(-50%);
}

.happi-qr-coins-arrow:nth-of-type(1) {
  left: 25%;
}

.happi-qr-coins-arrow:nth-of-type(2) {
  left: 50%;
}

.happi-qr-coins-arrow:nth-of-type(3) {
  left: 75%;
}

.happi-qr-coins-app {
  position: absolute;
  right: 22px;
  bottom: -2px;
  z-index: 7;
  display: grid;
  place-items: end center;
  width: 258px;
  height: 392px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.happi-qr-coins-app::before {
  display: none;
}

.happi-qr-coins-app > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 28px rgba(16, 19, 24, 0.16));
}

.happi-qr-rewards-showcase {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 14px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 52px rgba(54, 40, 5, 0.08);
}

.happi-qr-rewards-showcase-title {
  padding: 22px 18px;
}

.happi-qr-rewards-showcase-title h3 {
  margin: 0;
  font-family: var(--happi-qr-display-font);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.18;
}

.happi-qr-rewards-showcase-title i {
  display: block;
  width: 42px;
  height: 6px;
  margin: 22px 0 28px;
  border-radius: 999px;
  background: var(--happi-qr-yellow);
}

.happi-qr-rewards-showcase-title p {
  margin: 0;
  font-size: 17px;
}

.happi-qr-partner-carousel {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.happi-qr-partner-photo-box {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  min-height: 235px;
  padding: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid rgba(255, 201, 0, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 205, 0.62)),
    radial-gradient(circle at 50% 120%, rgba(255, 201, 0, 0.22), transparent 58%);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.happi-qr-partner-photo-box::-webkit-scrollbar {
  display: none;
}

.happi-qr-partner-slide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  scroll-snap-align: start;
}

.happi-qr-partner-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px 10px 14px;
  min-height: 205px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 226, 0.92)),
    repeating-linear-gradient(135deg, rgba(255, 201, 0, 0.08) 0 8px, rgba(255, 255, 255, 0) 8px 18px);
  box-shadow: inset 0 0 0 1px rgba(255, 201, 0, 0.16), 0 12px 30px rgba(43, 31, 0, 0.06);
}

.happi-qr-partner-card-empty {
  justify-content: center;
}

.happi-qr-partner-card img {
  width: 100%;
  height: 156px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(43, 31, 0, 0.08);
}

.happi-qr-partner-empty-visual {
  display: grid;
  place-items: center;
  height: 156px;
  border: 1px dashed rgba(255, 201, 0, 0.34);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 247, 203, 0.46)),
    radial-gradient(circle at center, rgba(255, 201, 0, 0.16), transparent 62%);
}

.happi-qr-partner-empty-visual span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--happi-qr-yellow), #f5b700);
  box-shadow: 0 10px 22px rgba(255, 201, 0, 0.28);
  position: relative;
}

.happi-qr-partner-empty-visual span::before,
.happi-qr-partner-empty-visual span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: var(--happi-qr-ink);
  transform: translate(-50%, -50%);
}

.happi-qr-partner-empty-visual span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.happi-qr-partner-card-step1 img {
  object-position: center 88%;
}

.happi-qr-partner-card-good-day img {
  object-position: center top;
}

.happi-qr-partner-slide:nth-child(2) .happi-qr-partner-card:nth-child(1) img {
  object-position: center 34%;
}

.happi-qr-partner-slide:nth-child(2) .happi-qr-partner-card:nth-child(3) img,
.happi-qr-partner-slide:nth-child(2) .happi-qr-partner-card:nth-child(4) img {
  object-position: center 24%;
}

.happi-qr-partner-slide:nth-child(3) .happi-qr-partner-card:nth-child(3) img {
  object-position: center 18%;
}

.happi-qr-partner-card figcaption {
  display: grid;
  flex: 1;
  place-items: center;
  min-height: 36px;
  margin-top: 10px;
  color: var(--happi-qr-ink);
  font-family: var(--happi-qr-display-font);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  overflow-wrap: anywhere;
}

.happi-qr-partner-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.happi-qr-partner-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 19, 24, 0.18);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease, transform 180ms ease;
}

.happi-qr-partner-dot.is-active {
  width: 28px;
  background: var(--happi-qr-yellow);
  box-shadow: 0 8px 16px rgba(255, 201, 0, 0.28);
}

.happi-qr-partner-dot:focus-visible {
  outline: 3px solid rgba(255, 201, 0, 0.38);
  outline-offset: 3px;
}

.happi-qr-reward-show-card {
  display: grid;
  justify-items: center;
  align-content: end;
  min-height: 235px;
  padding: 16px 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(43, 31, 0, 0.07);
  text-align: center;
}

.happi-qr-reward-show-card img {
  width: 132px;
  height: 132px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(43, 31, 0, 0.12));
}

.happi-qr-reward-show-card .happi-qr-reward-img-rounded {
  border-radius: 16px;
  object-fit: cover;
}

.happi-qr-reward-show-card h4 {
  margin: 14px 0 8px;
  font-family: var(--happi-qr-display-font);
  font-size: 22px;
  font-weight: 900;
}

.happi-qr-reward-show-card span {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  padding: 4px 18px;
  border-radius: 999px;
  background: var(--happi-qr-yellow);
  font-size: 14px;
  font-weight: 900;
}

.happi-qr-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.happi-qr-faq-card {
  padding: 28px 32px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 14px 36px rgba(39, 30, 0, 0.08);
}

.happi-qr-faq-card summary {
  cursor: pointer;
  font-family: var(--happi-qr-display-font);
  font-size: 21px;
  font-weight: 900;
}

.happi-qr-faq-card p {
  margin: 14px 0 0;
  color: var(--happi-qr-muted);
  font-size: 16px;
  line-height: 1.7;
}

.happi-qr-bottom-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 34px;
  background: linear-gradient(135deg, #fff4ba, #fff);
}

.happi-qr-bottom-banner strong {
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
}

.happi-qr-bottom-banner span {
  font-size: 17px;
}

.happi-qr-faq-section {
  width: min(100% - 44px, 1520px);
  margin-top: 52px;
  padding: 28px 0 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 229, 138, 0.42), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 229, 138, 0.5), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff9de 100%);
}

.happi-qr-faq-hero {
  position: relative;
  min-height: 220px;
  text-align: center;
}

.happi-qr-faq-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.happi-qr-faq-title-row h2 {
  margin: 0;
  font-family: var(--happi-qr-display-font);
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.happi-qr-faq-bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--happi-qr-yellow), #ffd826);
  font-family: var(--happi-qr-display-font);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.happi-qr-faq-bubble::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: 2px;
  width: 28px;
  height: 28px;
  background: var(--happi-qr-yellow);
  clip-path: polygon(100% 0, 0 68%, 100% 100%);
}

.happi-qr-faq-hero p {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--happi-qr-ink);
  font-size: 20px;
  line-height: 1.35;
}

.happi-qr-faq-cat {
  position: absolute;
  right: 96px;
  top: -8px;
  width: 310px;
  height: 256px;
  overflow: hidden;
  pointer-events: none;
}

.happi-qr-faq-cat img {
  position: absolute;
  right: 0;
  top: 0;
  width: 275px;
  max-width: none;
}

.happi-qr-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 10px;
}

.happi-qr-faq-item {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 26px 18px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(54, 40, 5, 0.08);
}

.happi-qr-faq-item h3 {
  margin: 0 0 6px;
  font-family: var(--happi-qr-display-font);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.happi-qr-faq-item p {
  margin: 0;
  color: var(--happi-qr-ink);
  font-size: 15.5px;
  line-height: 1.45;
}

.happi-qr-faq-item i {
  display: none;
}

.happi-qr-faq-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe982, var(--happi-qr-yellow));
  color: var(--happi-qr-ink);
}

.happi-qr-faq-icon::before {
  content: "";
  width: 36px;
  height: 36px;
  background: var(--happi-qr-ink);
  mask: var(--happi-faq-icon) center / contain no-repeat;
  -webkit-mask: var(--happi-faq-icon) center / contain no-repeat;
}

.happi-qr-faq-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(151, 98, 0, 0.18));
}

.happi-qr-faq-icon-coin::before {
  display: none;
}

.happi-qr-faq-icon-cat {
  overflow: hidden;
}

.happi-qr-faq-icon-cat::before {
  display: none;
}

.happi-qr-faq-icon-cat img {
  width: 74px;
  height: 74px;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
  transform: translateY(0);
  filter: drop-shadow(0 7px 8px rgba(91, 62, 0, 0.16));
}

.happi-qr-faq-icon-shield {
  --happi-faq-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='m8.5 12 2.3 2.3 4.7-5'/%3E%3C/svg%3E");
}

.happi-qr-faq-icon-gift {
  --happi-faq-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 7v13'/%3E%3Cpath d='M12 7H8.5A2.5 2.5 0 1 1 12 3.5z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 12 3.5z'/%3E%3C/svg%3E");
}

.happi-qr-faq-icon-protect {
  --happi-faq-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-3.5 7-9V5l-7-3-7 3v8c0 5.5 7 9 7 9z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3Cpath d='M7.8 18a5 5 0 0 1 8.4 0'/%3E%3C/svg%3E");
}

.happi-qr-faq-icon-phone {
  --happi-faq-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2.5' width='10' height='19' rx='2.2'/%3E%3Cpath d='M10.5 18h3'/%3E%3C/svg%3E");
}

.happi-qr-faq-icon-claim {
  --happi-faq-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h6'/%3E%3Cpath d='M9 4a3 3 0 0 0 6 0'/%3E%3Crect x='5' y='4' width='14' height='18' rx='2'/%3E%3Cpath d='M8 11h8'/%3E%3Cpath d='M8 15h8'/%3E%3C/svg%3E");
}

.happi-qr-faq-icon-calendar {
  --happi-faq-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4'/%3E%3Cpath d='M8 3v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}

.happi-qr-faq-icon-bot {
  --happi-faq-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6V3'/%3E%3Cpath d='M8 3h8'/%3E%3Crect x='4' y='8' width='16' height='11' rx='3'/%3E%3Cpath d='M2 13h2'/%3E%3Cpath d='M20 13h2'/%3E%3Cpath d='M9 13h.01'/%3E%3Cpath d='M15 13h.01'/%3E%3Cpath d='M9 16h6'/%3E%3C/svg%3E");
}

.happi-qr-faq-footer {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 400px;
  gap: 22px;
  align-items: center;
  min-height: 100px;
  margin-top: 12px;
  padding: 14px 14px 14px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff3b5, #fff);
  box-shadow: 0 16px 42px rgba(54, 40, 5, 0.08);
}

.happi-qr-faq-trust-art {
  position: relative;
  height: 78px;
}

.happi-qr-faq-trust-art img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(151, 98, 0, 0.14));
}

.happi-qr-faq-trust-art img:first-child {
  left: 10px;
  bottom: 0;
  width: 74px;
  height: 74px;
}

.happi-qr-faq-trust-art img:last-child {
  left: 68px;
  bottom: 4px;
  width: 60px;
  height: 60px;
}

.happi-qr-faq-trust-copy h3 {
  margin: 0 0 8px;
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-faq-trust-copy p {
  margin: 0;
  font-size: 16px;
}

.happi-qr-faq-contact {
  display: grid;
  grid-template-columns: 58px 1fr 76px;
  gap: 14px;
  align-items: center;
  padding: 10px 12px 10px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.happi-qr-faq-heart {
  position: relative;
  width: 48px;
  height: 44px;
  background: var(--happi-qr-yellow);
  clip-path: polygon(50% 96%, 42% 88%, 21% 69%, 8% 54%, 2% 39%, 5% 22%, 16% 9%, 31% 7%, 43% 15%, 50% 27%, 57% 15%, 69% 7%, 84% 9%, 95% 22%, 98% 39%, 92% 54%, 79% 69%, 58% 88%);
}

.happi-qr-faq-contact h4 {
  margin: 0 0 4px;
  font-family: var(--happi-qr-display-font);
  font-size: 19px;
  font-weight: 900;
}

.happi-qr-faq-contact p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.happi-qr-faq-qr {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 5px;
  background: #fff;
  border: 3px solid #111;
}

.happi-qr-faq-qr span {
  width: 50px;
  height: 50px;
  background:
    conic-gradient(#111 25%, transparent 0 50%, #111 0 75%, transparent 0) 0 0 / 12px 12px,
    linear-gradient(#111 0 0) 0 0 / 18px 18px no-repeat,
    linear-gradient(#111 0 0) 40px 0 / 18px 18px no-repeat,
    linear-gradient(#111 0 0) 0 40px / 18px 18px no-repeat,
    #fff;
}

.happi-qr-steps {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr;
  gap: 14px;
  align-items: center;
}

.happi-qr-step-card,
.happi-qr-protection-panel,
.happi-qr-pricing-card,
.happi-qr-core-card,
.happi-qr-coin-step,
.happi-qr-reward-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--happi-qr-shadow);
}

.happi-qr-step-card {
  min-height: 510px;
  padding: 30px;
}

.happi-qr-step-card b,
.happi-qr-coin-step b {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
  font-size: 20px;
}

.happi-qr-step-card h3,
.happi-qr-core-card h3,
.happi-qr-coin-step h3,
.happi-qr-reward-title h3 {
  margin: 18px 0 8px;
  font-family: var(--happi-qr-display-font);
  font-size: 23px;
  font-weight: 900;
}

.happi-qr-step-card p,
.happi-qr-core-card p,
.happi-qr-coin-step p {
  margin: 0;
  color: var(--happi-qr-muted);
  font-size: 16px;
  line-height: 1.65;
}

.happi-qr-phone-mini {
  margin: 28px auto 0;
  width: min(260px, 100%);
  min-height: 270px;
  padding: 38px 18px;
  border: 9px solid #151515;
  border-radius: 34px 34px 0 0;
  background: linear-gradient(#fffefa, #fff5c7);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.happi-qr-step-arrow,
.happi-qr-flow-arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
  font-size: 32px;
  font-weight: 900;
}

.happi-qr-highlight-bar {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 24px 34px;
  background: linear-gradient(135deg, #fff4bb, #fff);
}

.happi-qr-highlight-bar strong {
  font-size: 22px;
}

.happi-qr-highlight-bar span {
  font-size: 15px;
  font-weight: 700;
}

.happi-qr-protection {
  width: min(100%, 1536px);
  margin-top: 42px;
  padding: 0 10px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 37%, rgba(255, 255, 255, 0.38) 57%, rgba(255, 244, 178, 0.36) 100%),
    linear-gradient(180deg, #fffdf7 0%, #fff8db 78%, #fff 100%);
}

.happi-qr-protection::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  z-index: 0;
  width: min(1180px, 88%);
  height: 58px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(180deg, rgba(255, 201, 0, 0), rgba(255, 201, 0, 0.08));
  transform: translateX(-50%);
  pointer-events: none;
}

.happi-qr-protection::after {
  content: "";
  position: absolute;
  inset: 24px 42px 70px auto;
  z-index: 0;
  width: min(430px, 30vw);
  opacity: 0.13;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 201, 0, 0.95) 0 14px, transparent 15px),
    radial-gradient(circle at 78% 18%, rgba(255, 201, 0, 0.9) 0 9px, transparent 10px),
    radial-gradient(circle at 64% 62%, rgba(255, 201, 0, 0.95) 0 18px, transparent 19px),
    radial-gradient(circle at 34% 78%, rgba(255, 201, 0, 0.85) 0 8px, transparent 9px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='86' viewBox='0 0 86 86'%3E%3Cpath d='M43 12c8 7 17 8 26 9v18c0 16-10 25-26 31-16-6-26-15-26-31V21c9-1 18-2 26-9Z' fill='none' stroke='%23ffc900' stroke-width='5' stroke-linejoin='round'/%3E%3Cpath d='m31 43 8 8 18-19' fill='none' stroke='%23ffc900' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 78% 42% / 86px 86px no-repeat;
  pointer-events: none;
}

.happi-qr-protection-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  min-height: 330px;
  gap: 18px;
  align-items: start;
  overflow: hidden;
  padding: 38px 48px 0 68px;
}

.happi-qr-protection-hero > div:first-child {
  position: relative;
  z-index: 2;
}

.happi-qr-protection-hero .happi-qr-label {
  min-height: 46px;
  padding: 8px 22px 8px 16px;
  gap: 12px;
  font-size: 1.14rem;
}

.happi-qr-protection-hero .happi-qr-label::before,
.happi-qr-info-strip-icon::before {
  content: "";
  width: 29px;
  height: 29px;
  background: var(--happi-qr-ink);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.happi-qr-protection-hero .happi-qr-heading {
  max-width: 670px;
  margin-top: 18px;
  font-size: clamp(2.35rem, 3.85vw, 3.65rem);
  line-height: 1.18;
}

.happi-qr-protection-hero .happi-qr-subtitle {
  margin: 14px 0 0;
  max-width: 720px;
  color: var(--happi-qr-ink);
  font-size: 1.25rem;
  line-height: 1.5;
}

.happi-qr-protection-photo {
  position: absolute;
  inset: 0 0 auto auto;
  width: 50.4%;
  height: 360px;
  overflow: hidden;
  border-top-right-radius: 32px;
  background:
    radial-gradient(circle at 72% 22%, rgba(194, 211, 120, 0.55), transparent 30%),
    radial-gradient(circle at 84% 64%, rgba(226, 179, 72, 0.34), transparent 36%),
    linear-gradient(135deg, rgba(255, 248, 222, 0.9), rgba(218, 230, 173, 0.72));
}

.happi-qr-protection-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 42%;
}

.happi-qr-protection-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.4) 34%, rgba(255, 255, 255, 0.02) 72%),
    linear-gradient(180deg, rgba(255, 250, 229, 0.08), rgba(255, 227, 88, 0.1));
  pointer-events: none;
}

.happi-qr-protection-photo::after {
  display: none;
}

.happi-qr-protection-photo-placeholder {
  position: absolute;
  right: 58px;
  bottom: 74px;
  z-index: 2;
  color: rgba(16, 19, 24, 0.38);
  font-family: var(--happi-qr-display-font);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.happi-qr-family-photo,
.happi-qr-campaign-photo {
  min-height: 260px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 201, 0, 0.28), rgba(7, 91, 67, 0.12)),
    #fff;
  display: grid;
  place-items: center;
  color: var(--happi-qr-green);
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
  font-weight: 900;
  box-shadow: var(--happi-qr-shadow);
}

.happi-qr-protection-panel {
  position: relative;
  z-index: 3;
  margin: 10px auto 0;
  width: calc(100% - 98px);
  padding: 18px 42px 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 201, 0, 0.18),
    0 0 42px rgba(255, 201, 0, 0.16),
    0 18px 54px rgba(44, 36, 8, 0.12);
  overflow: visible;
}

.happi-qr-protection-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 201, 0, 0.18), rgba(255, 255, 255, 0) 42%, rgba(255, 201, 0, 0.12));
  filter: blur(18px);
  pointer-events: none;
}

.happi-qr-protection-panel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0 0 58px;
  text-align: center;
  font-family: var(--happi-qr-display-font);
  font-size: 1.48rem;
  font-weight: 900;
}

.happi-qr-protection-panel-title::before,
.happi-qr-protection-panel-title::after {
  content: "";
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: #f4cf42;
}

.happi-qr-protection-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.happi-qr-protect-card {
  position: relative;
  min-height: 190px;
  padding: 64px 34px 20px;
  border: 1px solid rgba(238, 200, 74, 0.46);
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.68);
  overflow: visible;
}

.happi-qr-protect-icon {
  position: absolute;
  left: 50%;
  top: -62px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 18px 30px rgba(219, 161, 0, 0.16);
  transform: translateX(-50%);
}

.happi-qr-protect-icon::before {
  display: none;
}

.happi-qr-protect-icon::after {
  display: none;
}

.happi-qr-protect-icon svg {
  width: 80px;
  height: 80px;
  overflow: visible;
  filter: drop-shadow(0 6px 4px rgba(118, 86, 0, 0.22));
}

.happi-qr-protect-icon img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.happi-qr-protect-icon-shield {
  background: radial-gradient(circle at 42% 32%, #ffd845, var(--happi-qr-yellow) 68%, #f2bd00 100%);
}

.happi-qr-svg-white {
  fill: #fff;
}

.happi-qr-svg-yellow-stroke {
  fill: none;
  stroke: #f5bd00;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.happi-qr-svg-yellow-outline {
  stroke: #f5bd00;
  stroke-width: 3;
}

.happi-qr-svg-yellow-fill {
  fill: #f5bd00;
}

.happi-qr-protect-card h4 {
  margin: 0 0 9px;
  font-family: var(--happi-qr-display-font);
  font-size: 1.48rem;
  font-weight: 900;
}

.happi-qr-protect-card p {
  margin: 0 auto;
  max-width: 280px;
  color: var(--happi-qr-ink);
  font-size: 0.98rem;
  line-height: 1.5;
}

.happi-qr-protect-card-summary {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  min-height: 176px;
  padding: 22px 72px 24px 38px;
  border: 0;
  border-radius: 0;
  text-align: left;
  background:
    radial-gradient(circle at 104px 50%, rgba(255, 216, 65, 0.28), transparent 112px),
    linear-gradient(90deg, rgba(255, 248, 214, 0.48), rgba(255, 255, 255, 0) 72%);
  box-shadow: none;
  overflow: visible;
}

.happi-qr-protect-card-summary::after {
  content: "";
  position: absolute;
  left: 224px;
  top: 50%;
  z-index: 0;
  width: 2px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 201, 0, 0), rgba(255, 201, 0, 0.62), rgba(255, 201, 0, 0));
  transform: translateY(-50%);
  pointer-events: none;
}

.happi-qr-protect-card-summary .happi-qr-protect-icon {
  position: relative;
  left: auto;
  top: auto;
  justify-self: center;
  width: 142px;
  height: 142px;
  transform: none;
}

.happi-qr-protect-copy {
  position: relative;
  z-index: 1;
}

.happi-qr-protect-copy::after {
  content: "";
  display: block;
  width: min(220px, 52%);
  height: 5px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--happi-qr-yellow), rgba(255, 201, 0, 0));
}

.happi-qr-protect-card-summary h4 {
  margin-bottom: 10px;
  color: var(--happi-qr-ink);
  font-size: 1.72rem;
}

.happi-qr-protect-card-summary p {
  margin: 0;
  max-width: 610px;
  color: #3e3e3e;
  font-size: 1.08rem;
  line-height: 1.62;
}

.happi-qr-protect-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.happi-qr-protect-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 15px;
  border: 1px solid rgba(238, 190, 34, 0.42);
  border-radius: 999px;
  background: rgba(255, 232, 111, 0.34);
  color: #171717;
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.happi-qr-info-strip {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 205px;
  align-items: center;
  gap: 18px;
  margin: 16px 10px 0;
  min-height: 82px;
  padding: 12px 20px 12px 30px;
  border-radius: 18px;
  background: linear-gradient(105deg, #fff8d8 0%, #fffdf5 58%, #fff0b6 100%);
}

@media (min-width: 761px) {
  .happi-qr-protection-panel .happi-qr-info-strip {
    position: relative;
    grid-template-columns: 70px minmax(430px, 620px) 70px;
    justify-content: center;
    width: min(1210px, calc(100% - 80px));
    margin: 18px auto 0;
  }

  .happi-qr-protection-panel .happi-qr-info-strip-icon {
    grid-column: 1;
    justify-self: end;
  }

  .happi-qr-protection-panel .happi-qr-info-strip div {
    grid-column: 2;
    text-align: center;
  }

  .happi-qr-protection-panel .happi-qr-info-strip-art {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.happi-qr-info-strip-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
}

.happi-qr-info-strip-icon::before {
  display: none;
}

.happi-qr-info-strip-icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  transform: scale(1.45);
}

.happi-qr-info-strip strong {
  display: block;
  font-family: var(--happi-qr-display-font);
  font-size: 1.24rem;
  font-weight: 900;
}

.happi-qr-info-strip span {
  color: var(--happi-qr-ink);
}

.happi-qr-info-strip div span {
  display: block;
  margin-top: 6px;
  font-size: 0.98rem;
  line-height: 1.45;
}

.happi-qr-info-strip-art {
  justify-self: end;
  position: relative;
  display: block;
  width: 170px;
  height: 70px;
}

.happi-qr-info-strip-art::before {
  display: none;
}

.happi-qr-info-strip-art::after {
  display: none;
}

.happi-qr-info-strip-art img {
  position: absolute;
  right: -4px;
  bottom: -8px;
  width: 150px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 8px rgba(152, 103, 0, 0.14));
}

.happi-qr-icon-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: calc(100% - 190px);
  margin: 20px auto 0;
}

.happi-qr-icon-row div,
.happi-qr-small-pills span {
  min-height: 72px;
  padding: 0 24px;
  border-right: 1px solid rgba(219, 184, 70, 0.48);
  background: transparent;
}

.happi-qr-icon-row div {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  column-gap: 14px;
}

.happi-qr-icon-row div:last-child {
  border-right: 0;
}

.happi-qr-icon-row-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffdc42, var(--happi-qr-yellow));
}

.happi-qr-icon-row-icon::before {
  display: none;
}

.happi-qr-icon-row-icon svg {
  width: 34px;
  height: 34px;
  fill: var(--happi-qr-ink);
}

.happi-qr-icon-row-icon img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  transform: scale(1.55);
}

.happi-qr-icon-row b {
  display: block;
  align-self: end;
  font-family: var(--happi-qr-display-font);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
}

.happi-qr-icon-row div > span:not(.happi-qr-icon-row-icon) {
  display: block;
  align-self: start;
  margin-top: 4px;
  color: var(--happi-qr-ink);
  font-size: 0.93rem;
  line-height: 1.45;
}

.happi-qr-membership {
  width: fit-content;
  max-width: 100%;
  margin-top: 72px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.happi-qr-membership-reference {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 24px);
  object-fit: contain;
}

.happi-qr-membership-hero {
  position: relative;
  min-height: 214px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
}

.happi-qr-membership-copy {
  padding-top: 6px;
  text-align: center;
}

.happi-qr-membership .happi-qr-heading {
  margin: 0;
  font-size: clamp(42px, 4.25vw, 64px);
  line-height: 1.08;
}

.happi-qr-membership .happi-qr-heading span {
  color: var(--happi-qr-yellow);
}

.happi-qr-membership .happi-qr-subtitle {
  margin: 10px 0 20px;
  color: #111822;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 600;
}

.happi-qr-membership-perks {
  width: min(720px, 88%);
  min-height: 58px;
  margin: 0 auto;
  padding: 9px 28px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(218, 164, 57, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(112, 80, 15, 0.08);
}

.happi-qr-membership-perks span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #15191f;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.happi-qr-membership-perks i,
.happi-qr-plan-feature-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
}

.happi-qr-perk-shield,
.happi-qr-perk-coin,
.happi-qr-perk-gift {
  color: #0f1720;
  background: linear-gradient(135deg, #ffdf45, #f6bd00);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.happi-qr-perk-shield::before,
.happi-qr-feature-shield::before {
  content: "";
  width: 15px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 9px 9px;
  clip-path: polygon(50% 0, 92% 18%, 92% 64%, 50% 100%, 8% 64%, 8% 18%);
}

.happi-qr-perk-gift::before,
.happi-qr-feature-gift::before {
  content: "";
  width: 16px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 2px;
  box-shadow: inset 5px 0 0 transparent;
}

.happi-qr-perk-gift::after,
.happi-qr-feature-gift::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.happi-qr-membership-cat {
  position: relative;
  height: 252px;
}

.happi-qr-membership-cat > img:first-child {
  position: absolute;
  right: 68px;
  top: -16px;
  z-index: 2;
  width: 252px;
  height: 252px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(85, 58, 10, 0.16));
}

.happi-qr-membership-gift {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 1;
  width: 112px;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(127, 82, 0, 0.18));
}

.happi-qr-membership-coin {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 246, 189, 0.9);
  background: linear-gradient(135deg, #ffd955, #d89218);
  color: #ffe88b;
  font-family: var(--happi-qr-display-font);
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(156, 99, 4, 0.2), inset 0 -4px 0 rgba(130, 80, 0, 0.12);
}

.happi-qr-membership-coin-a {
  right: 112px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  font-size: 25px;
}

.happi-qr-membership-coin-b {
  right: 36px;
  bottom: -2px;
  width: 54px;
  height: 54px;
  font-size: 22px;
}

.happi-qr-membership-coin-c {
  right: 0;
  bottom: 48px;
  width: 48px;
  height: 48px;
  font-size: 19px;
}

.happi-qr-pricing-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 290px;
  gap: 24px;
  align-items: stretch;
}

.happi-qr-pricing-card,
.happi-qr-upgrade-card {
  border: 1px solid rgba(215, 171, 87, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 48px rgba(73, 53, 16, 0.12);
}

.happi-qr-pricing-card {
  display: flex;
  min-height: 634px;
  flex-direction: column;
  overflow: visible;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.happi-qr-plan-top {
  position: relative;
  min-height: 148px;
  padding: 60px 28px 20px;
  border-radius: 28px 28px 0 0;
  text-align: center;
  color: white;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f2bd87, #bf7331);
}

.happi-qr-silver .happi-qr-plan-top {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #d7d9dc, #9399a0);
}

.happi-qr-gold .happi-qr-plan-top {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #ffd83d, #f3b900);
  color: white;
}

.happi-qr-plan-medal {
  position: absolute;
  left: 50%;
  top: -42px;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  transform: translateX(-50%);
  border: 3px solid rgba(255, 238, 169, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.65), transparent 26%),
    linear-gradient(135deg, #ffc987, #a96529);
  color: #ffe5ac;
  font-family: var(--happi-qr-display-font);
  font-size: 37px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(116, 69, 17, 0.22);
}

.happi-qr-silver .happi-qr-plan-medal {
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.75), transparent 26%),
    linear-gradient(135deg, #f1f3f5, #9ea3a8);
  color: #f8fbff;
}

.happi-qr-gold .happi-qr-plan-medal {
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.72), transparent 26%),
    linear-gradient(135deg, #ffe36d, #e79a13);
  color: #fff0a8;
}

.happi-qr-plan-top h3 {
  margin: 0;
  font-family: var(--happi-qr-display-font);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(56, 34, 0, 0.18);
}

.happi-qr-plan-top p {
  width: fit-content;
  margin: 12px auto 0;
  padding: 5px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(17, 23, 32, 0.86);
  font-size: 15px;
  font-weight: 800;
}

.happi-qr-plan-price,
.happi-qr-pricing-card .happi-qr-note {
  padding: 0 28px;
  text-align: center;
}

.happi-qr-plan-price {
  margin: 16px 0 0;
  color: #05080d;
  font-size: 26px;
  font-weight: 900;
}

.happi-qr-plan-price span,
.happi-qr-plan-price em {
  font-style: normal;
  font-size: 22px;
}

.happi-qr-plan-price strong {
  color: #05080d;
  font-size: 58px;
  line-height: 0.95;
  letter-spacing: 0;
}

.happi-qr-pricing-card .happi-qr-note {
  margin: 6px 0 12px;
  color: #20242a;
  font-size: 17px;
}

.happi-qr-pricing-card ul {
  flex: 1;
  margin: 0;
  padding: 0 24px 14px;
  list-style: none;
}

.happi-qr-pricing-card li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 49px;
  padding: 8px 0;
  border-top: 1px solid rgba(153, 126, 78, 0.22);
  color: #111820;
  font-size: 16px;
  line-height: 1.35;
}

.happi-qr-pricing-card li span {
  min-width: 0;
}

.happi-qr-pricing-card li b {
  color: #d75200;
  font-size: 16px;
  white-space: nowrap;
}

.happi-qr-plan-feature-icon {
  width: 30px;
  height: 30px;
  color: #1a1e24;
  background: #fff;
  border: 2px solid rgba(206, 143, 19, 0.55);
  box-shadow: 0 4px 8px rgba(106, 77, 16, 0.12);
}

.happi-qr-feature-coin,
.happi-qr-feature-star,
.happi-qr-feature-lock {
  color: #b77f00;
  background: #fff7d1;
}

.happi-qr-feature-ai::before {
  content: "";
  width: 16px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 8px 8px 6px 6px;
}

.happi-qr-feature-ai::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 8px 0 0 currentColor;
}

.happi-qr-feature-star::before {
  content: "★";
  font-size: 20px;
  line-height: 1;
}

.happi-qr-feature-lock::before {
  content: "";
  width: 13px;
  height: 11px;
  margin-top: 6px;
  border-radius: 3px;
  background: currentColor;
}

.happi-qr-feature-lock::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 12px;
  height: 9px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.happi-qr-yellow-cta {
  margin: 0 28px 22px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--happi-qr-yellow), #ffd93c);
  color: var(--happi-qr-ink);
  box-shadow: 0 12px 28px rgba(255, 201, 0, 0.28);
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-yellow-cta span {
  font-size: 34px;
  line-height: 1;
}

.happi-qr-upgrade-card {
  align-self: end;
  min-height: 520px;
  padding: 30px 28px 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 214, 53, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 228, 0.94));
}

.happi-qr-upgrade-card h3 {
  margin: 0 0 18px;
  color: #10151c;
  font-family: var(--happi-qr-display-font);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
}

.happi-qr-upgrade-card p {
  margin: 0 0 24px;
  color: #20242a;
  font-size: 17px;
  line-height: 1.7;
}

.happi-qr-upgrade-chart {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 12px auto 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 64%, rgba(255, 250, 229, 0.9) 65% 100%);
  box-shadow: inset 0 0 0 1px rgba(226, 187, 101, 0.2);
}

.happi-qr-upgrade-chart i {
  position: absolute;
  left: 52px;
  top: 55px;
  width: 92px;
  height: 68px;
  border-top: 8px solid #ffcf21;
  border-radius: 50% 50% 0 0;
  transform: rotate(-20deg);
}

.happi-qr-upgrade-chart i::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -14px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 24px solid #ffcf21;
  transform: rotate(44deg);
}

.happi-qr-upgrade-chart span {
  position: absolute;
  bottom: 42px;
  width: 34px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #ffd85a, #d78923);
  box-shadow: inset 0 8px 10px rgba(255, 255, 255, 0.38);
}

.happi-qr-upgrade-chart span:nth-of-type(1) {
  left: 44px;
  height: 40px;
  background: linear-gradient(180deg, #f4c08a, #bd7235);
}

.happi-qr-upgrade-chart span:nth-of-type(2) {
  left: 84px;
  height: 58px;
  background: linear-gradient(180deg, #f1f4f7, #a8adb2);
}

.happi-qr-upgrade-chart span:nth-of-type(3) {
  left: 124px;
  height: 82px;
}

.happi-qr-upgrade-card b {
  min-height: 66px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(220, 180, 88, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #20242a;
  font-size: 15px;
  line-height: 1.45;
}

.happi-qr-upgrade-card b i {
  position: relative;
  width: 34px;
  height: 31px;
  flex: 0 0 auto;
}

.happi-qr-upgrade-card b i::before,
.happi-qr-upgrade-card b i::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 30px;
  border-radius: 22px 22px 0 0;
  background: #ffcf21;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.happi-qr-upgrade-card b i::after {
  left: 13px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.happi-qr-disclaimer {
  margin: 22px 0 0 24px;
  color: var(--happi-qr-muted);
  font-size: 14px;
}

.happi-qr-section9 {
  width: fit-content;
  max-width: calc(100% - 24px);
  margin-top: 76px;
  padding: 12px;
  overflow: visible;
  border-top: 2px solid rgba(255, 201, 0, 0.38);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 247, 203, 0.72), rgba(255, 255, 255, 0.92) 34%),
    #fff;
  box-shadow: 0 24px 70px rgba(63, 45, 0, 0.1);
}

.happi-qr-section9-reference {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 56px);
  object-fit: contain;
  border-radius: 28px;
}

.happi-qr-campaign {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: auto auto;
  border-radius: 46px;
  overflow: hidden;
  background: linear-gradient(105deg, var(--happi-qr-yellow) 0 47%, #fff 47% 100%);
  box-shadow: var(--happi-qr-shadow);
}

.happi-qr-campaign-copy {
  padding: 72px 66px;
}

.happi-qr-logo {
  font-family: var(--happi-qr-display-font);
  font-size: 32px;
  font-weight: 900;
}

.happi-qr-logo-img {
  display: block;
  width: min(220px, 72vw);
  height: auto;
}

.happi-qr-tagline {
  margin: 6px 0 48px;
  font-size: 20px;
}

.happi-qr-campaign-copy p:not(.happi-qr-tagline) {
  max-width: 470px;
  color: #20242b;
  font-size: 18px;
  line-height: 1.75;
}

.happi-qr-campaign-copy small {
  display: block;
  margin-top: 16px;
  font-size: 14px;
}

.happi-qr-campaign-photo {
  position: relative;
  min-height: 600px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 201, 0, 0.2), transparent 28%),
    linear-gradient(180deg, #fffefa 0%, #fff3bc 100%);
}

.happi-qr-campaign-img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}

.happi-qr-lifestyle-img {
  object-fit: contain;
  object-position: center bottom;
  padding: 34px 10px 0;
  filter: drop-shadow(0 24px 36px rgba(52, 35, 0, 0.16));
}

.happi-qr-campaign-cat {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 230px;
  height: 230px;
  object-fit: contain;
  border-radius: 28px;
  filter: drop-shadow(0 18px 28px rgba(52, 35, 0, 0.18));
}

.happi-qr-campaign-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 28px 54px;
  background: rgba(255, 255, 255, 0.82);
}

.happi-qr-campaign-benefits div {
  text-align: center;
}

.happi-qr-campaign-benefits b {
  display: block;
  font-size: 20px;
}

.happi-qr-campaign-benefits span {
  display: block;
  margin-top: 8px;
  color: var(--happi-qr-muted);
  font-size: 15px;
}

.happi-qr-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.happi-qr-core-card {
  overflow: hidden;
}

.happi-qr-core-visual {
  min-height: 260px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff8d8, #ffe36c);
  font-family: var(--happi-qr-display-font);
  font-size: 24px;
  font-weight: 900;
}

.happi-qr-core-visual img {
  width: min(220px, 72%);
  height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(98, 68, 0, 0.18));
}

.happi-qr-core-visual .happi-qr-core-creamy {
  width: min(300px, 92%);
  height: 230px;
  object-fit: contain;
}

.happi-qr-core-card h3,
.happi-qr-core-card p {
  padding: 0 28px;
}

.happi-qr-core-card p {
  padding-bottom: 30px;
}

.happi-qr-small-pills {
  margin-top: 28px;
}

.happi-qr-small-pills span {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.happi-qr-coins-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 230px;
  gap: 14px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--happi-qr-shadow);
}

.happi-qr-coin-step {
  min-height: 260px;
  padding: 24px;
  text-align: center;
}

.happi-qr-coins-phone {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 210px;
  min-height: 330px;
}

.happi-qr-redeem-list {
  position: relative;
  margin-top: 18px;
  padding: 14px;
  border-radius: 14px;
  background: #fff4bc;
  font-size: 12px;
  font-weight: 800;
}

.happi-qr-rewards {
  display: grid;
  grid-template-columns: 220px repeat(6, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.happi-qr-reward-title {
  align-self: center;
}

.happi-qr-reward-title h3 {
  margin-top: 0;
}

.happi-qr-reward-title p {
  color: var(--happi-qr-muted);
  font-size: 16px;
}

.happi-qr-reward-card {
  min-height: 160px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 18px;
}

.happi-qr-reward-img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 8px;
}

.happi-qr-reward-card span {
  font-family: var(--happi-qr-display-font);
  font-size: 20px;
  font-weight: 900;
}

.happi-qr-reward-card b {
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--happi-qr-yellow);
  font-size: 13px;
}

.happi-qr-float {
  animation: happi-qr-float 5s ease-in-out infinite;
}

@keyframes happi-qr-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1100px) {
  .happi-qr-section {
    width: min(100% - 32px, 980px);
    padding: 56px 0;
  }

  .happi-qr-hero-panel,
  .happi-qr-compare-wrap,
  .happi-qr-protection-top,
  .happi-qr-pricing-layout,
  .happi-qr-campaign,
  .happi-qr-coins-flow {
    grid-template-columns: 1fr;
  }

  .happi-qr-intro {
    width: min(100% - 32px, 980px);
  }

  .happi-qr-intro-cards {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 44px;
  }

  .happi-qr-intro-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) 1fr;
    min-height: 360px;
  }

  .happi-qr-card-image {
    height: 100%;
    min-height: 360px;
  }

  .happi-qr-card-copy {
    align-content: center;
    padding: 46px 40px 40px 18px;
  }

  .happi-qr-card-image-chat img {
    width: auto;
    max-width: 70%;
    height: 250px;
    max-height: 250px;
    margin-left: 72px;
  }

  .happi-qr-chat-bubble {
    right: 28px;
    top: 126px;
    width: 182px;
  }

  .happi-qr-intro-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .happi-qr-intro-strip div:nth-child(2) {
    border-right: 0;
  }

  .happi-qr-coins-guide {
    width: min(100% - 32px, 980px);
  }

  .happi-qr-coins-guide-head {
    min-height: 230px;
  }

  .happi-qr-coins-guide-coin-top {
    left: -18px;
    top: 48px;
    width: 220px;
  }

  .happi-qr-coins-guide-cat {
    right: -104px;
    bottom: -78px;
    width: 270px;
    height: 238px;
  }

  .happi-qr-coins-guide-cat img {
    width: 300px;
  }

  .happi-qr-coins-flow-panel {
    overflow: visible;
    padding: 30px 26px;
  }

  .happi-qr-coins-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }

  .happi-qr-coins-arrow {
    display: none;
  }

  .happi-qr-coins-app {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    width: 260px;
    height: 496px;
    border: 0;
    border-radius: 0;
  }

  .happi-qr-coins-app-third {
    display: none;
  }

  .happi-qr-rewards-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .happi-qr-partner-carousel {
    grid-column: 1 / -1;
  }

  .happi-qr-partner-photo-box {
    grid-column: 1 / -1;
  }

  .happi-qr-partner-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .happi-qr-rewards-showcase-title {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .happi-qr-rewards-showcase-title h3 {
    min-width: 190px;
  }

  .happi-qr-rewards-showcase-title i {
    margin: 0;
  }

  .happi-qr-hero-panel {
    padding: 44px;
  }

  .happi-qr-hero-campaign {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 0;
  }

  .happi-qr-hero-brand {
    min-height: 500px;
    padding: 54px 46px 42px;
  }

  .happi-qr-hero-brand::after {
    display: none;
  }

  .happi-qr-hero-visual {
    min-height: 470px;
  }

  .happi-qr-hero-people {
    right: 50%;
    bottom: 10px;
    width: min(720px, 112%);
    height: 500px;
    transform: translateX(50%);
  }

  .happi-qr-hero-creamy {
    right: 28px;
    bottom: -8px;
    width: 220px;
    height: 220px;
  }

  .happi-qr-hero-metrics {
    grid-template-columns: 1fr;
    padding: 20px 34px 30px;
  }

  .happi-qr-hero-metric {
    grid-template-columns: 76px 1fr;
    min-height: 98px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(190, 160, 60, 0.28);
  }

  .happi-qr-hero-metric:last-child {
    border-bottom: 0;
  }

  .happi-qr-hero-metric img {
    width: 68px;
    height: 68px;
  }

  .happi-qr-hero-art {
    min-height: 540px;
  }

  .happi-qr-hero-cta {
    grid-template-columns: 1fr;
    padding: 28px 44px;
  }

  .happi-qr-compare {
    grid-template-columns: 170px 1fr 1fr;
  }

  .happi-qr-steps {
    grid-template-columns: 1fr;
  }

  .happi-qr-step-arrow,
  .happi-qr-flow-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .happi-qr-protection-panel {
    margin-top: 24px;
  }

  .happi-qr-campaign {
    background: linear-gradient(180deg, var(--happi-qr-yellow), #fff 55%);
  }

  .happi-qr-campaign-photo {
    min-height: 360px;
  }

  .happi-qr-coins-phone {
    margin: 0 auto;
  }

  .happi-qr-rewards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .happi-qr-section {
    width: min(100% - 24px, 560px);
    padding: 42px 0;
  }

  .happi-qr-intro {
    width: min(100% - 24px, 560px);
    padding-top: 18px;
  }

  .happi-qr-intro::before {
    top: -150px;
    right: -170px;
    width: 320px;
    height: 320px;
    border-width: 52px;
  }

  .happi-qr-intro-head .happi-qr-label {
    min-width: 180px;
    min-height: 40px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .happi-qr-intro-head .happi-qr-title {
    font-size: 2.875rem;
  }

  .happi-qr-intro-head .happi-qr-subtitle {
    margin-top: 14px;
    font-size: 17px;
  }

  .happi-qr-smile {
    width: 68px;
    height: 30px;
    margin-top: 12px;
    border-bottom-width: 9px;
  }

  .happi-qr-intro-cards {
    gap: 22px;
    margin-top: 34px;
  }

  .happi-qr-intro-card {
    display: block;
    min-height: 0;
    border-radius: 24px;
  }

  .happi-qr-card-number {
    top: 18px;
    left: 18px;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .happi-qr-card-image {
    height: 260px;
    min-height: 260px;
    padding: 18px 20px 0;
  }

  .happi-qr-card-image-chat img {
    width: auto;
    max-width: 58%;
    height: 205px;
    max-height: 205px;
    margin-left: 42px;
  }

  .happi-qr-chat-bubble {
    right: 12px;
    top: 82px;
    width: 146px;
    padding: 12px 13px;
    font-size: 12px;
    border-radius: 16px;
  }

  .happi-qr-chat-bubble::before {
    left: -10px;
    top: 42px;
    width: 18px;
    height: 18px;
  }

  .happi-qr-card-copy {
    grid-template-columns: 82px 1fr;
    gap: 16px;
    padding: 18px 22px 28px;
  }

  .happi-qr-card-icon {
    width: 56px;
    height: 56px;
    border-width: 13px;
  }

  .happi-qr-card-copy h3 {
    font-size: 25px;
  }

  .happi-qr-card-copy p {
    font-size: 16px;
  }

  .happi-qr-intro-strip {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 22px;
    border-radius: 24px;
  }

  .happi-qr-intro-strip div,
  .happi-qr-intro-strip div:nth-child(2) {
    min-height: 82px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(219, 184, 70, 0.42);
  }

  .happi-qr-intro-strip div:last-child {
    border-bottom: 0;
  }

  .happi-qr-coins-guide {
    width: min(100% - 24px, 560px);
    padding: 30px 0 38px;
  }

  .happi-qr-coins-guide-head {
    min-height: 0;
  }

  .happi-qr-coins-guide-head .happi-qr-label {
    min-width: 230px;
    min-height: 40px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .happi-qr-coins-guide-head .happi-qr-title {
    font-size: 2.7rem;
  }

  .happi-qr-coins-guide-head .happi-qr-subtitle {
    font-size: 16px;
  }

  .happi-qr-coins-guide-coin,
  .happi-qr-coins-guide-cat {
    display: none;
  }

  .happi-qr-coins-flow-panel {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .happi-qr-coins-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .happi-qr-coins-step-visual {
    width: 185px;
    height: 166px;
    border-radius: 28px;
  }

  .happi-qr-coins-step h3 {
    font-size: 22px;
  }

  .happi-qr-coins-step p {
    font-size: 15px;
  }

  .happi-qr-coins-app {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(245px, 100%);
    height: 430px;
    margin: 0 auto;
  }

  .happi-qr-coins-app-third {
    display: none;
  }

  .happi-qr-rewards-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .happi-qr-partner-carousel {
    grid-column: 1 / -1;
  }

  .happi-qr-partner-photo-box {
    grid-column: 1 / -1;
    grid-template-columns: none;
    min-height: 0;
    padding: 10px;
  }

  .happi-qr-partner-card {
    min-height: 0;
    padding: 8px 8px 12px;
  }

  .happi-qr-partner-card img {
    height: 120px;
    border-radius: 12px;
  }

  .happi-qr-partner-card figcaption {
    min-height: 32px;
    font-size: 12px;
  }

  .happi-qr-rewards-showcase-title {
    display: block;
    padding: 14px 10px;
  }

  .happi-qr-rewards-showcase-title h3 {
    font-size: 1.75rem;
  }

  .happi-qr-rewards-showcase-title i {
    margin: 16px 0;
  }

  .happi-qr-reward-show-card {
    min-height: 205px;
  }

  .happi-qr-reward-show-card img {
    width: 108px;
    height: 108px;
  }

  .happi-qr-title,
  .happi-qr-heading {
    font-size: clamp(24px, 7vw, 28px);
  }

  .happi-qr-subtitle {
    font-size: 16px;
  }

  .happi-qr-label,
  .happi-qr-kicker {
    font-size: 16px;
    min-height: 34px;
  }

  .happi-qr-hero-panel {
    padding: 28px 20px;
    border-radius: 32px;
  }

  .happi-qr-hero-campaign {
    padding: 0;
  }

  .happi-qr-hero-brand {
    min-height: auto;
    padding: 34px 22px 26px;
  }

  .happi-qr-hero-logo {
    width: clamp(128px, 42vw, 178px);
    max-width: 72%;
  }

  .happi-qr-hero-tagline {
    margin: 12px 0 34px;
    font-size: 16px;
  }

  .happi-qr-hero-brand .happi-qr-subtitle {
    margin-top: 20px;
    font-size: 16px;
  }

  .happi-qr-hero-inline-cta {
    min-width: 0;
    margin-top: 26px;
  }

  .happi-qr-hero-footnote {
    margin-left: 0;
    font-size: 14px;
  }

  .happi-qr-hero-visual {
    min-height: 390px;
  }

  .happi-qr-hero-people {
    right: 50%;
    bottom: 26px;
    width: 520px;
    height: 390px;
  }

  .happi-qr-hero-creamy {
    right: -18px;
    bottom: -8px;
    width: 170px;
    height: 170px;
  }

  .happi-qr-hero-metrics {
    padding: 16px 22px 24px;
  }

  .happi-qr-hero-metric {
    grid-template-columns: 62px 1fr;
    min-height: 86px;
  }

  .happi-qr-hero-metric img {
    width: 56px;
    height: 56px;
  }

  .happi-qr-hero-metric strong {
    font-size: 18px;
  }

  .happi-qr-hero-metric span {
    font-size: 13px;
  }

  .happi-qr-price-card {
    padding: 24px;
  }

  .happi-qr-price,
  .happi-qr-plan-price {
    font-size: 30px;
  }

  .happi-qr-benefit-row,
  .happi-qr-icon-row,
  .happi-qr-protection-cards,
  .happi-qr-core-grid,
  .happi-qr-small-pills,
  .happi-qr-campaign-benefits,
  .happi-qr-faq-grid {
    grid-template-columns: 1fr;
  }

  .happi-qr-hero-art {
    min-height: 600px;
  }

  .happi-qr-hero-lifestyle {
    right: -70px;
    top: 40px;
    width: 330px;
    height: 360px;
    opacity: 0.18;
  }

  .happi-qr-mascot {
    left: 0;
    top: 20px;
    width: 190px;
    height: 190px;
  }

  .happi-qr-hero-gift {
    right: 12px;
    bottom: 148px;
    width: 112px;
    height: 112px;
  }

  .happi-qr-phone {
    right: 0;
    top: 220px;
    width: 200px;
    min-height: 360px;
  }

  .happi-qr-speech {
    left: 0;
    bottom: 0;
    font-size: 18px;
  }

  .happi-qr-black-cta,
  .happi-qr-yellow-cta {
    width: 100%;
    min-height: 54px;
    font-size: 20px;
  }

  .happi-qr-compare {
    display: block;
  }

  .happi-qr-compare-head,
  .happi-qr-compare-cell {
    padding: 16px;
    font-size: 15px;
  }

  .happi-qr-bottom-banner,
  .happi-qr-highlight-bar,
  .happi-qr-info-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .happi-qr-pricing-layout {
    grid-template-columns: 1fr;
  }

  .happi-qr-protection-panel {
    padding: 28px 18px;
  }

  .happi-qr-campaign-copy {
    padding: 42px 24px;
  }

  .happi-qr-logo {
    font-size: 28px;
  }

  .happi-qr-rewards {
    grid-template-columns: repeat(2, 1fr);
  }

  .happi-qr-reward-title {
    grid-column: 1 / -1;
  }
}

/* Compact Section 1 variant: designed so the QR landing hero reads in one screen. */
.happi-qr-hero-compact {
  padding-top: 14px;
  padding-bottom: 8px;
  min-height: auto;
}

.happi-qr-hero-compact .happi-qr-hero-campaign {
  grid-template-columns: minmax(300px, 0.94fr) minmax(320px, 1.06fr);
  grid-template-rows: minmax(clamp(430px, 54vh, 520px), 1fr) auto;
  min-height: clamp(620px, 82vh, 760px);
  border-radius: 48px;
}

.happi-qr-hero-compact .happi-qr-hero-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-top: 4px;
}

.happi-qr-hero-compact .happi-qr-hero-brand {
  min-height: 430px;
  padding: 34px 48px 36px;
}

.happi-qr-hero-compact .happi-qr-hero-logo {
  width: 168px;
  max-width: 55%;
}

.happi-qr-hero-compact .happi-qr-hero-tagline {
  margin: 10px 0 26px;
  font-size: 17px;
}

.happi-qr-hero-compact .happi-qr-hero-brand .happi-qr-title {
  max-width: 470px;
  font-size: 52px;
  line-height: 1.06;
}

.happi-qr-hero-compact .happi-qr-hero-brand .happi-qr-subtitle {
  max-width: 460px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
}

.happi-qr-hero-compact .happi-qr-hero-inline-cta {
  min-width: 300px;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 26px;
  font-size: 18px;
}

.happi-qr-hero-compact .happi-qr-brand-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  border-radius: 50%;
  background: var(--happi-qr-yellow);
  box-shadow: inset 0 -3px 8px rgba(116, 83, 0, 0.2);
}

.happi-qr-hero-compact .happi-qr-brand-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 10px;
  border: 0;
  border-radius: 0;
  background: url("./assets/happi-smile-black.png") center / contain no-repeat;
  transform: translate(-50%, -42%);
}

.happi-qr-hero-compact .happi-qr-hero-footnote {
  margin-top: 12px;
  font-size: 14px;
}

.happi-qr-hero-compact .happi-qr-hero-visual {
  min-height: 430px;
}

.happi-qr-hero-compact .happi-qr-hero-visual::after {
  bottom: -94px;
  height: 170px;
}

.happi-qr-hero-compact .happi-qr-hero-people {
  right: 24px;
  bottom: 2px;
  width: min(650px, 126%);
  height: 508px;
}

.happi-qr-hero-compact .happi-qr-hero-creamy {
  right: 16px;
  bottom: 4px;
  width: 204px;
  height: 204px;
}

.happi-qr-hero-compact .happi-qr-hero-metrics {
  padding: 14px 40px 18px;
}

.happi-qr-hero-compact .happi-qr-hero-metric {
  grid-template-columns: 64px 1fr;
  min-height: 78px;
  padding: 0 22px;
}

.happi-qr-hero-compact .happi-qr-hero-metric img {
  width: 58px;
  height: 58px;
  transform: translateY(4px);
}

.happi-qr-hero-compact .happi-qr-hero-metric strong {
  font-size: 17px;
}

.happi-qr-hero-compact .happi-qr-hero-metric span {
  --metric-subtitle-lift: -10px;
  grid-column: 2;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
  transform: translateY(var(--metric-subtitle-lift));
}

.happi-qr-hero-compact .happi-qr-hero-cta {
  grid-template-columns: minmax(220px, 330px) 1fr;
  gap: 18px;
  padding: 12px 48px 14px;
}

.happi-qr-hero-compact .happi-qr-qr-slot {
  display: none;
}

.happi-qr-hero-compact .happi-qr-hero-cta .happi-qr-black-cta {
  min-height: 50px;
  font-size: 18px;
}

.happi-qr-hero-compact .happi-qr-store-links p {
  font-size: 15px;
}

.happi-qr-hero-compact .happi-qr-store {
  min-height: 42px;
  min-width: 148px;
  padding: 5px 12px 6px;
  font-size: 10px;
}

.happi-qr-hero-compact .happi-qr-store strong {
  font-size: 14px;
}

.happi-qr-hero-compact .happi-qr-store-icon {
  width: 22px;
  height: 22px;
}

.happi-qr-hero-compact .happi-qr-store-icon-img {
  width: 22px;
  height: 22px;
}

.happi-qr-hero-compact .happi-qr-store-icon-play {
  width: 24px;
  height: 24px;
}

@media (max-width: 1100px) {
  .happi-qr-hero-compact .happi-qr-hero-campaign {
    grid-template-columns: minmax(280px, 0.92fr) minmax(290px, 1.08fr);
    grid-template-rows: minmax(clamp(420px, 52vh, 500px), 1fr) auto;
    min-height: clamp(600px, 82vh, 740px);
  }

  .happi-qr-hero-compact .happi-qr-hero-brand {
    min-height: 420px;
    padding: 32px 38px 32px;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand::after {
    display: block;
    right: -56px;
    width: 112px;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand .happi-qr-title {
    font-size: 42px;
  }

  .happi-qr-hero-compact .happi-qr-hero-visual {
    min-height: 420px;
    z-index: 1;
    overflow: visible;
  }

  .happi-qr-hero-compact .happi-qr-hero-people {
    right: -12px;
    width: min(640px, 126%);
    height: 470px;
    transform: none;
  }

  .happi-qr-hero-compact .happi-qr-hero-creamy {
    right: 4px;
    width: 178px;
    height: 178px;
  }
}

@media (max-width: 760px) {
  .happi-qr-hero-compact {
    padding-top: 8px;
    padding-bottom: 4px;
  }

  .happi-qr-hero-compact .happi-qr-hero-campaign {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    grid-template-rows: minmax(430px, 1fr) auto;
    min-height: clamp(560px, 82vh, 720px);
    border-radius: 28px;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand {
    min-height: 430px;
    padding: 24px 18px 18px;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand::after {
    display: block;
    right: -34px;
    width: 68px;
  }

  .happi-qr-hero-compact .happi-qr-hero-logo {
    width: 122px;
    max-width: 78%;
  }

  .happi-qr-hero-compact .happi-qr-hero-tagline {
    margin: 8px 0 16px;
    font-size: 13px;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand .happi-qr-title {
    font-size: 27px;
    line-height: 1.08;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand .happi-qr-subtitle {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.42;
  }

  .happi-qr-hero-compact .happi-qr-hero-inline-cta {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    margin-top: 14px;
    padding: 0 10px;
    font-size: 13px;
  }

  .happi-qr-hero-compact .happi-qr-hero-inline-cta span {
    margin-left: 8px;
  }

  .happi-qr-hero-compact .happi-qr-brand-mark {
    width: 18px;
    height: 18px;
  }

  .happi-qr-hero-compact .happi-qr-brand-mark::after {
    left: 50%;
    top: 50%;
    width: 12px;
    height: 8px;
    border: 0;
    transform: translate(-50%, -42%);
  }

  .happi-qr-hero-compact .happi-qr-hero-footnote {
    display: none;
  }

  .happi-qr-hero-compact .happi-qr-hero-visual {
    min-height: 430px;
    z-index: 1;
    overflow: hidden;
  }

  .happi-qr-hero-compact .happi-qr-hero-visual::after {
    left: -65%;
    right: -42%;
    bottom: -68px;
    height: 132px;
  }

  .happi-qr-hero-compact .happi-qr-hero-people {
    right: -102px;
    bottom: 12px;
    width: 448px;
    height: 448px;
    transform: none;
  }

  .happi-qr-hero-compact .happi-qr-hero-creamy {
    right: -4px;
    bottom: 8px;
    width: 144px;
    height: 144px;
  }

  .happi-qr-hero-compact .happi-qr-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 8px;
  }

  .happi-qr-hero-compact .happi-qr-hero-metric {
    display: block;
    min-height: 70px;
    padding: 5px 4px;
    border-right: 1px solid rgba(190, 160, 60, 0.28);
    text-align: center;
  }

  .happi-qr-hero-compact .happi-qr-hero-metric img {
    width: 40px;
    height: 40px;
  }

  .happi-qr-hero-compact .happi-qr-hero-metric strong {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.15;
  }

  .happi-qr-hero-compact .happi-qr-hero-metric span {
    display: none;
  }

  .happi-qr-hero-compact .happi-qr-hero-cta {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px 12px 11px;
    border-radius: 0 0 26px 26px;
  }

  .happi-qr-hero-compact .happi-qr-hero-signature {
    height: 24px;
    margin-top: 2px;
  }

  .happi-qr-hero-compact .happi-qr-hero-cta .happi-qr-black-cta {
    min-height: 38px;
    font-size: 15px;
  }

  .happi-qr-hero-compact .happi-qr-store-links {
    gap: 7px;
  }

  .happi-qr-hero-compact .happi-qr-store-links p {
    font-size: 13px;
  }

  .happi-qr-hero-compact .happi-qr-store {
    flex: 1 1 0;
    min-width: 0;
    min-height: 36px;
    padding: 4px 7px;
    font-size: 9px;
  }

  .happi-qr-hero-compact .happi-qr-store strong {
    font-size: 12px;
  }

  .happi-qr-hero-compact .happi-qr-store-icon {
    width: 18px;
    height: 18px;
  }

  .happi-qr-hero-compact .happi-qr-store-icon-img {
    width: 18px;
    height: 18px;
  }

  .happi-qr-hero-compact .happi-qr-store-icon-play {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 680px) and (max-width: 760px) {
  .happi-qr-hero-compact .happi-qr-hero-visual {
    overflow: visible;
  }
}

.happi-qr-compare-section {
  width: min(1536px, calc((100vh - 8px) * 1.5), calc(100% - 48px));
  margin-top: 54px;
  padding: 4px 0;
  overflow: visible;
}

.happi-qr-compare-section::before {
  display: none;
}

.happi-qr-compare-section > :not(.happi-qr-section5-reference) {
  display: none !important;
}

.happi-qr-section5-reference {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Section 7 final lock: show the approved reference artwork only. */
.happi-qr-join-flow {
  width: min(1536px, calc(100% - 48px));
  padding: 0;
  overflow: visible;
  background: #fff;
}

.happi-qr-join-flow::before {
  display: none;
}

.happi-qr-join-flow > :not(.happi-qr-section7-reference) {
  display: none !important;
}

.happi-qr-section7-reference {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Final responsive safety layer for Sections 1-7.
   Keeps approved desktop artwork intact while preventing clipped layouts on phones/tablets. */
@media (max-width: 1100px) {
  .happi-qr-coins-guide-cat {
    right: 0;
    width: clamp(190px, 32vw, 270px);
  }

  .happi-qr-coins-guide-cat img {
    width: clamp(210px, 36vw, 300px);
  }

  .happi-qr-compare-section,
  .happi-qr-join-flow {
    width: min(1536px, calc(100% - 24px));
  }
}

@media (max-width: 760px) {
  .happi-qr-page {
    overflow-x: hidden;
  }

  .happi-qr-hero-compact .happi-qr-hero-campaign {
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  }

  .happi-qr-hero-compact .happi-qr-hero-people {
    right: 2px;
    bottom: 48px;
    width: min(46vw, 188px);
    height: min(58vw, 232px);
    object-fit: contain;
    object-position: center bottom;
  }

  .happi-qr-hero-compact .happi-qr-hero-creamy {
    right: 0;
    width: clamp(118px, 36vw, 144px);
    height: clamp(118px, 36vw, 144px);
  }

  .happi-qr-info-strip {
    grid-template-columns: 52px minmax(0, 1fr) minmax(72px, 24vw);
    gap: 10px;
    margin-inline: 0;
    padding: 12px 12px 12px 14px;
  }

  .happi-qr-info-strip-icon {
    width: 48px;
    height: 48px;
  }

  .happi-qr-info-strip-icon img {
    width: 40px;
    height: 40px;
  }

  .happi-qr-info-strip strong {
    font-size: clamp(0.9rem, 4.1vw, 1.05rem);
    line-height: 1.18;
  }

  .happi-qr-info-strip div span {
    font-size: clamp(0.78rem, 3.35vw, 0.9rem);
    line-height: 1.34;
  }

  .happi-qr-info-strip-art {
    width: min(24vw, 92px);
    height: 58px;
    overflow: visible;
  }

  .happi-qr-info-strip-art img {
    right: 0;
    bottom: -4px;
    width: min(28vw, 104px);
  }

  .happi-qr-compare-section,
  .happi-qr-join-flow {
    width: min(1536px, calc(100% - 16px));
    margin-top: 32px;
  }

  .happi-qr-membership {
    width: min(1536px, calc(100% - 16px));
    margin-top: 32px;
  }

  .happi-qr-protection-hero {
    display: block;
    min-height: 560px;
    padding: 66px 22px 48px;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(105deg, rgba(255, 250, 229, 0.96), rgba(255, 247, 206, 0.78));
  }

  .happi-qr-protection-hero > div:first-child {
    position: relative;
    z-index: 2;
    max-width: 100%;
  }

  .happi-qr-protection-hero .happi-qr-label {
    width: fit-content;
    max-width: 100%;
  }

  .happi-qr-protection-hero .happi-qr-heading {
    max-width: 270px;
    margin-top: 38px;
  }

  .happi-qr-protection-hero .happi-qr-subtitle {
    max-width: 255px;
  }

  .happi-qr-protection-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .happi-qr-protection-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% 22%;
  }

  .happi-qr-protection-photo::before {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.84) 48%, rgba(255, 255, 255, 0.16) 100%),
      linear-gradient(180deg, rgba(255, 250, 226, 0.18), rgba(255, 232, 111, 0.32));
  }
}

@media (max-width: 390px) {
  .happi-qr-hero-compact .happi-qr-hero-brand {
    padding-inline: 16px 12px;
  }

  .happi-qr-hero-compact .happi-qr-hero-people {
    right: 2px;
    width: 178px;
    height: 222px;
  }

  .happi-qr-hero-compact .happi-qr-hero-creamy {
    width: 122px;
    height: 122px;
  }
}

@media (max-width: 1100px) {
  .happi-qr-faq-section {
    width: min(100% - 32px, 980px);
    margin-top: 42px;
    padding-top: 38px;
  }

  .happi-qr-faq-title-row {
    flex-direction: column;
    gap: 14px;
  }

  .happi-qr-faq-title-row h2 {
    font-size: 3.5rem;
  }

  .happi-qr-faq-cat {
    right: -28px;
    top: -22px;
    width: 220px;
    height: 165px;
    opacity: 0.95;
  }

  .happi-qr-faq-cat img {
    width: 210px;
  }

  .happi-qr-faq-list {
    grid-template-columns: 1fr;
  }

  .happi-qr-faq-footer {
    grid-template-columns: 150px 1fr;
  }

  .happi-qr-faq-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .happi-qr-faq-section {
    width: min(100% - 24px, 560px);
    margin-top: 32px;
    padding: 32px 0 38px;
  }

  .happi-qr-faq-hero {
    min-height: 0;
  }

  .happi-qr-faq-title-row h2 {
    font-size: 2.8rem;
  }

  .happi-qr-faq-bubble {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 17px;
  }

  .happi-qr-faq-hero p {
    font-size: 16px;
  }

  .happi-qr-faq-cat {
    display: none;
  }

  .happi-qr-faq-item {
    grid-template-columns: 62px 1fr;
    gap: 14px;
    min-height: 0;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .happi-qr-faq-icon {
    width: 54px;
    height: 54px;
  }

  .happi-qr-faq-icon::before {
    width: 31px;
    height: 31px;
  }

  .happi-qr-faq-icon img {
    width: 44px;
    height: 44px;
  }

  .happi-qr-faq-item h3 {
    font-size: 19px;
  }

  .happi-qr-faq-item p {
    font-size: 14px;
  }

  .happi-qr-faq-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .happi-qr-faq-trust-art {
    display: none;
  }

  .happi-qr-faq-trust-copy h3 {
    font-size: 23px;
  }

  .happi-qr-faq-trust-copy p,
  .happi-qr-faq-contact p {
    font-size: 14px;
  }

  .happi-qr-faq-contact {
    grid-template-columns: 48px 1fr 70px;
    gap: 12px;
    padding: 12px;
  }

  .happi-qr-faq-heart {
    width: 42px;
    height: 42px;
  }

  .happi-qr-faq-qr {
    width: 62px;
    height: 62px;
  }

  .happi-qr-faq-qr span {
    width: 48px;
    height: 48px;
  }
}

/* Section 7 uses the approved reference artwork for pixel-identical matching. */
.happi-qr-join-flow {
  width: min(1536px, 100%);
  padding: 0;
  overflow: visible;
  background: #fff;
}

.happi-qr-join-flow::before {
  display: none;
}

.happi-qr-join-flow > :not(.happi-qr-section7-reference) {
  display: none !important;
}

.happi-qr-section7-reference {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .happi-qr-compare-section {
    width: min(100% - 32px, 980px);
    padding: 54px 0;
  }

  .happi-qr-compare-section::before {
    width: 220px;
    height: 220px;
    border-width: 24px;
  }

  .happi-qr-compare-hero {
    min-height: 220px;
  }

  .happi-qr-compare-hero .happi-qr-heading {
    font-size: 3.25rem;
  }

  .happi-qr-section5-cat {
    right: -44px;
    bottom: -48px;
    width: 248px;
    height: 222px;
  }

  .happi-qr-compare-section .happi-qr-compare-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
  }

  .happi-qr-compare-grid {
    grid-template-columns: 210px minmax(220px, 1fr) minmax(250px, 1.1fr);
  }

  .happi-qr-compare-topic {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 16px 18px;
    font-size: 20px;
  }

  .happi-qr-topic-icon {
    width: 48px;
    height: 48px;
  }

  .happi-qr-topic-icon::before {
    width: 27px;
    height: 27px;
  }

  .happi-qr-compare-cell {
    padding: 16px 18px;
    font-size: 18px;
  }

  .happi-qr-side-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
  }

  .happi-qr-side-card {
    grid-template-columns: 68px 1fr;
    min-height: 110px;
    padding: 16px;
  }

  .happi-qr-side-card img {
    width: 64px;
    height: 64px;
  }

  .happi-qr-side-card p {
    font-size: 15px;
  }

  .happi-qr-side-card strong {
    font-size: 17px;
  }

  .happi-qr-slogan {
    max-width: none;
    font-size: 22px;
  }
}

@media (max-width: 760px) {
  .happi-qr-compare-section {
    width: min(100% - 24px, 620px);
    padding: 42px 0;
  }

  .happi-qr-compare-section::before {
    display: none;
  }

  .happi-qr-compare-hero {
    min-height: 188px;
    text-align: left;
  }

  .happi-qr-compare-hero .happi-qr-section-head {
    padding-right: 96px;
  }

  .happi-qr-compare-hero .happi-qr-label {
    min-width: 0;
    min-height: 36px;
    margin: 0 0 14px;
    padding: 6px 18px;
    font-size: 17px;
  }

  .happi-qr-compare-hero .happi-qr-heading {
    font-size: 2.28rem;
    line-height: 1.12;
  }

  .happi-qr-compare-hero .happi-qr-subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.45;
  }

  .happi-qr-section5-cat {
    right: -22px;
    bottom: -18px;
    width: 152px;
    height: 148px;
  }

  .happi-qr-compare-card {
    overflow: hidden;
    border-radius: 22px;
  }

  .happi-qr-compare-grid {
    min-width: 0;
    grid-template-columns: 30% 30% 40%;
  }

  .happi-qr-compare-corner,
  .happi-qr-compare-head,
  .happi-qr-compare-topic,
  .happi-qr-compare-cell {
    min-height: 78px;
  }

  .happi-qr-compare-head {
    min-height: 52px;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 1.18;
  }

  .happi-qr-compare-topic {
    grid-template-columns: 32px 1fr;
    gap: 7px;
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.18;
  }

  .happi-qr-topic-icon {
    width: 30px;
    height: 30px;
  }

  .happi-qr-topic-icon::before {
    width: 18px;
    height: 18px;
  }

  .happi-qr-compare-cell {
    grid-template-columns: 27px 1fr;
    gap: 7px;
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.28;
  }

  .happi-qr-compare-cell > span:first-child {
    width: 25px;
    height: 25px;
    font-size: 19px;
  }

  .happi-qr-side-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .happi-qr-side-card {
    grid-template-columns: 58px 1fr;
    min-height: 86px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .happi-qr-side-card img {
    width: 54px;
    height: 54px;
  }

  .happi-qr-slogan {
    gap: 14px;
    margin-top: 16px;
    padding: 16px 18px;
    min-height: 70px;
    border-radius: 16px;
    font-size: 17px;
    line-height: 1.35;
    text-align: left;
  }

  .happi-qr-slogan > span {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 1100px) {
  .happi-qr-membership {
    width: min(100% - 32px, 980px);
  }

  .happi-qr-membership-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .happi-qr-membership-cat {
    height: 210px;
    margin-top: 18px;
  }

  .happi-qr-membership-cat > img:first-child {
    right: 50%;
    top: 0;
    width: 214px;
    height: 214px;
    transform: translateX(56%);
  }

  .happi-qr-membership-gift {
    right: calc(50% - 176px);
  }

  .happi-qr-membership-coin-a {
    right: calc(50% - 114px);
  }

  .happi-qr-membership-coin-b {
    right: calc(50% - 188px);
  }

  .happi-qr-membership-coin-c {
    right: calc(50% - 220px);
  }

  .happi-qr-membership .happi-qr-pricing-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .happi-qr-upgrade-card {
    align-self: stretch;
  }
}

@media (max-width: 700px) {
  .happi-qr-membership {
    width: min(100% - 20px, 560px);
    padding-top: 8px;
  }

  .happi-qr-membership .happi-qr-heading {
    font-size: 34px;
  }

  .happi-qr-membership .happi-qr-subtitle {
    font-size: 18px;
  }

  .happi-qr-membership-perks {
    width: min(100%, 390px);
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 22px;
  }

  .happi-qr-membership-perks span {
    justify-content: center;
    font-size: 16px;
  }

  .happi-qr-membership-cat {
    height: 178px;
  }

  .happi-qr-membership-cat > img:first-child {
    width: 178px;
    height: 178px;
  }

  .happi-qr-membership-gift,
  .happi-qr-membership-coin {
    display: none;
  }

  .happi-qr-plan-top {
    min-height: 132px;
    padding-top: 54px;
  }

  .happi-qr-plan-price strong {
    font-size: 50px;
  }

  .happi-qr-pricing-card li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .happi-qr-pricing-card li b {
    grid-column: 2;
  }
}

/* Section 5 uses the approved reference artwork for pixel-identical matching. */
.happi-qr-compare-section {
  width: min(1536px, calc((100vh - 8px) * 1.5), calc(100% - 48px));
  padding: 4px 0;
  overflow: visible;
}

.happi-qr-compare-section::before {
  display: none;
}

.happi-qr-compare-section > :not(.happi-qr-section5-reference) {
  display: none !important;
}

.happi-qr-section5-reference {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Section 7 final lock: show the approved reference artwork only. */
.happi-qr-join-flow {
  width: min(1536px, calc((100vh - 54px) * 1.5), calc(100% - 48px));
  margin-top: 56px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 201, 0, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 201, 0, 0.12), transparent 30%),
    linear-gradient(180deg, #fffdf6 0%, #fff7d9 100%);
  box-shadow: 0 24px 64px rgba(44, 36, 8, 0.1);
}

.happi-qr-join-flow::before {
  display: none;
}

.happi-qr-join-flow > :not(.happi-qr-section7-reference) {
  display: none !important;
}

.happi-qr-section7-reference {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

/* Mobile polish: keep desktop composition untouched, but make phone layouts readable. */
@media (max-width: 760px) {
  .happi-qr-protection-panel {
    padding: 24px 14px 18px;
  }

  .happi-qr-protection-panel-title {
    gap: 12px;
    margin-bottom: 24px;
    font-size: 1.18rem;
    line-height: 1.18;
  }

  .happi-qr-protection-panel-title::before,
  .happi-qr-protection-panel-title::after {
    width: 22px;
  }

  .happi-qr-protection-cards {
    gap: 12px;
  }

  .happi-qr-protect-card {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    min-height: 0;
    padding: 14px 14px 14px 12px;
    text-align: left;
  }

  .happi-qr-protect-icon {
    position: static;
    grid-row: 1 / span 2;
    width: 70px;
    height: 70px;
    transform: none;
    box-shadow: 0 10px 18px rgba(219, 161, 0, 0.14);
  }

  .happi-qr-protect-icon svg {
    width: 46px;
    height: 46px;
  }

  .happi-qr-protect-icon img {
    width: 70px;
    height: 70px;
  }

  .happi-qr-protect-card h4 {
    margin: 0 0 4px;
    font-size: 1.1rem;
    line-height: 1.18;
  }

  .happi-qr-protect-card p {
    margin: 0;
    max-width: none;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .happi-qr-protect-card-summary {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 16px 15px;
    border-radius: 22px;
  }

  .happi-qr-protect-card-summary .happi-qr-protect-icon {
    width: 58px;
    height: 58px;
  }

  .happi-qr-protect-card-summary .happi-qr-protect-icon svg {
    width: 38px;
    height: 38px;
  }

  .happi-qr-protect-card-summary h4 {
    margin-bottom: 5px;
    font-size: 1.16rem;
  }

  .happi-qr-protect-card-summary p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .happi-qr-protect-tags {
    gap: 7px;
    margin-top: 10px;
  }

  .happi-qr-protect-tags span {
    min-height: 26px;
    padding: 4px 10px;
    font-size: 0.76rem;
  }

  .happi-qr-info-strip {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
    min-height: 92px;
    padding: 14px;
    overflow: hidden;
  }

  .happi-qr-info-strip > :not(.happi-qr-info-strip-art) {
    position: relative;
    z-index: 2;
  }

  .happi-qr-info-strip-icon {
    width: 46px;
    height: 46px;
  }

  .happi-qr-info-strip-icon img {
    width: 38px;
    height: 38px;
  }

  .happi-qr-info-strip strong,
  .happi-qr-info-strip div span,
  .happi-qr-icon-row b,
  .happi-qr-icon-row div > span:not(.happi-qr-icon-row-icon) {
    word-break: normal;
    overflow-wrap: normal;
    writing-mode: horizontal-tb;
  }

  .happi-qr-info-strip strong {
    font-size: 0.96rem;
    line-height: 1.24;
  }

  .happi-qr-info-strip div span {
    margin-top: 4px;
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .happi-qr-info-strip-art {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    width: 78px;
    height: 58px;
    opacity: 0.32;
  }

  .happi-qr-info-strip-art img {
    right: 0;
    bottom: 0;
    width: 82px;
  }

  .happi-qr-icon-row {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
    padding: 0 12px;
  }

  .happi-qr-icon-row div {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 64px;
    padding: 8px 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(219, 184, 70, 0.36);
  }

  .happi-qr-icon-row div:last-child {
    border-bottom: 0;
  }

  .happi-qr-icon-row-icon {
    width: 46px;
    height: 46px;
  }

  .happi-qr-icon-row-icon svg {
    width: 26px;
    height: 26px;
  }

  .happi-qr-icon-row-icon img {
    width: 34px;
    height: 34px;
  }

  .happi-qr-icon-row b {
    font-size: 0.98rem;
    line-height: 1.22;
  }

  .happi-qr-icon-row div > span:not(.happi-qr-icon-row-icon) {
    font-size: 0.82rem;
    line-height: 1.34;
  }

  .happi-qr-compare-section,
  .happi-qr-membership,
  .happi-qr-join-flow {
    width: min(100% - 20px, 560px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .happi-qr-compare-section {
    padding: 4px 0 10px;
  }

  .happi-qr-membership {
    padding-bottom: 10px;
    background: transparent;
  }

  .happi-qr-join-flow {
    padding: 12px;
  }

  .happi-qr-section5-reference,
  .happi-qr-membership-reference,
  .happi-qr-section7-reference {
    width: min(760px, 205vw);
    max-width: none;
    height: auto;
    scroll-snap-align: start;
  }

  .happi-qr-section7-reference {
    border-radius: 18px;
  }
}

/* Final switch: Section 5 and Section 6 use real HTML layouts, not poster images. */
.happi-qr-section5-reference,
.happi-qr-membership-reference {
  display: none !important;
}

.happi-qr-compare-section {
  width: min(100% - 44px, 1520px);
  padding: 46px 0 52px;
  overflow: visible;
}

.happi-qr-compare-section::before {
  display: block;
}

.happi-qr-compare-section > .happi-qr-compare-hero {
  display: block !important;
}

.happi-qr-compare-section > .happi-qr-compare-wrap {
  display: grid !important;
}

.happi-qr-compare-section > .happi-qr-slogan {
  display: flex !important;
}

.happi-qr-compare-section .happi-qr-section5-cat {
  right: -104px;
  bottom: -58px;
  width: 260px;
  height: 230px;
}

.happi-qr-membership {
  width: min(100% - 44px, 1520px);
  margin-top: 72px;
  padding: 34px 0 48px;
  overflow: visible;
  background: transparent;
}

.happi-qr-membership-hero {
  display: grid;
}

.happi-qr-pricing-layout {
  display: grid;
}

@media (max-width: 980px) {
  .happi-qr-compare-section,
  .happi-qr-membership {
    width: min(100% - 28px, 760px);
  }

  .happi-qr-compare-hero {
    min-height: 190px;
  }

  .happi-qr-compare-hero .happi-qr-heading {
    font-size: clamp(32px, 8vw, 54px);
  }

  .happi-qr-compare-section .happi-qr-section5-cat {
    right: -18px;
    bottom: -54px;
    width: 230px;
    height: 210px;
  }

  .happi-qr-compare-section .happi-qr-compare-wrap {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .happi-qr-side-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
  }

  .happi-qr-side-card {
    grid-template-columns: 54px 1fr;
    min-height: 92px;
    padding: 14px;
  }

  .happi-qr-side-card img {
    width: 54px;
    height: 54px;
  }

  .happi-qr-side-card p {
    font-size: 14px;
  }

  .happi-qr-side-card strong {
    font-size: 15px;
  }
}

@media (max-width: 760px) {
  .happi-qr-compare-section,
  .happi-qr-membership {
    width: min(100% - 20px, 560px);
    overflow: visible;
    scroll-snap-type: none;
  }

  .happi-qr-compare-section {
    padding: 34px 0 38px;
  }

  .happi-qr-compare-section::before {
    inset: 8px -40px auto auto;
    width: 180px;
    height: 180px;
    border-width: 20px;
  }

  .happi-qr-compare-hero {
    min-height: 0;
    text-align: center;
  }

  .happi-qr-compare-hero .happi-qr-section-head {
    max-width: none;
    padding-right: 0;
  }

  .happi-qr-compare-hero .happi-qr-label {
    min-width: 0;
    width: fit-content;
    margin: 0 auto 14px;
    padding: 7px 18px;
    font-size: 15px;
  }

  .happi-qr-compare-hero .happi-qr-heading {
    font-size: 31px;
    line-height: 1.12;
  }

  .happi-qr-compare-hero .happi-qr-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .happi-qr-compare-section .happi-qr-section5-cat {
    position: static;
    display: block;
    width: 106px;
    height: 106px;
    margin: 10px auto -2px;
    transform: none;
  }

  .happi-qr-compare-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 22px;
  }

  .happi-qr-compare-grid {
    min-width: 650px;
    grid-template-columns: 160px 220px 270px;
  }

  .happi-qr-compare-corner,
  .happi-qr-compare-head,
  .happi-qr-compare-topic,
  .happi-qr-compare-cell {
    min-height: 76px;
  }

  .happi-qr-compare-head {
    min-height: 54px;
    padding: 12px;
    font-size: 19px;
  }

  .happi-qr-compare-topic {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 12px 14px;
    font-size: 17px;
  }

  .happi-qr-topic-icon {
    width: 40px;
    height: 40px;
  }

  .happi-qr-topic-icon::before {
    width: 22px;
    height: 22px;
  }

  .happi-qr-compare-cell {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .happi-qr-compare-cell > span:first-child {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .happi-qr-side-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .happi-qr-side-card {
    grid-template-columns: 58px 1fr;
    min-height: 84px;
  }

  .happi-qr-side-card img {
    width: 58px;
    height: 58px;
  }

  .happi-qr-slogan {
    gap: 12px;
    margin-top: 16px;
    padding: 15px 16px;
    min-height: 0;
    font-size: 16px;
    line-height: 1.36;
    text-align: left;
  }

  .happi-qr-slogan > span {
    width: 34px;
    height: 34px;
  }

  .happi-qr-membership {
    margin-top: 56px;
    padding: 30px 0 38px;
  }

  .happi-qr-membership-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 34px;
  }

  .happi-qr-membership-copy {
    padding-top: 0;
  }

  .happi-qr-membership .happi-qr-heading {
    font-size: 33px;
    line-height: 1.13;
  }

  .happi-qr-membership .happi-qr-subtitle {
    margin: 8px 0 16px;
    font-size: 16px;
  }

  .happi-qr-membership-perks {
    width: 100%;
    max-width: 330px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 22px;
  }

  .happi-qr-membership-perks span {
    justify-content: center;
    font-size: 15px;
  }

  .happi-qr-membership-cat {
    height: 176px;
    margin-top: 14px;
  }

  .happi-qr-membership-cat > img:first-child {
    right: 50%;
    top: 0;
    width: 176px;
    height: 176px;
    transform: translateX(56%);
  }

  .happi-qr-membership-gift,
  .happi-qr-membership-coin {
    display: none;
  }

  .happi-qr-pricing-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .happi-qr-pricing-card {
    min-height: 0;
    border-radius: 24px;
  }

  .happi-qr-plan-top {
    min-height: 120px;
    padding: 48px 22px 18px;
    border-radius: 24px 24px 0 0;
  }

  .happi-qr-plan-medal {
    top: -34px;
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .happi-qr-plan-top h3 {
    font-size: 25px;
  }

  .happi-qr-plan-price strong {
    font-size: 52px;
  }

  .happi-qr-pricing-card ul {
    padding: 0 20px 14px;
  }

  .happi-qr-pricing-card li {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 46px;
    font-size: 14px;
  }

  .happi-qr-pricing-card li b {
    grid-column: auto;
    font-size: 14px;
  }

  .happi-qr-yellow-cta {
    min-height: 54px;
    margin: 0 22px 22px;
    font-size: 20px;
  }

  .happi-qr-upgrade-card {
    min-height: 0;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .happi-qr-upgrade-card h3 {
    font-size: 22px;
  }

  .happi-qr-upgrade-chart {
    width: 142px;
    height: 142px;
  }

  .happi-qr-disclaimer {
    margin: 18px 0 0;
    font-size: 12px;
    line-height: 1.45;
  }
}

/* Mobile-only HTML versions for Sections 7 and 9. Desktop keeps the approved poster artwork. */
.happi-qr-mobile-join,
.happi-qr-section9-mobile {
  display: none;
}

.happi-qr-section9-phone-screen {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 760px) {
  .happi-qr-join-flow {
    width: min(100% - 20px, 560px);
    margin-top: 42px;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(255, 201, 0, 0.22);
    border-radius: 30px;
    background:
      radial-gradient(circle at 86% 10%, rgba(255, 201, 0, 0.14), transparent 34%),
      linear-gradient(180deg, #fffdf7 0%, #fff7da 100%);
    box-shadow: 0 20px 58px rgba(45, 34, 0, 0.09);
  }

  .happi-qr-join-flow > .happi-qr-section7-reference {
    display: none !important;
  }

  .happi-qr-join-flow > .happi-qr-mobile-join {
    display: block !important;
  }

  .happi-qr-mobile-join {
    padding: 22px 12px 16px;
  }

  .happi-qr-mobile-join-head {
    text-align: center;
  }

  .happi-qr-mobile-join-head p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 0 0 12px;
    padding: 5px 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd500, #ffc400);
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 17px;
    font-weight: 900;
  }

  .happi-qr-mobile-join-head h2 {
    margin: 0;
    color: #101318;
    font-family: var(--happi-qr-display-font);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .happi-qr-mobile-join-head h2 span {
    color: var(--happi-qr-yellow);
  }

  .happi-qr-mobile-join-head small {
    display: block;
    margin: 10px auto 0;
    max-width: 310px;
    color: #272a30;
    font-size: 14px;
    line-height: 1.45;
  }

  .happi-qr-mobile-steps {
    display: grid;
    gap: 18px;
    margin-top: 24px;
  }

  .happi-qr-mobile-step {
    position: relative;
    overflow: hidden;
    padding: 18px 16px 0;
    border: 1px solid rgba(232, 189, 84, 0.22);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 40px rgba(66, 47, 0, 0.08);
  }

  .happi-qr-mobile-step-copy {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: start;
  }

  .happi-qr-mobile-step-copy > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd900, #ffc000);
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 18px;
    font-weight: 900;
  }

  .happi-qr-mobile-step h3 {
    margin: 2px 0 6px;
    color: #07090d;
    font-family: var(--happi-qr-display-font);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.18;
  }

  .happi-qr-mobile-step p {
    margin: 0;
    color: #272b31;
    font-size: 14px;
    line-height: 1.48;
  }

  .happi-qr-mini-phone {
    position: relative;
    width: min(230px, 86%);
    min-height: 308px;
    margin: 18px auto 0;
    padding: 28px 16px 18px;
    overflow: hidden;
    border: 9px solid #111;
    border-bottom-width: 0;
    border-radius: 34px 34px 0 0;
    background: #fff;
    box-shadow: 0 18px 36px rgba(42, 30, 0, 0.13);
  }

  .happi-qr-mini-status {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 76px;
    height: 14px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #111;
  }

  .happi-qr-mini-app-row {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
  }

  .happi-qr-mini-app-row img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .happi-qr-mini-app-row b,
  .happi-qr-mini-phone h4 {
    display: block;
    margin: 0;
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
  }

  .happi-qr-mini-app-row span,
  .happi-qr-mini-phone > p {
    display: block;
    margin: 4px 0 0;
    color: #6f7379;
    font-size: 11px;
  }

  .happi-qr-mini-rating {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 16px 0;
    text-align: center;
  }

  .happi-qr-mini-rating b,
  .happi-qr-mini-rating span {
    padding: 6px 4px;
    border-radius: 10px;
    background: #f6f6f6;
    font-size: 12px;
    font-weight: 800;
  }

  .happi-qr-mini-card {
    min-height: 92px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffd500, #fff0a3);
    text-align: center;
  }

  .happi-qr-mini-card strong,
  .happi-qr-mini-card b {
    display: block;
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-weight: 900;
  }

  .happi-qr-mini-card b {
    margin-top: 6px;
    font-size: 40px;
    line-height: 1;
  }

  .happi-qr-mini-store-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .happi-qr-mini-store-badges img {
    width: 100%;
    min-width: 0;
    height: 32px;
    object-fit: contain;
    border-radius: 7px;
    background: #050505;
  }

  .happi-qr-mini-phone-form span {
    display: block;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    color: #333;
    font-size: 12px;
  }

  .happi-qr-mini-phone button {
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #ffd500, #ffc400);
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 16px;
    font-weight: 900;
  }

  .happi-qr-mini-phone-success {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
  }

  .happi-qr-mini-phone-success i {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background:
      linear-gradient(135deg, #45ce63, #1da946);
    box-shadow: 0 12px 28px rgba(36, 169, 73, 0.24);
  }

  .happi-qr-mini-phone-success i::after {
    content: "";
    display: block;
    width: 30px;
    height: 16px;
    margin: 25px auto 0;
    border-left: 7px solid #fff;
    border-bottom: 7px solid #fff;
    transform: rotate(-45deg);
  }

  .happi-qr-mobile-join-footer {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff4bf, #fffdf4);
  }

  .happi-qr-mobile-join-footer > div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 10px;
    align-items: center;
  }

  .happi-qr-mobile-footer-icon {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    object-position: center;
  }

  .happi-qr-mobile-footer-clock {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
  }

  .happi-qr-mobile-join-footer > div > strong {
    font-family: var(--happi-qr-display-font);
    font-size: 18px;
    font-weight: 900;
  }

  .happi-qr-mobile-join-footer > div > span {
    color: #333841;
    font-size: 13px;
    line-height: 1.4;
  }

  .happi-qr-mobile-join-footer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .happi-qr-mobile-join-footer li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    align-items: center;
    justify-items: center;
    padding: 10px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
  }

  .happi-qr-mobile-join-footer li .happi-qr-mobile-footer-icon {
    width: 34px;
    height: 34px;
  }

  .happi-qr-mobile-footer-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .happi-qr-mobile-footer-copy strong {
    color: #111820;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.12;
    white-space: nowrap;
  }

  .happi-qr-mobile-footer-copy small {
    color: #333841;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
  }

  .happi-qr-section9 {
    width: min(100% - 20px, 560px);
    margin-top: 48px;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(255, 201, 0, 0.24);
    border-radius: 30px;
    background: #fffdf5;
    box-shadow: 0 22px 60px rgba(45, 34, 0, 0.1);
  }

  .happi-qr-section9-reference {
    display: none !important;
  }

  .happi-qr-section9-mobile {
    display: block !important;
    overflow: hidden;
    border-radius: 30px;
  }

  .happi-qr-section9-mobile-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 430px;
    padding: 30px 20px 0;
    overflow: hidden;
    background:
      linear-gradient(106deg, #ffd900 0 58%, rgba(255, 232, 82, 0.82) 58% 72%, #fff 72% 100%);
  }

  .happi-qr-section9-mobile-copy {
    position: relative;
    z-index: 2;
    max-width: 245px;
  }

  .happi-qr-section9-mobile-copy img {
    width: 150px;
    height: auto;
  }

  .happi-qr-section9-mobile-copy p {
    margin: 8px 0 24px;
    font-size: 14px;
    font-weight: 800;
  }

  .happi-qr-section9-mobile-copy h2 {
    margin: 0;
    color: #05080d;
    font-family: var(--happi-qr-display-font);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.12;
  }

  .happi-qr-section9-mobile-copy h2 span {
    display: inline-block;
    color: #111820;
  }

  .happi-qr-section9-mobile-copy strong {
    display: block;
    max-width: 178px;
    margin-top: 14px;
    color: #141820;
    font-size: 14px;
    line-height: 1.45;
  }

  .happi-qr-section9-mobile-visual {
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 188px;
    height: 238px;
  }

  .happi-qr-section9-mobile-visual > img {
    position: absolute;
    right: 54px;
    bottom: 8px;
    z-index: 2;
    width: 106px;
    filter: drop-shadow(0 14px 22px rgba(57, 38, 0, 0.2));
  }

  .happi-qr-section9-phone {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 104px;
    height: 184px;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 4px solid rgba(17, 17, 17, 0.92);
    border-radius: 20px;
    background: #111;
    box-shadow: 0 14px 28px rgba(36, 27, 0, 0.16);
  }

  .happi-qr-section9-phone b {
    display: block;
    font-family: var(--happi-qr-display-font);
    font-size: 16px;
    font-weight: 900;
  }

  .happi-qr-section9-phone > span {
    display: block;
    margin-bottom: 10px;
    color: #70747c;
    font-size: 7px;
  }

  .happi-qr-section9-phone div {
    padding: 8px;
    border-radius: 10px;
    background: #fff3bd;
    text-align: center;
  }

  .happi-qr-section9-phone div strong {
    display: block;
    font-size: 26px;
    line-height: 1;
  }

  .happi-qr-section9-phone ul {
    display: grid;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .happi-qr-section9-phone li {
    padding: 5px;
    border-radius: 8px;
    background: #fff8d9;
    font-size: 7px;
    font-weight: 900;
    text-align: center;
  }

  .happi-qr-section9-price {
    margin: -20px 18px 0;
    padding: 18px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(53, 39, 0, 0.12);
    text-align: center;
  }

  .happi-qr-section9-price span,
  .happi-qr-section9-price p,
  .happi-qr-section9-price small {
    display: block;
  }

  .happi-qr-section9-price span {
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 19px;
    font-weight: 900;
  }

  .happi-qr-section9-price p {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 800;
  }

  .happi-qr-section9-price b {
    display: block;
    color: #05080d;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
  }

  .happi-qr-section9-price b strong {
    color: var(--happi-qr-yellow);
    font-family: var(--happi-qr-display-font);
    font-size: 74px;
    font-weight: 900;
  }

  .happi-qr-section9-price b em {
    font-style: normal;
    font-size: 22px;
  }

  .happi-qr-section9-price small {
    color: #30343a;
    font-size: 14px;
    font-weight: 800;
  }

  .happi-qr-section9-mobile-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 18px;
  }

  .happi-qr-section9-mobile-benefits div {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 110px;
    padding: 12px 8px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #fff8dc);
    box-shadow: inset 0 0 0 1px rgba(221, 181, 78, 0.18);
    text-align: center;
  }

  .happi-qr-section9-mobile-benefits img,
  .happi-qr-section9-mobile-benefits i {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 8px;
  }

  .happi-qr-section9-mobile-benefits img {
    filter: drop-shadow(0 8px 14px rgba(73, 49, 0, 0.14));
  }

  .happi-qr-section9-benefit-shield {
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd500, #ffc400);
  }

  .happi-qr-section9-benefit-shield::before {
    content: "";
    width: 28px;
    height: 32px;
    border: 4px solid #111820;
    border-radius: 12px 12px 16px 16px;
    clip-path: polygon(50% 0, 92% 18%, 92% 64%, 50% 100%, 8% 64%, 8% 18%);
  }

  .happi-qr-section9-mobile-benefits span {
    color: #111820;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
  }

  .happi-qr-section9-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0 18px;
    border-radius: 999px;
    background: #0b0c0f;
    color: var(--happi-qr-yellow);
    font-family: var(--happi-qr-display-font);
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  }

  .happi-qr-section9-download {
    padding: 16px 18px 20px;
    text-align: center;
  }

  .happi-qr-section9-download p {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 900;
  }

  .happi-qr-section9-download div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .happi-qr-section9-download img {
    width: 100%;
    height: 42px;
    object-fit: contain;
    border-radius: 8px;
    background: #070707;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  }

  .happi-qr-section9-footer {
    display: grid;
    gap: 14px;
    margin-top: 8px;
    padding: 16px 18px 18px;
    border-top: 1px solid rgba(230, 192, 73, 0.34);
    background: linear-gradient(180deg, #fffefa 0%, #fff 100%);
  }

  .happi-qr-section9-footer .happi-qr-section9-mobile-cta {
    min-height: 56px;
    margin: 0;
    padding: 0 24px;
    gap: 22px;
    border-radius: 999px;
    font-size: 22px;
  }

  .happi-qr-section9-footer .happi-qr-section9-mobile-cta span {
    font-size: 28px;
    line-height: 1;
  }

  .happi-qr-section9-footer .happi-qr-section9-download {
    padding: 0;
  }

  .happi-qr-section9-footer .happi-qr-section9-download p {
    margin: 0 0 9px;
    text-align: center;
    font-size: 16px;
  }

  .happi-qr-section9-store-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .happi-qr-store-badge {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #060606;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  }

  .happi-qr-section9-download .happi-qr-store-badge img {
    width: 28px;
    height: 28px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
  }

  .happi-qr-store-badge span {
    display: block;
    min-width: 0;
    color: #fff;
    line-height: 1;
    text-align: left;
  }

  .happi-qr-store-badge small,
  .happi-qr-store-badge b {
    display: block;
    white-space: nowrap;
    text-align: left;
  }

  .happi-qr-store-badge small {
    font-size: 7px;
    font-weight: 700;
  }

  .happi-qr-store-badge b {
    margin-top: 2px;
    font-size: 13px;
    font-weight: 900;
  }

  .happi-qr-section9-qr {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 10px 14px;
    border-radius: 18px;
    background: #fff8d9;
  }

  .happi-qr-section9-qr-code {
    position: relative;
    width: 62px;
    height: 62px;
    border: 3px solid #111820;
    border-radius: 4px;
    background:
      linear-gradient(#111820, #111820) 7px 7px / 15px 15px no-repeat,
      linear-gradient(#111820, #111820) calc(100% - 22px) 7px / 15px 15px no-repeat,
      linear-gradient(#111820, #111820) 7px calc(100% - 22px) / 15px 15px no-repeat,
      repeating-linear-gradient(90deg, #111820 0 3px, transparent 3px 7px),
      repeating-linear-gradient(0deg, rgba(17, 24, 32, 0.7) 0 3px, transparent 3px 7px),
      #fff;
    background-blend-mode: normal;
  }

  .happi-qr-section9-qr-code span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: var(--happi-qr-yellow);
    transform: translate(-50%, -50%);
  }

  .happi-qr-section9-qr-code span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 11px;
    height: 6px;
    border: 2px solid #111820;
    border-top: 0;
    border-radius: 0 0 999px 999px;
    transform: translate(-50%, -50%);
  }

  .happi-qr-section9-qr p {
    margin: 0;
    color: #111820;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
  }
}

/* Narrow phone polish: prevent awkward single-word wrapping on 360-375px screens. */
@media (max-width: 380px) {
  .happi-qr-hero-compact .happi-qr-hero-inline-cta {
    width: 178px;
    min-width: 0;
    min-height: 44px;
    padding: 0 12px;
    gap: 8px;
    white-space: nowrap;
    font-size: 14px;
  }

  .happi-qr-hero-compact .happi-qr-brand-mark {
    width: 18px;
    height: 18px;
    margin-left: 2px;
  }

  .happi-qr-compare-hero .happi-qr-section-head {
    padding-right: 0;
  }

  .happi-qr-compare-hero .happi-qr-heading {
    font-size: 28px;
  }

  .happi-qr-compare-hero .happi-qr-heading span,
  .happi-qr-membership .happi-qr-heading span,
  .happi-qr-mobile-join-head h2 span,
  .happi-qr-section9-mobile-copy h2 span {
    white-space: nowrap;
  }

  .happi-qr-compare-section .happi-qr-section5-cat {
    width: 96px;
    height: 96px;
    margin-top: 8px;
  }

  .happi-qr-membership .happi-qr-heading {
    font-size: 29px;
  }

  .happi-qr-mobile-join-head h2 {
    font-size: 29px;
  }

  .happi-qr-section9-mobile-copy h2 {
    max-width: 212px;
    font-size: 28px;
  }

  .happi-qr-section9-mobile-copy strong {
    max-width: 166px;
  }

  .happi-qr-section9-mobile-visual {
    right: -4px;
    width: 176px;
  }

  .happi-qr-section9-footer {
    padding: 14px 14px 16px;
  }

  .happi-qr-section9-footer .happi-qr-section9-mobile-cta {
    min-height: 52px;
    font-size: 20px;
  }

  .happi-qr-store-badge {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 6px;
    min-height: 40px;
    padding: 5px 8px;
  }

  .happi-qr-section9-download .happi-qr-store-badge img {
    width: 24px;
    height: 24px;
  }

  .happi-qr-store-badge b {
    font-size: 12px;
  }

  .happi-qr-section9-qr {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
  }

  .happi-qr-section9-qr-code {
    width: 56px;
    height: 56px;
  }
}

/* Section 6 membership buttons: keep the arrow while preventing flex-item stretch overflow. */
.happi-qr-pricing-card .happi-qr-yellow-cta {
  align-self: center;
  width: calc(100% - 60px);
  max-width: 280px;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd900 0%, #ffc400 100%);
  box-shadow: 0 14px 28px rgba(255, 198, 0, 0.24);
  color: #101318;
  font-family: var(--happi-qr-display-font);
  font-size: 21px;
  font-weight: 900;
}

.happi-qr-pricing-card .happi-qr-yellow-cta span {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 27px;
  line-height: 1;
}

.happi-qr-pricing-card .happi-qr-yellow-cta span::after {
  content: none;
}

@media (max-width: 760px) {
  .happi-qr-pricing-card .happi-qr-yellow-cta {
    width: calc(100% - 54px);
    max-width: 310px;
    gap: 14px;
    min-height: 50px;
    margin: 0 0 20px;
    font-size: 18px;
  }

  .happi-qr-pricing-card .happi-qr-yellow-cta span {
    font-size: 23px;
  }

  .happi-qr-pricing-card .happi-qr-yellow-cta span::after {
    content: none;
  }
}

/* Section 9 mobile footer polish: one clear closing action area. */
@media (max-width: 760px) {
  .happi-qr-section9-footer {
    gap: 12px;
    padding: 16px 18px 20px;
    border-top-color: rgba(230, 192, 73, 0.22);
    background:
      linear-gradient(180deg, rgba(255, 250, 225, 0.6), #fff 42%),
      #fff;
  }

  .happi-qr-section9-footer .happi-qr-section9-mobile-cta {
    min-height: 56px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  }

  .happi-qr-section9-footer .happi-qr-section9-download {
    padding: 12px 12px 14px;
    border: 1px solid rgba(231, 190, 56, 0.24);
    border-radius: 18px;
    background: linear-gradient(180deg, #fffefa, #fff8dd);
  }

  .happi-qr-section9-footer .happi-qr-section9-download p {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .happi-qr-section9-qr {
    min-height: 0;
    margin-top: 12px;
    padding: 11px 8px 0;
    border-top: 1px solid rgba(223, 184, 51, 0.25);
    border-radius: 0;
    background: transparent;
  }

  .happi-qr-section9-qr-code {
    width: 52px;
    height: 52px;
    border-width: 3px;
  }

  .happi-qr-section9-qr p {
    font-size: 15px;
    line-height: 1.34;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-footer {
    padding: 14px 14px 18px;
  }

  .happi-qr-section9-footer .happi-qr-section9-download {
    padding: 11px 10px 12px;
  }
}

/* Section 9 mobile hero polish: prevent the headline and phone art from competing. */
@media (max-width: 760px) {
  .happi-qr-section9-mobile-hero {
    min-height: 418px;
    padding: 28px 20px 0;
    background:
      linear-gradient(105deg, #ffd900 0 60%, rgba(255, 232, 82, 0.82) 60% 73%, #fff 73% 100%);
  }

  .happi-qr-section9-mobile-copy {
    max-width: 232px;
  }

  .happi-qr-section9-mobile-copy img {
    width: 138px;
  }

  .happi-qr-section9-mobile-copy p {
    margin: 8px 0 22px;
    font-size: 13px;
  }

  .happi-qr-section9-mobile-copy h2 {
    max-width: 228px;
    font-size: 28px;
    line-height: 1.13;
  }

  .happi-qr-section9-mobile-copy h2 span {
    display: inline-block;
    white-space: nowrap;
  }

  .happi-qr-section9-mobile-copy strong {
    max-width: 206px;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .happi-qr-section9-mobile-visual {
    right: 2px;
    bottom: 4px;
    width: 172px;
    height: 222px;
  }

  .happi-qr-section9-mobile-visual > img {
    right: 50px;
    bottom: 8px;
    width: 96px;
  }

  .happi-qr-section9-phone {
    right: 0;
    bottom: 10px;
    width: 98px;
    height: 174px;
    min-height: 0;
    padding: 0;
    border-width: 4px;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-mobile-copy {
    max-width: 218px;
  }

  .happi-qr-section9-mobile-copy img {
    width: 132px;
  }

  .happi-qr-section9-mobile-copy h2 {
    max-width: 218px;
    font-size: 28px;
  }

  .happi-qr-section9-mobile-copy strong {
    max-width: 190px;
  }

  .happi-qr-section9-mobile-visual {
    right: -2px;
    width: 164px;
  }
}

/* Section 9 mobile price block: make the offer feel like a compact brand band. */
@media (max-width: 760px) {
  .happi-qr-section9-price {
    margin: -16px 22px 0;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 201, 0, 0.24);
    border-radius: 22px;
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 217, 0, 0.18), transparent 42%),
      linear-gradient(180deg, #fffefa 0%, #fff 100%);
    box-shadow: 0 14px 34px rgba(53, 39, 0, 0.1);
  }

  .happi-qr-section9-price span {
    position: relative;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 18px;
    line-height: 1.15;
  }

  .happi-qr-section9-price span::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin: 7px auto 0;
    border-radius: 999px;
    background: #ffd900;
  }

  .happi-qr-section9-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
  }

  .happi-qr-section9-price p {
    margin: 0;
    color: #242830;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .happi-qr-section9-price b {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 28px;
  }

  .happi-qr-section9-price b strong {
    font-size: 64px;
    line-height: 0.88;
  }

  .happi-qr-section9-price b em {
    font-size: 19px;
  }

  .happi-qr-section9-price small {
    margin-top: 3px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-price {
    margin-inline: 18px;
    padding: 17px 14px 15px;
  }

  .happi-qr-section9-price span {
    font-size: 17px;
  }

  .happi-qr-section9-price b strong {
    font-size: 62px;
  }
}

/* Final mobile pass: keep Section 5 readable without sideways scrolling. */
.happi-qr-compare-mobile {
  display: none;
}

@media (max-width: 760px) {
  .happi-qr-compare-section .happi-qr-compare-card {
    display: none;
  }

  .happi-qr-compare-mobile {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .happi-qr-compare-mobile-row {
    overflow: hidden;
    border: 1px solid rgba(255, 201, 0, 0.23);
    border-radius: 20px;
    background:
      radial-gradient(circle at 92% 0%, rgba(255, 217, 0, 0.18), transparent 36%),
      linear-gradient(180deg, #fffefa 0%, #fff 100%);
    box-shadow: 0 12px 28px rgba(42, 30, 0, 0.07);
  }

  .happi-qr-compare-mobile-row header {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(255, 201, 0, 0.18);
    background: linear-gradient(90deg, rgba(255, 217, 0, 0.22), rgba(255, 255, 255, 0));
  }

  .happi-qr-compare-mobile-row header .happi-qr-topic-icon {
    width: 40px;
    height: 40px;
  }

  .happi-qr-compare-mobile-row header strong {
    color: #07090d;
    font-family: var(--happi-qr-display-font);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
  }

  .happi-qr-compare-mobile-values {
    display: grid;
    gap: 8px;
    padding: 12px;
  }

  .happi-qr-mobile-negative,
  .happi-qr-mobile-positive {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 56px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  .happi-qr-mobile-negative {
    background: #f4f4f2;
    color: #2d3036;
  }

  .happi-qr-mobile-positive {
    background: linear-gradient(135deg, #fff7ca, #fffdf3);
    color: #111820;
  }

  .happi-qr-mobile-negative > span,
  .happi-qr-mobile-positive > span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
  }

  .happi-qr-mobile-negative > span {
    background: #dedede;
    color: #777;
  }

  .happi-qr-mobile-negative > span::before {
    content: "×";
  }

  .happi-qr-mobile-positive > span {
    background: #f7c600;
    color: #fff;
  }

  .happi-qr-mobile-positive > span::before {
    content: "✓";
  }

  .happi-qr-mobile-negative p,
  .happi-qr-mobile-positive p {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.36;
  }

  .happi-qr-mobile-negative b,
  .happi-qr-mobile-positive b {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .happi-qr-mobile-negative b {
    color: #777;
  }

  .happi-qr-mobile-positive b {
    color: #e3ad00;
  }
}

@media (max-width: 380px) {
  .happi-qr-compare-mobile-values {
    padding: 10px;
  }

  .happi-qr-mobile-negative,
  .happi-qr-mobile-positive {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .happi-qr-mobile-negative p,
  .happi-qr-mobile-positive p {
    font-size: 13px;
  }
}

/* Final mobile typography pass: keep key Chinese phrases from breaking awkwardly. */
.happi-qr-mobile-title-break {
  display: none;
}

@media (max-width: 760px) {
  .happi-qr-mobile-title-break {
    display: block;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand .happi-qr-title {
    line-height: 1.14;
  }

  .happi-qr-coins-guide-head .happi-qr-title {
    max-width: 320px;
    margin-inline: auto;
    font-size: clamp(34px, 10vw, 38px);
    line-height: 1.12;
  }

  .happi-qr-coins-guide-head .happi-qr-title span {
    display: inline-block;
    white-space: nowrap;
  }

  .happi-qr-protection-hero .happi-qr-heading {
    max-width: 305px;
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.18;
    word-break: keep-all;
  }

  .happi-qr-protection-hero .happi-qr-heading span {
    white-space: nowrap;
  }

  .happi-qr-protection-panel-title {
    gap: 12px;
    white-space: nowrap;
    font-size: 21px;
  }

  .happi-qr-protection-panel-title::before,
  .happi-qr-protection-panel-title::after {
    flex: 0 0 22px;
    width: 22px;
  }
}

@media (max-width: 380px) {
  .happi-qr-mobile-title-break {
    display: block;
  }

  .happi-qr-hero-compact .happi-qr-hero-brand .happi-qr-title {
    font-size: 28px;
    line-height: 1.12;
  }

  .happi-qr-coins-guide-head .happi-qr-title {
    font-size: 34px;
  }

  .happi-qr-protection-hero .happi-qr-heading {
    max-width: 292px;
    font-size: 30px;
  }
}

/* Final all-device responsive polish: keep desktop/tablet artwork inside the viewport. */
.happi-qr-coins-guide-cat {
  right: -2px;
}

.happi-qr-coins-guide-cat img {
  width: 252px;
  max-width: none;
}

.happi-qr-compare-section .happi-qr-section5-cat {
  right: 0;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .happi-qr-coins-guide-head {
    min-height: 0;
    padding-bottom: 18px;
  }

  .happi-qr-coins-guide-head .happi-qr-title {
    font-size: clamp(42px, 6.4vw, 58px);
  }

  .happi-qr-coins-guide-head .happi-qr-title span {
    display: inline-block;
    white-space: nowrap;
  }

  .happi-qr-coins-guide-coin,
  .happi-qr-coins-guide-cat {
    display: none;
  }

  .happi-qr-compare-hero {
    min-height: 0;
    padding-bottom: 22px;
  }

  .happi-qr-compare-hero .happi-qr-heading {
    max-width: 760px;
    margin-inline: auto;
    font-size: clamp(40px, 6.2vw, 56px);
    line-height: 1.12;
  }

  .happi-qr-compare-hero .happi-qr-heading span {
    display: inline-block;
    white-space: nowrap;
  }

  .happi-qr-compare-section .happi-qr-section5-cat {
    display: none;
  }

  .happi-qr-faq-cat {
    right: 0;
  }

  .happi-qr-membership .happi-qr-pricing-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 22px;
  }

  .happi-qr-pricing-card {
    min-height: 0;
  }

  .happi-qr-upgrade-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .happi-qr-upgrade-chart {
    width: 150px;
    height: 150px;
  }
}

/* Targeted visual fixes for the desktop reference artwork in sections 3, 5, and 6. */
.happi-qr-section5-cat-wrap {
  position: absolute;
  right: 4px;
  bottom: -68px;
  z-index: 5;
  width: 292px;
  height: 228px;
  pointer-events: none;
}

.happi-qr-section5-cat-wrap > span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 230px;
  height: 122px;
  border: 1px solid rgba(238, 219, 151, 0.58);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fffdf5 100%);
  box-shadow: 0 20px 48px rgba(45, 33, 0, 0.12);
}

.happi-qr-section5-cat-wrap .happi-qr-section5-cat {
  position: absolute;
  right: 12px;
  bottom: 32px;
  width: 238px;
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(45, 33, 0, 0.14));
}

@media (min-width: 1101px) {
  .happi-qr-coins-guide-cat {
    right: -2px;
    top: 18px;
    bottom: auto;
    z-index: 6;
    width: 276px;
    height: 228px;
  }

  .happi-qr-coins-guide-cat img {
    width: 252px;
    max-width: none;
    transform: translate(8px, 14px);
  }

  .happi-qr-membership-cat {
    height: 244px;
    isolation: isolate;
  }

  .happi-qr-membership-cat::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 0;
    width: 312px;
    height: 122px;
    border: 1px solid rgba(238, 219, 151, 0.58);
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
    background: linear-gradient(180deg, #fff 0%, #fffdf4 100%);
    box-shadow: 0 20px 48px rgba(58, 42, 0, 0.12);
  }

  .happi-qr-membership-cat > img:first-child {
    right: 86px;
    top: -10px;
    z-index: 2;
    width: 242px;
    height: 242px;
  }

  .happi-qr-membership-gift {
    right: 14px;
    bottom: 22px;
    z-index: 1;
    width: 108px;
  }

  .happi-qr-membership-coin-a {
    right: 118px;
    bottom: 34px;
  }

  .happi-qr-membership-coin-b {
    right: 42px;
    bottom: 14px;
  }

  .happi-qr-membership-coin-c {
    right: 8px;
    bottom: 64px;
  }
}

@media (min-width: 1101px) and (max-width: 1399px) {
  .happi-qr-section5-cat-wrap {
    right: -2px;
    width: 222px;
  }

  .happi-qr-section5-cat-wrap > span {
    width: 188px;
    height: 112px;
  }

  .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
    right: 4px;
    bottom: 36px;
    width: 188px;
  }
}

@media (min-width: 1400px) {
  .happi-qr-section5-cat-wrap {
    right: 14px;
    width: 316px;
  }

  .happi-qr-section5-cat-wrap > span {
    width: 252px;
    height: 126px;
  }

  .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
    width: 250px;
  }
}

.happi-qr-upgrade-chart {
  width: 156px;
  height: 156px;
  margin: 8px auto 22px;
}

.happi-qr-upgrade-chart i {
  left: 33px;
  top: 25px;
  width: 98px;
  height: 70px;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 72'%3E%3Cpath d='M9 53C29 25 56 15 81 14' fill='none' stroke='%23ffcf21' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M72 4 94 12 79 31Z' fill='%23ffcf21'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: none;
}

.happi-qr-upgrade-chart i::after {
  display: none;
}

.happi-qr-upgrade-chart span {
  bottom: 34px;
  width: 30px;
}

.happi-qr-upgrade-chart span:nth-of-type(1) {
  left: 38px;
  height: 34px;
}

.happi-qr-upgrade-chart span:nth-of-type(2) {
  left: 73px;
  height: 50px;
}

.happi-qr-upgrade-chart span:nth-of-type(3) {
  left: 108px;
  height: 72px;
}

.happi-qr-upgrade-card b {
  min-height: 58px;
  padding: 10px 16px;
  gap: 12px;
}

.happi-qr-upgrade-card b i {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  border-radius: 5px;
  background: #ffcf21;
  transform: rotate(-45deg);
}

.happi-qr-upgrade-card b i::before,
.happi-qr-upgrade-card b i::after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffcf21;
  transform: none;
}

.happi-qr-upgrade-card b i::before {
  left: 0;
  top: -12px;
}

.happi-qr-upgrade-card b i::after {
  left: 12px;
  top: 0;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .happi-qr-section5-cat-wrap {
    display: none;
  }
}

@media (max-width: 760px) {
  .happi-qr-section5-cat-wrap {
    position: static;
    display: grid;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 8px auto 0;
  }

  .happi-qr-section5-cat-wrap > span {
    display: none;
  }

  .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
    position: static;
    width: min(220px, 80vw);
    max-width: 100%;
    height: auto;
    transform: none;
  }

  .happi-qr-upgrade-chart {
    width: 142px;
    height: 142px;
  }

  .happi-qr-upgrade-chart i {
    left: 30px;
    top: 24px;
    width: 86px;
    height: 62px;
  }

  .happi-qr-upgrade-chart span:nth-of-type(1) {
    left: 34px;
  }

  .happi-qr-upgrade-chart span:nth-of-type(2) {
    left: 66px;
  }

  .happi-qr-upgrade-chart span:nth-of-type(3) {
    left: 98px;
  }
}

/* Section 6 final redesign: four membership tiers with the upgrade message below. */
.happi-qr-membership .happi-qr-membership-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: 170px;
  align-items: center;
}

.happi-qr-membership .happi-qr-membership-copy {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.happi-qr-membership .happi-qr-membership-cat {
  display: none;
}

.happi-qr-membership .happi-qr-pricing-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 56px;
}

.happi-qr-membership .happi-qr-pricing-card {
  min-height: 626px;
}

.happi-qr-membership .happi-qr-plan-top {
  min-height: 142px;
  padding-top: 48px;
  padding-inline: 20px;
}

.happi-qr-membership .happi-qr-plan-top h3 {
  font-size: clamp(25px, 2vw, 30px);
}

.happi-qr-platinum .happi-qr-plan-top {
  color: #10151c;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #fffefa, #f5ead2 48%, #facb29);
}

.happi-qr-platinum .happi-qr-plan-top h3 {
  text-shadow: none;
}

.happi-qr-platinum .happi-qr-plan-medal {
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.76), transparent 26%),
    linear-gradient(135deg, #fff5bf, #efc433 52%, #d89415);
  color: #fff0a8;
}

.happi-qr-membership .happi-qr-plan-price,
.happi-qr-membership .happi-qr-pricing-card .happi-qr-note {
  padding-inline: 22px;
}

.happi-qr-membership .happi-qr-pricing-card ul {
  padding-inline: 20px;
}

.happi-qr-membership .happi-qr-pricing-card li {
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 8px;
  font-size: 15px;
}

.happi-qr-membership .happi-qr-pricing-card li b {
  font-size: 15px;
}

.happi-qr-membership .happi-qr-yellow-cta {
  margin-inline: 22px;
  gap: 32px;
  font-size: 22px;
}

.happi-qr-membership .happi-qr-upgrade-bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px minmax(220px, auto);
  gap: 26px;
  align-items: center;
  align-self: stretch;
  min-height: 0;
  padding: 24px 30px;
  border-radius: 26px;
}

.happi-qr-membership .happi-qr-upgrade-copy {
  min-width: 0;
}

.happi-qr-membership .happi-qr-upgrade-bar h3 {
  margin-bottom: 10px;
}

.happi-qr-membership .happi-qr-upgrade-bar p {
  margin-bottom: 4px;
}

.happi-qr-membership .happi-qr-upgrade-bar .happi-qr-upgrade-chart {
  margin: 0 auto;
}

.happi-qr-membership .happi-qr-upgrade-chart i {
  left: 26px;
  top: 12px;
  width: 108px;
  height: 76px;
}

.happi-qr-membership .happi-qr-upgrade-chart span {
  bottom: 34px;
  width: 24px;
}

.happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(1) {
  left: 28px;
  height: 30px;
  background: linear-gradient(180deg, #f4c08a, #bd7235);
}

.happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(2) {
  left: 57px;
  height: 44px;
  background: linear-gradient(180deg, #f1f4f7, #a8adb2);
}

.happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(3) {
  left: 86px;
  height: 58px;
}

.happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(4) {
  left: 115px;
  height: 76px;
  background: linear-gradient(180deg, #fff1a0, #d8a021);
}

.happi-qr-membership .happi-qr-upgrade-bar b {
  justify-self: end;
  min-width: 230px;
}

@media (max-width: 1100px) {
  .happi-qr-membership .happi-qr-pricing-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 22px;
  }

  .happi-qr-membership .happi-qr-upgrade-bar {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .happi-qr-membership .happi-qr-upgrade-bar b {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .happi-qr-membership .happi-qr-membership-hero {
    min-height: 0;
    margin-bottom: 30px;
  }

  .happi-qr-membership .happi-qr-pricing-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 36px;
  }

  .happi-qr-membership .happi-qr-pricing-card {
    min-height: 0;
  }

  .happi-qr-membership .happi-qr-upgrade-bar {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .happi-qr-membership .happi-qr-upgrade-bar b {
    justify-self: stretch;
    min-width: 0;
    justify-content: center;
    text-align: left;
  }

  .happi-qr-membership .happi-qr-upgrade-chart i {
    left: 24px;
    top: 10px;
    width: 96px;
    height: 70px;
  }

  .happi-qr-membership .happi-qr-upgrade-chart span {
    bottom: 31px;
    width: 21px;
  }

  .happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(1) {
    left: 25px;
    height: 28px;
  }

  .happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(2) {
    left: 51px;
    height: 40px;
  }

  .happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(3) {
    left: 77px;
    height: 52px;
  }

  .happi-qr-membership .happi-qr-upgrade-chart span:nth-of-type(4) {
    left: 103px;
    height: 66px;
  }
}

@media (max-width: 430px) {
  .happi-qr-membership .happi-qr-pricing-card li {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .happi-qr-membership .happi-qr-pricing-card li b {
    grid-column: 2;
    justify-self: start;
  }
}

/* Mobile Section 5 polish: make the comparison read as one compact module. */
@media (max-width: 760px) {
  .happi-qr-compare-mobile {
    gap: 10px;
  }

  .happi-qr-compare-mobile-row {
    border-radius: 18px;
    background:
      radial-gradient(circle at 94% 0%, rgba(255, 217, 0, 0.12), transparent 40%),
      linear-gradient(180deg, #fffdf4 0%, #fff 100%);
    box-shadow: 0 10px 24px rgba(42, 30, 0, 0.055);
  }

  .happi-qr-compare-mobile-row header {
    grid-template-columns: 34px 1fr;
    gap: 9px;
    padding: 10px 12px;
    background: linear-gradient(90deg, rgba(255, 217, 0, 0.2), rgba(255, 255, 255, 0));
  }

  .happi-qr-compare-mobile-row header .happi-qr-topic-icon {
    width: 32px;
    height: 32px;
  }

  .happi-qr-compare-mobile-row header .happi-qr-topic-icon::before {
    width: 19px;
    height: 19px;
  }

  .happi-qr-compare-mobile-row header strong {
    font-size: 17px;
  }

  .happi-qr-compare-mobile-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 10px;
  }

  .happi-qr-mobile-negative,
  .happi-qr-mobile-positive {
    align-content: start;
    align-items: start;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
    min-height: 86px;
    padding: 10px 9px;
    border-radius: 14px;
  }

  .happi-qr-mobile-negative > span,
  .happi-qr-mobile-positive > span {
    width: 23px;
    height: 23px;
    font-size: 16px;
  }

  .happi-qr-mobile-negative p,
  .happi-qr-mobile-positive p {
    font-size: 12.5px;
    line-height: 1.34;
  }

  .happi-qr-mobile-negative b,
  .happi-qr-mobile-positive b {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .happi-qr-side-benefits {
    gap: 9px;
    margin-top: 14px;
  }

  .happi-qr-side-card {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    min-height: 74px;
    padding: 12px 14px;
    border-radius: 17px;
    box-shadow: 0 10px 24px rgba(54, 40, 5, 0.06);
  }

  .happi-qr-side-card img {
    width: 48px;
    height: 48px;
  }

  .happi-qr-side-card p {
    font-size: 14px;
    line-height: 1.28;
  }

  .happi-qr-side-card strong {
    font-size: 15px;
  }

  .happi-qr-slogan {
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 13px 14px;
    font-size: 14px;
    line-height: 1.34;
  }

  .happi-qr-slogan > span {
    width: 30px;
    height: 30px;
  }

  .happi-qr-slogan strong span {
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .happi-qr-mobile-negative,
  .happi-qr-mobile-positive {
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 92px;
    padding: 9px 8px;
  }

  .happi-qr-mobile-negative p,
  .happi-qr-mobile-positive p {
    font-size: 12px;
  }
}

/* Section 6 membership perk pill: use the supplied 3D icons. */
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-shield,
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-coin,
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-gift {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  filter: drop-shadow(0 5px 8px rgba(143, 105, 0, 0.16));
}

.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-shield {
  background-image: url("./assets/membership-perk-shield.png");
}

.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-coin {
  background-image: url("./assets/membership-perk-coin.png");
}

.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-gift {
  background-image: url("./assets/membership-perk-gift.png");
}

.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-shield::before,
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-shield::after,
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-coin::before,
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-coin::after,
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-gift::before,
.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-gift::after {
  display: none;
}

@media (max-width: 760px) {
  .happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-shield,
  .happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-coin,
  .happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-gift {
    width: 30px;
    height: 30px;
  }
}

/* Section 6 tier medals: use the supplied coin artwork. */
.happi-qr-membership .happi-qr-plan-medal {
  width: 92px;
  height: 92px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  filter: drop-shadow(0 14px 20px rgba(88, 61, 13, 0.18));
}

.happi-qr-membership .happi-qr-bronze .happi-qr-plan-medal {
  background-image: url("./assets/membership-tier-bronze.png");
}

.happi-qr-membership .happi-qr-silver .happi-qr-plan-medal {
  background-image: url("./assets/membership-tier-silver.png");
}

.happi-qr-membership .happi-qr-gold .happi-qr-plan-medal {
  background-image: url("./assets/membership-tier-gold.png");
}

.happi-qr-membership .happi-qr-platinum .happi-qr-plan-medal {
  background-image: url("./assets/membership-tier-platinum.png");
}

@media (max-width: 700px) {
  .happi-qr-membership .happi-qr-plan-medal {
    top: -36px;
    width: 76px;
    height: 76px;
  }
}

/* Section 6 membership polish: supplied feature icons and most-popular emphasis. */
.happi-qr-membership .happi-qr-plan-top h3 {
  color: #10151c;
  text-shadow: none;
}

.happi-qr-membership .happi-qr-plan-medal {
  display: none;
}

.happi-qr-membership .happi-qr-bronze .happi-qr-plan-top {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f3c18b 0%, #dc9858 48%, #ba6d2b 100%);
}

.happi-qr-membership .happi-qr-silver {
  position: relative;
  border-color: rgba(255, 207, 40, 0.78);
  box-shadow:
    0 0 0 3px rgba(255, 221, 73, 0.24),
    0 0 42px rgba(255, 210, 30, 0.34),
    0 26px 54px rgba(73, 53, 16, 0.16);
}

.happi-qr-membership .happi-qr-silver::before {
  content: attr(data-ribbon);
  position: absolute;
  left: 50%;
  top: -18px;
  z-index: 4;
  transform: translateX(-50%);
  min-width: 172px;
  padding: 8px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff6bc, #ffc400);
  color: #111820;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 10px 22px rgba(195, 134, 0, 0.24);
}

.happi-qr-membership .happi-qr-silver .happi-qr-plan-top {
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(135deg, #f8fafc 0%, #d9dde3 46%, #a8b0ba 100%);
}

.happi-qr-membership .happi-qr-silver .happi-qr-plan-top p {
  padding: 7px 24px;
  background: linear-gradient(135deg, #fff8ca, #ffd63b);
  color: #111820;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(172, 119, 0, 0.18);
}

.happi-qr-membership .happi-qr-platinum .happi-qr-plan-top {
  color: #10151c;
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.96), transparent 30%),
    linear-gradient(135deg, #fffdf4 0%, #f7f4e9 34%, #e7dfc2 62%, #d7bd58 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.happi-qr-membership .happi-qr-feature-shield,
.happi-qr-membership .happi-qr-feature-coin,
.happi-qr-membership .happi-qr-feature-gift,
.happi-qr-membership .happi-qr-feature-ai {
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}

.happi-qr-membership .happi-qr-feature-shield::before,
.happi-qr-membership .happi-qr-feature-shield::after,
.happi-qr-membership .happi-qr-feature-coin::before,
.happi-qr-membership .happi-qr-feature-coin::after,
.happi-qr-membership .happi-qr-feature-gift::before,
.happi-qr-membership .happi-qr-feature-gift::after,
.happi-qr-membership .happi-qr-feature-ai::before,
.happi-qr-membership .happi-qr-feature-ai::after {
  display: none;
}

.happi-qr-membership .happi-qr-plan-feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.happi-qr-membership .happi-qr-feature-shield img {
  transform: scale(2.45);
}

.happi-qr-membership .happi-qr-feature-coin img {
  transform: scale(1.58);
}

.happi-qr-membership .happi-qr-feature-coin {
  border-radius: 50%;
}

.happi-qr-membership .happi-qr-feature-gift img,
.happi-qr-membership .happi-qr-feature-ai img {
  transform: scale(1.95);
}

.happi-qr-membership .happi-qr-perk-coin {
  overflow: hidden;
  border-radius: 50%;
}

.happi-qr-membership .happi-qr-membership-perks i.happi-qr-perk-coin {
  border-radius: 50%;
}

.happi-qr-membership .happi-qr-perk-coin img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.48);
}

/* Section 4 responsive polish: prevent the lower icon row from becoming too narrow. */
@media (max-width: 980px) {
  .happi-qr-icon-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 680px);
    margin-top: 20px;
  }

  .happi-qr-icon-row div {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 78px;
    padding: 12px 14px;
    border: 1px solid rgba(219, 184, 70, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
  }

  .happi-qr-icon-row div:last-child {
    border: 1px solid rgba(219, 184, 70, 0.34);
  }

  .happi-qr-icon-row-icon {
    width: 52px;
    height: 52px;
  }

  .happi-qr-icon-row-icon svg {
    width: 29px;
    height: 29px;
  }

  .happi-qr-icon-row-icon img {
    width: 38px;
    height: 38px;
  }

  .happi-qr-icon-row b,
  .happi-qr-icon-row div > span:not(.happi-qr-icon-row-icon) {
    min-width: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    writing-mode: horizontal-tb;
  }

  .happi-qr-icon-row b {
    font-size: 1.04rem;
    line-height: 1.22;
  }

  .happi-qr-icon-row div > span:not(.happi-qr-icon-row-icon) {
    font-size: 0.88rem;
    line-height: 1.36;
  }
}

@media (max-width: 560px) {
  .happi-qr-icon-row {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    padding: 0 8px;
  }

  .happi-qr-icon-row div {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 66px;
    padding: 10px 12px;
  }

  .happi-qr-icon-row-icon {
    width: 46px;
    height: 46px;
  }

  .happi-qr-icon-row b {
    font-size: 0.98rem;
  }

  .happi-qr-icon-row div > span:not(.happi-qr-icon-row-icon) {
    font-size: 0.82rem;
  }
}

/* Section 5 clean comparison box: one complete table after removing side benefit cards. */
.happi-qr-compare-section .happi-qr-compare-wrap {
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 12px auto 0;
  padding: 14px;
  border: 1px solid rgba(255, 201, 0, 0.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 213, 0, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 226, 0.74));
  box-shadow: 0 28px 72px rgba(54, 40, 5, 0.09);
}

.happi-qr-compare-section .happi-qr-compare-card {
  width: 100%;
  border: 1px solid rgba(219, 184, 70, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.happi-qr-compare-section .happi-qr-compare-grid {
  grid-template-columns: 285px minmax(320px, 1fr) minmax(380px, 1.18fr);
}

.happi-qr-compare-section .happi-qr-compare-grid > :nth-last-child(-n+3) {
  border-bottom: 0;
}

.happi-qr-compare-section .happi-qr-compare-cell {
  min-height: 104px;
}

.happi-qr-compare-section .happi-qr-slogan {
  max-width: 1040px;
  margin-top: 18px;
}

/* Section 5 mascot badge: remove the hard white perch and make Creamy feel attached to the section. */
.happi-qr-compare-section .happi-qr-section5-cat-wrap {
  right: 8px;
  bottom: -108px;
  width: 282px;
  height: 248px;
  overflow: visible;
  isolation: isolate;
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap > span {
  right: 4px;
  bottom: 18px;
  z-index: 0;
  width: 224px;
  height: 224px;
  border: 22px solid rgba(255, 201, 0, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98) 0 52%, rgba(255, 250, 226, 0.82) 53% 74%, rgba(255, 201, 0, 0.08) 75% 100%);
  box-shadow: 0 24px 54px rgba(45, 33, 0, 0.08);
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap > span::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -10px;
  width: 152px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 30px rgba(45, 33, 0, 0.08);
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
  right: 2px;
  bottom: 2px;
  z-index: 1;
  width: 242px;
  height: auto;
  filter: drop-shadow(0 22px 28px rgba(45, 33, 0, 0.14));
}

@media (min-width: 1101px) and (max-width: 1399px) {
  .happi-qr-compare-section .happi-qr-section5-cat-wrap {
    right: -18px;
    bottom: -112px;
    width: 246px;
    height: 224px;
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap > span {
    width: 192px;
    height: 192px;
    border-width: 20px;
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
    width: 212px;
  }
}

/* Section 1 clean hero box: remove the old three-column strip and finish the poster as one piece. */
.happi-qr-hero-compact .happi-qr-hero-campaign {
  position: relative;
  grid-template-rows: minmax(clamp(560px, 78vh, 700px), 1fr);
  min-height: clamp(560px, 80vh, 720px);
  border: 1px solid rgba(242, 197, 26, 0.3);
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(105deg, #ffd400 0 52%, #fffefa 52% 100%);
  box-shadow: 0 30px 70px rgba(72, 52, 10, 0.12);
}

.happi-qr-hero-compact .happi-qr-hero-campaign::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 118px;
  border-radius: 0 0 48px 48px;
  background:
    linear-gradient(180deg, rgba(255, 251, 235, 0), rgba(255, 248, 220, 0.84) 66%, #fff5d3 100%);
  pointer-events: none;
}

.happi-qr-hero-compact .happi-qr-hero-brand,
.happi-qr-hero-compact .happi-qr-hero-visual {
  position: relative;
  z-index: 2;
}

.happi-qr-hero-compact .happi-qr-hero-brand,
.happi-qr-hero-compact .happi-qr-hero-visual {
  min-height: clamp(560px, 78vh, 700px);
}

.happi-qr-hero-compact .happi-qr-hero-brand {
  padding-bottom: 56px;
}

.happi-qr-hero-compact .happi-qr-hero-visual::after {
  bottom: -82px;
  height: 170px;
  background: linear-gradient(180deg, rgba(255, 251, 235, 0), #fff5d3 72%);
}

.happi-qr-hero-compact .happi-qr-hero-people {
  bottom: 12px;
}

.happi-qr-hero-compact .happi-qr-hero-creamy {
  bottom: 14px;
}

/* Section 7 desktop HTML rebuild: replace the poster with the live 3-step layout. */
@media (min-width: 761px) {
  .happi-qr-join-flow {
    position: relative;
    width: min(1536px, calc(100% - 64px));
    margin-top: 76px;
    padding: 34px 54px 42px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 230, 126, 0.24), transparent 30%),
      radial-gradient(circle at 84% 34%, rgba(255, 201, 0, 0.14), transparent 32%),
      linear-gradient(180deg, #fffefa 0%, #fff8df 100%);
    box-shadow: none;
  }

  .happi-qr-join-flow::before {
    content: "";
    display: block;
    position: absolute;
    inset: 18px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 201, 0, 0.34), transparent);
  }

  .happi-qr-join-flow > .happi-qr-section7-reference {
    display: none !important;
  }

  .happi-qr-join-flow > .happi-qr-mobile-join {
    display: block !important;
  }

  .happi-qr-mobile-join {
    padding: 0;
  }

  .happi-qr-mobile-join-head {
    text-align: center;
  }

  .happi-qr-mobile-join-head p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 360px;
    margin: 0 0 20px;
    padding: 8px 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd500, #ffc400);
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 27px;
    font-weight: 900;
  }

  .happi-qr-mobile-join-head h2 {
    margin: 0;
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: clamp(58px, 5.2vw, 78px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .happi-qr-mobile-join-head h2 span {
    color: var(--happi-qr-yellow);
  }

  .happi-qr-mobile-join-head small {
    display: block;
    margin: 14px auto 0;
    color: #222831;
    font-size: 23px;
    line-height: 1.35;
  }

  .happi-qr-mobile-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    margin-top: 38px;
  }

  .happi-qr-mobile-step {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 620px;
    padding: 30px 28px 0;
    overflow: visible;
    border: 1px solid rgba(232, 189, 84, 0.2);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(55, 38, 0, 0.08);
  }

  .happi-qr-mobile-step:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -34px;
    z-index: 6;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd500, #ffc400);
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(205, 142, 0, 0.22);
  }

  .happi-qr-mobile-step-copy {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .happi-qr-mobile-step-copy > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd900, #ffc000);
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 26px;
    font-weight: 900;
  }

  .happi-qr-mobile-step h3 {
    margin: 4px 0 12px;
    color: #090c12;
    font-family: var(--happi-qr-display-font);
    font-size: clamp(25px, 2.1vw, 32px);
    font-weight: 900;
    line-height: 1.12;
  }

  .happi-qr-mobile-step p {
    margin: 0;
    color: #20242b;
    font-size: 19px;
    line-height: 1.55;
  }

  .happi-qr-step-photo {
    align-self: end;
    justify-self: center;
    width: min(358px, 94%);
    height: 448px;
    margin-top: 24px;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 0;
    filter: drop-shadow(0 18px 30px rgba(42, 30, 0, 0.12));
  }

  .happi-qr-step-photo-store {
    width: min(368px, 95%);
    height: 456px;
  }

  .happi-qr-step-photo-form,
  .happi-qr-step-photo-success {
    height: 448px;
  }

  .happi-qr-mini-phone {
    position: relative;
    align-self: end;
    justify-self: center;
    width: min(316px, 86%);
    min-height: 382px;
    margin: 24px auto 0;
    padding: 38px 22px 26px;
    overflow: hidden;
    border: 10px solid #111;
    border-bottom-width: 0;
    border-radius: 42px 42px 0 0;
    background: #fff;
    box-shadow: 0 18px 36px rgba(42, 30, 0, 0.13);
  }

  .happi-qr-mini-status {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 90px;
    height: 18px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #111;
  }

  .happi-qr-mini-app-row {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 16px;
    align-items: center;
  }

  .happi-qr-mini-app-row img {
    width: 76px;
    height: 76px;
    border-radius: 18px;
  }

  .happi-qr-mini-app-row b,
  .happi-qr-mini-phone h4 {
    display: block;
    margin: 0;
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
  }

  .happi-qr-mini-app-row span,
  .happi-qr-mini-phone > p {
    display: block;
    margin: 5px 0 0;
    color: #6f7379;
    font-size: 13px;
  }

  .happi-qr-mini-rating {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 18px 0;
    text-align: center;
  }

  .happi-qr-mini-rating b,
  .happi-qr-mini-rating span {
    padding: 8px 5px;
    border-radius: 12px;
    background: #f6f6f6;
    font-size: 13px;
  }

  .happi-qr-mini-card {
    min-height: 116px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffd500, #ffef96);
    text-align: left;
  }

  .happi-qr-mini-card strong {
    display: block;
    color: #111820;
    font-size: 25px;
  }

  .happi-qr-mini-card b {
    display: block;
    margin-top: 2px;
    color: #111820;
    font-size: 54px;
    line-height: 1;
  }

  .happi-qr-mini-store-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 250, 228, 0.9);
  }

  .happi-qr-mini-store-badges img {
    width: 100%;
    min-width: 0;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
    background: #050505;
  }

  .happi-qr-mini-phone-form span {
    display: block;
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    color: #333;
    font-size: 14px;
  }

  .happi-qr-mini-phone button {
    width: 100%;
    min-height: 52px;
    margin-top: 16px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffd500, #ffc400);
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 20px;
    font-weight: 900;
  }

  .happi-qr-mini-phone-success {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
  }

  .happi-qr-mini-phone-success i {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #45ce63, #1da946);
    box-shadow: 0 12px 28px rgba(36, 169, 73, 0.24);
  }

  .happi-qr-mini-phone-success i::after {
    content: "";
    display: block;
    width: 35px;
    height: 18px;
    margin: 30px auto 0;
    border-left: 8px solid #fff;
    border-bottom: 8px solid #fff;
    transform: rotate(-45deg);
  }

  .happi-qr-mobile-join-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 30px;
    padding: 22px 34px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff3bd, #fff9dd);
  }

  .happi-qr-mobile-join-footer > div {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 20px;
    align-items: center;
  }

  .happi-qr-mobile-footer-icon {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
    object-position: center;
  }

  .happi-qr-mobile-footer-clock {
    grid-row: 1 / span 2;
    width: 78px;
    height: 78px;
  }

  .happi-qr-mobile-join-footer > div > strong {
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 28px;
    font-weight: 900;
  }

  .happi-qr-mobile-join-footer > div > span {
    color: #333841;
    font-size: 18px;
    line-height: 1.4;
  }

  .happi-qr-mobile-join-footer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .happi-qr-mobile-join-footer li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 78px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    color: #111820;
    text-align: left;
  }

  .happi-qr-mobile-footer-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .happi-qr-mobile-footer-copy strong {
    color: #111820;
    font-family: var(--happi-qr-display-font);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.08;
    white-space: nowrap;
  }

  .happi-qr-mobile-footer-copy small {
    display: block;
    color: #333841;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.18;
  }
}

@media (max-width: 760px) {
  .happi-qr-card-image-chat img {
    max-width: 56%;
    margin-left: -10px;
  }

  .happi-qr-step-photo {
    display: block;
    width: min(300px, 94%);
    height: auto;
    max-height: 396px;
    margin: 18px auto 0;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 14px 26px rgba(42, 30, 0, 0.12));
  }
}

/* Section 9 desktop cascade lock: keep the website on the live layout. */
@media (min-width: 761px) {
  .happi-qr-section9 {
    width: min(1536px, calc(100% - 64px));
    max-width: none;
    min-height: min(900px, calc(100vh - 48px));
    margin-top: 92px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 60px;
    background:
      radial-gradient(ellipse at 81% 58%, rgba(255, 199, 0, 0.9) 0 24%, rgba(255, 199, 0, 0) 25%),
      linear-gradient(112deg, #fffdf5 0 54%, #fff4be 54% 71%, #ffd000 71% 100%);
    box-shadow: 0 34px 86px rgba(78, 55, 0, 0.16);
  }

  .happi-qr-section9 > .happi-qr-section9-reference {
    display: none !important;
  }

  .happi-qr-section9 > .happi-qr-section9-mobile {
    display: grid !important;
  }

  .happi-qr-section9-phone {
    border-width: 6px;
    border-color: rgba(17, 17, 17, 0.92);
    border-radius: 39px;
  }

  .happi-qr-section9-phone-screen {
    transform: scale(1.012);
    filter: saturate(0.96) brightness(1.02);
  }
}

/* Focused polish requested after responsive pass. */
.happi-qr-partner-card img {
  object-position: center 36%;
}

.happi-qr-partner-card-good-day img {
  object-position: center top;
}

.happi-qr-partner-slide:nth-child(2) .happi-qr-partner-card:nth-child(1) img {
  object-position: center 34%;
}

.happi-qr-partner-slide:nth-child(2) .happi-qr-partner-card:nth-child(3) img,
.happi-qr-partner-slide:nth-child(2) .happi-qr-partner-card:nth-child(4) img {
  object-position: center 24%;
}

.happi-qr-partner-slide:nth-child(3) .happi-qr-partner-card:nth-child(3) img {
  object-position: center 18%;
}

.happi-qr-partner-card-wanjiafu img {
  object-position: center 42%;
}

.happi-qr-mobile-footer-clock {
  position: relative;
  box-sizing: border-box;
  border: 7px solid #ffd21b;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 58%, #fff9d8 100%);
  box-shadow: 0 10px 22px rgba(206, 143, 0, 0.14);
}

.happi-qr-mobile-footer-clock::before,
.happi-qr-mobile-footer-clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #ffd21b;
  transform-origin: left center;
}

.happi-qr-mobile-footer-clock::before {
  width: 25%;
  height: 6px;
  transform: translate(-3px, -50%) rotate(180deg);
}

.happi-qr-mobile-footer-clock::after {
  width: 32%;
  height: 6px;
  transform: translate(-3px, -50%) rotate(-90deg);
}

@media (min-width: 761px) {
  .happi-qr-membership .happi-qr-pricing-layout {
    overflow: visible;
  }

  .happi-qr-membership .happi-qr-silver {
    z-index: 5;
    transform: translateY(-16px) scale(1.035);
    box-shadow:
      0 0 0 4px rgba(255, 221, 73, 0.28),
      0 20px 54px rgba(255, 201, 0, 0.28),
      0 34px 72px rgba(52, 38, 0, 0.22);
  }

  .happi-qr-membership .happi-qr-silver::before {
    top: -24px;
    min-width: 188px;
    padding: 9px 34px;
    box-shadow: 0 12px 26px rgba(195, 134, 0, 0.28);
  }

  .happi-qr-membership .happi-qr-silver .happi-qr-yellow-cta {
    background: linear-gradient(135deg, #ffd900, #ffc400);
    box-shadow: 0 18px 36px rgba(255, 190, 0, 0.32);
  }

  .happi-qr-faq-hero {
    padding-top: 36px;
  }
}

@media (max-width: 760px) {
  .happi-qr-membership .happi-qr-silver {
    border-color: rgba(255, 207, 40, 0.68);
    box-shadow:
      0 0 0 2px rgba(255, 221, 73, 0.18),
      0 18px 42px rgba(73, 53, 16, 0.14);
  }

  .happi-qr-faq-hero {
    padding-top: 14px;
  }

  .happi-qr-protection-hero > div:first-child {
    isolation: isolate;
  }

  .happi-qr-protection-hero > div:first-child::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -22px;
    top: -20px;
    width: min(350px, 108vw);
    height: calc(100% + 38px);
    border-radius: 28px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 58%, rgba(255, 255, 255, 0.58) 86%, rgba(255, 255, 255, 0.08) 100%);
    pointer-events: none;
  }

  .happi-qr-protection-hero .happi-qr-heading span {
    text-shadow:
      0 2px 0 rgba(255, 255, 255, 0.86),
      0 0 12px rgba(255, 255, 255, 0.78),
      0 8px 18px rgba(89, 61, 0, 0.18);
  }
}

/* Strict responsive safety pass: fix tablet squeeze, mobile overlap, and table clipping. */
@media (max-width: 1100px) {
  .happi-qr-compare-section .happi-qr-compare-card {
    display: none;
  }

  .happi-qr-compare-mobile {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .happi-qr-compare-mobile-row {
    overflow: hidden;
    border: 1px solid rgba(255, 201, 0, 0.23);
    border-radius: 20px;
    background:
      radial-gradient(circle at 92% 0%, rgba(255, 217, 0, 0.18), transparent 36%),
      linear-gradient(180deg, #fffefa 0%, #fff 100%);
    box-shadow: 0 12px 28px rgba(42, 30, 0, 0.07);
  }

  .happi-qr-compare-mobile-row header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(255, 201, 0, 0.18);
    background: linear-gradient(90deg, rgba(255, 217, 0, 0.22), rgba(255, 255, 255, 0));
  }

  .happi-qr-compare-mobile-row header .happi-qr-topic-icon {
    width: 40px;
    height: 40px;
  }

  .happi-qr-compare-mobile-row header strong {
    color: #07090d;
    font-family: var(--happi-qr-display-font);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
    word-break: keep-all;
  }

  .happi-qr-compare-mobile-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .happi-qr-mobile-negative,
  .happi-qr-mobile-positive {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-content: start;
    align-items: start;
    gap: 9px;
    min-height: 74px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  .happi-qr-mobile-negative {
    background: #f4f4f2;
    color: #2d3036;
  }

  .happi-qr-mobile-positive {
    background: linear-gradient(135deg, #fff7ca, #fffdf3);
    color: #111820;
  }

  .happi-qr-mobile-negative p,
  .happi-qr-mobile-positive p {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.36;
    word-break: keep-all;
  }

  .happi-qr-mobile-negative b,
  .happi-qr-mobile-positive b {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .happi-qr-intro-card {
    display: block;
    min-height: 0;
  }

  .happi-qr-card-image {
    height: 280px;
    min-height: 280px;
  }

  .happi-qr-card-image-chat img {
    max-width: 50%;
    height: 226px;
    max-height: 226px;
    margin-left: 18px;
  }

  .happi-qr-chat-bubble {
    right: 34px;
    top: 98px;
    width: 170px;
  }

  .happi-qr-mobile-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 680px;
    margin-inline: auto;
  }

  .happi-qr-mobile-step {
    min-height: 0;
    padding: 26px 26px 0;
  }

  .happi-qr-mobile-step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%) rotate(90deg);
  }

  .happi-qr-mobile-step-copy {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .happi-qr-mobile-step h3,
  .happi-qr-mobile-step p {
    width: auto;
    max-width: none;
    word-break: keep-all;
  }

  .happi-qr-step-photo,
  .happi-qr-step-photo-store,
  .happi-qr-step-photo-form,
  .happi-qr-step-photo-success {
    width: min(330px, 92%);
    height: auto;
    max-height: 390px;
  }

  .happi-qr-mobile-join-footer {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .happi-qr-mobile-join-footer ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .happi-qr-mobile-join-footer li {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 12px;
  }

  .happi-qr-mobile-footer-copy strong,
  .happi-qr-mobile-footer-copy small {
    white-space: normal;
    word-break: keep-all;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .happi-qr-intro-card {
    display: block;
    min-height: 0;
  }

  .happi-qr-card-image {
    height: 310px;
    min-height: 310px;
  }

  .happi-qr-card-image-chat img {
    max-width: 44%;
    height: 250px;
    max-height: 250px;
    margin-left: 48px;
  }

  .happi-qr-chat-bubble {
    right: 72px;
    top: 104px;
    width: 190px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .happi-qr-section9 {
    width: min(880px, calc(100% - 32px));
    min-height: 0;
    border-radius: 42px;
  }

  .happi-qr-section9 > .happi-qr-section9-mobile {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 22px;
    min-height: 0;
    padding: 42px 36px 30px;
  }

  .happi-qr-section9 > .happi-qr-section9-mobile::before {
    right: -160px;
    bottom: 250px;
    width: 520px;
    height: 230px;
  }

  .happi-qr-section9-mobile-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 22px;
    align-items: end;
  }

  .happi-qr-section9-mobile-copy,
  .happi-qr-section9-mobile-visual,
  .happi-qr-section9-price,
  .happi-qr-section9-mobile-benefits,
  .happi-qr-section9-footer {
    grid-column: auto;
    grid-row: auto;
  }

  .happi-qr-section9-mobile-copy {
    max-width: 470px;
  }

  .happi-qr-section9-mobile-copy img {
    width: 158px;
  }

  .happi-qr-section9-mobile-copy p {
    margin-bottom: 24px;
  }

  .happi-qr-section9-mobile-copy h2 {
    max-width: 450px;
    font-size: clamp(42px, 6vw, 58px);
  }

  .happi-qr-section9-mobile-copy strong {
    margin-top: 18px;
    font-size: 21px;
  }

  .happi-qr-section9-mobile-visual {
    min-height: 390px;
  }

  .happi-qr-section9-mobile-visual > img {
    left: -8px;
    bottom: 34px;
    width: 230px;
  }

  .happi-qr-section9-phone {
    right: 6px;
    top: 0;
    width: 196px;
    height: 358px;
    border-radius: 30px;
  }

  .happi-qr-section9-price {
    width: 100%;
    margin: 0;
    padding: 24px 30px 22px;
  }

  .happi-qr-section9-price span {
    font-size: 26px;
  }

  .happi-qr-section9-price b strong {
    font-size: 104px;
  }

  .happi-qr-section9-mobile-benefits {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 0;
  }

  .happi-qr-section9-mobile-benefits span {
    font-size: 16px;
    word-break: keep-all;
  }

  .happi-qr-section9-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
    padding: 24px;
    border-radius: 26px;
  }

  .happi-qr-section9-footer .happi-qr-section9-mobile-cta {
    min-height: 64px;
    font-size: 30px;
  }
}

@media (max-width: 760px) {
  .happi-qr-card-image-chat img {
    max-width: 50%;
    margin-left: -20px;
  }

  .happi-qr-chat-bubble {
    right: 10px;
    width: min(140px, 42vw);
  }
}

@media (max-width: 380px) {
  .happi-qr-card-image-chat img {
    max-width: 48%;
    margin-left: -24px;
  }

  .happi-qr-chat-bubble {
    right: 8px;
    width: 134px;
  }
}

@media (min-width: 981px) {
  .happi-qr-membership .happi-qr-pricing-layout {
    align-items: start;
    padding-top: 18px;
  }

  .happi-qr-membership .happi-qr-pricing-card:not(.happi-qr-silver) {
    transform: scale(0.985);
    transform-origin: center top;
  }

  .happi-qr-membership .happi-qr-silver {
    z-index: 8;
    transform: translateY(-8px) scale(1.065);
    transform-origin: center center;
    box-shadow:
      0 0 0 4px rgba(255, 221, 73, 0.32),
      0 16px 38px rgba(255, 201, 0, 0.25),
      0 32px 78px rgba(52, 38, 0, 0.26);
  }

  .happi-qr-membership .happi-qr-silver::before {
    top: -24px;
  }
}

/* Final polish after font swap and latest asset updates. */
.happi-qr-partner-card figcaption {
  font-family: "Zen Maru Gothic", var(--happi-qr-display-font);
}

@media (min-width: 761px) {
  .happi-qr-protection-panel .happi-qr-info-strip {
    grid-template-columns: 190px minmax(430px, 620px) 190px;
    justify-content: center;
    padding-inline: 34px;
  }

  .happi-qr-protection-panel .happi-qr-info-strip-icon {
    justify-self: center;
  }

  .happi-qr-protection-panel .happi-qr-info-strip-art {
    position: relative;
    grid-column: 3;
    justify-self: center;
    right: auto;
    top: auto;
    transform: none;
    width: 190px;
  }

  .happi-qr-protection-panel .happi-qr-info-strip-art img {
    right: 50%;
    bottom: -8px;
    transform: translateX(50%);
  }
}

@media (min-width: 981px) {
  .happi-qr-membership .happi-qr-pricing-layout {
    align-items: start;
  }

  .happi-qr-membership .happi-qr-pricing-card {
    height: 626px;
    min-height: 626px;
  }

  .happi-qr-membership .happi-qr-pricing-card:not(.happi-qr-silver) {
    transform: scale(0.985);
    transform-origin: center top;
  }

  .happi-qr-membership .happi-qr-silver {
    height: 626px;
    transform: translateY(-12px) scale(1.035);
    transform-origin: center top;
  }

  .happi-qr-membership .happi-qr-platinum li {
    min-height: 43px;
    padding-block: 5px;
    line-height: 1.25;
  }

  .happi-qr-membership .happi-qr-platinum ul {
    padding-bottom: 8px;
  }

  .happi-qr-membership .happi-qr-platinum .happi-qr-yellow-cta {
    margin-top: auto;
  }
}

@media (max-width: 760px) {
  .happi-qr-section9-price {
    padding-inline: 18px;
  }

  .happi-qr-section9-price span {
    white-space: nowrap;
  }

  .happi-qr-section9-price-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
  }

  .happi-qr-section9-price p,
  .happi-qr-section9-price b,
  .happi-qr-section9-price b em {
    width: max-content;
    min-width: max-content;
    white-space: nowrap;
    word-break: keep-all;
    writing-mode: horizontal-tb;
  }

  .happi-qr-section9-price p {
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1;
  }

  .happi-qr-section9-price b {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-size: clamp(26px, 7vw, 31px);
    line-height: 0.95;
  }

  .happi-qr-section9-price b strong {
    font-size: clamp(58px, 16vw, 70px);
    line-height: 0.82;
  }

  .happi-qr-section9-price b em {
    font-size: clamp(15px, 4.2vw, 19px);
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-price {
    padding-inline: 12px;
  }

  .happi-qr-section9-price-row {
    column-gap: 6px;
  }

  .happi-qr-section9-price b strong {
    font-size: clamp(68px, 19vw, 78px);
  }
}

/* Section 9 final price lock: keep "仅需从 RM12/年起" on one line. */
.happi-qr-section9-price-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: clamp(4px, 0.7vw, 9px) !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.happi-qr-section9-price-row p,
.happi-qr-section9-price-row b,
.happi-qr-section9-price-row b em {
  display: inline-flex !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  writing-mode: horizontal-tb !important;
}

.happi-qr-section9-price-row p {
  font-size: clamp(14px, 1.65vw, 22px) !important;
  line-height: 1 !important;
}

.happi-qr-section9-price-row b {
  align-items: baseline !important;
  gap: clamp(1px, 0.25vw, 4px) !important;
  font-size: clamp(30px, 4vw, 56px) !important;
  line-height: 0.9 !important;
}

.happi-qr-section9-price-row b strong {
  font-size: clamp(64px, 8vw, 112px) !important;
  line-height: 0.82 !important;
  white-space: nowrap !important;
}

.happi-qr-section9-price-row b em {
  font-size: clamp(14px, 1.8vw, 28px) !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  .happi-qr-section9-price {
    padding-inline: 14px !important;
  }

  .happi-qr-section9-price-row {
    gap: clamp(3px, 1.1vw, 5px) !important;
  }

  .happi-qr-section9-price-row p {
    font-size: clamp(13px, 3.2vw, 16px) !important;
  }

  .happi-qr-section9-price-row b {
    font-size: clamp(22px, 5.9vw, 28px) !important;
  }

  .happi-qr-section9-price-row b strong {
    font-size: clamp(50px, 13.6vw, 62px) !important;
  }

  .happi-qr-section9-price-row b em {
    font-size: clamp(13px, 3.25vw, 16px) !important;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-price-row {
    gap: 3px !important;
  }

  .happi-qr-section9-price-row p {
    font-size: 12px !important;
  }

  .happi-qr-section9-price-row b {
    font-size: 21px !important;
  }

  .happi-qr-section9-price-row b strong {
    font-size: 52px !important;
  }

  .happi-qr-section9-price-row b em {
    font-size: 12px !important;
  }
}

/* Keep only the Section 5 slogan highlight requested. */
.happi-qr-compare-section .happi-qr-slogan strong > span {
  color: #EEC32D !important;
}

/* Section 9/12 download footer: QR removed, keep download badges balanced. */
.happi-qr-section9-footer .happi-qr-section9-download {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: start !important;
  justify-self: start !important;
  width: 100% !important;
  max-width: 560px !important;
  gap: 10px !important;
  padding: 0 !important;
}

.happi-qr-section9-footer .happi-qr-section9-download > p {
  grid-column: 1 !important;
  grid-row: auto !important;
  margin: 0 !important;
  color: #111820 !important;
  font-family: var(--happi-qr-display-font) !important;
  font-size: clamp(20px, 1.7vw, 26px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.happi-qr-section9-footer .happi-qr-section9-store-row {
  grid-column: 1 !important;
  grid-row: auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(180px, 220px)) !important;
  justify-content: start !important;
  gap: 18px !important;
}

.happi-qr-section9-footer .happi-qr-store-badge {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  align-items: center !important;
  min-height: 64px !important;
  padding: 8px 16px !important;
  gap: 12px !important;
  border-radius: 8px !important;
  background: #050505 !important;
  color: #fff !important;
}

.happi-qr-section9-footer .happi-qr-store-badge span {
  min-width: 0 !important;
  color: #fff !important;
  text-align: left !important;
}

.happi-qr-section9-footer .happi-qr-store-badge small,
.happi-qr-section9-footer .happi-qr-store-badge b {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  color: #fff !important;
  line-height: 1 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.happi-qr-section9-footer .happi-qr-store-badge small {
  font-family: Arial, var(--happi-qr-body-font) !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}

.happi-qr-section9-footer .happi-qr-store-badge b {
  margin-top: 2px !important;
  font-family: Arial, var(--happi-qr-display-font) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.happi-qr-section9-footer .happi-qr-section9-qr {
  display: none !important;
}

@media (max-width: 760px) {
  .happi-qr-section9-footer .happi-qr-section9-download {
    justify-self: stretch !important;
    max-width: none !important;
    gap: 10px !important;
  }

  .happi-qr-section9-footer .happi-qr-section9-download > p {
    font-size: 18px !important;
    text-align: center !important;
  }

  .happi-qr-section9-footer .happi-qr-section9-store-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .happi-qr-section9-footer .happi-qr-store-badge {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    min-height: 48px !important;
    padding: 7px 10px !important;
    gap: 8px !important;
  }

  .happi-qr-section9-footer .happi-qr-store-badge small {
    font-size: 8.5px !important;
  }

  .happi-qr-section9-footer .happi-qr-store-badge b {
    font-size: 15.5px !important;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-footer .happi-qr-store-badge {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    padding-inline: 8px !important;
  }

  .happi-qr-section9-footer .happi-qr-store-badge b {
    font-size: 14.5px !important;
  }
}

/* Current polish: Section 3 step image frames should feel lighter, not boxed-in. */
.happi-qr-coins-guide .happi-qr-coins-step-visual {
  border-color: rgba(238, 195, 45, 0.12) !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 243, 169, 0.22), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 253, 244, 0.72) 100%) !important;
  box-shadow: 0 14px 30px rgba(43, 31, 0, 0.045) !important;
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
  background: transparent !important;
  object-fit: contain !important;
}
