/* ================================================================
   Quality Care Epoxy — styles.css v3.0
   Palette: Obsidian Black #080808  |  Champagne Gold #C9A84C
   ================================================================ */

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

/* ── Design Tokens ──────────────────────────────────────────────── */
:root {
  --gold:    #C9A84C;
  --gold-l:  #D9BC72;
  --gold-d:  #9A7B2A;
  --gold-xl: #F0E8C8;
  --gold-xs: rgba(201,168,76,0.07);
  --gold-sm: rgba(201,168,76,0.13);

  --bg:    #080808;
  --bg-1:  #0D0D0D;
  --bg-2:  #111111;
  --bg-3:  #161616;
  --bg-4:  #1C1C1C;
  --bg-5:  #242424;

  --tx:    rgba(255,255,255,0.92);
  --tx-2:  rgba(255,255,255,0.63);
  --tx-3:  rgba(255,255,255,0.36);
  --tx-4:  rgba(255,255,255,0.16);

  --br:    rgba(201,168,76,0.16);
  --br-h:  rgba(201,168,76,0.48);
  --br-s:  rgba(255,255,255,0.06);

  --sh-sm: 0 2px 8px rgba(0,0,0,0.45);
  --sh:    0 8px 32px rgba(0,0,0,0.55);
  --sh-lg: 0 20px 60px rgba(0,0,0,0.65);
  --glow:  0 0 40px rgba(201,168,76,0.17), 0 0 80px rgba(201,168,76,0.07);
  --glow-btn: 0 4px 24px rgba(201,168,76,0.48), 0 8px 44px rgba(201,168,76,0.22);

  --fh: 'Poppins', sans-serif;
  --fb: 'Inter', sans-serif;

  --t-xs:   clamp(0.7rem,  0.65rem + 0.25vw, 0.8rem);
  --t-sm:   clamp(0.85rem, 0.8rem  + 0.25vw, 0.95rem);
  --t-base: clamp(0.95rem, 0.9rem  + 0.25vw, 1.05rem);
  --t-lg:   clamp(1.1rem,  1rem    + 0.5vw,  1.25rem);
  --t-xl:   clamp(1.3rem,  1.1rem  + 1vw,    1.6rem);
  --t-2xl:  clamp(1.6rem,  1.3rem  + 1.5vw,  2.1rem);
  --t-3xl:  clamp(2rem,    1.5rem  + 2.5vw,  3rem);
  --t-hero: clamp(2.8rem,  1.8rem  + 5vw,    5.8rem);

  --sp-xs:  4px;  --sp-sm:  8px;   --sp-md:  16px;
  --sp-lg:  24px; --sp-xl:  40px;  --sp-2xl: 64px;
  --sp-3xl: 96px; --sp-4xl: 128px;

  --r-sm: 6px; --r-md: 12px; --r-lg: 20px; --r-xl: 32px; --r-full: 9999px;
  --ease:   cubic-bezier(0.4, 0, 0.2, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── Reset ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: #020203; }
body {
  background: transparent; color: var(--tx);
  font-family: var(--fb); font-size: var(--t-base); line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

/* ── Epoxy Background Canvas ────────────────────────────────────── */
#epoxyBg {
  position: fixed;
  top: 0; left: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: rgba(201,168,76,0.28); color: var(--gold-xl); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold-d); border-radius: 3px; }

/* ── Animations ─────────────────────────────────────────────────── */
@keyframes orbFloat {
  0%, 100% { transform: translateY(0px) scale(1); }
  40%  { transform: translateY(-40px) scale(1.06); }
  70%  { transform: translateY(25px) scale(0.96); }
}
@keyframes orbDrift {
  0%, 100% { transform: translate(0, 0); }
  25%  { transform: translate(40px, -30px) scale(1.08); }
  50%  { transform: translate(-25px, 35px) scale(0.94); }
  75%  { transform: translate(30px, 15px) scale(1.04); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulseDot {
  0%   { transform: scale(1); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}
@keyframes shimmer {
  from { background-position: -300% center; }
  to   { background-position: 300% center; }
}
@keyframes kenBurns {
  from { transform: scale(1); }
  to   { transform: scale(1.08); }
}

/* ── Utilities ──────────────────────────────────────────────────── */
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section    { padding: var(--sp-3xl) 0; }
.section-sm { padding: var(--sp-2xl) 0; }

.sr            { opacity: 0; transform: translateY(32px); transition: opacity 0.65s var(--ease), transform 0.65s var(--ease); }
.sr.from-left  { transform: translateX(-36px); }
.sr.from-right { transform: translateX(36px); }
.sr.from-scale { transform: scale(0.9); }
.sr.visible    { opacity: 1 !important; transform: none !important; }

.gold-text {
  background: linear-gradient(135deg, var(--gold-l) 0%, var(--gold) 45%, var(--gold-d) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.shimmer-text {
  background: linear-gradient(90deg, var(--gold-d) 0%, var(--gold-l) 30%, var(--gold-xl) 50%, var(--gold-l) 70%, var(--gold-d) 100%);
  background-size: 300% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: shimmer 4s linear infinite;
}
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border: 1px solid var(--br); border-radius: var(--r-full);
  background: var(--gold-xs); font-size: var(--t-xs); font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.section-head { text-align: center; margin-bottom: var(--sp-2xl); }
.section-head h2 { font-family: var(--fh); font-size: var(--t-3xl); font-weight: 800; line-height: 1.18; color: var(--tx); margin-bottom: 14px; }
.section-head p  { font-size: var(--t-lg); color: var(--tx-2); max-width: 580px; margin: 0 auto; }

/* ── Buttons ─────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: var(--r-sm);
  font-family: var(--fh); font-size: var(--t-sm); font-weight: 700;
  letter-spacing: 0.04em; transition: all 0.3s var(--ease);
  white-space: nowrap; cursor: pointer;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-l) 0%, var(--gold) 50%, var(--gold-d) 100%);
  color: #080808; box-shadow: var(--glow-btn);
}
.btn-gold:hover { box-shadow: 0 4px 22px rgba(201,168,76,0.55), 0 8px 36px rgba(201,168,76,0.2); }
.btn-outline { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: #080808; box-shadow: var(--glow-btn); }
.btn-ghost { background: rgba(255,255,255,0.04); color: var(--tx); border: 1px solid var(--br-s); }
.btn-ghost:hover { background: rgba(255,255,255,0.09); border-color: var(--br); }
.btn-lg  { padding: 17px 40px; font-size: var(--t-base); }
.btn-sm  { padding: 10px 22px; font-size: var(--t-xs); }
.btn-full { width: 100%; justify-content: center; }

/* ── FLOATING LOGO ───────────────────────────────────────────────── */
.float-logo {
  position: fixed; top: 20px; left: 20px; z-index: 1001;
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.nav-logo-img {
  height: 36px; width: auto; flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(201,168,76,0.35));
}
.nav-logo-text .brand { display: block; font-family: var(--fh); font-size: 0.88rem; font-weight: 700; color: var(--gold-l); line-height: 1.2; }
.nav-logo-text .sub   { display: block; font-size: 0.6rem; color: var(--tx-3); text-transform: uppercase; letter-spacing: 0.1em; }

/* ── SIDEBAR NAV ─────────────────────────────────────────────────── */
#sidebar {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 52px;
  background: #080808;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 28px;
  padding: 10px 6px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.04) inset;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  scrollbar-width: none;
  transition: width 0.28s cubic-bezier(0.4,0,0.2,1);
}
#sidebar::-webkit-scrollbar { display: none; }
#sidebar:hover { width: 186px; }

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 20px;
  color: rgba(255,255,255,0.42);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s, background 0.18s;
  flex-shrink: 0;
}
.sidebar-item:hover { color: var(--gold); background: rgba(201,168,76,0.09); }

.sidebar-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
}

.sidebar-label {
  font-size: 0.81rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
  pointer-events: none;
}
#sidebar:hover .sidebar-label { opacity: 1; transform: translateX(0); }

.sidebar-cta { color: var(--gold); }
.sidebar-cta:hover { background: rgba(201,168,76,0.14); color: var(--gold-l); }

.sidebar-divider {
  height: 1px;
  background: rgba(255,255,255,0.07);
  margin: 4px 6px;
  flex-shrink: 0;
}

/* ── MOBILE BURGER (floating top-right) ──────────────────────────── */
.nav-burger {
  display: none;
  position: fixed; top: 16px; right: 16px; z-index: 1001;
  flex-direction: column; gap: 5px; padding: 10px;
  background: #080808;
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 12px;
  cursor: pointer;
}
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--tx); border-radius: 1px; transition: all 0.3s var(--ease); }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE DRAWER ───────────────────────────────────────────────── */
.nav-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 290px;
  background: var(--bg-2); border-left: 1px solid var(--br);
  padding: 84px 28px 40px; transform: translateX(105%);
  transition: transform 0.35s var(--ease); z-index: 999;
  display: flex; flex-direction: column; gap: 4px;
}
.nav-drawer.open { transform: translateX(0); }
.nav-drawer a { display: block; color: var(--tx-2); padding: 13px 16px; border-radius: var(--r-sm); font-size: 1rem; font-weight: 500; transition: all 0.2s; }
.nav-drawer a:hover { color: var(--gold); background: var(--gold-xs); }
.drawer-footer { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--br-s); display: flex; flex-direction: column; gap: 10px; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 998; }
.drawer-overlay.show { opacity: 1; pointer-events: auto; }

