:root {
  --ink: #141413;
  --charcoal: #20211f;
  --soft-ink: #3f413d;
  --muted: #6f746e;
  --paper: #f5f4ee;
  --paper-deep: #ebe9df;
  --white: #ffffff;
  --line: rgba(20, 20, 19, 0.12);
  --line-light: rgba(255, 255, 255, 0.2);
  --red: #d63028;
  --green: #087a61;
  --gold: #b7894b;
  --blue: #2f6f8f;
  --shadow: 0 24px 70px rgba(20, 20, 19, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 92px;
  background: var(--paper);
  color: var(--ink);
  font-family: Tahoma, Arial, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

button,
input,
textarea {
  font: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  color: var(--white);
  background: rgba(18, 18, 17, 0.84);
  border: 1px solid var(--line-light);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.brand img,
.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--white);
  object-fit: cover;
}

.brand span,
.footer-brand span {
  font-size: 1.1rem;
}

.top-nav,
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.top-nav a,
.footer-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  transition: background 180ms ease, color 180ms ease;
}

.top-nav a:hover,
.footer-nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.language-switch button {
  min-width: 58px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.language-switch button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--white);
}

.download-link,
.btn,
.sticky-button {
  cursor: pointer;
}

.header-download {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(214, 48, 40, 0.34);
}

.hero {
  position: relative;
  min-height: min(94svh, 940px);
  overflow: hidden;
  display: grid;
  align-items: center;
  color: var(--white);
  background: var(--charcoal);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  filter: saturate(0.94) contrast(1.08);
}

.hero-shade {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.56) 54%, rgba(0, 0, 0, 0.24)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08) 40%);
}

[dir="ltr"] .hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.56) 54%, rgba(0, 0, 0, 0.24)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08) 40%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 56px;
  align-items: center;
  padding: 154px 0 136px;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  width: fit-content;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(214, 48, 40, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.95rem, 4.8vw, 4.85rem);
  line-height: 1.08;
  font-weight: 900;
}

.hero-lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
  line-height: 1.82;
}

.hero-actions,
.final-cta-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 32px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 38px rgba(214, 48, 40, 0.32);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.btn-dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(20, 20, 19, 0.22);
}

.hero-metrics {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 38px;
}

.hero-metrics div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-metrics strong {
  display: block;
  color: var(--white);
  font-size: 1.92rem;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.hero-product {
  position: relative;
  align-self: stretch;
  min-height: 560px;
  display: grid;
  align-content: end;
}

.hero-product-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #0f100f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.hero-product-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: contrast(1.08);
}

.product-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 36%);
  pointer-events: none;
}

.gift-ticket {
  width: min(92%, 360px);
  margin: -62px auto 0;
  position: relative;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(20, 20, 19, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.gift-ticket span,
.product-card span {
  display: inline-flex;
  width: fit-content;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gift-ticket strong {
  display: block;
  margin-top: 10px;
  font-size: 1.32rem;
  line-height: 1.35;
}

.gift-ticket small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.gift-section,
.shop-section,
.app-section,
.proof-section,
.final-cta,
.site-footer {
  scroll-margin-top: 112px;
}

.gift-section {
  padding: 96px 0;
  background: var(--white);
}

.gift-grid,
.app-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}

.section-copy h2,
.section-head h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  line-height: 1.15;
}

.section-copy > p,
.section-head p,
.final-cta p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.85;
}

.claim-points {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.claim-points div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafafa;
}

[dir="rtl"] .claim-points div {
  grid-template-columns: 1fr 52px;
}

[dir="rtl"] .claim-points span {
  grid-column: 2;
  grid-row: 1;
}

.claim-points span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
}

.claim-points p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.7;
}

.prize-stage {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ecefec;
  box-shadow: var(--shadow);
}

.prize-stage img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.prize-stage figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(20, 20, 19, 0.8);
  backdrop-filter: blur(14px);
  font-weight: 900;
}

.prize-stage span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
  font-size: 0.86rem;
  white-space: nowrap;
}

.shop-section {
  padding: 96px 0;
  background: var(--paper-deep);
}

.section-head {
  max-width: 850px;
}

.split-head {
  max-width: none;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 32px;
  align-items: end;
}

.split-head p:last-child {
  margin-bottom: 4px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.product-card,
.review-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 20, 19, 0.08);
}

.product-card figure {
  margin: 0;
}

