:root {
  --c-dark: #0b1220;
  --c-body: #0f172a;
  --c-muted: #475569;
  --c-subtle: #94a3b8;
  --c-border: #e5e9f0;
  --c-surface: #ffffff;
  --c-bg: #f6f8fb;
  --c-accent: #ff6a00;
  --c-accent-light: #ffab00;
  --c-accent-hover: #e65c00;
  --c-green: #16a34a;
  --c-green-bg: #dcfce7;
  --c-red: #ef4444;
  --c-radius: 14px;
  --c-radius-sm: 8px;
  --c-radius-lg: 24px;
  --c-shadow: 0 4px 24px rgba(0,0,0,0.07);
  --c-shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
  --c-font: 'Inter', system-ui, -apple-system, sans-serif;
  --c-font-heading: 'Space Grotesk', var(--c-font);
  --c-max-w: 1200px;
  --c-header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--c-font);
  color: var(--c-body);
  background: var(--c-surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }
button { border: none; background: none; cursor: pointer; font: inherit; color: inherit; }
ul, ol { list-style: none; }

.container {
  width: 100%;
  max-width: var(--c-max-w);
  margin: 0 auto;
  padding: 0 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--c-font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: var(--c-body);
  margin-bottom: 16px;
}

.section-sub {
  font-size: 17px;
  color: var(--c-muted);
  max-width: 620px;
  line-height: 1.7;
}

.stars {
  display: inline-flex;
  gap: 2px;
  color: #fbbf24;
  font-size: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 32px;
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 15px;
  border-radius: 60px;
  transition: all 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-light));
  color: #fff;
  box-shadow: 0 4px 20px rgba(255,106,0,0.35);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--c-accent-hover), var(--c-accent));
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,106,0,0.45);
}

.btn-outline {
  border: 2px solid var(--c-border);
  color: var(--c-body);
  background: #fff;
}
.btn-outline:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
  transform: translateY(-2px);
}

.btn-ghost {
  color: var(--c-muted);
  padding: 15px 20px;
}
.btn-ghost:hover {
  color: var(--c-accent);
}

.btn-sm {
  padding: 12px 24px;
  font-size: 14px;
}

.btn-lg {
  padding: 18px 40px;
  font-size: 17px;
}

/* ─── Announcement ─── */
.announcement {
  background: var(--c-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
}
.announcement span {
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.announcement .live {
  color: #fbbf24;
  font-weight: 700;
  margin-left: 6px;
  font-variant-numeric: tabular-nums;
}

/* ─── Header ─── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--c-border);
  height: var(--c-header-h);
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease, height 0.3s ease;
}
.header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  height: 62px;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--c-font-heading);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--c-body);
}
.logo::before {
  content: '';
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--c-dark) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M37 8 L17 37 h13 L26 56 l21-30 H33 L37 8z' fill='%23ff6a00'/%3E%3C/svg%3E") center / 62% no-repeat;
}
.logo .logo-accent { color: var(--c-accent); }
.logo .logo-tag {
  position: absolute;
  left: 46px;
  top: calc(100% - 2px);
  font-family: var(--c-font);
  font-weight: 600;
  font-size: 8.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-accent);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav a {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--c-muted);
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.nav a:hover {
  color: var(--c-body);
  background: var(--c-bg);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  display: none;
}
.header-cta .btn {
  padding: 11px 24px;
  font-size: 13px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 26px;
  padding: 4px 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--c-body);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: var(--c-header-h);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 99;
  padding: 32px 24px;
  flex-direction: column;
  gap: 4px;
  animation: fadeSlide 0.3s ease;
}
.mobile-menu.show { display: flex; }
.mobile-menu a {
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
  border-radius: 12px;
  transition: background 0.2s;
}
.mobile-menu a:hover { background: var(--c-bg); }
.mobile-menu .btn { margin-top: 16px; width: 100%; }

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── Hero ─── */
.hero {
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,0,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-content { max-width: 540px; }
.hero-content .eyebrow { margin-bottom: 20px; }

.hero-content h1 {
  font-family: var(--c-font-heading);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08;
  margin-bottom: 20px;
}
.hero-content h1 .hl {
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content .desc {
  font-size: 17px;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 460px;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 14px;
  color: var(--c-muted);
}
.hero-rating .stars { font-size: 18px; }

.price-block {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.price-current {
  font-family: var(--c-font-heading);
  font-weight: 800;
  font-size: 42px;
  color: var(--c-body);
}
.price-was {
  font-size: 20px;
  color: var(--c-subtle);
  text-decoration: line-through;
}
.price-save {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--c-green-bg);
  color: var(--c-green);
  font-size: 13px;
  font-weight: 700;
  border-radius: 60px;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 32px;
}

.hero-ctas-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-left: -16px;
}

.shopify-buy-hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-buy-hero iframe {
  display: block;
  vertical-align: middle;
  margin: 0;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: var(--c-muted);
}

.pay-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.gift-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  margin: 0 0 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff8ec, #ffefc9);
  border: 1px solid #f3d189;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-body);
}
.gift-ribbon strong { color: #b45309; }

.stock-urgency {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -14px 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-body);
}
.stock-urgency strong { color: #d14b2b; }
.stock-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7a45;
  animation: stockPulse 1.6s infinite;
  flex-shrink: 0;
}
@keyframes stockPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,122,69,0.55); }
  70% { box-shadow: 0 0 0 8px rgba(255,122,69,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,122,69,0); }
}

