/* ============================================================
   LCW AIDA LANDING — STYLESHEET  v1.0.0
   All selectors prefixed with #lcw-wrap or .lcw-
   so they never conflict with the active WordPress theme.
============================================================ */

/* ── Variables ── */
#lcw-wrap {
  --gold:     #c4a84f;
  --gold-lt:  #d9bf7a;
  --gold-dim: rgba(196,168,79,.14);
  --black:    #060606;
  --s1:       #0e0e0e;
  --s2:       #141414;
  --s3:       #1b1b1b;
  --border:   rgba(196,168,79,.13);
  --txt:      #e2ddd3;
  --muted:    #6a6660;
  --white:    #f8f4ec;
  --green:    #25D366;
  font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  background: var(--black);
  color: var(--txt);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── Google Font import ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&family=DM+Sans:wght@300;400;500;600;700&display=swap');

/* ── Reset scoped inside plugin ── */
#lcw-wrap *, #lcw-wrap *::before, #lcw-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
#lcw-wrap img { display: block; max-width: 100%; }
#lcw-wrap a { text-decoration: none; color: inherit; }

/* ── Utility ── */
.lcw-gold   { color: var(--gold); }
.lcw-italic { font-style: italic; }
.lcw-center { text-align: center; }
.lcw-container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.lcw-section { padding: 110px 0; }
.lcw-bg-s1  { background: var(--s1); }
.lcw-body-txt { font-size: 14px; color: var(--muted); line-height: 1.85; }
.lcw-divider { width: 48px; height: 1px; background: var(--gold); margin: 22px 0; }
.lcw-sec-label { display: inline-flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: .55em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 16px; }
.lcw-sec-label::before { content: ''; width: 26px; height: 1px; background: var(--gold); }
.lcw-sec-h { font-family: 'Cormorant Garamond', serif; font-weight: 700; line-height: 1.05; letter-spacing: -.01em; }
.lcw-fleet-h { font-size: clamp(30px, 4vw, 56px); margin-bottom: 32px; }

/* ── Reveal animation ── */
.lcw-rv { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.16,1,.3,1); }
.lcw-rv.lcw-in { opacity: 1; transform: translateY(0); }

/* ── Progress bar ── */
#lcwPgBar { position: fixed; top: 0; left: 0; height: 2px; background: var(--gold); z-index: 1100; width: 0; transition: width .1s linear; pointer-events: none; }

/* ── AIDA Sidebar ── */
.lcw-aida-nav { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 900; display: flex; flex-direction: column; gap: 6px; }
.lcw-adot { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--muted); background: rgba(6,6,6,.8); cursor: pointer; transition: all .3s; }
.lcw-adot:hover, .lcw-adot.lcw-on { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }

/* ── Floating WA ── */
.lcw-fwa { position: fixed; bottom: 24px; right: 24px; z-index: 1000; width: 56px; height: 56px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 6px 28px rgba(37,211,102,.45); animation: lcwWaPulse 2.5s ease-in-out infinite; transition: transform .3s; }
.lcw-fwa:hover { transform: scale(1.1); }
@keyframes lcwWaPulse { 0%,100%{box-shadow:0 6px 28px rgba(37,211,102,.4)} 50%{box-shadow:0 8px 50px rgba(37,211,102,.7)} }

/* ── Topbar ── */
.lcw-topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 14px 40px; background: rgba(6,6,6,.94); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.lcw-tb-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; letter-spacing: .18em; text-transform: uppercase; color: var(--white); }
.lcw-tb-logo span { color: var(--gold); }
.lcw-tb-right { display: flex; align-items: center; gap: 14px; }
.lcw-tb-phone { font-size: 12px; letter-spacing: .08em; color: var(--txt); }

/* ── Buttons ── */
.lcw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; cursor: pointer; transition: all .35s; border: none; }
.lcw-btn-wa    { background: var(--green); color: #fff; padding: 16px 36px; }
.lcw-btn-wa:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(37,211,102,.35); }
.lcw-btn-gold  { background: var(--gold); color: var(--black); padding: 16px 36px; }
.lcw-btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(196,168,79,.3); }
.lcw-btn-ghost { background: transparent; color: var(--txt); padding: 15px 36px; border: 1px solid rgba(255,255,255,.15); }
.lcw-btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.lcw-tb-cta { font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; background: var(--gold); color: var(--black); padding: 9px 22px; white-space: nowrap; transition: all .3s; }
.lcw-tb-cta:hover { background: var(--gold-lt); transform: translateY(-1px); }