/* ── HERO ────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://static.wixstatic.com/media/80956a_30f870c43cdf48e5851fcc2f87d2024d~mv2.png');
  background-size: cover; background-position: center;
  animation: kenBurns 20s ease-in-out alternate infinite;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(8,8,8,0.88) 0%, rgba(8,8,8,0.55) 45%, rgba(8,8,8,0.8) 80%, rgba(8,8,8,0.97) 100%);
}
.hero-orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); will-change: transform; }
.hero-orb-1 { width: 650px; height: 650px; top: -120px; left: -100px; background: radial-gradient(circle, rgba(201,168,76,0.25) 0%, transparent 70%); animation: orbFloat 12s ease-in-out infinite; }
.hero-orb-2 { width: 450px; height: 450px; bottom: -80px; right: 8%; background: radial-gradient(circle, rgba(201,168,76,0.2) 0%, transparent 70%); animation: orbDrift 16s ease-in-out infinite; }
.hero-orb-3 { width: 320px; height: 320px; top: 38%; left: 58%; background: radial-gradient(circle, rgba(201,168,76,0.13) 0%, transparent 70%); animation: orbFloat 22s ease-in-out infinite reverse; }
.hero-content { position: relative; z-index: 1; width: 100%; padding: 130px 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: var(--r-full);
  border: 1px solid var(--br); background: rgba(201,168,76,0.06);
  font-size: var(--t-xs); font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-l);
  margin-bottom: 28px; animation: fadeUp 0.8s var(--ease) both;
}
.hero-badge-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hero-badge-dot::after { content: ''; position: absolute; inset: -3px; border-radius: 50%; border: 1px solid var(--gold); animation: pulseDot 2s ease-out infinite; }
.hero h1 { font-family: var(--fh); font-size: var(--t-hero); font-weight: 900; line-height: 1.06; color: var(--tx); margin-bottom: 24px; animation: fadeUp 0.8s var(--ease) 0.15s both; }
.hero-sub { font-size: var(--t-lg); color: var(--tx-2); line-height: 1.72; max-width: 530px; margin-bottom: 40px; animation: fadeUp 0.8s var(--ease) 0.3s both; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.8s var(--ease) 0.45s both; }
.hero-proof { display: flex; align-items: center; gap: 24px; margin-top: 40px; animation: fadeUp 0.8s var(--ease) 0.6s both; }
.hero-stars { display: flex; gap: 3px; }
.hero-stars svg { color: #F59E0B; width: 17px; height: 17px; }
.hero-proof-text { font-size: var(--t-sm); color: var(--tx-2); }
.hero-proof-text strong { color: var(--tx); }
.proof-sep { width: 1px; height: 34px; background: var(--br-s); }

.hero-card {
  width: 330px; flex-shrink: 0;
  background: rgba(13,13,13,0.72); backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
  border: 1px solid var(--br); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-lg), var(--glow); animation: fadeUp 0.8s var(--ease) 0.5s both;
}
.hero-card-head { padding: 20px 24px 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--br-s); }
.hero-card-title { font-family: var(--fh); font-size: 0.9rem; font-weight: 700; }
.hero-card-tag { font-size: 0.68rem; font-weight: 700; color: #080808; background: var(--gold); padding: 3px 10px; border-radius: var(--r-full); text-transform: uppercase; letter-spacing: 0.08em; }
.hero-services { padding: 12px; display: flex; flex-direction: column; gap: 6px; }
.hero-svc { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: var(--r-sm); background: rgba(255,255,255,0.025); border: 1px solid var(--br-s); transition: all 0.25s; }
.hero-svc:hover { border-color: var(--br); background: rgba(201,168,76,0.05); }
.hero-svc-icon { width: 34px; height: 34px; border-radius: var(--r-sm); flex-shrink: 0; background: linear-gradient(135deg, rgba(201,168,76,0.22), rgba(201,168,76,0.07)); border: 1px solid var(--br); display: grid; place-items: center; color: var(--gold); }
.hero-svc-name { font-size: 0.84rem; font-weight: 500; flex: 1; }
.hero-svc-from { font-size: 0.72rem; color: var(--gold); font-weight: 600; }
.hero-card-cta { padding: 14px 16px; border-top: 1px solid var(--br-s); background: rgba(201,168,76,0.04); }

/* ── TRUST BAR ───────────────────────────────────────────────────── */
.trust { padding: 22px 0; background: rgba(8,8,8,0.84); border-top: 1px solid var(--br-s); border-bottom: 1px solid var(--br-s); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.trust-item { display: flex; align-items: center; gap: 10px; justify-content: center; padding: 10px 12px; }
.trust-icon { color: var(--gold); flex-shrink: 0; display: flex; align-items: center; }
.t-main { font-size: 0.86rem; font-weight: 600; }
.t-sub  { font-size: 0.7rem; color: var(--tx-3); }

/* ── SERVICES ────────────────────────────────────────────────────── */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card { background: var(--bg-2); border: 1px solid var(--br-s); border-radius: var(--r-lg); overflow: hidden; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s; transform-style: preserve-3d; will-change: transform; }
.svc-card:hover { border-color: rgba(201,168,76,0.3); box-shadow: var(--sh-lg), var(--glow); }
.svc-img-wrap { position: relative; overflow: hidden; height: 220px; }
.svc-img-wrap::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 55%; background: linear-gradient(to top, var(--bg-2), transparent); pointer-events: none; }
.svc-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.svc-card:hover .svc-img { transform: scale(1.06); }
.svc-chip { position: absolute; top: 14px; left: 14px; z-index: 1; background: rgba(8,8,8,0.82); backdrop-filter: blur(10px); border: 1px solid var(--br); color: var(--gold); font-size: 0.7rem; font-weight: 700; padding: 5px 12px; border-radius: var(--r-full); text-transform: uppercase; letter-spacing: 0.08em; }
.svc-body { padding: 22px 24px 28px; }
.svc-body h3 { font-family: var(--fh); font-size: var(--t-xl); font-weight: 700; margin-bottom: 10px; }
.svc-body p { font-size: var(--t-sm); color: var(--tx-2); margin-bottom: 16px; line-height: 1.7; }
.svc-list { display: flex; flex-direction: column; gap: 6px; }
.svc-list li { display: flex; align-items: center; gap: 8px; font-size: var(--t-xs); color: var(--tx-2); }
.svc-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.svc-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
.svc-card.featured .svc-img-wrap { height: auto; }
.svc-card.featured .svc-img { height: 100%; min-height: 280px; }
.svc-card.featured .svc-img-wrap::after { height: 100%; width: 50%; left: auto; right: 0; top: 0; bottom: 0; background: linear-gradient(to right, transparent, var(--bg-2)); }

