/* ============================================================
   Kitchen & More — Landing Page System (Google Ads)
   Premium remodeling brand: warm ink + cream paper + brass.
   Conversion-first: sticky CTAs, lead form, trust everywhere.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #1e2128;
  --ink-soft: #444953;
  --muted: #717783;
  --line: #e7e6e2;
  --line-soft: #f0efeb;
  --paper: #ffffff;
  --paper-2: #f6f4ef;
  --white: #ffffff;
  --card: #ffffff;

  /* Brand green accent (matches Kitchen & More) */
  --accent: #33ad48;
  --accent-deep: #268a39;
  --accent-tint: #e9f6ec;
  --accent-line: #bfe3c6;
  --forest: #15692b;
  --forest-deep: #0f4d20;

  /* Trust */
  --green: #268a39;
  --star: #33ad48;
  --google-blue: #4285f4;

  --maxw: 1180px;
  --radius: 14px;
  --radius-lg: 24px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(30,33,40,.05), 0 6px 18px rgba(30,33,40,.06);
  --shadow-md: 0 14px 40px rgba(30,33,40,.10);
  --shadow-lg: 0 30px 70px rgba(30,33,40,.16);

  --font: 'Poppins', system-ui, -apple-system, sans-serif;
  --serif: 'Poppins', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; }
.section-sm { padding: 64px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent-deep);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); display: inline-block; }
.eyebrow.center-line { justify-content: center; }