/* ── AIDA Phase Banner ── */
.lcw-phase-banner { display: inline-flex; align-items: stretch; margin-bottom: 52px; }
.lcw-phase-letter { background: var(--gold); color: var(--black); font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 900; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lcw-phase-txt { padding: 0 20px; border: 1px solid var(--border); border-left: none; display: flex; flex-direction: column; justify-content: center; }
.lcw-phase-label { font-size: 8px; letter-spacing: .5em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.lcw-phase-desc { font-size: 13px; color: var(--txt); font-weight: 500; }

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.lcw-hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 130px 28px 90px; position: relative; overflow: hidden; border-top: none; }
.lcw-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(196,168,79,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(196,168,79,.032) 1px,transparent 1px); background-size: 52px 52px; pointer-events: none; }
.lcw-hero-radial { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 50% 50%,rgba(196,168,79,.07) 0%,transparent 68%); pointer-events: none; }
.lcw-hero-cars { position: absolute; bottom: 0; left: 0; right: 0; height: 320px; display: flex; align-items: flex-end; justify-content: center; pointer-events: none; }
.lcw-hero-cars img { height: 240px; object-fit: contain; opacity: .17; filter: brightness(1.1) saturate(.4); position: absolute; bottom: 0; }
.lcw-hero-cars img:nth-child(1) { left: 5%; transform: scale(.82); animation: lcwFloat 7s ease-in-out infinite; }
.lcw-hero-cars img:nth-child(2) { left: 50%; transform: translateX(-50%) scale(1.06); opacity: .27; filter: brightness(1.3) saturate(.65); animation: lcwFloat 7s -2s ease-in-out infinite; }
.lcw-hero-cars img:nth-child(3) { right: 5%; transform: scale(.82); animation: lcwFloat 7s -4s ease-in-out infinite; }
@keyframes lcwFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.lcw-hero-cars img:nth-child(2) { animation: lcwFloat2 7s -2s ease-in-out infinite; }
@keyframes lcwFloat2 { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-12px)} }

.lcw-hero-inner { position: relative; z-index: 2; text-align: center; max-width: 860px; }
.lcw-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(196,168,79,.1); border: 1px solid var(--border); padding: 7px 18px; margin-bottom: 32px; font-size: 10px; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); font-weight: 600; animation: lcwFadeDown .8s ease both; }
@keyframes lcwFadeDown { from{opacity:0;transform:translateY(-14px)} to{opacity:1;transform:translateY(0)} }
.lcw-h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px,9vw,108px); font-weight: 900; line-height: .9; letter-spacing: -.02em; margin-bottom: 26px; animation: lcwFadeUp .9s .1s ease both; }
.lcw-h1-l2 { font-style: italic; color: var(--gold); display: block; }
.lcw-h1-l3 { font-weight: 300; font-size: .72em; display: block; color: var(--txt); letter-spacing: .03em; margin-top: 10px; }
.lcw-hero-sub { font-size: 14px; color: var(--muted); max-width: 500px; margin: 0 auto 36px; animation: lcwFadeUp .9s .2s ease both; line-height: 1.8; }
.lcw-hero-sub strong { color: var(--txt); font-weight: 500; }
.lcw-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 46px; animation: lcwFadeUp .9s .3s ease both; }
.lcw-htag { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; border: 1px solid var(--border); padding: 6px 14px; color: var(--muted); }
.lcw-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; animation: lcwFadeUp .9s .4s ease both; }
.lcw-trust-row { margin-top: 60px; display: flex; justify-content: center; animation: lcwFadeUp .9s .55s ease both; }
.lcw-trust { text-align: center; padding: 0 36px; border-right: 1px solid var(--border); }
.lcw-trust:last-child { border-right: none; }
.lcw-trust-n { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700; color: var(--gold); line-height: 1; }
.lcw-trust-l { font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.lcw-scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; animation: lcwFadeUp 1s .9s ease both; }
.lcw-sline { width: 1px; height: 48px; background: linear-gradient(to bottom,var(--gold),transparent); animation: lcwSlinePulse 1.6s ease-in-out infinite; }
@keyframes lcwSlinePulse { 0%,100%{transform:scaleY(1);transform-origin:top} 50%{transform:scaleY(.45);transform-origin:bottom} }
.lcw-stxt { font-size: 8px; letter-spacing: .45em; text-transform: uppercase; color: var(--muted); }
@keyframes lcwFadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }

