/* ==========================================================================
   LG Subscribe Malaysia - Authorized Agent
   Design system: "Pure Gallery" premium light theme.
   Anchor: LG Active Red #A50034. Headings Space Grotesk, body Inter.
   This static file is the approved visual reference; the WordPress skin
   reproduces it. Light theme only. No em/en dashes in visible text.
   ========================================================================== */

:root {
  color-scheme: light only;

  /* Neutrals (pure gallery) */
  --bg:        #ffffff;
  --bg-alt:    #f6f6f7;
  --surface:   #ffffff;
  --line:      #e7e7ea;
  --line-2:    #f0f0f2;
  --ink:       #111114;
  --ink-2:     #56585f;
  --ink-3:     #8b8d96;

  /* LG Active Red accent */
  --accent:        #a50034;
  --accent-d:      #86002b;
  --accent-soft:   #fceaf0;
  --accent-ring:   rgba(165, 0, 52, 0.32);
  --on-accent:     #ffffff;

  /* WhatsApp */
  --wa: #25d366;

  /* Type */
  --font-head: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Shape + elevation (restrained, crisp) */
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(17,17,20,.05);
  --shadow:    0 10px 30px -16px rgba(17,17,20,.22);
  --shadow-lg: 0 30px 60px -28px rgba(17,17,20,.30);

  /* Layout */
  --wrap: 1240px;
  --gap: 24px;
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, picture, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--accent-ring); outline-offset: 2px; border-radius: 6px; }