.product-card figure img,
.product-art {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.product-card figure img {
  object-fit: cover;
  background: #e6e7e1;
}

.product-body {
  padding: 20px;
}

.product-body h3 {
  margin: 12px 0 10px;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.35;
}

.product-body p {
  min-height: 58px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.product-row strong {
  color: var(--green);
  font-size: 1.2rem;
}

.product-row small {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--ink);
  background: #f0ede3;
  font-weight: 900;
}

.product-row small::before {
  content: "★";
  margin-inline-end: 5px;
  color: var(--gold);
}

.product-art {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 36%),
    linear-gradient(135deg, #ece7da, #cfd8d0);
}

.product-art::before,
.product-art::after,
.mini-art::before,
.mini-art::after {
  content: "";
  position: absolute;
  display: block;
}

.art-earbuds::before {
  width: 70px;
  height: 100px;
  left: 28%;
  top: 24%;
  border-radius: 38px 38px 26px 26px;
  background: #fbfbf8;
  box-shadow: 92px 10px 0 #fbfbf8, 16px 102px 0 -18px #c8cbc4, 108px 112px 0 -18px #c8cbc4;
}

.art-earbuds::after {
  width: 120px;
  height: 52px;
  left: 50%;
  bottom: 22%;
  border-radius: 8px;
  background: var(--ink);
  transform: translateX(-50%);
  box-shadow: 0 12px 26px rgba(20, 20, 19, 0.22);
}

.art-watch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #dfe7e5, #c1cfbf);
}

.art-watch::before {
  width: 82px;
  height: 156px;
  left: 50%;
  top: 14%;
  border-radius: 28px;
  background: var(--ink);
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 8px #2d2f2c, 0 18px 40px rgba(20, 20, 19, 0.22);
}

.art-watch::after {
  width: 64px;
  height: 64px;
  left: 50%;
  top: 30%;
  border-radius: 50%;
  background: conic-gradient(var(--red), var(--gold), var(--green), var(--blue), var(--red));
  transform: translateX(-50%);
}

.art-skincare {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 36%),
    linear-gradient(135deg, #efe5d8, #cbb9a2);
}

.art-skincare::before {
  width: 78px;
  height: 138px;
  left: 31%;
  bottom: 20%;
  border-radius: 10px 10px 8px 8px;
  background: #fdfaf2;
  box-shadow: 86px -24px 0 -6px #e8decf, 44px 18px 0 34px rgba(183, 137, 75, 0.18);
}

.art-skincare::after {
  width: 64px;
  height: 12px;
  left: 34%;
  top: 20%;
  border-radius: 8px;
  background: var(--gold);
  box-shadow: 86px 18px 0 -2px var(--ink);
}

.art-charger {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 35%),
    linear-gradient(135deg, #e3e4dc, #bfc7c5);
}

.art-charger::before {
  width: 190px;
  height: 104px;
  left: 50%;
  bottom: 22%;
  border-radius: 8px;
  background: #fbfbf8;
  transform: translateX(-50%) perspective(280px) rotateX(22deg);
  box-shadow: 0 22px 40px rgba(20, 20, 19, 0.16);
}

.art-charger::after {
  width: 54px;
  height: 54px;
  left: 50%;
  top: 30%;
  border: 8px solid var(--green);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: -66px 40px 0 -12px var(--red), 66px 40px 0 -12px var(--blue);
}

.art-bag {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(135deg, #ddd8ce, #a8b2a6);
}

.art-bag::before {
  width: 160px;
  height: 128px;
  left: 50%;
  bottom: 18%;
  border-radius: 24px 24px 8px 8px;
  background: var(--ink);
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 10px #2c2d2a, 0 20px 38px rgba(20, 20, 19, 0.22);
}

.art-bag::after {
  width: 84px;
  height: 42px;
  left: 50%;
  top: 26%;
  border: 10px solid var(--ink);
  border-bottom: 0;
  border-radius: 48px 48px 0 0;
  transform: translateX(-50%);
}

.app-section {
  padding: 96px 0;
  background: var(--white);
}

.app-grid {
  grid-template-columns: 430px minmax(0, 1fr);
}

.app-phone {
  width: min(100%, 400px);
  min-height: 700px;
  margin: 0 auto;
  padding: 18px;
  border: 10px solid #111210;
  border-radius: 34px;
  background: #f7f6f1;
  box-shadow: 0 28px 80px rgba(20, 20, 19, 0.18);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 4px 18px;
  color: var(--ink);
}

.phone-top span {
  font-size: 1.1rem;
  font-weight: 900;
}

.phone-top small {
  color: var(--green);
  font-weight: 900;
}

.search-pill {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.92rem;
}

.phone-banner {
  min-height: 132px;
  margin-top: 14px;
  padding: 18px;
  display: grid;
  align-content: end;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(214, 48, 40, 0.9), rgba(183, 137, 75, 0.72)),
    url("asset/zippo-1.jpg") center / cover;
}

.phone-banner strong {
  font-size: 1.45rem;
}

.phone-banner span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.84);
}

.mini-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.mini-categories span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--soft-ink);
  background: #ebe9df;
  font-size: 0.82rem;
  font-weight: 900;
}