/* ════════════════════════════════════════
   MARQUEE
════════════════════════════════════════ */
.lcw-marquee-wrap { background: var(--gold); padding: 13px 0; overflow: hidden; display: flex; }
.lcw-marquee-track { display: flex; white-space: nowrap; animation: lcwMarquee 22s linear infinite; }
.lcw-marquee-track span { font-size: 9px; letter-spacing: .45em; text-transform: uppercase; color: var(--black); font-weight: 700; padding: 0 28px; }
.lcw-mdot { color: rgba(0,0,0,.35) !important; }
@keyframes lcwMarquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ════════════════════════════════════════
   STATS
════════════════════════════════════════ */
.lcw-stats-row { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--border); background: var(--black); }
.lcw-stat { text-align: center; padding: 46px 16px; border-right: 1px solid var(--border); }
.lcw-stat:last-child { border-right: none; }
.lcw-stat-n { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 700; color: var(--gold); line-height: 1; }
.lcw-stat-l { font-size: 9px; letter-spacing: .38em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

/* ════════════════════════════════════════
   INTEREST
════════════════════════════════════════ */
.lcw-int-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; align-items: start; }
.lcw-int-grid h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,4vw,52px); font-weight: 700; line-height: 1.1; margin-bottom: 20px; }
.lcw-feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.lcw-feat { background: var(--s2); padding: 26px 22px; border: 1px solid var(--border); position: relative; overflow: hidden; transition: border-color .3s, background .3s; cursor: default; }
.lcw-feat::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .38s cubic-bezier(.16,1,.3,1); transform-origin: left; }
.lcw-feat:hover { border-color: rgba(196,168,79,.4); background: rgba(196,168,79,.04); }
.lcw-feat:hover::after { transform: scaleX(1); }
.lcw-feat-ico { font-size: 22px; margin-bottom: 12px; }
.lcw-feat-t { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; color: var(--white); margin-bottom: 7px; }
.lcw-feat-d { font-size: 12px; color: var(--muted); line-height: 1.65; }
.lcw-usp-bar { display: grid; grid-template-columns: repeat(4,1fr); background: var(--s2); border: 1px solid var(--border); margin-top: 52px; }
.lcw-usp { padding: 22px 16px; text-align: center; border-right: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 11px; letter-spacing: .06em; color: var(--txt); }
.lcw-usp:last-child { border-right: none; }
.lcw-usp-ico { font-size: 19px; }

/* ════════════════════════════════════════
   FLEET / DESIRE
════════════════════════════════════════ */
.lcw-filter-tabs { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 40px; }
.lcw-ftab { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; font-weight: 600; padding: 9px 20px; background: transparent; border: 1px solid var(--border); color: var(--muted); cursor: pointer; transition: all .3s; }
.lcw-ftab:hover, .lcw-ftab-active { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }

.lcw-cars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.lcw-car { background: var(--s1); border: 1px solid var(--border); display: flex; flex-direction: column; overflow: hidden; transition: border-color .4s, transform .4s; cursor: default; position: relative; }
.lcw-car:hover { border-color: rgba(196,168,79,.45); transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.lcw-car-feat { grid-column: span 2; }

.lcw-car-img { position: relative; height: 200px; overflow: hidden; background: var(--s2); }
.lcw-car-feat .lcw-car-img { height: 300px; }
.lcw-car-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); filter: brightness(.92); }
.lcw-car:hover .lcw-car-img img { transform: scale(1.06); filter: brightness(1); }
.lcw-car-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(6,6,6,.6) 0%,transparent 60%); }
.lcw-badge { position: absolute; font-size: 8px; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; padding: 4px 10px; }
.lcw-badge-gold { top: 12px; left: 12px; background: var(--gold); color: var(--black); }
.lcw-badge-outline { top: 12px; right: 12px; background: rgba(196,168,79,.15); border: 1px solid rgba(196,168,79,.35); color: var(--gold); }