h1, h2, h3 { line-height: 1.07; letter-spacing: -.02em; font-weight: 800; }
h2 { font-size: clamp(30px, 4.2vw, 47px); }
h3 { font-size: 21px; letter-spacing: -.01em; }
.serif-em { color: inherit; font-weight: inherit; font-style: normal; }
.lede { font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-soft); max-width: 60ch; line-height: 1.6; }
.sec-head { max-width: 720px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head h2 { margin: 14px 0 0; }
.sec-head .lede { margin-top: 16px; }
.sec-head.center .lede { margin-left: auto; margin-right: auto; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 15px; letter-spacing: .06em; line-height: 1.1; text-transform: uppercase;
  padding: 17px 30px; border-radius: 4px; cursor: pointer; border: 1.6px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(51,173,72,.30); }
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(51,173,72,.40); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--accent-deep); border-color: var(--accent); }
.btn-ghost:hover { border-color: var(--accent-deep); background: var(--accent-tint); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.btn-light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-lg { padding: 19px 36px; font-size: 16px; }
.btn-block { width: 100%; }

/* ---------- Offer pill ---------- */
.offer-pill {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14px; font-weight: 600; color: var(--accent-deep);
  background: var(--accent-tint); border: 1px solid var(--accent-line);
  padding: 9px 16px; border-radius: 999px;
}
.offer-pill b { font-weight: 800; }
.offer-pill .spark { width: 16px; height: 16px; color: var(--accent); flex: none; }
.offer-pill .op-text { min-width: 0; }

@media (max-width: 560px) {
  .offer-pill { align-items: flex-start; gap: 8px; font-size: 13px; padding: 10px 15px; line-height: 1.4; text-align: left; }
  .offer-pill .spark { margin-top: 2px; }
}

/* ============================================================
   TOP BAR + HEADER
   ============================================================ */
.topbar { background: var(--forest); color: #fff; font-size: 13.5px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 42px; }
.topbar .tb-offer { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.topbar .tb-offer .spark { width: 15px; height: 15px; color: var(--accent-line); }
.topbar .tb-offer b { color: #fff; font-weight: 800; }
.topbar .tb-right { display: flex; align-items: center; gap: 20px; }
.topbar .tb-right a { display: inline-flex; align-items: center; gap: 7px; opacity: .9; font-weight: 600; }
.topbar .tb-right a:hover { opacity: 1; }
.topbar .tb-right svg { width: 14px; height: 14px; opacity: .85; }
.topbar .tb-sep { width: 1px; height: 16px; background: rgba(247,243,234,.22); }

.site-header {
  position: sticky; top: 0; z-index: 70;
  background: rgba(255,255,255,.9); backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 20px; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand .mark {
  width: 42px; height: 42px; border-radius: 11px; background: var(--accent); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 21px;
  flex: none;
}
.brand .bt b { font-size: 18px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; display: block; }
.brand .bt span { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.nav-links { display: flex; gap: 20px; margin-left: auto; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: color .15s; white-space: nowrap; }
.nav-links a:hover { color: var(--accent-deep); }
.nav-cta { display: flex; align-items: center; gap: 16px; flex: none; }
.nav-phone { display: flex; flex-direction: column; line-height: 1.15; text-align: right; flex: none; white-space: nowrap; }
.nav-phone span { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.nav-phone b { font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
.burger { display: none; width: 46px; height: 46px; border-radius: 11px; border: 1.5px solid var(--line); background: var(--white); cursor: pointer; }
.burger span { display: block; width: 19px; height: 2px; background: var(--ink); margin: 4px auto; border-radius: 2px; transition: .2s; }

/* Mobile drawer */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(23,20,15,.5); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .25s; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(360px, 86vw); background: var(--paper);
  z-index: 95; transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 6px; box-shadow: var(--shadow-lg);
}
.drawer.open { transform: translateX(0); }
.drawer .d-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.drawer .d-close { width: 42px; height: 42px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; font-size: 22px; cursor: pointer; line-height: 1; }
.drawer a.d-link { padding: 14px 8px; font-size: 17px; font-weight: 700; border-bottom: 1px solid var(--line-soft); }
.drawer .d-cta { margin-top: 20px; display: grid; gap: 12px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 54px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.rating-row { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; background: var(--white); border: 1px solid var(--line); padding: 8px 14px 8px 10px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.rating-row .g { width: 22px; height: 22px; flex: none; }
.stars { display: inline-flex; gap: 1px; }
.stars svg { width: 17px; height: 17px; fill: var(--star); }
.rating-row .rtxt { font-size: 13.5px; color: var(--muted); font-weight: 600; }
.rating-row .rtxt b { color: var(--ink); font-weight: 800; }
.hero h1 { font-size: clamp(38px, 5.2vw, 60px); letter-spacing: -.03em; }
.hero p.lede { margin: 22px 0 0; }
.hero-ticks { display: grid; gap: 12px; margin: 26px 0 30px; }
.tick { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink-soft); font-size: 16.5px; }
.tick .ic { width: 24px; height: 24px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-deep); display: grid; place-items: center; flex: none; }
.tick .ic svg { width: 13px; height: 13px; }
.hero-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-offer { margin-top: 22px; }
.hero-media { position: relative; }
.hero-media .photo { width: 100%; height: 580px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); background: var(--paper-2); }
.hero-badge {
  position: absolute; left: -26px; bottom: 36px; background: #fff; border-radius: 16px;
  padding: 15px 19px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 13px; max-width: 250px;
}
.hero-badge .num { font-size: 30px; font-weight: 800; line-height: 1; color: var(--accent-deep); letter-spacing: -.03em; }
.hero-badge .lab { font-size: 12.5px; color: var(--muted); font-weight: 600; line-height: 1.3; }
.hero-badge.tr { left: auto; right: -22px; bottom: auto; top: 28px; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip { background: var(--white); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 14px 34px; padding: 24px 0; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; }
.trust-item .badge { width: 26px; height: 26px; border-radius: 6px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-deep); font-weight: 800; font-size: 13px; flex: none; }
.trust-item .stars svg { width: 13px; height: 13px; }
.trust-item b { font-weight: 800; }
.trust-item .sub { color: var(--muted); font-weight: 600; font-size: 13px; }
.trust-sep { width: 1px; height: 26px; background: var(--line); }

/* ============================================================
   SPLIT / VIDEO INTRO
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.rev .split-media { order: -1; }
.media-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.media-card img { width: 100%; height: 440px; object-fit: cover; display: block; }
.play-btn {
  position: absolute; inset: 0; margin: auto; width: 80px; height: 80px; border-radius: 50%;
  background: rgba(255,255,255,.94); display: grid; place-items: center; box-shadow: var(--shadow-md); cursor: pointer;
  transition: transform .18s ease;
}
.play-btn:hover { transform: scale(1.07); }
.play-btn::after { content: ""; width: 0; height: 0; border-left: 21px solid var(--accent-deep); border-top: 13px solid transparent; border-bottom: 13px solid transparent; margin-left: 6px; }
.mini-stats { display: flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.mini-stat .n { font-size: 38px; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--accent-deep); }
.mini-stat .l { font-size: 14px; color: var(--muted); font-weight: 600; margin-top: 6px; }
.checklist { display: grid; gap: 13px; margin-top: 26px; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; list-style: none; font-weight: 600; color: var(--ink-soft); }
.checklist li .ic { width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; flex: none; margin-top: 1px; }
.checklist li .ic svg { width: 13px; height: 13px; }

/* ============================================================
   BENEFIT CARDS (numbered)
   ============================================================ */
.cards-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 44px; flex-wrap: wrap; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.bcard {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  position: relative; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--accent-line); }
.bcard .num { font-size: 14px; color: var(--accent); font-weight: 700; letter-spacing: .04em; }
.bcard .bicon { width: 52px; height: 52px; border-radius: 13px; background: var(--accent-tint); color: var(--accent-deep); display: grid; place-items: center; margin-bottom: 20px; }
.bcard .bicon svg { width: 26px; height: 26px; }
.bcard h3 { margin: 0 0 9px; }
.bcard p { font-size: 15px; color: var(--muted); line-height: 1.55; }

/* ============================================================
   SERVICES GRID (with small image/icon)
   ============================================================ */
.svc-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--accent-line); }
.svc-card .thumb { height: 168px; overflow: hidden; background: var(--paper-2); }
.svc-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.svc-card:hover .thumb img { transform: scale(1.05); }
.svc-card .body { padding: 22px 22px 26px; }
.svc-card h3 { margin-bottom: 8px; }
.svc-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }

/* ============================================================
   BEFORE / AFTER SLIDER
   ============================================================ */
.ba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ba {
  position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3;
  box-shadow: var(--shadow-sm); user-select: none; touch-action: pan-y; cursor: ew-resize; background: var(--paper-2);
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba .after-wrap { position: absolute; inset: 0; width: 50%; overflow: hidden; }
.ba .after-wrap img { width: 100vw; max-width: none; }
.ba .handle { position: absolute; top: 0; bottom: 0; width: 3px; background: #fff; left: 50%; transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(0,0,0,.06); pointer-events: none; }
.ba .knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-md); display: grid; place-items: center; pointer-events: none; }
.ba .knob svg { width: 22px; height: 22px; color: var(--accent-deep); }
.ba .tag { position: absolute; bottom: 12px; padding: 5px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: rgba(23,20,15,.62); backdrop-filter: blur(4px); }
.ba .tag.before { right: 12px; }
.ba .tag.after { left: 12px; }

/* ============================================================
   OFFER BAND
   ============================================================ */
.offer-band { background: var(--accent); color: #fff; position: relative; overflow: hidden; }
.offer-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.16), transparent 70%); }
.offer-band .wrap { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; padding: 72px 24px; }
.offer-band .tag-line { font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.9); }
.offer-band h2 { margin: 16px 0 14px; font-size: clamp(34px, 5vw, 58px); }
.offer-band h2 .big { color: #fff; }
.offer-band p { color: rgba(255,255,255,.86); max-width: 46ch; font-size: 17px; }
.offer-band .ob-cta { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.offer-band .ob-note { font-size: 13px; color: rgba(255,255,255,.72); text-align: center; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 26px; }
.step .sn { font-size: 40px; font-weight: 700; color: var(--accent); line-height: 1; }
.step h3 { margin: 14px 0 10px; }
.step p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.step::before { content: ""; position: absolute; top: 10px; left: 0; right: 0; height: 1px; background: var(--line); }
.step .dot { position: absolute; top: 5px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-tint); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; }
.testi .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.testi .stars svg { width: 16px; height: 16px; fill: var(--star); }
.testi .gmark { width: 22px; height: 22px; }
.testi p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; flex: 1; }
.testi .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.testi .av { width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 17px; flex: none; }
.testi .who b { display: block; font-weight: 800; font-size: 15px; }
.testi .who span { font-size: 12.5px; color: var(--muted); display: flex; align-items: center; gap: 5px; }