/* ── BENEFITS ────────────────────────────────────────────────────── */
.benefits { background: rgba(13,13,13,0.86); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ben-card { padding: 32px 28px; border-radius: var(--r-lg); border: 1px solid var(--br-s); background: var(--bg-2); transition: all 0.3s var(--ease); }
.ben-card:hover { border-color: var(--br); background: var(--bg-3); transform: translateY(-5px); }
.ben-icon { width: 52px; height: 52px; border-radius: var(--r-md); margin-bottom: 20px; background: linear-gradient(135deg, rgba(201,168,76,0.18) 0%, rgba(201,168,76,0.05) 100%); border: 1px solid var(--br); display: grid; place-items: center; color: var(--gold); }
.ben-card h3 { font-family: var(--fh); font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.ben-card p  { font-size: var(--t-sm); color: var(--tx-2); line-height: 1.72; }

/* ── PROCESS TIMELINE ────────────────────────────────────────────── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 0; row-gap: 44px; }
.proc-step { text-align: center; padding: 0 12px; position: relative; z-index: 1; }
/* Timeline connector: runs from center of this circle to center of the next */
.proc-step::after {
  content: ''; position: absolute;
  top: 48px; /* label height (~20px) + half circle (28px) */
  left: 50%; right: -50%;
  height: 1px;
  background: linear-gradient(to right, rgba(201,168,76,0.55), rgba(201,168,76,0.25));
  z-index: 0;
}
.proc-step:nth-child(4n)::after { display: none; }
.proc-label {
  display: block; font-size: 0.64rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--gold); opacity: 0.65; margin-bottom: 10px;
}
.proc-num { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 18px; background: var(--bg-3); border: 2px solid var(--br); display: grid; place-items: center; font-family: var(--fh); font-size: 1.1rem; font-weight: 700; color: var(--gold); transition: all 0.3s var(--ease); position: relative; z-index: 2; }
.proc-step:hover .proc-num { background: var(--gold); color: #080808; border-color: var(--gold); box-shadow: var(--glow-btn); }
.proc-step h3 { font-family: var(--fh); font-size: 0.92rem; font-weight: 700; margin-bottom: 8px; }
.proc-step p  { font-size: var(--t-xs); color: var(--tx-2); line-height: 1.65; }

/* ── GALLERY ─────────────────────────────────────────────────────── */
.gallery { background: rgba(13,13,13,0.86); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 215px; gap: 10px; grid-auto-flow: row dense; }
.gal-item { position: relative; overflow: hidden; border-radius: var(--r-md); cursor: pointer; border: 1px solid var(--br-s); }
.gal-item.tall { grid-row: span 2; }
.gal-item.wide { grid-column: span 2; }
.gal-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.gal-item:hover .gal-img { transform: scale(1.08); }
.gal-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,8,0.75) 0%, transparent 55%); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 14px; }
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-cap { font-size: 0.8rem; font-weight: 600; color: var(--tx); }
.gal-zoom-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.65); opacity: 0; width: 46px; height: 46px; border-radius: 50%; background: rgba(201,168,76,0.9); color: #080808; display: grid; place-items: center; font-size: 18px; transition: all 0.3s var(--spring); }
.gal-item:hover .gal-zoom-btn { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.96); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.lightbox.show { opacity: 1; pointer-events: auto; }
.lightbox-img { max-width: 90vw; max-height: 86vh; object-fit: contain; border-radius: var(--r-md); box-shadow: var(--sh-lg); }
.lb-close { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; border-radius: 50%; background: var(--bg-3); border: 1px solid var(--br); color: var(--tx); font-size: 18px; display: grid; place-items: center; cursor: pointer; transition: all 0.2s; }
.lb-close:hover { background: var(--gold); color: #080808; border-color: var(--gold); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; background: rgba(201,168,76,0.12); backdrop-filter: blur(10px); border: 1px solid var(--br); color: var(--gold); display: grid; place-items: center; font-size: 20px; cursor: pointer; transition: all 0.2s; }
.lb-nav:hover { background: var(--gold); color: #080808; }
.lb-prev { left: 22px; } .lb-next { right: 22px; }
.lb-counter { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font-size: var(--t-xs); color: var(--tx-2); background: var(--bg-3); padding: 6px 16px; border-radius: var(--r-full); border: 1px solid var(--br-s); }

/* ── FLOOR VISUALIZER ────────────────────────────────────────────── */
.visualizer { background: rgba(8,8,8,0.85); }
.viz-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.viz-canvas-side { position: sticky; top: 110px; }
.viz-canvas-wrap { background: var(--bg-2); border: 1px solid var(--br); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg), var(--glow); position: relative; }
.viz-canvas-wrap canvas { display: block; transition: opacity 0.15s ease; }
.viz-canvas-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(108deg, transparent 38%, rgba(255,255,255,0.07) 50%, transparent 62%); background-size: 200% 100%; animation: canvasShimmer 4s ease-in-out infinite; pointer-events: none; border-radius: inherit; }
@keyframes canvasShimmer { 0%,100% { background-position: -100% 0; } 50% { background-position: 200% 0; } }
#floorCanvas { display: block; width: 100%; height: auto; }
.viz-canvas-footer { padding: 14px 18px; border-top: 1px solid var(--br-s); display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(0,0,0,0.45); }
.viz-selection { font-size: var(--t-xs); color: var(--tx-2); }
.viz-selection strong { color: var(--gold); }
.viz-hint { font-size: 0.7rem; color: var(--tx-3); }

.ctrl-label { display: block; font-size: var(--t-xs); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 12px; }
.viz-design-tabs { display: flex; gap: 6px; padding: 4px; background: var(--bg-3); border-radius: var(--r-md); border: 1px solid var(--br-s); margin-bottom: 26px; }
.viz-design-tab { flex: 1; padding: 10px 8px; border-radius: var(--r-sm); text-align: center; font-size: var(--t-sm); font-weight: 600; color: var(--tx-3); cursor: pointer; transition: all 0.25s; }
.viz-design-tab.active { background: var(--gold); color: #080808; box-shadow: var(--glow-btn); }
.viz-design-tab:hover:not(.active) { color: var(--gold); background: var(--gold-xs); }

.viz-colors { display: grid; grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); gap: 8px; margin-bottom: 28px; scrollbar-width: thin; scrollbar-color: var(--br) transparent; }
.viz-colors::-webkit-scrollbar { width: 4px; }
.viz-colors::-webkit-scrollbar-thumb { background: var(--br); border-radius: 2px; }
.viz-swatch { aspect-ratio: 1; border-radius: var(--r-md); cursor: pointer; border: 2px solid transparent; transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s; position: relative; overflow: hidden; }
.viz-swatch:hover { transform: scale(1.08); }
.viz-swatch.active { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.28), var(--glow); }
.swatch-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.75); padding: 3px 4px; font-size: 0.52rem; font-weight: 600; color: #fff; text-align: center; transform: translateY(100%); transition: transform 0.18s; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.viz-swatch:hover .swatch-label, .viz-swatch.active .swatch-label { transform: translateY(0); }