.lcw-car-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.lcw-car-cat { font-size: 8px; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 6px; }
.lcw-car-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: var(--white); line-height: 1.1; }
.lcw-car-feat .lcw-car-name { font-size: 30px; }
.lcw-car-specs { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 12px 0 16px; }
.lcw-cspec { font-size: 10px; letter-spacing: .1em; color: var(--muted); }
.lcw-car-meta { display: flex; flex-direction: column; gap: 0; margin-bottom: 16px; }
.lcw-car-meta-row { display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.lcw-car-meta-row span:first-child { color: var(--muted); }
.lcw-car-meta-row span:last-child { color: var(--txt); font-weight: 500; }
.lcw-price-row { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border); }
.lcw-car-price { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 700; color: var(--gold); }
.lcw-car-feat .lcw-car-price { font-size: 34px; }
.lcw-car-price sub { font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--muted); font-weight: 400; }
.lcw-car-book { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 8px 16px; cursor: pointer; transition: all .3s; }
.lcw-car-book:hover { background: var(--gold); color: var(--black); }

/* ── Narrative ── */
.lcw-narrative { background: var(--s1); border: 1px solid var(--border); padding: 68px 72px; position: relative; overflow: hidden; margin-top: 4px; }
.lcw-narrative::before { content: '"'; position: absolute; font-family: 'Cormorant Garamond', serif; font-size: 480px; font-weight: 700; color: rgba(196,168,79,.04); top: -80px; left: -20px; pointer-events: none; line-height: 1; }
.lcw-narr-q { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px,3vw,32px); font-style: italic; font-weight: 400; line-height: 1.55; position: relative; z-index: 1; }
.lcw-narr-q em { color: var(--gold); font-style: normal; }
.lcw-narr-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); margin-top: 52px; position: relative; z-index: 1; }
.lcw-nstep { background: var(--s1); padding: 26px 20px; }
.lcw-nstep-n { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 900; color: var(--gold); opacity: .2; line-height: 1; }
.lcw-nstep-t { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--white); margin-top: 10px; }
.lcw-nstep-d { font-size: 12px; color: var(--muted); margin-top: 7px; line-height: 1.65; }

/* ── Occasions ── */
.lcw-occ-row { display: flex; gap: 8px; flex-wrap: wrap; }
.lcw-occ { flex: 1; min-width: 110px; background: var(--s1); border: 1px solid var(--border); padding: 24px 14px; text-align: center; transition: all .38s; cursor: default; }
.lcw-occ:hover { border-color: var(--gold); background: var(--gold-dim); transform: translateY(-4px); }
.lcw-occ-ico { font-size: 28px; margin-bottom: 10px; }
.lcw-occ-t { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* ════════════════════════════════════════
   ACTION
════════════════════════════════════════ */
.lcw-urg-bar { background: var(--gold); padding: 14px 28px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.lcw-urg-item { display: flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .1em; font-weight: 700; color: var(--black); }
.lcw-urg-sep { color: rgba(0,0,0,.3); font-size: 10px; }
.lcw-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.lcw-action-h { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,4vw,54px); font-weight: 900; line-height: 1.05; }
.lcw-action-h em { font-style: italic; color: var(--gold); }
.lcw-check-list { margin-top: 28px; list-style: none; display: flex; flex-direction: column; gap: 13px; }
.lcw-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: var(--txt); line-height: 1.5; }
.lcw-check-list li::before { content: '✓'; color: var(--gold); font-weight: 700; font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.lcw-action-btns { margin-top: 36px; display: flex; flex-direction: column; gap: 10px; }
.lcw-cta-note { font-size: 10px; color: var(--muted); margin-top: 14px; }

/* ── Form ── */
.lcw-form-card { background: var(--s2); border: 1px solid var(--border); padding: 38px; }
.lcw-form-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; margin-bottom: 6px; color: var(--white); }
.lcw-form-sub { font-size: 12px; color: var(--muted); margin-bottom: 26px; }
.lcw-form-rows { display: flex; flex-direction: column; gap: 14px; }
.lcw-fg { display: flex; flex-direction: column; gap: 5px; }
.lcw-fg label { font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.lcw-fg input, .lcw-fg select { background: var(--black); border: 1px solid var(--border); color: var(--txt); font-family: 'DM Sans', sans-serif; font-size: 14px; padding: 12px 15px; outline: none; transition: border-color .3s; -webkit-appearance: none; width: 100%; }
.lcw-fg input::placeholder { color: var(--muted); }
.lcw-fg input:focus, .lcw-fg select:focus { border-color: var(--gold); }
.lcw-fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lcw-form-submit { width: 100%; background: var(--gold); color: var(--black); font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; font-weight: 700; padding: 16px; border: none; cursor: pointer; margin-top: 4px; transition: all .35s; }
.lcw-form-submit:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(196,168,79,.3); }
.lcw-form-trust { display: flex; gap: 14px; margin-top: 14px; flex-wrap: wrap; font-size: 10px; color: var(--muted); }