.wa-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
}
.wa-fab .wa-link {
  display: flex;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  overflow: hidden;
  transition: transform 0.2s ease, width 0.25s ease;
}
.wa-fab .wa-link:hover {
  transform: scale(1.06);
  width: auto;
  padding-right: 18px;
}
.wa-fab svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin: 0 13px;
  flex-shrink: 0;
}
.wa-fab .wa-label {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  max-width: 0;
  opacity: 0;
  transition: opacity 0.2s ease, max-width 0.25s ease;
}
.wa-fab .wa-link:hover .wa-label {
  max-width: 160px;
  opacity: 1;
}
.pay-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: var(--c-green-bg);
  color: var(--c-green);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}
.pay-badge {
  padding: 5px 12px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-muted);
  background: #fff;
}
.hero-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-trust .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--c-green-bg);
  color: var(--c-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-visual img {
  width: 100%;
  max-width: 480px;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.18));
}
.hero-visual.photo img {
  border-radius: var(--c-radius-lg);
  object-fit: cover;
  aspect-ratio: 1 / 1;
  max-width: 460px;
}

.floating-badge {
  position: absolute;
  padding: 10px 18px;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  box-shadow: var(--c-shadow);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  animation: float 3s ease-in-out infinite;
}
.floating-badge.b1 { top: 8%; left: -4%; animation-delay: 0s; }
.floating-badge.b2 { top: 4%; right: -2%; animation-delay: 0.5s; }
.floating-badge.b3 { bottom: 18%; left: -6%; animation-delay: 1s; }
.floating-badge.b4 { bottom: 6%; right: 0; animation-delay: 1.5s; }

.floating-badge .badge-num {
  font-family: var(--c-font-heading);
  font-size: 18px;
  color: var(--c-accent);
}
.floating-badge .badge-label {
  font-size: 10px;
  color: var(--c-muted);
  display: block;
  margin-top: 2px;
}

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

/* ─── Trust Strip ─── */
.trust-strip {
  padding: 40px 0;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  background: var(--c-bg);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--c-muted);
}
.trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--c-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.trust-item strong {
  display: block;
  color: var(--c-body);
  font-weight: 700;
  font-size: 14px;
}

/* ─── Product Video ─── */
.product-video { padding: 80px 0; }
.product-video .container > .eyebrow { margin-bottom: 12px; }
.product-video .container > .section-sub { margin-bottom: 40px; }
.video-embed {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--c-radius-lg);
  overflow: hidden;
  background: #000;
  box-shadow: var(--c-shadow);
}
.video-embed video,
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

/* ─── Features Grid ─── */
.features {
  padding: 80px 0;
}
.features .container > .eyebrow { margin-bottom: 12px; }
.features .container > .section-sub { margin-bottom: 48px; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--c-radius);
  padding: 32px 24px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--c-shadow-lg);
}
.feature-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,106,0,0.1), rgba(255,171,0,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.feature-card h3 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--c-body);
}
.feature-card p {
  font-size: 14px;
  color: var(--c-muted);
  line-height: 1.65;
}