.viz-rooms { display: flex; gap: 8px; margin-bottom: 26px; }
.viz-room-btn { flex: 1; padding: 10px 10px; border-radius: var(--r-sm); text-align: center; font-size: 0.78rem; font-weight: 500; border: 1px solid var(--br-s); background: var(--bg-3); cursor: pointer; transition: all 0.2s; }
.viz-room-btn.active { border-color: var(--gold); color: var(--gold); background: var(--gold-xs); }
.viz-room-btn:hover:not(.active) { border-color: var(--br); color: var(--tx); }

.viz-cta-box { background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.02) 100%); border: 1px solid var(--br); border-radius: var(--r-md); padding: 20px 22px; }
.viz-cta-box h4 { font-family: var(--fh); font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.viz-cta-box p { font-size: var(--t-xs); color: var(--tx-2); margin-bottom: 14px; }

/* ── PRICING ─────────────────────────────────────────────────────── */
.pricing { background: rgba(13,13,13,0.86); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: end; }
.price-card { background: var(--bg-2); border: 1px solid var(--br-s); border-radius: var(--r-lg); padding: 36px 32px; transition: all 0.35s var(--ease); position: relative; overflow: hidden; }
.price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: opacity 0.3s; }
.price-card:hover { transform: translateY(-2px); border-color: var(--br); box-shadow: var(--sh-lg); }
.price-card:hover::before, .price-card.popular::before { opacity: 1; }
.price-card.popular { background: linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 100%); border-color: var(--gold); transform: translateY(-10px); box-shadow: var(--sh-lg), var(--glow); }
.price-card.popular:hover { transform: translateY(-2px); }
.price-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.price-name { font-family: var(--fh); font-size: 1rem; font-weight: 700; }
.price-badge { font-size: 0.66rem; font-weight: 700; padding: 4px 12px; border-radius: var(--r-full); background: var(--gold); color: #080808; text-transform: uppercase; letter-spacing: 0.08em; }
.price-subtitle { font-size: var(--t-xs); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 12px; }
.price-desc { font-size: var(--t-sm); color: var(--tx-2); line-height: 1.7; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--br-s); }

.price-rate-block { display: flex; align-items: baseline; gap: 8px; margin-bottom: 24px; }
.price-num { font-family: var(--fh); font-size: clamp(2.8rem, 5vw, 3.6rem); font-weight: 800; color: var(--gold); line-height: 1; }
.price-num sup { font-size: 0.44em; vertical-align: top; margin-top: 10px; display: inline-block; font-weight: 500; }
.price-unit { font-size: var(--t-sm); color: var(--tx-2); font-weight: 500; padding-bottom: 4px; }

.price-steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--br-s); }
.price-step { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--br-s); }
.price-step:last-child { border-bottom: none; padding-bottom: 0; }
.price-step:first-child { padding-top: 0; }
.step-num { font-family: var(--fh); font-size: 0.72rem; font-weight: 700; color: var(--gold); letter-spacing: 0.05em; flex-shrink: 0; padding-top: 2px; min-width: 24px; }
.step-body strong { display: block; font-size: var(--t-sm); font-weight: 600; color: var(--tx); margin-bottom: 4px; }
.step-body p { font-size: var(--t-xs); color: var(--tx-2); line-height: 1.65; margin: 0; }


/* ── REVIEWS ─────────────────────────────────────────────────────── */
.reviews-summary { display: flex; align-items: center; justify-content: center; gap: 44px; padding: 40px 48px; background: var(--bg-2); border: 1px solid var(--br-s); border-radius: var(--r-lg); margin-bottom: 48px; }
.rev-big { text-align: center; }
.rev-big-num { font-family: var(--fh); font-size: 3.8rem; font-weight: 800; color: var(--gold); line-height: 1; }
.rev-big-sub { font-size: var(--t-sm); color: var(--tx-2); margin-top: 5px; }
.rev-big-stars { display: flex; gap: 4px; justify-content: center; margin-top: 10px; }
.rev-big-stars svg { color: #F59E0B; width: 18px; height: 18px; }
.rev-divider { width: 1px; height: 90px; background: var(--br-s); }
.rev-stat { text-align: center; }
.rev-stat-num { font-family: var(--fh); font-size: 1.9rem; font-weight: 700; color: var(--tx); line-height: 1; }
.rev-stat-label { font-size: var(--t-xs); color: var(--tx-3); margin-top: 5px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rev-card { background: var(--bg-2); border: 1px solid var(--br-s); border-radius: var(--r-lg); padding: 26px; transition: all 0.3s; }
.rev-card:hover { border-color: var(--br); transform: translateY(-3px); box-shadow: var(--sh); }
.rev-quote-icon { width: 26px; height: 26px; color: var(--gold); opacity: 0.38; margin-bottom: 14px; }
.stars { display: flex; gap: 3px; margin-bottom: 12px; }
.stars svg { color: #F59E0B; width: 16px; height: 16px; }
.rev-text { font-size: var(--t-sm); color: var(--tx-2); line-height: 1.75; margin-bottom: 20px; }
.rev-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--br-s); }
.rev-avatar { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--gold-d), var(--gold)); color: #080808; font-weight: 700; font-size: 0.78rem; display: grid; place-items: center; }
.rev-name { font-size: var(--t-sm); font-weight: 600; }
.rev-date { font-size: var(--t-xs); color: var(--tx-3); }