/* ---------- Typography ---------- */
.h-display {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2.5rem, 5.2vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.h-section {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.022em;
}
.lead { color: var(--ink-2); font-size: clamp(1rem, 1.3vw, 1.15rem); max-width: 60ch; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.accent { color: var(--accent); }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
.section { padding-block: clamp(64px, 9vw, 120px); }
.section-tight { padding-block: clamp(28px, 4vw, 48px); }
.section-head { max-width: 60ch; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-top: 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  padding: .85em 1.5em; border-radius: var(--r-pill); border: 1.5px solid transparent;
  transition: transform .18s var(--ease), background .18s var(--ease), box-shadow .18s var(--ease), color .18s var(--ease);
  white-space: nowrap;
}
.btn i { font-size: 1.2em; }
.btn-primary { background: var(--accent); color: var(--on-accent); box-shadow: 0 8px 20px -10px var(--accent-ring); }
.btn-primary:hover { background: var(--accent-d); transform: translateY(-2px); box-shadow: 0 14px 26px -12px var(--accent-ring); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--accent); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-sm { padding: .62em 1.1em; font-size: .9rem; }

/* ---------- Navbar ---------- */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.navbar .wrap { display: flex; align-items: center; gap: 28px; height: 72px; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo img { height: 34px; width: auto; }
.nav-logo span { font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); border-left: 1px solid var(--line); padding-left: 10px; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links > li > a {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 12px; border-radius: var(--r-sm);
  font-size: .94rem; font-weight: 500; color: var(--ink-2);
  transition: color .15s, background .15s;
}
.nav-links > li > a:hover, .nav-links > li > a[aria-current="page"] { color: var(--ink); background: var(--bg-alt); }
.nav-item-drop { position: relative; }
.nav-drop {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--shadow-lg); padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(6px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s;
}
.nav-item-drop:hover .nav-drop, .nav-item-drop:focus-within .nav-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop a { display: block; padding: 9px 12px; border-radius: 8px; font-size: .9rem; color: var(--ink-2); }
.nav-drop a:hover { background: var(--accent-soft); color: var(--accent); }
.nav-cta { margin-left: 8px; }
.nav-burger { display: none; background: none; border: 0; font-size: 1.7rem; color: var(--ink); padding: 4px; }

/* ---------- Hero (banner background + scrim) ---------- */
.hero { position: relative; overflow: hidden; display: flex; align-items: center; min-height: clamp(540px, 72vh, 760px); padding-block: clamp(48px, 8vw, 96px); }
.hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
.hero .wrap { position: relative; z-index: 2; }
.hero-content { max-width: 560px; background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(18px) saturate(135%); backdrop-filter: blur(18px) saturate(135%); border: 1px solid rgba(255,255,255,.65); border-radius: var(--r-lg); padding: clamp(30px, 3.4vw, 52px); box-shadow: var(--shadow-lg); }
.hero-content .h-display { margin-bottom: 22px; }
.hero-content .lead { margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 34px; color: var(--ink-2); font-size: .9rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i { color: var(--accent); font-size: 1.2rem; }

/* ---------- Promo band ---------- */
.promo-band {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  background: linear-gradient(120deg, var(--accent) 0%, #c8003f 55%, #e2295f 100%);
  color: #fff; padding: clamp(32px, 5vw, 56px);
  display: grid; grid-template-columns: 1.4fr auto; gap: 28px; align-items: center;
}
.promo-band::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.10); }
.promo-band .eyebrow { color: rgba(255,255,255,.85); }
.promo-band h2 { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -.02em; line-height: 1.1; }
.promo-band p { color: rgba(255,255,255,.88); margin-top: 10px; max-width: 46ch; }
.promo-band .promo-cta { position: relative; z-index: 1; }

/* ---------- Category gallery (image-led + red label overlay) ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.cat-card {
  position: relative; display: block; aspect-ratio: 3/4; border-radius: var(--r-lg);
  overflow: hidden; background: var(--bg-alt);
  box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.cat-card:hover > img { transform: scale(1.06); }
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,17,20,.18), rgba(17,17,20,0) 45%); }
.cat-label {
  position: absolute; left: 0; bottom: 26px; z-index: 1; max-width: 82%;
  background: var(--accent); color: #fff; padding: 16px 22px;
  border-radius: 0 var(--r) var(--r) 0; box-shadow: 0 12px 24px -12px rgba(134,0,43,.6);
}
.cat-label h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.2rem; letter-spacing: -.01em; }
.cat-price { display: block; font-size: .82rem; color: rgba(255,255,255,.88); margin-top: 3px; }
.cat-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 3px; transition: gap .2s var(--ease); }
.cat-card:hover .cat-more { gap: 11px; }

/* ---------- Category / page hero ---------- */
.page-hero { padding-block: clamp(36px, 6vw, 72px); background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.crumbs { font-size: .85rem; color: var(--ink-3); margin-bottom: 16px; }
.crumbs a { color: var(--ink-2); } .crumbs a:hover { color: var(--accent); }
.page-hero-content .h-display { font-size: clamp(2.1rem, 4.4vw, 3.3rem); margin-bottom: 16px; }
.page-hero-content .lead { margin-bottom: 26px; }
.page-hero-media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Product grid + cards ---------- */
.product-grid { display: grid; gap: var(--gap); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.product-card {
  display: flex; flex-direction: column; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.product-media { position: relative; aspect-ratio: 1/1; background: #fff; display: grid; place-items: center; padding: 26px; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s var(--ease); }
.product-card:hover .product-media img { transform: scale(1.05); }
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 1;
  background: var(--accent); color: #fff; font-size: .72rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; padding: 5px 11px; border-radius: var(--r-pill);
}
.product-body { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px 22px; flex: 1; }
.product-cat { font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.product-body h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.18rem; letter-spacing: -.01em; }
.product-body > p { font-size: .9rem; color: var(--ink-2); flex: 1; }
.product-price { display: flex; align-items: baseline; gap: 6px; margin-top: 4px; font-variant-numeric: tabular-nums; }
.product-price strong { font-family: var(--font-head); font-size: 1.5rem; font-weight: 600; color: var(--ink); letter-spacing: -.02em; }
.product-price span { font-size: .85rem; color: var(--ink-2); }
.product-price del { font-size: .85rem; color: var(--ink-3); margin-left: 4px; }
.product-actions { margin-top: 14px; }
.product-actions .btn { width: 100%; }

/* ---------- Product detail ---------- */
.pd-top { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.pd-main { position: relative; aspect-ratio: 1/1; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); display: grid; place-items: center; padding: clamp(24px,4vw,44px); overflow: hidden; touch-action: pan-y; }
.pd-main img { width: 100%; height: 100%; object-fit: contain; }
.pd-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.86); border: 1px solid var(--line); color: var(--ink-1); display: grid; place-items: center; cursor: pointer; font-size: 1.3rem; line-height: 1; box-shadow: 0 2px 10px rgb(0 0 0 / .08); transition: background .2s, border-color .2s, color .2s; z-index: 2; }
.pd-nav:hover { background: #fff; border-color: var(--accent); color: var(--accent); }
.pd-prev { left: 12px; }
.pd-next { right: 12px; }
.pd-thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.pd-thumb { width: 78px; height: 78px; flex-shrink: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 8px; cursor: pointer; overflow: hidden; transition: border-color .2s; }
.pd-thumb.active, .pd-thumb:hover { border-color: var(--accent); }
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; }
.pd-info .product-cat { font-size: .78rem; }
.pd-info h1 { font-family: var(--font-head); font-weight: 600; font-size: clamp(2rem, 3.6vw, 2.8rem); letter-spacing: -.02em; line-height: 1.08; margin: 8px 0 6px; }
.pd-model { color: var(--accent); font-weight: 600; font-size: 1.02rem; letter-spacing: .03em; margin-bottom: 12px; }
.pd-tagline { color: var(--ink-2); font-size: 1.08rem; margin-bottom: 18px; }
.pd-features { margin: 0 0 20px; }
.pd-features-label { display: block; font-weight: 700; color: var(--ink); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.pd-features ul { display: grid; gap: 9px; }
.pd-features li { display: flex; align-items: flex-start; gap: 9px; color: var(--ink); font-size: .95rem; line-height: 1.4; }
.pd-features li i { color: var(--accent); font-size: 1.05rem; margin-top: 1px; flex-shrink: 0; }
.pd-attrs { display: grid; gap: 12px; margin: 18px 0; }
.pd-attr { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pd-attr-label { font-weight: 600; color: var(--ink); min-width: 116px; }
.pd-attr-val { color: var(--ink-2); }
.pd-swatches { display: inline-flex; gap: 8px; }
.swatch { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line); }
.pd-badge { display: inline-block; background: var(--accent-soft); color: var(--accent); font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--r-pill); margin-bottom: 16px; }
.pd-price { display: flex; align-items: baseline; gap: 8px; font-variant-numeric: tabular-nums; padding: 18px 0; border-block: 1px solid var(--line); }
.pd-price strong { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; letter-spacing: -.02em; color: var(--accent); }
.pd-price span { color: var(--ink-2); }
.pd-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 26px; }
.pd-trust { display: grid; gap: 10px; }
.pd-trust li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: .92rem; }
.pd-trust i { color: var(--accent); font-size: 1.2rem; }
.spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 32px; }
.spec-list li { display: flex; gap: 12px; }
.spec-list i { flex-shrink: 0; color: var(--accent); font-size: 1.2rem; margin-top: 2px; }
.spec-list span { color: var(--ink-2); }

/* grouped specifications table (TV / soundbar / monitor) */
.spec-groups { max-width: 1100px; margin-inline: auto; display: grid; gap: clamp(28px, 4vw, 48px); }
.spec-group h3 { font-size: .92rem; text-transform: uppercase; letter-spacing: .07em; color: var(--accent); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--line); }
.spec-rows { display: grid; }
.spec-row { display: grid; grid-template-columns: minmax(150px, 280px) 1fr; gap: 16px 28px; padding: 11px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.spec-row dt { color: var(--ink-2); font-size: .9rem; }
.spec-row dd { color: var(--ink); font-weight: 500; font-size: .92rem; }
@media (max-width: 560px) { .spec-row { grid-template-columns: 1fr; gap: 3px; padding: 10px 0; } .spec-row dt { font-size: .8rem; } }

/* ---------- Product summary cards ---------- */
.psum-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.psum-img { aspect-ratio: 1/1; border-radius: var(--r); overflow: hidden; background: var(--bg-alt); margin-bottom: 16px; }
.psum-img img { width: 100%; height: 100%; object-fit: cover; }
.psum h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; margin-bottom: 6px; }
.psum p { color: var(--ink-2); font-size: .92rem; }