/* ============================================================
   SHOWROOMS
   ============================================================ */
.showroom { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; }
.showroom img { width: 100%; height: 240px; object-fit: cover; }
.showroom .body { padding: 26px; }
.showroom h3 { font-size: 24px; margin-bottom: 10px; }
.showroom p { font-size: 15px; color: var(--muted); line-height: 1.55; margin-bottom: 20px; }
.showroom .links { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   AREAS / CHIPS
   ============================================================ */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: 9px 17px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: .15s; }
.chip:hover { border-color: var(--accent); color: var(--accent-deep); background: var(--accent-tint); }

/* ============================================================
   COST TABLE (bathroom)
   ============================================================ */
.cost-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cost-table th, .cost-table td { text-align: left; padding: 18px 22px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.cost-table thead th { background: var(--ink); color: var(--paper); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; }
.cost-table tbody tr:last-child td { border-bottom: none; }
.cost-table tbody tr:hover { background: var(--accent-tint); }
.cost-table .ptype { font-weight: 800; font-size: 16px; width: 30%; }
.cost-table .pcost { font-weight: 800; color: var(--accent-deep); white-space: nowrap; width: 22%; }
.cost-table .pdesc { color: var(--muted); font-size: 14.5px; line-height: 1.5; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 17px; font-weight: 700; color: var(--ink); }
.faq-q .pm { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--accent-tint); color: var(--accent-deep); display: grid; place-items: center; transition: transform .25s; font-size: 18px; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; line-height: 1.6; }