/* ─── Feature Rows ─── */
.feature-rows {
  padding: 0 0 80px;
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
}
.feature-row + .feature-row {
  border-top: 1px solid var(--c-border);
}
.feature-row.reverse .feature-row-content { order: 2; }
.feature-row.reverse .feature-row-visual { order: 1; }

.feature-row-content .eyebrow { margin-bottom: 12px; }
.feature-row-content h2 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 1.15;
  margin-bottom: 16px;
}
.feature-row-content p {
  font-size: 16px;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

.feature-bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.feature-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.5;
}
.feature-bullets .icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-green-bg);
  color: var(--c-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
}

.feature-row-visual {
  display: flex;
  justify-content: center;
}
.feature-row-visual img {
  width: 100%;
  max-width: 420px;
  border-radius: var(--c-radius-lg);
  filter: drop-shadow(0 12px 40px rgba(0,0,0,0.1));
}
.feature-row-visual.photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: none;
  box-shadow: var(--c-shadow);
}
.feature-row-visual.photo.wide img {
  max-width: 520px;
}

.realstrip {
  padding: 0 0 80px;
}
.realstrip .eyebrow {
  margin-bottom: 12px;
}
.realstrip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.realstrip-item {
  position: relative;
  border-radius: var(--c-radius);
  overflow: hidden;
  box-shadow: var(--c-shadow);
  margin: 0;
}
.realstrip-item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.realstrip-item:hover img {
  transform: scale(1.05);
}
.realstrip-item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 48px 16px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,0.72));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ─── Gallery ─── */
.gallery {
  padding: 80px 0;
  background: var(--c-bg);
}
.gallery-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-tab {
  padding: 10px 22px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-muted);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  transition: all 0.2s;
  cursor: pointer;
}
.gallery-tab:hover { border-color: var(--c-accent); color: var(--c-accent); }
.gallery-tab.active {
  background: var(--c-accent);
  color: #fff;
  border-color: var(--c-accent);
}
.gallery-panel {
  display: none;
  background: var(--c-surface);
  border-radius: var(--c-radius-lg);
  overflow: hidden;
  box-shadow: var(--c-shadow);
}
.gallery-panel.active { display: flex; }
.gallery-panel img {
  flex: 1;
  min-width: 0;
  object-fit: contain;
  padding: 40px;
  max-height: 500px;
}
.gallery-panel.photo img {
  object-fit: cover;
  padding: 0;
  min-height: 320px;
}
.gallery-panel-info {
  flex: 1;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-panel-info h3 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 12px;
}
.gallery-panel-info p {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.gallery-panel-info .spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.spec-pill {
  padding: 6px 14px;
  background: var(--c-bg);
  border-radius: 60px;
  font-size: 12px;
  font-weight: 600;
  color: var(--c-muted);
}

/* ─── In The Box ─── */
.inbox {
  padding: 80px 0;
}
.inbox .container > .eyebrow { margin-bottom: 12px; }
.inbox .container > .section-sub { margin-bottom: 40px; }
.inbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.inbox-item {
  flex: 1 1 320px;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: var(--c-bg);
  border-radius: var(--c-radius);
  border: 1px solid var(--c-border);
}
.inbox-item-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,106,0,0.08), rgba(255,171,0,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.inbox-item h4 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
.inbox-item p {
  font-size: 13px;
  color: var(--c-muted);
  line-height: 1.5;
}

/* ─── Specs ─── */
.specs {
  padding: 80px 0;
  background: var(--c-bg);
}
.specs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--c-surface);
  border-radius: var(--c-radius);
  overflow: hidden;
  box-shadow: var(--c-shadow);
  margin-top: 40px;
}
.specs-table tr + tr td { border-top: 1px solid var(--c-border); }
.specs-table td {
  padding: 18px 28px;
  font-size: 15px;
}
.specs-table td:first-child {
  font-weight: 600;
  color: var(--c-body);
  width: 40%;
}
.specs-table td:last-child {
  color: var(--c-muted);
}