/* ── Reviews ── */
.lcw-reviews { margin-top: 80px; padding-top: 60px; border-top: 1px solid var(--border); }
.lcw-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 32px; }
.lcw-rev { background: var(--s2); border: 1px solid var(--border); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.lcw-rev-stars { color: #f59e0b; letter-spacing: 3px; font-size: 13px; }
.lcw-rev-txt { font-size: 13px; color: var(--txt); font-style: italic; line-height: 1.75; }
.lcw-rev-auth { display: flex; align-items: center; gap: 12px; }
.lcw-rev-av { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-dim); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 16px; }
.lcw-rev-name { font-size: 12px; font-weight: 600; color: var(--white); }
.lcw-rev-loc { font-size: 10px; color: var(--muted); letter-spacing: .08em; }

/* ── Final Band ── */
.lcw-final-band { margin-top: 80px; background: var(--gold); padding: 68px 28px; text-align: center; }
.lcw-final-band h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px,4.5vw,50px); font-weight: 900; color: var(--black); margin-bottom: 10px; }
.lcw-final-band p { font-size: 14px; color: rgba(0,0,0,.6); margin-bottom: 30px; }
.lcw-final-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lcw-fb-wa { display: inline-flex; align-items: center; gap: 10px; background: var(--black); color: var(--gold); font-size: 10px; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; padding: 16px 32px; transition: all .3s; }
.lcw-fb-wa:hover { background: #111; transform: translateY(-2px); }
.lcw-fb-call { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--black); font-size: 10px; letter-spacing: .28em; text-transform: uppercase; font-weight: 600; padding: 15px 32px; border: 2px solid rgba(0,0,0,.25); transition: all .3s; }
.lcw-fb-call:hover { border-color: var(--black); transform: translateY(-2px); }

/* ── Footer ── */
.lcw-footer { background: var(--black); border-top: 1px solid var(--border); padding: 36px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.lcw-ft-logo { font-family: 'Cormorant Garamond', serif; font-size: 16px; letter-spacing: .16em; text-transform: uppercase; color: var(--txt); }
.lcw-ft-logo span { color: var(--gold); }
.lcw-ft-links { display: flex; gap: 24px; }
.lcw-ft-links a { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); transition: color .3s; }
.lcw-ft-links a:hover { color: var(--gold); }
.lcw-ft-copy { font-size: 11px; color: var(--muted); }

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 960px) {
  .lcw-aida-nav { display: none; }
  .lcw-int-grid { grid-template-columns: 1fr; gap: 40px; }
  .lcw-cars-grid { grid-template-columns: 1fr 1fr; }
  .lcw-car-feat { grid-column: span 2; }
  .lcw-narr-steps { grid-template-columns: 1fr 1fr; }
  .lcw-action-grid { grid-template-columns: 1fr; gap: 50px; }
  .lcw-reviews-grid { grid-template-columns: 1fr; }
  .lcw-stats-row { grid-template-columns: 1fr 1fr; }
  .lcw-usp-bar { grid-template-columns: 1fr 1fr; }
  .lcw-topbar { padding: 12px 20px; }
}
@media (max-width: 640px) {
  .lcw-tb-phone { display: none; }
  .lcw-cars-grid { grid-template-columns: 1fr; }
  .lcw-car-feat { grid-column: span 1; }
  .lcw-car-feat .lcw-car-img { height: 200px; }
  .lcw-narr-steps { grid-template-columns: 1fr; }
  .lcw-narrative { padding: 40px 24px; }
  .lcw-feat-grid { grid-template-columns: 1fr; }
  .lcw-fg-row { grid-template-columns: 1fr; }
  .lcw-trust { padding: 0 18px; }
  .lcw-h1 { font-size: clamp(38px,12vw,72px); }
}
