﻿: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);
}

html.happi-qr-i18n-pending .happi-qr-page {
  visibility: hidden;
}

@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 5 desktop live layout: website uses real HTML/CSS, not the poster image. */
@media (min-width: 761px) {
  .happi-qr-section9 {
    --happi-qr-yellow: #F8BE31;
    --happi-qr-yellow-rgb: 248, 190, 49;
    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(var(--happi-qr-yellow-rgb), 0.9) 0 24%, rgba(var(--happi-qr-yellow-rgb), 0) 25%),
      linear-gradient(112deg, #fffdf5 0 54%, rgba(var(--happi-qr-yellow-rgb), 0.24) 54% 71%, var(--happi-qr-yellow) 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(var(--happi-qr-yellow-rgb), 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);
}

body[data-happi-lang="en"] .happi-qr-section9-mobile-copy h2 span::first-letter,
body[data-happi-lang="ms"] .happi-qr-section9-mobile-copy h2 span::first-letter {
  color: #05080d;
}

  .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-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(var(--happi-qr-yellow-rgb), 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;
  }
}
/* End Section 5 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: relative;
  top: auto;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  width: min(1440px, calc(100% - 48px));
  min-height: 0;
  margin: 18px auto 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.happi-qr-language-switcher {
  --happi-qr-lang-button-width: 64px;
  display: inline-grid;
  grid-template-columns: repeat(3, var(--happi-qr-lang-button-width));
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--happi-qr-lang-button-width);
  min-width: var(--happi-qr-lang-button-width);
  min-height: 38px;
  padding: 8px 0;
  box-sizing: border-box;
  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: auto;
    width: min(100% - 24px, 560px);
    min-height: 0;
    margin: 10px auto 8px;
    padding: 0;
    gap: 10px;
  }

  .happi-qr-language-switcher {
    --happi-qr-lang-button-width: 52px;
    gap: 3px;
    padding: 4px;
  }

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

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

  .happi-qr-language-switcher {
    --happi-qr-lang-button-width: 50px;
  }

  .happi-qr-language-switcher button {
    padding-inline: 0;
    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 {
  --happi-qr-yellow: #F8BE31;
  padding-top: 28px;
}

.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 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: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.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-intro {
  --happi-qr-yellow: #F8BE31;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100% - 44px, 1520px);
  margin-block: 26px;
  padding: 34px 32px 34px;
  border-top: 1px solid rgba(248, 190, 49, 0.26);
  border-bottom: 1px solid rgba(248, 190, 49, 0.26);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff 0%, rgba(248, 190, 49, 0.14) 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(248, 190, 49, 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(248, 190, 49, 0.22);
}

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

.happi-qr-intro-head .happi-qr-label {
  min-width: 0;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #244128;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.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 #F8BE31;
  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(248, 190, 49, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 190, 49, 0.18)),
    radial-gradient(circle at 50% 100%, rgba(248, 190, 49, 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%, rgba(248, 190, 49, 0.46) 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: #FDB813;
  color: #000;
  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: 68%;
  height: 170px;
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(175, 128, 0, 0.17));
}

.happi-qr-card-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding: 36px 32px 28px;
}

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

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

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

.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-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-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 {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  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(var(--happi-qr-yellow-rgb), 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: 0;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #244128;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.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(var(--happi-qr-yellow-rgb), 0.24);
}

.happi-qr-compare-corner {
  background: linear-gradient(180deg, rgba(var(--happi-qr-yellow-rgb), 0.12), 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, rgba(var(--happi-qr-yellow-rgb), 0.9), var(--happi-qr-yellow));
}

.happi-qr-compare-topic {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 26px;
  background: linear-gradient(90deg, rgba(var(--happi-qr-yellow-rgb), 0.12), 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%, rgba(var(--happi-qr-yellow-rgb), 0.42), 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-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-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, rgba(var(--happi-qr-yellow-rgb), 0.9), var(--happi-qr-yellow));
  box-shadow: 0 8px 18px rgba(var(--happi-qr-yellow-rgb), 0.28);
}

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

.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-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 {
  --happi-qr-yellow: #F8BE31;
  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: 0;
  min-height: 32px;
  margin: 0 auto 22px;
  padding: 7px 18px;
  background: #244128;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  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-flow-panel {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 350px;
  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(3, 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(248, 190, 49, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 18%, rgba(248, 190, 49, 0.18), 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-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 {
  max-width: 330px;
  margin: 0 auto;
  font-family: var(--happi-qr-display-font);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1.2;
  text-wrap: balance;
}

.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: 33.3333%;
}

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

.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: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid rgba(248, 190, 49, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 190, 49, 0.16)),
    radial-gradient(circle at 50% 120%, rgba(248, 190, 49, 0.22), transparent 58%);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.happi-qr-partner-photo-box.is-pointer-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.happi-qr-partner-photo-box img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: 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(248, 190, 49, 0.1)),
    repeating-linear-gradient(135deg, rgba(248, 190, 49, 0.08) 0 8px, rgba(255, 255, 255, 0) 8px 18px);
  box-shadow: inset 0 0 0 1px rgba(248, 190, 49, 0.16), 0 12px 30px rgba(43, 31, 0, 0.06);
}

.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-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(248, 190, 49, 0.28);
}

.happi-qr-partner-dot:focus-visible {
  outline: 3px solid rgba(248, 190, 49, 0.38);
  outline-offset: 3px;
}

.happi-qr-faq-section {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  width: min(100% - 44px, 1520px);
  margin-top: 52px;
  padding: 28px 0 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 14%, rgba(var(--happi-qr-yellow-rgb), 0.22), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(var(--happi-qr-yellow-rgb), 0.26), transparent 30%),
    linear-gradient(180deg, #fff 0%, rgba(var(--happi-qr-yellow-rgb), 0.14) 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: 32px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #244128;
  color: #fff;
  font-family: var(--happi-qr-display-font);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

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

.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-section .happi-qr-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 10px;
}

.happi-qr-faq-section .happi-qr-faq-item:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - 16px) / 2);
}

.happi-qr-faq-section .happi-qr-faq-item {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  min-width: 0;
  height: auto;
  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-section .happi-qr-faq-item > div {
  min-width: 0;
}

.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-section .happi-qr-faq-item p {
  margin: 0;
  color: var(--happi-qr-ink);
  font-size: 15.5px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

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

.happi-qr-faq-section .happi-qr-faq-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.46), 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-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-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-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);
  gap: 22px;
  align-items: center;
  min-height: 100px;
  margin-top: 12px;
  padding: 14px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.24), #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-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-protection {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  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(var(--happi-qr-yellow-rgb), 0.18) 100%),
    linear-gradient(180deg, #fffdf7 0%, rgba(var(--happi-qr-yellow-rgb), 0.1) 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(var(--happi-qr-yellow-rgb), 0), rgba(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 0.95) 0 14px, transparent 15px),
    radial-gradient(circle at 78% 18%, rgba(var(--happi-qr-yellow-rgb), 0.9) 0 9px, transparent 10px),
    radial-gradient(circle at 64% 62%, rgba(var(--happi-qr-yellow-rgb), 0.95) 0 18px, transparent 19px),
    radial-gradient(circle at 34% 78%, rgba(var(--happi-qr-yellow-rgb), 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='%23F8BE31' stroke-width='5' stroke-linejoin='round'/%3E%3Cpath d='m31 43 8 8 18-19' fill='none' stroke='%23F8BE31' 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-width: 0;
  min-height: 32px;
  padding: 7px 18px;
  gap: 8px;
  border-radius: 999px;
  background: #244128;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.happi-qr-protection-hero .happi-qr-label::before,
.happi-qr-info-strip-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  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-label::before {
  background: #fff;
}

.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(var(--happi-qr-yellow-rgb), 0.34), transparent 36%),
    linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.12), 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(var(--happi-qr-yellow-rgb), 0.08), rgba(var(--happi-qr-yellow-rgb), 0.1));
  pointer-events: none;
}

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

.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(var(--happi-qr-yellow-rgb), 0.18),
    0 0 42px rgba(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 0.18), rgba(255, 255, 255, 0) 42%, rgba(var(--happi-qr-yellow-rgb), 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: var(--happi-qr-yellow);
}

.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(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 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%, rgba(var(--happi-qr-yellow-rgb), 0.72), var(--happi-qr-yellow) 68%, rgba(var(--happi-qr-yellow-rgb), 0.94) 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-protection .happi-qr-svg-yellow-stroke,
.happi-qr-protection .happi-qr-svg-yellow-outline {
  stroke: var(--happi-qr-yellow);
}

.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(var(--happi-qr-yellow-rgb), 0.24), transparent 112px),
    linear-gradient(90deg, rgba(var(--happi-qr-yellow-rgb), 0.12), rgba(255, 255, 255, 0) 72%);
  box-shadow: none;
  overflow: visible;
}

.happi-qr-protect-card-summary::after {
  content: "";
  position: absolute;
  left: 224px;
  top: 51%;
  z-index: 0;
  width: 2px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--happi-qr-yellow-rgb), 0), rgba(var(--happi-qr-yellow-rgb), 0.62), rgba(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 0.42);
  border-radius: 999px;
  background: rgba(var(--happi-qr-yellow-rgb), 0.18);
  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, rgba(var(--happi-qr-yellow-rgb), 0.16) 0%, #fffdf5 58%, rgba(var(--happi-qr-yellow-rgb), 0.26) 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(var(--happi-qr-yellow-rgb), 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, rgba(var(--happi-qr-yellow-rgb), 0.82), 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-doc {
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.happi-qr-icon-row-icon.happi-qr-icon-row-doc img {
  width: 100%;
  height: 100%;
  transform: none;
}

.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 {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  width: fit-content;
  max-width: 100%;
  margin-top: 72px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.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, rgba(var(--happi-qr-yellow-rgb), 0.68), var(--happi-qr-yellow));
  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-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, rgba(var(--happi-qr-yellow-rgb), 0.72), var(--happi-qr-yellow));
  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, rgba(var(--happi-qr-yellow-rgb), 0.72), #c98716);
  color: rgba(var(--happi-qr-yellow-rgb), 0.82);
}

.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 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: rgba(var(--happi-qr-yellow-rgb), 0.16);
}

.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, rgba(var(--happi-qr-yellow-rgb), 0.86), var(--happi-qr-yellow));
  color: var(--happi-qr-ink);
  box-shadow: 0 12px 28px rgba(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(var(--happi-qr-yellow-rgb), 0.12));
}

.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 var(--happi-qr-yellow);
  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 var(--happi-qr-yellow);
  transform: rotate(44deg);
}

.happi-qr-upgrade-chart span {
  position: absolute;
  bottom: 42px;
  width: 34px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, rgba(var(--happi-qr-yellow-rgb), 0.72), #c88717);
  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: var(--happi-qr-yellow);
  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 {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  width: fit-content;
  max-width: calc(100% - 24px);
  margin-top: 76px;
  padding: 12px;
  overflow: visible;
  border-top: 2px solid rgba(var(--happi-qr-yellow-rgb), 0.38);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(var(--happi-qr-yellow-rgb), 0.18), 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-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;
}

@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: 62px 40px 40px 18px;
  }

  .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-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-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-protection-panel {
    margin-top: 24px;
  }

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

@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 img {
    max-width: 66%;
    height: 160px;
    max-height: 160px;
  }

  .happi-qr-card-copy {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 34px 22px 30px;
  }

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

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

  .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: 18px;
    line-height: 1.22;
  }

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

  .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-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-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-black-cta,
  .happi-qr-yellow-cta {
    width: 100%;
    min-height: 54px;
    font-size: 20px;
  }

  .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-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-compare-section,
  .happi-qr-join-flow {
    width: min(1536px, calc(100% - 24px));
  }
}

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

  .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: 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-section .happi-qr-faq-list {
    grid-template-columns: 1fr;
  }

  .happi-qr-faq-section .happi-qr-faq-item:last-child {
    width: 100%;
  }

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

@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: 32px;
    padding: 7px 18px;
    font-size: 14px;
  }

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

  .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: 70px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .happi-qr-faq-trust-art {
    display: block;
    width: 70px;
    height: 64px;
  }

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

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

  .happi-qr-faq-trust-copy h3 {
    font-size: 23px;
  }

  .happi-qr-faq-trust-copy p {
    font-size: 14px;
  }
}

/* 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-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: 32px;
    margin: 0 0 14px;
    padding: 7px 18px;
    font-size: 14px;
  }

  .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-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 .happi-qr-pricing-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .happi-qr-upgrade-card {
    align-self: stretch;
  }
}

@media (max-width: 700px),
       (pointer: coarse) and (max-height: 600px) {
  .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-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 {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  width: min(1536px, calc((100vh - 54px) * 1.5), calc(100% - 48px));
  margin-top: 56px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 18%, rgba(var(--happi-qr-yellow-rgb), 0.12), transparent 30%),
    linear-gradient(180deg, #fffdf6 0%, rgba(var(--happi-qr-yellow-rgb), 0.15) 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 {
    width: min(100% - 24px, 520px);
    padding: 24px 14px 18px;
    overflow: hidden;
  }

  .happi-qr-protection-panel-title {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 8px;
    font-size: clamp(1rem, 4.45vw, 1.16rem);
    line-height: 1.18;
    overflow-wrap: normal;
    white-space: normal;
  }

  .happi-qr-protection-panel-title::before {
    display: none;
  }

  .happi-qr-protection-panel-title::after {
    display: block;
    width: 42px;
    height: 4px;
    margin: 10px auto 0;
    max-width: none;
  }

  .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::after {
    display: none;
  }

  .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;
    max-width: 100%;
    padding: 4px 8px;
    font-size: 0.72rem;
    line-height: 1.16;
    white-space: normal;
    justify-content: flex-start;
    text-align: left;
  }

  .happi-qr-info-strip {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
    min-height: 92px;
    padding: 14px 18px;
    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: 14px;
    bottom: 8px;
    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: none;
}

.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;
  }
}

@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: 14px;
  }

  .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-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-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(var(--happi-qr-yellow-rgb), 0.22);
    border-radius: 30px;
    background:
      radial-gradient(circle at 86% 10%, rgba(var(--happi-qr-yellow-rgb), 0.14), transparent 34%),
      linear-gradient(180deg, #fffdf7 0%, rgba(var(--happi-qr-yellow-rgb), 0.15) 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: 32px;
    margin: 0 0 12px;
    padding: 7px 18px;
    border-radius: 999px;
    background: #244128;
    color: #fff;
    font-family: var(--happi-qr-display-font);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .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, rgba(var(--happi-qr-yellow-rgb), 0.88), var(--happi-qr-yellow));
    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-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 {
    --happi-qr-yellow: #F8BE31;
    --happi-qr-yellow-rgb: 248, 190, 49;
    width: min(100% - 20px, 560px);
    margin-top: 48px;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.24);
    border-radius: 30px;
    background: rgba(var(--happi-qr-yellow-rgb), 0.06);
    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, var(--happi-qr-yellow) 0 58%, rgba(var(--happi-qr-yellow-rgb), 0.72) 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: rgba(var(--happi-qr-yellow-rgb), 0.2);
    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: rgba(var(--happi-qr-yellow-rgb), 0.14);
    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, rgba(var(--happi-qr-yellow-rgb), 0.14));
    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-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, rgba(var(--happi-qr-yellow-rgb), 0.08) 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;
  }
}

/* Narrow phone polish: prevent awkward single-word wrapping on 360-375px screens. */
@media (max-width: 380px) {

  .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;
  }
}

/* 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, rgba(var(--happi-qr-yellow-rgb), 0.84) 0%, var(--happi-qr-yellow) 100%);
  box-shadow: 0 14px 28px rgba(var(--happi-qr-yellow-rgb), 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 5 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(var(--happi-qr-yellow-rgb), 0.1), #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, #fff, rgba(var(--happi-qr-yellow-rgb), 0.12));
  }

  .happi-qr-section9-footer .happi-qr-section9-download p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@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 5 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, var(--happi-qr-yellow) 0 60%, rgba(var(--happi-qr-yellow-rgb), 0.72) 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 5 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(var(--happi-qr-yellow-rgb), 0.24);
    border-radius: 22px;
    background:
      radial-gradient(circle at 18% 0%, rgba(var(--happi-qr-yellow-rgb), 0.18), transparent 42%),
      linear-gradient(180deg, #fff 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: var(--happi-qr-yellow);
  }

  .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(var(--happi-qr-yellow-rgb), 0.23);
    border-radius: 20px;
    background:
      radial-gradient(circle at 92% 0%, rgba(var(--happi-qr-yellow-rgb), 0.18), transparent 36%),
      linear-gradient(180deg, rgba(var(--happi-qr-yellow-rgb), 0.04) 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(var(--happi-qr-yellow-rgb), 0.18);
    background: linear-gradient(90deg, rgba(var(--happi-qr-yellow-rgb), 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 > 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: var(--happi-qr-yellow);
    color: #fff;
  }

  .happi-qr-mobile-positive > span::before {
    content: "✓";
  }

  .happi-qr-mobile-negative {
    background: #f4f4f2;
    color: #2d3036;
  }

  .happi-qr-mobile-positive {
    background: linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.18), #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: var(--happi-qr-yellow);
    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: var(--happi-qr-yellow);
  }
}

@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;
  }
}

@media (max-width: 760px) {

  .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;
    max-width: 100%;
    white-space: normal;
  }

  .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: normal;
  }

  .happi-qr-protection-panel-title {
    gap: 0;
    white-space: normal;
    font-size: clamp(1rem, 4.35vw, 1.16rem);
  }

  .happi-qr-protection-panel-title::before {
    display: none;
  }

  .happi-qr-protection-panel-title::after {
    flex: none;
    width: 42px;
  }
}

@media (max-width: 380px) {

  .happi-qr-coins-guide-head .happi-qr-title {
    font-size: 34px;
  }

  .happi-qr-protection-hero .happi-qr-heading {
    max-width: 292px;
    font-size: 30px;
  }
}

.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;
    max-width: 100%;
    white-space: normal;
  }

  .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-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) 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='%23F8BE31' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M72 4 94 12 79 31Z' fill='%23F8BE31'/%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: var(--happi-qr-yellow);
  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: var(--happi-qr-yellow);
  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-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, rgba(var(--happi-qr-yellow-rgb), 0.14) 48%, rgba(var(--happi-qr-yellow-rgb), 0.46));
}

.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, rgba(var(--happi-qr-yellow-rgb), 0.26), var(--happi-qr-yellow) 52%, #c98716);
  color: rgba(var(--happi-qr-yellow-rgb), 0.8);
}

.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, rgba(var(--happi-qr-yellow-rgb), 0.38), var(--happi-qr-yellow));
}

.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;
  }
}

/* Section 6 responsive safety: keep long English/Malay benefit text inside the bar. */
@media (max-width: 1100px) {
  .happi-qr-membership .happi-qr-membership-perks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 720px);
    padding-inline: 18px;
  }

  .happi-qr-membership .happi-qr-membership-perks span {
    min-width: 0;
    white-space: normal;
    line-height: 1.2;
  }
}

@media (min-width: 701px) and (max-width: 880px) {
  .happi-qr-membership .happi-qr-pricing-layout {
    gap: 38px 18px;
  }

  .happi-qr-membership .happi-qr-silver {
    transform: translateY(-10px);
  }

  .happi-qr-membership .happi-qr-yellow-cta {
    gap: 18px;
    font-size: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .happi-qr-membership .happi-qr-membership-perks {
    grid-template-columns: 1fr;
    width: min(100%, 390px);
  }

  .happi-qr-membership .happi-qr-membership-perks span {
    justify-content: flex-start;
    text-align: left;
  }
}

/* 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(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 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-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 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(var(--happi-qr-yellow-rgb), 0.78);
  box-shadow:
    0 0 0 3px rgba(var(--happi-qr-yellow-rgb), 0.24),
    0 0 42px rgba(var(--happi-qr-yellow-rgb), 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, rgba(var(--happi-qr-yellow-rgb), 0.34), var(--happi-qr-yellow));
  color: #111820;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 10px 22px rgba(var(--happi-qr-yellow-rgb), 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, rgba(var(--happi-qr-yellow-rgb), 0.26), var(--happi-qr-yellow));
  color: #111820;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(var(--happi-qr-yellow-rgb), 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%, rgba(var(--happi-qr-yellow-rgb), 0.12) 62%, rgba(var(--happi-qr-yellow-rgb), 0.52) 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-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(248, 190, 49, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
  }

  .happi-qr-icon-row div:last-child {
    border: 1px solid rgba(248, 190, 49, 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(var(--happi-qr-yellow-rgb), 0.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--happi-qr-yellow-rgb), 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(var(--happi-qr-yellow-rgb), 0.12));
  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(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98) 0 52%, rgba(var(--happi-qr-yellow-rgb), 0.12) 53% 74%, rgba(var(--happi-qr-yellow-rgb), 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 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(var(--happi-qr-yellow-rgb), 0.18), transparent 30%),
      radial-gradient(circle at 84% 34%, rgba(var(--happi-qr-yellow-rgb), 0.14), transparent 32%),
      linear-gradient(180deg, #fffefa 0%, rgba(var(--happi-qr-yellow-rgb), 0.12) 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(var(--happi-qr-yellow-rgb), 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: 32px;
    min-width: 0;
    margin: 0 0 20px;
    padding: 7px 18px;
    border-radius: 999px;
    background: #244128;
    color: #fff;
    font-family: var(--happi-qr-display-font);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .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-color: var(--happi-qr-yellow);
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M18 12L30 24L18 36' fill='none' stroke='%23111820' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
      linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.86), var(--happi-qr-yellow));
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: 31px 31px, 100% 100%;
    font-size: 0;
    line-height: 0;
    box-shadow: 0 12px 26px rgba(var(--happi-qr-yellow-rgb), 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, rgba(var(--happi-qr-yellow-rgb), 0.88), var(--happi-qr-yellow));
    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: 456px;
  }

  .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, rgba(var(--happi-qr-yellow-rgb), 0.24), rgba(var(--happi-qr-yellow-rgb), 0.1));
  }

  .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: 48px minmax(96px, 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: 340px) {
  [data-section="Section 7"] .happi-qr-mobile-join-footer ul {
    grid-template-columns: 1fr;
  }

  [data-section="Section 7"] .happi-qr-mobile-join-footer li {
    grid-template-columns: 38px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 760px) {

  .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 5 desktop cascade lock: keep the website on the live layout. */
@media (min-width: 761px) {
  .happi-qr-section9 {
    --happi-qr-yellow: #F8BE31;
    --happi-qr-yellow-rgb: 248, 190, 49;
    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(var(--happi-qr-yellow-rgb), 0.9) 0 24%, rgba(var(--happi-qr-yellow-rgb), 0) 25%),
      linear-gradient(112deg, #fffdf5 0 54%, rgba(var(--happi-qr-yellow-rgb), 0.24) 54% 71%, var(--happi-qr-yellow) 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-partner-card-metro-ivf img {
  object-position: center top;
}

.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(var(--happi-qr-yellow-rgb), 0.28),
      0 20px 54px rgba(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 0.28);
  }

  .happi-qr-membership .happi-qr-silver .happi-qr-yellow-cta {
    background: linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.86), var(--happi-qr-yellow));
    box-shadow: 0 18px 36px rgba(var(--happi-qr-yellow-rgb), 0.32);
  }

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

@media (max-width: 760px) {
  .happi-qr-membership .happi-qr-silver {
    border-color: rgba(var(--happi-qr-yellow-rgb), 0.68);
    box-shadow:
      0 0 0 2px rgba(var(--happi-qr-yellow-rgb), 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(var(--happi-qr-yellow-rgb), 0.23);
    border-radius: 20px;
    background:
      radial-gradient(circle at 92% 0%, rgba(var(--happi-qr-yellow-rgb), 0.18), transparent 36%),
      linear-gradient(180deg, rgba(var(--happi-qr-yellow-rgb), 0.04) 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(var(--happi-qr-yellow-rgb), 0.18);
    background: linear-gradient(90deg, rgba(var(--happi-qr-yellow-rgb), 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 > 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: var(--happi-qr-yellow);
    color: #fff;
  }

  .happi-qr-mobile-positive > span::before {
    content: "✓";
  }

  .happi-qr-mobile-negative {
    background: #f4f4f2;
    color: #2d3036;
  }

  .happi-qr-mobile-positive {
    background: linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.18), #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 (max-width: 430px) {
  .happi-qr-compare-mobile-values {
    gap: 7px;
    padding: 10px;
  }

  .happi-qr-mobile-negative,
  .happi-qr-mobile-positive {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
    padding: 9px 8px;
  }

  .happi-qr-mobile-negative p,
  .happi-qr-mobile-positive p {
    font-size: 13px;
    line-height: 1.34;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

@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-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;
  }
}

@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 (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(var(--happi-qr-yellow-rgb), 0.32),
      0 16px 38px rgba(var(--happi-qr-yellow-rgb), 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: 761px) and (max-width: 1100px) {
  .happi-qr-protection-panel .happi-qr-info-strip {
    grid-template-columns: 78px minmax(0, 1fr) 112px;
    gap: 14px;
    width: min(100% - 32px, 760px);
    padding-inline: 18px;
    overflow: hidden;
  }

  .happi-qr-protection-panel .happi-qr-info-strip-art {
    width: 112px;
    height: 64px;
  }

  .happi-qr-protection-panel .happi-qr-info-strip-art img {
    right: 0;
    bottom: -4px;
    width: 112px;
    transform: none;
  }
}

@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;
  }
}

/* Section 6 responsive refinements: keep long localized copy contained. */
.happi-qr-membership .happi-qr-membership-perks {
  width: min(100%, 920px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 11px 22px;
}

.happi-qr-membership .happi-qr-membership-perks span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 0;
  white-space: normal;
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: normal;
}

.happi-qr-membership .happi-qr-silver::before {
  background: var(--happi-qr-yellow);
}

.happi-qr-membership .happi-qr-pricing-card .happi-qr-yellow-cta {
  width: calc(100% - 44px);
  max-width: 304px;
  padding-inline: 18px;
  gap: clamp(12px, 1.5vw, 22px);
  white-space: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 700px) {
  .happi-qr-membership .happi-qr-membership-perks {
    grid-template-columns: 1fr;
    width: min(100%, 390px);
  }

  .happi-qr-membership .happi-qr-membership-perks span {
    grid-template-columns: 30px minmax(0, 1fr);
  }
}

@media (max-width: 340px) {
  .happi-qr-membership .happi-qr-pricing-card .happi-qr-yellow-cta {
    min-height: 56px;
    white-space: normal;
    line-height: 1.06;
  }
}

@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 5 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: var(--happi-qr-yellow) !important;
}

/* Section 5 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;
}

@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(248, 190, 49, 0.12) !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(248, 190, 49, 0.16), 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;
}

/* Section 5 visual alignment: keep Creamy and the phone close without clipping on tablet. */
@media (min-width: 1101px) {
  .happi-qr-section9-mobile-visual > img {
    left: -44px;
    bottom: 142px;
    width: 410px;
  }

  .happi-qr-section9-phone {
    right: -2px;
    top: 8px;
    transform: rotate(5deg) scale(0.96);
    transform-origin: center top;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .happi-qr-section9-mobile-visual {
    min-height: 374px;
  }

  .happi-qr-section9-mobile-visual > img {
    left: -44px;
    bottom: 28px;
    width: 224px;
  }

  .happi-qr-section9-phone {
    right: 8px;
    top: 34px;
    width: 184px;
    height: 336px;
    transform: rotate(5deg) scale(0.94);
    transform-origin: center top;
  }
}

@media (max-width: 760px) {
  .happi-qr-section9-mobile-visual > img {
    right: 76px;
    bottom: 8px;
    width: 88px;
  }

  .happi-qr-section9-phone {
    right: 0;
    bottom: 8px;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-mobile-visual > img {
    right: 70px;
    width: 82px;
  }

  .happi-qr-section9-phone {
    right: 0;
  }
}

/* Final language-responsive guardrails. */
body[data-happi-lang="en"] .happi-qr-title span,
body[data-happi-lang="ms"] .happi-qr-title span,
body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 span,
body[data-happi-lang="ms"] .happi-qr-mobile-join-head h2 span,
body[data-happi-lang="en"] .happi-qr-section9-mobile-copy h2 span,
body[data-happi-lang="ms"] .happi-qr-section9-mobile-copy h2 span {
  margin-inline-start: 0.12em;
}

.happi-qr-mobile-join-footer ul {
  align-items: stretch;
}

.happi-qr-mobile-join-footer li {
  min-width: 0;
  height: auto;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-footer li,
body[data-happi-lang="ms"] .happi-qr-mobile-join-footer li {
  align-items: center;
  min-height: 92px;
}

body[data-happi-lang="en"] .happi-qr-mobile-footer-copy strong,
body[data-happi-lang="en"] .happi-qr-mobile-footer-copy small,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy strong,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy small {
  white-space: normal !important;
  word-break: keep-all;
  overflow-wrap: normal;
}

body[data-happi-lang="en"] .happi-qr-mobile-footer-copy strong,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy strong {
  line-height: 1.14;
}

@media (min-width: 761px) {
  .happi-qr-section9-mobile-visual > img {
    left: -128px;
    bottom: 162px;
    width: 432px;
  }

  .happi-qr-section9-phone {
    right: -16px;
    top: 18px;
    transform: rotate(5deg);
  }
}

@media (max-width: 760px) {
  body[data-happi-lang="en"] .happi-qr-mobile-join-footer li,
  body[data-happi-lang="ms"] .happi-qr-mobile-join-footer li {
    min-height: 82px;
  }

  body[data-happi-lang="en"] .happi-qr-mobile-footer-copy strong,
  body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy strong {
    font-size: 11.5px;
  }

  body[data-happi-lang="en"] .happi-qr-mobile-footer-copy small,
  body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy small {
    font-size: 9.5px;
  }

  .happi-qr-step-photo,
  .happi-qr-step-photo-store,
  .happi-qr-step-photo-form,
  .happi-qr-step-photo-success {
    height: 396px;
    max-height: 396px;
    object-fit: contain;
  }

  .happi-qr-section9-mobile-visual > img {
    right: 86px;
    bottom: 8px;
    width: 92px;
  }

  .happi-qr-section9-phone {
    right: -2px;
    bottom: 8px;
    width: 94px;
    height: 174px;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-mobile-visual > img {
    right: 82px;
    width: 88px;
  }
}

body[data-happi-lang="en"] .happi-qr-heading span,
body[data-happi-lang="ms"] .happi-qr-heading span,
body[data-happi-lang="en"] .happi-qr-title span,
body[data-happi-lang="ms"] .happi-qr-title span,
body[data-happi-lang="en"] .happi-qr-section9-mobile-copy h2 span,
body[data-happi-lang="ms"] .happi-qr-section9-mobile-copy h2 span {
  display: inline-block;
  margin-inline-start: 0.16em;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-footer ul,
body[data-happi-lang="ms"] .happi-qr-mobile-join-footer ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-footer li,
body[data-happi-lang="ms"] .happi-qr-mobile-join-footer li {
  width: 100%;
  min-height: 96px;
  height: auto;
  align-content: center;
  box-sizing: border-box;
}

body[data-happi-lang="en"] .happi-qr-mobile-footer-copy,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy {
  min-width: 0;
}

body[data-happi-lang="en"] .happi-qr-mobile-footer-copy strong,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy strong,
body[data-happi-lang="en"] .happi-qr-mobile-footer-copy small,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy small {
  max-width: 100%;
  white-space: normal !important;
  word-break: normal;
  overflow-wrap: normal;
}

body[data-happi-lang="en"] .happi-qr-mobile-footer-copy strong,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy strong {
  font-size: clamp(13px, 1.02vw, 16px);
  line-height: 1.12;
}

body[data-happi-lang="en"] .happi-qr-mobile-footer-copy small,
body[data-happi-lang="ms"] .happi-qr-mobile-footer-copy small {
  font-size: clamp(11px, 0.85vw, 13px);
  line-height: 1.16;
}

body[data-happi-lang="en"] .happi-qr-step-photo,
body[data-happi-lang="en"] .happi-qr-step-photo-store,
body[data-happi-lang="en"] .happi-qr-step-photo-form,
body[data-happi-lang="en"] .happi-qr-step-photo-success,
body[data-happi-lang="ms"] .happi-qr-step-photo,
body[data-happi-lang="ms"] .happi-qr-step-photo-store,
body[data-happi-lang="ms"] .happi-qr-step-photo-form,
body[data-happi-lang="ms"] .happi-qr-step-photo-success {
  height: 456px;
  max-height: 456px;
  object-fit: contain;
  object-position: center bottom;
}

@media (min-width: 761px) {
  .happi-qr-section9-mobile-visual > img {
    left: -158px;
    bottom: 150px;
    width: 410px;
  }

  .happi-qr-section9-phone {
    right: -44px;
    top: 8px;
    transform: rotate(5deg) scale(0.96);
    transform-origin: center top;
  }
}

@media (max-width: 760px) {

  body[data-happi-lang="en"] .happi-qr-mobile-join-footer li,
  body[data-happi-lang="ms"] .happi-qr-mobile-join-footer li {
    min-height: 88px;
    padding: 10px;
  }

  body[data-happi-lang="en"] .happi-qr-step-photo,
  body[data-happi-lang="en"] .happi-qr-step-photo-store,
  body[data-happi-lang="en"] .happi-qr-step-photo-form,
  body[data-happi-lang="en"] .happi-qr-step-photo-success,
  body[data-happi-lang="ms"] .happi-qr-step-photo,
  body[data-happi-lang="ms"] .happi-qr-step-photo-store,
  body[data-happi-lang="ms"] .happi-qr-step-photo-form,
  body[data-happi-lang="ms"] .happi-qr-step-photo-success {
    width: min(310px, 92%);
    height: 396px;
    max-height: 396px;
  }

  .happi-qr-section9-mobile-visual > img {
    right: 104px;
    bottom: 7px;
    width: 86px;
  }

  .happi-qr-section9-phone {
    right: -6px;
    bottom: 8px;
    width: 90px;
    height: 168px;
  }
}

@media (max-width: 380px) {

  .happi-qr-section9-mobile-visual > img {
    right: 96px;
    width: 82px;
  }

  .happi-qr-section9-phone {
    width: 86px;
    height: 160px;
  }
}

/* Final Section 5 cat/phone positioning across desktop, mobile, and tablet. */
@media (min-width: 1101px) {
  .happi-qr-section9-mobile-visual > img {
    left: -44px;
    bottom: 142px;
    width: 410px;
  }

  .happi-qr-section9-phone {
    right: -2px;
    top: 8px;
    transform: rotate(5deg) scale(0.96);
    transform-origin: center top;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .happi-qr-section9-mobile-visual {
    min-height: 374px;
  }

  .happi-qr-section9-mobile-visual > img {
    left: -44px;
    bottom: 28px;
    width: 224px;
  }

  .happi-qr-section9-phone {
    right: 8px;
    top: 34px;
    width: 184px;
    height: 336px;
    transform: rotate(5deg) scale(0.94);
    transform-origin: center top;
  }
}

@media (max-width: 760px) {
  .happi-qr-section9-mobile-visual > img {
    right: 76px;
    bottom: 8px;
    width: 88px;
  }

  .happi-qr-section9-phone {
    right: 0;
    bottom: 8px;
  }
}

@media (max-width: 380px) {
  .happi-qr-section9-mobile-visual > img {
    right: 70px;
    width: 82px;
  }

  .happi-qr-section9-phone {
    right: 0;
  }
}

/* Tablet readability guardrails for long English and Malay copy. */
@media (min-width: 761px) and (max-width: 1180px) {
  .happi-qr-join-flow {
    width: min(100% - 32px, 920px);
    padding: 32px 32px 38px;
  }

  .happi-qr-mobile-join-head p {
    min-width: 0;
  }

  .happi-qr-mobile-join-head h2 {
    font-size: clamp(42px, 7vw, 64px);
  }

  .happi-qr-mobile-join-head small {
    font-size: 18px;
  }

  .happi-qr-mobile-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 720px;
    margin-inline: auto;
  }

  .happi-qr-mobile-step {
    min-height: 0;
    padding: 24px 28px 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 h3,
  .happi-qr-mobile-step p,
  .happi-qr-mobile-footer-copy strong,
  .happi-qr-mobile-footer-copy small {
    min-width: 0;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    writing-mode: horizontal-tb;
  }

  .happi-qr-mobile-step h3 {
    font-size: clamp(24px, 3.6vw, 32px);
  }

  .happi-qr-mobile-step p {
    font-size: 16px;
    line-height: 1.5;
  }

  .happi-qr-step-photo,
  .happi-qr-step-photo-store,
  .happi-qr-step-photo-form,
  .happi-qr-step-photo-success,
  body[data-happi-lang="en"] .happi-qr-step-photo,
  body[data-happi-lang="en"] .happi-qr-step-photo-store,
  body[data-happi-lang="en"] .happi-qr-step-photo-form,
  body[data-happi-lang="en"] .happi-qr-step-photo-success,
  body[data-happi-lang="ms"] .happi-qr-step-photo,
  body[data-happi-lang="ms"] .happi-qr-step-photo-store,
  body[data-happi-lang="ms"] .happi-qr-step-photo-form,
  body[data-happi-lang="ms"] .happi-qr-step-photo-success {
    width: min(330px, 92%);
    height: 390px;
    max-height: none;
    object-fit: contain;
  }

  .happi-qr-mobile-join-footer {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 720px;
    margin-inline: auto;
    padding: 20px 24px;
  }

  .happi-qr-mobile-join-footer ul,
  body[data-happi-lang="en"] .happi-qr-mobile-join-footer ul,
  body[data-happi-lang="ms"] .happi-qr-mobile-join-footer ul {
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    gap: 14px;
  }

  .happi-qr-mobile-join-footer li,
  body[data-happi-lang="en"] .happi-qr-mobile-join-footer li,
  body[data-happi-lang="ms"] .happi-qr-mobile-join-footer li {
    grid-template-columns: 48px minmax(98px, 1fr);
    min-height: 82px;
    padding: 12px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .happi-qr-icon-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(100% - 64px, 820px);
    margin-top: 22px;
  }

  .happi-qr-icon-row div {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 80px;
    padding: 12px 14px;
    border: 1px solid rgba(248, 190, 49, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
  }

  .happi-qr-icon-row div:last-child {
    border: 1px solid rgba(248, 190, 49, 0.34);
  }

  .happi-qr-icon-row-icon {
    width: 52px;
    height: 52px;
  }

  .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;
    hyphens: none;
    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;
  }
}

/* Section 4: supplied footer icons and a centered information strip without the shield. */
.happi-qr-icon-row-icon.happi-qr-icon-row-custom {
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.happi-qr-icon-row-icon.happi-qr-icon-row-custom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.4);
}

@media (min-width: 761px) {
  .happi-qr-protection-panel .happi-qr-info-strip--without-icon {
    grid-template-columns: minmax(430px, 620px) 190px;
  }

  .happi-qr-protection-panel .happi-qr-info-strip--without-icon > div {
    grid-column: 1;
    text-align: center;
  }

  .happi-qr-protection-panel .happi-qr-info-strip--without-icon .happi-qr-info-strip-art {
    grid-column: 2;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .happi-qr-protection-panel .happi-qr-info-strip--without-icon {
    grid-template-columns: minmax(0, 1fr) 112px;
  }
}

@media (max-width: 760px) {
  .happi-qr-info-strip--without-icon {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 18px;
  }

  .happi-qr-info-strip--without-icon > div {
    grid-column: 1;
    text-align: center;
  }
}

/* Section 5 phone screen: soften the reflected ghosting on the app screenshot. */
.happi-qr-section9-phone {
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.happi-qr-section9-phone::after {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.08) 0 5%, rgba(255, 255, 255, 0) 18%);
  box-shadow: none;
}

.happi-qr-section9-phone-screen {
  filter: none;
}

body[data-happi-lang="zh"] .happi-qr-contact-section,
body[data-happi-lang="zh"] .happi-qr-contact-section p,
body[data-happi-lang="zh"] .happi-qr-contact-section a,
body[data-happi-lang="zh"] .happi-qr-contact-section strong,
body[data-happi-lang="zh"] .happi-qr-contact-section b {
  font-family: "Noto Sans SC", "Alibaba PuHuiTi Local", "Alibaba PuHuiTi", AlibabaPuHuiTi, alibaba-puhuiti, "Microsoft YaHei", "PingFang SC", sans-serif;
}

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;
}

body[data-happi-lang="zh"] {
  --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", "Alibaba PuHuiTi Local", "Alibaba PuHuiTi", AlibabaPuHuiTi, alibaba-puhuiti, "Microsoft YaHei", "PingFang SC", sans-serif;
}

/* Section 9: contact, office address, and company view. */
.happi-qr-contact-section {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  width: min(1400px, calc(100% - 48px));
  margin: 72px auto 0;
  padding: 0;
}

.happi-qr-contact-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.24);
  border-radius: 36px;
  background:
    radial-gradient(circle at 96% 0%, rgba(var(--happi-qr-yellow-rgb), 0.24), transparent 30%),
    linear-gradient(135deg, #fffdf6 0%, rgba(var(--happi-qr-yellow-rgb), 0.14) 48%, #ffffff 100%);
  box-shadow: 0 24px 70px rgba(66, 48, 0, 0.1);
}

.happi-qr-contact-shell::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -150px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  border: 54px solid rgba(var(--happi-qr-yellow-rgb), 0.16);
  pointer-events: none;
}

.happi-qr-contact-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 26px;
}

.happi-qr-contact-head .happi-qr-heading {
  margin: 12px 0 12px;
  font-size: clamp(42px, 4vw, 64px);
}

.happi-qr-contact-head .happi-qr-subtitle {
  max-width: 660px;
}

.happi-qr-contact-numbers {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin-bottom: 30px;
}

.happi-qr-contact-number {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  min-height: 74px;
  padding: 12px 18px;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  color: #111820;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(77, 56, 0, 0.08);
}

.happi-qr-contact-number strong {
  grid-column: 2;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 800;
  color: #6c5a21;
}

.happi-qr-contact-number b {
  grid-column: 2;
  display: block;
  color: var(--happi-qr-yellow);
  font-family: var(--happi-qr-display-font);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
  white-space: nowrap;
}

.happi-qr-contact-icon,
.happi-qr-contact-card-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.58), var(--happi-qr-yellow));
  box-shadow: 0 12px 20px rgba(var(--happi-qr-yellow-rgb), 0.25);
}