/* ── STATS ───────────────────────────────────────────────────────── */
.stats { background: rgba(6,6,7,0.82); }
.stats-wrap { background: linear-gradient(135deg, rgba(201,168,76,0.09) 0%, rgba(201,168,76,0.02) 100%); border: 1px solid var(--br); border-radius: var(--r-xl); padding: 64px 56px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-num { font-family: var(--fh); font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 10px; }
.stat-sfx { font-size: 0.58em; vertical-align: top; margin-top: 8px; display: inline-block; }
.stat-label { font-size: var(--t-sm); color: var(--tx-2); }
.stat-note  { font-size: var(--t-xs); color: var(--tx-3); margin-top: 4px; }

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq { background: rgba(13,13,13,0.86); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item { border: 1px solid var(--br-s); border-radius: var(--r-md); background: var(--bg-2); overflow: hidden; transition: border-color 0.3s; }
.faq-item.open { border-color: var(--br); }
.faq-q { width: 100%; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; font-family: var(--fh); font-size: var(--t-sm); font-weight: 600; color: var(--tx); transition: color 0.2s; }
.faq-q:hover { color: var(--gold); }
.faq-item.open .faq-q { color: var(--gold); }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; background: var(--bg-4); border: 1px solid var(--br-s); display: grid; place-items: center; color: var(--gold); font-size: 14px; transition: all 0.3s; }
.faq-item.open .faq-icon { background: var(--gold); color: #080808; transform: rotate(45deg); }
.faq-a { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease), padding 0.35s; font-size: var(--t-sm); color: var(--tx-2); line-height: 1.78; }
.faq-item.open .faq-a { padding: 0 24px 22px; max-height: 220px; }

/* ── QUOTE FORM ──────────────────────────────────────────────────── */
.quote-section { background: linear-gradient(160deg, rgba(8,8,8,0.88) 0%, rgba(13,13,13,0.90) 100%); }
.form-wrap { max-width: 850px; margin: 0 auto; }
.form-tabs-bar { display: flex; gap: 0; margin-bottom: 32px; background: var(--bg-2); border-radius: var(--r-md); padding: 4px; border: 1px solid var(--br-s); }
.form-tab-btn { flex: 1; padding: 11px 10px; border-radius: var(--r-sm); text-align: center; font-size: var(--t-xs); font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--tx-3); transition: all 0.25s; }
.form-tab-btn.active { background: var(--gold); color: #080808; }
.form-tab-btn.done { color: var(--gold); }
.form-tab-btn.done::after { content: ' ✓'; }
.form-card { background: var(--bg-2); border: 1px solid var(--br-s); border-radius: var(--r-lg); padding: 44px; }
.form-step { display: none; }
.form-step.active { display: block; }
.step-heading { margin-bottom: 28px; }
.step-heading h3 { font-family: var(--fh); font-size: var(--t-xl); font-weight: 700; margin-bottom: 8px; }
.step-heading p { font-size: var(--t-sm); color: var(--tx-2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-lbl { display: block; font-size: var(--t-xs); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--tx-2); margin-bottom: 8px; }
.form-ctrl { width: 100%; padding: 13px 16px; background: var(--bg-3); border: 1px solid var(--br-s); border-radius: var(--r-sm); color: var(--tx); font-size: var(--t-sm); transition: all 0.2s; -webkit-appearance: none; appearance: none; }
.form-ctrl:focus { outline: none; border-color: var(--gold); background: var(--bg-4); box-shadow: 0 0 0 3px rgba(201,168,76,0.13); }
.form-ctrl.error { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.13); }
.form-ctrl::placeholder { color: var(--tx-3); }
select.form-ctrl { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A84C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
select.form-ctrl option { background: var(--bg-3); color: var(--tx); }
textarea.form-ctrl { resize: vertical; min-height: 100px; }
.form-err { display: none; font-size: var(--t-xs); color: #ef4444; margin-top: 5px; }
.form-err.show { display: block; }
.upload-zone { border: 2px dashed var(--br); border-radius: var(--r-md); padding: 30px; text-align: center; cursor: pointer; transition: all 0.2s; background: var(--bg-3); }
.upload-zone:hover { border-color: var(--gold); background: var(--gold-xs); }
.upload-icon { font-size: 30px; color: var(--gold); opacity: 0.65; margin-bottom: 10px; display: block; }
.upload-text { font-size: var(--t-sm); color: var(--tx-2); }
.upload-sub { font-size: var(--t-xs); color: var(--tx-3); margin-top: 4px; }
.file-list { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.file-tag { padding: 4px 12px; background: var(--bg-4); border: 1px solid var(--br); border-radius: var(--r-full); font-size: 0.72rem; color: var(--gold); }
.form-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--br-s); }
.form-success { display: none; text-align: center; padding: 60px 20px; }
.form-success.show { display: block; }
.success-circle { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 24px; background: linear-gradient(135deg, var(--gold-l), var(--gold-d)); display: grid; place-items: center; font-size: 34px; box-shadow: var(--glow-btn); }
.form-success h3 { font-family: var(--fh); font-size: var(--t-2xl); font-weight: 700; margin-bottom: 12px; }
.form-success p { font-size: var(--t-base); color: var(--tx-2); }

/* Form visualizer preview in step 3 */
.form-viz-preview { background: var(--bg-3); border: 1px solid var(--br); border-radius: var(--r-md); padding: 18px 20px; margin-bottom: 20px; display: flex; align-items: center; gap: 16px; }
.form-viz-thumb { width: 80px; height: 60px; border-radius: var(--r-sm); overflow: hidden; flex-shrink: 0; border: 1px solid var(--br-s); }
.form-viz-info h4 { font-family: var(--fh); font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.form-viz-info p { font-size: 0.78rem; color: var(--tx-2); }
.form-viz-info a { color: var(--gold); font-weight: 600; }

/* ── CTA BAND ────────────────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, rgba(201,168,76,0.14) 0%, rgba(201,168,76,0.04) 100%); border-top: 1px solid var(--br); border-bottom: 1px solid var(--br); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band-text h2 { font-family: var(--fh); font-size: var(--t-2xl); font-weight: 700; margin-bottom: 8px; }
.cta-band-text p { font-size: var(--t-base); color: var(--tx-2); }
.cta-band-actions { display: flex; gap: 14px; align-items: center; flex-shrink: 0; }

/* ── FOOTER ──────────────────────────────────────────────────────── */
footer { background: rgba(10,10,12,0.95); border-top: 1px solid var(--br-s); padding: var(--sp-2xl) 0 var(--sp-xl); }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--br-s); }
.footer-about p { font-size: var(--t-sm); color: var(--tx-2); margin: 14px 0 22px; }
.social-find-label { font-size: 11px; color: var(--tx-3); margin-bottom: 8px; letter-spacing: 0.06em; text-transform: uppercase; }
.social-row { display: flex; gap: 8px; }
.social-btn { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--bg-3); border: 1px solid var(--br-s); display: grid; place-items: center; color: var(--tx-2); transition: all 0.2s; }
.social-btn svg { display: block; }
.social-btn:hover { color: var(--gold); border-color: var(--br); background: var(--gold-xs); }
.footer-col h4 { font-family: var(--fh); font-size: 0.84rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 16px; color: var(--tx); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: var(--t-sm); color: var(--tx-2); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: var(--t-sm); color: var(--tx-2); margin-bottom: 10px; }
.footer-contact .icon { color: rgba(255,255,255,0.72); flex-shrink: 0; margin-top: 2px; }
.footer-contact .icon svg { display: block; }
.footer-contact-call { margin-bottom: 14px; }
.footer-call-btn { border-radius: var(--r-sm); font-size: 0.78rem; padding: 9px 18px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: var(--t-xs); color: var(--tx-3); }
.footer-bottom a { color: var(--tx-2); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold); }

/* ── MOBILE STICKY BAR ───────────────────────────────────────────── */
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; background: var(--bg-2); border-top: 1px solid var(--br); padding: 10px 16px; box-shadow: 0 -8px 32px rgba(0,0,0,0.6); display: none; }
.sticky-bar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 440px; margin: 0 auto; }
.sticky-bar-inner .btn { justify-content: center; font-size: 0.8rem; padding: 12px; }

