/* ============================================================
   Lamonte Malaysia — Landing Page
   Malay Premium Festive theme
   Emerald · Royal Gold · Ivory · Deep Navy
   ============================================================ */

:root {
  --emerald: #0F6B4F;
  --gold: #D4A017;
  --ivory: #FFF8EA;
  --navy: #0B1F3A;
  --mint: #DFF3EA;
  --ink: #334155;
  --slate: #475569;
  --muted: #64748B;
  --whatsapp: #25D366;
  --shell-max: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  min-height: 100vh;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

.shell {
  max-width: var(--shell-max);
  margin: 0 auto;
  padding-left: clamp(18px, 5vw, 48px);
  padding-right: clamp(18px, 5vw, 48px);
}

.section-pad { padding-top: clamp(54px, 7vw, 88px); padding-bottom: clamp(54px, 7vw, 88px); }

/* ---------- Shared bits ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow .rule { width: 24px; height: 2px; background: var(--gold); flex-shrink: 0; }
.eyebrow .label {
  font-weight: 700; font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold);
}

.h2 {
  font-weight: 800;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--navy);
}
.subline { font-weight: 600; font-size: 16px; color: var(--emerald); margin: 0; }

.tag-pill {
  font-size: 11.5px; font-weight: 500; color: var(--emerald);
  background: rgba(15,107,79,0.08);
  padding: 5px 9px; border-radius: 20px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 11px;
  cursor: pointer;
  transition: background .16s, box-shadow .16s, color .16s, transform .16s, opacity .16s;
  white-space: nowrap;
}
.btn svg { flex-shrink: 0; }

.btn-primary {
  background: var(--emerald);
  color: #fff;
  border: 1px solid var(--emerald);
  padding: 15px 24px;
  font-size: 15px;
  box-shadow: 0 8px 22px rgba(15,107,79,0.25);
}
.btn-primary:hover {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 10px 26px rgba(11,31,58,0.28);
}

.btn-outline {
  background: #fff;
  color: var(--navy);
  border: 1.5px solid var(--gold);
  padding: 14px 22px;
  font-size: 15px;
}
.btn-outline:hover { background: var(--gold); color: var(--navy); }

.btn-sm {
  padding: 12px 16px;
  font-size: 13.5px;
  border-radius: 10px;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 clamp(18px, 5vw, 48px);
  border-bottom: 1px solid rgba(11,31,58,0.10);
  background: rgba(255,248,234,0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 90;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 46px; height: 46px; }
.brand .name {
  font-weight: 800; font-size: 30px; letter-spacing: -0.01em; color: var(--navy);
}
.brand .region {
  font-weight: 700; font-size: 15px; letter-spacing: 0.18em; color: var(--gold);
  border-left: 1px solid rgba(11,31,58,0.15); padding-left: 12px;
}
.site-nav { flex: 1; display: flex; gap: 22px; margin-left: 12px; }
.site-nav a {
  font-size: 14px; font-weight: 500; color: var(--ink); text-decoration: none;
  transition: color .16s;
}
.site-nav a:hover { color: var(--emerald); }
.header-cta {
  background: var(--emerald); color: #fff; border: 1px solid var(--emerald);
  padding: 11px 18px; font-size: 14px; border-radius: 10px;
}
.header-cta:hover {
  background: var(--navy); border-color: var(--navy);
  box-shadow: 0 6px 18px rgba(15,107,79,0.28);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 90% at 85% 0%, #FCF6E4 0%, #F5F1DA 42%, #E6EFDD 100%);
}
.hero-decor { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-decor svg { position: absolute; }
.decor-arab-tl { top: -96px; left: -96px; opacity: 0.10; color: var(--emerald); }
.decor-arab-br { bottom: -90px; right: -80px; opacity: 0.08; color: var(--emerald); }
.decor-skyline { bottom: 0; left: 0; opacity: 0.09; color: var(--emerald); }
.decor-wave { bottom: 0; left: 0; }
.decor-crescent { top: 26px; right: clamp(20px, 4vw, 64px); }

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--shell-max);
  margin: 0 auto;
  padding: clamp(46px, 7vw, 82px) clamp(18px, 5vw, 48px) 88px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}
.hero-badges {
  display: inline-flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-bottom: 24px;
}
.badge-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(15,107,79,0.10); border: 1px solid rgba(15,107,79,0.22);
  color: var(--emerald); font-weight: 700; font-size: 12px; letter-spacing: 0.04em;
  padding: 7px 13px; border-radius: 30px;
}
.badge-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); }
.badge-sub { font-weight: 600; font-size: 12px; letter-spacing: 0.05em; color: #84693A; }

.hero h1 {
  font-weight: 800;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--navy);
}
.hero h1 em { color: var(--emerald); font-style: normal; }
.hero-lead-en {
  font-weight: 600; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.35;
  color: var(--emerald); margin: 16px 0 14px;
}
.hero-lead {
  font-size: clamp(15px, 1.4vw, 17px); line-height: 1.6; color: var(--slate);
  max-width: 560px; margin: 0 0 22px;
}
.hero-phone {
  display: flex; align-items: center; gap: 10px; margin-bottom: 28px;
  font-weight: 600; font-size: 14px; color: var(--navy);
}
.hero-phone .pulse {
  width: 9px; height: 9px; border-radius: 50%; background: var(--whatsapp);
  box-shadow: 0 0 0 4px rgba(37,211,102,0.18);
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn-primary { padding: 15px 24px; font-size: 15px; }
.hero-actions .btn-outline { padding: 15px 24px; }

/* Hero collage */
.hero-collage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 150px 150px;
  gap: 12px;
}
.hero-collage .slot {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(11,31,58,0.12);
  background: var(--mint);
}
.hero-collage .slot img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-collage .slot.tall { grid-row: span 2; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip { background: var(--navy); }
.trust-strip .row {
  max-width: var(--shell-max); margin: 0 auto;
  padding: 20px clamp(18px, 5vw, 48px);
  display: flex; align-items: center; justify-content: center;
  gap: clamp(12px, 3vw, 36px); flex-wrap: wrap;
  font-weight: 600; font-size: 12.5px; letter-spacing: 0.06em;
  text-transform: uppercase; color: #C9D3E0;
}
.trust-strip .sep { color: var(--gold); }

/* ============================================================
   TRUST INTRO
   ============================================================ */
.trust-intro {
  max-width: var(--shell-max); margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) clamp(18px, 5vw, 48px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 5vw, 60px); align-items: start;
}
.trust-intro p.lead { font-size: 16px; line-height: 1.62; color: var(--slate); margin: 0 0 26px; }
.trust-intro .sub-em { font-weight: 600; font-size: 16px; color: var(--emerald); margin: 0 0 16px; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trust-item {
  display: flex; gap: 11px; align-items: flex-start;
  background: #fff; border: 1px solid rgba(11,31,58,0.09); border-radius: 16px;
  padding: 16px; box-shadow: 0 6px 18px rgba(11,31,58,0.04);
}
.trust-item .check {
  flex-shrink: 0; margin-top: 1px; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(15,107,79,0.12); display: flex; align-items: center; justify-content: center;
}
.trust-item span.txt { font-size: 13.5px; line-height: 1.45; color: var(--ink); }

/* ============================================================
   SECTION HEADS
   ============================================================ */
.head-narrow { max-width: 620px; margin-bottom: 40px; }
.head-center { text-align: center; margin-bottom: 44px; }
.head-center .eyebrow { justify-content: center; }

/* ============================================================
   PRODUCT CATEGORIES (Kad Grid)
   ============================================================ */
.section-products {
  background: var(--mint);
  border-top: 1px solid rgba(11,31,58,0.06);
  border-bottom: 1px solid rgba(11,31,58,0.06);
}
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.cat-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid rgba(11,31,58,0.08); border-radius: 24px;
  overflow: hidden; box-shadow: 0 10px 26px rgba(11,31,58,0.05);
  transition: transform .16s, box-shadow .16s;
}
.cat-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(11,31,58,0.1); }
.cat-head { padding: 22px 22px 16px; display: flex; align-items: center; gap: 12px; }
.cat-num {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px; background: #fff;
  border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px; color: var(--gold);
}
.cat-head h3 { font-weight: 800; font-size: 17px; line-height: 1.18; margin: 0; color: var(--navy); }
.cat-body { padding: 18px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.cat-body p { font-size: 13.5px; line-height: 1.55; color: var(--slate); margin: 0 0 16px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.cat-body .btn-primary { margin-top: auto; }

/* ============================================================
   CHOOSE YOUR NEED
   ============================================================ */
.section-needs { background: var(--navy); }
.section-needs .h2 { color: #fff; }
.section-needs .subline { color: var(--gold); }
.needs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.need-card {
  display: flex; flex-direction: column; background: #fff;
  border-top: 4px solid var(--gold); border-radius: 20px; padding: 30px 26px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}
.need-num {
  width: 46px; height: 46px; border-radius: 14px; background: rgba(15,107,79,0.10);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; color: var(--emerald); margin-bottom: 16px;
}
.need-card h3 { font-weight: 800; font-size: 21px; line-height: 1.18; letter-spacing: -0.01em; margin: 0 0 4px; color: var(--navy); }
.need-en { font-weight: 600; font-size: 13px; color: var(--emerald); margin: 0 0 10px; }
.need-card > p.desc { font-size: 14px; line-height: 1.55; color: var(--slate); margin: 0 0 16px; }
.need-forlabel { font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: #94A3B8; margin-bottom: 8px; }
.need-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.need-tags span {
  font-size: 12.5px; font-weight: 500; color: var(--navy);
  background: #F1F5F9; padding: 5px 10px; border-radius: 20px;
}
.need-card .btn-primary { margin-top: auto; padding: 13px 16px; font-size: 14px; }

/* ============================================================
   OEM/ODM PROCESS
   ============================================================ */
.section-process { background: var(--ivory); }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.process-lead { font-size: 16px; line-height: 1.6; color: var(--slate); margin: 0; }
.step-card {
  background: #fff; border: 1px solid rgba(11,31,58,0.08); border-radius: 18px;
  padding: 24px 22px; box-shadow: 0 8px 20px rgba(11,31,58,0.04);
}
.step-num {
  display: flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 50%; background: var(--gold); color: var(--navy);
  font-weight: 800; font-size: 15px; margin-bottom: 16px;
}
.step-card h3 { font-weight: 800; font-size: 16px; line-height: 1.2; margin: 0 0 4px; color: var(--navy); }
.step-en { font-weight: 600; font-size: 11.5px; color: var(--emerald); margin: 0 0 8px; }
.step-card p.d { font-size: 13px; line-height: 1.55; color: var(--slate); margin: 0; }
.process-cta { margin-top: 36px; }

/* ============================================================
   PROGRAM PACKAGES
   ============================================================ */
.section-program { background: #fff; border-top: 1px solid rgba(11,31,58,0.06); }
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; align-items: stretch; }
.pkg-card {
  display: flex; flex-direction: column; border-radius: 24px; padding: 30px 26px; position: relative;
}
.pkg-card.plain { background: #fff; border: 1px solid rgba(11,31,58,0.10); box-shadow: 0 10px 26px rgba(11,31,58,0.05); }
.pkg-card.featured { background: var(--emerald); border: 2px solid var(--gold); box-shadow: 0 20px 46px rgba(15,107,79,0.28); }
.pkg-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--navy); background: var(--gold); padding: 6px 14px; border-radius: 20px;
  box-shadow: 0 6px 16px rgba(212,160,23,0.4);
}
.pkg-kicker { font-weight: 700; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.pkg-card h3 { font-weight: 800; font-size: 22px; line-height: 1.18; letter-spacing: -0.01em; margin: 0 0 8px; }
.pkg-desc { font-size: 14px; line-height: 1.55; margin: 0 0 20px; }
.pkg-items { display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; }
.pkg-line { display: flex; gap: 10px; align-items: flex-start; }
.pkg-line svg { flex-shrink: 0; margin-top: 2px; }
.pkg-line span { font-size: 13.5px; line-height: 1.4; }
.pkg-card .btn { margin-top: auto; padding: 13px 16px; font-size: 14px; border-radius: 10px; }
.pkg-card .btn:hover { opacity: 0.9; }
/* plain palette */
.pkg-card.plain .pkg-kicker { color: var(--gold); }
.pkg-card.plain h3 { color: var(--navy); }
.pkg-card.plain .pkg-desc, .pkg-card.plain .pkg-line span { color: var(--slate); }
.pkg-card.plain .btn { background: var(--emerald); color: #fff; border: 1px solid var(--emerald); }
/* featured palette */
.pkg-card.featured .pkg-kicker { color: #F3DFA3; }
.pkg-card.featured h3 { color: #fff; }
.pkg-card.featured .pkg-desc, .pkg-card.featured .pkg-line span { color: #D5E5DE; }
.pkg-card.featured .btn { background: var(--gold); color: var(--navy); border: 1px solid var(--gold); }

/* ============================================================
   WHY LAMONTE
   ============================================================ */
.section-why { background: var(--ivory); border-top: 1px solid rgba(11,31,58,0.06); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.why-card {
  background: #fff; border: 1px solid rgba(11,31,58,0.08); border-radius: 20px;
  padding: 24px 22px; box-shadow: 0 8px 20px rgba(11,31,58,0.04);
}
.why-num {
  display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 50%; background: var(--emerald); border: 2px solid var(--gold); color: #fff;
  font-weight: 800; font-size: 14px; margin-bottom: 14px;
}
.why-card h3 { font-weight: 800; font-size: 16px; line-height: 1.2; margin: 0 0 4px; color: var(--navy); }
.why-card p { font-size: 13px; line-height: 1.55; color: var(--slate); margin: 0; }

/* ============================================================
   BUYER SEGMENTS
   ============================================================ */
.section-segments { background: #fff; border-top: 1px solid rgba(11,31,58,0.06); }
.segments-head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
  flex-wrap: wrap; margin-bottom: 36px;
}
.segments-head .col { max-width: 560px; }
.segments-head .h2 { margin: 0; }
.segment-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.segment-cloud span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; color: var(--navy);
  background: var(--ivory); border: 1px solid rgba(212,160,23,0.4);
  padding: 9px 15px; border-radius: 24px;
}
.segment-cloud span .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); }

/* ============================================================
   PRODUCT SHOWCASE
   ============================================================ */
.section-showcase {
  background: var(--mint);
  border-top: 1px solid rgba(11,31,58,0.06);
  border-bottom: 1px solid rgba(11,31,58,0.06);
}
.showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.show-card {
  background: #fff; border: 1px solid rgba(11,31,58,0.08); border-radius: 22px;
  overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 10px 26px rgba(11,31,58,0.05);
}
.show-media { position: relative; }
.show-media img { width: 100%; height: 268px; object-fit: cover; object-position: center; display: block; }
.show-tab {
  position: absolute; top: 14px; left: 14px;
  font-weight: 700; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 20px;
}
.show-body { padding: 22px 24px; }
.show-body h3 { font-weight: 800; font-size: 18px; line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 14px; color: var(--navy); }
.show-tags { display: flex; flex-wrap: wrap; gap: 7px; }

/* ============================================================
   EXPORT & SHIPPING
   ============================================================ */
.section-export { background: var(--ivory); }
.export-card {
  border: 1px solid rgba(11,31,58,0.08); border-radius: 24px; background: #fff;
  padding: clamp(28px, 5vw, 52px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 5vw, 52px); align-items: center;
  box-shadow: 0 12px 30px rgba(11,31,58,0.05);
}
.export-card .h2 { font-size: clamp(24px, 3vw, 34px); line-height: 1.12; margin: 0 0 16px; }
.export-card .btn-primary { padding: 14px 22px; }
.export-copy p.main { font-size: 15.5px; line-height: 1.62; color: var(--slate); margin: 0 0 16px; }
.export-copy p.note {
  font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0;
  padding-left: 16px; border-left: 3px solid var(--gold);
}

/* ============================================================
   FAQ
   ============================================================ */
.section-faq { background: #fff; border-top: 1px solid rgba(11,31,58,0.06); border-bottom: 1px solid rgba(11,31,58,0.06); }
.faq-shell { max-width: 860px; margin: 0 auto; padding: clamp(54px, 7vw, 88px) clamp(18px, 5vw, 48px); }
.faq-list {
  display: flex; flex-direction: column;
  border: 1px solid rgba(11,31,58,0.10); border-radius: 18px; overflow: hidden;
  background: #fff; box-shadow: 0 10px 26px rgba(11,31,58,0.04);
}
.faq-item { border-bottom: 1px solid rgba(11,31,58,0.08); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  background: transparent; border: none; cursor: pointer; text-align: left; font-family: inherit;
}
.faq-q .qtext { flex: 1; font-weight: 700; font-size: 16px; color: var(--navy); }
.faq-q .sign { font-weight: 400; font-size: 26px; line-height: 1; color: var(--gold); width: 20px; text-align: center; }
.faq-a { padding: 0 24px 22px; display: none; }
.faq-a p { font-size: 14.5px; line-height: 1.6; color: var(--slate); margin: 0; max-width: 700px; }
.faq-item.open .faq-a { display: block; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.section-final {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(45deg, rgba(212,160,23,0.06) 0 2px, transparent 2px 24px);
}
.final-inner {
  max-width: var(--shell-max); margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 48px); text-align: center;
}
.final-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.final-eyebrow .rule { width: 24px; height: 2px; background: var(--gold); }
.final-eyebrow .label { font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.final-inner h2 { font-weight: 800; font-size: clamp(28px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.02em; margin: 0 auto 8px; max-width: 780px; color: #fff; }
.final-inner .en { font-weight: 600; font-size: clamp(15px, 1.6vw, 18px); color: var(--gold); margin: 0 auto 22px; }
.final-inner .body { font-size: 17px; line-height: 1.55; color: #C9D3E0; max-width: 600px; margin: 0 auto 32px; }
.final-btn-wrap { display: flex; justify-content: center; margin-bottom: 20px; }
.btn-final {
  background: var(--gold); color: var(--navy); border: 1px solid var(--gold);
  font-weight: 800; font-size: 17px; padding: 18px 30px; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(212,160,23,0.4);
}
.btn-final:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(212,160,23,0.5); }
.final-phone { font-weight: 600; font-size: 14px; letter-spacing: 0.03em; color: #94A3B8; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { border-top: 1px solid rgba(11,31,58,0.10); background: var(--ivory); }
.footer-inner {
  max-width: var(--shell-max); margin: 0 auto; padding: 36px clamp(18px, 5vw, 48px);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 26px; height: 26px; }
.footer-brand .name { font-weight: 800; font-size: 16px; color: var(--navy); }
.footer-brand .tag { font-weight: 600; font-size: 11px; letter-spacing: 0.1em; color: var(--gold); margin-left: 6px; }
.footer-copy { font-weight: 500; font-size: 12px; color: var(--muted); }

/* ============================================================
   STICKY WHATSAPP
   ============================================================ */
.sticky-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--whatsapp); color: #fff; text-decoration: none;
  padding: 12px 20px 12px 14px; border-radius: 44px;
  box-shadow: 0 10px 28px rgba(37,211,102,0.45);
  transition: transform .16s, box-shadow .16s;
}
.sticky-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(37,211,102,0.55); }
.sticky-wa .ic {
  display: flex; align-items: center; justify-content: center; width: 34px; height: 34px;
  border-radius: 50%; background: rgba(255,255,255,0.18);
}
.sticky-wa .stack { display: flex; flex-direction: column; line-height: 1.15; }
.sticky-wa .stack .t { font-weight: 700; font-size: 15px; }
.sticky-wa .stack .s { font-weight: 500; font-size: 11px; opacity: 0.85; }

/* ============================================================
   POPUP
   ============================================================ */
.popup-overlay {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0 20px 100px; background: rgba(11,31,58,0.5);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
}
.popup-overlay[hidden] { display: none; }
.popup-card {
  position: relative; width: 100%; max-width: 420px; background: #fff;
  border-top: 4px solid var(--gold); border-radius: 20px; padding: 30px 28px;
  box-shadow: 0 24px 60px rgba(11,31,58,0.4);
}
.popup-close {
  position: absolute; top: 14px; right: 14px; width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  background: #F1F5F9; border: none; border-radius: 8px; cursor: pointer;
  font-size: 15px; color: var(--slate); line-height: 1;
}
.popup-kicker { font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.popup-card h3 { font-weight: 800; font-size: 22px; line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 10px; color: var(--navy); }
.popup-card p { font-size: 14.5px; line-height: 1.55; color: var(--slate); margin: 0 0 22px; }
.popup-card .btn-primary { display: inline-flex; width: 100%; padding: 15px 20px; }
.popup-later {
  display: block; width: 100%; margin-top: 12px; background: transparent; border: none;
  cursor: pointer; font-family: inherit; font-size: 13px; color: #94A3B8;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .site-nav { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand .name { font-size: 24px; }
  .brand .region { font-size: 13px; }
  .sticky-wa .stack .s { display: none; }
}
