:root {
  --navy:    #0B1220;
  --navy2:   #0F1A2E;
  --gold:    #C8921A;
  --gold2:   #E8A820;
  --gold3:   #F5C84A;
  --white:   #FFFFFF;
  --offwhite:#F5F6F8;
  --light:   #E8ECF3;
  --muted:   #6B7A99;
  --text:    #1A2240;
  --blue:    #1A4A8A;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(11,18,32,0.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(200,146,26,0.15);
  height: 68px; display: flex; align-items: center;
  padding: 0 5%; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 54px; width: 54px; object-fit: contain; border-radius: 0; }
.nav-logo-name { font-family: 'Bebas Neue', sans-serif; font-size: 23px; letter-spacing: 0.08em; color: var(--white); line-height: 1.1; }
.nav-logo-name span { color: var(--gold2); }
.nav-logo-sub { font-size: 13px; letter-spacing: 0.1em; color: rgba(255,255,255,0.35); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 16px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold2); }
.nav-cta { background: linear-gradient(135deg,var(--gold),var(--gold2)); color: var(--navy) !important; padding: 9px 20px; border-radius: 6px; font-weight: 700 !important; box-shadow: 0 2px 12px rgba(200,146,26,0.3); transition: opacity 0.2s, transform 0.15s !important; }
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }

/* HERO */
.hero-wrap { min-height: 100vh; background: var(--navy); display: flex; flex-direction: column; position: relative; overflow: hidden; padding-top: 68px; }
.hero-glow1 { position: absolute; top:-5%; left:-5%; width:60%; height:70%; background: radial-gradient(ellipse, rgba(200,146,26,0.08) 0%, transparent 65%); pointer-events:none; will-change: transform; }
.hero-glow2 { position: absolute; bottom:0; right:0; width:55%; height:65%; background: radial-gradient(ellipse at bottom right, rgba(26,74,138,0.18) 0%, transparent 65%); pointer-events:none; will-change: transform; }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.018) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.018) 1px,transparent 1px); background-size: 52px 52px; pointer-events:none; }

.hero-main { flex: 1; display: flex; align-items: center; padding: 36px 5% 0; position: relative; z-index: 2; }
.hero-inner { width: 100%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(200,146,26,0.35); background: rgba(200,146,26,0.08); color: var(--gold3); font-size: 14px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 22px; animation: fu 0.5s ease both; }
.bdot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold3); animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

.hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(63px,9vw,103px); line-height: 0.92; letter-spacing: 0.04em; color: var(--white); margin-bottom: 10px; animation: fu 0.5s ease 0.08s both; }
.hero h1 .g { color: var(--gold2); }

.hero-tag { font-family: 'Bebas Neue', sans-serif; font-size: clamp(17px,2.2vw,23px); letter-spacing: 0.18em; color: rgba(255,255,255,0.3); margin-bottom: 20px; animation: fu 0.5s ease 0.14s both; }
.hero-desc { font-size: 18px; color: rgba(255,255,255,0.52); line-height: 1.75; max-width: 490px; margin-bottom: 34px; animation: fu 0.5s ease 0.2s both; }
.hero-h1-sr { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hero-h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(17px,2.2vw,23px); letter-spacing: 0.18em; color: rgba(255,255,255,0.3); margin-bottom: 20px; animation: fu 0.5s ease 0.14s both; font-weight: 400; }

.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 50px; animation: fu 0.5s ease 0.26s both; }
.btn-g { background: linear-gradient(135deg,var(--gold),var(--gold2)); color: var(--navy); padding: 14px 30px; border-radius: 8px; font-weight: 700; font-size: 17px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 20px rgba(200,146,26,0.35); transition: box-shadow 0.2s, transform 0.15s; }
.btn-g:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,146,26,0.5); }
.btn-o { background: transparent; color: rgba(255,255,255,0.7); padding: 14px 28px; border-radius: 8px; font-weight: 500; font-size: 17px; text-decoration: none; border: 1px solid rgba(255,255,255,0.14); display: inline-flex; align-items: center; gap: 8px; transition: border-color 0.2s, color 0.2s; }
.btn-o:hover { border-color: rgba(200,146,26,0.45); color: var(--gold3); }