.happi-qr-contact-icon {
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
}

.happi-qr-contact-icon::before,
.happi-qr-contact-card-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #111820;
  mask: var(--happi-contact-icon) center / contain no-repeat;
}

.happi-qr-contact-icon-whatsapp {
  --happi-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21l1.6-4.8A8.5 8.5 0 1 1 8 19.4L3 21Z'/%3E%3Cpath d='M8.8 9.1c.2-.5.4-.6.8-.6h.6c.2 0 .4.1.5.4l.6 1.4c.1.3 0 .5-.2.7l-.4.4c.6 1.1 1.4 1.9 2.6 2.5l.5-.5c.2-.2.4-.3.7-.2l1.4.7c.3.1.4.3.4.6v.5c0 .5-.2.8-.7 1-1.2.5-3.8-.5-5.5-2.2-1.8-1.8-2.7-4.2-2.3-4.7Z'/%3E%3C/svg%3E");
}

.happi-qr-contact-icon-phone,
.happi-qr-contact-card-clock {
  --happi-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L8 9.5a16 16 0 0 0 6.5 6.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
}

.happi-qr-contact-card-location {
  --happi-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.happi-qr-contact-icon-whatsapp {
  --happi-contact-image: url("./assets/section-9-icon-whatsapp-transparent.png");
}

.happi-qr-contact-icon-phone {
  --happi-contact-image: url("./assets/section-9-icon-call-transparent.png");
}

.happi-qr-contact-card-location {
  --happi-contact-image: url("./assets/section-9-icon-location-transparent.png");
}

.happi-qr-contact-card-clock {
  --happi-contact-image: url("./assets/section-9-icon-hours-transparent.png");
}

.happi-qr-contact-icon,
.happi-qr-contact-card-icon {
  background:
    var(--happi-contact-image) center / 132% auto no-repeat,
    linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.58), var(--happi-qr-yellow));
}

.happi-qr-contact-icon::before,
.happi-qr-contact-card-icon::before {
  display: none;
}

.happi-qr-contact-map {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.24);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(65, 49, 8, 0.1);
}

.happi-qr-contact-map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.happi-qr-contact-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.happi-qr-contact-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(65, 49, 8, 0.07);
}

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

.happi-qr-contact-card h3 {
  margin: 0 0 8px;
  color: var(--happi-qr-yellow);
  font-family: var(--happi-qr-display-font);
  font-size: 23px;
  font-weight: 900;
}

.happi-qr-contact-card p {
  margin: 0;
  color: #333943;
  font-size: 16px;
  line-height: 1.55;
}

.happi-qr-company-view {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.24);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(65, 49, 8, 0.09);
}

.happi-qr-company-view h3 {
  margin: 10px 0 0;
  color: #111820;
  font-family: var(--happi-qr-display-font);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 900;
  line-height: 1.08;
}

.happi-qr-company-video-frame {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.28);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.1), rgba(var(--happi-qr-yellow-rgb), 0.22)),
    rgba(var(--happi-qr-yellow-rgb), 0.13);
  box-shadow: 0 18px 36px rgba(65, 49, 8, 0.14);
}

.happi-qr-company-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(var(--happi-qr-yellow-rgb), 0.14), transparent 24%, transparent 76%, rgba(var(--happi-qr-yellow-rgb), 0.14)),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.happi-qr-company-video-bg {
  position: absolute;
  inset: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  border-radius: 32px;
  filter: blur(18px) saturate(1.08) brightness(1.04);
  opacity: 0.58;
  object-fit: cover;
  transform: scale(1.08);
}

.happi-qr-company-video {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: 420px;
  max-height: 420px;
  border-radius: 22px;
  background: rgba(var(--happi-qr-yellow-rgb), 0.14);
  object-fit: contain;
  box-shadow: 0 16px 34px rgba(21, 23, 29, 0.16);
}

@media (max-width: 1100px) {
  .happi-qr-contact-section {
    width: min(100% - 32px, 900px);
    margin-top: 56px;
  }

  .happi-qr-contact-grid,
  .happi-qr-company-view {
    grid-template-columns: 1fr;
  }

  .happi-qr-contact-map,
  .happi-qr-contact-map img {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .happi-qr-contact-section {
    width: min(100% - 24px, 560px);
    margin-top: 42px;
  }

  .happi-qr-contact-shell {
    padding: 26px 18px;
    border-radius: 28px;
  }

  .happi-qr-contact-head .happi-qr-heading {
    font-size: clamp(34px, 9vw, 42px);
  }

  .happi-qr-contact-numbers {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .happi-qr-contact-number {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 66px;
    padding: 10px 14px;
    border-radius: 18px;
  }

  .happi-qr-contact-number b {
    font-size: 18px;
  }

  .happi-qr-contact-icon {
    width: 50px;
    height: 50px;
  }

  .happi-qr-contact-icon::before,
  .happi-qr-contact-card-icon::before {
    width: 24px;
    height: 24px;
  }

  .happi-qr-contact-map,
  .happi-qr-contact-map img {
    min-height: 250px;
    border-radius: 22px;
  }

  .happi-qr-contact-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 16px;
    border-radius: 20px;
  }

  .happi-qr-contact-card-icon {
    width: 48px;
    height: 48px;
  }

  .happi-qr-contact-card h3 {
    font-size: 20px;
  }

  .happi-qr-contact-card p {
    font-size: 14px;
  }

  .happi-qr-company-view {
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
  }

  .happi-qr-company-video-frame {
    min-height: 320px;
    border-radius: 22px;
  }

  .happi-qr-company-video {
    height: 320px;
    max-height: 320px;
    border-radius: 18px;
  }
}

/* Section 9 HQ Hub redesign: more branded, integrated contact and company view. */
.happi-qr-contact-section {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  width: min(1420px, calc(100% - 48px));
  margin-top: clamp(78px, 7vw, 112px);
}

.happi-qr-contact-shell {
  display: grid;
  gap: clamp(22px, 2.2vw, 32px);
  padding: clamp(38px, 4.5vw, 66px);
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.42);
  border-radius: 40px;
  background:
    linear-gradient(122deg, transparent 0 56%, rgba(var(--happi-qr-yellow-rgb), 0.18) 56% 72%, transparent 72% 100%),
    linear-gradient(135deg, #fffefa 0%, rgba(var(--happi-qr-yellow-rgb), 0.12) 48%, #fffdf5 100%);
  box-shadow: 0 32px 86px rgba(77, 58, 6, 0.13);
}

.happi-qr-contact-shell::before {
  left: clamp(28px, 4vw, 58px);
  right: clamp(28px, 4vw, 58px);
  top: 0;
  width: auto;
  height: 6px;
  border: 0;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, rgba(var(--happi-qr-yellow-rgb), 0.72) 18%, rgba(var(--happi-qr-yellow-rgb), 0.22) 50%, rgba(var(--happi-qr-yellow-rgb), 0.72) 82%, transparent);
}

.happi-qr-contact-shell::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.18);
  border-radius: 30px;
  pointer-events: none;
}

.happi-qr-contact-head {
  margin: 0;
  max-width: 720px;
}

.happi-qr-contact-head .happi-qr-label,
.happi-qr-company-view .happi-qr-label {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.62), var(--happi-qr-yellow));
  color: #111820;
  box-shadow: 0 12px 26px rgba(var(--happi-qr-yellow-rgb), 0.18);
}

.happi-qr-contact-head .happi-qr-heading {
  max-width: 700px;
  margin: 16px 0 14px;
  font-size: clamp(46px, 4.2vw, 68px);
  line-height: 1.02;
}

.happi-qr-contact-head .happi-qr-subtitle {
  max-width: 650px;
  color: #383d45;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.6;
}

.happi-qr-contact-numbers {
  max-width: none;
  margin: 0;
  gap: 14px;
}

.happi-qr-contact-number {
  min-height: 92px;
  padding: 15px 18px;
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.38);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(var(--happi-qr-yellow-rgb), 0.12)),
    #fff;
  box-shadow: 0 18px 34px rgba(83, 62, 5, 0.1);
}

.happi-qr-contact-number strong {
  color: #343946;
  font-size: 15px;
}

.happi-qr-contact-number b {
  color: var(--happi-qr-yellow);
  font-size: clamp(18px, 1.45vw, 23px);
}

.happi-qr-contact-icon,
.happi-qr-contact-card-icon {
  background:
    linear-gradient(145deg, rgba(var(--happi-qr-yellow-rgb), 0.32) 0%, rgba(var(--happi-qr-yellow-rgb), 0.76) 46%, var(--happi-qr-yellow) 100%);
  box-shadow: 0 13px 24px rgba(var(--happi-qr-yellow-rgb), 0.28);
}

.happi-qr-contact-icon::before,
.happi-qr-contact-card-icon::before {
  background: #111820;
}

.happi-qr-contact-icon,
.happi-qr-contact-card-icon {
  background:
    var(--happi-contact-image) center / 132% auto no-repeat,
    linear-gradient(145deg, rgba(var(--happi-qr-yellow-rgb), 0.32) 0%, rgba(var(--happi-qr-yellow-rgb), 0.76) 46%, var(--happi-qr-yellow) 100%);
}

.happi-qr-contact-icon::before,
.happi-qr-contact-card-icon::before {
  display: none;
}

.happi-qr-contact-map {
  position: relative;
  height: 470px;
  min-height: 470px;
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.36);
  border-radius: 34px;
  background: rgba(var(--happi-qr-yellow-rgb), 0.14);
  box-shadow: 0 24px 52px rgba(69, 51, 0, 0.13);
}

.happi-qr-contact-map::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.happi-qr-contact-map img {
  height: 100%;
  min-height: 0;
  filter: saturate(0.98) contrast(1.02);
}

.happi-qr-contact-card-clock {
  --happi-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.happi-qr-map-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  margin: 0;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(57, 42, 0, 0.14);
  backdrop-filter: blur(12px);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.happi-qr-map-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.72);
  box-shadow: 0 20px 40px rgba(57, 42, 0, 0.18);
}

.happi-qr-map-badge:focus-visible {
  outline: 3px solid #244128;
  outline-offset: 4px;
}

.happi-qr-map-badge b {
  grid-column: 2;
  margin: 0;
  color: #111820;
  font-family: var(--happi-qr-display-font);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.happi-qr-map-badge small {
  grid-column: 2;
  color: #746431;
  font-size: 13px;
  font-weight: 800;
}

.happi-qr-map-pin {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(var(--happi-qr-yellow-rgb), 0.72), var(--happi-qr-yellow));
}

.happi-qr-map-pin::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #111820;
  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='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.happi-qr-contact-info {
  gap: 18px;
}

.happi-qr-contact-card {
  position: relative;
  overflow: hidden;
  gap: 18px;
  min-height: 220px;
  padding: 28px;
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.32);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(var(--happi-qr-yellow-rgb), 0.12)),
    #fff;
  box-shadow: 0 22px 42px rgba(69, 51, 0, 0.1);
}

.happi-qr-contact-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--happi-qr-yellow), rgba(var(--happi-qr-yellow-rgb), 0));
}

.happi-qr-contact-card-icon {
  width: 62px;
  height: 62px;
}

.happi-qr-contact-card h3 {
  color: #111820;
  font-size: clamp(24px, 1.8vw, 30px);
}

.happi-qr-contact-card p {
  color: #363c44;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.62;
}

.happi-qr-company-view {
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(22px, 2.5vw, 38px);
  margin-top: 0;
  padding: clamp(24px, 3vw, 34px);
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.36);
  border-radius: 34px;
  background:
    linear-gradient(122deg, rgba(var(--happi-qr-yellow-rgb), 0.2) 0 34%, rgba(255, 255, 255, 0.9) 34% 100%),
    #fffefa;
  box-shadow: 0 24px 54px rgba(69, 51, 0, 0.12);
}

.happi-qr-company-view > div:first-child {
  align-self: center;
}

.happi-qr-company-view h3 {
  max-width: 340px;
  font-size: clamp(34px, 3vw, 52px);
}

.happi-qr-company-video-frame {
  min-height: 430px;
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.36);
  border-radius: 30px;
  box-shadow: 0 24px 46px rgba(69, 51, 0, 0.14);
}

.happi-qr-company-video {
  height: 430px;
  max-height: 430px;
  border-radius: 23px;
}

@media (max-width: 1100px) {
  .happi-qr-contact-section {
    width: min(100% - 32px, 940px);
    margin-top: 70px;
  }

  .happi-qr-contact-shell {
    padding: clamp(30px, 5vw, 46px);
  }

  .happi-qr-contact-top,
  .happi-qr-contact-grid,
  .happi-qr-company-view {
    grid-template-columns: 1fr;
  }

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

  .happi-qr-contact-map,
  .happi-qr-contact-map img {
    height: 380px;
    min-height: 0;
  }

  .happi-qr-contact-card {
    min-height: 0;
  }

  .happi-qr-company-view h3 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .happi-qr-contact-section {
    width: min(100% - 22px, 560px);
    margin-top: 54px;
  }

  .happi-qr-contact-shell {
    gap: 18px;
    padding: 24px 16px;
    border-radius: 30px;
  }

  .happi-qr-contact-shell::after {
    inset: 10px;
    border-radius: 24px;
  }

  .happi-qr-contact-head .happi-qr-label,
  .happi-qr-company-view .happi-qr-label {
    min-height: 32px;
    padding: 7px 18px;
    font-size: 14px;
  }

  .happi-qr-contact-head .happi-qr-heading {
    font-size: clamp(34px, 9.4vw, 44px);
  }

  .happi-qr-contact-head .happi-qr-subtitle {
    font-size: 15px;
  }

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

  .happi-qr-contact-number {
    min-height: 72px;
    border-radius: 22px;
  }

  .happi-qr-contact-map,
  .happi-qr-contact-map img {
    height: 270px;
    min-height: 0;
    border-radius: 24px;
  }

  .happi-qr-map-badge {
    left: 14px;
    bottom: 14px;
    grid-template-columns: 38px auto;
    padding: 10px 14px 10px 10px;
  }

  .happi-qr-map-pin {
    width: 38px;
    height: 38px;
  }

  .happi-qr-map-pin::before {
    width: 21px;
    height: 21px;
  }

  .happi-qr-map-badge b {
    font-size: 15px;
  }

  .happi-qr-map-badge small {
    font-size: 12px;
  }

  .happi-qr-contact-card {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 18px 16px 20px;
    border-radius: 22px;
  }

  .happi-qr-contact-card-icon {
    width: 50px;
    height: 50px;
  }

  .happi-qr-contact-card h3 {
    font-size: 21px;
  }

  .happi-qr-contact-card p {
    font-size: 14px;
  }

  .happi-qr-company-view {
    padding: 18px;
    border-radius: 24px;
  }

  .happi-qr-company-view h3 {
    font-size: clamp(29px, 8vw, 38px);
  }

  .happi-qr-company-video-frame {
    min-height: 330px;
    border-radius: 22px;
  }

  .happi-qr-company-video {
    height: 330px;
    max-height: 330px;
    border-radius: 18px;
  }
}

/* Section 9 premium showcase: video as hero, contact as a refined brand concierge. */
.happi-qr-contact-section {
  --happi-qr-yellow: #F8BE31;
  --happi-qr-yellow-rgb: 248, 190, 49;
  width: min(1440px, calc(100% - 48px));
  margin-top: clamp(84px, 7vw, 120px);
}

.happi-qr-contact-premium {
  display: block;
  padding: clamp(34px, 4.2vw, 62px);
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.46);
  border-radius: 44px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0) 0 52%, rgba(var(--happi-qr-yellow-rgb), 0.16) 52% 70%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(145deg, #fffefa 0%, rgba(var(--happi-qr-yellow-rgb), 0.13) 48%, #fffef8 100%);
  box-shadow: 0 34px 92px rgba(70, 50, 0, 0.14);
}

.happi-qr-contact-premium::before {
  left: clamp(26px, 4vw, 58px);
  right: clamp(26px, 4vw, 58px);
  top: 0;
  width: auto;
  height: 7px;
  border: 0;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--happi-qr-yellow) 18%, rgba(var(--happi-qr-yellow-rgb), 0.28) 50%, var(--happi-qr-yellow) 82%, transparent);
}

.happi-qr-contact-premium::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.2);
  border-radius: 32px;
  pointer-events: none;
}

.happi-qr-contact-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 3.5vw, 54px);
  align-items: stretch;
}

.happi-qr-contact-copy {
  display: grid;
  gap: 22px;
  align-content: center;
}

.happi-qr-contact-premium .happi-qr-contact-head {
  max-width: 560px;
}

.happi-qr-contact-premium .happi-qr-contact-head .happi-qr-label,
.happi-qr-contact-premium .happi-qr-company-view .happi-qr-label {
  min-height: 32px;
  padding: 7px 18px;
  border: 0;
  border-radius: 999px;
  background: #244128;
  color: #fff;
  font-family: var(--happi-qr-display-font);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: none;
}

.happi-qr-contact-premium .happi-qr-contact-head .happi-qr-heading {
  margin: 18px 0 14px;
  font-size: clamp(48px, 4.25vw, 70px);
  line-height: 1.02;
}

.happi-qr-contact-premium .happi-qr-contact-head .happi-qr-subtitle {
  max-width: 540px;
  color: #343944;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.62;
}

.happi-qr-contact-premium .happi-qr-contact-numbers {
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 520px;
  margin: 0;
}

.happi-qr-contact-premium .happi-qr-contact-number {
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 78px;
  padding: 12px 18px;
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.36);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(var(--happi-qr-yellow-rgb), 0.12)),
    #fff;
  box-shadow: 0 14px 28px rgba(75, 54, 0, 0.09);
}

.happi-qr-contact-premium .happi-qr-contact-number strong {
  color: #2d333c;
  font-size: 14px;
}

.happi-qr-contact-premium .happi-qr-contact-number b {
  color: var(--happi-qr-yellow);
  font-size: clamp(18px, 1.4vw, 23px);
}

.happi-qr-contact-premium .happi-qr-contact-icon {
  width: 64px;
  height: 64px;
}

.happi-qr-contact-premium .happi-qr-contact-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 540px;
}

.happi-qr-contact-premium .happi-qr-contact-card {
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  padding: 17px 18px;
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 28px rgba(75, 54, 0, 0.07);
  backdrop-filter: blur(10px);
}

.happi-qr-contact-premium .happi-qr-contact-card::after {
  left: 18px;
  right: 18px;
  height: 3px;
}

.happi-qr-contact-premium .happi-qr-contact-card-icon {
  width: 60px;
  height: 60px;
}

.happi-qr-contact-premium .happi-qr-contact-card h3 {
  margin-bottom: 5px;
  color: #111820;
  font-size: clamp(21px, 1.55vw, 26px);
}

.happi-qr-contact-premium .happi-qr-contact-card p {
  color: #39404a;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.52;
}

.happi-qr-contact-premium .happi-qr-company-view {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.38);
  border-radius: 36px;
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.96), rgba(var(--happi-qr-yellow-rgb), 0.14)),
    #fff;
  box-shadow: 0 26px 58px rgba(69, 50, 0, 0.15);
}

.happi-qr-contact-premium .happi-qr-company-view::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 26px;
  border: 1px solid rgba(var(--happi-qr-yellow-rgb), 0.24);
  pointer-events: none;
}

.happi-qr-contact-premium .happi-qr-company-view-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.happi-qr-contact-premium .happi-qr-company-view h3 {
  max-width: 420px;
  margin: 0;
  color: #111820;
  font-size: clamp(28px, 2.45vw, 44px);
  line-height: 1.06;
  text-align: right;
}

.happi-qr-contact-premium .happi-qr-company-video-frame {
  min-height: clamp(470px, 38vw, 560px);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(var(--happi-qr-yellow-rgb), 0.16), rgba(var(--happi-qr-yellow-rgb), 0.24)),
    rgba(var(--happi-qr-yellow-rgb), 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52), 0 24px 48px rgba(64, 46, 0, 0.16);
}

.happi-qr-contact-premium .happi-qr-company-video-bg {
  filter: blur(22px) saturate(1.12) brightness(1.06);
  opacity: 0.64;
  transform: scale(1.1);
}

.happi-qr-contact-premium .happi-qr-company-video {
  height: clamp(470px, 38vw, 560px);
  max-height: 560px;
  border-radius: 22px;
  background: rgba(var(--happi-qr-yellow-rgb), 0.12);
  box-shadow: 0 18px 42px rgba(15, 19, 23, 0.14);
}

.happi-qr-contact-map-strip {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  height: clamp(360px, 31vw, 430px);
  min-height: 0;
  margin-top: clamp(20px, 2.6vw, 34px);
  margin-right: auto;
  margin-left: auto;
  border-color: rgba(var(--happi-qr-yellow-rgb), 0.36);
  border-radius: 32px;
  background: linear-gradient(135deg, #fffefa, #f5f1e8);
  box-shadow: 0 22px 46px rgba(69, 50, 0, 0.11);
}

.happi-qr-contact-map-strip img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 52%;
}

.happi-qr-contact-map-strip .happi-qr-map-badge {
  left: 22px;
  bottom: 22px;
}