/* ─── Comparison ─── */
.comparison {
  padding: 80px 0;
}
.comparison .container > .eyebrow { margin-bottom: 12px; }
.comparison .container > .section-sub { margin-bottom: 40px; }

.comparison-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--c-radius);
  box-shadow: var(--c-shadow);
}
.comparison-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: var(--c-surface);
}
.comparison-table thead th {
  padding: 24px 20px;
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  border-bottom: 2px solid var(--c-border);
}
.comparison-table thead th:first-child {
  text-align: left;
  background: var(--c-bg);
  color: var(--c-body);
}
.comparison-table thead th:nth-child(2) {
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-light));
  color: #fff;
  border-radius: 14px 14px 0 0;
}
.comparison-table thead th:last-child {
  color: var(--c-muted);
  background: var(--c-bg);
}
.comparison-table tbody td {
  padding: 16px 20px;
  text-align: center;
  font-size: 14px;
  color: var(--c-muted);
  border-bottom: 1px solid var(--c-border);
}
.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--c-body);
  background: var(--c-bg);
}
.comparison-table tbody td:nth-child(2) {
  background: rgba(255,106,0,0.03);
  font-weight: 600;
  color: var(--c-body);
}
.comparison-table tbody td:last-child {
  background: var(--c-bg);
}
.comparison-table .check { color: var(--c-green); font-weight: 700; font-size: 18px; }
.comparison-table .cross { color: #cbd5e1; font-size: 18px; }
.comparison-table .partial { color: #f59e0b; font-size: 13px; font-weight: 600; }
.comparison-table .val { font-weight: 600; }
.comparison-table .price { font-weight: 700; color: var(--c-accent); font-size: 16px; }

/* ─── Reviews ─── */
.reviews {
  padding: 80px 0;
  background: var(--c-bg);
}
.reviews .container > .eyebrow { margin-bottom: 12px; }
.reviews .container > .section-sub { margin-bottom: 40px; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--c-surface);
  border-radius: var(--c-radius);
  padding: 32px;
  box-shadow: var(--c-shadow);
  transition: transform 0.3s;
}
.review-card:hover { transform: translateY(-4px); }
.review-stars { font-size: 16px; color: #fbbf24; margin-bottom: 14px; }
.review-card blockquote {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-light));
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-author-name {
  font-weight: 600;
  font-size: 14px;
}
.review-author-badge {
  font-size: 12px;
  color: var(--c-green);
  font-weight: 500;
}

/* ─── FAQ ─── */
.faq {
  padding: 80px 0;
}
.faq .container > .eyebrow { margin-bottom: 12px; }
.faq .container > .section-sub { margin-bottom: 40px; }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--c-border);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-family: var(--c-font-heading);
  font-weight: 600;
  font-size: 17px;
  color: var(--c-body);
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--c-accent); }
.faq-q .arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item.open .faq-q .arrow { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.open .faq-a {
  max-height: 200px;
}
.faq-a-inner {
  padding-bottom: 22px;
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.7;
}

/* ─── Guarantee ─── */
.guarantee {
  padding: 80px 0;
  background: var(--c-dark);
  color: #fff;
  text-align: center;
}
.guarantee .eyebrow { color: #fbbf24; justify-content: center; margin-bottom: 12px; }
.guarantee .section-title { color: #fff; margin-bottom: 16px; }
.guarantee .section-sub { color: #94a3b8; margin: 0 auto 40px; text-align: center; }

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto 48px;
}
.guarantee-item {
  padding: 32px 24px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--c-radius);
  border: 1px solid rgba(255,255,255,0.08);
}
.guarantee-item-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,106,0,0.2), rgba(255,171,0,0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 20px;
}
.guarantee-item h3 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.guarantee-item p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
}

/* ─── Footer ─── */
.footer {
  padding: 60px 0 32px;
  border-top: 1px solid var(--c-border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand p {
  font-size: 14px;
  color: var(--c-muted);
  margin-top: 12px;
  line-height: 1.6;
}
.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  transition: all 0.2s;
}
.footer-socials a:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
}
.footer-socials svg {
  width: 17px;
  height: 17px;
  fill: var(--c-muted);
  transition: fill 0.2s;
}
.footer-socials a:hover svg { fill: #fff; }
.footer-col h4 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--c-body);
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: var(--c-muted);
  padding: 5px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--c-accent); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--c-border);
  font-size: 13px;
  color: var(--c-subtle);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a { transition: color 0.2s; }