.hero-logo-col { display: flex; align-items: center; justify-content: center; padding-left: 0; animation: fu 0.7s ease 0.32s both; }
.hero-logo-col img { margin: 0 auto; display: block; filter: drop-shadow(0 16px 50px rgba(200,146,26,0.28)) drop-shadow(0 0 30px rgba(200,146,26,0.1)); animation: floaty 3.6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(-6px); } 50% { transform: translateY(6px); } }

.hero-stats { position: relative; z-index: 2; display: flex; border-top: 1px solid rgba(255,255,255,0.055); background: rgba(255,255,255,0.022); animation: fu 0.5s ease 0.38s both; }
.stat { flex: 1; padding: 18px 5%; border-right: 1px solid rgba(255,255,255,0.055); text-align: center; }
.stat:last-child { border-right: none; }
.snum { font-family: 'Bebas Neue', sans-serif; font-size: 35px; letter-spacing: 0.04em; color: var(--gold2); line-height: 1; }
.slbl { font-size: 13px; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 3px; }

@keyframes fu { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* SECTIONS */
.sec { padding: 92px 5%; }
.sec-alt { background: var(--offwhite); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.eyebrow::before { content:''; display:block; width:18px; height:2px; background:var(--gold); border-radius:1px; }
.eyebrow-lt { color: var(--gold3); }
.eyebrow-lt::before { background: var(--gold3); }
.stitle { font-family: 'Bebas Neue', sans-serif; font-size: clamp(39px,5vw,57px); letter-spacing: 0.04em; color: var(--navy); line-height: 1; margin-bottom: 12px; }
.stitle-w { color: var(--white); }
.sdesc { font-size: 18px; color: var(--muted); line-height: 1.75; max-width: 510px; margin-bottom: 48px; }
.sdesc-lt { color: rgba(255,255,255,0.48); }

/* SERVICES GRID */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 18px; }
.svc-card { background: var(--white); border-radius: 16px; padding: 30px 24px; border: 1px solid rgba(0,0,0,0.07); position: relative; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
.svc-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--gold),var(--gold3)); transform:scaleX(0); transform-origin:left; transition:transform 0.3s; }
.svc-card:hover { transform:translateY(-5px); box-shadow:0 16px 36px rgba(11,18,32,0.1); }
.svc-card:hover::after { transform:scaleX(1); }
.svc-ico { font-size: 31px; margin-bottom: 16px; display: block; }
.svc-n { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 0.04em; color: var(--navy); margin-bottom: 8px; }
.svc-d { font-size: 16px; color: var(--muted); line-height: 1.65; margin-bottom: 16px; }
.svc-p { font-size: 15px; font-weight: 700; color: var(--gold); letter-spacing: 0.05em; text-transform: uppercase; }

/* WHY */
.why-wrap { background: var(--navy2); padding: 92px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tile { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 24px 18px; text-align: center; transition: background 0.2s; }
.tile:hover { background: rgba(255,255,255,0.07); }
.tile.feat { grid-column: span 2; background: rgba(200,146,26,0.1); border-color: rgba(200,146,26,0.25); }
.tv { font-family: 'Bebas Neue', sans-serif; font-size: 41px; letter-spacing: 0.04em; color: var(--gold2); line-height: 1; margin-bottom: 4px; }
.tl { font-size: 15px; color: rgba(255,255,255,0.48); line-height: 1.4; }
.why-list { list-style: none; margin-top: 26px; }
.why-list li { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 17px; color: rgba(255,255,255,0.62); line-height: 1.6; }
.why-list li:last-child { border-bottom: none; }
.ck { width: 22px; height: 22px; flex-shrink: 0; background: rgba(200,146,26,0.14); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold3); font-size: 14px; font-weight: 700; margin-top: 1px; }

/* AREA */
.area-card { max-width: 700px; margin: 44px auto 0; background: var(--white); border-radius: 20px; padding: 34px; box-shadow: 0 8px 40px rgba(11,18,32,0.08); border: 1px solid rgba(0,0,0,0.06); }
.cities { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 22px; }
.ctag { background: var(--light); color: var(--blue); padding: 5px 13px; border-radius: 20px; font-size: 15px; font-weight: 500; border: 1px solid rgba(26,74,138,0.1); text-decoration: none; transition: background 0.2s, color 0.2s; }
.ctag:hover { background: rgba(200,146,26,0.1); color: var(--gold); }
.ctag.main { background: rgba(200,146,26,0.1); color: var(--gold); border-color: rgba(200,146,26,0.28); font-weight: 700; }