@media (max-width: 1100px) {
  .happi-qr-contact-section {
    width: min(100% - 32px, 940px);
  }

  .happi-qr-contact-stage {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .happi-qr-contact-copy {
    align-content: start;
  }

  .happi-qr-contact-premium .happi-qr-contact-head,
  .happi-qr-contact-premium .happi-qr-contact-numbers,
  .happi-qr-contact-premium .happi-qr-contact-info {
    max-width: none;
  }

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

  .happi-qr-contact-premium .happi-qr-company-video-frame,
  .happi-qr-contact-premium .happi-qr-company-video {
    min-height: 440px;
    height: 440px;
  }
}

@media (max-width: 760px) {
  .happi-qr-contact-section {
    width: min(100% - 22px, 560px);
    margin-top: 58px;
  }

  .happi-qr-contact-premium {
    padding: 24px 16px;
    border-radius: 30px;
  }

  .happi-qr-contact-premium::after {
    inset: 10px;
    border-radius: 24px;
  }

  .happi-qr-contact-stage {
    gap: 20px;
  }

  .happi-qr-contact-premium .happi-qr-contact-head .happi-qr-heading {
    font-size: clamp(34px, 9.2vw, 44px);
  }

  .happi-qr-contact-premium .happi-qr-contact-numbers {
    grid-template-columns: 1fr;
  }

  .happi-qr-contact-premium .happi-qr-contact-number {
    min-height: 72px;
    border-radius: 21px;
  }

  .happi-qr-contact-premium .happi-qr-contact-card {
    padding: 16px 15px 18px;
    border-radius: 21px;
  }

  .happi-qr-contact-premium .happi-qr-company-view {
    padding: 16px;
    border-radius: 24px;
  }

  .happi-qr-contact-premium .happi-qr-company-view-copy {
    display: grid;
    gap: 14px;
  }

  .happi-qr-contact-premium .happi-qr-company-view h3 {
    max-width: 280px;
    font-size: clamp(28px, 7.8vw, 38px);
    text-align: left;
  }

  .happi-qr-contact-premium .happi-qr-company-video-frame,
  .happi-qr-contact-premium .happi-qr-company-video {
    min-height: 330px;
    height: 330px;
  }

  .happi-qr-contact-map-strip {
    width: 100%;
    height: 240px;
    border-radius: 24px;
  }

  .happi-qr-contact-map-strip img {
    object-position: center 50%;
  }

  .happi-qr-contact-map-strip .happi-qr-map-badge {
    left: 14px;
    bottom: 14px;
  }
}

/* Section 5 responsive guard: keep Creamy clear of the comparison table at desktop breakpoints. */
@media (min-width: 1536px) {
  .happi-qr-compare-section .happi-qr-section5-cat-wrap {
    bottom: -18px;
  }
}

@media (min-width: 1400px) and (max-width: 1535px) {
  .happi-qr-compare-section .happi-qr-section5-cat-wrap {
    right: -10px;
    bottom: -18px;
    width: 214px;
    height: 204px;
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap > span {
    width: 172px;
    height: 172px;
    border-width: 16px;
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
    width: 190px;
  }
}

@media (min-width: 1101px) and (max-width: 1399px) {
  .happi-qr-compare-section .happi-qr-section5-cat-wrap {
    display: block;
  }
}

/* Section 5 Creamy scales with the viewport across desktop, tablet, and phone. */
.happi-qr-compare-section {
  --happi-qr-section5-cat-size: clamp(128px, 14.5vw, 286px);
  --happi-qr-section5-cat-ring: calc(var(--happi-qr-section5-cat-size) * 1.08);
  --happi-qr-section5-cat-wrap-w: calc(var(--happi-qr-section5-cat-size) * 1.25);
  --happi-qr-section5-cat-wrap-h: calc(var(--happi-qr-section5-cat-size) * 1.18);
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap {
  display: block;
  right: clamp(-16px, 1.1vw, 18px);
  top: auto;
  bottom: 0;
  width: var(--happi-qr-section5-cat-wrap-w);
  height: var(--happi-qr-section5-cat-wrap-h);
}

.happi-qr-compare-section .happi-qr-compare-hero {
  min-height: max(220px, calc(var(--happi-qr-section5-cat-wrap-h) + 34px));
}

.happi-qr-compare-section .happi-qr-compare-hero .happi-qr-section-head {
  max-width: min(720px, calc(100% - var(--happi-qr-section5-cat-wrap-w) - 112px));
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap > span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--happi-qr-section5-cat-ring);
  height: var(--happi-qr-section5-cat-ring);
  border-width: clamp(12px, 1.55vw, 28px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98) 0 50%, rgba(var(--happi-qr-yellow-rgb), 0.11) 51% 75%, rgba(var(--happi-qr-yellow-rgb), 0.07) 76% 100%);
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap > span::after {
  right: calc(var(--happi-qr-section5-cat-size) * 0.13);
  bottom: calc(var(--happi-qr-section5-cat-size) * -0.035);
  width: calc(var(--happi-qr-section5-cat-size) * 0.62);
  height: calc(var(--happi-qr-section5-cat-size) * 0.14);
}

.happi-qr-compare-section .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
  display: block;
  position: absolute;
  right: calc(var(--happi-qr-section5-cat-size) * 0.03);
  bottom: calc(var(--happi-qr-section5-cat-size) * 0.05);
  width: var(--happi-qr-section5-cat-size);
  height: auto;
}

@media (max-width: 1100px) {
  .happi-qr-compare-section {
    --happi-qr-section5-cat-size: clamp(104px, 20vw, 198px);
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap {
    right: clamp(-22px, -1.5vw, -8px);
    top: auto;
    bottom: -16px;
  }

  .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-section-head {
    width: calc(100% - var(--happi-qr-section5-cat-wrap-w) - clamp(52px, 8vw, 96px));
    max-width: 620px;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }

  .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-label {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .happi-qr-compare-section {
    --happi-qr-section5-cat-size: clamp(82px, 23vw, 108px);
  }

  .happi-qr-compare-section .happi-qr-compare-hero {
    display: block;
    min-height: max(300px, calc(var(--happi-qr-section5-cat-wrap-h) + 190px));
    padding: 4px 0 18px;
    text-align: left;
  }

  .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-section-head {
    max-width: none;
    width: auto;
    margin: 0;
    padding-left: clamp(12px, 4vw, 18px);
    padding-right: 0;
    text-align: left;
  }

  .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-label {
    margin-right: 0;
    margin-left: 0;
  }

  .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-heading {
    font-size: clamp(24px, 6.55vw, 29px);
  }

  .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-subtitle {
    max-width: calc(100% - (var(--happi-qr-section5-cat-wrap-w) * 0.74));
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(14px, 4vw, 16px);
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap {
    position: absolute;
    right: clamp(6px, 2vw, 10px);
    top: clamp(184px, 50vw, 214px);
    bottom: auto;
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap > span {
    box-shadow: 0 14px 28px rgba(65, 49, 8, 0.1);
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap > span::after {
    right: calc(var(--happi-qr-section5-cat-size) * 0.16);
    bottom: calc(var(--happi-qr-section5-cat-size) * 0.005);
    width: calc(var(--happi-qr-section5-cat-size) * 0.66);
    height: calc(var(--happi-qr-section5-cat-size) * 0.13);
    opacity: 0.96;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(var(--happi-qr-yellow-rgb), 0.24));
    filter: blur(4px);
    box-shadow: 0 10px 18px rgba(65, 49, 8, 0.12);
  }

  .happi-qr-compare-section .happi-qr-section5-cat-wrap .happi-qr-section5-cat {
    bottom: calc(var(--happi-qr-section5-cat-size) * -0.025);
  }
}

/* Section 5 responsive guardrails: keep text readable without changing the layout. */
[data-section="Section 5"] .happi-qr-section9-mobile-visual > img {
  z-index: 4;
}

[data-section="Section 5"] .happi-qr-section9-phone {
  z-index: 3;
}

[data-section="Section 5"] .happi-qr-section9-mobile-cta {
  background: #F8BE31;
  color: #fff;
}

[data-section="Section 5"] .happi-qr-section9-mobile-cta span {
  color: #fff;
}

@media (max-width: 760px) {
  [data-section="Section 5"] .happi-qr-section9-mobile-hero {
    min-height: 370px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  [data-section="Section 5"] .happi-qr-section9-mobile-hero {
    align-items: start;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .happi-qr-section9-mobile-hero {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 260px);
    gap: 16px;
  }

  body[data-happi-lang="zh"] .happi-qr-section9-mobile-copy h2 {
    font-size: clamp(39px, 5.2vw, 44px);
  }

  .happi-qr-section9-mobile-visual > img {
    left: -52px;
    bottom: 34px;
    width: 218px;
  }

  .happi-qr-section9-phone {
    right: -6px;
    top: 24px;
    width: 178px;
    height: 324px;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .happi-qr-section9-mobile-benefits {
    width: min(480px, calc(100% + 96px));
    grid-template-columns: repeat(4, minmax(96px, 1fr));
    gap: 12px;
  }

  .happi-qr-section9-mobile-benefits span {
    font-size: clamp(15px, 1.25vw, 16px);
    line-height: 1.22;
    word-break: normal;
  }

  .happi-qr-section9-mobile-visual > img {
    left: -78px;
    bottom: 126px;
    width: 390px;
  }

  .happi-qr-section9-phone {
    right: -26px;
    top: 4px;
    transform: rotate(5deg) scale(0.92);
  }
}

/* Section 5 CTA: keep every translated label on one line at every viewport. */
[data-section="Section 5"] .happi-qr-section9-footer .happi-qr-section9-mobile-cta {
  min-width: 0;
  padding-inline: clamp(14px, 3vw, 36px);
  gap: clamp(12px, 2.2vw, 24px);
  font-size: clamp(22px, 2.35vw, 32px);
  white-space: nowrap;
}

[data-section="Section 5"] .happi-qr-section9-footer .happi-qr-section9-mobile-cta span {
  flex: 0 0 auto;
  font-size: clamp(28px, 3vw, 40px);
}

@media (max-width: 760px) {
  [data-section="Section 5"] .happi-qr-section9-footer .happi-qr-section9-mobile-cta {
    padding-inline: 14px;
    gap: 14px;
    font-size: clamp(18px, 5vw, 22px);
  }

  [data-section="Section 5"] .happi-qr-section9-footer .happi-qr-section9-mobile-cta span {
    font-size: clamp(24px, 6vw, 30px);
  }
}

/* Section 5 mobile: tighten the visual area without moving the copy. */
@media (max-width: 760px) {
  [data-section="Section 5"] .happi-qr-section9-mobile-hero {
    min-height: 330px;
  }

  [data-section="Section 5"] .happi-qr-section9-mobile-visual {
    bottom: 14px;
  }

  [data-section="Section 5"] .happi-qr-section9-mobile-visual > img {
    bottom: 16px;
  }

  [data-section="Section 5"] .happi-qr-section9-phone {
    bottom: 18px;
  }
}

@media (max-width: 380px) {
  [data-section="Section 5"] .happi-qr-section9-mobile-hero {
    min-height: 320px;
  }
}

/* Section 4: isolated HAPPI redemption experience from the supplied template. */
.happi-s4 {
  --happi-s4-yellow: #fdb813;
  --happi-s4-ink: #101010;
  --happi-s4-muted: #585858;
  --happi-s4-line: rgba(221, 185, 109, 0.34);
  width: min(1440px, calc(100% - 48px));
  margin-top: 46px;
  padding: 38px 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(253, 184, 19, 0.74);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 48%, rgba(253, 184, 19, 0.11), transparent 29%),
    radial-gradient(circle at 8% 38%, rgba(253, 184, 19, 0.08), transparent 20%),
    linear-gradient(180deg, #fff 0%, #fffdf8 48%, #fff8e8 100%);
  color: var(--happi-s4-ink);
  box-shadow: 0 18px 42px rgba(93, 57, 0, 0.08);
}

.happi-s4,
.happi-s4 button {
  font-family: "Zen Maru Gothic", "Inter", sans-serif;
}

.happi-s4-shell {
  width: min(100%, 1280px);
  margin-inline: auto;
}

.happi-s4-hero {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 184px;
  padding: 0 150px 18px;
  text-align: center;
}

.happi-s4-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 6px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3aa00, var(--happi-s4-yellow));
  color: #111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 7px 16px rgba(219, 147, 0, 0.2);
}

.happi-s4-eyebrow::before {
  content: "✦";
  margin-right: 8px;
  font-size: 12px;
}

.happi-s4-hero h2 {
  position: relative;
  z-index: 2;
  margin: 10px 0 8px;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.happi-s4-hero h2 > .happi-s4-title-reward {
  color: var(--happi-s4-yellow);
}

.happi-s4-hero > p:last-of-type {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0;
  color: var(--happi-s4-muted);
  font-size: 15px;
  line-height: 1.5;
}

.happi-s4-hero-coin,
.happi-s4-hero-gift {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 10px 12px rgba(172, 104, 0, 0.2));
}

.happi-s4-hero-coin {
  width: 70px;
  height: 70px;
}

.happi-s4-hero-coin--left {
  left: 18px;
  top: 30px;
  transform: rotate(-14deg);
}

.happi-s4-hero-coin--right {
  right: 98px;
  top: 86px;
  width: 46px;
  height: 46px;
  transform: rotate(17deg);
}

.happi-s4-hero-gift {
  right: 0;
  top: -14px;
  width: 112px;
  height: 106px;
}

.happi-s4-journey {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 108px;
  padding: 14px 34px;
  border: 1px solid var(--happi-s4-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(75, 48, 0, 0.06);
}

.happi-s4-journey-step {
  display: grid;
  grid-template-columns: 70px 30px minmax(0, 1fr);
  grid-template-rows: 22px auto;
  align-items: center;
  column-gap: 8px;
  min-width: 0;
}

.happi-s4-journey-art {
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
}

.happi-s4-journey-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.happi-s4-journey-index {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: var(--happi-s4-yellow);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.happi-s4-journey-step div {
  display: contents;
}

.happi-s4-journey-step strong {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  overflow: hidden;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.happi-s4-journey-step small {
  grid-column: 3;
  grid-row: 2;
  align-self: start;
  display: block;
  margin-top: 6px;
  color: #5e5e5e;
  font-size: 11px;
  line-height: 1.35;
}

.happi-s4-journey-arrow {
  color: var(--happi-s4-yellow);
  font-size: 27px;
  line-height: 1;
}

.happi-s4-redemption {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 400px) 320px minmax(220px, 270px);
  justify-content: center;
  gap: 22px;
  margin-top: 22px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--happi-s4-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 62% 50%, rgba(253, 184, 19, 0.18), transparent 25%),
    #fffaf0;
  box-shadow: 0 14px 34px rgba(89, 54, 0, 0.07);
}

.happi-s4-redemption::before {
  content: "";
  position: absolute;
  left: 38%;
  top: 7%;
  width: 30%;
  height: 86%;
  opacity: 0.42;
  background-image: radial-gradient(circle, var(--happi-s4-yellow) 1.2px, transparent 1.7px);
  background-size: 12px 12px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.happi-s4-redemption > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.happi-s4-video-menu {
  display: grid;
  grid-template-rows: 54px minmax(0, 1fr);
  height: 450px;
}

.happi-s4-video-menu h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 5px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.happi-s4-video-menu h3 span {
  color: var(--happi-s4-yellow);
  font-size: 15px;
  text-shadow: 12px 8px 0 rgba(253, 184, 19, 0.32);
}

.happi-s4-video-menu-list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid rgba(226, 216, 197, 0.84);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(75, 46, 0, 0.05);
}

.happi-s4-video-menu-list button {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 7px 14px;
  border: 0;
  border-bottom: 1px solid #eee8df;
  background: #fff;
  color: #111;
  text-align: left;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.happi-s4-video-menu-list button:last-child {
  border-bottom: 0;
}

.happi-s4-video-menu-list button:not([aria-disabled="true"]):hover,
.happi-s4-video-menu-list button:not([aria-disabled="true"]):focus-visible,
.happi-s4-video-menu-list button.is-active {
  position: relative;
  z-index: 1;
  background: #fff9e9;
  box-shadow: inset 3px 0 0 var(--happi-s4-yellow);
  outline: none;
}

.happi-s4-video-menu-list button:active {
  transform: translateY(1px);
}

.happi-s4-video-menu-list button[aria-disabled="true"] {
  cursor: default;
}

.happi-s4-video-menu-list button[aria-disabled="true"] b {
  opacity: 0.32;
}

.happi-s4-video-menu-list img {
  display: block;
  width: 72px;
  height: 56px;
  object-fit: contain;
  border-radius: 8px;
}

.happi-s4-video-menu-list .happi-s4-video-chevron {
  display: block;
  width: 10px;
  height: 16px;
  border-radius: 0;
  object-fit: contain;
}

.happi-s4-video-menu-list span {
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.happi-s4-video-menu-list b {
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.happi-s4-video-column,
.happi-s4-video-stage {
  width: 320px;
  height: 450px;
}

.happi-s4-video-stage {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
  box-shadow: 0 16px 30px rgba(36, 22, 0, 0.17);
}

.happi-s4-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.happi-s4-video-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54), transparent 38%);
  pointer-events: none;
}

.happi-s4-video-copy {
  position: absolute;
  right: 18px;
  bottom: 54px;
  left: 18px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}

.happi-s4-video-copy h3 {
  margin: 0 0 3px;
  font-size: 18px;
  font-weight: 900;
}

.happi-s4-video-copy p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.happi-s4-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: opacity 160ms ease, transform 160ms ease;
}

.happi-s4-play::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--happi-s4-yellow);
  content: "";
}

.happi-s4-play:hover,
.happi-s4-play:focus-visible {
  transform: translate(-50%, -50%) scale(1.04);
  outline: 3px solid rgba(253, 184, 19, 0.7);
  outline-offset: 3px;
}

.happi-s4-play.is-playing {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.happi-s4-video-controls {
  position: absolute;
  right: 16px;
  bottom: 17px;
  left: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 10px;
}

.happi-s4-video-play-icon {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--happi-s4-yellow);
}

.happi-s4-video-controls i {
  position: relative;
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.4);
}

.happi-s4-video-controls i::before {
  content: "";
  display: block;
  width: var(--happi-s4-video-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--happi-s4-yellow);
}

.happi-s4-promo {
  position: relative;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.78), rgba(255, 240, 195, 0.46));
}

.happi-s4-promo > div {
  position: relative;
  z-index: 2;
  padding: 86px 22px 0;
}

.happi-s4-promo h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.happi-s4-promo div i {
  display: block;
  width: 38px;
  height: 4px;
  margin: 20px 0 17px;
  border-radius: 99px;
  background: var(--happi-s4-yellow);
}

.happi-s4-promo p {
  max-width: 170px;
  margin: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}

.happi-s4-promo > span {
  position: absolute;
  right: -72px;
  bottom: -68px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #ffefc4;
}

.happi-s4-promo > span::before {
  content: "";
  position: absolute;
  right: 64px;
  bottom: 62px;
  width: 210px;
  height: 210px;
  border: 2px dotted rgba(253, 184, 19, 0.58);
  border-radius: 50%;
}

.happi-s4-promo-coin {
  position: absolute;
  z-index: 3;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(176, 107, 0, 0.2));
}

.happi-s4-promo-coin--top {
  right: 24px;
  top: 28px;
  width: 62px;
  height: 62px;
  transform: rotate(12deg);
}

.happi-s4-promo-coin--bottom {
  right: 40px;
  bottom: 42px;
  width: 82px;
  height: 82px;
  transform: rotate(-10deg);
}