.footer-bottom a:hover { color: var(--c-accent); }
.footer-payments {
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.footer-payments span {
  padding: 4px 10px;
  background: var(--c-bg);
  border-radius: 4px;
  font-weight: 600;
  color: var(--c-muted);
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .header .container { gap: 10px; }
  .nav { gap: 0; }
  .nav a { padding: 10px 9px; font-size: 13px; }
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .hero-visual img { max-width: 360px; }
  .floating-badge { display: none; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-row { grid-template-columns: 1fr; gap: 40px; }
  .feature-row.reverse .feature-row-content { order: 1; }
  .feature-row.reverse .feature-row-visual { order: 2; }
  .feature-row-visual img { max-width: 360px; }
  .gallery-panel { flex-direction: column; }
  .gallery-panel img { max-height: 320px; padding: 24px; }
  .gallery-panel-info { padding: 24px; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .guarantee-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .realstrip-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --c-header-h: 64px; }
  .nav { display: none; }
  .header-cta { display: none; }
  .hamburger { display: flex; }

  .hero { padding: 40px 0 48px; }
  .hero-content h1 { font-size: clamp(30px, 7vw, 42px); }
  .price-current { font-size: 34px; }
  .hero-ctas .btn-outline { display: none; }

  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .features-grid { grid-template-columns: 1fr; }

  .gallery-tabs { gap: 6px; }
  .gallery-tab { padding: 8px 16px; font-size: 12px; }

  .reviews-grid { grid-template-columns: 1fr; }
  .guarantee-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .container { padding: 0 16px; }
  .trust-grid { grid-template-columns: 1fr; }
  .hero-rating { flex-wrap: wrap; }
  .hero-trust { gap: 14px; }
  .inbox-item { flex: 1 1 100%; }
  .specs-table td { padding: 14px 16px; font-size: 14px; }
  .gallery-panel-info { padding: 20px; }
  .gallery-panel-info h3 { font-size: 22px; }
  .faq-q { font-size: 15px; }
}

/* ─── Contact Page ─── */
.contact-hero {
  padding: 64px 0 40px;
  text-align: center;
}
.contact-hero .eyebrow { justify-content: center; margin-bottom: 12px; }
.contact-hero .section-sub { margin: 0 auto; text-align: center; }

.contact-section {
  padding: 0 0 80px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.contact-form-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--c-radius-lg);
  padding: 40px;
  box-shadow: var(--c-shadow);
}
.contact-form-card h3 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}
.contact-form-card > p {
  font-size: 14px;
  color: var(--c-muted);
  margin-bottom: 28px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-body);
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--c-border);
  border-radius: var(--c-radius-sm);
  font: inherit;
  font-size: 15px;
  color: var(--c-body);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23475569' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(255,106,0,0.12);
}
.form-group textarea {
  min-height: 140px;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-note {
  font-size: 12px;
  color: var(--c-subtle);
  margin-top: 12px;
  text-align: center;
}

.contact-info-card {
  background: var(--c-dark);
  color: #fff;
  border-radius: var(--c-radius-lg);
  padding: 40px;
}
.contact-info-card h3 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 24px;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,106,0,0.25), rgba(255,171,0,0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.contact-info-item h4 {
  font-family: var(--c-font-heading);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-info-item p,
.contact-info-item a {
  font-size: 14px;
  color: #a5b4cc;
  line-height: 1.6;
  word-break: break-word;
}
.contact-info-item a:hover {
  color: var(--c-accent-light);
  text-decoration: underline;
}
.contact-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--c-radius-sm);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: background 0.2s;
}
.contact-email-link:hover {
  background: rgba(255,255,255,0.15);
  text-decoration: none;
}
.success-msg {
  padding: 20px;
  background: var(--c-green-bg);
  color: var(--c-green);
  border-radius: var(--c-radius-sm);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  display: none;
  text-align: center;
}
.success-msg.show { display: block; }

.error-msg {
  padding: 16px 18px;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  border-radius: var(--c-radius-sm);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.5;
}