/* ---------- Perks ("What You'll Get") ---------- */
.perk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.perk { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(26px, 3vw, 38px) 24px; text-align: center; }
.perk-icon { width: 74px; height: 74px; border-radius: 50%; border: 2px solid var(--accent); color: var(--accent); display: grid; place-items: center; font-size: 2rem; margin: 0 auto 20px; }
.perk h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.08rem; letter-spacing: -.01em; margin-bottom: 10px; }
.perk p { color: var(--ink-2); font-size: .92rem; }

/* ---------- Promotions page grid ---------- */
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.promo-tile { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.promo-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.promo-tile img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.promo-cap { display: flex; flex-direction: column; gap: 6px; padding: 22px; border-top: 1px solid var(--line-2); }
.promo-cap h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; letter-spacing: -.01em; }
.promo-desc { color: var(--ink-2); font-size: .9rem; }
.promo-price { color: var(--ink); font-size: .98rem; }
.promo-price strong { font-family: var(--font-head); color: var(--accent); font-size: 1.25rem; letter-spacing: -.01em; }
.promo-cap .btn { margin-top: 14px; align-self: flex-start; }
.promo-note { color: var(--ink-2); margin-top: 10px; }

/* ---------- Split (why subscribe) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split-media { border-radius: var(--r-lg); overflow: hidden; }
.split-media img { width: 100%; height: auto; display: block; }
.split-content .h-section { margin-bottom: 16px; }
.feature-list { display: grid; gap: 22px; margin-top: 32px; }
.feature-list li { display: flex; gap: 16px; }
.feature-list i { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); font-size: 1.4rem; }
.feature-list strong { display: block; font-weight: 600; font-size: 1.02rem; }
.feature-list span { color: var(--ink-2); font-size: .92rem; }

/* ---------- Prose (legal / about text) ---------- */
.prose { max-width: 760px; }
.prose h2, .prose h3 { font-family: var(--font-head); font-weight: 600; letter-spacing: -.01em; margin: 28px 0 12px; }
.prose h2 { font-size: 1.5rem; } .prose h3 { font-size: 1.2rem; }
.prose p { color: var(--ink-2); margin-bottom: 16px; font-size: 1.02rem; line-height: 1.75; }
.prose ul { display: grid; gap: 10px; margin: 0 0 16px; padding-left: 20px; list-style: disc; color: var(--ink-2); }
.prose a { color: var(--accent); text-decoration: underline; }
.prose strong { color: var(--ink); }

