:root {
  --ink: #08101b;
  --navy: #071a2f;
  --navy-2: #0c2d4c;
  --blue: #155ea8;
  --sky: #dcecf7;
  --line: #06c755;
  --facebook: #1877f2;
  --shopee: #ee4d2d;
  --lazada: #1a1f71;
  --amber: #f5b942;
  --paper: #eef3f7;
  --surface: #f8fafc;
  --surface-warm: #f4e8bf;
  --muted: #e3eaf1;
  --media-bg: #ccd8e4;
  --text: #1b2a3a;
  --subtle: #5d6f82;
  --border: #cbd8e6;
  --shadow: 0 18px 48px rgba(5, 25, 45, 0.16);
  --radius: 8px;
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Tahoma", "Noto Sans Thai", "Noto Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

body.privacy-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 30;
  transform: translateY(-140%);
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--blue);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 26, 47, 0.95);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.nav-wrap {
  min-height: var(--header-height);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: #e0eac6;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  line-height: 1.15;
}

.brand small {
  color: #bdd8ef;
  font-size: 12px;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  display: grid;
  place-content: center;
  gap: 5px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
}

.site-nav {
  position: fixed;
  inset: var(--header-height) 0 auto 0;
  display: none;
  background: var(--navy);
  padding: 14px 18px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-nav.is-open {
  display: grid;
}

.site-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #eef7ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}

.site-nav .nav-call {
  justify-content: center;
  margin-top: 12px;
  border: 0;
  color: #06111e;
  background: var(--amber);
  border-radius: 8px;
  font-weight: 800;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.notice-strip {
  background: var(--surface-warm);
  border-bottom: 1px solid #d5b869;
}

.notice-inner {
  min-height: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 10px 0;
  color: #4d3903;
  font-size: 15px;
  line-height: 1.45;
}

.notice-inner strong {
  color: #0b1622;
}

.hero {
  min-height: calc(88svh - var(--header-height));
  max-height: 820px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #06111e;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("assets/media/happycar-suv-rest-stop.jpg");
  background-size: cover;
  background-position: 52% center;
  filter: saturate(0.95);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 14, 26, 0.92) 0%, rgba(4, 14, 26, 0.78) 38%, rgba(4, 14, 26, 0.25) 100%),
    linear-gradient(0deg, rgba(4, 14, 26, 0.88) 0%, rgba(4, 14, 26, 0.08) 45%);
}

.hero-content {
  position: relative;
  padding: 54px 0 42px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(48px, 12vw, 92px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 6.8vw, 52px);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.28;
}

.hero-lead {
  max-width: 680px;
  margin: 16px 0 0;
  color: #eef7ff;
  font-size: clamp(22px, 5.5vw, 34px);
  line-height: 1.32;
  font-weight: 700;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin: 22px 0 0;
}

.hero-points span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}

.cta-row.center {
  align-items: center;
  justify-content: center;
}

.hero-cta {
  --hero-cta-button-width: 244px;
  max-width: 980px;
}

.marketplace-cta {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.marketplace-cta .btn {
  width: 100%;
  min-width: 0;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border: 2px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 22px rgba(3, 13, 26, 0.18);
}

.btn-primary {
  background: var(--amber);
  color: #07101d;
  border-color: var(--amber);
}

.btn-line {
  background: var(--line);
  color: #04140a;
  border-color: var(--line);
}

.btn-facebook {
  background: var(--facebook);
  color: #fff;
  border-color: var(--facebook);
}

.btn-shopee {
  background: var(--shopee);
  color: #fff;
  border-color: var(--shopee);
}

.btn-lazada {
  background: var(--lazada);
  color: #fff;
  border-color: var(--lazada);
}

.btn-dark {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.btn-full {
  width: 100%;
}

.hero-note {
  margin: 16px 0 0;
  color: #cbe3f8;
  font-size: 15px;
}

.section {
  padding: 64px 0;
}

.section-light {
  background: var(--paper);
}

.section-muted {
  background: var(--muted);
}

.section-dark {
  background: var(--navy);
  color: #d9ebfb;
}

.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-dark p {
  color: #d9ebfb;
}

.section-accent {
  background: var(--sky);
}

.two-column,
.solution-layout,
.order-layout,
.faq-layout,
.use-layout,
.bulk-box {
  display: grid;
  gap: 28px;
}

.problem-grid,
.product-grid,
.benefit-grid,
.chooser-grid,
.trust-grid,
.real-photo-grid {
  display: grid;
  gap: 16px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--subtle);
}

.section-heading.compact {
  margin-bottom: 18px;
}

.info-card,
.product-card,
.benefit-item,
.trust-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 20px;
}