/* ─── Order Tracking ─── */
.track-result { margin-top: 28px; }
.track-card {
  background: #fff;
  border-radius: var(--c-radius-lg);
  box-shadow: var(--c-shadow);
  padding: 28px;
  animation: trackIn 0.35s ease both;
}
@keyframes trackIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.track-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--c-border);
}
.track-order-name {
  font-family: var(--c-font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-body);
}
.track-order-meta {
  font-size: 13px;
  color: var(--c-muted);
  margin-top: 4px;
}
.track-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.track-chip.shipped { background: var(--c-green-bg); color: var(--c-green); }
.track-chip.processing { background: #fff7ed; color: #c2410c; }
.track-chip.pending { background: #f3f4f6; color: #4b5563; }
.track-chip.refunded { background: #fef2f2; color: #b91c1c; }
.track-chip.cancelled { background: #f3f4f6; color: #6b7280; }
.track-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px 0 8px;
}
.track-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 28px;
}
.track-step:last-child { padding-bottom: 0; }
.track-step::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 30px;
  bottom: 0;
  width: 2px;
  background: var(--c-border);
}
.track-step:last-child::before { display: none; }
.track-step.done::before { background: var(--c-green); }
.track-dot {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  z-index: 1;
}
.track-step.done .track-dot { background: var(--c-green); color: #fff; }
.track-step-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-body);
  margin-top: 3px;
}
.track-step-text em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--c-muted);
  margin-top: 2px;
}
.track-step:not(.done) .track-step-text strong { color: var(--c-muted); }
.track-tracking-block {
  margin: 20px 0 0;
  padding: 16px 18px;
  background: var(--c-green-bg);
  border-radius: var(--c-radius-sm);
}
.track-tracking { font-size: 13px; color: var(--c-green); font-weight: 600; }
.track-tracking + .track-tracking { margin-top: 10px; }
.track-tracking-numbers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.track-tracking-num {
  display: inline-block;
  padding: 4px 10px;
  background: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-body);
  text-decoration: none;
}
a.track-tracking-num:hover { color: var(--c-accent); }
.track-items {
  margin-top: 20px;
  border-radius: var(--c-radius-sm);
  border: 1px solid var(--c-border);
  padding: 14px 18px;
}
.track-items-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 10px;
}
.track-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  padding: 6px 0;
}
.track-item-name { color: var(--c-body); font-weight: 500; }
.track-item-qty { color: var(--c-muted); font-weight: 600; }
.track-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--c-border);
}
.track-total { font-size: 14px; color: var(--c-muted); }
.track-total strong {
  font-family: var(--c-font-heading);
  font-size: 20px;
  color: var(--c-body);
  margin-left: 4px;
}
@media (max-width: 560px) {
  .track-card { padding: 20px; }
  .track-card-head { flex-direction: column; }
}

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px; }
  .contact-info-card { padding: 28px; }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-hero { padding: 48px 0 32px; }
  .contact-section { padding: 0 0 56px; }
}

/* ─── Lightbox Gallery ─── */
[data-gallery-index] {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}
[data-gallery-index]:hover {
  transform: scale(1.01);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 18, 0.93);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  border: 1px solid rgba(255,255,255,0.12);
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255,255,255,0.24);
  transform: scale(1.05);
}
.lightbox-close {
  top: 18px;
  right: 20px;
  font-size: 18px;
  font-weight: 700;
}
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(920px, 92vw);
  margin-bottom: 18px;
}
.lightbox-img {
  max-width: 100%;
  max-height: 62vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 16px 60px rgba(0,0,0,0.5);
  background: transparent;
}
.lightbox-caption {
  color: #fff;
  font-family: var(--c-font-heading);
  font-weight: 600;
  font-size: 16px;
  margin-top: 14px;
  text-align: center;
}
.lightbox-counter {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin-top: 6px;
  font-variant-numeric: tabular-nums;
}
.lightbox-thumbs {
  display: flex;
  gap: 10px;
  max-width: 90vw;
  overflow-x: auto;
  padding: 6px 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--c-accent) rgba(255,255,255,0.1);
}
.lightbox-thumbs::-webkit-scrollbar {
  height: 6px;
}
.lightbox-thumbs::-webkit-scrollbar-thumb {
  background: var(--c-accent);
  border-radius: 4px;
}
.lightbox-thumb {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.15);
  flex-shrink: 0;
  cursor: pointer;
  padding: 0;
  background: rgba(255,255,255,0.06);
  opacity: 0.55;
  transition: opacity 0.2s, border-color 0.2s, transform 0.2s;
}
.lightbox-thumb:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.lightbox-thumb.active {
  border-color: var(--c-accent);
  opacity: 1;
}
.lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .lightbox-close {
    top: 12px;
    right: 12px;
  }
  .lightbox-prev,
  .lightbox-next {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-img {
    max-height: 52vh;
  }
  .lightbox-thumb {
    width: 48px;
    height: 48px;
  }
}