/* QUOTE */
.quote-wrap { background: var(--navy); padding: 92px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: start; position: relative; overflow: hidden; }
.quote-wrap::before { content:''; position:absolute; top:-80px; right:-80px; width:380px; height:380px; border-radius:50%; border:70px solid rgba(200,146,26,0.04); pointer-events:none; }
.perks { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.perk { display: flex; align-items: center; gap: 14px; font-size: 17px; color: rgba(255,255,255,0.58); }
.pico { width: 38px; height: 38px; flex-shrink: 0; background: rgba(200,146,26,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.qform { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 34px; }
.qform-title { font-family: 'Bebas Neue', sans-serif; font-size: 27px; letter-spacing: 0.05em; color: var(--white); margin-bottom: 22px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 11px; position: relative; }
.field label { font-size: 13px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255,255,255,0.38); }
.field input, .field select, .field textarea { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.11); border-radius: 8px; padding: 11px 13px; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 17px; outline: none; transition: border-color 0.2s, background 0.2s; width: 100%; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,0.2); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: rgba(255,255,255,0.09); }
.field select option { background: var(--navy2); }
.field textarea { resize: vertical; min-height: 78px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #E04848; background: rgba(224,72,72,0.06); }
.field.invalid input:focus, .field.invalid select:focus, .field.invalid textarea:focus { border-color: #E04848; }
.field-error { color: #F5C84A; font-size: 12px; line-height: 1.4; min-height: 0; }
.field-error:empty { display: none; }
.email-suggest { position: absolute; top: 100%; left: 0; right: 0; background: var(--navy2); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; margin-top: 4px; z-index: 50; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.email-suggest-item { padding: 9px 13px; font-size: 15px; color: rgba(255,255,255,0.78); cursor: pointer; transition: background 0.15s, color 0.15s; }
.email-suggest-item:hover { background: rgba(200,146,26,0.18); color: var(--white); }
.fbtn { width: 100%; background: linear-gradient(135deg,var(--gold),var(--gold2)); color: var(--navy); border: none; padding: 14px; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 700; cursor: pointer; letter-spacing: 0.03em; margin-top: 6px; transition: opacity 0.2s, transform 0.15s; box-shadow: 0 4px 16px rgba(200,146,26,0.3); }
.fbtn:hover { opacity: 0.9; transform: translateY(-1px); }

/* FOOTER */
footer { background: var(--navy); border-top: 1px solid rgba(200,146,26,0.12); padding: 54px 5% 26px; }
.ftop { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; margin-bottom: 36px; }
.flogo { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.flogo img { height: 62px; width: 62px; object-fit: contain; border-radius: 0; }
.fbrand { font-family: 'Bebas Neue', sans-serif; font-size: 23px; letter-spacing: 0.08em; color: var(--white); line-height: 1.1; }
.fbrand span { color: var(--gold2); }
.fbrand-sub { font-size: 13px; color: rgba(255,255,255,0.28); letter-spacing: 0.1em; text-transform: uppercase; }
.fdesc { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.38); max-width: 270px; margin-bottom: 16px; }
.fcontacts { display: flex; flex-direction: column; gap: 7px; }
.fcontacts a { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.52); text-decoration: none; font-size: 16px; transition: color 0.2s; }
.fcontacts a:hover { color: var(--gold2); }
.fcol-title { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.22); margin-bottom: 14px; }
.flinks { list-style: none; }
.flinks li { margin-bottom: 8px; }
.flinks a { color: rgba(255,255,255,0.48); text-decoration: none; font-size: 16px; transition: color 0.2s; }
.flinks a:hover { color: var(--gold2); }
.fbot { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 15px; color: rgba(255,255,255,0.28); }
.fbadge { background: rgba(200,146,26,0.12); border: 1px solid rgba(200,146,26,0.24); color: var(--gold3); padding: 4px 12px; border-radius: 20px; font-size: 14px; font-weight: 600; letter-spacing: 0.05em; }

/* FLOATING BUTTONS */
.float-stack { position: fixed; bottom: 22px; right: 22px; z-index: 200; display: none; flex-direction: column; gap: 12px; align-items: center; }
@media (max-width: 640px) { .float-stack { display: flex; } }
.float-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 25px; text-decoration: none; transition: transform 0.2s; }
.float-btn:hover { transform: scale(1.08); }
.float-call { background: linear-gradient(135deg,var(--gold),var(--gold2)); color: var(--navy); box-shadow: 0 6px 24px rgba(200,146,26,0.5); animation: pulseRing 2.2s ease-out infinite; }
.float-wa { background: #25D366; color: #fff; box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
.float-sms { background: #1A4A8A; color: #fff; box-shadow: 0 6px 24px rgba(26,74,138,0.4); }
@keyframes pulseRing {
  0%   { box-shadow: 0 6px 24px rgba(200,146,26,0.5), 0 0 0 0 rgba(200,146,26,0.55); }
  70%  { box-shadow: 0 6px 24px rgba(200,146,26,0.5), 0 0 0 18px rgba(200,146,26,0); }
  100% { box-shadow: 0 6px 24px rgba(200,146,26,0.5), 0 0 0 0 rgba(200,146,26,0); }
}

/* ===== Pricing ===== */
.pricing-wrap { max-width: 900px; }
.trailer-vis { margin-bottom: 28px; }
.trailer-label-row { display: flex; justify-content: space-between; margin-bottom: 6px; }
.trailer-label { font-size: 12px; color: var(--muted); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
.trailer-track {
  display: flex; border-radius: 10px; overflow: hidden;
  height: 38px; border: 1px solid rgba(0,0,0,0.1);
  background: #E8ECF3;
}
.trailer-segment {
  flex: 1; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.0);
  border-right: 2px solid rgba(255,255,255,0.4);
  transition: background 0.3s, color 0.3s;
  cursor: default;
}
.trailer-segment:last-child { border-right: none; }
.seg1 { background: rgba(200,146,26,0.15); }
.seg2 { background: rgba(200,146,26,0.12); }
.seg3 { background: rgba(200,146,26,0.09); }
.seg4 { background: rgba(200,146,26,0.06); }
.trailer-segment.active { color: #0B1220; }
.seg1.active { background: linear-gradient(90deg, #E8A820, #C8921A 25%, rgba(200,146,26,0.12) 25%); }
.seg2.active { background: linear-gradient(90deg, #E8A820, #C8921A 50%, rgba(200,146,26,0.12) 50%); }
.seg3.active { background: linear-gradient(90deg, #E8A820, #C8921A 75%, rgba(200,146,26,0.12) 75%); }
.seg4.active { background: linear-gradient(90deg, #E8A820 0%, #C8921A 100%); }
.trailer-hint { font-size: 11px; color: var(--muted); margin-top: 6px; font-style: italic; }

.price-table { border-radius: 16px; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); margin-bottom: 20px; }

.pt-header {
  display: grid; grid-template-columns: 1.8fr 1.4fr 1fr 1.8fr;
  background: var(--navy);
  padding: 14px 20px;
  gap: 12px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.pt-row {
  display: grid; grid-template-columns: 1.8fr 1.4fr 1fr 1.8fr;
  padding: 18px 20px; gap: 12px;
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  align-items: center;
  transition: background 0.2s, transform 0.15s;
  cursor: default;
}
.pt-row:last-child { border-bottom: none; }
.pt-row:hover { background: #FFFBF2; transform: translateX(3px); }
.pt-row.highlighted { background: #FFFBF2; }

.pt-cell { font-size: 14px; color: var(--text); }

.load-badge {
  display: inline-block;
  font-size: 13px; font-weight: 700;
  padding: 4px 12px; border-radius: 20px;
  margin-bottom: 4px;
}
.b1 { background: rgba(200,146,26,0.12); color: #A87010; border: 1px solid rgba(200,146,26,0.25); }
.b2 { background: rgba(200,146,26,0.18); color: #956210; border: 1px solid rgba(200,146,26,0.3); }
.b3 { background: rgba(200,146,26,0.25); color: #7A5008; border: 1px solid rgba(200,146,26,0.4); }
.b4 { background: linear-gradient(135deg,#C8921A,#E8A820); color: #0B1220; border: none; font-weight: 800; }

.load-sub { font-size: 12px; color: var(--muted); }

.fill-bar-wrap { height: 8px; background: #E8ECF3; border-radius: 4px; overflow: hidden; margin-bottom: 4px; }
.fill-bar { height: 100%; border-radius: 4px; background: linear-gradient(90deg, #C8921A, #E8A820); width: 0; transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1); }
.fill-bar.filled.fb1 { width: 25%; }
.fill-bar.filled.fb2 { width: 50%; }
.fill-bar.filled.fb3 { width: 75%; }
.fill-bar.filled.fb4 { width: 100%; }
.fill-pct { font-size: 11px; color: var(--muted); font-weight: 600; }

.price-val { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.04em; color: var(--navy); }

.bestfor { font-size: 13px; color: var(--muted); line-height: 1.5; }

.pricing-note {
  background: rgba(200,146,26,0.07);
  border: 1px solid rgba(200,146,26,0.2);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px; color: var(--muted); line-height: 1.6;
}
.pricing-note strong { color: var(--navy); }

/* ===== Testimonials ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.review-card { background: var(--white); border: 1px solid rgba(0,0,0,0.07); border-radius: 16px; padding: 24px; box-shadow: 0 6px 22px rgba(11,18,32,0.04); transition: transform 0.2s, box-shadow 0.2s; }
.review-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(11,18,32,0.1); }
.review-stars { color: #F5C84A; font-size: 17px; letter-spacing: 2px; margin-bottom: 10px; }
.review-text { font-size: 15px; color: var(--text); line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.review-meta { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold2)); color: var(--navy); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.review-who { font-size: 14px; font-weight: 600; color: var(--navy); }
.review-city { font-size: 12px; color: var(--muted); }

/* ===== Gallery ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.gallery-item { aspect-ratio: 4 / 3; background: var(--light); border-radius: 14px; overflow: hidden; position: relative; border: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: center; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-item .placeholder { font-size: 13px; color: var(--muted); text-align: center; padding: 18px; line-height: 1.5; }
.gallery-item .placeholder strong { display: block; font-size: 30px; margin-bottom: 6px; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: box-shadow 0.2s; }
.faq-item[open] { box-shadow: 0 8px 24px rgba(11,18,32,0.06); }
.faq-item summary { padding: 18px 22px; font-weight: 600; font-size: 16px; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--gold); font-weight: 400; transition: transform 0.2s; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 22px 20px; font-size: 15px; color: var(--muted); line-height: 1.7; }

/* ===== Popup ===== */
@keyframes popIn {
  from { opacity:0; transform:scale(0.82) translateY(24px); }
  to   { opacity:1; transform:scale(1)    translateY(0); }
}
@keyframes shake {
  0%,100%{transform:translateX(0)} 20%{transform:translateX(-7px)}
  40%{transform:translateX(7px)}   60%{transform:translateX(-4px)}
  80%{transform:translateX(4px)}
}

/* ===== Reveal-on-scroll ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 80ms; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 160ms; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 240ms; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 320ms; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 400ms; }
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-logo-col img { animation: none !important; }
  .float-call { animation: none !important; }
  .fill-bar { transition: none !important; }
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-logo-col { display: none; }
}
@media (max-width: 820px) {
  #garage-cleanout > div { grid-template-columns:1fr !important; gap:36px; }
  #garage-cleanout svg { max-width:340px; margin:0 auto; display:block; }
}
@media (max-width: 680px) {
  .pt-header { display: none; }
  .pt-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px 16px;
    padding: 16px;
  }
  .pt-row .pt-cell:nth-child(1) { grid-column: 1; grid-row: 1; }
  .pt-row .pt-cell:nth-child(2) { grid-column: 2; grid-row: 1; }
  .pt-row .pt-cell:nth-child(3) { grid-column: 1; grid-row: 2; }
  .pt-row .pt-cell:nth-child(4) { grid-column: 2; grid-row: 2; }
  .trailer-vis { display: none; }
}
@media (max-width: 640px) {
  .hero-logo-col {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 16px auto 0;
  }
  .hero-logo-col img {
    max-width: 90vw !important;
	max-height: 120vw !important;
    margin: 0 auto;
  }
  .hero-inner { grid-template-columns: 1fr !important; }
  .why-wrap, .quote-wrap { grid-template-columns: 1fr; gap: 44px; }
  .ftop { grid-template-columns: 1fr 1fr; }
  nav .nav-links li:not(:last-child) { display: none; }
  .hero-stats { flex-direction: column; }
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.055); }
  .stat:last-child { border-bottom: none; }
  .ftop { grid-template-columns: 1fr; }
  .row2 { grid-template-columns: 1fr; }
  .fbot { flex-direction: column; gap: 10px; text-align: center; }
}
</content>
</invoke>