.info-card {
  min-height: 190px;
  box-shadow: 0 10px 30px rgba(6, 26, 47, 0.08);
}

.card-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 900;
}

.info-card p,
.benefit-item p,
.trust-card p,
.product-card p {
  margin: 0;
  color: var(--subtle);
}

.solution-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.solution-panel strong {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
}

.solution-panel ul,
.check-list {
  margin: 0;
  padding-left: 20px;
}

.solution-panel li,
.check-list li {
  margin: 7px 0;
}

.product-grid {
  align-items: stretch;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 16px 34px rgba(6, 26, 47, 0.1);
}

.product-visual,
.feature-photo,
.use-visual,
.real-photo-card {
  margin: 0;
}

.product-visual {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--media-bg);
}

.product-visual img,
.feature-photo img,
.use-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-featured {
  border-color: rgba(21, 94, 168, 0.35);
  box-shadow: 0 20px 42px rgba(21, 94, 168, 0.16);
}

.product-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 8px;
  color: #06111e;
  background: var(--amber);
  font-size: 14px;
  font-weight: 900;
}

.product-badge-secondary {
  color: #fff;
  background: var(--blue);
}

.product-fit {
  font-weight: 700;
}

.price-block {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.price {
  color: var(--navy-2);
  font-size: clamp(34px, 9vw, 48px);
  line-height: 1;
  font-weight: 900;
}

.price-detail {
  color: var(--subtle);
  font-weight: 700;
}

.deal-row {
  padding: 14px;
  border-radius: 8px;
  background: var(--sky);
}

.deal-row strong,
.deal-row span {
  display: block;
}

.deal-row strong {
  color: var(--ink);
  font-size: 20px;
}

.deal-row span {
  color: var(--subtle);
}

.check-list {
  color: var(--text);
}

.product-card .check-list {
  margin-bottom: auto;
}

.product-card .btn {
  margin-top: 0;
}

.photo-section {
  background: linear-gradient(180deg, #edf3f8 0%, #e5eef6 100%);
}

.real-photo-feature {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(6, 26, 47, 0.08);
}

.feature-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--media-bg);
}

.feature-copy {
  align-self: center;
}

.feature-copy h3 {
  margin-bottom: 10px;
}

.feature-copy p {
  margin: 0;
  color: var(--subtle);
}

.photo-check-list {
  margin-top: 14px;
  color: var(--text);
}

.real-photo-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 26px rgba(6, 26, 47, 0.08);
}

.real-photo-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: var(--media-bg);
}

.real-photo-card-wide img {
  object-position: center;
}

.real-photo-card figcaption {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.chooser-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(6, 26, 47, 0.08);
}

.chooser-card p {
  margin: 0;
  color: var(--subtle);
}

.chooser-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.compare-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(6, 26, 47, 0.08);
}

.compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--text);
}

.compare-table th,
.compare-table td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border);
}

.compare-table th {
  color: var(--ink);
  font-weight: 900;
}

.compare-table thead th {
  background: var(--navy);
  color: #fff;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.order-helper {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.order-helper strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.order-helper ul {
  margin: 0;
  padding-left: 20px;
}

.order-helper li {
  margin: 5px 0;
}

.benefit-item {
  min-height: 150px;
  background: var(--surface);
}

.use-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.use-proof {
  display: grid;
  gap: 14px;
}

.use-visual {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--media-bg);
  box-shadow: 0 12px 28px rgba(6, 26, 47, 0.08);
}

.use-list span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--navy);
  font-weight: 800;
}

.order-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
  counter-reset: order;
}