.happi-s4-network {
  margin-top: 20px;
  padding: 15px 18px 18px;
  border: 1px solid var(--happi-s4-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(75, 48, 0, 0.05);
}

.happi-s4-network h3 {
  margin: 0 0 12px;
  padding-left: 3px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.happi-s4-marquee {
  width: 1158px;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}

.happi-s4-merchant-track {
  --happi-s4-loop-half-gap: 6px;
  display: flex;
  width: max-content;
  gap: 12px;
  animation: happi-s4-merchant-scroll 105s linear infinite;
}

.happi-s4-logo {
  display: grid;
  place-items: center;
  width: 118px;
  height: 78px;
  flex: 0 0 118px;
  overflow: hidden;
  border: 1px solid #eee8df;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(46, 31, 0, 0.05);
}

.happi-s4-logo img {
  display: block;
  width: 100px;
  height: 60px;
  max-width: calc(100% - 12px);
  max-height: calc(100% - 12px);
  object-fit: contain;
}

.happi-s4-mobile-redeem {
  display: none;
}

@keyframes happi-s4-merchant-scroll {
  to {
    transform: translateX(calc(-50% - var(--happi-s4-loop-half-gap)));
  }
}

@media (min-width: 1187px) and (max-width: 1316px) {
  .happi-s4-marquee {
    width: 1028px;
  }
}

@media (min-width: 1101px) and (max-width: 1186px) {
  .happi-s4-marquee {
    width: 898px;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .happi-s4-marquee {
    width: 898px;
  }
}

@media (min-width: 895px) and (max-width: 1024px) {
  .happi-s4-marquee {
    width: 768px;
  }
}

@media (min-width: 765px) and (max-width: 894px) {
  .happi-s4-marquee {
    width: 638px;
  }
}

@media (min-width: 700px) and (max-width: 764px) {
  .happi-s4-marquee {
    width: 508px;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  .happi-s4-marquee {
    width: 502px;
  }
}

@media (min-width: 490px) and (max-width: 599px) {
  .happi-s4-marquee {
    width: 400px;
  }
}

@media (min-width: 375px) and (max-width: 489px) {
  .happi-s4-marquee {
    width: 298px;
  }
}

@media (max-width: 374px) {
  .happi-s4-marquee {
    width: 196px;
  }
}

@media (min-width: 1101px) and (max-width: 1250px) {
  .happi-s4-redemption {
    grid-template-columns: minmax(300px, 360px) 300px minmax(220px, 1fr);
    gap: 14px;
  }

  .happi-s4-video-column,
  .happi-s4-video-stage {
    width: 300px;
  }

  .happi-s4-video-menu-list button {
    grid-template-columns: 64px minmax(0, 1fr) 16px;
    gap: 8px;
    padding-inline: 10px;
  }

  .happi-s4-video-menu-list img {
    width: 60px;
  }

  .happi-s4-video-menu-list span {
    font-size: 12px;
  }
}

@media (min-width: 700px) and (max-width: 1100px) {
  .happi-s4 {
    width: min(100% - 32px, 980px);
    margin-top: 42px;
    padding: 34px 20px 26px;
  }

  .happi-s4-hero {
    min-height: 178px;
    padding-inline: 100px;
  }

  .happi-s4-hero h2 {
    font-size: clamp(40px, 5.8vw, 52px);
  }

  .happi-s4-hero-gift {
    width: 94px;
    height: 90px;
  }

  .happi-s4-hero-coin--right {
    right: 72px;
  }

  .happi-s4-journey {
    gap: 10px;
    padding-inline: 16px;
  }

  .happi-s4-journey-step {
    grid-template-columns: 54px 24px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 5px;
  }

  .happi-s4-journey-art {
    width: 52px;
    height: 52px;
  }

  .happi-s4-journey-index {
    font-size: 15px;
  }

  .happi-s4-journey-step strong {
    overflow: visible;
    font-size: 12px;
    line-height: 1.05;
    white-space: normal;
    text-overflow: clip;
  }

  .happi-s4-journey-step small {
    font-size: 10px;
  }

  .happi-s4-redemption {
    grid-template-columns: minmax(280px, 1fr) 300px;
    gap: 18px;
    padding: 16px;
  }

  .happi-s4-video-column,
  .happi-s4-video-stage {
    width: 300px;
    height: 420px;
  }

  .happi-s4-video-menu {
    height: 420px;
  }

  .happi-s4-video-menu-list button {
    grid-template-columns: 60px minmax(0, 1fr) 15px;
    gap: 8px;
    padding-inline: 10px;
  }

  .happi-s4-video-menu-list img {
    width: 56px;
  }

  .happi-s4-video-menu-list span {
    font-size: 12px;
  }

  .happi-s4-promo {
    grid-column: 1 / -1;
    height: 140px;
  }

  .happi-s4-promo > div {
    padding: 24px 190px 0 28px;
  }

  .happi-s4-promo h3 {
    font-size: 27px;
  }

  .happi-s4-promo div i {
    position: absolute;
    left: 157px;
    top: 30px;
    width: 4px;
    height: 76px;
    margin: 0;
  }

  .happi-s4-promo p {
    position: absolute;
    left: 185px;
    top: 41px;
    max-width: 210px;
  }

  .happi-s4-promo > span {
    right: -55px;
    bottom: -92px;
    width: 230px;
    height: 230px;
  }

  .happi-s4-promo-coin--top {
    right: 115px;
    top: 20px;
  }

  .happi-s4-promo-coin--bottom {
    right: 34px;
    bottom: 19px;
  }
}

@media (min-width: 700px) and (max-width: 800px) {
  .happi-s4-journey {
    min-height: 118px;
  }

  .happi-s4-journey-step strong {
    font-size: 12px;
  }
}

@media (max-width: 699px) {
  .happi-s4 {
    width: min(100% - 24px, 560px);
    margin-top: 32px;
    padding: 24px 12px 18px;
    border-radius: 25px;
  }

  .happi-s4-hero {
    min-height: 196px;
    padding: 0 44px 18px;
  }

  .happi-s4-eyebrow {
    min-height: 30px;
    padding: 5px 13px;
    font-size: 10px;
  }

  .happi-s4-hero h2 {
    margin-top: 11px;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.04;
  }

  .happi-s4-title-reward,
  .happi-s4-title-redeem,
  .happi-s4-title-love {
    display: block;
  }

  .happi-s4-title-redeem {
    transform: translateX(-10px);
  }

  .happi-s4-hero > p:last-of-type {
    max-width: 360px;
    font-size: 12px;
    line-height: 1.45;
  }

  .happi-s4-hero-coin {
    width: 50px;
    height: 50px;
  }

  .happi-s4-hero-coin--left {
    left: -4px;
    top: 70px;
  }

  .happi-s4-hero-coin--right {
    display: none;
  }

  .happi-s4-hero-gift {
    right: -6px;
    top: -11px;
    width: 78px;
    height: 74px;
  }

  .happi-s4-journey {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 4px;
    min-height: 154px;
    padding: 12px 7px;
    border-radius: 18px;
  }

  .happi-s4-journey-step {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: flex-start;
    gap: 4px;
    text-align: center;
  }

  .happi-s4-journey-art {
    width: 44px;
    height: 44px;
  }

  .happi-s4-journey-index {
    font-size: 14px;
  }

  .happi-s4-journey-step div {
    display: block;
  }

  .happi-s4-journey-step strong {
    display: block;
    overflow: visible;
    font-size: 10px;
    line-height: 1.15;
    white-space: normal;
  }

  .happi-s4-journey-step small {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.25;
  }

  .happi-s4-journey-arrow {
    font-size: 19px;
  }

  .happi-s4-redemption {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 16px;
    padding: 12px;
    border-radius: 20px;
  }

  .happi-s4-redemption::before {
    left: 15%;
    top: 25%;
    width: 70%;
    height: 45%;
  }

  .happi-s4-video-menu {
    display: block;
    height: auto;
  }

  .happi-s4-video-menu h3 {
    margin-bottom: 10px;
    padding-inline: 2px;
    font-size: 20px;
  }

  .happi-s4-video-menu-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(226, 216, 197, 0.84);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(75, 46, 0, 0.05);
    scrollbar-width: auto;
    scroll-snap-type: none;
  }

  .happi-s4-video-menu-list::-webkit-scrollbar {
    display: none;
  }

  .happi-s4-video-menu-list button {
    grid-template-columns: 46px minmax(0, 1fr) 14px;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 5px 12px;
    border: 0;
    border-bottom: 1px solid #eee8df;
    border-radius: 0;
    box-shadow: none;
    scroll-snap-align: none;
  }

  .happi-s4-video-menu-list button:not([aria-disabled="true"]):hover,
  .happi-s4-video-menu-list button:not([aria-disabled="true"]):focus-visible,
  .happi-s4-video-menu-list button.is-active {
    background: #fff9e9;
    box-shadow: none;
  }

  .happi-s4-video-menu-list img {
    width: 42px;
    height: 38px;
    border-radius: 6px;
  }

  .happi-s4-video-menu-list span {
    font-size: clamp(11.5px, 3.7vw, 15px);
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.15;
  }

  .happi-s4-video-menu-list b {
    display: grid;
    place-items: center;
    font-size: 0;
  }

  .happi-s4-video-menu-list .happi-s4-video-chevron {
    display: block;
    width: 9px;
    height: 14px;
    border-radius: 0;
    object-fit: contain;
  }

  .happi-s4-video-column,
  .happi-s4-video-stage {
    width: 100%;
    height: min(118vw, 470px);
  }

  .happi-s4-video-stage {
    max-height: 470px;
    min-height: 320px;
    border-radius: 17px;
  }

  .happi-s4-video-copy h3 {
    font-size: 16px;
  }

  .happi-s4-video-copy p {
    font-size: 10px;
  }

  .happi-s4-play {
    width: 52px;
    height: 52px;
  }

  .happi-s4-promo {
    height: 150px;
  }

  .happi-s4-promo > div {
    display: grid;
    grid-template-columns: max-content 3px minmax(0, 1fr) 76px;
    align-items: start;
    column-gap: 14px;
    padding: 22px 14px 0 20px;
  }

  .happi-s4-promo h3 {
    font-size: 25px;
  }

  .happi-s4-promo div i {
    position: static;
    width: 3px;
    height: 66px;
    margin: 5px 0 0;
  }

  .happi-s4-promo p {
    position: static;
    max-width: none;
    margin-top: 14px;
    font-size: 9px;
  }

  .happi-s4-promo > span {
    right: -68px;
    bottom: -88px;
    width: 205px;
    height: 205px;
  }

  .happi-s4-promo-coin--top {
    right: 14px;
    top: 15px;
    width: 48px;
    height: 48px;
  }

  .happi-s4-promo-coin--bottom {
    right: 8px;
    bottom: 17px;
    width: 62px;
    height: 62px;
  }

  .happi-s4-network {
    margin-top: 14px;
    padding: 13px 11px 14px;
    border-radius: 17px;
  }

  .happi-s4-network h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .happi-s4-marquee {
    width: 100%;
  }

  .happi-s4-merchant-track {
    --happi-s4-loop-half-gap: 4px;
    gap: 8px;
    animation-duration: 81.67s;
  }

  .happi-s4-logo {
    width: 94px;
    height: 64px;
    flex-basis: 94px;
    border-radius: 11px;
  }

  .happi-s4-logo img {
    width: 80px;
    height: 48px;
  }
}

@media (max-width: 420px) {
  .happi-s4 {
    width: min(100% - 18px, 560px);
    padding-inline: 9px;
  }

  .happi-s4-hero {
    min-height: 190px;
    padding-inline: 32px;
  }

  .happi-s4-hero h2 {
    font-size: clamp(28px, 9.4vw, 37px);
  }

  .happi-s4-title-earn {
    display: inline-block;
    transform: translateX(20px);
  }

  .happi-s4-title-redeem {
    transform: translateX(10px);
  }

  .happi-s4-journey {
    min-height: 154px;
    padding-inline: 4px;
  }

  .happi-s4-journey-art {
    width: 39px;
    height: 39px;
  }

  .happi-s4-journey-step strong {
    font-size: 10px;
  }

  .happi-s4-journey-step small {
    font-size: 9px;
  }

  .happi-s4-video-column,
  .happi-s4-video-stage {
    height: min(124vw, 440px);
  }

  .happi-s4-video-stage {
    min-height: 300px;
  }

  .happi-s4-promo > div {
    grid-template-columns: max-content 3px minmax(0, 1fr) 64px;
    column-gap: 10px;
    padding-right: 10px;
    padding-left: 16px;
  }

  .happi-s4-promo h3 {
    font-size: 23px;
  }

  .happi-s4-promo div i {
    margin-top: 4px;
  }

  .happi-s4-promo p {
    max-width: none;
    margin-top: 13px;
  }

  .happi-s4-promo-coin--top {
    right: 10px;
    width: 42px;
    height: 42px;
  }

  .happi-s4-promo-coin--bottom {
    right: 7px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 344px) {
  .happi-s4-hero-gift {
    width: 62px;
    height: 59px;
  }

  .happi-s4-promo > div {
    grid-template-columns: max-content 3px minmax(0, 1fr) 52px;
    column-gap: 8px;
    padding-right: 6px;
    padding-left: 10px;
  }

  .happi-s4-promo h3 {
    font-size: 21px;
  }

  .happi-s4-promo p {
    margin-top: 12px;
    font-size: 8px;
  }

  .happi-s4-promo-coin--top {
    right: 7px;
    width: 36px;
    height: 36px;
  }

  .happi-s4-promo-coin--bottom {
    right: 5px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 300px) {
  .happi-s4-eyebrow {
    transform: translateX(-8px);
  }

  .happi-s4-hero-gift {
    width: 50px;
    height: 48px;
  }

  .happi-s4-video-menu-list button {
    grid-template-columns: 38px minmax(0, 1fr) 10px;
    gap: 6px;
    padding-inline: 9px;
  }

  .happi-s4-video-menu-list img {
    width: 34px;
    height: 32px;
  }

  .happi-s4-video-menu-list span {
    font-size: 10.5px;
  }

  .happi-s4-video-menu-list .happi-s4-video-chevron {
    width: 8px;
    height: 12px;
  }
}

/* Section 5 latest concept: mobile only. Existing non-phone layout remains unchanged. */
.happi-s10-latest-mobile {
  display: none;
}

@media (max-width: 760px) {
  .happi-qr-page .happi-qr-section9 {
    width: min(calc(100% - 20px), 560px) !important;
    max-width: 560px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 34px auto 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(253, 184, 19, 0.55) !important;
    border-radius: 28px !important;
    background: #fff9ee !important;
    box-shadow: 0 18px 44px rgba(168, 104, 4, 0.14) !important;
  }

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

  .happi-qr-section9 > .happi-s10-latest-mobile {
    display: block;
    width: 100%;
  }

  .happi-s10-latest-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 941 / 1672;
    container-type: inline-size;
    overflow: hidden;
    color: #11100d;
    background-image:
      url("./assets/section-10-path-background-v1.png"),
      linear-gradient(180deg, #fffaf1 0%, #fff7e7 76%, #ffd065 100%);
    background-position: center top, center;
    background-size: 100% 90%, 100% 100%;
    background-repeat: no-repeat;
    isolation: isolate;
  }

  .happi-s10-latest-title {
    position: absolute;
    top: 2.25%;
    left: 6%;
    width: 88%;
    margin: 0;
    color: #11100d;
    font: 900 7.25cqw/0.98 Arial, Helvetica, sans-serif;
    letter-spacing: -0.045em;
    text-align: center;
    text-transform: uppercase;
  }

  .happi-s10-latest-title-row {
    display: grid;
    grid-template-columns: 7cqw minmax(0, 1fr) 7cqw;
    align-items: center;
    gap: 1cqw;
    white-space: nowrap;
  }

  .happi-s10-latest-title-row i {
    color: #f4a400;
    font: normal 700 4.3cqw/1 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
  }

  .happi-s10-latest-title > b {
    display: block;
    margin-top: 1.2cqw;
    font-size: 0.92em;
    line-height: 1;
    white-space: nowrap;
  }

  .happi-s10-latest-step {
    position: absolute;
    margin: 0;
  }

  .happi-s10-latest-step img {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 1.5cqw 2cqw rgba(150, 92, 0, 0.16));
  }

  .happi-s10-latest-step p {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    color: #11100d;
    font: 400 clamp(10.5px, 3.2cqw, 17.8px)/1.03 Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em;
    text-align: left;
    text-transform: uppercase;
  }

  .happi-s10-latest-step-index,
  .happi-s10-latest-step-label {
    display: block;
    font: inherit;
  }

  .happi-s10-latest-step-index {
    margin-bottom: 0.22em;
    color: #f2a000;
    line-height: 1;
  }

  .happi-s10-latest-step-label {
    line-height: 1.03;
    word-spacing: 0.16em;
  }

  .happi-s10-latest-step-one .happi-s10-latest-step-label {
    white-space: nowrap;
  }

  .happi-s10-latest-step-one {
    top: 13.9%;
    left: 8%;
    width: 84%;
    height: 21.5%;
  }

  .happi-s10-latest-step-one img {
    top: 0;
    left: 7.4%;
    width: 39%;
    height: 86%;
    transform: scale(1.12);
    transform-origin: center bottom;
  }

  .happi-s10-latest-step-one p {
    top: 37%;
    left: 48%;
    width: 50%;
  }

  .happi-s10-latest-step-two {
    top: 34.2%;
    left: 6%;
    width: 89%;
    height: 24%;
  }

  .happi-s10-latest-step-two .happi-s10-latest-cat {
    top: 1%;
    left: -1%;
    width: 43%;
    height: 92%;
    z-index: 2;
    transform: scale(1.23);
    transform-origin: center bottom;
  }

  .happi-s10-latest-step-two .happi-s10-latest-phone {
    top: -7%;
    left: 43%;
    width: 42%;
    height: 101%;
    z-index: 1;
    transform: scale(1.04);
    transform-origin: center bottom;
  }

  .happi-s10-latest-step-two p {
    top: 43%;
    left: 78%;
    width: 27%;
  }

  .happi-s10-latest-step-two .happi-s10-latest-step-label,
  .happi-s10-latest-step-three .happi-s10-latest-step-label {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .happi-s10-latest-step-three {
    top: 57.4%;
    left: 7%;
    width: 87%;
    height: 18.6%;
  }

  .happi-s10-latest-step-three img {
    top: 0;
    left: 16%;
    width: 36%;
    height: 95%;
    transform: scale(1.06);
    transform-origin: center bottom;
  }

  .happi-s10-latest-step-three p {
    top: 35%;
    left: 54%;
    width: 44%;
  }

  .happi-s10-latest-offer {
    position: absolute;
    top: 76.9%;
    left: 7.5%;
    display: flex;
    width: 85%;
    height: 11.8%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5cqw 6cqw;
    overflow: hidden;
    border: 0.85cqw solid #dca01a;
    border-radius: 8.5cqw;
    color: #11100d;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.98), rgba(255, 251, 240, 0.9) 64%, rgba(255, 242, 202, 0.9) 100%);
    box-shadow:
      inset 0 0 0 0.65cqw #fff8e5,
      inset 0 0 0 0.95cqw rgba(240, 171, 15, 0.5),
      0 2cqw 3.5cqw rgba(168, 104, 4, 0.18);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
  }

  .happi-s10-latest-offer::before,
  .happi-s10-latest-offer::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8cqw;
    height: 8cqw;
    border: 0.7cqw solid rgba(225, 158, 17, 0.75);
    border-radius: 50%;
    background: #fff9eb;
    transform: translateY(-50%);
  }

  .happi-s10-latest-offer::before {
    left: -5.2cqw;
  }

  .happi-s10-latest-offer::after {
    right: -5.2cqw;
  }

  .happi-s10-latest-offer span,
  .happi-s10-latest-offer b,
  .happi-s10-latest-offer strong {
    position: relative;
    z-index: 1;
    display: block;
  }

  .happi-s10-latest-offer span {
    font-size: 4.35cqw;
    font-weight: 900;
    line-height: 1;
  }

  .happi-s10-latest-offer strong {
    margin: 0.35cqw 0 0.1cqw;
    color: #eea000;
    font-size: 11.2cqw;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.055em;
    text-shadow: 0 0.35cqw 0 #fff4c7;
  }

  .happi-s10-latest-offer b {
    font-size: 3.65cqw;
    font-weight: 900;
    line-height: 1;
  }

  .happi-s10-latest-cta {
    position: absolute;
    top: 90.2%;
    left: 10.5%;
    display: grid;
    width: 79%;
    height: 6.55%;
    box-sizing: border-box;
    grid-template-columns: 1fr 11cqw;
    align-items: center;
    padding: 0.7cqw 1.5cqw 0.7cqw 5cqw;
    border: 0.45cqw solid #e79500;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, #ffc32b 0%, #f49b00 100%);
    box-shadow:
      inset 0 0 0 0.55cqw rgba(255, 242, 180, 0.75),
      0 1.5cqw 2.8cqw rgba(178, 104, 0, 0.22);
    font: 900 6.25cqw/1 Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, filter 180ms ease;
  }

  .happi-s10-latest-cta:hover,
  .happi-s10-latest-cta:focus-visible {
    color: #fff;
    filter: brightness(1.035);
    transform: translateY(-1px);
  }

  .happi-s10-latest-cta:focus-visible {
    outline: 3px solid #075d39;
    outline-offset: 3px;
  }

  .happi-s10-latest-cta i {
    position: relative;
    display: block;
    width: 9.2cqw;
    height: 9.2cqw;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.7cqw 1.7cqw rgba(138, 77, 0, 0.2);
  }

  .happi-s10-latest-cta i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 46%;
    width: 2.7cqw;
    height: 2.7cqw;
    border-top: 1.1cqw solid #f2a000;
    border-right: 1.1cqw solid #f2a000;
    transform: translate(-60%, -50%) rotate(45deg);
  }

  body[data-happi-lang="ms"] .happi-s10-latest-title > b {
    font-size: 0.72em;
  }

  body[data-happi-lang="ms"] .happi-s10-latest-step p {
    font-size: clamp(10.5px, 3.05cqw, 17px);
  }

  body[data-happi-lang="ms"] .happi-s10-latest-step-one .happi-s10-latest-step-label {
    white-space: normal;
  }

  body[data-happi-lang="ms"] .happi-s10-latest-offer span,
  body[data-happi-lang="ms"] .happi-s10-latest-offer b {
    font-size: 3.1cqw;
  }
}

@media (max-width: 330px) {
  .happi-qr-page .happi-qr-section9 {
    border-radius: 22px !important;
  }

  .happi-s10-latest-title {
    top: 2.1%;
    font-size: 7cqw;
  }

  .happi-s10-latest-step-two p {
    left: 78%;
    width: 27%;
  }

  .happi-s10-latest-offer {
    left: 6.5%;
    width: 87%;
  }

  .happi-s10-latest-cta {
    left: 8.5%;
    width: 83%;
  }
}

@media (max-width: 600px) {
  .happi-s4-mobile-redeem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin-top: 14px;
    padding: 7px 54px 7px 18px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffc334 0%, #f9ad0a 100%);
    box-shadow:
      0 0 0 2px rgba(247, 179, 22, 0.38),
      0 5px 12px rgba(210, 139, 0, 0.32),
      inset 0 1px 2px rgba(255, 255, 255, 0.45);
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(20px, 5.8vw, 24px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .happi-s4-mobile-redeem i {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(76, 51, 0, 0.16);
    color: transparent;
    font-size: 0;
    font-style: normal;
    transform: translateY(-50%);
  }

  .happi-s4-mobile-redeem i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 3px solid #f2a400;
    border-right: 3px solid #f2a400;
    content: "";
    transform: translate(-65%, -50%) rotate(45deg);
  }
}

@media (min-width: 600px) and (max-width: 699px) and (max-height: 500px) {
  .happi-s4 {
    width: calc(100% - 24px);
    max-width: none;
  }

  .happi-s4-hero {
    min-height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .happi-s4-merchant-track {
    animation: none;
  }

  .happi-s4-video-menu-list button,
  .happi-s4-play {
    transition: none;
  }
}

/* Section 3 desktop: reserve a clear text column beside the decorative coin. */
@media (min-width: 1101px) {
  [data-section="Section 3"] .happi-qr-coins-guide-head .happi-qr-title,
  [data-section="Section 3"] .happi-qr-coins-guide-head .happi-qr-subtitle {
    margin-left: clamp(320px, 24vw, 380px);
    margin-right: clamp(150px, 14vw, 220px);
    max-width: none;
  }
}

/* Section 6: let the shared card height absorb different benefit-list lengths. */
[data-section="Section 6"] .happi-qr-pricing-card ul {
  min-height: 0;
}

@media (min-width: 981px) {
  [data-section="Section 6"] .happi-qr-silver .happi-qr-yellow-cta {
    margin-bottom: 42px;
  }
}

/* Section 4 English responsive fit: keep the family photo inside its hero band. */
@media (min-width: 761px) and (max-width: 1180px) {
  body[data-happi-lang="en"] [data-section="Section 4"] .happi-qr-protection-hero {
    min-height: 360px;
  }
}

/* Section 6 membership refresh: keep the reduced benefit set compact and readable. */
[data-section="Section 6"] .happi-qr-heading {
  max-width: min(100%, 980px);
  margin-inline: auto;
  text-wrap: balance;
}

[data-section="Section 6"] .happi-qr-heading .happi-qr-membership-heading-lead {
  color: inherit;
}

[data-section="Section 6"] .happi-qr-membership-perks em {
  font-style: normal;
}

[data-section="Section 6"] .happi-qr-pricing-card {
  height: auto;
  min-height: 0;
}

[data-section="Section 6"] .happi-qr-pricing-card ul {
  flex: 0 0 auto;
  margin-top: 40px;
}

[data-section="Section 6"] .happi-qr-pricing-card li.happi-qr-plan-feature-row {
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  min-height: 0;
  padding-block: 11px;
}

[data-section="Section 6"] .happi-qr-feature-copy {
  display: block;
  min-width: 0;
  color: inherit;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

[data-section="Section 6"] .happi-qr-feature-copy > span,
[data-section="Section 6"] .happi-qr-feature-copy > b {
  display: inline;
}

[data-section="Section 6"] .happi-qr-feature-copy > b {
  white-space: normal;
  font-size: inherit;
}

[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-yellow-cta {
  margin-top: auto;
}

[data-section="Section 6"] .happi-qr-upgrade-bar h3 {
  text-wrap: balance;
}

[data-section="Section 6"] .happi-qr-upgrade-bar b span {
  display: inline;
}

[data-section="Section 6"] .happi-qr-upgrade-bar {
  grid-template-columns: minmax(0, 1fr) 142px minmax(250px, auto);
  gap: 20px;
}

[data-section="Section 6"] .happi-qr-upgrade-chart {
  width: 130px;
  height: 130px;
}

[data-section="Section 6"] .happi-qr-upgrade-chart i {
  left: 20px;
  top: 8px;
  width: 90px;
  height: 64px;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span {
  bottom: 27px;
  width: 20px;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(1) {
  left: 22px;
  height: 26px;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(2) {
  left: 46px;
  height: 36px;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(3) {
  left: 70px;
  height: 48px;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(4) {
  left: 94px;
  height: 60px;
}

[data-section="Section 6"] .happi-qr-upgrade-bar b {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  row-gap: 0;
  min-width: 250px;
  min-height: 66px;
  padding: 11px 16px;
}

[data-section="Section 6"] .happi-qr-upgrade-bar b i {
  grid-column: 1;
  grid-row: 1 / span 2;
}

[data-section="Section 6"] .happi-qr-upgrade-bar b span {
  display: block;
  grid-column: 2;
  line-height: 1.3;
  white-space: nowrap;
}

[data-section="Section 6"] .happi-qr-upgrade-bar b br {
  display: none;
}

body[data-happi-lang="en"] [data-section="Section 6"] .happi-qr-upgrade-copy p:empty {
  display: none;
}

@media (max-width: 1100px) {
  [data-section="Section 6"] .happi-qr-upgrade-bar {
    grid-template-columns: minmax(0, 1fr) 130px;
  }

  [data-section="Section 6"] .happi-qr-upgrade-bar b {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  [data-section="Section 6"] .happi-qr-pricing-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-section="Section 6"] .happi-qr-pricing-card {
    min-width: 0;
  }

  [data-section="Section 6"] .happi-qr-upgrade-bar {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding-inline: 18px;
    text-align: center;
  }

  [data-section="Section 6"] .happi-qr-upgrade-chart {
    margin-inline: auto;
  }

  [data-section="Section 6"] .happi-qr-pricing-card ul {
    margin-top: 34px;
  }

  [data-section="Section 6"] .happi-qr-feature-copy {
    line-height: 1.3;
  }

  [data-section="Section 6"] .happi-qr-pricing-card li.happi-qr-plan-feature-row {
    padding-block: 12px;
  }

  [data-section="Section 6"] .happi-qr-upgrade-bar b {
    min-width: 0;
    justify-self: stretch;
  }
}

@media (max-width: 380px) {
  /* Keep the Malay two-line promise inside the narrowest phone layout. */
  body[data-happi-lang="ms"] [data-section="Section 6"] .happi-qr-upgrade-bar b {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 7px;
    padding-inline: 10px;
  }

  body[data-happi-lang="ms"] [data-section="Section 6"] .happi-qr-upgrade-bar b span {
    white-space: normal !important;
    overflow-wrap: anywhere;
    text-align: left;
  }
}

@media (max-width: 760px) {
  [data-section="Section 6"] .happi-qr-heading span {
    white-space: normal;
  }
}

/* Section 5 table refresh: keep the new comparison copy readable in every language. */
.happi-qr-compare-section .happi-qr-topic-icon-image {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

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

.happi-qr-compare-section .happi-qr-topic-icon-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.happi-qr-compare-section .happi-qr-compare-topic strong,
.happi-qr-compare-section .happi-qr-compare-cell div,
.happi-qr-compare-section .happi-qr-compare-mobile-row header strong,
.happi-qr-compare-section .happi-qr-mobile-negative p,
.happi-qr-compare-section .happi-qr-mobile-positive p {
  min-width: 0;
  word-break: normal;
  overflow-wrap: break-word;
}

body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-section-head {
  max-width: min(900px, calc(100% - var(--happi-qr-section5-cat-wrap-w) - 72px));
}

body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-heading {
  max-width: 900px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
  text-wrap: balance;
}

body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-subtitle {
  max-width: 780px;
  line-height: 1.38;
  text-wrap: pretty;
}

@media (max-width: 1100px) {
  body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-section-head {
    max-width: min(760px, calc(100% - var(--happi-qr-section5-cat-wrap-w) - 56px));
  }

  body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-heading {
    font-size: clamp(32px, 5vw, 48px);
  }

  body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-subtitle {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-section-head {
    max-width: none;
  }

  body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-heading {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.12;
  }

  body[data-happi-lang="en"] .happi-qr-compare-section .happi-qr-compare-hero .happi-qr-subtitle {
    max-width: calc(100% - (var(--happi-qr-section5-cat-wrap-w) * 0.74));
    font-size: clamp(14px, 4vw, 16px);
  }

  .happi-qr-compare-section .happi-qr-compare-mobile-row header strong {
    line-height: 1.18;
  }
}

@media (max-width: 360px) {
  .happi-qr-compare-section .happi-qr-compare-mobile-values {
    grid-template-columns: 1fr;
  }

  .happi-qr-compare-section .happi-qr-mobile-negative,
  .happi-qr-compare-section .happi-qr-mobile-positive {
    min-height: 0;
  }

  .happi-qr-compare-section .happi-qr-mobile-negative p,
  .happi-qr-compare-section .happi-qr-mobile-positive p {
    font-size: 14px;
    line-height: 1.34;
    overflow-wrap: normal;
  }
}

/* Section 7 English copy: preserve readable line breaks at every viewport. */
body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 {
  max-width: 1080px;
  margin-inline: auto;
  line-height: 1.12;
  text-wrap: balance;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 span:not(.happi-qr-section7-title-single) {
  display: none;
}

body[data-happi-lang="en"] .happi-qr-mobile-step h3 {
  margin-top: 0;
  line-height: 1.25;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-footer > div > strong {
  line-height: 1.16;
}

body[data-happi-lang="en"] .happi-qr-mobile-footer-copy strong,
body[data-happi-lang="en"] .happi-qr-mobile-footer-copy small {
  overflow-wrap: break-word;
}

@media (min-width: 761px) {
  body[data-happi-lang="en"] .happi-qr-mobile-join-footer li {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 92px;
    padding: 12px;
  }

  body[data-happi-lang="en"] .happi-qr-mobile-join-footer li .happi-qr-mobile-footer-icon {
    width: 42px;
    height: 42px;
  }

  body[data-happi-lang="en"] .happi-qr-mobile-footer-copy strong {
    font-size: clamp(14px, 1.02vw, 16px);
    line-height: 1.18;
  }

  body[data-happi-lang="en"] .happi-qr-mobile-footer-copy small {
    font-size: clamp(11px, 0.84vw, 13px);
    line-height: 1.2;
  }
}

@media (max-width: 760px) {
  body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 {
    line-height: 1.2;
  }

body[data-happi-lang="en"] .happi-qr-mobile-step h3 {
    line-height: 1.3;
  }
}

/* Section 9 English copy: keep the concise heading and longer labels readable. */
body[data-happi-lang="en"] .happi-qr-contact-head .happi-qr-heading span {
  display: none;
}

body[data-happi-lang="en"] .happi-qr-contact-section .happi-qr-contact-head .happi-qr-heading {
  max-width: 100%;
  text-wrap: balance;
}

body[data-happi-lang="en"] .happi-qr-contact-section .happi-qr-contact-head .happi-qr-subtitle {
  max-width: 100%;
  text-wrap: pretty;
}

body[data-happi-lang="en"] .happi-qr-contact-section .happi-qr-contact-card h3 {
  line-height: 1.15;
  overflow-wrap: normal;
  word-break: normal;
}

/* Section 9 contact icons share one centered gold-and-white treatment. */
.happi-qr-contact-section .happi-qr-contact-icon,
.happi-qr-contact-section .happi-qr-contact-card-icon {
  display: grid;
  place-items: center;
  background: #FDB813;
  box-shadow: none;
}

.happi-qr-contact-section .happi-qr-contact-icon::before,
.happi-qr-contact-section .happi-qr-contact-card-icon::before {
  display: block;
  background: #fff;
}

/* Section 5 English copy: remove obsolete copy without affecting translations. */
body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-mobile-copy h2 br,
body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-mobile-copy h2 span,
body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-price > small {
  display: none;
}

body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-mobile-copy h2 {
  max-width: 100%;
  text-wrap: balance;
}

body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-mobile-copy > strong {
  text-wrap: balance;
}

body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-price-row {
  margin-bottom: 0;
}

@media (max-width: 340px) {
  body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-mobile-copy > strong {
    max-width: 170px;
  }
}

/* Section 1 poster hero: responsive live reconstruction of the supplied campaign art. */
[data-section="Section 1"].happi-qr-hero-poster {
  width: min(calc(100% - 32px), 1600px);
  max-width: 1600px;
  padding: 24px 0 0;
}

[data-section="Section 1"] .happi-qr-hero-poster-panel {
  position: relative;
  isolation: isolate;
  min-height: clamp(720px, 55vw, 890px);
  border: 1px solid rgba(248, 190, 49, 0.34);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(56, 44, 12, 0.11);
  overflow: hidden;
}

[data-section="Section 1"] .happi-qr-hero-poster-logo {
  position: absolute;
  z-index: 8;
  top: clamp(26px, 3vw, 46px);
  left: clamp(28px, 4vw, 64px);
  width: clamp(130px, 11vw, 184px);
  height: auto;
}

[data-section="Section 1"] .happi-qr-hero-poster-copy {
  position: relative;
  z-index: 7;
  width: min(80%, 1120px);
  margin: 0 auto;
  padding-top: clamp(64px, 6vw, 90px);
  text-align: center;
}

[data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  color: #080808;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

[data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-subtitle {
  width: 100%;
  max-width: 1020px;
  margin: clamp(18px, 2vw, 28px) auto 0;
  color: #161616;
  font-size: clamp(17px, 1.55vw, 24px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: balance;
}

[data-section="Section 1"] .happi-qr-hero-poster-art {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -135px;
  width: min(1050px, 76vw);
  height: auto;
  transform: translateX(-50%);
}

[data-section="Section 1"] .happi-qr-hero-poster-artwork {
  display: block;
  width: 100%;
  height: auto;
}

[data-section="Section 1"] .happi-qr-hero-perk {
  position: absolute;
  z-index: 5;
  filter: drop-shadow(0 16px 20px rgba(71, 48, 0, 0.14));
}

[data-section="Section 1"] .happi-qr-hero-perk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

[data-section="Section 1"] .happi-qr-hero-perk-shield {
  left: clamp(7%, 13vw, 16%);
  top: 36%;
  width: clamp(100px, 10vw, 150px);
  aspect-ratio: 5 / 6;
  overflow: hidden;
}

[data-section="Section 1"] .happi-qr-hero-perk-coin {
  right: clamp(8%, 12vw, 15%);
  top: 39%;
  width: clamp(105px, 10vw, 150px);
  aspect-ratio: 1;
  overflow: hidden;
}

[data-section="Section 1"] .happi-qr-hero-perk-gift {
  right: clamp(5%, 8vw, 11%);
  bottom: 64px;
  width: clamp(110px, 11vw, 164px);
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
}

[data-section="Section 1"] .happi-qr-hero-perk-shield img,
[data-section="Section 1"] .happi-qr-hero-perk-coin img,
[data-section="Section 1"] .happi-qr-hero-perk-gift img {
  position: absolute;
  max-width: none;
  height: auto;
  object-fit: initial;
}

[data-section="Section 1"] .happi-qr-hero-perk-shield img {
  left: -50%;
  top: -33%;
  width: 200%;
}

[data-section="Section 1"] .happi-qr-hero-perk-coin img {
  left: -28%;
  top: -19%;
  width: 147%;
}

[data-section="Section 1"] .happi-qr-hero-perk-gift img {
  left: -32%;
  top: -40%;
  width: 183%;
}

[data-section="Section 1"] .happi-qr-hero-coffee {
  position: absolute;
  z-index: 5;
  left: clamp(5%, 8.5vw, 11%);
  bottom: 170px;
  width: 190px;
  height: 180px;
  overflow: hidden;
  filter: drop-shadow(0 16px 18px rgba(77, 48, 3, 0.15));
}

[data-section="Section 1"] .happi-qr-hero-coffee img {
  position: absolute;
  left: -22%;
  top: -14%;
  width: 132%;
  max-width: none;
  height: auto;
}

[data-section="Section 1"] .happi-qr-hero-subscribe {
  position: absolute;
  z-index: 9;
  left: clamp(32px, 6vw, 90px);
  bottom: clamp(36px, 5vw, 70px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 62px;
  padding: 14px 34px;
  border-radius: 999px;
  color: #fff;
  background: #ffb313;
  box-shadow: 0 14px 28px rgba(241, 167, 0, 0.24);
  font-size: clamp(19px, 1.8vw, 27px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

[data-section="Section 1"] .happi-qr-hero-subscribe:hover {
  background: #f4a900;
  transform: translateY(-2px);
}

[data-section="Section 1"] .happi-qr-hero-bubbles,
[data-section="Section 1"] .happi-qr-hero-ring {
  position: absolute;
  pointer-events: none;
}

[data-section="Section 1"] .happi-qr-hero-bubbles {
  z-index: 4;
}

[data-section="Section 1"] .happi-qr-hero-ring {
  z-index: 1;
}

[data-section="Section 1"] .happi-qr-hero-bubbles {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ffb516;
}

[data-section="Section 1"] .happi-qr-hero-bubbles::before,
[data-section="Section 1"] .happi-qr-hero-bubbles::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

[data-section="Section 1"] .happi-qr-hero-bubbles::before {
  width: 26px;
  height: 26px;
  left: -32px;
  top: -26px;
}

[data-section="Section 1"] .happi-qr-hero-bubbles::after {
  width: 38px;
  height: 38px;
  right: -48px;
  bottom: -12px;
}

[data-section="Section 1"] .happi-qr-hero-bubbles-left {
  left: 19%;
  top: 4%;
  transform: scale(0.65);
}

[data-section="Section 1"] .happi-qr-hero-bubbles-right {
  right: 27%;
  top: 42%;
  transform: scale(0.72);
}

[data-section="Section 1"] .happi-qr-hero-ring {
  top: -122px;
  right: -82px;
  width: 300px;
  height: 300px;
  border: 58px solid #ffb516;
  border-radius: 50%;
}

@media (min-width: 761px) and (max-width: 1100px) {
  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 760px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy {
    width: min(76%, 760px);
    padding-top: 78px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title {
    font-size: clamp(40px, 5.4vw, 56px);
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-subtitle {
    font-size: clamp(15px, 1.9vw, 19px);
  }

  [data-section="Section 1"] .happi-qr-hero-poster-art {
    left: 58%;
    bottom: -105px;
    width: min(860px, 94vw);
    height: auto;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield {
    left: 5%;
    top: 40%;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-coin {
    right: 5%;
    top: 42%;
  }

  [data-section="Section 1"] .happi-qr-hero-coffee {
    left: 2%;
    bottom: 160px;
    transform: scale(0.8);
    transform-origin: left bottom;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    right: 3%;
  }

  [data-section="Section 1"] .happi-qr-hero-bubbles-right {
    right: 23%;
    transform: scale(0.62);
  }

  [data-section="Section 1"] .happi-qr-hero-bubbles-left {
    left: 21%;
    top: 5%;
    transform: scale(0.5);
  }

  [data-section="Section 1"] .happi-qr-hero-ring {
    width: 220px;
    height: 220px;
    border-width: 44px;
  }
}

@media (min-width: 761px) and (max-width: 850px) {
  [data-section="Section 1"] .happi-qr-hero-poster-logo {
    width: 105px;
  }

  [data-section="Section 1"] .happi-qr-hero-bubbles-left {
    display: none;
  }
}

@media (max-width: 760px) {
  [data-section="Section 1"].happi-qr-hero-poster {
    width: min(calc(100% - 16px), 560px);
    padding-top: 12px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 790px;
    border-radius: 22px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-logo {
    top: 20px;
    left: 20px;
    width: 104px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy {
    width: calc(100% - 36px);
    padding-top: 108px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title {
    max-width: 520px;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.06;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-subtitle {
    max-width: 500px;
    margin-top: 14px;
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1.42;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-art {
    bottom: 58px;
    width: min(500px, 128vw);
    height: auto;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield {
    left: 2%;
    top: 42%;
    width: 72px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-coin {
    right: 3%;
    top: 43%;
    width: 76px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    right: 2%;
    bottom: 86px;
    width: 76px;
  }

  [data-section="Section 1"] .happi-qr-hero-coffee {
    display: none;
  }

  [data-section="Section 1"] .happi-qr-hero-subscribe {
    left: 50%;
    bottom: 22px;
    min-width: min(250px, calc(100% - 40px));
    min-height: 50px;
    padding: 12px 24px;
    font-size: 17px;
    transform: translateX(-50%);
  }

  [data-section="Section 1"] .happi-qr-hero-subscribe:hover {
    transform: translateX(-50%) translateY(-2px);
  }

  [data-section="Section 1"] .happi-qr-hero-bubbles-left {
    left: auto;
    right: 18px;
    top: 92px;
    transform: scale(0.45);
  }

  [data-section="Section 1"] .happi-qr-hero-bubbles-right {
    display: none;
  }

  [data-section="Section 1"] .happi-qr-hero-ring {
    top: -62px;
    right: -52px;
    width: 144px;
    height: 144px;
    border-width: 28px;
  }
}

@media (max-width: 380px) {
  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 750px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy {
    padding-top: 96px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title {
    font-size: clamp(28px, 8.5vw, 34px);
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-subtitle {
    font-size: 13px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-art {
    bottom: 48px;
    width: min(470px, 132vw);
    height: auto;
  }
}

.happi-qr-plan-price strong,
.happi-qr-section9-price-row b strong {
  font-size: 32px !important;
}

.happi-qr-section9-price-row b {
  font-size: clamp(20px, 4vw, 28px) !important;
}

.happi-qr-section9-footer .happi-qr-store-badge small {
  font-family: var(--happi-qr-body-font) !important;
  font-size: 10px !important;
}

.happi-qr-section9-footer .happi-qr-store-badge b {
  font-family: var(--happi-qr-display-font) !important;
}

body[data-happi-lang="en"] .happi-qr-page :is(h1, h2, h3, h4, .happi-qr-heading, .happi-qr-title, .happi-qr-label),
body[data-happi-lang="ms"] .happi-qr-page :is(h1, h2, h3, h4, .happi-qr-heading, .happi-qr-title, .happi-qr-label) {
  font-family: "Zen Maru Gothic", var(--happi-qr-display-font) !important;
}

body[data-happi-lang="en"] .happi-qr-page :is(p, a, button, input, textarea, select, label, small),
body[data-happi-lang="ms"] .happi-qr-page :is(p, a, button, input, textarea, select, label, small) {
  font-family: "Inter", var(--happi-qr-body-font) !important;
}

body[data-happi-lang="zh"] .happi-qr-page :is(h1, h2, h3, h4, .happi-qr-heading, .happi-qr-title, .happi-qr-label) {
  font-family: "Alibaba PuHuiTi Local", "Alibaba PuHuiTi", var(--happi-qr-display-font) !important;
}

body[data-happi-lang="zh"] .happi-qr-page :is(p, a, button, input, textarea, select, label, small) {
  font-family: "Noto Sans SC", var(--happi-qr-body-font) !important;
}

/* Section 7 title: keep translated title fragments on one visual style. */
body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy,
.happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy {
  display: inline;
  color: inherit;
}

.happi-qr-mobile-join-head h2 .happi-qr-section7-title-accent,
body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-accent {
  display: inline;
  color: inherit;
  white-space: nowrap;
}

/* Section 1: one central campaign visual with four complete, independent perk icons. */
[data-section="Section 1"] .happi-qr-hero-poster-panel {
  min-height: clamp(820px, 58vw, 930px);
}

[data-section="Section 1"] .happi-qr-hero-poster-art {
  z-index: 3;
  left: 50%;
  bottom: 40px;
  width: min(720px, 50vw);
  transform: translateX(-50%);
}

[data-section="Section 1"] .happi-qr-hero-perk,
[data-section="Section 1"] .happi-qr-hero-coffee {
  z-index: 5;
  overflow: visible;
  pointer-events: none;
}

[data-section="Section 1"] .happi-qr-hero-perk img,
[data-section="Section 1"] .happi-qr-hero-coffee img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

[data-section="Section 1"] .happi-qr-hero-perk-shield {
  left: clamp(8%, 12vw, 15%);
  top: 42%;
  width: clamp(104px, 9vw, 138px);
  aspect-ratio: 0.8;
}

[data-section="Section 1"] .happi-qr-hero-perk-shield img {
  left: -50%;
  top: -33%;
  width: 200%;
}

[data-section="Section 1"] .happi-qr-hero-perk-coin {
  right: clamp(8%, 12vw, 15%);
  top: 43%;
  width: clamp(104px, 9vw, 138px);
  aspect-ratio: 1;
}

[data-section="Section 1"] .happi-qr-hero-perk-coin img {
  left: -28%;
  top: -19%;
  width: 147%;
}

[data-section="Section 1"] .happi-qr-hero-coffee {
  left: clamp(6%, 8vw, 10%);
  bottom: 128px;
  width: clamp(142px, 10vw, 172px);
  height: auto;
  aspect-ratio: 1;
}

[data-section="Section 1"] .happi-qr-hero-coffee img {
  left: -22%;
  top: -14%;
  width: 132%;
}

[data-section="Section 1"] .happi-qr-hero-perk-gift {
  right: clamp(6%, 8vw, 10%);
  bottom: 118px;
  width: clamp(136px, 10vw, 168px);
  aspect-ratio: 1;
}

[data-section="Section 1"] .happi-qr-hero-perk-gift img {
  left: -51%;
  top: -49%;
  width: 193%;
}

[data-section="Section 1"] .happi-qr-hero-subscribe {
  left: clamp(36px, 6vw, 90px);
  bottom: 34px;
}

@media (min-width: 761px) and (max-width: 1100px) {
  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 820px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-art {
    left: 50%;
    bottom: 10px;
    width: min(560px, 68vw);
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield {
    left: 4%;
    top: 44%;
    width: 106px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-coin {
    right: 4%;
    top: 44%;
    width: 106px;
  }

  [data-section="Section 1"] .happi-qr-hero-coffee {
    left: 4%;
    bottom: 122px;
    width: 128px;
    transform: none;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    right: 4%;
    bottom: 118px;
    width: 126px;
  }
}

@media (max-width: 760px) {
  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 910px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-copy {
    padding-top: 102px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-art {
    left: 50%;
    bottom: 238px;
    width: min(340px, 92vw);
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield {
    left: 18px;
    top: 390px;
    width: 72px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-coin {
    right: 16px;
    top: 394px;
    width: 74px;
  }

  [data-section="Section 1"] .happi-qr-hero-coffee {
    display: block;
    left: 16px;
    bottom: 130px;
    width: 82px;
    height: auto;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    right: 16px;
    bottom: 128px;
    width: 80px;
  }

  [data-section="Section 1"] .happi-qr-hero-subscribe {
    bottom: 26px;
  }

  [data-section="Section 1"] .happi-qr-hero-bubbles-left,
  [data-section="Section 1"] .happi-qr-hero-bubbles-right {
    display: none;
  }
}

@media (max-width: 380px) {
  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 900px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield {
    left: 12px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-coin {
    right: 12px;
  }

  [data-section="Section 1"] .happi-qr-hero-coffee {
    left: 12px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    right: 12px;
  }
}

/* Section 1: every language now shares the same approved title, so keep its line box fixed. */
[data-section="Section 1"] .happi-qr-section1-title-main,
[data-section="Section 1"] .happi-qr-section1-title-tail {
  display: inline;
  font-family: "Zen Maru Gothic", "Inter", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Keep the shared Section 1 title visually identical when switching languages. */
[data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title,
body[data-happi-lang="zh"] [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title {
  font-family: "Zen Maru Gothic", "Inter", Arial, sans-serif !important;
}

[data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title .happi-qr-section1-title-main,
[data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title .happi-qr-section1-title-tail,
body[data-happi-lang="zh"] [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title .happi-qr-section1-title-main,
body[data-happi-lang="zh"] [data-section="Section 1"] .happi-qr-hero-poster-copy .happi-qr-title .happi-qr-section1-title-tail {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  vertical-align: baseline;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-head small,
body[data-happi-lang="en"] .happi-qr-mobile-join-footer li:nth-child(2) small,
body[data-happi-lang="en"] .happi-qr-mobile-join-footer li:nth-child(3) small,
body[data-happi-lang="en"] .happi-qr-section7-happi-word,
body[data-happi-lang="en"] .happi-qr-section7-title-accent {
  display: none !important;
}

@media (min-width: 761px) and (max-width: 1100px) {
  [data-section="Section 1"] .happi-qr-hero-poster-art {
    left: 50%;
    bottom: 130px;
    width: min(500px, 60vw);
    transform: translateX(-50%);
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield,
  [data-section="Section 1"] .happi-qr-hero-coffee {
    left: 8%;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-coin,
  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    right: 8%;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield,
  [data-section="Section 1"] .happi-qr-hero-perk-coin {
    top: 42%;
  }

  [data-section="Section 1"] .happi-qr-hero-coffee,
  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    bottom: 170px;
  }

  [data-section="Section 1"] .happi-qr-hero-subscribe {
    left: 8px;
    min-width: 190px;
    padding-inline: 16px;
    font-size: clamp(18px, 2vw, 22px);
  }
}

@media (max-width: 760px) {
  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 770px;
  }

  [data-section="Section 1"] .happi-qr-hero-poster-art {
    left: 50%;
    bottom: 170px;
    width: min(380px, calc(100% - 8px));
    transform: translateX(-50%);
  }

  [data-section="Section 1"] .happi-qr-hero-perk-shield {
    left: clamp(22px, 8vw, 38px);
    top: 350px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-coin {
    right: clamp(22px, 8vw, 38px);
    top: 354px;
  }

  [data-section="Section 1"] .happi-qr-hero-coffee {
    left: clamp(12px, 5vw, 28px);
    bottom: 110px;
  }

  [data-section="Section 1"] .happi-qr-hero-perk-gift {
    right: clamp(22px, 8vw, 38px);
    bottom: 110px;
  }

  [data-section="Section 1"] .happi-qr-hero-subscribe {
    left: 50% !important;
    right: auto;
    bottom: 20px;
    min-width: min(250px, calc(100% - 32px));
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 380px) {
  [data-section="Section 1"] .happi-qr-hero-poster-panel {
    min-height: 770px;
  }
}

/* Section 5 slogan: keep the HAPPI brand highlighted while the ending stays black. */
.happi-qr-page > .happi-qr-intro {
  position: relative;
  top: 32px;
  margin-bottom: 32px;
}

/* Section 6 membership artwork refresh: tier assets form the visual card headers. */
.happi-qr-membership[data-section="Section 6"] {
  width: min(100% - 48px, 1440px);
  margin-top: 82px;
  padding: clamp(30px, 4vw, 56px) clamp(18px, 3vw, 40px) 34px;
  overflow: visible;
  border: 1px solid rgba(224, 183, 72, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 30%, rgba(248, 190, 49, 0.14), transparent 25%),
    radial-gradient(circle at 88% 72%, rgba(248, 190, 49, 0.1), transparent 28%),
    #fffefa;
  box-shadow: 0 22px 54px rgba(83, 62, 14, 0.1);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-membership-hero {
  min-height: 0;
  margin-bottom: 28px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-heading {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(38px, 4vw, 64px);
  letter-spacing: 0;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-subtitle {
  margin: 10px 0 20px;
  font-size: clamp(17px, 1.55vw, 24px);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-membership-perks {
  width: min(100%, 970px);
  min-height: 64px;
  padding: 10px 24px;
  gap: 0;
  border-color: rgba(224, 183, 72, 0.3);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(108, 77, 10, 0.1);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-membership-perks span {
  flex: 1 1 0;
  justify-content: center;
  padding: 0 20px;
  font-size: clamp(14px, 1.3vw, 17px);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-membership-perks span + span {
  border-left: 1px solid rgba(224, 183, 72, 0.28);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-layout {
  gap: 20px;
  margin-top: 34px;
  align-items: end;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card {
  min-height: 450px;
  overflow: hidden;
  border-radius: 24px;
  border-color: rgba(217, 175, 68, 0.2);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(87, 62, 12, 0.1);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-top {
  min-height: 164px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-bronze .happi-qr-plan-top {
  background-image: url("./assets/membership-bronze-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top {
  background-image: url("./assets/membership-silver-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-gold .happi-qr-plan-top {
  background-image: url("./assets/membership-gold-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-platinum .happi-qr-plan-top {
  color: #fff;
  background-image: url("./assets/membership-platinum-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-medal {
  display: none;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-top h3 {
  position: absolute;
  right: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  margin: 0;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(13, 18, 22, 0.34);
  box-shadow: none;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.1;
  text-shadow: none;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top h3 {
  color: #1b242c;
  background: rgba(255, 255, 255, 0.72);
}

body[data-happi-lang="en"] .happi-qr-membership[data-section="Section 6"] .happi-qr-plan-top h3 {
  display: none;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-top p {
  position: absolute;
  left: 16px;
  bottom: 14px;
  margin: 0;
  padding: 6px 14px;
  color: #17222a;
  background: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price {
  margin: -15px 16px 0;
  padding: 18px 12px 14px;
  border-radius: 18px 18px 0 0;
  background: #fff;
  font-size: 20px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price strong {
  font-size: clamp(45px, 4vw, 57px);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price span {
  font-size: 18px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card ul {
  padding: 0 18px 12px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card li {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  min-height: 62px;
  padding: 10px 0;
  font-size: 14px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-feature-icon {
  width: 29px;
  height: 29px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card li b {
  color: #df5a09;
  font-size: inherit;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-yellow-cta {
  min-height: 48px;
  margin: auto 18px 18px;
  gap: 24px;
  border-radius: 15px;
  font-size: 18px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver {
  position: relative;
  z-index: 1;
  transform: translateY(-14px);
  border: 2px solid rgba(248, 190, 49, 0.78);
  box-shadow: 0 24px 44px rgba(178, 132, 25, 0.2);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver::before {
  content: attr(data-ribbon);
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 2;
  min-width: 142px;
  padding: 8px 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  color: #192128;
  background: var(--happi-qr-yellow);
  box-shadow: 0 8px 18px rgba(152, 108, 13, 0.2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar {
  min-height: 150px;
  padding: 22px 28px;
  border: 1px solid rgba(224, 183, 72, 0.26);
  border-radius: 24px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 224, 0.96));
  box-shadow: 0 14px 30px rgba(100, 72, 9, 0.08);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar h3 {
  margin-bottom: 6px;
  font-size: clamp(20px, 1.7vw, 27px);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b {
  min-width: 0;
  padding: 12px 18px;
  border: 1px solid rgba(224, 183, 72, 0.26);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

@media (max-width: 1100px) {
  .happi-qr-membership[data-section="Section 6"] {
    width: min(100% - 32px, 920px);
    padding: 34px 22px 28px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-layout {
    gap: 38px 18px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-silver {
    transform: translateY(-10px);
  }
}

@media (max-width: 700px) {
  .happi-qr-membership[data-section="Section 6"] {
    width: min(100% - 20px, 560px);
    margin-top: 56px;
    padding: 28px 14px 22px;
    border-radius: 26px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-heading {
    font-size: clamp(31px, 9vw, 42px);
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-membership-perks {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 12px;
    border-radius: 20px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-membership-perks span {
    justify-content: flex-start;
    padding: 6px 8px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-membership-perks span + span {
    border-top: 1px solid rgba(224, 183, 72, 0.22);
    border-left: 0;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-layout {
    gap: 30px;
    margin-top: 30px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card {
    min-height: 0;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-silver {
    transform: none;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar {
    padding: 20px;
    text-align: left;
  }
}

.happi-qr-compare-section .happi-qr-slogan strong > .happi-qr-slogan-brand {
  color: #F8BE31;
}

.happi-qr-compare-section .happi-qr-slogan strong > .happi-qr-slogan-ending {
  color: #111 !important;
}

/* Gentle hero motion and swipeable, self-advancing card rows. */
@keyframes happi-qr-hero-float {
  0%, 100% { transform: translate3d(0, -5px, 0); }
  50% { transform: translate3d(0, 7px, 0); }
}

[data-section="Section 1"] .happi-qr-hero-perk,
[data-section="Section 1"] .happi-qr-hero-coffee {
  animation: happi-qr-hero-float 4s ease-in-out infinite;
  will-change: transform;
}

[data-section="Section 1"] .happi-qr-hero-perk-coin { animation-delay: -1.1s; }
[data-section="Section 1"] .happi-qr-hero-coffee { animation-delay: -2.2s; }
[data-section="Section 1"] .happi-qr-hero-perk-gift { animation-delay: -3.3s; }

.happi-qr-intro-cards {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 3);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.happi-qr-intro-cards::-webkit-scrollbar { display: none; }
.happi-qr-intro-cards.is-pointer-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.happi-qr-intro-cards > .happi-qr-intro-card {
  min-width: 0;
  scroll-snap-align: start;
}
.happi-qr-intro-cards img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 900px) {
  .happi-qr-intro-cards {
    grid-auto-columns: calc((100% - 20px) / 2);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .happi-qr-intro-cards {
    grid-auto-columns: 88%;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-section="Section 1"] .happi-qr-hero-perk,
  [data-section="Section 1"] .happi-qr-hero-coffee {
    animation: none;
  }
}

/* Section 2 ecosystem concept with an explicit phone composition. */
.happi-qr-intro[data-section="Section 2"] {
  width: min(100% - 44px, 1520px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(253, 184, 19, .4);
  border-radius: 30px;
  background: #fff;
}

.happi-qr-intro[data-section="Section 2"]::before,
.happi-qr-intro[data-section="Section 2"]::after {
  display: none;
}

.happi-qr-intro-concept {
  position: relative;
  overflow: hidden;
  padding: 16px clamp(26px, 4.5vw, 76px) 20px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.78) 38%, rgba(255,255,255,.52) 72%, rgba(255,255,255,.64) 100%),
    linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)),
    url("./assets/section-2-concept-background.png") center / 100% 100% no-repeat;
}

.happi-qr-intro-concept-main {
  display: grid;
  grid-template-columns: minmax(370px, .9fr) minmax(660px, 1.55fr);
  gap: clamp(24px, 4vw, 72px);
  min-height: clamp(390px, 31vw, 460px);
  align-items: center;
}

.happi-qr-intro-concept-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 6px 0 0;
}

.happi-qr-intro-concept-copy h2 {
  margin: 0;
  color: #111;
  font-family: var(--happi-qr-display-font);
  font-size: clamp(40px, 3.5vw, 58px);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: .98;
}

.happi-qr-intro-concept-copy h2 > span,
.happi-qr-intro-concept-copy h2 > strong {
  display: block;
}

.happi-qr-intro-concept-copy h2 > strong {
  margin-top: 6px;
  color: #FDB813;
  font-weight: 800;
  line-height: .93;
}

.happi-qr-intro-concept-copy > p {
  margin: 18px 0 16px;
  color: #171717;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 700;
  line-height: 1.32;
}

.happi-qr-intro-concept-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 440px);
}

.happi-qr-intro-concept-benefits > div {
  display: grid;
  min-width: 0;
  justify-items: center;
  align-content: end;
  gap: 5px;
  padding: 0 16px;
  text-align: center;
}

.happi-qr-intro-concept-benefits > div + div {
  border-left: 1px solid rgba(253, 184, 19, .36);
}

.happi-qr-intro-concept-benefits img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.happi-qr-intro-concept-benefits div:nth-child(2) img {
  width: 76px;
  height: 76px;
  margin-bottom: -4px;
}

.happi-qr-intro-concept-benefits div:nth-child(3) img {
  width: 72px;
  height: 72px;
  margin-bottom: -2px;
}

.happi-qr-intro-concept-benefits b {
  color: #181818;
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.1;
  white-space: nowrap;
}

.happi-qr-intro-ecosystem {
  position: relative;
  min-height: clamp(390px, 31vw, 460px);
}

.happi-qr-intro-orbit {
  position: absolute;
  top: 0;
  left: 39%;
  width: min(31vw, 430px);
  aspect-ratio: 1;
  transform: translateX(-50%);
}

.happi-qr-intro-orbit-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.happi-qr-intro-orbit-brand {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  min-width: 180px;
  transform: translate(-50%, -50%);
  color: #FDB813;
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
}

.happi-qr-intro-orbit-brand::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 152%;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid rgba(253,184,19,.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.96) 0 50%, rgba(255,250,239,.88) 72%, rgba(255,255,255,.76) 100%);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.42), 0 8px 28px rgba(111,78,0,.08);
  content: "";
  transform: translate(-50%, -50%);
  transition: box-shadow .18s ease;
  pointer-events: none;
}

.happi-qr-intro-orbit-brand small {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2px, .2vw, 3px);
  margin: 0;
  text-align: center;
  white-space: nowrap;
  transition: transform .18s ease;
}

.happi-qr-intro-orbit-brand:hover small {
  transform: translateY(-1px) scale(1.015);
}

.happi-qr-intro-orbit-brand:hover::before {
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.46), 0 10px 30px rgba(111,78,0,.11);
}

.happi-qr-intro-orbit-brand:focus-visible {
  outline: 3px solid rgba(253,184,19,.32);
  outline-offset: 8px;
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .happi-qr-intro-orbit-brand small,
  .happi-qr-intro-orbit-brand::before {
    transition: none;
  }

  .happi-qr-intro-orbit-brand:hover small {
    transform: none;
  }
}

.happi-qr-intro-orbit-brand small span {
  color: #FDB813;
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1;
  text-indent: .025em;
}

.happi-qr-intro-orbit-brand small b {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #FDB813;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.happi-qr-intro-orbit-brand small b::before,
.happi-qr-intro-orbit-brand small b::after {
  width: clamp(14px, 1.4vw, 21px);
  height: 1px;
  background: rgba(253,184,19,.72);
  content: "";
}

.happi-qr-intro-orbit-card,
.happi-qr-intro-orbit-item.happi-qr-intro-orbit-redemption,
.happi-qr-intro-mobile-cta-row,
.happi-qr-intro-product-title {
  display: none;
}

.happi-qr-intro-orbit-item {
  --happi-qr-orbit-icon-x: 0%;
  --happi-qr-orbit-icon-y: 0%;
  position: absolute;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 105px;
  transform: translate(-50%, -50%);
  color: #111;
  text-align: center;
  text-decoration: none;
}

.happi-qr-intro-orbit-item:focus-visible {
  outline: 3px solid rgba(253, 184, 19, .32);
  outline-offset: 5px;
  border-radius: 10px;
}

.happi-qr-intro-orbit-icon {
  display: grid;
  overflow: hidden;
  place-items: center;
  box-sizing: border-box;
  width: 78px;
  height: 78px;
  margin-bottom: 2px;
  border: 1px solid rgba(253, 184, 19, .44);
  border-radius: 50%;
  background: rgba(255,255,255,.98);
  box-shadow: 0 7px 20px rgba(253, 184, 19, .18);
  color: #FDB813;
  font-style: normal;
  font-size: 34px;
  font-weight: 900;
  padding: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.happi-qr-intro-orbit-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(var(--happi-qr-orbit-icon-x), var(--happi-qr-orbit-icon-y));
}

.happi-qr-intro-orbit-item b {
  padding: 3px 6px;
  border-radius: 5px;
  border: 1px solid rgba(253, 184, 19, .12);
  background: rgba(255,255,255,.74);
  box-shadow: none;
  font-size: clamp(13px, 1.05vw, 17px);
  line-height: 1.05;
  transition: background .18s ease, border-color .18s ease;
}

.happi-qr-intro-orbit-item:hover .happi-qr-intro-orbit-icon {
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(253, 184, 19, .22);
}

.happi-qr-intro-orbit-item:hover b {
  border-color: rgba(253, 184, 19, .22);
  background: rgba(255,255,255,.92);
}

@media (prefers-reduced-motion: reduce) {
  .happi-qr-intro-orbit-icon,
  .happi-qr-intro-orbit-item b {
    transition: none;
  }

  .happi-qr-intro-orbit-item:hover .happi-qr-intro-orbit-icon {
    transform: none;
  }
}

.happi-qr-intro-orbit-protection { top: 19%; left: 19%; }
.happi-qr-intro-orbit-coins { top: 19%; left: 81%; }
.happi-qr-intro-orbit-merchants { top: 78%; left: 19%; }
.happi-qr-intro-orbit-referral { top: 78%; left: 75%; }

.happi-qr-intro-orbit-protection .happi-qr-intro-orbit-icon,
.happi-qr-intro-orbit-merchants .happi-qr-intro-orbit-icon,
.happi-qr-intro-orbit-referral .happi-qr-intro-orbit-icon {
  padding: 0;
}

.happi-qr-intro-orbit-protection .happi-qr-intro-orbit-icon img,
.happi-qr-intro-orbit-merchants .happi-qr-intro-orbit-icon img,
.happi-qr-intro-orbit-referral .happi-qr-intro-orbit-icon img {
  object-fit: contain;
}

.happi-qr-intro-orbit-protection .happi-qr-intro-orbit-icon img {
  width: 80%;
  height: 80%;
}

.happi-qr-intro-orbit-merchants .happi-qr-intro-orbit-icon img {
  width: 86%;
  height: 86%;
}

.happi-qr-intro-orbit-referral .happi-qr-intro-orbit-icon img {
  width: 66%;
  height: 66%;
}

.happi-qr-intro-device-composite {
  position: absolute;
  z-index: 2;
  right: -7%;
  bottom: -1%;
  width: min(24vw, 380px);
  height: auto;
  filter: drop-shadow(0 16px 22px rgba(61, 44, 13, .16));
}

.happi-qr-intro-product-strip,
.happi-qr-intro-trust-row {
  position: relative;
  z-index: 5;
  display: grid;
  align-items: center;
  border: 1px solid rgba(60, 49, 26, .08);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 9px 24px rgba(57, 47, 27, .08);
}

.happi-qr-intro-product-strip {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-height: 66px;
  margin-top: 0;
  padding: 7px 12px;
}

.happi-qr-intro-product-strip > * {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  font-size: clamp(13px, 1vw, 17px);
  white-space: nowrap;
}

.happi-qr-intro-product-strip > * + * {
  border-left: 1px solid rgba(25, 25, 25, .16);
}

.happi-qr-intro-product-strip > strong {
  justify-content: flex-start;
  color: #FDB813;
  font-size: clamp(15px, 1.2vw, 20px);
}

.happi-qr-intro-product-strip span img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  object-fit: contain;
}

.happi-qr-intro-product-coming-soon {
  color: #FDB813;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.happi-qr-intro-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 9px;
  margin-top: 11px;
}

.happi-qr-intro-trust-row {
  grid-template-columns: minmax(175px, 16%) minmax(0, 1fr);
  grid-template-rows: 1fr;
  min-height: 84px;
  margin-top: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.happi-qr-intro-trust-network {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  align-self: stretch;
  min-height: 100%;
  padding: 4px 18px;
  border-right: 1px solid rgba(253,184,19,.32);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.05;
  white-space: normal;
}

.happi-qr-intro-trust-network::after {
  display: none;
}

.happi-qr-intro-trust-network b {
  display: block;
  flex: 0 0 auto;
  width: max-content;
  max-width: none;
  white-space: nowrap !important;
}

.happi-qr-intro-trust-network img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.happi-qr-intro-insurers {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: clamp(8px, 1.4vw, 22px);
  min-height: 50px;
  padding: 4px 20px;
}

.happi-qr-intro-insurers b {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 3px 4px;
  color: #178d9b;
  font-size: clamp(12px, 1vw, 17px);
  letter-spacing: .04em;
  line-height: .9;
  text-align: center;
}

.happi-qr-intro-insurers b:nth-child(2) { color: #0873c6; }
.happi-qr-intro-insurers b:nth-child(4) { color: #1769bc; }
.happi-qr-intro-insurers b + b { border-left: 0; }
.happi-qr-intro-insurers small { color: #dd2626; font-size: .72em; }

.happi-qr-intro-insurers b > img {
  display: block;
  width: auto;
  max-width: 62%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}

.happi-qr-intro-insurers b:nth-child(1) > img { max-width: 78%; max-height: 32px; }
.happi-qr-intro-insurers b:nth-child(2) > img { max-width: 80%; max-height: 48px; }
.happi-qr-intro-insurers b:nth-child(3) > img { max-width: 78%; max-height: 39px; }
.happi-qr-intro-insurers b:nth-child(4) > img { max-width: 84%; max-height: 54px; }
.happi-qr-intro-insurers b.happi-qr-intro-insurer-ikhlas > img { max-width: 70%; max-height: 50px; }
.happi-qr-intro-insurers b.happi-qr-intro-insurer-manulife > img { max-width: 88%; max-height: 30px; }

.happi-qr-intro-website-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #FDB813;
  box-shadow: 0 10px 24px rgba(253, 184, 19, .22);
  font-family: inherit;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.happi-qr-intro-website-cta:not(:disabled):hover {
  background: #f5ad00;
  box-shadow: 0 12px 26px rgba(253, 184, 19, .28);
  transform: translateY(-1px);
}
.happi-qr-intro-website-cta:not(:disabled):active { transform: translateY(1px); }
.happi-qr-intro-website-cta:not(:disabled):focus-visible { outline: 3px solid rgba(253,184,19,.28); outline-offset: 3px; }
.happi-qr-intro-website-cta:disabled { cursor: default; opacity: 1; }
.happi-qr-intro-website-cta span {
  display: inline-block;
  margin-left: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.happi-qr-intro-website-cta-row {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: min(100%, 440px);
  margin: 34px auto 0;
}

.happi-qr-intro-website-cta-row > .happi-qr-intro-website-cta {
  width: 220px;
  min-width: 0;
  min-height: 52px;
  padding-inline: 22px;
}

.happi-qr-intro[data-section="Section 2"] > .happi-qr-intro-head,
.happi-qr-intro[data-section="Section 2"] > .happi-qr-intro-cards {
  display: none;
}

@media (max-width: 1180px) and (min-width: 601px) {
  .happi-qr-intro-concept {
    padding: 1.2vw 2.3vw 1.5vw;
  }

  .happi-qr-intro-concept-main {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    gap: 12px;
    min-height: clamp(330px, 33vw, 390px);
  }

  .happi-qr-intro-concept-copy h2 { font-size: clamp(36px, 3.5vw, 42px); }
  .happi-qr-intro-concept-copy > p { margin: clamp(12px, 1.5vw, 18px) 0 clamp(10px, 1.3vw, 15px); font-size: clamp(12px, 1.35vw, 16px); }
  .happi-qr-intro-concept-benefits { width: 100%; }
  .happi-qr-intro-concept-benefits > div { padding: 0 .75vw; }
  .happi-qr-intro-concept-benefits img { width: clamp(44px, 5.7vw, 67px); height: clamp(44px, 5.7vw, 67px); }
  .happi-qr-intro-concept-benefits div:nth-child(2) img { width: clamp(48px, 6.35vw, 75px); height: clamp(48px, 6.35vw, 75px); }
  .happi-qr-intro-concept-benefits div:nth-child(3) img { width: clamp(46px, 6.1vw, 72px); height: clamp(46px, 6.1vw, 72px); }
  .happi-qr-intro-concept-benefits b { font-size: clamp(11px, 1vw, 13px); }
  .happi-qr-intro-ecosystem { min-height: clamp(330px, 33vw, 390px); }
  .happi-qr-intro-orbit { left: 39%; width: clamp(220px, 31vw, 366px); }
  .happi-qr-intro-orbit-icon { width: clamp(44px, 6.4vw, 76px); height: clamp(44px, 6.4vw, 76px); padding: clamp(9px, 1.1vw, 13px); }
  .happi-qr-intro-orbit-item b { font-size: clamp(12px, 1.1vw, 13px); }
  .happi-qr-intro-device-composite { right: -5%; width: clamp(155px, 24vw, 283px); }
  .happi-qr-intro-product-strip { min-height: clamp(60px, 5.5vw, 65px); padding: .5vw .85vw; }
  .happi-qr-intro-product-strip > * { min-height: 3vw; padding-inline: .6vw; font-size: clamp(11px, 1.05vw, 12.4px); }
  .happi-qr-intro-product-strip > strong { font-size: clamp(12px, 1.25vw, 14.75px); }
  .happi-qr-intro-product-strip span img { width: clamp(24px, 2.1vw, 25px); height: clamp(24px, 2.1vw, 25px); margin-right: .45vw; }
  .happi-qr-intro-trust-layout { gap: .7vw; margin-top: .8vw; }
  .happi-qr-intro-trust-row { grid-template-columns: minmax(135px, 18%) minmax(0, 1fr); min-height: clamp(88px, 8vw, 96px); margin-top: 0; }
  .happi-qr-intro-trust-network { justify-content: flex-start; gap: .5vw; min-height: 100%; padding: 4px .7vw; border-right: 1px solid rgba(253,184,19,.32); border-bottom: 0; font-size: clamp(12px, 1vw, 13px); }
  .happi-qr-intro-trust-network img { width: clamp(28px, 2.6vw, 32px); height: clamp(28px, 2.6vw, 32px); }
  .happi-qr-intro-insurers { min-height: 52px; }
  .happi-qr-intro-insurers b { min-height: 50px; padding-inline: .22vw; font-size: clamp(10px, .85vw, 11px); }
  .happi-qr-intro-insurers b > img { max-width: 82%; max-height: clamp(28px, 3.9vw, 46px); }
  .happi-qr-intro-insurer-placeholder span { min-height: 2.7vw; font-size: clamp(8px, .7vw, 10px); }
  .happi-qr-intro-website-cta { min-height: clamp(38px, 3.4vw, 40px); padding-inline: 1.5vw; border-radius: .8vw; font-size: clamp(12px, 1.05vw, 13px); }
}

@media (max-width: 900px) and (min-width: 601px) {
  .happi-qr-intro-product-strip {
    min-height: 72px;
  }

  .happi-qr-intro-product-strip > * {
    flex-direction: column;
    gap: 4px;
    min-height: 56px;
    padding-inline: 3px;
    text-align: center;
    white-space: normal;
    line-height: 1.08;
  }

  .happi-qr-intro-product-strip span img {
    margin-right: 0;
  }

  .happi-qr-intro-trust-row {
    grid-template-columns: 1fr;
    min-height: 92px;
  }

  .happi-qr-intro-trust-network {
    min-height: 36px;
    justify-content: flex-start;
    padding: 4px 10px;
    border-right: 0;
    border-bottom: 0;
    white-space: nowrap;
  }

  .happi-qr-intro-trust-network::after {
    display: block;
    width: 100%;
    height: 1px;
    margin-left: 4px;
    background: linear-gradient(90deg, rgba(253,184,19,.42), rgba(253,184,19,0));
    content: "";
  }

  .happi-qr-intro-trust-network b { max-width: none; }

  .happi-qr-intro-insurers {
    min-height: 52px;
  }

  .happi-qr-intro-insurers b {
    min-height: 44px;
  }
}

@media (min-width: 1181px) {
  .happi-qr-intro-trust-layout {
    grid-template-columns: minmax(220px, 17%) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    min-height: 84px;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(253, 184, 19, .2);
  }

  .happi-qr-intro-trust-row {
    display: contents;
  }

  .happi-qr-intro-trust-network {
    grid-column: 1;
  }

  .happi-qr-intro-insurers {
    grid-column: 2;
  }

}

@media (min-width: 601px) and (max-width: 1180px) {
  .happi-qr-intro-trust-layout {
    grid-template-columns: minmax(190px, 24%) minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: 0;
    min-height: 112px;
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px solid rgba(253, 184, 19, .2);
  }

  .happi-qr-intro-trust-row {
    display: contents;
  }

  .happi-qr-intro-trust-network {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    min-height: 0;
    padding: 4px 10px;
    border-right: 1px solid rgba(253, 184, 19, .28);
    border-bottom: 0;
    white-space: normal;
  }

  .happi-qr-intro-trust-network::after {
    display: none;
  }

  .happi-qr-intro-insurers {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2px clamp(8px, 1.4vw, 16px);
    min-height: 106px;
    padding: 2px 12px;
  }

  .happi-qr-intro-insurers b {
    min-height: 48px;
  }

  .happi-qr-intro-insurers b > img { max-width: 76%; }
  .happi-qr-intro-insurers b:nth-child(1) > img { max-width: 80%; max-height: 32px; }
  .happi-qr-intro-insurers b:nth-child(2) > img { max-width: 80%; max-height: 46px; }
  .happi-qr-intro-insurers b:nth-child(3) > img { max-width: 80%; max-height: 38px; }
  .happi-qr-intro-insurers b:nth-child(4) > img { max-width: 82%; max-height: 54px; }
  .happi-qr-intro-insurers b.happi-qr-intro-insurer-ikhlas > img { max-width: 68%; max-height: 50px; }
  .happi-qr-intro-insurers b.happi-qr-intro-insurer-manulife > img { max-width: 76%; max-height: 30px; }

  .happi-qr-intro-website-cta-row {
    width: 100%;
    margin: 26px 0 0;
  }

  .happi-qr-intro-website-cta-row > .happi-qr-intro-website-cta {
    width: 196px;
    min-width: 0;
    min-height: 46px;
    padding-inline: 18px;
    border-radius: 999px;
    font-size: clamp(12px, 1.05vw, 13px);
  }
}

@media (max-width: 600px) {
  .happi-qr-intro[data-section="Section 2"] {
    width: min(100% - 20px, 560px);
    margin: 20px auto;
    padding: 0;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
  }

  .happi-qr-intro-concept {
    display: block;
    padding: 24px 14px 18px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.7) 31%, rgba(255,255,255,.9) 58%, #fff 100%),
      url("./assets/section-2-concept-background.png") center top / auto 58% no-repeat;
  }

  .happi-qr-intro-concept-main {
    display: block;
    min-height: 0;
  }

  .happi-qr-intro-concept-copy {
    padding: 0 4px;
    text-align: center;
  }

  .happi-qr-intro-concept-copy h2 {
    font-size: clamp(34px, 10.25vw, 46px);
    letter-spacing: -.04em;
    line-height: 1;
  }

  .happi-qr-intro-concept-copy h2 > strong {
    margin-top: 5px;
    line-height: .96;
  }

  .happi-qr-intro-concept-copy > p {
    max-width: 31ch;
    margin: 12px auto 15px;
    font-size: clamp(13px, 3.7vw, 16px);
    line-height: 1.32;
  }

  .happi-qr-intro-concept-benefits {
    display: none;
  }

  .happi-qr-intro-concept-benefits > div {
    gap: 3px;
    padding: 0 7px;
  }

  .happi-qr-intro-concept-benefits img,
  .happi-qr-intro-concept-benefits div:nth-child(2) img,
  .happi-qr-intro-concept-benefits div:nth-child(3) img {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }

  .happi-qr-intro-concept-benefits div:nth-child(2) img { width: 52px; height: 52px; margin-bottom: -4px; }
  .happi-qr-intro-concept-benefits b { font-size: 11px; }

  .happi-qr-intro-concept-copy > .happi-qr-intro-website-cta-row {
    display: none;
  }

  .happi-qr-intro-ecosystem {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 8px;
  }

  .happi-qr-intro-device-composite {
    position: relative;
    right: auto;
    bottom: auto;
    order: 1;
    width: min(94%, 390px);
    margin: -4px auto 2px;
    filter: drop-shadow(0 12px 18px rgba(61,44,13,.14));
  }

  .happi-qr-intro-orbit {
    position: relative;
    top: auto;
    left: auto;
    order: 2;
    display: block;
    width: min(100%, 342px);
    aspect-ratio: 1;
    margin: 8px auto 4px;
    transform: none;
  }

  .happi-qr-intro-orbit-ring { display: block; }

  .happi-qr-intro-orbit-brand {
    display: block;
    width: 58%;
    min-width: 0;
    font-size: 0;
  }

  .happi-qr-intro-orbit-brand::before,
  .happi-qr-intro-orbit-brand small {
    display: none;
  }

  .happi-qr-intro-orbit-card {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 14px rgba(58, 34, 3, .2));
    transform: rotate(-7deg);
    transition: transform .18s ease, filter .18s ease;
  }

  .happi-qr-intro-orbit-brand:hover .happi-qr-intro-orbit-card {
    filter: drop-shadow(0 12px 17px rgba(58, 34, 3, .24));
    transform: rotate(-7deg) translateY(-2px);
  }

  .happi-qr-intro-orbit-item,
  .happi-qr-intro-orbit-protection,
  .happi-qr-intro-orbit-coins,
  .happi-qr-intro-orbit-merchants,
  .happi-qr-intro-orbit-referral,
  .happi-qr-intro-orbit-redemption {
    position: absolute;
    display: grid;
    grid-template-columns: none;
    align-items: initial;
    justify-items: center;
    gap: 3px;
    min-width: 88px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .happi-qr-intro-orbit-protection { top: 18%; left: 19%; }
  .happi-qr-intro-orbit-coins { top: 18%; left: 81%; }
  .happi-qr-intro-orbit-item.happi-qr-intro-orbit-redemption { display: grid; }
  .happi-qr-intro-orbit-redemption { top: 79%; left: 14%; }
  .happi-qr-intro-orbit-merchants { top: 88%; left: 50%; }
  .happi-qr-intro-orbit-referral { top: 79%; left: 86%; }

  .happi-qr-intro-orbit-icon {
    width: clamp(52px, 16vw, 60px);
    height: clamp(52px, 16vw, 60px);
    margin: 0 0 1px;
    padding: 8px;
    box-shadow: 0 5px 14px rgba(253,184,19,.14);
  }

  .happi-qr-intro-orbit-redemption .happi-qr-intro-orbit-icon {
    padding: 2px;
  }

  .happi-qr-intro-orbit-redemption .happi-qr-intro-orbit-icon img {
    width: 84%;
    height: 84%;
    object-fit: contain;
  }

  .happi-qr-intro-orbit-item b {
    padding: 2px 4px;
    border: 1px solid rgba(253,184,19,.1);
    background: rgba(255,255,255,.8);
    font-size: clamp(10px, 3.05vw, 12px);
    line-height: 1.08;
  }

  .happi-qr-intro-orbit-item:active { transform: translate(-50%, -50%) scale(.985); }

  .happi-qr-intro-mobile-cta-row {
    display: flex;
    width: 100%;
    margin: 24px auto 5px;
    padding: 0 4px;
    box-sizing: border-box;
  }

  .happi-qr-intro-mobile-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 62px;
    padding: 8px 62px 8px 20px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffc334 0%, #f9ad0a 100%);
    box-shadow: 0 0 0 2px rgba(247,179,22,.38), 0 5px 12px rgba(210,139,0,.3), inset 0 1px 2px rgba(255,255,255,.45);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(24px, 7.5vw, 32px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
  }

  .happi-qr-intro-mobile-cta i {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(76,51,0,.16);
    transform: translateY(-50%);
  }

  .happi-qr-intro-mobile-cta i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    aspect-ratio: 1;
    border-top: 3px solid #f2a400;
    border-right: 3px solid #f2a400;
    box-sizing: border-box;
    content: "";
    transform: translate(-65%, -50%) rotate(45deg);
  }

  .happi-qr-intro-product-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 24px 2px 10px;
    color: #151515;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(15px, 4.6vw, 19px);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .happi-qr-intro-product-title::before,
  .happi-qr-intro-product-title::after {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(253,184,19,0), rgba(253,184,19,.9));
    content: "";
  }

  .happi-qr-intro-product-title::after {
    transform: scaleX(-1);
  }

  .happi-qr-intro-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-height: 0;
    margin-top: 0;
    padding: 10px;
    border-radius: 18px;
  }

  .happi-qr-intro-product-strip > * {
    justify-content: flex-start;
    min-height: 48px;
    padding: 6px 8px;
    border: 0 !important;
    border-radius: 11px;
    background: rgba(253,184,19,.065);
    font-size: clamp(11px, 3.15vw, 13px);
    white-space: normal;
  }

  .happi-qr-intro-product-strip span img {
    width: 26px;
    height: 26px;
    margin-right: 7px;
  }

  .happi-qr-intro-product-coming-soon {
    grid-column: auto;
    justify-content: center;
    min-height: 40px;
    background: linear-gradient(135deg, #f5a600, #FDB813);
    color: #fff;
    text-align: center;
  }

  .happi-qr-intro-product-critical {
    display: none !important;
  }

  .happi-qr-intro-trust-layout {
    gap: 10px;
    margin-top: 15px;
  }

  .happi-qr-intro-trust-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .happi-qr-intro-trust-network {
    min-height: 38px;
    padding: 2px 4px 4px;
    border-right: 0;
    font-size: 13px;
    white-space: nowrap;
  }

  .happi-qr-intro-trust-network::after {
    display: block;
    width: 100%;
    height: 1px;
    margin-left: 4px;
    background: linear-gradient(90deg, rgba(253,184,19,.42), rgba(253,184,19,0));
    content: "";
  }

  .happi-qr-intro-trust-network b { max-width: none; }
  .happi-qr-intro-trust-network img { width: 30px; height: 30px; }

  .happi-qr-intro-insurers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 10px;
    min-height: 0;
    padding: 2px 4px;
  }

  .happi-qr-intro-insurers b {
    min-height: 50px;
    padding: 4px;
  }

  .happi-qr-intro-insurers b > img { max-width: 78%; }
  .happi-qr-intro-insurers b:nth-child(1) > img { max-width: 76%; max-height: 28px; }
  .happi-qr-intro-insurers b:nth-child(2) > img { max-width: 76%; max-height: 42px; }
  .happi-qr-intro-insurers b:nth-child(3) > img { max-width: 76%; max-height: 34px; }
  .happi-qr-intro-insurers b:nth-child(4) > img { max-width: 72%; max-height: 46px; }
  .happi-qr-intro-insurers b.happi-qr-intro-insurer-ikhlas > img { max-width: 66%; max-height: 44px; }
  .happi-qr-intro-insurers b.happi-qr-intro-insurer-manulife > img { max-width: 84%; max-height: 25px; }

  .happi-qr-intro-website-cta-row {
    width: 100%;
    margin: 24px auto 0;
  }

  .happi-qr-intro-website-cta-row > .happi-qr-intro-website-cta {
    width: 212px;
    min-width: 0;
    min-height: 50px;
    padding-inline: 20px;
    border-radius: 999px;
    font-size: 14px;
  }

  .happi-qr-intro[data-section="Section 2"] > .happi-qr-intro-head,
  .happi-qr-intro[data-section="Section 2"] > .happi-qr-intro-cards {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .happi-qr-intro-insurers {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }
}

@media (max-width: 300px) {
  .happi-qr-intro-orbit-item,
  .happi-qr-intro-orbit-protection,
  .happi-qr-intro-orbit-coins,
  .happi-qr-intro-orbit-merchants,
  .happi-qr-intro-orbit-referral,
  .happi-qr-intro-orbit-redemption {
    min-width: 72px;
  }

  .happi-qr-intro-orbit-item b {
    font-size: 9px;
  }

  .happi-qr-intro-mobile-cta {
    min-height: 58px;
    padding: 7px 50px 7px 12px;
    font-size: 21px;
  }

  .happi-qr-intro-mobile-cta i {
    right: 7px;
    width: 40px;
    height: 40px;
  }
}

/* Section 6 membership tier colors. */
[data-section="Section 6"] .happi-qr-bronze .happi-qr-plan-top {
  background: #C69C6D;
  color: #10151c;
}

[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top {
  background: #CCCCCC;
  color: #10151c;
}

[data-section="Section 6"] .happi-qr-gold .happi-qr-plan-top {
  background: #FBE487;
  color: #10151c;
}

[data-section="Section 6"] .happi-qr-platinum .happi-qr-plan-top {
  background: #B3B3B3;
  color: #10151c;
}

[data-section="Section 6"] .happi-qr-plan-top h3 {
  text-shadow: none;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(1) {
  background: #C69C6D;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(2) {
  background: #CCCCCC;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(3) {
  background: #FBE487;
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(4) {
  background: #B3B3B3;
}

.happi-qr-back-to-top {
  position: fixed;
  z-index: 120;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #F8BE31;
  color: #111;
  box-shadow: 0 12px 28px rgba(43, 31, 0, 0.22);
  font: 800 26px/1 Inter, sans-serif;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, box-shadow 180ms ease;
}

.happi-qr-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.happi-qr-back-to-top:hover {
  box-shadow: 0 15px 32px rgba(43, 31, 0, 0.3);
  transform: translateY(-2px);
}

.happi-qr-back-to-top:focus-visible {
  outline: 3px solid #244128;
  outline-offset: 3px;
}

.happi-qr-back-to-top span {
  display: block;
  transform: translateY(-1px);
}

[data-happi-word-style="bold"] .happi-qr-inline-happi {
  font-weight: 900;
}

[data-happi-word-style="yellow"] .happi-qr-inline-happi {
  color: #F8BE31;
}

[data-section="Section 3"] .happi-qr-coins-guide-head .happi-qr-title span[data-happi-word-style="yellow"] {
  color: #10131a;
}

[data-section="Section 3"] .happi-qr-coins-guide-head .happi-qr-title span[data-happi-word-style="yellow"] .happi-qr-inline-happi {
  color: #F8BE31;
  font-weight: 900;
}

[data-happi-word-style="only-bold"] {
  font-weight: 400 !important;
}

[data-happi-word-style="only-bold"] .happi-qr-inline-happi {
  font-weight: 900;
}

[data-section="Section 6"] .happi-qr-plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 88px;
  margin: 0;
  padding: 22px 28px 18px;
  box-sizing: border-box;
}

[data-section="Section 6"] .happi-qr-pricing-card ul {
  margin-top: 0;
}

@keyframes happi-qr-section3-coin-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

[data-section="Section 3"] .happi-qr-coins-guide-coin-top {
  animation: happi-qr-section3-coin-float 4s ease-in-out infinite;
  will-change: transform;
}

[data-section="Section 5"] .happi-qr-section9-mobile-visual {
  animation: happi-qr-hero-float 4s ease-in-out infinite;
  animation-delay: -0.7s;
  will-change: transform;
}

[data-section="Section 5"] .happi-qr-section9-price-row b strong {
  font-size: clamp(40px, 4.2vw, 46px) !important;
}

[data-section="Section 5"] .happi-qr-section5-cat {
  border-radius: 50%;
}

[data-section="Section 5"] .happi-qr-section5-cat-wrap > span {
  display: none !important;
}

[data-section="Section 6"] .happi-qr-upgrade-summary {
  line-height: 1.45;
}

.happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy > span {
  display: inline !important;
}

.happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy > span:not(.happi-qr-section7-happi-word) {
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
}

.happi-qr-mobile-join-head h2 .happi-qr-section7-happi-word {
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 380px) {
  body[data-happi-lang="zh"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
  }

  body[data-happi-lang="zh"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy > span {
    white-space: normal !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-section="Section 1"] .happi-qr-hero-perk,
  [data-section="Section 1"] .happi-qr-hero-coffee,
  [data-section="Section 3"] .happi-qr-coins-guide-coin-top,
  [data-section="Section 5"] .happi-qr-section9-mobile-visual {
    animation: none;
  }
}

@media (max-width: 600px), (orientation: landscape) and (max-width: 950px) and (max-height: 500px) {
  .happi-qr-back-to-top {
    display: none;
  }
}

/* Section 5 final copy and download spacing fixes. */
body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-mobile-copy h2 br {
  display: none !important;
}

body[data-happi-lang="en"] [data-section="Section 5"] .happi-qr-section9-mobile-copy h2 span {
  display: inline !important;
  margin-inline-start: 0.18em !important;
}

[data-section="Section 5"] .happi-qr-section9-footer .happi-qr-section9-download {
  box-sizing: border-box;
  padding: clamp(14px, 1.6vw, 24px) clamp(16px, 2vw, 28px) !important;
}

@media (max-width: 760px) {
  [data-section="Section 5"] .happi-qr-section9-footer .happi-qr-section9-download {
    padding: 14px !important;
  }

  /* Keep every Section 7 phone mockup at the same visual height in all locales. */
  [data-section="Section 7"] .happi-qr-step-photo-store,
  [data-section="Section 7"] .happi-qr-step-photo-form,
  [data-section="Section 7"] .happi-qr-step-photo-success {
    width: auto;
    height: min(396px, 82vw);
    max-height: none;
    object-fit: contain;
  }
}

/* Section 8 uses supplied image icons, which already include their yellow circle. */
[data-section="Section 8"] .happi-qr-faq-icon-image {
  background: transparent;
}

[data-section="Section 8"] .happi-qr-faq-icon-image::before {
  display: none;
}

[data-section="Section 8"] .happi-qr-faq-icon-image img {
  width: 62px;
  height: 62px;
  filter: none;
}

@media (max-width: 760px) {
  [data-section="Section 8"] .happi-qr-faq-icon-image img {
    width: 54px;
    height: 54px;
  }
}

/* Section 6: keep the supplied tier artwork fully visible and separate it from pricing. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.78 / 1;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-bronze .happi-qr-plan-top {
  background-image: url("./assets/membership-bronze-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top {
  background-image: url("./assets/membership-silver-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-gold .happi-qr-plan-top {
  background-image: url("./assets/membership-gold-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-platinum .happi-qr-plan-top {
  background-image: url("./assets/membership-platinum-card.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price {
  margin: 0 16px;
  padding: 16px 12px 15px;
  border-radius: 0;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top .happi-qr-plan-medal {
  display: none;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top .happi-qr-most-popular {
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver {
  margin-top: 16px;
  transform: translateY(-16px);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver::before {
  top: -21px;
  z-index: 5;
}

@media (max-width: 700px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-silver {
    margin-top: 20px;
    transform: none;
  }
}

/* Section 6 final card hierarchy: translated plan names remain legible over the supplied art. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-layout {
  align-items: stretch;
  padding-top: 18px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card {
  min-height: 0;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top {
  min-height: 168px;
  aspect-ratio: auto;
  isolation: isolate;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(8, 11, 14, 0.02) 0%, rgba(8, 11, 14, 0.22) 100%);
}

body[data-happi-lang="en"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3 {
  display: block;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top::after {
  background: linear-gradient(180deg, rgba(22, 28, 33, 0.1), rgba(22, 28, 33, 0.34));
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3 {
  display: block;
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top h3 {
  color: #fff;
  text-shadow: 0 2px 10px rgba(14, 19, 23, 0.52);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top .happi-qr-most-popular {
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 16px;
  left: auto;
  z-index: 2;
  padding: 7px 16px;
  transform: translateX(50%);
  border-radius: 999px;
  color: #15202a;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 12px rgba(26, 31, 35, 0.16);
  font-size: 13px;
  font-weight: 900;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top h3 {
  bottom: 62px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver {
  margin-top: 0;
  transform: none;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver::before {
  top: -18px;
}

@media (max-width: 700px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-layout {
    padding-top: 12px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top {
    min-height: 154px;
  }
}

/* Section 6 membership cards only: premium tier treatment based on the supplied card artwork. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card {
  display: flex;
  min-height: 440px;
  border: 1px solid rgba(206, 163, 49, 0.16);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(83, 62, 14, 0.1);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top {
  min-height: 150px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 24px 24px 0 0;
  background-image: none !important;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top::after {
  display: none;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: normal;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-bronze .happi-qr-plan-top {
  background-color: #75410f !important;
  background-image: linear-gradient(135deg, #4f2606 0%, #8b4c12 56%, #d79b4c 100%) !important;
}
.happi-qr-membership[data-section="Section 6"] .happi-qr-bronze .happi-qr-plan-top::before { background-image: url("./assets/membership-bronze-card.png"); }

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-silver .happi-qr-plan-top {
  background-color: #bcc1c8 !important;
  background-image: linear-gradient(135deg, #eff1f4 0%, #bdc1c7 55%, #8b929b 100%) !important;
}
.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top::before { background-image: url("./assets/membership-silver-card.png"); opacity: 0.25; }

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-gold .happi-qr-plan-top {
  background-color: #dda82b !important;
  background-image: linear-gradient(135deg, #b87808 0%, #efbc37 56%, #ffe184 100%) !important;
}
.happi-qr-membership[data-section="Section 6"] .happi-qr-gold .happi-qr-plan-top::before { background-image: url("./assets/membership-gold-card.png"); }

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-platinum .happi-qr-plan-top {
  background-color: #30363d !important;
  background-image: linear-gradient(135deg, #15191e 0%, #454c55 56%, #777d84 100%) !important;
}
.happi-qr-membership[data-section="Section 6"] .happi-qr-platinum .happi-qr-plan-top::before { background-image: url("./assets/membership-platinum-card.png"); opacity: 0.25; }

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
body[data-happi-lang="en"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3 {
  display: block;
  right: auto;
  top: 50%;
  bottom: auto;
  left: 26px;
  z-index: 2;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  background: none;
  font-size: clamp(32px, 2.35vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top h3 {
  color: #1f252c;
  text-shadow: none;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top .happi-qr-plan-medal {
  position: absolute;
  left: auto;
  top: 28px;
  right: 24px;
  z-index: 2;
  display: block !important;
  transform: none;
  width: 66px;
  height: 66px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}

/* Section 6 tier-specific HAPPIcoin artwork supplied by the user. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-bronze .happi-qr-plan-top .happi-qr-plan-medal {
  background-image: url("./assets/membership-bronze-happicoin.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-silver .happi-qr-plan-top .happi-qr-plan-medal {
  width: 72px;
  height: 72px;
  top: 20px;
  right: 17px;
  background-image: url("./assets/membership-silver-happicoin.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-gold .happi-qr-plan-top .happi-qr-plan-medal {
  width: 72px;
  height: 72px;
  top: 20px;
  right: 16px;
  background-image: url("./assets/membership-gold-happicoin.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-platinum .happi-qr-plan-top .happi-qr-plan-medal {
  width: 74px;
  height: 74px;
  top: 18px;
  right: 14px;
  background-image: url("./assets/membership-platinum-happicoin.png");
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top::after {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(130% 95% at 112% -34%, transparent 0 45%, rgba(255, 255, 255, 0.22) 45.5% 54%, transparent 54.5%),
    radial-gradient(110% 88% at 120% 115%, transparent 0 42%, rgba(20, 20, 20, 0.12) 42.5% 51%, transparent 51.5%);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top .happi-qr-most-popular {
  right: auto;
  bottom: 12px;
  left: 26px;
  z-index: 3;
  transform: none;
  padding: 8px 16px;
  color: #986200;
  background: rgba(255, 255, 255, 0.93);
  font-size: 14px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver .happi-qr-plan-top h3 {
  top: 47%;
  color: #151a20;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-gold .happi-qr-plan-top h3 {
  color: #151a20;
  text-shadow: none;
}

/* Section 6 card typography refinements. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-silver .happi-qr-plan-top h3,
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-gold .happi-qr-plan-top h3 {
  color: #111820 !important;
  text-shadow: none !important;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price {
  min-height: 122px;
  padding: 40px 0 7px;
  font-size: 21px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price strong {
  font-size: clamp(52px, 3.8vw, 64px);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price span {
  font-size: 20px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-yellow-cta {
  font-weight: 600;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver {
  position: relative;
  z-index: 2;
  overflow: visible;
  border: 2px solid #f8be31;
  box-shadow: 0 22px 42px rgba(174, 125, 12, 0.2);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-silver::before {
  top: -18px;
  min-width: 150px;
  padding: 9px 18px;
  color: #17212a;
  background: #f8be31;
  font-size: 15px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 106px;
  margin: 0 20px;
  padding: 29px 0 8px;
  border-bottom: 1px solid #eee4d1;
  color: #151a20;
  background: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price strong {
  margin-left: 7px;
  color: #151a20;
  font-size: clamp(48px, 3.45vw, 57px);
  font-weight: 900;
  letter-spacing: 0;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price span {
  margin-left: 6px;
  color: #151a20;
  font-size: 18px;
  font-weight: 800;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  padding: 5px 20px 14px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card li {
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 10px;
  min-height: 69px;
  padding: 12px 0;
  border-bottom: 1px solid #eee4d1;
  font-size: 15px;
  line-height: 1.34;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card li:last-child {
  border-bottom: 0;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-feature-icon {
  width: 30px;
  height: 30px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card li b {
  color: #e66a16;
  font-weight: 900;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-yellow-cta {
  width: auto;
  min-height: 52px;
  margin: 0 20px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffdb62, #f8be31);
  box-shadow: none;
  color: #14191f;
  font-size: 19px;
  font-weight: 900;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-yellow-cta:hover {
  box-shadow: 0 9px 18px rgba(181, 126, 5, 0.26);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card {
    min-height: 430px;
  }
}

@media (max-width: 700px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card {
    min-height: 0;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top {
    min-height: 150px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card li {
    font-size: 14px;
  }
}

/* Section 6 final card alignment: tier coins share the plan-name row. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-bronze .happi-qr-plan-top .happi-qr-plan-medal {
  top: 49px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-silver .happi-qr-plan-top .happi-qr-plan-medal {
  top: 46px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-gold .happi-qr-plan-top .happi-qr-plan-medal {
  top: 46px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-platinum .happi-qr-plan-top .happi-qr-plan-medal {
  top: 45px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price {
  font-size: 23px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price strong {
  font-size: clamp(60px, 4.8vw, 76px);
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price span {
  font-size: 21px;
}

/* Bronze, Silver, Gold, Platinum: match the four membership header tiers. */
[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(1) {
  background: linear-gradient(180deg, #d6a36f 0%, #75410f 100%);
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(2) {
  background: linear-gradient(180deg, #f2f4f6 0%, #9fa6af 100%);
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(3) {
  background: linear-gradient(180deg, #ffe184 0%, #dda82b 100%);
}

[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(4) {
  background: linear-gradient(180deg, #777d84 0%, #30363d 100%);
}

/* Section 6 final spacing: center tier names between card edge and coin, and tighten RM/price spacing in every language. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
body[data-happi-lang="en"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
body[data-happi-lang="ms"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
body[data-happi-lang="zh"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3 {
  left: 22px;
  width: calc(100% - 132px);
  text-align: center;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price {
  gap: 0;
  column-gap: 0;
  padding-top: 34px;
  font-size: 22px;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price strong,
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price strong {
  margin-left: 2px;
  font-size: 55px !important;
}

.happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price span,
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price span {
  margin-left: 2px;
  font-size: 22px;
}

@media (max-width: 920px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
  body[data-happi-lang="en"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
  body[data-happi-lang="ms"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3,
  body[data-happi-lang="zh"] .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-top h3 {
    left: 20px;
    width: calc(100% - 126px);
  }
}

@media (max-width: 520px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price {
    padding-top: 30px;
    font-size: 20px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price strong,
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price strong {
    font-size: 55px !important;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-plan-price span,
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card .happi-qr-plan-price span {
    font-size: 20px;
  }
}

/* Section 6 Silver: keep the Recommended badge directly below the plan name in all languages. */
.happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-silver .happi-qr-plan-top .happi-qr-most-popular {
  top: calc(47% + 28px);
  right: auto;
  bottom: auto;
  left: calc(22px + (100% - 132px) / 2);
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 920px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-pricing-card.happi-qr-silver .happi-qr-plan-top .happi-qr-most-popular {
    left: calc(20px + (100% - 126px) / 2);
  }
}

/* Final narrow-phone safeguard for Malay Section 6 benefit labels. */
@media (max-width: 380px) {
  body[data-happi-lang="ms"] [data-section="Section 6"] .happi-qr-upgrade-bar b span {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
}

/* Section 6 mobile upgrade box: keep the chart and message as one complete card. */
@media (max-width: 700px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px 20px;
    text-align: left;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar .happi-qr-upgrade-copy {
    text-align: left;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-chart {
    width: 118px;
    height: 118px;
    margin: 2px auto 0;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-chart i {
    width: 78px;
    height: 48px;
    top: 17px;
    left: 20px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-chart span {
    bottom: 26px;
    width: 18px;
    border-radius: 7px 7px 4px 4px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(1) {
    left: 29px;
    height: 24px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(2) {
    left: 51px;
    height: 34px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(3) {
    left: 73px;
    height: 46px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-chart span:nth-of-type(4) {
    left: 95px;
    height: 58px;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b {
    justify-self: center;
    display: inline-grid;
    grid-template-columns: 34px minmax(0, auto);
    column-gap: 10px;
    align-items: center;
    width: min(100%, 282px);
    min-height: 54px;
    padding: 10px 14px;
    border-radius: 17px;
    font-size: 15px;
    line-height: 1.18;
    box-shadow: 0 10px 22px rgba(80, 58, 10, 0.07);
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b i {
    width: 34px;
    height: 34px;
  }
}

/* Final mobile fixes: no overlapping heart in Section 6, no overflowing Section 7 title. */
@media (max-width: 700px) {
  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b {
    position: relative;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    overflow: hidden;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b i {
    position: relative !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    display: block;
    width: 32px !important;
    height: 30px !important;
    margin: 0 !important;
    transform: none !important;
    background: #F8BE31 !important;
    border-radius: 0 !important;
    clip-path: path("M16 28C13.6 25.8 3 16.4 3 9.6C3 5.8 5.9 3 9.6 3C12 3 14.2 4.3 16 6.4C17.8 4.3 20 3 22.4 3C26.1 3 29 5.8 29 9.6C29 16.4 18.4 25.8 16 28Z");
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b i::before {
    content: none !important;
    display: none !important;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b i::after {
    content: none !important;
    display: none !important;
  }

  .happi-qr-membership[data-section="Section 6"] .happi-qr-upgrade-bar b span {
    grid-column: 2 !important;
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: normal;
  }
}

@media (max-width: 760px) {
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    max-width: min(100%, 312px) !important;
    font-size: clamp(24px, 6.35vw, 29px) !important;
    line-height: 1.18 !important;
    text-align: center;
  }

  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 span,
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 span {
    display: inline !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-word,
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-section7-happi-word,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-title-accent,
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-section7-title-accent {
    white-space: nowrap !important;
  }
}

@media (max-width: 760px) {
  [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
    display: block !important;
    max-width: 100%;
    color: #10151c !important;
    -webkit-text-fill-color: #10151c !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
  }

  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single,
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
    font-size: clamp(21px, 5.8vw, 26px);
    line-height: 1.18;
  }
}

@media (max-width: 390px) {
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    max-width: 292px !important;
    font-size: clamp(22px, 6.15vw, 25px) !important;
  }
}

/* Section 1: move the shared title and supporting copy slightly lower as one unit. */
[data-section="Section 1"] .happi-qr-hero-poster-copy {
  transform: translateY(clamp(20px, 1.45vw, 28px));
}

/* Section 7: every locale uses the same rendered phone height. */
[data-section="Section 7"] .happi-qr-step-photo,
[data-section="Section 7"] .happi-qr-step-photo-store,
[data-section="Section 7"] .happi-qr-step-photo-form,
[data-section="Section 7"] .happi-qr-step-photo-success {
  width: auto !important;
  height: min(456px, 31vw) !important;
  max-width: 92%;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 1100px) {
  [data-section="Section 7"] .happi-qr-step-photo,
  [data-section="Section 7"] .happi-qr-step-photo-store,
  [data-section="Section 7"] .happi-qr-step-photo-form,
  [data-section="Section 7"] .happi-qr-step-photo-success {
    height: min(396px, 52vw) !important;
  }
}

@media (max-width: 760px) {
  [data-section="Section 7"] .happi-qr-step-photo,
  [data-section="Section 7"] .happi-qr-step-photo-store,
  [data-section="Section 7"] .happi-qr-step-photo-form,
  [data-section="Section 7"] .happi-qr-step-photo-success {
    height: min(390px, 94vw) !important;
  }
}

/* English-only Section 7 copy. This final rule intentionally wins over legacy title fragments. */
.happi-qr-section7-en-title {
  display: none;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 .happi-qr-section7-en-title {
  display: inline !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
}

body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy,
body[data-happi-lang="en"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-accent {
  display: none !important;
}

/* Section 7 mobile: keep long English/Malay headings inside the phone card. */
@media (max-width: 760px) {
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    width: 100%;
    max-width: min(100%, 330px);
    margin-inline: auto;
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.16;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-en-title {
    display: block !important;
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-copy,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-accent {
    display: inline;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    max-width: 296px;
    font-size: clamp(23px, 7.2vw, 27px);
  }
}

/* Section 7 phone title sizing requested per locale. */
@media (max-width: 760px) {
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: clamp(24px, 7.8vw, 32px) !important;
    line-height: 1.15 !important;
  }

  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 32px !important;
    line-height: 1.14 !important;
  }
}

@media (max-width: 380px) {
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 29px !important;
  }
}

/* Section 7 final all-device color override: title black, only HAPPI gold. */
[data-section="Section 7"] .happi-qr-mobile-join-head h2,
[data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
}

/* Section 1 title: keep the English display typeface in every language. */
body[data-happi-lang] .happi-qr-page [data-section="Section 1"] .happi-billion-copy h1 {
  font-family: "Zen Maru Gothic", var(--happi-qr-display-font) !important;
  font-style: normal !important;
}

/* Section 1: RM1 Billion campaign recreation. */
body[data-happi-page="new-1b"] [data-section="Section 1"].happi-billion-hero {
  width: min(1440px, calc(100% - 48px));
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(248, 190, 49, .4);
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 1100px) {
  body[data-happi-page="new-1b"] [data-section="Section 1"].happi-billion-hero {
    width: min(100% - 32px, 980px);
  }
}

@media (max-width: 760px) {
  body[data-happi-page="new-1b"] [data-section="Section 1"].happi-billion-hero {
    width: min(100% - 24px, 560px);
  }
}

.happi-billion-canvas {
  position: relative;
  container-type: inline-size;
  width: 100%;
  max-height: 900px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 0 56%, rgba(255,255,255,.72) 65%, #fff 79%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0 25%, rgba(255,255,255,.78) 34%, transparent 49%),
    url("./assets/section-1-rm1-billion-background.png") top center / 100% auto no-repeat;
  color: #090909;
  font-family: "Inter", Arial, sans-serif;
}

.happi-billion-mobile { display: none; }

.happi-billion-logo {
  position: absolute;
  top: 3.4%;
  left: 2.1%;
  width: 11.5%;
  height: auto;
}

.happi-billion-copy {
  position: absolute;
  z-index: 2;
  top: 16.5%;
  left: 2.5%;
  width: 38%;
}

.happi-billion-copy h1 {
  margin: 0;
  font-family: "Zen Maru Gothic", var(--happi-qr-display-font) !important;
  font-size: clamp(45px, 5.2vw, 84px);
  font-weight: 900;
  font-style: normal;
  line-height: .93;
  letter-spacing: -.065em;
  white-space: nowrap;
}

.happi-billion-heart {
  display: inline-block;
  width: .86em;
  height: .78em;
  margin: 0 .025em;
  line-height: 1;
  vertical-align: -.04em;
}

.happi-billion-heart img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.happi-billion-copy > p {
  margin: 13px 0 10px;
  font-size: clamp(21px, 1.75vw, 29px);
  font-weight: 700;
}

.happi-billion-copy > i {
  display: block;
  width: 58px;
  height: 3px;
  margin: 16px 0;
  background: #efb322;
}

.happi-billion-goal {
  padding: 5px 0 5px 17px;
  border-left: 6px solid #f5a900;
  font-size: clamp(18px, 1.55vw, 26px);
  line-height: 1.55;
}

.happi-billion-goal strong,
.happi-billion-goal b { display: block; }
.happi-billion-goal em { color: #f2a900; font-style: normal; font-size: 1.24em; }

.happi-billion-board {
  position: absolute;
  z-index: 3;
  top: 4.2%;
  right: 3.6%;
  width: 14.1%;
  height: 55.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #17120a;
  text-align: center;
  transform: rotate(-.4deg);
}

.happi-billion-board > .happi-billion-board-art {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 2px;
  object-fit: fill;
}

.happi-billion-board > img { width: 34%; height: auto; margin-bottom: 1%; }
.happi-billion-board > strong { font-size: clamp(10px, 1.12vw, 18px); line-height: 1.03; }
.happi-billion-board > small { margin-top: 3%; padding: 2% 8%; border-radius: 99px; background: #26210d; color: #fff; font-size: clamp(5px, .45vw, 8px); font-weight: 800; }
.happi-billion-board > b { position: absolute; right: 4%; top: 40%; padding: 5% 4%; border-radius: 8px; background: #fff; font-size: clamp(6px, .58vw, 10px); line-height: 1.12; }
.happi-billion-board > b span { color: #e99800; }

.happi-billion-board-media { position: relative; width: 100%; flex: 1; }
.happi-billion-board-cat { position: absolute; left: 4%; bottom: 5%; width: 51%; height: auto; }
.happi-billion-board-phone { position: absolute; left: 2%; bottom: 1%; width: 23%; height: auto; filter: drop-shadow(0 3px 5px rgba(0,0,0,.2)); }
.happi-billion-qr {
  position: absolute;
  right: 7%;
  bottom: 9%;
  width: 32%;
  aspect-ratio: 1;
  border: 5px solid #fff;
  background:
    repeating-conic-gradient(#111 0 25%, #fff 0 50%) 0 0 / 10px 10px;
  box-shadow: 0 2px 7px rgba(0,0,0,.25);
}

.happi-billion-board-benefits {
  position: absolute;
  right: 5%;
  bottom: 1%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-size: clamp(10px, 1.15vw, 18px);
}

.happi-billion-board-benefits span,
.happi-billion-board-benefits i,
.happi-billion-board-benefits em {
  display: grid;
  width: 25%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50% 50% 45% 45%;
  background: #f4a900;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.55);
  font-style: normal;
  font-weight: 900;
}

.happi-billion-coverage {
  position: absolute;
  z-index: 4;
  top: 51.5%;
  left: 2.8%;
  display: grid;
  grid-template-columns: 11.5% minmax(0, 1fr) 1px 35%;
  column-gap: 2.4%;
  align-items: center;
  width: 39.5%;
  height: 14%;
  min-height: 0;
  box-sizing: border-box;
  padding: 1% 1.25%;
  border-radius: 24px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 7px 23px rgba(58,43,10,.12);
}

.happi-billion-coverage > img { width: 100%; height: auto; }
.happi-billion-coverage > p { margin: 0; font-size: clamp(10px, 1cqw, 16px); font-weight: 600; line-height: 1.3; }
.happi-billion-coverage > p strong,
.happi-billion-coverage > p b { color: #eaa400; }
.happi-billion-coverage > span { align-self: stretch; width: 1px; background: #d7d7d7; }
.happi-billion-malaysia { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 14px; min-width: 0; font-size: clamp(9px, .9vw, 15px); }
.happi-billion-malaysia > img {
  display: block;
  width: 76px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.08));
}

.happi-billion-steps {
  position: absolute;
  z-index: 5;
  top: 66.1%;
  left: 3%;
  display: grid;
  grid-template-columns: .78fr 1.3fr 1.55fr 1.62fr 1.25fr;
  align-items: center;
  width: 94%;
  min-height: 16.5%;
  box-sizing: border-box;
  padding: 1.1% 2.2%;
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 6px 24px rgba(60,44,8,.13);
}

.happi-billion-steps-title { font-size: clamp(11px, 1.16vw, 19px); font-weight: 800; line-height: 1.1; }
.happi-billion-steps-title strong { float: left; margin-right: 8px; color: #f3aa00; font-size: 3.3em; line-height: .85; }
.happi-billion-steps article { position: relative; display: flex; align-items: center; gap: 9%; min-height: 78px; padding: 0 6%; border-left: 1px solid #ddd; }
.happi-billion-steps article > b { position: absolute; top: -12%; left: 2%; display: grid; width: 31px; aspect-ratio: 1; border-radius: 50%; background: #f4aa00; color: #fff; font-size: 20px; place-items: center; }
.happi-billion-steps article p { margin: 0; font-size: clamp(9px, .91vw, 15px); font-weight: 650; line-height: 1.38; }
.happi-billion-steps article em { color: #eaa200; font-style: normal; }
.happi-billion-steps article:nth-of-type(1)::after,
.happi-billion-steps article:nth-of-type(2)::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #f5aa00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 4l6 6-6 6' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52% 52%;
  box-shadow: 0 4px 10px rgba(206, 139, 0, .2);
  color: transparent;
  content: "";
  box-sizing: border-box;
  padding: 0;
  transform: translateY(-50%);
}
.happi-billion-step-icon { display: grid; flex: 0 0 58px; height: 70px; place-items: center; border: 5px solid #111; border-radius: 8px; background: #fff; color: #f4a900; font-size: 28px; font-weight: 900; }
.happi-billion-steps article > .happi-billion-step-icon { transform: translateX(20px); }
.happi-billion-step-icon:has(> img) { overflow: visible; border: 0; border-radius: 0; background: transparent; }
.happi-billion-step-icon > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.happi-billion-phone { background: #f7b400; color: #111; font-size: 11px; line-height: 1.2; }
.happi-billion-shield { border: 0; border-radius: 45% 45% 55% 55%; background: #ffb400; box-shadow: inset 0 0 0 5px #181818; color: #fff; }
.happi-billion-gift { font-size: clamp(34px, 3.3vw, 54px); }
.happi-billion-gift > img { display: block; width: 1em; height: 1em; object-fit: contain; }

.happi-billion-cta {
  position: absolute;
  z-index: 6;
  top: 84.6%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29%;
  min-height: 7.8%;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffc334 0%, #f9ad0a 100%);
  box-shadow:
    0 0 0 2px rgba(247, 179, 22, .38),
    0 5px 12px rgba(210, 139, 0, .32),
    inset 0 1px 2px rgba(255, 255, 255, .45);
  color: #fff;
  font-size: clamp(21px, 2.35vw, 38px);
  font-weight: 900;
  text-decoration: none;
  transform: translateX(-50%);
  animation: happi-billion-cta-border-glow 1.35s ease-in-out infinite;
}

@keyframes happi-billion-cta-border-glow {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(247, 179, 22, .38),
      0 5px 12px rgba(210, 139, 0, .32),
      inset 0 1px 2px rgba(255, 255, 255, .45);
  }
  45% {
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, .68),
      0 0 15px rgba(255, 189, 34, .78),
      0 6px 14px rgba(210, 139, 0, .35),
      inset 0 1px 3px rgba(255, 255, 255, .72);
  }
}

.happi-billion-cta::before,
.happi-billion-cta::after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 46px;
  background:
    linear-gradient(15deg, transparent 40%, #f5aa00 41% 59%, transparent 60%) left top / 28px 9px no-repeat,
    linear-gradient(#f5aa00, #f5aa00) left center / 22px 5px no-repeat,
    linear-gradient(-15deg, transparent 40%, #f5aa00 41% 59%, transparent 60%) left bottom / 28px 9px no-repeat;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
  animation: happi-billion-ribbon-blink 1.35s ease-in-out infinite;
}

.happi-billion-cta::before { left: -36px; }
.happi-billion-cta::after { right: -36px; transform: translateY(-50%) scaleX(-1); animation-delay: .28s; }

@keyframes happi-billion-ribbon-blink {
  0%, 100% { opacity: .48; filter: brightness(.95) drop-shadow(0 0 0 rgba(255, 193, 39, 0)); }
  45% { opacity: 1; filter: brightness(1.35) drop-shadow(0 0 5px rgba(255, 193, 39, .95)); }
}

.happi-billion-cta span {
  position: absolute;
  right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.5%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(76, 51, 0, .16);
  color: #f2a400;
  box-sizing: border-box;
  padding: 0 0 .08em .04em;
  font-family: Arial, sans-serif;
  font-size: .88em;
  font-weight: 900;
  line-height: .8;
}
.happi-billion-cta:hover { background: linear-gradient(180deg, #ffca43 0%, #fbb51b 100%); }

.happi-billion-terms {
  position: absolute;
  z-index: 4;
  right: 2.2%;
  bottom: .6%;
  left: 2.2%;
  margin: 0;
  padding: .55% 2%;
  border: 2px solid rgba(225,163,14,.62);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  font-size: clamp(8px, .88vw, 14px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 1200px) {
  .happi-billion-copy h1 { font-size: 5.2vw; }
  .happi-billion-copy > p { margin: .8vw 0 .6vw; font-size: 1.75vw; }
  .happi-billion-copy > i { width: 3.6vw; height: 2px; margin: 1vw 0; }
  .happi-billion-goal { padding-left: 1.05vw; border-left-width: 4px; font-size: 1.55vw; }
  .happi-billion-board > strong { font-size: 1.12vw; }
  .happi-billion-board > small { font-size: .45vw; }
  .happi-billion-board > b { font-size: .58vw; }
  .happi-billion-coverage { border-radius: 1.5vw; }
  .happi-billion-coverage > p { font-size: 1cqw; }
  .happi-billion-malaysia { grid-template-columns: 4.75vw minmax(0, 1fr); gap: .85vw; font-size: .9vw; }
  .happi-billion-malaysia > img { width: 100%; }
  .happi-billion-steps { border-radius: 1.5vw; }
  .happi-billion-steps-title { font-size: 1.16vw; }
  .happi-billion-steps article { min-height: 4.9vw; }
  .happi-billion-steps article > b { width: 1.95vw; font-size: 1.25vw; }
  .happi-billion-steps article p { font-size: .91vw; }
  .happi-billion-steps article:nth-of-type(1)::after,
  .happi-billion-steps article:nth-of-type(2)::after {
    right: -.95vw;
    width: 1.9vw;
    height: 1.9vw;
    min-width: 1.9vw;
    min-height: 1.9vw;
    border-width: 2px;
    font-size: 1.55vw;
  }
  .happi-billion-step-icon { flex-basis: 3.65vw; height: 4.4vw; border-width: 3px; border-radius: .5vw; font-size: 1.75vw; }
  .happi-billion-steps article > .happi-billion-step-icon { transform: translateX(1.3vw); }
  .happi-billion-phone { font-size: .68vw; }
  .happi-billion-gift { font-size: 3.3vw; }
  .happi-billion-cta { font-size: 2.35vw; }
  .happi-billion-cta::before,
  .happi-billion-cta::after {
    width: 2.1cqw;
    height: 3.2cqw;
    background-position: left top, left center, left bottom;
    background-size: 2cqw .6cqw, 1.6cqw .38cqw, 2cqw .6cqw;
  }
  .happi-billion-cta::before { left: -2.5cqw; }
  .happi-billion-cta::after { right: -2.5cqw; }
  .happi-billion-terms { border-width: 1px; border-radius: 1.5vw; font-size: .88vw; }
}

@media (max-width: 700px) {
  body[data-happi-page="new-1b"] [data-section="Section 1"].happi-billion-hero {
    width: calc(100% - 16px);
    max-width: 700px;
    border-radius: 24px;
  }

  .happi-billion-canvas { display: none; }

  .happi-billion-mobile {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 941 / 2040;
    container-type: inline-size;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(255,250,238,.98) 0%, rgba(255,250,238,.9) 20%, rgba(255,250,238,.32) 34%, rgba(255,250,238,.05) 46%, transparent 52%),
      linear-gradient(180deg, transparent 0 48%, rgba(255,255,255,.78) 58%, #fff 65%),
      url("./assets/section-1-rm1-billion-phone-background-clean-v2.png") center 5cqw / 100% auto no-repeat,
      linear-gradient(180deg, #fffaf2 0%, #fff 63%, #fff9ed 100%);
    color: #090909;
    font-family: "Inter", Arial, sans-serif;
  }

  .happi-billion-mobile-promo {
    position: absolute;
    z-index: 3;
    inset: 0 0 auto;
    height: 66.5%;
  }

  .happi-billion-mobile-promo-logo {
    position: absolute;
    z-index: 4;
    top: 4.2%;
    left: 50%;
    width: 26%;
    height: auto;
    transform: translateX(-50%);
  }

  .happi-billion-mobile-membership-banner {
    position: absolute;
    z-index: 4;
    top: 13.5%;
    left: 6.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    height: 9.6%;
    box-sizing: border-box;
    border-radius: 3cqw;
    background: linear-gradient(180deg, #087139 0%, #045728 100%);
    box-shadow: 0 5px 13px rgba(4, 70, 34, .18);
    color: #fff;
    font-family: "Arial Black", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(19px, 7.8cqw, 31px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.045em;
    text-align: center;
    white-space: nowrap;
  }

  .happi-billion-mobile-membership-banner > strong {
    position: absolute;
    z-index: 2;
    left: 0;
    display: grid;
    width: 29%;
    height: 118%;
    box-sizing: border-box;
    border: 0;
    background: url("./assets/section-1-free-ticket-transparent-v1.png") center / contain no-repeat;
    color: #07572d;
    font-size: clamp(16px, 6.2cqw, 24px);
    place-items: center;
  }

  .happi-billion-mobile-membership-banner > strong > span {
    transform: rotate(-5deg);
  }

  .happi-billion-mobile-membership-banner > b {
    margin-left: 23%;
    font-family: Arial, sans-serif;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: -.025em;
  }

  .happi-billion-mobile-cover-banner {
    position: absolute;
    z-index: 3;
    top: 23.7%;
    left: 6.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 87%;
    height: 15.8%;
    box-sizing: border-box;
    border-radius: 2.8cqw;
    background: linear-gradient(180deg, #ffc32b 0%, #f8ad08 100%);
    box-shadow: 0 5px 13px rgba(194, 122, 0, .2);
    color: #111;
    text-align: center;
  }

  .happi-billion-mobile-cover-banner > strong {
    font-family: "Arial Black", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(40px, 16.6cqw, 64px);
    font-weight: 950;
    line-height: .78;
    letter-spacing: -.065em;
  }

  .happi-billion-mobile-cover-comma {
    display: inline-block;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: .84em;
    font-weight: 700;
    letter-spacing: -.08em;
    transform: translateY(-.015em);
  }

  .happi-billion-mobile-cover-banner > b {
    margin-top: 1.2%;
    font-family: "Arial Black", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(10.5px, 4.25cqw, 16.5px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.035em;
    white-space: nowrap;
  }

  .happi-billion-mobile-promo-visual {
    position: absolute;
    z-index: 6;
    top: calc(39% - 7px);
    left: 49%;
    display: block;
    width: min(58%, 232px);
    height: auto;
    clip-path: inset(0 0 5% 0);
    filter: drop-shadow(0 8px 12px rgba(68, 45, 8, .16));
    transform: translateX(-50%);
  }

  .happi-billion-mobile-limited {
    position: absolute;
    z-index: 5;
    top: 76.6%;
    left: 5%;
    display: grid;
    grid-template-columns: 9.5cqw minmax(0, 1fr);
    align-items: center;
    width: 90%;
    height: 8.6%;
    box-sizing: border-box;
    padding: .7% 2.8%;
    border: 2px solid #fff;
    border-radius: 2.8cqw;
    background: linear-gradient(180deg, #d92619 0%, #b8110b 100%);
    box-shadow: 0 0 0 1px rgba(175, 18, 12, .36), 0 4px 10px rgba(86, 19, 10, .2);
    color: #fff;
  }

  .happi-billion-mobile-limited > span {
    position: relative;
    display: block;
    width: 7cqw;
    aspect-ratio: 1;
    border: .7cqw solid #fff;
    border-radius: 50%;
  }

  .happi-billion-mobile-limited > span::before,
  .happi-billion-mobile-limited > span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .65cqw;
    border-radius: 99px;
    background: #fff;
    content: "";
    transform-origin: 50% 100%;
  }

  .happi-billion-mobile-limited > span::before { height: 2.25cqw; transform: translate(-50%, -100%); }
  .happi-billion-mobile-limited > span::after { height: 1.8cqw; transform: translate(-50%, -100%) rotate(125deg); }

  .happi-billion-mobile-limited p { margin: 0; line-height: 1.02; }
  .happi-billion-mobile-limited strong { display: block; font-family: "Arial Narrow", "Arial Black", Arial, sans-serif; font-size: clamp(8.5px, 3.65cqw, 15.5px); font-weight: 900; letter-spacing: .025em; white-space: nowrap; }
  .happi-billion-mobile-limited small { display: block; margin-top: .6%; font-size: clamp(8px, 2.45cqw, 11px); font-weight: 650; letter-spacing: .02em; }

  .happi-billion-mobile-promo-stats {
    position: absolute;
    z-index: 5;
    top: 86%;
    left: 5%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2%;
    width: 90%;
    height: 10.3%;
  }

  .happi-billion-mobile-promo-stats article {
    display: grid;
    grid-template-columns: 9cqw minmax(0, 1fr);
    align-items: center;
    box-sizing: border-box;
    min-width: 0;
    padding: 1.2% 4%;
    border: 1px solid rgba(235, 189, 97, .32);
    border-radius: 2.8cqw;
    background: rgba(255,255,255,.97);
    box-shadow: 0 4px 12px rgba(74, 49, 8, .12);
  }

  .happi-billion-mobile-promo-stats article img {
    display: block;
    width: 8cqw;
    height: 8cqw;
    object-fit: contain;
  }

  .happi-billion-mobile-promo-stats article:nth-child(2) img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(90%) saturate(1241%) hue-rotate(352deg) brightness(102%) contrast(99%);
  }

  .happi-billion-mobile-promo-stats article p { margin: 0; line-height: .98; }
  .happi-billion-mobile-promo-stats article p strong,
  .happi-billion-mobile-promo-stats article p b { display: block; }
  .happi-billion-mobile-promo-stats article p strong { font-size: clamp(10.5px, 3.15cqw, 14px); font-weight: 950; white-space: nowrap; }
  .happi-billion-mobile-promo-stats article p b { font-size: clamp(8px, 2.5cqw, 12px); font-weight: 800; }
  .happi-billion-mobile-promo-stats article:nth-child(2) p strong { font-size: clamp(11px, 3.45cqw, 15px); }

  .happi-billion-mobile-steps-title {
    position: absolute;
    z-index: 4;
    top: 66.4%;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6%;
    margin: 0;
    font-size: clamp(10px, 2.75cqw, 14px);
    font-weight: 850;
  }
  .happi-billion-mobile-steps-title span { width: 4.5%; height: 3px; border-radius: 99px; background: #f2aa00; }

  .happi-billion-mobile-steps {
    position: absolute;
    z-index: 4;
    top: 68.3%;
    left: 6.5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2%;
    width: 87%;
    height: 12.4%;
  }

  .happi-billion-mobile-steps article {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8% 4% 4%;
    border-radius: 3cqw;
    background: rgba(255,255,255,.96);
    box-shadow: 0 5px 18px rgba(75,54,12,.09);
    text-align: center;
    min-height: 0;
  }
  .happi-billion-mobile-steps article > b { position: absolute; top: 8%; left: 8%; display: grid; width: 5cqw; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #f4aa00; color: #fff; font-size: 3cqw; }
  .happi-billion-mobile-steps article > .happi-billion-step-icon { display: grid; flex: 0 0 auto; width: 9cqw; height: 9cqw; border: 0; border-radius: 0; background: transparent; font-size: 3.4cqw; place-items: center; }
  .happi-billion-mobile-steps article > .happi-billion-step-icon img { width: 100%; height: 100%; object-fit: contain; }
  .happi-billion-mobile-steps article > .happi-billion-phone { overflow: hidden; border: 0; background: transparent; font-size: 1.35cqw; }
  .happi-billion-mobile-steps article > .happi-billion-phone img { width: 100%; height: 100%; object-fit: contain; }
  .happi-billion-mobile-steps article > .happi-billion-shield { width: 8.5cqw; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: translateY(1.15cqw); }
  .happi-billion-mobile-steps article > .happi-billion-shield img { width: 100%; height: 100%; object-fit: contain; }
  .happi-billion-mobile-steps article p { margin: 4% 0 0; font-size: clamp(7px, 2.25cqw, 10px); font-weight: 750; line-height: 1.2; }
  .happi-billion-mobile-steps article em { color: #eaa200; font-style: normal; }
  .happi-billion-mobile-steps article:nth-child(-n+2)::after { position: absolute; z-index: 5; top: 50%; right: -8%; display: block; width: 3.5cqw; aspect-ratio: 1; box-sizing: border-box; border: 2px solid #fff; border-radius: 50%; background-color: #f5aa00; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 4l6 6-6 6' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 52% 52%; content: ""; transform: translateY(-50%); }

  body[data-happi-lang="ms"] .happi-billion-mobile-steps article {
    padding: 7% 3% 3%;
  }

  body[data-happi-lang="ms"] .happi-billion-mobile-steps article p {
    margin-top: 3%;
    font-size: clamp(7px, 1.82cqw, 9px);
    line-height: 1.2;
  }

  body[data-happi-lang="ms"] .happi-billion-mobile-limited strong {
    font-size: clamp(7px, 2.55cqw, 10.5px);
    letter-spacing: -.02em;
  }

  body[data-happi-lang="ms"] .happi-billion-mobile-perks p:nth-child(3) {
    gap: .5cqw;
    padding-right: 1%;
    padding-left: 1%;
    font-size: clamp(6.2px, 1.75cqw, 8px);
  }

  body[data-happi-lang="zh"] .happi-billion-mobile-limited p,
  body[data-happi-lang="zh"] .happi-billion-mobile-promo-stats article p {
    line-height: .9;
  }

  .happi-billion-mobile-perks {
    position: absolute;
    z-index: 4;
    top: 81.05%;
    left: 6.5%;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    align-items: center;
    width: 87%;
    height: 4.9%;
    box-sizing: border-box;
    padding: 1.3% 2%;
    border-radius: 2.4cqw;
    background: rgba(255,255,255,.96);
    box-shadow: 0 5px 18px rgba(75,54,12,.08);
  }
  .happi-billion-mobile-perks p { display: flex; align-items: center; justify-content: center; gap: 1cqw; min-height: 68%; margin: 0; padding: 0 4%; border-left: 1px solid #ddd; font-size: clamp(6.5px, 1.9cqw, 8.5px); font-weight: 650; line-height: 1.18; }
  .happi-billion-mobile-perks p:first-child { justify-content: flex-start; border-left: 0; }
  .happi-billion-mobile-perks .happi-billion-mobile-perk-icon { display: grid; flex: 0 0 3.5cqw; width: 3.5cqw; height: 3.5cqw; place-items: center; }
  .happi-billion-mobile-perks .happi-billion-mobile-perk-icon img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
  .happi-billion-mobile-perks .happi-billion-mobile-perk-copy { min-width: 0; }
  .happi-billion-mobile-perks p em,
  .happi-billion-mobile-perks p b { color: #eaa200; font-style: normal; }

  .happi-billion-mobile-cta {
    position: absolute;
    z-index: 5;
    top: 87.95%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(190px, 78%, 310px);
    height: clamp(38px, 10.8cqw, 46px);
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffc334 0%, #f9ad0a 100%);
    box-shadow: 0 0 0 2px rgba(247,179,22,.38), 0 5px 12px rgba(210,139,0,.3);
    color: #fff;
    font-size: clamp(15px, 4.4cqw, 19px);
    font-weight: 900;
    text-decoration: none;
    transform: translateX(-50%);
    animation: happi-billion-cta-border-glow 1.35s ease-in-out infinite;
  }
  .happi-billion-mobile-cta > b { position: absolute; left: 50%; font: inherit; white-space: nowrap; transform: translateX(-50%); }
  .happi-billion-mobile-cta > span { position: absolute; right: 3%; width: 10.5%; aspect-ratio: 1; border-radius: 50%; background: #fff; color: transparent; font-size: 0; }
  .happi-billion-mobile-cta > span::before { position: absolute; top: 50%; left: 50%; width: 27%; aspect-ratio: 1; border-top: 2px solid #f2a400; border-right: 2px solid #f2a400; box-sizing: border-box; content: ""; transform: translate(-65%, -50%) rotate(45deg); transform-origin: center; }
  .happi-billion-mobile-cta::before,
  .happi-billion-mobile-cta::after { position: absolute; top: 50%; width: 4cqw; height: 5.4cqw; background: linear-gradient(15deg, transparent 40%, #f5aa00 41% 59%, transparent 60%) left top / 3.6cqw .9cqw no-repeat, linear-gradient(#f5aa00,#f5aa00) left center / 2.7cqw .5cqw no-repeat, linear-gradient(-15deg, transparent 40%, #f5aa00 41% 59%, transparent 60%) left bottom / 3.6cqw .9cqw no-repeat; content: ""; animation: happi-billion-ribbon-blink 1.35s ease-in-out infinite; transform: translateY(-50%); }
  .happi-billion-mobile-cta::before { left: -5cqw; }
  .happi-billion-mobile-cta::after { right: -5cqw; transform: translateY(-50%) scaleX(-1); animation-delay: .28s; }

  .happi-billion-mobile-terms {
    position: absolute;
    z-index: 4;
    right: 6%;
    bottom: .45%;
    left: 6%;
    box-sizing: border-box;
    margin: 0;
    padding: .8% 1.5%;
    border: 1px solid rgba(225,163,14,.5);
    border-radius: 3cqw;
    background: rgba(255,255,255,.72);
    font-size: clamp(6.5px, 2cqw, 8.5px);
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }

}

@media (max-width: 320px) {
  .happi-billion-mobile-steps {
    top: 68.2%;
    height: 12.8%;
  }

  .happi-billion-mobile-perks {
    top: 81.35%;
    height: 5.2%;
  }

  .happi-billion-mobile-cta { top: 87.45%; }
}

@media (max-width: 300px) {
  .happi-billion-mobile { aspect-ratio: 941 / 2160; }
  .happi-billion-mobile-perks { height: 5.1%; }
  .happi-billion-mobile-perks p { gap: .6cqw; padding-right: 1%; padding-left: 1%; }
  .happi-billion-mobile-cta { top: 87.05%; }
  .happi-billion-mobile-terms {
    right: 3%;
    left: 3%;
    padding: .6% 1%;
    font-size: 6.5px;
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  .happi-billion-cta { animation: none; transition: none; }
  .happi-billion-cta::before,
  .happi-billion-cta::after,
  .happi-billion-mobile-cta,
  .happi-billion-mobile-cta::before,
  .happi-billion-mobile-cta::after { animation: none; }
}

@media (min-width: 701px) and (max-width: 825px) {
  body[data-happi-lang="en"] .happi-billion-cta,
  body[data-happi-lang="ms"] .happi-billion-cta { top: 83.5%; }
}

@media (min-width: 1600px) {
  body[data-happi-lang="en"] .happi-billion-cta,
  body[data-happi-lang="ms"] .happi-billion-cta { top: 83.4%; }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  body[data-happi-lang="en"] .happi-billion-cta { top: 83.46%; }
}

@media (max-width: 700px) {
  body[data-happi-lang="ms"] .happi-billion-mobile-cta { top: 87.3%; }
}

@media (max-width: 300px) {
  body[data-happi-lang="ms"] .happi-billion-mobile-cta { top: 86.8%; }
}

@media (min-width: 701px) and (max-width: 1599px) {
  body[data-happi-lang="ms"] .happi-billion-cta { top: 83.5%; }
}

body[data-happi-lang="ms"] .happi-billion-cta > b {
  font-size: .72em;
  line-height: 1;
  white-space: nowrap;
}

.happi-billion-membership-step-copy del {
  color: #666;
  text-decoration-color: #111;
  text-decoration-thickness: 2px;
}

.happi-billion-membership-step-copy em {
  font-size: calc(1em + 2.5px);
}

@media (max-width: 700px) {
  body[data-happi-lang="ms"] .happi-billion-mobile-cta > b {
    font-size: .64em;
  }
}

/* Section 5: supplied transparent store badges, arranged side by side. */
[data-section="Section 5"] .happi-qr-section9-store-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: clamp(10px, 1.2vw, 18px) !important;
}

[data-section="Section 5"] .happi-qr-store-badge {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

[data-section="Section 5"] .happi-qr-section9-download .happi-qr-store-badge img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}


/* Merchant Section 1: responsive Kopi Rakyat reward hero. */
body[data-happi-page="merchant"] [data-section="Section 1"].happi-merchant-hero {
  width: min(calc(100% - 32px), 1560px);
  max-width: 1560px;
  margin: 0 auto 34px;
  padding: 24px 0 0;
  overflow: visible;
  background: transparent;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel {
  position: relative;
  min-height: 780px;
  padding: clamp(86px, 7vw, 112px) clamp(34px, 4.5vw, 72px) clamp(32px, 3vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(240, 179, 31, 0.22);
  border-radius: clamp(30px, 3vw, 48px);
  background:
    radial-gradient(circle at 15% 20%, rgba(251, 187, 33, 0.06), transparent 24%),
    radial-gradient(circle at 88% 76%, rgba(251, 187, 33, 0.07), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 20px 55px rgba(44, 35, 14, 0.07);
  isolation: isolate;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::before,
body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::before {
  background:
    conic-gradient(from 45deg,
      transparent 0 11%,
      rgba(244, 174, 0, 0.44) 12% 13%,
      transparent 14% 36%,
      rgba(244, 174, 0, 0.44) 37% 38%,
      transparent 39% 61%,
      rgba(244, 174, 0, 0.44) 62% 63%,
      transparent 64% 86%,
      rgba(244, 174, 0, 0.44) 87% 88%,
      transparent 89%) 63% 13% / 30px 30px no-repeat,
    conic-gradient(from 45deg,
      transparent 0 11%,
      rgba(244, 174, 0, 0.3) 12% 13%,
      transparent 14% 36%,
      rgba(244, 174, 0, 0.3) 37% 38%,
      transparent 39% 61%,
      rgba(244, 174, 0, 0.3) 62% 63%,
      transparent 64% 86%,
      rgba(244, 174, 0, 0.3) 87% 88%,
      transparent 89%) 2.5% 31% / 21px 21px no-repeat,
    linear-gradient(rgba(244, 174, 0, 0.42), rgba(244, 174, 0, 0.42)) 95% 15% / 24px 3px no-repeat,
    linear-gradient(rgba(244, 174, 0, 0.42), rgba(244, 174, 0, 0.42)) 95.7% 13.7% / 3px 24px no-repeat,
    linear-gradient(rgba(244, 174, 0, 0.32), rgba(244, 174, 0, 0.32)) 3% 31% / 18px 2px no-repeat,
    linear-gradient(rgba(244, 174, 0, 0.32), rgba(244, 174, 0, 0.32)) 3.55% 30% / 2px 18px no-repeat,
    radial-gradient(circle at 44% 30%, transparent 0 10px, rgba(244, 174, 0, 0.32) 10px 12px, transparent 12px),
    radial-gradient(circle at 97% 70%, transparent 0 12px, rgba(244, 174, 0, 0.3) 12px 14px, transparent 14px),
    radial-gradient(circle at 2.5% 14%, transparent 0 11px, rgba(244, 174, 0, 0.3) 11px 13px, transparent 13px),
    radial-gradient(circle at 87% -3%,
      transparent 0 70px,
      rgba(244, 174, 0, 0.18) 71px 72px,
      transparent 73px 87px,
      rgba(244, 174, 0, 0.16) 88px 89px,
      transparent 90px 104px,
      rgba(244, 174, 0, 0.14) 105px 106px,
      transparent 107px 121px,
      rgba(244, 174, 0, 0.12) 122px 123px,
      transparent 124px 138px,
      rgba(244, 174, 0, 0.1) 139px 140px,
      transparent 141px),
    radial-gradient(circle at 96% 108%,
      transparent 0 62px,
      rgba(244, 174, 0, 0.16) 63px 64px,
      transparent 65px 78px,
      rgba(244, 174, 0, 0.14) 79px 80px,
      transparent 81px 94px,
      rgba(244, 174, 0, 0.12) 95px 96px,
      transparent 97px 110px,
      rgba(244, 174, 0, 0.1) 111px 112px,
      transparent 113px),
    radial-gradient(circle at -4% 109%,
      transparent 0 82px,
      rgba(244, 174, 0, 0.58) 83px 94px,
      transparent 95px 158px,
      rgba(248, 224, 170, 0.22) 159px 226px,
      transparent 227px),
    radial-gradient(circle at 58% -13%,
      transparent 0 122px,
      rgba(248, 224, 170, 0.16) 123px 194px,
      transparent 195px);
  opacity: 0.95;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::after {
  background-image: radial-gradient(circle, rgba(244, 174, 0, 0.3) 0 2px, transparent 2.5px);
  background-position: 0 0;
  background-size: 16px 16px;
  -webkit-mask:
    linear-gradient(#000 0 0) 31% 4% / 112px 82px no-repeat,
    linear-gradient(#000 0 0) 94% 24% / 78px 102px no-repeat,
    linear-gradient(#000 0 0) 2% 59% / 72px 96px no-repeat,
    linear-gradient(#000 0 0) 56% 94% / 104px 54px no-repeat;
  mask:
    linear-gradient(#000 0 0) 31% 4% / 112px 82px no-repeat,
    linear-gradient(#000 0 0) 94% 24% / 78px 102px no-repeat,
    linear-gradient(#000 0 0) 2% 59% / 72px 96px no-repeat,
    linear-gradient(#000 0 0) 56% 94% / 104px 54px no-repeat;
  opacity: 0.72;
  animation: happi-merchant-decoration-drift 9s ease-in-out infinite;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-logo {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: clamp(34px, 4.5vw, 72px);
  width: clamp(128px, 11vw, 178px);
  height: auto;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
  align-items: center;
  gap: clamp(34px, 4vw, 72px);
  min-width: 0;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-primary,
body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward {
  min-width: 0;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy {
  position: relative;
  z-index: 3;
  margin-bottom: 8px;
  text-align: center;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title {
  display: block !important;
  margin: 0;
  color: #10151c !important;
  font-family: "Zen Maru Gothic", "Inter", sans-serif;
  font-size: clamp(38px, 3.25vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
  -webkit-text-fill-color: #10151c !important;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title span {
  display: inline !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

body[data-happi-page="merchant"][data-happi-lang="en"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title,
body[data-happi-page="merchant"][data-happi-lang="ms"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title,
body[data-happi-page="merchant"][data-happi-lang="zh"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title,
body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title .happi-qr-section1-title-main,
body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title .happi-qr-section1-title-tail {
  font-family: "Zen Maru Gothic", "Inter", Arial, sans-serif !important;
  font-weight: 900 !important;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-subtitle {
  max-width: 680px;
  margin: 12px auto 0;
  color: #5c626b;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 500;
  line-height: 1.4;
  text-wrap: balance;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1341 / 1173;
  margin: 0 auto;
  overflow: hidden;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront::after {
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: 5%;
  left: 12%;
  height: 28%;
  border-radius: 50%;
  background: rgba(253, 184, 19, 0.12);
  filter: blur(34px);
  content: "";
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-image {
  position: absolute;
  z-index: 1;
  top: -6%;
  left: 50%;
  width: 120%;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%);
  animation: happi-merchant-rise 720ms ease-out both;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-signboard {
  position: absolute;
  z-index: 3;
  top: 1.5%;
  left: 55.8%;
  width: 34%;
  aspect-ratio: 1.2;
  display: grid;
  place-items: center;
  padding: 5%;
  pointer-events: none;
  transform: translateX(-50%);
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-logo-frame {
  display: grid;
  width: 86%;
  aspect-ratio: 1 / 1;
  place-items: center;
  place-self: center;
  overflow: hidden;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-logo-frame > * {
  grid-area: 1 / 1;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: translateY(8%);
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-signboard [data-merchant-field="signboard-name"] {
  max-width: 100%;
  color: #3b2719;
  font-size: clamp(16px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-signboard [hidden],
body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward-image-wrap [hidden] {
  display: none;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-shield,
body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-coin {
  position: absolute;
  z-index: 2;
  width: clamp(92px, 8vw, 128px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(103, 70, 12, 0.13));
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-shield {
  top: 22%;
  left: 1%;
  animation: happi-merchant-float 4.2s ease-in-out infinite;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-coin {
  top: 14%;
  right: 2%;
  animation: happi-merchant-float 3.8s ease-in-out -1.4s infinite;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  transform: translateY(24px);
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward h2 {
  margin: 0 0 22px;
  color: #10151c;
  font-family: "Zen Maru Gothic", "Inter", sans-serif;
  font-size: clamp(27px, 2.55vw, 41px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward [data-merchant-field="product-name"] {
  font-family: "Zen Maru Gothic", "Inter", Arial, sans-serif !important;
  font-weight: 900 !important;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward-image-wrap {
  display: grid;
  width: 100%;
  aspect-ratio: 1080 / 608;
  overflow: hidden;
  border-radius: 18px;
  background: #063ca4;
  box-shadow: 0 14px 34px rgba(8, 48, 128, 0.12);
  animation: happi-merchant-fade 720ms 120ms ease-out both;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward-image-wrap img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward-image-fallback {
  grid-area: 1 / 1;
  display: none;
  place-items: center;
  padding: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward-image-wrap[data-image-state="error"] .happi-merchant-reward-image-fallback {
  display: grid;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  padding: 12px 54px;
  border: 1px solid #fdb813;
  border-radius: 999px;
  background: #fdb813;
  box-shadow: 0 10px 22px rgba(253, 184, 19, 0.2);
  color: #171717;
  cursor: pointer;
  font: 800 clamp(18px, 1.55vw, 24px)/1.2 "Inter", sans-serif;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-subscribe::after {
  margin-left: 16px;
  content: "›";
  font-size: 1.35em;
  font-weight: 500;
  line-height: 0.8;
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-subscribe:hover {
  background: #ffc331;
  box-shadow: 0 14px 28px rgba(253, 184, 19, 0.26);
  transform: translateY(-2px);
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-subscribe:active {
  box-shadow: 0 6px 14px rgba(253, 184, 19, 0.18);
  transform: translateY(1px);
}

body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-subscribe:focus-visible {
  outline: 4px solid rgba(20, 79, 170, 0.28);
  outline-offset: 4px;
}

@keyframes happi-merchant-rise {
  from { opacity: 0; transform: translate(-50%, 24px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes happi-merchant-fade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes happi-merchant-decoration-drift {
  0%, 100% { transform: translateY(0); opacity: 0.64; }
  50% { transform: translateY(-5px); opacity: 0.78; }
}

@media (min-width: 768px) {
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-logo {
    width: clamp(142px, 12vw, 196px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-grid {
    padding-top: clamp(116px, 10vw, 148px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100%, 980px);
    margin-bottom: 0;
    transform: translateX(-50%);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title {
    font-size: clamp(44px, 4vw, 62px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-subtitle {
    max-width: 820px;
    font-size: clamp(20px, 1.9vw, 28px);
  }
}

@media (max-width: 1023px) {
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel {
    min-height: 0;
    padding: 104px clamp(30px, 7vw, 68px) 54px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::before {
    background:
      radial-gradient(circle at 90% -2%,
        transparent 0 50px,
        rgba(244, 174, 0, 0.16) 51px 52px,
        transparent 53px 65px,
        rgba(244, 174, 0, 0.13) 66px 67px,
        transparent 68px 80px,
        rgba(244, 174, 0, 0.1) 81px 82px,
        transparent 83px),
      radial-gradient(circle at -5% 103%,
        transparent 0 64px,
        rgba(244, 174, 0, 0.32) 65px 74px,
        transparent 75px 118px,
        rgba(248, 224, 170, 0.14) 119px 170px,
        transparent 171px),
      radial-gradient(circle at 94% 73%, transparent 0 10px, rgba(244, 174, 0, 0.24) 10px 12px, transparent 12px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::after {
    -webkit-mask:
      linear-gradient(#000 0 0) 77% 5% / 88px 66px no-repeat,
      linear-gradient(#000 0 0) 3% 49% / 72px 84px no-repeat,
      linear-gradient(#000 0 0) 84% 88% / 88px 58px no-repeat;
    mask:
      linear-gradient(#000 0 0) 77% 5% / 88px 66px no-repeat,
      linear-gradient(#000 0 0) 3% 49% / 72px 84px no-repeat,
      linear-gradient(#000 0 0) 84% 88% / 88px 58px no-repeat;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-grid {
    grid-template-columns: minmax(0, 820px);
    justify-content: center;
    gap: 30px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront {
    width: min(100%, 720px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward {
    width: min(100%, 760px);
    margin-inline: auto;
  }

}

@media (max-width: 767px) {
  body[data-happi-page="merchant"] [data-section="Section 1"].happi-merchant-hero {
    width: calc(100% - 20px);
    margin-bottom: 22px;
    padding-top: 16px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel {
    padding: 82px clamp(18px, 5.5vw, 28px) 32px;
    border-radius: 28px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::before {
    background:
      radial-gradient(circle at 94% 2%,
        transparent 0 42px,
        rgba(244, 174, 0, 0.13) 43px 44px,
        transparent 45px 56px,
        rgba(244, 174, 0, 0.1) 57px 58px,
        transparent 59px),
      radial-gradient(circle at 8% 42%, transparent 0 8px, rgba(244, 174, 0, 0.2) 8px 10px, transparent 10px);
    opacity: 0.75;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::after {
    background-size: 14px 14px;
    -webkit-mask:
      linear-gradient(#000 0 0) 75% 3% / 74px 52px no-repeat,
      linear-gradient(#000 0 0) 3% 68% / 60px 70px no-repeat;
    mask:
      linear-gradient(#000 0 0) 75% 3% / 74px 52px no-repeat,
      linear-gradient(#000 0 0) 3% 68% / 60px 70px no-repeat;
    opacity: 0.52;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-logo {
    top: 24px;
    left: 22px;
    width: clamp(104px, 27vw, 132px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title {
    font-size: clamp(31px, 9vw, 48px);
    line-height: 1.08;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-subtitle {
    margin-top: 10px;
    font-size: clamp(15px, 4.1vw, 19px);
    line-height: 1.42;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront {
    width: min(100%, 620px);
    margin-top: 6px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward {
    transform: none;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-shield,
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-coin {
    width: clamp(68px, 19vw, 78px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward h2 {
    margin-bottom: 16px;
    font-size: clamp(24px, 6.6vw, 32px);
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-subscribe {
    min-height: 56px;
    margin-top: 17px;
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel {
    padding-inline: 18px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title {
    font-size: clamp(29px, 8.7vw, 37px);
    letter-spacing: -0.05em;
    white-space: nowrap !important;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront {
    aspect-ratio: 1.06 / 1;
  }

}

@media (max-width: 380px) {
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-title {
    font-size: 29px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-copy .happi-qr-subtitle {
    font-size: 15px;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward h2 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-hero-panel::after,
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-image,
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-shield,
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-storefront-coin,
  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-reward-image-wrap {
    animation: none;
  }

  body[data-happi-page="merchant"] [data-section="Section 1"] .happi-merchant-subscribe {
    transition: none;
  }
}

/* Section 7: final title visibility and responsive sizing lock. */
[data-section="Section 7"] .happi-qr-mobile-join-head h2 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
  white-space: normal !important;
  overflow: visible !important;
  text-wrap: balance !important;
}

[data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
  white-space: normal !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  display: inline !important;
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: clamp(24px, 7.8vw, 32px) !important;
    line-height: 1.15 !important;
  }

  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 32px !important;
    line-height: 1.14 !important;
  }
}

@media (max-width: 380px) {
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 29px !important;
  }
}

/* Section 7 final responsive lock: keep the title visible after language swaps. */
[data-section="Section 7"] .happi-qr-mobile-join-head h2 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

[data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
  white-space: normal !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  display: inline !important;
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: clamp(24px, 7.8vw, 32px) !important;
    line-height: 1.15 !important;
  }

  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 32px !important;
    line-height: 1.14 !important;
  }
}

@media (max-width: 380px) {
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 29px !important;
  }
}

/* Section 7 absolute final lock: title visible in every language, only HAPPI is gold for Malay/Chinese. */
body [data-section="Section 7"] .happi-qr-mobile-join-head h2,
body [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

body [data-section="Section 7"] .happi-qr-mobile-join-head h2 span.happi-qr-section7-title-single {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
  white-space: normal !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  display: inline !important;
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: clamp(24px, 7.8vw, 32px) !important;
    line-height: 1.15 !important;
  }

  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 32px !important;
    line-height: 1.14 !important;
  }
}

@media (max-width: 380px) {
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 29px !important;
  }
}

/* Section 7 final visibility/color/sizing lock for the current single-span title. */
[data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
  white-space: normal !important;
}

body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  display: inline !important;
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  display: inline !important;
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: clamp(24px, 7.8vw, 32px) !important;
    line-height: 1.15 !important;
  }

  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 32px !important;
    line-height: 1.14 !important;
  }
}

@media (max-width: 380px) {
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 29px !important;
  }
}

/* Section 7 final all-device color override: title black, only HAPPI gold. */
[data-section="Section 7"] .happi-qr-mobile-join-head h2,
[data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
}

/* Section 7 all-device color lock: keep the title black except the word HAPPI. */
[data-section="Section 7"] .happi-qr-mobile-join-head h2,
[data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
  display: inline !important;
  white-space: nowrap !important;
}

/* Section 7 final title lock: only the word HAPPI is yellow for Malay/Chinese. */
@media (max-width: 760px) {
  [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  [data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
    color: #10151c !important;
    -webkit-text-fill-color: #10151c !important;
  }

  body[data-happi-lang="en"] [data-section="Section 7"] .happi-qr-mobile-join-head h2,
  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: clamp(24px, 7.8vw, 32px) !important;
    line-height: 1.15 !important;
  }

  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 32px !important;
    line-height: 1.14 !important;
  }

  body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
    color: #F8BE31 !important;
    -webkit-text-fill-color: #F8BE31 !important;
  }
}

@media (max-width: 380px) {
  body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-mobile-join-head h2 {
    font-size: 29px !important;
  }
}

/* Section 7 final all-device color override: title black, only HAPPI gold. */
[data-section="Section 7"] .happi-qr-mobile-join-head h2,
[data-section="Section 7"] .happi-qr-mobile-join-head h2 .happi-qr-section7-title-single {
  color: #10151c !important;
  -webkit-text-fill-color: #10151c !important;
}

body[data-happi-lang="ms"] [data-section="Section 7"] .happi-qr-section7-happi-highlight,
body[data-happi-lang="zh"] [data-section="Section 7"] .happi-qr-section7-happi-highlight {
  color: #F8BE31 !important;
  -webkit-text-fill-color: #F8BE31 !important;
}
/* Section 3 template rebuild: scoped to happi-s3 to protect every other section. */
.happi-s3-section {
  --happi-s3-gold: #fdb813;
  --happi-s3-ink: #0a0a0a;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - 44px), 1520px);
  margin-top: 88px;
  padding: 30px 0 34px;
  border: 1px solid rgba(253, 184, 19, 0.42);
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.9), transparent 29%),
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.55), transparent 31%),
    radial-gradient(circle at 62% 72%, rgba(230, 193, 171, 0.18), transparent 33%),
    linear-gradient(135deg, #f9f0eb 0%, #f4e8e2 52%, #f9f3ef 100%);
  color: var(--happi-s3-ink);
  box-shadow: 0 18px 48px rgba(112, 75, 45, 0.1);
}

.happi-s3-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background:
    radial-gradient(circle at 18% 35%, rgba(149, 100, 74, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.75) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 44% 84%, rgba(140, 95, 70, 0.1) 0 1px, transparent 2px);
  background-size: 29px 29px, 37px 37px, 41px 41px;
}

.happi-s3-section,
.happi-s3-section * {
  box-sizing: border-box;
}

.happi-s3-container {
  position: relative;
  width: min(1400px, calc(100% - 64px));
  margin: 0 auto;
}

.happi-s3-header {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 188px;
  align-items: flex-start;
  justify-content: space-between;
}

.happi-s3-heading {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.happi-s3-badge {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffc829 0%, #f5a900 100%);
  box-shadow: 0 8px 18px rgba(244, 164, 0, 0.28);
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 800;
  line-height: 1;
}

.happi-s3-title {
  margin: 15px 0 0;
  font-family: Arial, sans-serif;
  font-size: clamp(52px, 5.15vw, 76px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.happi-s3-title span {
  color: var(--happi-s3-gold);
}

.happi-s3-creamy {
  position: absolute;
  z-index: 5;
  display: block;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 14px 22px rgba(127, 83, 25, 0.18));
}

.happi-s3-creamy--coin {
  top: -24px;
  right: 66px;
  width: clamp(150px, 13.8vw, 206px);
  height: clamp(180px, 15.5vw, 220px);
  object-fit: cover;
}

.happi-s3-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(22px, 2.7vw, 40px);
  align-items: center;
  margin-top: 10px;
}

.happi-s3-card {
  position: relative;
  min-height: 538px;
  padding: 27px 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 40px rgba(87, 59, 38, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.happi-s3-card > h3 {
  margin: 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: clamp(23px, 2.1vw, 32px);
  font-weight: 800;
  line-height: 1.08;
}

.happi-s3-card--earn > p {
  margin: 7px 0 15px 38px;
  font-family: Arial, sans-serif;
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.25;
}

.happi-s3-earn-layout {
  display: grid;
  grid-template-columns: minmax(120px, 0.88fr) minmax(0, 1.12fr);
  gap: 16px;
  align-items: start;
}

.happi-s3-phone {
  display: block;
  width: min(100%, 210px);
  aspect-ratio: 0.52;
  margin: 0 auto;
  padding: 3px;
  overflow: hidden;
  border: 5px solid #171717;
  border-radius: 29px;
  background: #0d0d0d;
  box-shadow: inset 0 0 0 1px #5f5f5f, 0 6px 12px rgba(40, 24, 16, 0.14);
  box-sizing: border-box;
}

.happi-s3-phone-screen {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 21px;
  background: linear-gradient(180deg, #fff 0%, #fffdfa 100%);
  color: #111;
  text-align: center;
}

.happi-s3-phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 48%;
  height: 18px;
  border-radius: 0 0 13px 13px;
  background: #0e0e0e;
  transform: translateX(-50%);
}

.happi-s3-phone-time {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 2;
  font-size: 8px;
  font-weight: 800;
}

.happi-s3-phone-bar {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
  min-height: 66px;
  padding: 20px 8px 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 11px;
}

.happi-s3-phone-bar span:first-child {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.happi-s3-phone-screen > p {
  margin: 20px 0 8px;
  font-size: 11px;
}

.happi-s3-balance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.happi-s3-balance img {
  width: 52px;
  height: 48px;
  object-fit: contain;
}

.happi-s3-balance strong {
  font-family: Arial, sans-serif;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.happi-s3-coins-label {
  display: block;
  margin: -5px 0 24px 45px;
  font-size: 14px;
}

.happi-s3-phone-screen > small {
  font-size: 9px;
}

.happi-s3-phone-screen > small span {
  margin-left: 7px;
  color: var(--happi-s3-gold);
  font-size: 14px;
}

.happi-s3-earn-actions {
  position: relative;
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.happi-s3-guide-line {
  position: absolute;
  top: 47px;
  left: -27px;
  width: 28px;
  height: 202px;
  border-left: 2px dashed var(--happi-s3-gold);
}

.happi-s3-guide-line::before,
.happi-s3-guide-line::after {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--happi-s3-gold);
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.happi-s3-guide-line::before {
  top: -10.5px;
}

.happi-s3-guide-line::after {
  top: 67.5px;
}

.happi-s3-action-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  min-height: 66px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(53, 31, 20, 0.08);
  font-family: Arial, sans-serif;
}

.happi-s3-action-card i {
  grid-row: 1 / 3;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 0;
  background: transparent;
  font-size: 25px;
  font-style: normal;
}

.happi-s3-action-card:nth-of-type(3) i {
  background: transparent;
}

.happi-s3-action-card i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.happi-s3-action-card span {
  grid-row: 1 / 3;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.12;
}

.happi-s3-action-card b,
.happi-s3-referral-points {
  display: inline-grid;
  min-width: 38px;
  min-height: 31px;
  place-items: center;
  padding: 2px 6px;
  border-radius: 9px;
  background: linear-gradient(180deg, #ffc522, #f1a500);
  box-shadow: 0 4px 8px rgba(220, 145, 0, 0.24);
  font-size: 16px;
  font-weight: 800;
}

.happi-s3-action-card em {
  text-align: center;
  font-size: 12px;
  font-style: normal;
}

.happi-s3-referral {
  position: relative;
  min-height: 196px;
  padding: 2px 0 0;
}

.happi-s3-referral > strong {
  display: block;
  margin-bottom: 3px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.happi-s3-person {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background-image: url("./assets/section-3-earn-referrals.png");
  background-repeat: no-repeat;
  background-size: 234.4% 234.4%;
  box-shadow: 0 8px 15px rgba(53, 31, 20, 0.1);
}

.happi-s3-person--one {
  top: 58px;
  left: 4px;
  background-position: 50% 5.5%;
}

.happi-s3-person--two {
  top: 24px;
  left: 82px;
  background-position: 6.3% 78.3%;
}

.happi-s3-person--three {
  top: 107px;
  left: 82px;
  background-position: 92.1% 78.3%;
}

.happi-s3-referral-arrow {
  position: absolute;
  z-index: 2;
  left: 61px;
  color: var(--happi-s3-gold);
  font-family: Arial, sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.happi-s3-referral-arrow--one {
  top: 46px;
}

.happi-s3-referral-arrow--two {
  top: 102px;
}

.happi-s3-referral-points,
.happi-s3-referral-coins {
  position: absolute;
  right: 0;
}

.happi-s3-referral-points--one {
  top: 40px;
}

.happi-s3-referral-coins--one {
  top: 74px;
}

.happi-s3-referral-points--two {
  top: 123px;
}

.happi-s3-referral-coins--two {
  top: 157px;
}

.happi-s3-referral-coins {
  font-size: 12px;
  font-style: normal;
}

.happi-s3-coin-stack {
  display: grid;
  align-self: center;
  place-items: center;
  min-width: 0;
  transform: translateY(12px);
}

.happi-s3-coin-stack img {
  display: block;
  width: 120%;
  max-width: 460px;
  height: auto;
  mix-blend-mode: normal;
  filter: saturate(1.08) drop-shadow(0 18px 22px rgba(152, 99, 8, 0.18));
}

.happi-s3-card--redeem {
  min-height: 472px;
  padding-block: 24px 20px;
  padding-inline: 16px;
}

.happi-s3-total {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 13px 0 10px;
  padding: 6px 10px;
  border: 2px solid rgba(253, 184, 19, 0.75);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  white-space: nowrap;
}

.happi-s3-total img {
  display: none;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.happi-s3-total b {
  font-size: clamp(16px, 1.48vw, 22px);
  font-weight: 800;
}

.happi-s3-total span {
  font-size: clamp(11px, 1.05vw, 16px);
}

.happi-s3-rewards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
}

.happi-s3-reward {
  min-width: 0;
  margin: 0;
}

.happi-s3-reward-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.happi-s3-reward figcaption {
  display: grid;
  justify-items: center;
  font-family: Arial, sans-serif;
  text-align: center;
}

.happi-s3-reward figcaption strong {
  margin-top: 4px;
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.05;
}

.happi-s3-reward figcaption span {
  margin-top: 2px;
  font-size: clamp(11px, 1vw, 15px);
  line-height: 1.2;
  white-space: nowrap;
}

.happi-s3-reward figcaption b {
  color: #e9a800;
  font-weight: 800;
}

.happi-s3-cta-wrapper {
  position: relative;
  z-index: 7;
  text-align: center;
  margin-top: -15px;
}

@media (min-width: 601px) {
  .happi-s3-cta-wrapper {
    margin-top: 14px;
  }
}

.happi-s3-redeem-btn {
  display: inline-flex;
  width: min(600px, 48vw);
  min-height: 90px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 213, 79, 0.86);
  border-radius: 999px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, 0.22) 38%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #ffc82b 0%, #f4a400 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(236, 155, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-family: Arial, sans-serif;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 2px 3px rgba(186, 113, 0, 0.22);
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.happi-s3-redeem-btn:hover,
.happi-s3-redeem-btn:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(236, 155, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.happi-s3-redeem-btn:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;
}

@media (min-width: 601px) and (max-width: 1100px) {
  .happi-s3-section {
    width: min(calc(100% - 32px), 980px);
    margin-top: 80px;
    padding-top: 24px;
  }

  .happi-s3-container {
    width: calc(100% - 36px);
  }

  .happi-s3-header {
    min-height: 154px;
  }

  .happi-s3-heading {
    max-width: 68%;
  }

  .happi-s3-badge {
    min-height: 38px;
    padding: 8px 18px;
    font-size: 16px;
  }

  .happi-s3-title {
    font-size: clamp(39px, 6vw, 56px);
  }

  .happi-s3-creamy--coin {
    right: 20px;
    width: clamp(126px, 17vw, 150px);
    height: clamp(148px, 19vw, 170px);
  }

  .happi-s3-grid {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.72fr) minmax(0, 1fr);
    gap: 12px;
  }

  .happi-s3-card {
    min-height: 420px;
    padding: 18px 12px;
    border-radius: 24px;
  }

  .happi-s3-card > h3 {
    font-size: clamp(17px, 2.6vw, 23px);
  }

  .happi-s3-card--earn > p {
    margin: 5px 0 10px 8px;
    font-size: clamp(11px, 1.7vw, 15px);
  }

  .happi-s3-earn-layout {
    grid-template-columns: minmax(82px, 0.85fr) minmax(0, 1.15fr);
    gap: 7px;
  }

  .happi-s3-phone {
    width: min(100%, 118px);
  }

  .happi-s3-phone-screen {
    border-radius: 12px;
  }

  .happi-s3-phone-notch {
    height: 10px;
  }

  .happi-s3-phone-time {
    top: 5px;
    left: 7px;
    font-size: 5px;
  }

  .happi-s3-phone-bar {
    min-height: 40px;
    padding: 12px 4px 4px;
    font-size: 7px;
  }

  .happi-s3-phone-bar span:first-child {
    font-size: 13px;
  }

  .happi-s3-phone-screen > p {
    margin: 11px 0 5px;
    font-size: 7px;
  }

  .happi-s3-balance img {
    width: 31px;
    height: 28px;
  }

  .happi-s3-balance strong {
    font-size: 31px;
  }

  .happi-s3-coins-label {
    margin: -2px 0 14px 24px;
    font-size: 9px;
  }

  .happi-s3-phone-screen > small {
    font-size: 6px;
  }

  .happi-s3-earn-actions {
    gap: 7px;
    padding-top: 10px;
  }

  .happi-s3-guide-line {
    display: none;
  }

  .happi-s3-action-card {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 5px;
    border-radius: 12px;
  }

  .happi-s3-action-card i {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    font-size: 16px;
  }

  .happi-s3-action-card span {
    padding-left: 3px;
    font-size: 9px;
  }

  .happi-s3-action-card b,
  .happi-s3-referral-points {
    min-width: 26px;
    min-height: 22px;
    border-radius: 6px;
    font-size: 10px;
  }

  .happi-s3-action-card em,
  .happi-s3-referral-coins {
    font-size: 8px;
  }

  .happi-s3-referral {
    min-height: 140px;
  }

  .happi-s3-referral > strong {
    font-size: 11px;
  }

  .happi-s3-person {
    width: 43px;
    height: 43px;
    border-width: 2px;
  }

  .happi-s3-person--one {
    top: 44px;
    left: 0;
  }

  .happi-s3-person--two {
    top: 20px;
    left: 47px;
  }

  .happi-s3-person--three {
    top: 73px;
    left: 47px;
  }

  .happi-s3-referral-arrow {
    left: 34px;
    font-size: 19px;
  }

  .happi-s3-referral-arrow--one {
    top: 36px;
  }

  .happi-s3-referral-arrow--two {
    top: 71px;
  }

  .happi-s3-referral-points--one {
    top: 28px;
  }

  .happi-s3-referral-coins--one {
    top: 51px;
  }

  .happi-s3-referral-points--two {
    top: 83px;
  }

  .happi-s3-referral-coins--two {
    top: 106px;
  }

  .happi-s3-card--redeem {
    min-height: 350px;
    padding-block: 18px 15px;
    padding-inline: 9px;
  }

  .happi-s3-coin-stack img {
    width: 100%;
    max-width: 230px;
  }

  .happi-s3-total {
    min-height: 34px;
    gap: 3px;
    margin: 9px 0 8px;
    padding: 4px 5px;
    border-width: 1px;
  }

  .happi-s3-total b {
    font-size: clamp(10px, 1.7vw, 15px);
  }

  .happi-s3-total span {
    font-size: clamp(7px, 1.2vw, 10px);
  }

  .happi-s3-rewards {
    gap: 5px 7px;
  }

  .happi-s3-reward-photo {
    border-radius: 13px;
  }

  .happi-s3-reward figcaption strong {
    font-size: clamp(11px, 1.95vw, 15px);
  }

  .happi-s3-reward figcaption span {
    font-size: clamp(8px, 1.45vw, 11px);
  }

  .happi-s3-redeem-btn {
    min-height: 68px;
  }

}

@media (min-width: 601px) and (max-width: 760px) {
  .happi-s3-grid {
    grid-template-columns: minmax(0, 1fr) minmax(64px, 0.32fr) minmax(0, 1fr);
    gap: 8px;
  }

  .happi-s3-coin-stack img {
    width: 116%;
  }

  .happi-s3-card {
    padding-inline: 8px;
  }

  .happi-s3-earn-layout {
    grid-template-columns: minmax(82px, 0.82fr) minmax(0, 1.18fr);
    gap: 4px;
  }

  .happi-s3-phone {
    width: min(100%, 94px);
  }

  .happi-s3-action-card {
    grid-template-columns: 23px minmax(0, 1fr) auto;
    padding-inline: 4px;
  }

  .happi-s3-action-card i {
    width: 21px;
    height: 21px;
  }

  .happi-s3-action-card span {
    padding-left: 2px;
  }

  .happi-s3-person {
    width: 40px;
    height: 40px;
  }

  .happi-s3-person--two {
    left: 42px;
  }

  .happi-s3-person--three {
    left: 42px;
  }

  .happi-s3-referral-arrow {
    left: 30px;
  }
}

@media (max-width: 600px) {
  .happi-s3-section {
    width: min(calc(100% - 16px), 560px);
    margin-top: 64px;
    padding: 20px 0 18px;
    border-radius: 28px;
  }

  .happi-s3-container {
    width: calc(100% - 24px);
  }

  .happi-s3-header {
    min-height: 132px;
  }

  .happi-s3-heading {
    max-width: 78%;
  }

  .happi-s3-badge {
    min-height: 35px;
    padding: 7px 15px;
    font-size: clamp(13px, 4vw, 17px);
  }

  .happi-s3-title {
    margin-top: 11px;
    font-size: clamp(29px, 8.1vw, 34px);
    line-height: 0.98;
  }

  .happi-s3-creamy--coin {
    top: -10px;
    right: -9px;
    width: clamp(98px, 26.5vw, 124px);
    height: clamp(124px, 33.1vw, 155px);
  }

  .happi-s3-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  .happi-s3-coin-stack {
    grid-row: 1;
    width: 68%;
    margin: -12px auto -12px;
    transform: none;
  }

  .happi-s3-coin-stack img {
    width: 100%;
  }

  .happi-s3-card--earn {
    grid-row: 2;
  }

  .happi-s3-card--redeem {
    grid-row: 3;
  }

  .happi-s3-card {
    min-height: 0;
    padding: 17px 12px 15px;
    border-radius: 25px;
  }

  .happi-s3-card > h3 {
    font-size: clamp(20px, 6.2vw, 25px);
  }

  .happi-s3-card--earn > p {
    margin: 5px 0 11px;
    text-align: center;
    font-size: clamp(12px, 3.5vw, 14px);
  }

  .happi-s3-desktop-break {
    display: none;
  }

  .happi-s3-earn-layout {
    grid-template-columns: minmax(112px, 0.82fr) minmax(150px, 1.18fr);
    gap: 7px;
  }

  .happi-s3-phone {
    width: min(100%, 126px);
  }

  .happi-s3-phone-screen {
    border-radius: 13px;
  }

  .happi-s3-phone-notch {
    height: 10px;
  }

  .happi-s3-phone-time {
    top: 5px;
    left: 6px;
    font-size: 5px;
  }

  .happi-s3-phone-bar {
    min-height: 40px;
    padding: 12px 4px 4px;
    font-size: 7px;
  }

  .happi-s3-phone-bar span:first-child {
    font-size: 12px;
  }

  .happi-s3-phone-screen > p {
    margin: 10px 0 4px;
    font-size: 7px;
  }

  .happi-s3-balance img {
    width: 30px;
    height: 28px;
  }

  .happi-s3-balance strong {
    font-size: 31px;
  }

  .happi-s3-coins-label {
    margin: -2px 0 13px 25px;
    font-size: 9px;
  }

  .happi-s3-phone-screen > small {
    font-size: 6px;
  }

  .happi-s3-earn-actions {
    gap: 7px;
    padding-top: 5px;
  }

  .happi-s3-guide-line {
    display: none;
  }

  .happi-s3-guide-line::before,
  .happi-s3-guide-line::after {
    font-size: 23px;
  }

  .happi-s3-guide-line::after {
    top: 67px;
  }

  .happi-s3-action-card {
    grid-template-columns: 27px minmax(0, 1fr) auto;
    min-height: 44px;
    padding: 4px 5px;
    border-radius: 11px;
  }

  .happi-s3-action-card i {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    font-size: 15px;
  }

  .happi-s3-action-card span {
    padding-left: 3px;
    font-size: clamp(8px, 2.7vw, 11px);
  }

  .happi-s3-action-card b,
  .happi-s3-referral-points {
    min-width: 26px;
    min-height: 22px;
    border-radius: 6px;
    font-size: 10px;
  }

  .happi-s3-action-card em,
  .happi-s3-referral-coins {
    font-size: 8px;
  }

  .happi-s3-referral {
    width: min(100%, 155px);
    min-height: 118px;
  }

  .happi-s3-referral > strong {
    font-size: 12px;
  }

  .happi-s3-person {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .happi-s3-person--one {
    top: 39px;
    left: 0;
  }

  .happi-s3-person--two {
    top: 18px;
    left: 49px;
  }

  .happi-s3-person--three {
    top: 67px;
    left: 49px;
  }

  .happi-s3-referral-arrow {
    left: 33px;
    font-size: 18px;
  }

  .happi-s3-referral-arrow--one {
    top: 31px;
  }

  .happi-s3-referral-arrow--two {
    top: 63px;
  }

  .happi-s3-referral-points--one {
    top: 25px;
  }

  .happi-s3-referral-coins--one {
    top: 48px;
  }

  .happi-s3-referral-points--two {
    top: 72px;
  }

  .happi-s3-referral-coins--two {
    top: 95px;
  }

  .happi-s3-card--redeem {
    padding-inline: 9px;
  }

  .happi-s3-total {
    min-height: 39px;
    gap: 4px;
    margin: 10px auto 10px;
    padding: 5px 8px;
    border: 0;
    background: linear-gradient(90deg, rgba(255, 202, 48, 0.25), rgba(255, 235, 169, 0.64), rgba(255, 202, 48, 0.25));
  }

  .happi-s3-total img {
    display: block;
  }

  .happi-s3-total b {
    font-size: clamp(13px, 3.6vw, 17px);
  }

  .happi-s3-total span {
    font-size: clamp(9px, 2.7vw, 12px);
  }

  .happi-s3-rewards {
    gap: 8px 10px;
  }

  .happi-s3-reward-photo {
    border-radius: 14px;
  }

  .happi-s3-reward figcaption strong {
    margin-top: 3px;
    font-size: clamp(13px, 4vw, 17px);
  }

  .happi-s3-reward figcaption span {
    font-size: clamp(8px, 2.55vw, 11px);
  }

  .happi-s3-cta-wrapper {
    margin-top: 13px;
    text-align: center;
  }

  .happi-s3-redeem-btn {
    width: 100%;
    min-height: 65px;
    font-size: clamp(30px, 9vw, 42px);
  }
}

@media (max-width: 380px) {
  .happi-s3-header {
    min-height: 125px;
  }

  .happi-s3-title {
    font-size: 29px;
  }

  .happi-s3-creamy--coin {
    width: 98px;
    height: 124px;
  }

  .happi-s3-earn-layout {
    grid-template-columns: minmax(96px, 0.8fr) minmax(132px, 1.2fr);
    gap: 6px;
  }

  .happi-s3-phone {
    width: min(100%, 116px);
  }

  .happi-s3-person {
    width: 38px;
    height: 38px;
  }

  .happi-s3-person--two {
    left: 45px;
  }

  .happi-s3-person--three {
    left: 45px;
  }

  .happi-s3-referral-arrow {
    left: 30px;
  }

  .happi-s3-referral-points,
  .happi-s3-referral-coins {
    right: 0;
  }

  .happi-s3-total img {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 340px) {
  .happi-s3-coin-stack {
    margin-top: 2px;
  }
}

/* Section 3 mobile concept redesign. Desktop and tablet keep the original layout. */
.happi-s3-mobile-redesign {
  display: none;
}

@media (max-width: 600px) {
  .happi-s3-container > .happi-s3-header,
  .happi-s3-container > .happi-s3-grid,
  .happi-s3-container > .happi-s3-cta-wrapper {
    display: none;
  }

  .happi-s3-section {
    padding: 18px 0 20px;
    background: linear-gradient(180deg, #fffefa 0%, #fffaf2 100%);
  }

  .happi-s3-container {
    width: calc(100% - 16px);
  }

  .happi-s3-mobile-redesign {
    display: block;
  }

  .happi-s3-mobile-hero {
    position: relative;
    min-height: clamp(310px, 92vw, 370px);
    padding: 4px 2px 0;
    text-align: center;
  }

  .happi-s3-mobile-hero h2,
  .happi-s3-mobile-hero p {
    position: relative;
    z-index: 3;
    margin: 0;
    color: #0a0a0a;
    font-family: Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -0.045em;
  }

  .happi-s3-mobile-hero h2 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 0.94;
    white-space: nowrap;
  }

  .happi-s3-mobile-hero h2 strong {
    color: var(--happi-s3-gold);
    font-size: 1.48em;
    font-weight: 900;
  }

  .happi-s3-mobile-hero p {
    margin-top: 2px;
    font-size: clamp(18px, 6.7vw, 29px);
    line-height: 1;
    white-space: nowrap;
  }

  .happi-s3-mobile-hero p strong {
    color: var(--happi-s3-gold);
  }

  .happi-s3-mobile-hero-art {
    position: relative;
    height: clamp(220px, 67vw, 275px);
    margin-top: 3px;
    overflow: hidden;
  }

  .happi-s3-mobile-hero-art img {
    position: absolute;
    display: block;
    object-fit: contain;
  }

  .happi-s3-mobile-hero-composite {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .happi-s3-mobile-earn {
    position: relative;
    z-index: 4;
    margin-top: 0;
    padding: 14px 12px 13px;
    border: 1px solid rgba(245, 185, 48, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 22px rgba(101, 65, 0, 0.09);
  }

  .happi-s3-mobile-earn h3 {
    margin: 0 0 10px;
    text-align: center;
    color: #0a0a0a;
    font-family: Arial, sans-serif;
    font-size: clamp(23px, 7vw, 30px);
    font-weight: 900;
    line-height: 1;
  }

  .happi-s3-mobile-earn h3 span {
    color: var(--happi-s3-gold);
  }

  .happi-s3-mobile-earn-list {
    display: grid;
    gap: 8px;
  }

  .happi-s3-mobile-earn-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 6px 9px;
    border: 1px solid rgba(224, 211, 186, 0.7);
    border-radius: 16px;
    background: #fff;
  }

  .happi-s3-mobile-earn-icon,
  .happi-s3-mobile-friend-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(253, 184, 19, 0.065);
  }

  .happi-s3-mobile-earn-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }

  .happi-s3-mobile-friend-icon {
    position: relative;
  }

  .happi-s3-mobile-friend-icon img {
    display: block;
    width: 34px;
    height: 30px;
    object-fit: contain;
  }

  .happi-s3-mobile-earn-row > strong {
    min-width: 0;
    color: #0a0a0a;
    font-family: Arial, sans-serif;
    font-size: clamp(13px, 4vw, 17px);
    font-weight: 700;
    line-height: 1.05;
  }

  .happi-s3-mobile-earn-row > b {
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-width: 55px;
    min-height: 42px;
    padding: 8px 7px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffc52f, #f9ad08);
    color: #080808;
    font-family: Arial, sans-serif;
    font-size: clamp(20px, 6vw, 26px);
    font-weight: 900;
    line-height: 1;
  }

  .happi-s3-mobile-earn-row > b small {
    margin-left: 2px;
    font-size: 10px;
    font-weight: 700;
  }

  .happi-s3-mobile-redeem {
    margin-top: 15px;
  }

  .happi-s3-mobile-redeem > h3 {
    display: grid;
    grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: #0a0a0a;
    font-family: Arial, sans-serif;
    font-size: clamp(21px, 6.5vw, 28px);
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }

  .happi-s3-mobile-redeem > h3::before,
  .happi-s3-mobile-redeem > h3::after {
    height: 2px;
    background: #075d39;
    content: "";
  }

  .happi-s3-mobile-rewards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .happi-s3-mobile-reward {
    display: grid;
    grid-template-columns: minmax(58px, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: 7px;
    min-width: 0;
    margin: 0;
    padding: 6px;
    border: 1px solid rgba(232, 224, 210, 0.86);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 5px 13px rgba(92, 57, 0, 0.07);
  }

  .happi-s3-mobile-reward-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    background: #f4f0e8;
  }

  .happi-s3-mobile-reward-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 20%;
    transform: scale(1.16);
  }

  .happi-s3-mobile-reward:nth-child(2) .happi-s3-mobile-reward-photo img {
    object-position: 36% 20%;
  }

  .happi-s3-mobile-reward:nth-child(3) .happi-s3-mobile-reward-photo img {
    object-position: 33% 20%;
  }

  .happi-s3-mobile-reward:nth-child(4) .happi-s3-mobile-reward-photo img {
    object-position: 32% 20%;
  }

  .happi-s3-mobile-reward > div {
    display: grid;
    min-width: 0;
    gap: 5px;
  }

  .happi-s3-mobile-reward h4 {
    min-height: 2.1em;
    margin: 0;
    color: #0a0a0a;
    font-family: Arial, sans-serif;
    font-size: clamp(11px, 3.55vw, 15px);
    font-weight: 800;
    line-height: 1.05;
  }

  .happi-s3-mobile-reward div > span,
  .happi-s3-mobile-reward div > b {
    display: grid;
    place-items: center;
    min-height: 24px;
    padding: 3px 4px;
    border-radius: 999px;
    font-family: Arial, sans-serif;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .happi-s3-mobile-reward div > span {
    border: 1px solid #f3a900;
    color: #e79500;
    font-size: clamp(8px, 2.55vw, 11px);
    font-weight: 800;
  }

  .happi-s3-mobile-reward div > b {
    background: linear-gradient(180deg, #087649, #025b36);
    color: #fff;
    font-size: clamp(12px, 3.8vw, 17px);
    font-weight: 900;
  }

  .happi-s3-mobile-redeem-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92%;
    min-height: 66px;
    margin: 17px auto 0;
    padding: 8px 62px 8px 20px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffc334 0%, #f9ad0a 100%);
    box-shadow: 0 0 0 2px rgba(247, 179, 22, 0.38), 0 5px 12px rgba(210, 139, 0, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.45);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(25px, 8vw, 36px);
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .happi-s3-mobile-redeem-btn i {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(76, 51, 0, 0.16);
    transform: translateY(-50%);
  }

  .happi-s3-mobile-redeem-btn i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    aspect-ratio: 1;
    border-top: 3px solid #f2a400;
    border-right: 3px solid #f2a400;
    box-sizing: border-box;
    content: "";
    transform: translate(-65%, -50%) rotate(45deg);
  }

  .happi-s3-mobile-redeem-btn:hover,
  .happi-s3-mobile-redeem-btn:focus-visible {
    background: linear-gradient(180deg, #ffca43 0%, #fbb51b 100%);
    color: #fff;
    transform: translateY(-1px);
  }

  .happi-s3-mobile-redeem-btn:focus-visible {
    outline: 3px solid #075d39;
    outline-offset: 3px;
  }
}

@media (max-width: 320px) {
  .happi-s3-mobile-hero {
    min-height: 300px;
  }

  .happi-s3-mobile-hero-art {
    height: 220px;
  }

  .happi-s3-mobile-earn {
    padding-inline: 9px;
  }

  .happi-s3-mobile-earn-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 7px;
    padding-inline: 7px;
  }

  .happi-s3-mobile-earn-icon,
  .happi-s3-mobile-friend-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .happi-s3-mobile-earn-icon img {
    width: 30px;
    height: 30px;
  }

  .happi-s3-mobile-friend-icon img {
    width: 30px;
    height: 27px;
  }

  .happi-s3-mobile-reward {
    grid-template-columns: minmax(50px, 0.9fr) minmax(0, 1.1fr);
    gap: 5px;
    padding: 5px;
  }

  .happi-s3-mobile-reward h4 {
    font-size: 10.5px;
  }

  .happi-s3-mobile-reward div > span {
    font-size: 7.5px;
  }
}

@media (max-width: 300px) {
  .happi-s3-mobile-redeem-btn {
    width: 96%;
    min-height: 60px;
    padding: 7px 50px 7px 12px;
    font-size: 21px;
  }

  .happi-s3-mobile-redeem-btn i {
    right: 7px;
    width: 40px;
    height: 40px;
  }
}

/* Unified Redeem CTA visual language. Section-specific dimensions and placement stay unchanged. */
.happi-qr-page :is(
  .happi-billion-mobile-cta,
  .happi-qr-intro-website-cta,
  .happi-qr-intro-mobile-cta,
  .happi-s3-mobile-redeem-btn,
  .happi-s3-redeem-btn,
  .happi-s4-mobile-redeem,
  .happi-s10-latest-cta
) {
  box-sizing: border-box;
  border-color: #fff;
  border-style: solid;
  border-width: 3px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ffc334 0%, #f9ad0a 100%);
  box-shadow:
    0 0 0 2px rgba(247, 179, 22, 0.38),
    0 5px 12px rgba(210, 139, 0, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.45);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

/* Section 2-5 Redeem CTAs: repeat the soft left-to-right light sweep from the supplied video. */
.happi-qr-page :is(
  .happi-qr-intro-website-cta,
  .happi-qr-intro-mobile-cta,
  .happi-s3-mobile-redeem-btn,
  .happi-s3-redeem-btn,
  .happi-s4-mobile-redeem,
  .happi-s10-latest-cta
) {
  isolation: isolate;
  overflow: hidden;
}

.happi-qr-page :is(
  .happi-qr-intro-website-cta,
  .happi-qr-intro-mobile-cta,
  .happi-s3-mobile-redeem-btn,
  .happi-s3-redeem-btn,
  .happi-s4-mobile-redeem,
  .happi-s10-latest-cta
) > :is(span, b, i) {
  z-index: 1;
}

@keyframes happi-redeem-light-sweep {
  0%, 10% {
    transform: skewX(-18deg) translateX(-180%);
  }
  48%, 100% {
    transform: skewX(-18deg) translateX(620%);
  }
}

@keyframes happi-redeem-glow-pulse {
  0%, 20%, 42%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 0.42;
  }
}

@keyframes happi-redeem-arrow-nudge {
  0%, 36%, 50%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  43% {
    transform: translateY(-50%) translateX(2px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .happi-qr-page :is(
    .happi-qr-intro-website-cta,
    .happi-qr-intro-mobile-cta,
    .happi-s3-mobile-redeem-btn,
    .happi-s3-redeem-btn,
    .happi-s4-mobile-redeem,
    .happi-s10-latest-cta
  )::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 68% 50%, rgba(255, 246, 184, 0.74), rgba(255, 204, 64, 0.18) 38%, rgba(255, 255, 255, 0) 70%);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.42),
      inset 0 0 18px rgba(255, 224, 117, 0.34);
    content: "";
    opacity: 0;
    pointer-events: none;
    animation: happi-redeem-glow-pulse 5s linear infinite;
    will-change: opacity;
  }

  .happi-qr-page :is(
    .happi-qr-intro-website-cta,
    .happi-qr-intro-mobile-cta,
    .happi-s3-mobile-redeem-btn,
    .happi-s3-redeem-btn,
    .happi-s4-mobile-redeem,
    .happi-s10-latest-cta
  )::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35%;
    z-index: 0;
    width: 26%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 24%,
      rgba(255, 255, 255, 0.92) 50%,
      rgba(255, 255, 255, 0.2) 76%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    pointer-events: none;
    transform: skewX(-18deg) translateX(-180%);
    animation: happi-redeem-light-sweep 5s linear infinite;
    will-change: transform;
  }

  .happi-qr-page :is(
    .happi-qr-intro-website-cta,
    .happi-qr-intro-mobile-cta,
    .happi-s3-mobile-redeem-btn,
    .happi-s3-redeem-btn,
    .happi-s4-mobile-redeem,
    .happi-s10-latest-cta
  ) > i {
    animation: happi-redeem-arrow-nudge 5s linear infinite;
    will-change: transform;
  }
}

.happi-qr-page :is(
  .happi-billion-mobile-cta,
  .happi-s3-mobile-redeem-btn,
  .happi-s3-redeem-btn,
  .happi-s4-mobile-redeem,
  .happi-s10-latest-cta
):hover {
  color: #fff;
  background: linear-gradient(180deg, #ffca43 0%, #fbb51b 100%);
}

.happi-qr-intro-website-cta {
  position: relative;
}

.happi-qr-intro-website-cta > span,
.happi-s3-redeem-btn > span {
  position: absolute;
  left: 50%;
  margin: 0;
  font: inherit;
  line-height: 1;
  transform: translateX(-50%);
}

.happi-qr-intro-website-cta > i,
.happi-s3-redeem-btn > i {
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(76, 51, 0, 0.16);
  transform: translateY(-50%);
}

.happi-qr-intro-website-cta > i {
  right: 6px;
  width: 36px;
  height: 36px;
}

.happi-s3-redeem-btn {
  position: relative;
}

.happi-s3-redeem-btn > i {
  right: clamp(7px, 0.8vw, 11px);
  width: clamp(44px, 5vw, 64px);
  height: clamp(44px, 5vw, 64px);
}

.happi-qr-intro-website-cta > i::before,
.happi-s3-redeem-btn > i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27%;
  aspect-ratio: 1;
  box-sizing: border-box;
  border-top: 3px solid #f2a400;
  border-right: 3px solid #f2a400;
  content: "";
  transform: translate(-65%, -50%) rotate(45deg);
}

.happi-qr-intro-website-cta:disabled {
  cursor: default;
  opacity: 1;
}

@media (max-width: 300px) {
  .happi-qr-intro-mobile-cta i {
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 301px) and (max-width: 320px) {
  .happi-s3-mobile-redeem-btn i {
    width: 44px;
    height: 44px;
  }
}

/* Phone Redeem CTAs: use Section 4 as the exact shared size and style standard. */
@media (max-width: 600px) {
  .happi-qr-page :is(
    .happi-qr-intro-mobile-cta,
    .happi-s3-mobile-redeem-btn,
    .happi-s4-mobile-redeem,
    .happi-s10-latest-cta
  ) {
    display: flex;
    width: min(calc(100vw - 48px), 536px);
    max-width: none;
    height: 58px;
    min-height: 58px;
    max-height: 58px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 7px 54px 7px 18px;
    border: 3px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, #ffc334 0%, #f9ad0a 100%);
    box-shadow:
      0 0 0 2px rgba(247, 179, 22, 0.38),
      0 5px 12px rgba(210, 139, 0, 0.3),
      inset 0 1px 2px rgba(255, 255, 255, 0.45);
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(20px, 5.8vw, 24px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .happi-qr-intro-mobile-cta-row {
    justify-content: center;
    padding-inline: 0;
    overflow: visible;
  }

  .happi-qr-intro-mobile-cta {
    flex: 0 0 min(calc(100vw - 48px), 536px);
  }

  .happi-s3-mobile-redeem-btn,
  .happi-s4-mobile-redeem {
    margin-right: auto;
    margin-left: auto;
  }

  .happi-s10-latest-cta {
    left: 50%;
    grid-template-columns: none;
    transform: translateX(-50%);
  }

  .happi-qr-page :is(
    .happi-qr-intro-mobile-cta,
    .happi-s3-mobile-redeem-btn,
    .happi-s4-mobile-redeem,
    .happi-s10-latest-cta
  ) > span {
    position: static;
    display: block;
    margin: 0;
    font: inherit;
    line-height: 1;
    transform: none;
  }

  .happi-qr-page :is(
    .happi-qr-intro-mobile-cta,
    .happi-s3-mobile-redeem-btn,
    .happi-s4-mobile-redeem,
    .happi-s10-latest-cta
  ) > i {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    box-shadow: 0 2px 5px rgba(76, 51, 0, 0.16);
    font-size: 0;
    font-style: normal;
    transform: translateY(-50%);
  }

  .happi-qr-page :is(
    .happi-qr-intro-mobile-cta,
    .happi-s3-mobile-redeem-btn,
    .happi-s4-mobile-redeem,
    .happi-s10-latest-cta
  ) > i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 3px solid #f2a400;
    border-right: 3px solid #f2a400;
    content: "";
    transform: translate(-65%, -50%) rotate(45deg);
  }

  .happi-s10-latest-cta > i::after {
    content: none;
  }

  .happi-s10-latest-cta:hover,
  .happi-s10-latest-cta:focus-visible {
    transform: translateX(-50%) translateY(-1px);
  }
}

@media (max-width: 344px) {
  .happi-s10-latest-cta {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 300px) {
  .happi-s10-latest-offer {
    top: 76.5%;
  }
}