.mini-products {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.mini-products article {
  min-height: 118px;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(20, 20, 19, 0.08);
}

[dir="rtl"] .mini-products article {
  grid-template-columns: 1fr 104px;
}

[dir="rtl"] .mini-products img,
[dir="rtl"] .mini-products .mini-art {
  grid-column: 2;
  grid-row: 1;
}

.mini-products img,
.mini-art {
  width: 104px;
  height: 96px;
  border-radius: 8px;
  object-fit: cover;
}

.mini-art {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 36%),
    linear-gradient(135deg, #ece7da, #cfd8d0);
}

.mini-art.art-earbuds::before {
  width: 24px;
  height: 40px;
  left: 24px;
  top: 18px;
  border-radius: 18px;
  background: #fbfbf8;
  box-shadow: 34px 6px 0 #fbfbf8;
}

.mini-art.art-earbuds::after {
  width: 56px;
  height: 22px;
  left: 50%;
  bottom: 18px;
  border-radius: 8px;
  background: var(--ink);
  transform: translateX(-50%);
}

.mini-products strong,
.mini-products small {
  display: block;
}

.mini-products strong {
  color: var(--ink);
  font-size: 1rem;
}

.mini-products small {
  margin-top: 8px;
  color: var(--green);
  font-weight: 900;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.feature-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafafa;
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.feature-list span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-section {
  padding: 0;
  background: var(--charcoal);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.proof-section {
  padding: 96px 0;
  background: var(--white);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.review-card figure {
  margin: 0;
  background: #efefec;
}

.review-card img,
.review-card video {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
}

.review-body {
  padding: 20px;
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--soft-ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.review-meta span:last-child {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  white-space: nowrap;
}

.review-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.final-cta {
  padding: 78px 0;
  color: var(--white);
  background: var(--ink);
}

.final-cta-inner {
  justify-content: space-between;
}

.final-cta h2 {
  max-width: 780px;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding: 42px 0 118px;
  color: var(--white);
  background: #171715;
}

.footer-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
}

.footer-nav {
  justify-content: flex-end;
}

[dir="rtl"] .footer-nav {
  justify-content: flex-start;
}

.site-footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.sticky-download {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 14px;
  width: min(920px, calc(100% - 28px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 20px 12px 12px;
  color: var(--white);
  background: rgba(20, 20, 19, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

.sticky-download strong,
.sticky-download span {
  display: block;
}

.sticky-download div {
  min-width: 0;
}

.sticky-download strong {
  font-size: 1rem;
}

.sticky-download span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sticky-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .top-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  [dir="rtl"] .top-nav {
    justify-content: flex-end;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-product {
    max-width: 520px;
    min-height: auto;
  }

  .gift-grid,
  .app-grid {
    grid-template-columns: 1fr;
  }

  .app-phone {
    order: 2;
  }

  .product-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 132px;
  }

  .container {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 10px;
    padding: 10px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand span {
    font-size: 1rem;
  }

  .header-tools {
    margin-inline-start: auto;
  }

  .header-download {
    display: none;
  }

  .language-switch button {
    min-width: 46px;
    padding: 0 8px;
  }

  .top-nav {
    gap: 4px;
  }

  .top-nav a {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 34px;
    padding: 178px 0 128px;
  }

  .hero h1 {
    font-size: 2.75rem;
    line-height: 1.08;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-actions,
  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .sticky-button {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-metrics div {
    min-height: auto;
    padding: 12px 10px;
  }

  .hero-metrics strong {
    font-size: 1.35rem;
  }

  .hero-metrics span {
    font-size: 0.76rem;
  }

  .hero-product-photo img {
    aspect-ratio: 4 / 3.8;
  }

  .gift-section,
  .shop-section,
  .app-section,
  .proof-section {
    padding: 64px 0;
  }

  .section-copy h2,
  .section-head h2 {
    font-size: 2.12rem;
  }

  .split-head,
  .product-grid,
  .review-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .claim-points div,
  [dir="rtl"] .claim-points div {
    grid-template-columns: 42px 1fr;
  }

  [dir="rtl"] .claim-points div {
    grid-template-columns: 1fr 42px;
  }

  .claim-points span {
    width: 42px;
    height: 42px;
  }

  .prize-stage figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-phone {
    min-height: auto;
    border-width: 8px;
    border-radius: 28px;
    padding: 14px;
  }

  .mini-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .final-cta {
    padding: 62px 0;
  }

  .site-footer {
    padding-bottom: 152px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-nav,
  [dir="rtl"] .footer-nav {
    justify-content: flex-start;
  }

  .sticky-download {
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - 20px);
    min-height: 112px;
    gap: 10px;
    padding: 12px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.55rem;
  }

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

  .mini-products article,
  [dir="rtl"] .mini-products article {
    grid-template-columns: 88px 1fr;
  }

  [dir="rtl"] .mini-products article {
    grid-template-columns: 1fr 88px;
  }

  .mini-products img,
  .mini-art {
    width: 88px;
    height: 84px;
  }
}

.shop-cta-wrap { display: flex; justify-content: center; margin-top: 2.5rem; }
.product-row { display: none !important; }