/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-card.featured { grid-column: span 2; }
  .viz-grid { gap: 36px; }
}
@media (max-width: 900px) {
  #sidebar { display: none; }
  .float-logo .nav-logo-text { display: none; }
  .nav-burger { display: flex; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-item:nth-child(4), .trust-item:nth-child(5) { display: none; }
  .viz-grid { grid-template-columns: 1fr; }
  .viz-canvas-side { position: relative; top: auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .price-card.popular { transform: none; }
  .price-card.popular:hover { transform: translateY(-6px); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-wrap { padding: 44px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-band-inner { flex-direction: column; text-align: center; }
  .cta-band-actions { flex-direction: column; width: 100%; }
  .cta-band-actions .btn { justify-content: center; }
}
@media (max-width: 640px) {
  .section { padding: var(--sp-2xl) 0; }
  .container { padding: 0 18px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card.featured { grid-column: span 1; grid-template-columns: 1fr; }
  .svc-card.featured .svc-img-wrap { height: 220px; min-height: unset; }
  .svc-card.featured .svc-img-wrap::after { height: 55%; width: 100%; top: auto; bottom: 0; background: linear-gradient(to top, var(--bg-2), transparent); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .proc-step:nth-child(4n)::after { display: block; }
  .proc-step:nth-child(2n)::after { display: none; }
  .benefits-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-item.wide { grid-column: span 1; }
  .viz-colors { grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 24px; }
  .reviews-summary { flex-direction: column; gap: 28px; padding: 28px; }
  .rev-divider { width: 80px; height: 1px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(4) { display: flex; }
  .trust-item:nth-child(5) { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero h1 { font-size: clamp(2.4rem, 8.5vw, 3.2rem); }
  .sticky-bar { display: block; }
  body { padding-bottom: 74px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* ── MODERN LAYOUT UPGRADES ──────────────────────────────────────── */

/* Section inline-bg overrides (replaces inline style attrs) */
#process  { background: rgba(8,8,8,0.85); }
#reviews  { background: rgba(13,13,13,0.87); }

/* Gold accent divider between sections */
.section + .section::before,
.section + section::before { display: none; }

/* Elevated service cards */
.svc-card { border-radius: var(--r-xl); }
.svc-img-wrap { border-radius: var(--r-xl) var(--r-xl) 0 0; }
.svc-card.featured .svc-img-wrap { border-radius: var(--r-xl) 0 0 var(--r-xl); }
@media (max-width: 640px) {
  .svc-card.featured .svc-img-wrap { border-radius: var(--r-xl) var(--r-xl) 0 0; }
}

/* Benefits cards: icon on left for a modern horizontal feel */
@media (min-width: 900px) {
  .ben-card { display: flex; align-items: flex-start; gap: 20px; padding: 28px 26px; }
  .ben-icon  { flex-shrink: 0; margin-bottom: 0; }
  .ben-card h3 { margin-bottom: 6px; }
}


/* Gallery: slight gap increase for breathing room */
.gallery-grid { gap: 12px; }

/* Pricing popular card extra glow ring */
.price-card.popular {
  box-shadow: var(--sh-lg), var(--glow), 0 0 0 1px rgba(201,168,76,0.28);
}

/* Quote form card: warmer border */
.form-card { border-color: rgba(201,168,76,0.14); }

/* CTA band: slightly taller for impact */
.cta-band { padding: var(--sp-2xl) 0; }

/* Stats section: gold gradient border on stat items */
.stat-item {
  padding: 20px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(201,168,76,0.1);
  background: rgba(201,168,76,0.03);
  transition: border-color 0.3s, background 0.3s;
}
.stat-item:hover {
  border-color: rgba(201,168,76,0.28);
  background: rgba(201,168,76,0.06);
}

/* Trust bar items: more padding, subtle separator */
.trust-grid {
  gap: 0;
}
.trust-item {
  padding: 14px 20px;
  border-right: 1px solid var(--br-s);
}
.trust-item:last-child { border-right: none; }
@media (max-width: 900px) {
  .trust-item { border-right: none; border-bottom: 1px solid var(--br-s); }
  .trust-item:last-child { border-bottom: none; }
}



/* FAQ: generous open state */
.faq-item.open .faq-a { max-height: 300px; }

/* Social button labels */
.social-btn { font-size: 13px; font-weight: 700; letter-spacing: 0.03em; }

/* Mobile sticky bar: transparent bg to show canvas */
.sticky-bar { background: rgba(13,13,13,0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }

/* ═══════════════════════════════════════════════════════════════
   SECTION PHOTO BACKGROUNDS — gallery images + custom designs
   background-attachment: fixed creates natural parallax as you scroll
   Overlays darken just enough for readability; photos stay vivid
   ═══════════════════════════════════════════════════════════════ */

/* ── Trust Bar — metallic gold swirl ──────────────────────────── */
.trust {
  background:
    linear-gradient(180deg, rgba(8,8,8,0.86) 0%, rgba(8,8,8,0.80) 100%),
    url('https://static.wixstatic.com/media/80956a_8786ac3bc3934a6fafd6b6823f245e0c~mv2.jpg')
    center / cover no-repeat fixed;
}

/* ── Services — clean garage epoxy ───────────────────────────── */
#services {
  background:
    linear-gradient(160deg, rgba(6,5,4,0.76) 0%, rgba(8,8,8,0.70) 55%, rgba(7,6,4,0.76) 100%),
    url('https://static.wixstatic.com/media/80956a_8d774c5eab8f403ea33f768de3af6923~mv2.jpg')
    center / cover no-repeat fixed;
}

/* ── Benefits — premium metallic garage ──────────────────────── */
.benefits {
  background:
    radial-gradient(ellipse 80% 100% at 25% 50%, rgba(6,5,4,0.68) 0%, rgba(8,8,8,0.82) 75%),
    url('https://static.wixstatic.com/media/184c50_81e7ed2ab301455887cdd43f5a96db81f003.jpg/v1/fill/w_700,h_900,al_c,q_90,enc_avif,quality_auto/184c50_81e7ed2ab301455887cdd43f5a96db81f003.jpg')
    50% 30% / cover no-repeat fixed;
}

/* ── Process — decorative flake/chip system ──────────────────── */
#process {
  background:
    linear-gradient(135deg, rgba(8,8,8,0.82) 0%, rgba(5,5,6,0.72) 50%, rgba(8,8,8,0.82) 100%),
    url('https://static.wixstatic.com/media/184c50_938a862420e64afb819de9d2af3469a2~mv2.png')
    center / cover no-repeat fixed;
}

/* ── Gallery — warehouse / commercial floor ──────────────────── */
.gallery {
  background:
    linear-gradient(180deg, rgba(8,8,8,0.76) 0%, rgba(6,6,7,0.66) 50%, rgba(8,8,8,0.76) 100%),
    url('https://static.wixstatic.com/media/f74e06_79f47378458d418a9e85ae9a387585e0~mv2.jpg')
    center / cover no-repeat fixed;
}

/* ── Visualizer — gold metallic swirl (warm side) ────────────── */
.visualizer {
  background:
    radial-gradient(ellipse 90% 100% at 65% 50%, rgba(7,6,4,0.72) 0%, rgba(8,8,8,0.85) 70%),
    url('https://static.wixstatic.com/media/80956a_8786ac3bc3934a6fafd6b6823f245e0c~mv2.jpg')
    70% center / cover no-repeat fixed;
}

/* ── Pricing — tall premium metallic ─────────────────────────── */
.pricing {
  background:
    linear-gradient(160deg, rgba(8,8,8,0.84) 0%, rgba(6,5,4,0.74) 50%, rgba(8,8,8,0.84) 100%),
    url('https://static.wixstatic.com/media/f74e06_4e86a69032fe4c96833ac752ce235729~mv2.jpg')
    center / cover no-repeat fixed;
}

/* ── Reviews — flake / broadcast close-up ────────────────────── */
#reviews {
  background:
    radial-gradient(ellipse 100% 80% at 50% 35%, rgba(6,5,4,0.70) 0%, rgba(8,8,9,0.82) 70%),
    url('https://static.wixstatic.com/media/80956a_2da6ab80ebd8428896b2ac2a6f9d2b11~mv2.jpg')
    center / cover no-repeat fixed;
}

/* ── Stats — CUSTOM DESIGN: gold aurora glow (no photo) ─────── */
.stats {
  background:
    radial-gradient(ellipse 110% 90% at 50% 50%,  rgba(201,168,76,0.13) 0%, transparent 55%),
    radial-gradient(ellipse 60% 70%  at 8%  90%,  rgba(180,140,50,0.10) 0%, transparent 55%),
    radial-gradient(ellipse 65% 60%  at 92% 8%,   rgba(201,168,76,0.09) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50%  at 50% 100%, rgba(154,123,42,0.08) 0%, transparent 50%),
    linear-gradient(135deg, #030304 0%, #080808 40%, #060607 70%, #030304 100%);
}

/* ── FAQ — decorative epoxy finish ───────────────────────────── */
.faq {
  background:
    linear-gradient(180deg, rgba(8,8,8,0.82) 0%, rgba(6,6,6,0.73) 50%, rgba(8,8,8,0.82) 100%),
    url('https://static.wixstatic.com/media/f74e06_cb795c9f69df4ac18a8ce47cf38e4524~mv2.jpg')
    center / cover no-repeat fixed;
}

/* ── Quote Form — gold metallic, warm invitation ─────────────── */
.quote-section {
  background:
    linear-gradient(160deg, rgba(7,6,4,0.86) 0%, rgba(8,8,8,0.80) 100%),
    url('https://static.wixstatic.com/media/80956a_8786ac3bc3934a6fafd6b6823f245e0c~mv2.jpg')
    center / cover no-repeat fixed;
}

/* ── CTA Band — CUSTOM DESIGN: diagonal gold mesh ────────────── */
.cta-band {
  background:
    repeating-linear-gradient(
      -48deg,
      rgba(201,168,76,0.045) 0px,
      rgba(201,168,76,0.045) 1px,
      transparent 1px,
      transparent 26px
    ),
    repeating-linear-gradient(
      42deg,
      rgba(201,168,76,0.025) 0px,
      rgba(201,168,76,0.025) 1px,
      transparent 1px,
      transparent 26px
    ),
    linear-gradient(135deg, rgba(201,168,76,0.17) 0%, rgba(201,168,76,0.05) 50%, rgba(201,168,76,0.13) 100%);
  border-top: 1px solid var(--br);
  border-bottom: 1px solid var(--br);
}

/* ── Footer — solid dark, subtle epoxy hint ──────────────────── */
footer {
  background:
    linear-gradient(rgba(5,5,5,0.96), rgba(5,5,5,0.96)),
    url('https://static.wixstatic.com/media/80956a_8786ac3bc3934a6fafd6b6823f245e0c~mv2.jpg')
    center / cover no-repeat;
  border-top: 1px solid var(--br-s);
}

/* ── Mobile: background-attachment:fixed unsupported on iOS ──── */
@media (max-width: 900px) {
  .trust, #services, .benefits, #process,
  .gallery, .visualizer, .pricing, #reviews,
  .faq, .quote-section, footer {
    background-attachment: scroll;
  }
}

/* ================================================================
   MOBILE LAYOUT POLISH — fills gaps for phones and small tablets
   All rules below only apply at ≤ 768px; zero desktop impact.
   ================================================================ */

/* ── Hero: reduce top-padding, fix button stack, shrink orbs ───── */
@media (max-width: 768px) {
  .hero-content   { padding: 100px 0 60px; }
  .hero-sub       { max-width: 100%; font-size: var(--t-base); }
  .hero-actions   { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-proof     { flex-wrap: wrap; gap: 14px; }
  .proof-sep      { display: none; }
  .hero-orb-1     { width: 300px; height: 300px; top: -80px; left: -80px; }
  .hero-orb-2     { width: 200px; height: 200px; bottom: -40px; right: 0; }
  .hero-orb-3     { display: none; }
}

/* ── Gallery: stop tall items spanning 2 rows on phones ─────────── */
@media (max-width: 640px) {
  .gallery-grid   { grid-auto-rows: 175px; }
  .gal-item.tall  { grid-row: span 1; }
}

/* ── Pricing: tighter card padding when stacked ──────────────────── */
@media (max-width: 640px) {
  .price-card           { padding: 28px 22px; }
  .price-num            { font-size: clamp(2.4rem, 10vw, 3rem); }
}

/* ── Stats: less inner padding; keep 2-col grid ──────────────────── */
@media (max-width: 640px) {
  .stats-wrap { padding: 32px 18px; }
  .stats-grid { gap: 14px; }
  .stat-num   { font-size: clamp(2rem, 9vw, 2.6rem); }
}

/* ── CTA band: full-width stacked action buttons ─────────────────── */
@media (max-width: 900px) {
  .cta-band-actions .btn { width: 100%; justify-content: center; }
}

/* ── Form: shrink tab labels so 3 fit one line; less card padding ── */
@media (max-width: 640px) {
  .form-tab-btn   { padding: 9px 5px; font-size: 0.6rem; letter-spacing: 0.02em; }
  .form-card      { padding: 22px 16px; }
}

/* ── FAQ: reduce side padding ────────────────────────────────────── */
@media (max-width: 640px) {
  .faq-q                  { padding: 16px 16px; }
  .faq-a                  { padding: 0 16px; }
  .faq-item.open .faq-a   { padding: 0 16px 18px; }
}

/* ── Reviews: tighter card and summary on small screens ─────────── */
@media (max-width: 640px) {
  .rev-card         { padding: 20px 18px; }
  .reviews-summary  { padding: 20px 18px; gap: 16px; }
}

/* ── Benefits & Trust: tighter padding ───────────────────────────── */
@media (max-width: 640px) {
  .ben-card    { padding: 22px 18px; }
  .trust-item  { padding: 12px 14px; }
}

/* ── Very small phones (≤ 400px) ─────────────────────────────────── */
@media (max-width: 400px) {
  .container      { padding: 0 14px; }
  .hero h1        { font-size: clamp(1.85rem, 11vw, 2.4rem); }
  .hero-badge     { padding: 6px 12px; font-size: 0.6rem; letter-spacing: 0.07em; }
  .process-grid   { grid-template-columns: 1fr; }
  .proc-step::after { display: none; }
  .gallery-grid   { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gal-item.tall, .gal-item.wide { grid-column: span 1; grid-row: span 1; }
  .price-card     { padding: 24px 18px; }
  .faq-q          { font-size: 0.82rem; }
  .form-tab-btn   { padding: 8px 3px; font-size: 0.55rem; }
  .stats-grid     { gap: 10px; }
}


/* ── Back to Top ─────────────────────────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 900;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-3);
  border: 1px solid var(--br);
  color: var(--gold);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), background 0.18s, box-shadow 0.18s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.back-to-top:hover {
  background: var(--gold);
  color: #080808;
  box-shadow: 0 4px 24px rgba(201,168,76,0.45);
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 90px;
    left: auto;
    right: 16px;
    transform: translateY(20px);
    width: 50px;
    height: 50px;
    background: var(--gold);
    color: #080808;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(201,168,76,0.5);
  }
  .back-to-top.visible {
    transform: translateY(0);
  }
}


/* ================================================================
   ESTIMATE MODAL OVERLAY
   ================================================================ */

.est-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.32s var(--ease);
}
.est-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.est-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.est-modal-sheet {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 94vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--bg-2);
  border: 1px solid var(--br);
  border-bottom: none;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  padding: 36px 32px 48px;
  transform: translateY(48px);
  transition: transform 0.38s var(--spring);
  box-shadow: 0 -20px 80px rgba(0,0,0,0.7), 0 -1px 0 var(--gold-d);
  scrollbar-width: thin;
  scrollbar-color: var(--gold-d) transparent;
}
.est-modal.open .est-modal-sheet {
  transform: translateY(0);
}

@media (min-width: 720px) {
  .est-modal { align-items: center; }
  .est-modal-sheet {
    border-radius: var(--r-xl);
    border-bottom: 1px solid var(--br);
    margin: 16px;
    max-height: 90vh;
  }
}

/* Close button */
.est-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-4);
  border: 1px solid var(--br-s);
  color: var(--tx-3);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.18s;
  z-index: 1;
}
.est-close:hover { background: var(--gold); color: #080808; border-color: var(--gold); }

/* Progress indicator */
.est-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  gap: 0;
}
.est-progress-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-4);
  border: 1.5px solid var(--br);
  color: var(--tx-3);
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}
.est-progress-dot.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #080808;
  box-shadow: 0 0 18px rgba(201,168,76,0.45);
}
.est-progress-dot.done {
  background: var(--gold-d);
  border-color: var(--gold-d);
  color: #080808;
}
.est-progress-line {
  flex: 1;
  max-width: 72px;
  height: 1.5px;
  background: var(--br-s);
  margin: 0 6px;
  transition: background 0.3s;
}
.est-progress-line.done { background: var(--gold-d); }

/* Step panels */
.est-step { display: none; }
.est-step.active { display: block; animation: fadeUp 0.28s var(--ease) both; }

.est-step-head { margin-bottom: 24px; }
.est-step-head h2 {
  font-family: var(--fh);
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.75rem);
  font-weight: 800;
  color: var(--tx);
  margin-bottom: 6px;
  line-height: 1.2;
}
.est-step-head p { color: var(--tx-2); font-size: var(--t-sm); }

/* Field labels */
.est-label {
  display: block;
  font-size: var(--t-sm);
  font-weight: 600;
  color: var(--tx-2);
  margin-bottom: 10px;
}
.est-field { margin-bottom: 22px; }

/* Floor type selector */
.est-floor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 460px) {
  .est-floor-grid { grid-template-columns: 1fr; }
}
.est-floor-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 15px 14px 13px;
  background: var(--bg-3);
  border: 1.5px solid var(--br-s);
  border-radius: var(--r-md);
  color: var(--tx-2);
  cursor: pointer;
  transition: all 0.2s var(--ease);
  text-align: left;
}
.est-floor-btn:hover { border-color: var(--br-h); color: var(--tx); }
.est-floor-btn.selected {
  border-color: var(--gold);
  background: rgba(201,168,76,0.08);
  box-shadow: 0 0 0 1px rgba(201,168,76,0.2) inset;
}
.est-floor-price {
  font-family: var(--fh);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.est-floor-unit { font-size: 0.65rem; font-weight: 600; color: var(--gold-d); }
.est-floor-name { font-size: var(--t-sm); font-weight: 700; color: var(--tx); display: block; }
.est-floor-btn.selected .est-floor-name { color: var(--tx); }
.est-floor-badge {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--gold);
  color: #080808;
  padding: 2px 7px;
  border-radius: var(--r-full);
  margin-top: 3px;
  display: inline-block;
}
.est-floor-badge--premium { background: var(--gold-d); color: #fff; }

/* Sq ft input */
.est-sqft-wrap { position: relative; }
.est-sqft-input {
  width: 100%;
  padding: 13px 60px 13px 16px;
  background: var(--bg-3);
  border: 1.5px solid var(--br-s);
  border-radius: var(--r-md);
  color: var(--tx);
  font-size: var(--t-base);
  outline: none;
  transition: border-color 0.18s;
  box-sizing: border-box;
  -moz-appearance: textfield;
}
.est-sqft-input::-webkit-outer-spin-button,
.est-sqft-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.est-sqft-input:focus { border-color: var(--gold); }
.est-sqft-input.error { border-color: #ef4444; }
.est-sqft-unit {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--t-sm);
  font-weight: 600;
  color: var(--tx-3);
  pointer-events: none;
}

/* Estimate result box */
.est-result {
  background: linear-gradient(135deg, rgba(201,168,76,0.1) 0%, rgba(201,168,76,0.04) 100%);
  border: 1px solid rgba(201,168,76,0.28);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  text-align: center;
  margin-bottom: 20px;
  animation: fadeUp 0.28s var(--ease) both;
}
.est-result-label {
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-d);
  margin-bottom: 8px;
}
.est-result-range {
  font-family: var(--fh);
  font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.4rem);
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold-l) 0%, var(--gold) 60%, var(--gold-d) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 6px;
}
.est-result-breakdown {
  font-size: var(--t-xs);
  color: var(--tx-3);
  margin-bottom: 4px;
}
.est-result-note {
  font-size: var(--t-xs);
  color: var(--tx-3);
  line-height: 1.4;
}