/* ---------- Contact (crimson) ---------- */
.contact-section { position: relative; background: linear-gradient(150deg, var(--accent-d) 0%, var(--accent) 60%, #c20040 100%); color: #fff; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; left: -120px; bottom: -140px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,.07); }
.contact-panel { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact-aside h2 { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.02em; line-height: 1.1; }
.contact-aside > p { color: rgba(255,255,255,.88); margin-top: 16px; max-width: 44ch; }
.contact-points { display: grid; gap: 16px; margin-top: 32px; }
.contact-points li { display: flex; align-items: center; gap: 12px; }
.contact-points i { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.14); font-size: 1.2rem; flex-shrink: 0; }
.contact-points a { font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.4); }
.contact-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.contact-form { background: #fff; color: var(--ink); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .85rem; font-weight: 600; color: var(--ink-2); }
.form-field input, .form-field textarea {
  font: inherit; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--bg-alt); color: var(--ink); transition: border-color .15s, background .15s;
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--accent); background: #fff; }
.form-error { display: none; color: var(--accent); font-size: .8rem; }
.form-field.invalid input, .form-field.invalid textarea { border-color: var(--accent); }
.form-field.invalid .form-error { display: block; }
.contact-form .btn { width: 100%; margin-top: 18px; }
.form-note { font-size: .82rem; color: var(--ink-3); text-align: center; margin-top: 12px; }
.form-thanks { text-align: center; padding: 36px 12px; }
.form-thanks i { font-size: 2.8rem; color: var(--accent); }
.form-thanks h3 { margin: 14px 0 6px; font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: 1.4rem; }
.form-thanks p { color: var(--ink-2); max-width: 36ch; margin-inline: auto; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #c9cace; padding-top: clamp(48px, 6vw, 76px); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand img { height: 36px; margin-bottom: 18px; }
.footer-brand p { font-size: .92rem; max-width: 36ch; color: #9a9ba2; }
.footer h4 { color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .95rem; margin-bottom: 16px; letter-spacing: .01em; }
.footer-grid ul { display: grid; gap: 10px; }
.footer-grid a { font-size: .9rem; color: #b7b8bf; transition: color .15s; }
.footer-grid a:hover { color: #fff; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.1); padding-block: 26px; display: grid; gap: 8px; }
.footer-legal span { font-size: .8rem; color: #85868d; line-height: 1.6; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff;
  display: grid; place-items: center; font-size: 1.9rem;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.6); transition: transform .2s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- Section head rule ---------- */
.head-rule { display: block; width: 64px; height: 3px; background: var(--accent); border-radius: 2px; margin: 18px auto 0; }

/* ---------- Promotions carousel ---------- */
.promo-carousel { position: relative; display: flex; align-items: center; gap: 12px; }
.pc-viewport { overflow: hidden; flex: 1; }
.pc-track { display: flex; transition: transform .55s var(--ease); }
.pc-slide { flex: 0 0 33.333%; padding: 0 12px; box-sizing: border-box; }
.pc-card { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--bg-alt); }
.pc-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.pc-arrow { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--ink); display: grid; place-items: center; font-size: 1.35rem; box-shadow: var(--shadow-sm); transition: background .2s, color .2s, border-color .2s, transform .2s; }
.pc-arrow:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: scale(1.05); }
.pc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.pc-dots button { width: 9px; height: 9px; padding: 0; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; transition: background .2s, transform .2s; }
.pc-dots button.active { background: var(--accent); transform: scale(1.3); }
.pc-cta { text-align: center; margin-top: 28px; }

/* ---------- 3 Benefits ---------- */
.benefits-section { background: var(--bg-alt); border-block: 1px solid var(--line); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 52px); }
.benefit { padding: 0; }
.benefit-media { border-radius: var(--r); overflow: hidden; background: #fff; border: 1px solid var(--line); aspect-ratio: 16/10; margin-bottom: 20px; }
.benefit-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.benefit:hover .benefit-media img { transform: scale(1.04); }
.benefit-num { display: block; font-family: var(--font-head); font-weight: 700; font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.03em; color: var(--accent); margin-bottom: 8px; }
.benefit h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; letter-spacing: -.01em; margin-bottom: 8px; }
.benefit p { color: var(--ink-2); max-width: 38ch; }

/* ---------- Reveal animation ---------- */
html.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--d, 0) * 80ms); }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .perk-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .psum-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-burger { display: block; margin-left: auto; }
  .navbar.nav-open .nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 72px; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid var(--line); padding: 12px clamp(20px,4vw,40px) 20px; box-shadow: var(--shadow);
  }
  .navbar.nav-open .nav-drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 12px; }
  .nav-cta { display: none; }
  .split { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; }
  .pc-slide { flex-basis: 50%; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-media { order: -1; }
  .pd-top { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero { min-height: 64vh; align-items: center; padding-block: clamp(36px, 9vw, 64px); }
  .hero-bg img { object-position: 64% 26%; }
  .hero-content { padding: clamp(24px, 6vw, 34px); }
}
@media (max-width: 560px) {
  .cat-grid, .grid-3 { grid-template-columns: 1fr; }
  .perk-grid { grid-template-columns: 1fr; }
  .promo-grid { grid-template-columns: 1fr; }
  .psum-grid { grid-template-columns: 1fr 1fr; }
  .spec-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .pc-slide { flex-basis: 100%; }
  .benefits-grid { grid-template-columns: 1fr; gap: 28px; }
  .benefit-media { aspect-ratio: 16/9; }
}

/* ============================================================
   Product description: cloned full-bleed sections (pdx)
   Reproduces the source product page 1:1, section-by-section:
   hero overlay, centered text bands, full-width image/video,
   icon summary row, and feature card grids.
   ============================================================ */
.pdx { display: block; }
.pdx-bleed { position: relative; overflow: hidden; }
.pdx-bg { display: block; width: 100%; height: auto; }
/* capped overlay heroes: crop full-bleed media to a fixed band height (matches source) */
.pdx-bleed.pdx-cap .pdx-bg { height: clamp(420px, 46vw, 620px); object-fit: cover; }
/* text-only spec bands: don't reserve full section padding (avoids floating headings) */
.section-tight { padding-block: clamp(28px, 4vw, 56px); }
video.pdx-bg { background: var(--bg-alt); }

/* hero / banner: heading sits over the media's empty space */
.pdx-overlay-top { position: absolute; top: clamp(28px, 6vw, 88px); left: 50%; transform: translateX(-50%); width: min(90%, 900px); text-align: center; }
.pdx-overlay-left { position: absolute; top: 50%; transform: translateY(-50%); left: clamp(24px, 7vw, 120px); max-width: 500px; }
.pdx-overlay-right { position: absolute; top: 50%; transform: translateY(-50%); right: clamp(24px, 7vw, 120px); max-width: 500px; text-align: right; }
.pdx-overlay-top h2, .pdx-overlay-left h2, .pdx-overlay-right h2 { font-size: clamp(1.5rem, 3vw, 2.7rem); letter-spacing: -0.02em; color: var(--ink); line-height: 1.12; }
.pdx-overlay-top p, .pdx-overlay-left p, .pdx-overlay-right p { color: var(--ink-2); margin-top: 14px; font-size: clamp(0.9rem, 1.3vw, 1.05rem); }
.pdx-overlay-top p { max-width: 60ch; margin-inline: auto; }
.pdx-overlay-top .pdx-eyebrow, .pdx-overlay-left .pdx-eyebrow, .pdx-overlay-right .pdx-eyebrow { display: block; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 600; color: var(--accent); margin-bottom: 12px; }
.pdx-bleed.pdx-dark .pdx-overlay-top h2, .pdx-bleed.pdx-dark .pdx-overlay-left h2, .pdx-bleed.pdx-dark .pdx-overlay-right h2 { color: #fff; text-shadow: 0 2px 16px rgb(0 0 0 / 0.3); }
.pdx-bleed.pdx-dark .pdx-overlay-top p, .pdx-bleed.pdx-dark .pdx-overlay-left p, .pdx-bleed.pdx-dark .pdx-overlay-right p { color: rgb(255 255 255 / 0.95); text-shadow: 0 1px 10px rgb(0 0 0 / 0.3); }

/* centered text band + full-width media (single section, no double padding) */
.pdx-feature { padding: 0; }
.pdx-text { max-width: 820px; margin: 0 auto; padding: 0 24px; text-align: center; }
.pdx-text .pdx-eyebrow { display: block; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 600; color: var(--accent); margin-bottom: 14px; }
.pdx-text h2 { font-size: clamp(1.5rem, 3vw, 2.5rem); letter-spacing: -0.02em; line-height: 1.14; }
.pdx-text p { color: var(--ink-2); margin-top: 16px; font-size: clamp(0.92rem, 1.3vw, 1.08rem); }
.pdx-media { margin-top: clamp(28px, 4vw, 48px); }
.pdx-media.full > img, .pdx-media.full > video { width: 100%; display: block; }
.pdx-media.framed { max-width: 1160px; margin-inline: auto; padding: 0 24px; }
.pdx-media.framed > img, .pdx-media.framed > video { width: 100%; display: block; border-radius: var(--r-lg); }

/* icon summary row (4-up, full-height vertical dividers) */
.pdx-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1200px; padding: 0 24px; }
.pdx-sum { text-align: center; padding: clamp(20px, 3vw, 44px) clamp(12px, 2vw, 28px); border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; }
.pdx-sum:first-child { border-left: none; }
.pdx-sum img { width: clamp(110px, 14vw, 188px); height: auto; margin: 0 auto; }
.pdx-sum h3 { margin-top: 20px; font-size: clamp(1rem, 1.4vw, 1.15rem); font-weight: 650; }
.pdx-sum p { color: var(--ink-2); margin-top: 8px; font-size: 0.9rem; }

/* split feature (text one side, image/video the other) supports video media */
.split-media video { width: 100%; height: auto; display: block; }
.pdx-split .split-content .pdx-eyebrow { display: block; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 600; color: var(--accent); margin-bottom: 12px; }
.pdx-split .split-content h2 { font-size: clamp(1.5rem, 2.6vw, 2.3rem); letter-spacing: -0.02em; line-height: 1.14; }
.pdx-split .split-content p { color: var(--ink-2); margin-top: 16px; font-size: clamp(0.92rem, 1.3vw, 1.05rem); }

/* feature card grids (colour / design rows) */
.mc-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 32px); max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.mc-features.cols-2 { grid-template-columns: repeat(2, 1fr); max-width: 900px; }
.mc-features.cols-3 { grid-template-columns: repeat(3, 1fr); }
.mc-feature { text-align: center; }
/* text-only feature cards (spec grids with no image): render as bordered cards, not floating text */
.mc-feature.mc-text { text-align: left; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(20px, 2.4vw, 30px); }
.mc-feature.mc-text h3 { margin-top: 0; }
.mc-feature img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); }
.mc-feature h3 { margin-top: 16px; font-size: 1.05rem; font-weight: 650; }
.mc-feature p { color: var(--ink-2); margin-top: 8px; font-size: 0.93rem; }
/* icon row: small line-icons (not photos) centered above their label */
.mc-features.icons { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: clamp(20px, 3vw, 40px); align-items: start; }
.mc-features.icons .mc-feature img { width: auto; max-width: 88px; height: 88px; aspect-ratio: auto; object-fit: contain; border-radius: 0; margin: 0 auto; }

@media (max-width: 760px) {
  .pdx-overlay-top, .pdx-overlay-left, .pdx-overlay-right { position: static; transform: none; width: auto; max-width: none; text-align: center; padding: 28px 20px 4px; }
  .pdx-summary { grid-template-columns: repeat(2, 1fr); gap: 12px 0; }
  .pdx-sum:nth-child(odd) { border-left: none; }
  .mc-features, .mc-features.cols-2 { grid-template-columns: 1fr; }
}