/* ─── Hero Thumbnail Row ─── */
.hero-thumbs {
  margin-top: 18px;
  width: 100%;
  max-width: 460px;
  text-align: center;
}
.hero-thumbs-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.hero-thumbs-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.hero-thumb {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--c-border);
  background: #fff;
  padding: 0;
  cursor: zoom-in;
  flex-shrink: 0;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-thumb:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}
.hero-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  border-radius: 0 !important;
  filter: none !important;
  object-fit: cover;
  display: block;
}
.hero-thumb-viewall {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1;
  font-family: var(--c-font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--c-accent);
  background: #fff7f0;
  border-color: #ffd9bd;
}
.hero-thumb-viewall:hover {
  border-color: var(--c-accent);
}
.hero-thumb-viewall span {
  font-size: 9px;
  font-weight: 700;
  color: var(--c-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero-thumb {
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
  .hero-thumbs {
    max-width: 360px;
  }
}

/* ─── Footer Support & Newsletter ─── */
.footer-support {
  margin-top: 20px;
  padding: 18px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--c-radius);
}
.footer-support-title {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--c-body);
  margin-bottom: 8px;
}
.footer-email {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-accent);
  word-break: break-all;
}
.footer-email:hover { text-decoration: underline; }
.footer-support p {
  font-size: 13px;
  color: var(--c-subtle);
  margin-top: 6px;
}
.footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 28px 32px;
  margin-bottom: 28px;
  background: var(--c-dark);
  border-radius: var(--c-radius-lg);
}
.footer-newsletter-text h4 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.footer-newsletter-text p {
  font-size: 14px;
  color: #94a3b8;
  margin-top: 6px;
}
.newsletter-form {
  display: flex;
  gap: 10px;
  flex: 1;
  max-width: 460px;
  min-width: 260px;
}
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--c-radius-sm);
  font: inherit;
  font-size: 14px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.newsletter-form input[type="email"]::placeholder { color: #94a3b8; }
.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(255,106,0,0.2);
}

/* ─── Info / Legal Pages ─── */
.page-hero { padding: 72px 0 36px; text-align: center; }
.page-section { padding: 8px 0 72px; }
.page-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--c-radius-lg);
  padding: 40px;
  max-width: 880px;
  margin: 0 auto;
}
.page-card .last-updated {
  font-size: 13px;
  color: var(--c-subtle);
  margin-bottom: 24px;
}
.page-card h2 {
  font-family: var(--c-font-heading);
  font-weight: 700;
  font-size: 20px;
  color: var(--c-body);
  margin: 28px 0 10px;
}
.page-card h2:first-of-type { margin-top: 0; }
.page-card h3 {
  font-family: var(--c-font-heading);
  font-weight: 600;
  font-size: 16px;
  color: var(--c-body);
  margin: 20px 0 8px;
}
.page-card p,
.page-card li {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-muted);
}
.page-card p + p { margin-top: 8px; }
.page-card ul,
.page-card ol {
  padding-left: 22px;
  margin: 10px 0;
}
.page-card li { margin: 6px 0; }
.page-card a { color: var(--c-accent); font-weight: 500; }
.page-card a:hover { text-decoration: underline; }

@media (max-width: 768px) {
  .page-hero { padding: 48px 0 24px; }
  .page-section { padding: 8px 0 56px; }
  .page-card { padding: 24px 20px; }
  .footer-newsletter { padding: 24px; }
  .newsletter-form { max-width: 100%; }
}