/* Legal note */
.est-legal {
  text-align: center;
  font-size: var(--t-xs);
  color: var(--tx-3);
  margin-top: 12px;
}

/* Contact form inside modal */
.est-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .est-row { grid-template-columns: 1fr; }
}
.est-form-group { display: flex; flex-direction: column; }
.est-form-group--full { margin-bottom: 14px; }

/* Estimate summary banner (step 2) */
.est-summary-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--r-md);
  padding: 11px 16px;
  font-size: var(--t-sm);
  font-weight: 600;
  color: var(--tx-2);
  margin-bottom: 20px;
}
.est-summary-sep { color: var(--tx-4); }

/* Step 2 nav */
.est-form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--br-s);
}

/* Step 3 confirmation */
.est-confirm {
  text-align: center;
  padding: 12px 0 8px;
}
.est-confirm-check {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-l) 0%, var(--gold-d) 100%);
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: #080808;
  box-shadow: 0 0 40px rgba(201,168,76,0.45);
  animation: checkPop 0.55s var(--spring) both;
}
@keyframes checkPop {
  0%  { transform: scale(0.4); opacity: 0; }
  65% { transform: scale(1.12); }
  100%{ transform: scale(1);   opacity: 1; }
}
.est-confirm h2 {
  font-family: var(--fh);
  font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.est-confirm-msg {
  color: var(--tx-2);
  font-size: var(--t-base);
  max-width: 400px;
  margin: 0 auto 24px;
  line-height: 1.65;
}
.est-confirm-summary {
  background: var(--bg-3);
  border: 1px solid var(--br);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin: 0 auto 24px;
  max-width: 400px;
  text-align: left;
}
.est-confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 7px 0;
  font-size: var(--t-sm);
  border-bottom: 1px solid var(--br-s);
}
.est-confirm-row:last-child { border-bottom: none; padding-bottom: 0; }
.est-confirm-row span:first-child { color: var(--tx-3); flex-shrink: 0; }
.est-confirm-row span:last-child  { color: var(--tx); font-weight: 600; text-align: right; }
.est-confirm-sub {
  font-size: var(--t-sm);
  color: var(--tx-3);
  margin-bottom: 24px;
}

/* Error state for floor type selector */
.est-floor-grid.shake {
  animation: shake 0.36s var(--ease);
}
@keyframes shake {
  0%,100% { transform: translateX(0); }
  20%     { transform: translateX(-6px); }
  40%     { transform: translateX(6px); }
  60%     { transform: translateX(-4px); }
  80%     { transform: translateX(4px); }
}

/* Mobile padding fix */
@media (max-width: 480px) {
  .est-modal-sheet { padding: 28px 20px 44px; }
  .est-form-nav { flex-direction: column-reverse; gap: 10px; }
  .est-form-nav .btn { width: 100%; justify-content: center; }
}