.order-steps li {
  counter-increment: order;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.order-steps li::before {
  content: counter(order);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #06111e;
  background: var(--amber);
  font-weight: 900;
}

.order-steps strong,
.order-steps span {
  display: block;
  grid-column: 2;
}

.order-steps strong {
  color: #fff;
}

.order-steps span {
  color: #d9ebfb;
  font-size: 15px;
}

.bulk-box {
  align-items: center;
  padding: 28px;
  border: 1px solid #c6dff3;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(21, 94, 168, 0.13);
}

.trust-card {
  min-height: 160px;
}

.trust-card-accent {
  border-color: rgba(245, 185, 66, 0.65);
  background: var(--surface-warm);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.35;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--subtle);
}

.final-cta {
  background: #06111e;
  color: #fff;
  padding: 66px 0 78px;
  text-align: center;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  max-width: 700px;
  margin: 14px auto 0;
  color: #d9ebfb;
}

.site-footer {
  padding: 32px 0 92px;
  color: #d6e7f7;
  background: #030a13;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: grid;
  gap: 22px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.footer-logo {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: #e0eac6;
}

.footer-inner p {
  max-width: 420px;
  margin: 6px 0 0;
  color: #9fb9cf;
  font-size: 15px;
  line-height: 1.6;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.footer-contact a,
.footer-privacy-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.footer-privacy-link {
  grid-column: 1 / -1;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.cookie-consent[hidden],
.privacy-modal[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  right: 50%;
  bottom: calc(94px + env(safe-area-inset-bottom));
  left: auto;
  z-index: 40;
  width: min(760px, calc(100% - 24px));
  transform: translateX(50%);
  pointer-events: none;
}

.cookie-consent-panel {
  max-height: min(180px, calc(100svh - 110px));
  display: grid;
  gap: 12px;
  padding: 14px 16px;
  overflow: auto;
  color: #1b2a3a;
  background: rgba(248, 250, 252, 0.98);
  border: 1px solid rgba(11, 22, 34, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(3, 10, 19, 0.2);
  pointer-events: auto;
}

.cookie-consent-copy h2,
.privacy-modal-card h2 {
  margin: 0;
  color: #0b1622;
}

.cookie-consent-copy h2 {
  font-size: 18px;
  line-height: 1.25;
}

.cookie-consent-copy p {
  margin: 4px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.48;
}

.cookie-eyebrow {
  margin: 0 0 4px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.cookie-consent-actions,
.privacy-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-consent .btn,
.privacy-modal .btn {
  min-height: 44px;
  min-width: 0;
  padding: 9px 14px;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(3, 13, 26, 0.12);
}

.btn-consent-secondary {
  color: #fff;
  background: #0b1622;
  border-color: #0b1622;
}

.btn-consent-outline {
  color: #0b1622;
  background: #fff;
  border-color: #8ba0b5;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 16px;
}

.privacy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 19, 0.45);
}

.privacy-modal-card {
  position: relative;
  width: min(560px, 100%);
  max-height: 82svh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  padding: 20px;
  overflow: hidden;
  color: #1b2a3a;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(3, 10, 19, 0.26);
}

.privacy-modal-header {
  position: relative;
  padding-right: 38px;
}

.privacy-modal-header .cookie-eyebrow {
  color: var(--blue);
}

.privacy-modal-header h2 {
  color: #0b1622;
  font-size: 24px;
  line-height: 1.25;
}

.privacy-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #b8c6d4;
  border-radius: 8px;
  color: #0b1622;
  background: #f8fafc;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.privacy-modal-body {
  overflow: auto;
  padding-right: 2px;
}

.privacy-modal-body p {
  margin: 0 0 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

.privacy-options {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.privacy-option {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #f8fafc;
}

.privacy-option input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: var(--blue);
}

.privacy-option strong,
.privacy-option small {
  display: block;
}

.privacy-option strong {
  color: #0b1622;
}

.privacy-option small {
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.privacy-option.is-required {
  background: #edf3f8;
}

.privacy-draft-note {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff7df;
  color: #4d3903 !important;
  font-size: 14px;
  line-height: 1.45;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 10px 8px calc(10px + env(safe-area-inset-bottom));
  background: rgba(3, 10, 19, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}

.mobile-sticky-cta a {
  width: 100%;
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
  overflow: hidden;
}

.mobile-sticky-cta a:first-child {
  background: var(--amber);
  color: #06111e;
}

.mobile-sticky-cta a:nth-child(2) {
  background: var(--line);
  color: #fff;
}

.mobile-sticky-cta a:last-child {
  background: var(--lazada);
  color: #fff;
}

.mobile-sticky-cta a:nth-child(3) {
  background: var(--facebook);
  color: #fff;
}

.mobile-sticky-cta a:nth-child(4) {
  background: var(--shopee);
  color: #fff;
}

.mobile-cta-phone {
  font-size: 15px;
  line-height: 1;
}

.channel-logo {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: cover;
  border-radius: 7px;
}

@media (min-width: 640px) {
  .cta-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .btn {
    min-width: 220px;
  }

  .hero-cta > .btn {
    width: var(--hero-cta-button-width);
    min-width: 0;
    flex: 0 0 var(--hero-cta-button-width);
  }

  .marketplace-cta {
    width: calc((var(--hero-cta-button-width) * 2) + 12px);
    flex: 0 0 calc((var(--hero-cta-button-width) * 2) + 12px);
    grid-template-columns: repeat(2, minmax(0, var(--hero-cta-button-width)));
  }

  .problem-grid,
  .benefit-grid,
  .chooser-grid,
  .trust-grid,
  .real-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .real-photo-card img {
    height: 240px;
  }
}

@media (min-width: 860px) {
  :root {
    --header-height: 78px;
  }

  body {
    font-size: 18px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .site-nav a {
    min-height: 42px;
    padding: 0 10px;
    border: 0;
    color: #eaf5ff;
    border-radius: 8px;
    font-size: 15px;
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .site-nav .nav-call {
    margin: 0 0 0 8px;
    padding: 0 14px;
  }

  .hero {
    min-height: calc(82svh - var(--header-height));
  }

  .hero-content {
    padding: 82px 0 70px;
  }

  .section {
    padding: 88px 0;
  }

  .two-column,
  .solution-layout,
  .order-layout,
  .faq-layout,
  .use-layout,
  .bulk-box {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
  }

  .problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-grid,
  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .real-photo-feature {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 24px;
    padding: 22px;
  }

  .real-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .real-photo-card img {
    height: 220px;
  }

  .chooser-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 42px;
  }

  .footer-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
  }

  .footer-privacy-link {
    grid-column: 1 / -1;
  }

  .cookie-consent {
    bottom: 18px;
  }

  .cookie-consent-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 16px 18px;
  }

  .cookie-consent-actions {
    justify-content: flex-end;
  }

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

  .mobile-sticky-cta {
    display: none;
  }
}

@media (min-width: 1180px) {
  .site-nav a {
    padding: 0 13px;
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .final-cta .cta-row.center {
    width: min(100%, 220px);
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
  }

  .final-cta .cta-row.center .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .section-inner {
    width: min(100% - 26px, 1120px);
  }

  .brand strong {
    font-size: 16px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .hero {
    min-height: calc(92svh - var(--header-height));
  }

  h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  .cookie-consent {
    width: calc(100% - 24px);
    bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .cookie-consent-panel {
    gap: 10px;
    padding: 12px;
  }

  .cookie-consent-copy h2 {
    font-size: 17px;
  }

  .cookie-consent-copy p {
    font-size: 13.5px;
    line-height: 1.4;
  }

  .privacy-modal-card {
    padding: 16px;
  }

  .privacy-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .privacy-modal .btn {
    width: 100%;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cookie-consent .btn {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }

  .privacy-modal-header h2 {
    font-size: 22px;
  }

  .hero-lead {
    font-size: 24px;
    line-height: 1.38;
  }

  .hero-note {
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-media {
    background-position: 65% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 14, 26, 0.94) 0%, rgba(4, 14, 26, 0.8) 62%, rgba(4, 14, 26, 0.52) 100%),
      linear-gradient(0deg, rgba(4, 14, 26, 0.9) 0%, rgba(4, 14, 26, 0.15) 52%);
  }

  .hero-points span {
    width: 100%;
  }

  .price-block {
    align-items: start;
    flex-direction: column;
  }
}