/* ============================================================
   QUOTE FORM (main KPI)
   ============================================================ */
.quote { background: var(--forest); color: var(--paper); position: relative; overflow: hidden; }
.quote::before { content: ""; position: absolute; left: -140px; bottom: -140px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%); }
.quote-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.quote .q-left h2 { color: #fff; font-size: clamp(32px, 4.4vw, 50px); }
.quote .q-left .lede { color: rgba(247,243,234,.78); margin-top: 18px; }
.quote .q-perks { display: grid; gap: 14px; margin-top: 28px; }
.quote .q-perks li { list-style: none; display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; }
.quote .q-perks .ic { width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; flex: none; }
.quote .q-perks .ic svg { width: 14px; height: 14px; }
.quote .q-meta { margin-top: 30px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.quote .q-meta .rating-row { background: rgba(247,243,234,.08); border-color: rgba(247,243,234,.16); }
.quote .q-meta .rating-row .rtxt { color: rgba(247,243,234,.72); }
.quote .q-meta .rating-row .rtxt b { color: #fff; }

.qform { background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-lg); }
.qform .badge-row { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-tint); color: var(--accent-deep); font-size: 13px; font-weight: 800; padding: 8px 14px; border-radius: 999px; margin-bottom: 18px; }

/* Embedded CRM webform (Giraffe CRM) — sized to show the whole form with no internal scroll */
.qform-embed .ghl-embed { margin: 4px 0 6px; }
.qform-embed .ghl-embed { -webkit-overflow-scrolling: touch; }
.qform-embed .ghl-form { width: 100%; height: 1120px; border: 0; display: block; overflow: hidden; background: #fff; border-radius: var(--radius-sm); }
/* Mobile: trim height to the real form size (no dead space) and force the iframe onto its
   own compositing layer so iOS routes taps to the Submit button correctly. */
@media (max-width: 520px) {
  .qform-embed .ghl-form {
    height: 1040px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .qform-embed { padding-bottom: 20px; }
}
.qform h3 { font-size: 25px; margin-bottom: 6px; }
.qform .sub { font-size: 14.5px; color: var(--muted); margin-bottom: 22px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; color: var(--ink-soft); }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-size: 15.5px; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
/* 16px on mobile prevents iOS Safari from auto-zooming when a field is focused */
@media (max-width: 760px) { .field input, .field select, .field textarea { font-size: 16px; } }
.field textarea { resize: vertical; min-height: 88px; }
.field.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field .err { color: #c0392b; font-size: 12.5px; margin-top: 5px; display: none; }
.field.invalid input, .field.invalid select { border-color: #c0392b; }
.field.invalid .err { display: block; }
.qform .form-note { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 14px; line-height: 1.5; }
.qform .form-note a { color: var(--accent-deep); font-weight: 600; }
.form-error { display: none; align-items: flex-start; gap: 10px; margin: 4px 0 14px; padding: 13px 15px; border-radius: var(--radius-sm); background: #fdecea; border: 1px solid #f5c6c0; color: #a3271b; font-size: 14px; line-height: 1.5; font-weight: 600; }
.form-error.show { display: flex; }
.form-error svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.form-error a { color: #a3271b; text-decoration: underline; font-weight: 800; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .check { width: 70px; height: 70px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; margin: 0 auto 20px; }
.form-success .check svg { width: 34px; height: 34px; }
.form-success h3 { font-size: 24px; margin-bottom: 10px; }
.form-success p { color: var(--muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--forest-deep); color: rgba(255,255,255,.74); padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(247,243,234,.1); }
.footer .brand .bt b { color: #fff; }
.footer .f-about { margin-top: 18px; font-size: 14.5px; line-height: 1.6; max-width: 34ch; }
.footer h4 { color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; display: grid; gap: 11px; }
.footer ul a { font-size: 14.5px; transition: color .15s; }
.footer ul a:hover { color: var(--accent-line); }
.footer .f-contact p { font-size: 14.5px; line-height: 1.6; margin-bottom: 14px; }
.footer .f-contact b { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 26px; font-size: 13px; flex-wrap: wrap; }
.footer-bottom a { color: rgba(247,243,234,.72); }

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; display: none;
  background: var(--paper); border-top: 1px solid var(--line); padding: 10px 14px;
  gap: 10px; box-shadow: 0 -8px 24px rgba(23,20,15,.1);
}
.sticky-cta .btn { flex: 1; padding: 15px 12px; font-size: 15px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .hero-media .photo { height: 480px; }
}
@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-phone { display: none; }
  .nav-cta { margin-left: auto; }
  .burger { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media .photo { height: 420px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.rev .split-media { order: 0; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: 1fr 1fr; }
  .offer-band .wrap { grid-template-columns: 1fr; gap: 28px; padding: 56px 24px; }
  .quote-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 680px) {
  .section { padding: 64px 0; }
  .topbar { font-size: 11.5px; }
  .topbar .wrap { height: auto; min-height: 40px; padding: 7px 16px; gap: 10px; }
  .topbar .tb-offer { gap: 7px; line-height: 1.25; }
  .topbar .tb-offer .spark { width: 13px; height: 13px; }
  .topbar .tb-right { gap: 12px; }
  .topbar .tb-right a { gap: 5px; white-space: nowrap; }
  .topbar .tb-right svg { width: 13px; height: 13px; }
  .site-header .nav { height: 62px; gap: 12px; }
  .brand-logo { height: 24px; }
  .site-header .nav-cta { gap: 8px; }
  .site-header .nav-cta .btn { padding: 11px 15px; font-size: 13px; }
  .burger { width: 42px; height: 42px; }
  .hide-sm { display: none !important; }
  .grid-4, .grid-3, .grid-2, .ba-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .field.two { grid-template-columns: 1fr; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -24px; }
  .hero { padding-bottom: 44px; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 72px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cost-table thead { display: none; }
  .cost-table, .cost-table tbody, .cost-table tr, .cost-table td { display: block; width: 100%; }
  .cost-table tr { border-bottom: 1px solid var(--line); padding: 6px 0; }
  .cost-table td { border: none; padding: 6px 20px; }
  .cost-table .ptype { padding-top: 16px; }
  .quote .q-meta { justify-content: flex-start; }
}
@media (max-width: 460px) {
  .hero h1 { font-size: 34px; }
  .qform { padding: 24px 20px; }
  .site-header .nav-cta .btn { display: none; }
}

/* ============================================================
   LOGO (real brand SVG)
   ============================================================ */
.brand-logo { height: 28px; width: auto; display: block; }
.drawer .brand-logo { height: 28px; }
.footer-logo { height: 30px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 16px; }
.site-header .nav-cta .btn { padding: 12px 20px; font-size: 14px; }

/* ============================================================
   VIDEO GALLERY + MODAL
   ============================================================ */
.video-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vcard { cursor: pointer; display: flex; flex-direction: column; }
.vthumb { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--shadow-sm); background: var(--paper-2); }
.vthumb img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform .45s ease; }
.vcard:hover .vthumb img { transform: scale(1.14); }
.vthumb .vplay { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(15,40,20,.4); transition: transform .18s ease, background .18s ease; }
.vcard:hover .vthumb .vplay { transform: scale(1.08); background: var(--accent-deep); }
.vthumb .vplay::after { content: ""; width: 0; height: 0; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 5px; }
.vthumb .vtime { position: absolute; bottom: 11px; right: 11px; background: rgba(15,20,15,.8); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 6px; letter-spacing: .02em; }
.vcard .vlabel { align-self: flex-start; margin: 16px 0 9px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); background: var(--accent-tint); padding: 5px 11px; border-radius: 999px; }
.vcard h3 { font-size: 16.5px; line-height: 1.28; }

.vmodal { position: fixed; inset: 0; z-index: 200; background: rgba(12,18,12,.9); display: none; align-items: center; justify-content: center; padding: 24px; }
.vmodal.open { display: flex; }
.vmodal .vframe { width: min(980px, 100%); aspect-ratio: 16/9; background: #000; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); }
.vmodal .vframe iframe { width: 100%; height: 100%; border: 0; display: block; }
.vmodal .vclose { position: absolute; top: 22px; right: 26px; width: 50px; height: 50px; border-radius: 50%; background: #fff; color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; display: grid; place-items: center; box-shadow: var(--shadow-md); }
.vmodal .vclose:hover { background: var(--paper-2); }

/* ============================================================
   PROJECT GALLERY
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gal-item { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); display: block; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; background: var(--paper-2); }
.gal-item:hover img { transform: scale(1.07); }
.gal-item .gcap { position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 16px 14px; background: linear-gradient(transparent, rgba(12,30,16,.82)); color: #fff; font-weight: 700; font-size: 14px; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.gal-item:hover .gcap { opacity: 1; transform: translateY(0); }

/* ============================================================
   VERIFIED REVIEW (replaces avatar photo)
   ============================================================ */
.testi .vbadge { width: 46px; height: 46px; flex: none; display: block; }
.testi .vseal { width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; flex: none; box-shadow: 0 4px 12px rgba(51,173,72,.3); }
.testi .vseal svg { width: 26px; height: 26px; }
.testi .who span.vmeta { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; color: var(--accent-deep); font-weight: 700; }
.testi .who span.vmeta svg { width: 13px; height: 13px; }

/* Mobile: testimonials become a swipe slider (one full card per view) */
@media (max-width: 760px) {
  .testi-grid {
    display: flex; grid-template-columns: none; gap: 0;
    overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 24px 16px; margin: 0 -24px;
    scrollbar-width: none;
  }
  .testi-grid::-webkit-scrollbar { display: none; }
  .testi-grid .testi { min-width: 100%; scroll-snap-align: center; flex: 0 0 100%; }
  .testi-hint { display: flex; }
}
.testi-hint { display: none; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--muted); }
.testi-hint svg { width: 16px; height: 16px; }
.testi .gsource { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 12.5px; color: var(--muted); font-weight: 600; }
.testi .gsource svg { width: 15px; height: 15px; }

/* ============================================================
   COMPANY / TEAM
   ============================================================ */
.company { background: var(--paper-2); }
.company .wrap { padding-top: 8px; padding-bottom: 8px; }
.company-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: stretch; }
.company-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.company-photo img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; display: block; }
.company-copy { display: flex; flex-direction: column; justify-content: center; }
.company-banner { max-width: 1060px; margin: 0 auto 34px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.company-banner img { width: 100%; height: auto; display: block; }
.company-stats.row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 940px; margin: 0 auto 22px; }
@media (max-width: 720px) { .company-stats.row { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   STYLE LOOKBOOK
   ============================================================ */
.style-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.style-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.style-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--accent-line); }
.style-card .simg { aspect-ratio: 3/4; overflow: hidden; background: var(--paper-2); }
.style-card .simg img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.style-card:hover .simg img { transform: scale(1.06); }
.style-card .sbody { padding: 16px 16px 20px; }
.style-card .sbody h3 { font-size: 17px; margin-bottom: 6px; }
.style-card .sbody p { font-size: 13px; color: var(--muted); line-height: 1.5; }
@media (max-width: 920px) { .style-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .style-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   HERO VIDEO PLAY BUTTON
   ============================================================ */
.hero-media .hero-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 84px; height: 84px; border-radius: 50%; background: rgba(255,255,255,.94);
  display: grid; place-items: center; cursor: pointer; z-index: 3;
  box-shadow: 0 10px 30px rgba(23,20,15,.3); transition: transform .18s ease, background .18s ease;
}
.hero-media .hero-play::before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6); animation: heroPulse 2.4s ease-out infinite;
}
@keyframes heroPulse { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.35); opacity: 0; } }
.hero-media .hero-play:hover { transform: translate(-50%, -50%) scale(1.08); background: #fff; }
.hero-media .hero-play::after { content: ""; width: 0; height: 0; border-left: 22px solid var(--accent-deep); border-top: 13px solid transparent; border-bottom: 13px solid transparent; margin-left: 6px; }
.hero-media .hero-vlabel {
  position: absolute; left: 18px; top: 18px; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(23,20,15,.72); color: #fff; font-size: 12.5px; font-weight: 700;
  padding: 7px 13px; border-radius: 999px; backdrop-filter: blur(4px);
}
.hero-media .hero-vlabel svg { width: 13px; height: 13px; }

/* ============================================================
   PROBLEM / AGITATION
   ============================================================ */
.problem { background: var(--paper-2); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pain-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; }
.pain-card .picon { width: 48px; height: 48px; border-radius: 12px; background: #fbe9e7; color: #c0402e; display: grid; place-items: center; margin-bottom: 18px; }
.pain-card .picon svg { width: 24px; height: 24px; }
.pain-card h3 { font-size: 18px; margin-bottom: 8px; }
.pain-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.problem-foot { text-align: center; margin-top: 42px; max-width: 760px; margin-left: auto; margin-right: auto; }
.problem-foot p { font-size: clamp(19px, 2.2vw, 26px); font-weight: 800; letter-spacing: -.02em; line-height: 1.3; color: var(--ink); }
.problem-foot p em { font-style: normal; color: var(--accent-deep); }
.problem-foot .sub { font-size: 16px; font-weight: 500; color: var(--muted); margin-top: 12px; letter-spacing: 0; }
@media (max-width: 920px) { .pain-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pain-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 560px) { .pain-card { padding: 20px 16px; } .pain-card h3 { font-size: 16px; } .pain-card p { font-size: 13px; } .pain-card .picon { width: 42px; height: 42px; margin-bottom: 14px; } .pain-card .picon svg { width: 21px; height: 21px; } }

/* ============================================================
   WHY CHOOSE US — with photo
   ============================================================ */
.why-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: stretch; }
.why-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.why-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
/* Why-section photo slider */
.why-slider { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.why-slider .ws-track { display: flex; height: 100%; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.why-slider .ws-slide { min-width: 100%; height: 100%; }
.why-slider .ws-slide img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; display: block; background: var(--paper-2); }
.ws-count { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 4px; background: rgba(23,20,15,.74); color: #fff; font-size: 13px; font-weight: 700; padding: 7px 13px; border-radius: 999px; backdrop-filter: blur(4px); letter-spacing: .06em; }
.ws-count b { color: #fff; font-weight: 800; }
.ws-count span.tot { opacity: .7; }
.ws-nav { position: absolute; right: 14px; bottom: 14px; display: flex; gap: 8px; }
.ws-btn { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow-sm); transition: background .15s ease, transform .15s ease; }
.ws-btn:hover { background: #fff; transform: translateY(-1px); }
.ws-btn svg { width: 18px; height: 18px; color: var(--ink); }
.ws-dots { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); display: flex; gap: 6px; }
.ws-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: width .2s ease, background .2s ease; }
.ws-dot.active { background: #fff; width: 18px; border-radius: 4px; }
@media (max-width: 920px) {
  .why-layout { grid-template-columns: 1fr; }
  .why-photo img { min-height: 300px; }
}
@media (max-width: 560px) { .why-cards { grid-template-columns: 1fr; } }
.company-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0 26px; }
.stat-tile { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.stat-tile .n { font-size: 36px; font-weight: 800; color: var(--accent-deep); letter-spacing: -.03em; line-height: 1; }
.stat-tile .l { font-size: 14px; color: var(--muted); font-weight: 600; margin-top: 7px; line-height: 1.35; }
.company-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.company-badges .cb { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--ink-soft); background: var(--white); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; }
.company-badges .cb svg { width: 15px; height: 15px; color: var(--accent); }

@media (max-width: 560px) {
  .company-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .company-badges .cb { justify-content: center; text-align: center; font-size: 12px; padding: 9px 8px; gap: 5px; }
  .company-badges .cb svg { width: 13px; height: 13px; }
}

@media (max-width: 1080px) {
  .video-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .company-grid { grid-template-columns: 1fr; gap: 32px; }
  .company-photo img { min-height: 360px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .video-gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .video-gallery .vcard h3 { font-size: 13.5px; }
  .video-gallery .vlabel { font-size: 10px; padding: 4px 9px; }
  .vthumb .vplay { width: 48px; height: 48px; }
  .vthumb .vplay::after { border-left-width: 13px; border-top-width: 8px; border-bottom-width: 8px; }
  .vthumb .vtime { font-size: 10px; padding: 2px 6px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .company-stats { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   REVIEW LOGOS BAR (after hero)
   ============================================================ */
.review-logos { background: var(--white); border-bottom: 1px solid var(--line); }
.review-logos .wrap { display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: wrap; padding: 22px 24px; }
.rl-item { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 8px 40px; position: relative; }
.rl-item + .rl-item::before { content: ""; position: absolute; left: 0; top: 12%; height: 76%; width: 1px; background: var(--line); }
.rl-logo { height: 26px; width: auto; display: block; }
.rl-name { font-weight: 800; font-size: 16px; letter-spacing: -.01em; display: inline-flex; align-items: center; gap: 6px; }
.rl-name .glyph { font-weight: 800; }
.rl-stars { display: inline-flex; gap: 2px; }
.rl-stars svg { width: 15px; height: 15px; fill: var(--star); }
.rl-rating { font-size: 13px; color: var(--muted); font-weight: 600; }
.rl-rating b { color: var(--ink); font-weight: 800; }
.rl-badge { width: 30px; height: 30px; border-radius: 7px; display: grid; place-items: center; font-weight: 800; font-size: 13px; flex: none; }

/* ============================================================
   VIDEO MODAL — fallback link
   ============================================================ */
.vmodal .vshell { width: min(980px, 100%); display: flex; flex-direction: column; gap: 14px; align-items: center; }
.vmodal .vlink { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 14px; opacity: .9; }
.vmodal .vlink:hover { opacity: 1; }
.vmodal .vlink svg { width: 16px; height: 16px; }

@media (max-width: 720px) {
  .review-logos .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 0; padding: 22px 20px; }
  .rl-item { padding: 6px 10px; }
  .rl-item + .rl-item::before { display: none; }
  .rl-logo { height: 20px; }
  .rl-name { font-size: 13.5px; gap: 4px; }
  .rl-badge { width: 24px; height: 24px; font-size: 11px; }
  .rl-stars svg { width: 12px; height: 12px; }
  .rl-rating { font-size: 11px; }
}
