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

/* ═══════════════════════════════════════════
   DEV INTERNATIONAL — MASTER DESIGN SYSTEM
   ═══════════════════════════════════════════ */
:root {
  --orange: #FF5500;
  --orange-dark: #CC3300;
  --orange-light: #FF7733;
  --orange-pale: #FFF0E8;
  --gold: #FFB800;
  --dark: #0F0F1E;
  --dark2: #1A1A32;
  --dark3: #242440;
  --navy: #1E2D5A;
  --white: #FFFFFF;
  --cream: #FFFAF6;
  --smoke: #F7F2EC;
  --grey: #888;
  --border: #EDE5DB;
  --text: #2A2A2A;
  --text-light: #666;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 16px 56px rgba(0,0,0,.14);
  --shadow-xl: 0 32px 96px rgba(0,0,0,.2);
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Poppins', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font-family: inherit; }
ul { list-style: none; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 4px; }

/* ─── UTILITY ─── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.text-orange { color: var(--orange); }
.text-gold { color: var(--gold); }
.bg-dark { background: var(--dark); }
.bg-dark2 { background: var(--dark2); }
.bg-cream { background: var(--cream); }
.bg-smoke { background: var(--smoke); }
.bg-orange { background: var(--orange); }

/* ─── EYEBROW ─── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .65rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 10px;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); border-radius: 2px; flex-shrink: 0; }

/* ─── SECTION HEADING ─── */
.sec-h { font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 900; line-height: 1.05; letter-spacing: -.5px; color: var(--dark); }
.sec-h em { font-style: normal; color: var(--orange); }
.sec-h.white { color: #fff; }
.sec-p { font-size: .93rem; color: var(--text-light); line-height: 1.8; margin-top: 12px; }
.sec-p.white { color: rgba(255,255,255,.55); }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 50px; font-weight: 700; font-size: .88rem; transition: all .22s; border: none; cursor: pointer; font-family: inherit; }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 8px 28px rgba(255,85,0,.32); }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(255,85,0,.45); }
.btn-green { background: #22C55E; color: #fff; box-shadow: 0 8px 24px rgba(34,197,94,.28); }
.btn-green:hover { background: #16A34A; transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.3); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.btn-lg { padding: 15px 32px; font-size: .96rem; }
.btn-sm { padding: 9px 18px; font-size: .78rem; }

/* ─── TOP ANNOUNCEMENT BAR ─── */
.topbar { background: var(--dark); border-bottom: 1px solid rgba(255,255,255,.06); padding: 9px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; font-size: .71rem; color: rgba(255,255,255,.5); }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: 6px; }
.topbar-item a { color: var(--gold); font-weight: 600; transition: opacity .2s; }
.topbar-item a:hover { opacity: .75; }
.topbar-sep { width: 1px; height: 12px; background: rgba(255,255,255,.1); }

/* ─── NAVBAR ─── */
.navbar { position: sticky; top: 0; z-index: 1000; background: #fff; box-shadow: 0 2px 24px rgba(0,0,0,.09); }
.nav-wrap { height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; background: none !important; height: 100px; }
#logo-slot { background: none !important; line-height: 0; height: 116px; display: flex; align-items: center; }
#logo-slot svg { height: 116px; width: auto; max-width: 700px; display: block; }
.nav-logo-icon { width: 50px; height: 50px; flex-shrink: 0; }
.nav-logo-text .name { display: block; font-size: 1.05rem; font-weight: 800; color: var(--dark); line-height: 1.1; }
.nav-logo-text .sub  { display: block; font-size: .57rem; color: var(--grey); font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; margin-top: 1px; }
@media(max-width:1280px){ #logo-slot svg { max-width: 520px; } }
@media(max-width:1060px){ .nav-wrap{height:106px;} #logo-slot{height:96px;} #logo-slot svg{height:96px;max-width:480px;} }
@media(max-width:768px) { .nav-wrap{height:88px;} #logo-slot{height:78px;} #logo-slot svg{height:78px;max-width:370px;} }
@media(max-width:520px) { .nav-wrap{height:76px;} #logo-slot{height:66px;} #logo-slot svg{height:66px;max-width:265px;} }
@media(max-width:380px) { .nav-wrap{height:66px;} #logo-slot{height:56px;} #logo-slot svg{height:56px;max-width:210px;} }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 4px; padding: 8px 12px; font-size: .83rem; font-weight: 600; color: var(--text); border-radius: 8px; transition: all .2s; white-space: nowrap; }
.nav-link:hover, .nav-link.active { background: var(--orange); color: #fff; }
.nav-dropdown { position: absolute; top: calc(100% + 6px); left: 0; background: #fff; min-width: 230px; border-radius: var(--radius-lg); padding: 8px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all .22s; z-index: 999; }
.nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; font-size: .82rem; font-weight: 500; color: var(--text); transition: background .15s; }
.nav-dropdown a:hover { background: var(--smoke); color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-phone-btn { display: flex; align-items: center; gap: 7px; padding: 9px 16px; background: var(--orange-pale); color: var(--orange); border-radius: 8px; font-weight: 700; font-size: .82rem; transition: all .2s; border: 1.5px solid rgba(255,85,0,.15); }
.nav-phone-btn:hover { background: var(--orange); color: #fff; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all .28s; }

/* ─── CITY MEGAMENU BAR ─── */
.city-megabar { background: var(--dark2); border-bottom: 1px solid rgba(255,255,255,.05); }
.city-megabar-inner { display: flex; align-items: center; gap: 0; height: 46px; }
.cmb-label { display: flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; padding: 0 20px 0 0; border-right: 1px solid rgba(255,255,255,.08); white-space: nowrap; flex-shrink: 0; }
.cmb-cities { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 0; scrollbar-width: none; flex: 1; padding: 0 16px; }
.cmb-cities::-webkit-scrollbar { display: none; }
.cmb-city-link { display: inline-block; padding: 0 14px; height: 46px; line-height: 46px; font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.55); white-space: nowrap; border-right: 1px solid rgba(255,255,255,.05); transition: all .18s; flex-shrink: 0; }
.cmb-city-link:hover, .cmb-city-link.active { color: var(--orange); background: rgba(255,85,0,.08); }
.cmb-all-btn { flex-shrink: 0; margin-left: auto; padding: 0 16px; font-size: .71rem; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border-left: 1px solid rgba(255,255,255,.08); height: 46px; display: flex; align-items: center; gap: 6px; transition: background .18s; background: none; border-top: none; border-right: none; border-bottom: none; font-family: inherit; }
.cmb-all-btn:hover { background: rgba(255,85,0,.1); }

/* All cities expanded panel */
.city-all-panel { display: none; background: var(--dark2); border-bottom: 2px solid var(--orange); }
.city-all-panel.open { display: block; }
.city-all-inner { padding: 24px 0; }
.cap-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.cap-link { display: inline-block; padding: 5px 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 50px; font-size: .71rem; font-weight: 600; color: rgba(255,255,255,.55); transition: all .18s; }
.cap-link:hover, .cap-link.active { background: var(--orange); border-color: var(--orange); color: #fff; }

/* ─── HERO (CITY PAGE) ─── */
.city-hero { position: relative; overflow: hidden; background: var(--dark); min-height: 88vh; display: flex; align-items: center; }
.ch-bg { position: absolute; inset: 0; z-index: 0; }
.ch-skyline { position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; }
.ch-grad { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(15,15,30,.96) 0%, rgba(26,26,50,.88) 45%, rgba(15,15,30,.55) 100%); z-index: 2; }
.city-hero .container { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 380px; gap: 36px; align-items: center; padding-top: 48px; padding-bottom: 56px; }
.ch-breadcrumb { display: flex; align-items: center; gap: 7px; font-size: .7rem; color: rgba(255,255,255,.38); margin-bottom: 18px; flex-wrap: wrap; }
.ch-breadcrumb a { color: rgba(255,255,255,.45); transition: color .2s; }
.ch-breadcrumb a:hover { color: var(--gold); }
.ch-breadcrumb span { color: rgba(255,255,255,.2); }
.ch-trust-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,184,0,.1); border: 1px solid rgba(255,184,0,.28); color: var(--gold); padding: 6px 18px; border-radius: 50px; font-size: .66rem; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 20px; }
.ch-h1 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); font-weight: 900; color: #fff; line-height: 1.0; margin-bottom: 16px; letter-spacing: -.5px; }
.ch-h1 .city-name { color: var(--orange); display: block; }
.ch-desc { font-size: .93rem; color: rgba(255,255,255,.6); line-height: 1.78; max-width: 520px; margin-bottom: 26px; }
.ch-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.ch-stats { display: flex; gap: 0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; overflow: hidden; max-width: 500px; }
.chs { flex: 1; padding: 14px 10px; text-align: center; }
.chs + .chs { border-left: 1px solid rgba(255,255,255,.08); }
.chs-n { display: block; font-size: 1.35rem; font-weight: 800; color: var(--orange); line-height: 1; }
.chs-l { display: block; font-size: .58rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,.32); margin-top: 3px; }

/* QUOTE CARD */
.quote-card { background: #fff; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl); }
.qc-head { background: var(--orange); padding: 20px 24px; }
.qc-head h3 { font-size: 1.1rem; font-weight: 800; color: #fff; letter-spacing: .3px; }
.qc-head p { font-size: .73rem; color: rgba(255,255,255,.78); margin-top: 3px; }
.qc-body { padding: 20px 24px; }
.qc-field { margin-bottom: 11px; }
.qc-label { display: block; font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #888; margin-bottom: 4px; }
.qc-input { width: 100%; padding: 10px 13px; border: 1.5px solid var(--border); border-radius: 8px; font-size: .87rem; background: var(--smoke); color: var(--text); transition: all .18s; }
.qc-input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,85,0,.1); background: #fff; outline: none; }
.qc-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.qc-readonly { background: #EDE5DB !important; cursor: default; }
.qc-btn { width: 100%; padding: 13px; background: var(--orange); color: #fff; border: none; border-radius: 8px; font-size: .92rem; font-weight: 800; cursor: pointer; font-family: inherit; letter-spacing: .3px; transition: all .2s; margin-top: 4px; }
.qc-btn:hover { background: var(--orange-dark); transform: translateY(-1px); }
.qc-wa { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: #22C55E; color: #fff; border-radius: 8px; padding: 11px; font-weight: 700; font-size: .82rem; margin-top: 8px; transition: background .2s; }
.qc-wa:hover { background: #16A34A; }

/* ─── WHY-US STRIP ─── */
.why-strip { background: linear-gradient(90deg, var(--orange) 0%, var(--orange-dark) 100%); padding: 0; }
.why-strip-row { display: grid; grid-template-columns: repeat(6, 1fr); }
.ws-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 18px 10px; color: #fff; border-right: 1px solid rgba(255,255,255,.15); transition: background .2s; }
.ws-item:last-child { border-right: none; }
.ws-item:hover { background: rgba(0,0,0,.1); }
.ws-icon { font-size: 1.4rem; }
.ws-label { font-size: .68rem; font-weight: 700; text-align: center; letter-spacing: .3px; }

/* ─── MAIN CONTENT LAYOUT ─── */
.city-layout { display: grid; grid-template-columns: 1fr 320px; gap: 32px; padding: 48px 0; }
.city-main { display: flex; flex-direction: column; gap: 28px; }

/* ─── CONTENT CARDS ─── */
.card { background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow); }
.card-body { padding: 32px; }
.card-h { font-size: 1.35rem; font-weight: 800; color: var(--dark); margin-bottom: 16px; position: relative; padding-bottom: 12px; letter-spacing: -.3px; }
.card-h::after { content: ''; position: absolute; bottom: 0; left: 0; width: 42px; height: 3px; background: var(--orange); border-radius: 3px; }
.card-p { font-size: .875rem; color: #555; line-height: 1.85; margin-bottom: 12px; }
.card-img { line-height: 0; }
.card-img svg, .card-img img { width: 100%; height: auto; }

/* CHECKLIST */
.checklist { list-style: none; margin: 14px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.checklist li { display: flex; align-items: flex-start; gap: 8px; font-size: .84rem; color: #555; line-height: 1.55; }
.checklist li::before { content: '✓'; color: var(--orange); font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* ─── SERVICES GRID 8 ─── */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px; }
.svc-tile { background: var(--smoke); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all .25s; display: block; }
.svc-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.svc-tile-img { height: 130px; overflow: hidden; line-height: 0; background: var(--border); }
.svc-tile-img svg { width: 100%; height: 100%; }
.svc-tile-body { padding: 12px 13px 14px; }
.svc-tile h4 { font-size: .82rem; font-weight: 700; color: var(--dark); margin-bottom: 5px; }
.svc-tile p { font-size: .72rem; color: var(--text-light); line-height: 1.55; margin: 0; }

/* ─── PRICE TABLE ─── */
.price-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); margin: 16px 0; }
.price-table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.price-table thead tr { background: var(--dark); }
.price-table th { padding: 13px 16px; text-align: left; font-size: .75rem; font-weight: 700; letter-spacing: .5px; color: #fff; }
.price-table td { padding: 12px 16px; color: #444; border-bottom: 1px solid var(--border); }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:nth-child(even) td { background: var(--smoke); }
.price-highlight { color: var(--orange); font-weight: 700; }
.price-note { font-size: .77rem; color: #888; margin-top: 8px; }
.price-note a { color: var(--orange); font-weight: 700; }

/* ─── PROCESS STEPS ─── */
.steps-list { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.step-item { display: flex; gap: 16px; align-items: flex-start; }
.step-num { width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.step-text h4 { font-size: .9rem; font-weight: 700; color: var(--dark); margin-bottom: 5px; }
.step-text p { font-size: .84rem; color: #555; line-height: 1.72; margin: 0; }

/* ─── WHY US GRID ─── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.why-card { background: var(--smoke); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 22px; text-align: center; transition: all .22s; }
.why-card:hover { background: #fff; border-color: var(--orange); transform: translateY(-3px); box-shadow: var(--shadow); }
.why-card-icon { font-size: 2rem; margin-bottom: 10px; }
.why-card h4 { font-size: .85rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.why-card p { font-size: .76rem; color: var(--text-light); line-height: 1.6; margin: 0; }

/* ─── TESTIMONIALS ─── */
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.testi-card { background: var(--dark2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-lg); padding: 22px; transition: border-color .25s; }
.testi-card:hover { border-color: rgba(255,85,0,.35); }
.testi-stars { color: var(--gold); font-size: .9rem; letter-spacing: 2px; margin-bottom: 10px; }
.testi-quote { font-size: .84rem; color: rgba(255,255,255,.62); line-height: 1.75; font-style: italic; margin-bottom: 14px; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-av { width: 36px; height: 36px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; flex-shrink: 0; }
.testi-name { font-size: .84rem; font-weight: 700; color: #fff; display: block; }
.testi-loc { font-size: .7rem; color: rgba(255,255,255,.32); display: block; margin-top: 1px; }

/* ─── FAQ ACCORDION ─── */
.faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; cursor: pointer; font-weight: 600; font-size: .87rem; color: var(--dark); gap: 12px; user-select: none; transition: background .18s; }
.faq-q:hover { background: var(--smoke); }
.faq-q.open { color: var(--orange); background: var(--orange-pale); }
.faq-toggle { width: 24px; height: 24px; border-radius: 50%; background: var(--smoke); border: none; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; transition: all .26s; flex-shrink: 0; cursor: pointer; color: var(--dark); font-family: inherit; }
.faq-q.open .faq-toggle { transform: rotate(45deg); background: var(--orange); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-a.open { max-height: 300px; }
.faq-a-inner { padding: 0 18px 16px; font-size: .86rem; color: #555; line-height: 1.8; }

/* ─── SIDEBAR ─── */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sb-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.sb-quote-card { background: var(--dark); border: none; }
.sb-quote-head { background: var(--orange); padding: 18px 20px; }
.sb-quote-head h3 { font-size: 1rem; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .5px; }
.sb-quote-head p { font-size: .72rem; color: rgba(255,255,255,.75); margin-top: 2px; }
.sb-quote-form { padding: 16px 20px; display: flex; flex-direction: column; gap: 9px; }
.sb-inp { width: 100%; padding: 10px 13px; border: 1.5px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.07); color: #fff; font-size: .84rem; font-family: inherit; transition: border .18s; }
.sb-inp:focus { border-color: var(--orange); outline: none; }
.sb-inp option { background: var(--dark); }
.sb-inp-readonly { background: rgba(255,85,0,.08) !important; color: var(--orange) !important; }
.sb-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sb-btn { background: var(--orange); color: #fff; border: none; border-radius: 8px; padding: 12px; font-size: .88rem; font-weight: 800; cursor: pointer; font-family: inherit; transition: all .2s; letter-spacing: .3px; }
.sb-btn:hover { background: var(--orange-dark); transform: translateY(-1px); }
.sb-contacts { border-top: 1px solid rgba(255,255,255,.07); padding: 14px 20px; display: flex; flex-direction: column; gap: 9px; }
.sb-contact-link { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 600; transition: color .2s; }
.sb-contact-link:hover { color: var(--orange); }
.sb-contact-link.wa { color: #22C55E; }
.sb-contact-link.wa:hover { color: #16A34A; }
.sb-card-head { padding: 14px 18px; background: var(--smoke); border-bottom: 1px solid var(--border); font-size: .78rem; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; gap: 7px; }
.sb-city-list { padding: 12px; display: flex; flex-direction: column; gap: 4px; }
.sb-city-link { display: block; padding: 8px 10px; border-radius: 8px; font-size: .8rem; font-weight: 600; color: var(--text); transition: all .18s; }
.sb-city-link:hover { background: var(--orange); color: #fff; }
.sb-city-link.view-all { color: var(--orange); font-weight: 700; }
.cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 14px; }
.cert-badge { background: var(--smoke); border: 1px solid var(--border); border-radius: 8px; padding: 12px; text-align: center; }
.cert-badge strong { display: block; font-size: 1.2rem; font-weight: 800; color: var(--orange); }
.cert-badge span { display: block; font-size: .62rem; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.sb-svc-list { padding: 10px 12px; display: flex; flex-direction: column; }
.sb-svc-link { display: flex; align-items: center; gap: 8px; padding: 9px 8px; border-radius: 8px; font-size: .8rem; font-weight: 600; color: var(--text); transition: all .18s; border-bottom: 1px solid var(--border); }
.sb-svc-link:last-child { border-bottom: none; }
.sb-svc-link:hover { background: var(--orange); color: #fff; border-bottom-color: transparent; }

/* ─── BOTTOM CTA ─── */
.city-cta { background: linear-gradient(135deg, var(--dark) 0%, var(--dark3) 100%); padding: 52px 0; }
.city-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.city-cta-text h2 { font-size: 1.9rem; font-weight: 800; color: #fff; line-height: 1.1; }
.city-cta-text p { font-size: .9rem; color: rgba(255,255,255,.55); margin-top: 6px; }
.city-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }

/* ─── HOMEPAGE HERO ─── */
.home-hero { background: var(--dark); position: relative; overflow: hidden; min-height: 92vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.hh-glow { position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(255,85,0,.14) 0%, transparent 60%); z-index: 0; }
.hh-grid { position: absolute; inset: 0; opacity: .04; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 56px 56px; z-index: 0; }
.hh-diag { position: absolute; bottom: -2px; left: 0; right: 0; height: 90px; background: var(--cream); clip-path: polygon(0 100%, 100% 0, 100% 100%); z-index: 1; }
.hh-left { padding: 80px 32px 100px 60px; position: relative; z-index: 2; }
.hh-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,184,0,.1); border: 1px solid rgba(255,184,0,.25); color: var(--gold); padding: 7px 18px; border-radius: 50px; font-size: .67rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 22px; }
.hh-h1 { font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 900; color: #fff; line-height: .88; letter-spacing: -.8px; margin-bottom: 20px; }
.hh-h1 em { font-style: normal; color: var(--orange); display: block; }
.hh-sub { font-size: .96rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 440px; margin-bottom: 32px; }
.hh-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.hh-stats { display: flex; gap: 0; border-left: 3px solid var(--orange); }
.hh-stat { padding: 4px 22px 4px 16px; border-right: 1px solid rgba(255,255,255,.08); }
.hh-stat:last-child { border-right: none; }
.hh-stat-n { font-size: 2.1rem; font-weight: 800; color: #fff; line-height: 1; }
.hh-stat-n em { font-style: normal; color: var(--orange); }
.hh-stat-l { font-size: .6rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.32); margin-top: 2px; }
.hh-right { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 40px 40px 40px 0; }
.hh-truck { position: relative; width: 100%; }
.hh-float { position: absolute; background: #fff; border-radius: var(--radius-lg); padding: 14px 18px; box-shadow: var(--shadow-xl); }
.hh-float1 { bottom: -10px; left: -20px; }
.hh-float2 { top: 10px; right: -10px; }
.hf-icon { font-size: 1.5rem; margin-bottom: 3px; }
.hf-lbl { font-size: .6rem; color: #888; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.hf-val { font-size: 1.3rem; font-weight: 800; color: var(--dark); line-height: 1.1; }
.hf-sub { font-size: .67rem; color: var(--orange); font-weight: 600; margin-top: 2px; }

/* HOMEPAGE QUOTE BAND */
.home-quote-band { background: var(--orange); position: relative; overflow: hidden; padding: 40px 0; }
.home-quote-band::after { content: 'FREE QUOTE'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 14rem; font-weight: 900; color: rgba(255,255,255,.04); white-space: nowrap; pointer-events: none; }
.hqb-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: center; }
.hqb-title { font-size: 2.2rem; font-weight: 900; color: #fff; line-height: .92; margin-bottom: 8px; }
.hqb-sub { font-size: .86rem; color: rgba(255,255,255,.72); line-height: 1.6; }
.hqb-form { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-items: end; }
.hqb-field label { display: block; font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: rgba(255,255,255,.7); margin-bottom: 4px; }
.hqb-inp { width: 100%; padding: 11px 13px; border: 1.5px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(255,255,255,.15); color: #fff; font-size: .86rem; font-family: inherit; transition: border .2s; }
.hqb-inp::placeholder { color: rgba(255,255,255,.4); }
.hqb-inp:focus { border-color: #fff; outline: none; }
.hqb-inp option { background: var(--dark); }
.hqb-btn { background: #fff; color: var(--orange); border: none; padding: 12px 16px; border-radius: 8px; font-size: .88rem; font-weight: 800; cursor: pointer; font-family: inherit; transition: all .22s; white-space: nowrap; }
.hqb-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,.2); }

/* HOMEPAGE SECTIONS */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl); }
.about-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.about-feat { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; display: flex; gap: 12px; align-items: flex-start; transition: all .2s; }
.about-feat:hover { border-color: var(--orange); transform: translateY(-2px); }
.af-icon { font-size: 1.5rem; flex-shrink: 0; line-height: 1; }
.af-h { font-size: .86rem; font-weight: 700; color: var(--dark); }
.af-p { font-size: .76rem; color: #888; line-height: 1.5; margin-top: 2px; }

/* STATS BAR */
.stats-bar { background: var(--dark2); }
.stats-bar-row { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid rgba(255,255,255,.06); }
.stat-item { padding: 32px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.06); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.stat-n { font-size: 3rem; font-weight: 900; color: var(--orange); line-height: 1; }
.stat-l { font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.3); margin-top: 5px; }

/* SERVICES HOME */
.svc-home { background: var(--dark); }
.svc-home-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.svc-home-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-lg); overflow: hidden; transition: all .28s; display: block; }
.svc-home-card:hover { transform: translateY(-6px); border-color: rgba(255,85,0,.4); box-shadow: 0 24px 64px rgba(0,0,0,.4); }
.shc-img { height: 150px; overflow: hidden; line-height: 0; }
.shc-img svg { width: 100%; height: 100%; }
.shc-body { padding: 22px; }
.shc-body h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.shc-body p { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.65; margin-bottom: 14px; }
.shc-link { display: inline-flex; align-items: center; gap: 5px; color: var(--orange); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }

/* PROCESS SECTION */
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; position: relative; }
.proc-grid::before { content: ''; position: absolute; top: 34px; left: 10%; right: 10%; height: 2px; background: linear-gradient(to right, var(--orange) 0%, rgba(255,85,0,.1) 100%); z-index: 0; }
.proc-step { text-align: center; position: relative; z-index: 1; }
.ps-circle { width: 70px; height: 70px; border-radius: 50%; background: var(--dark); border: 2.5px solid var(--orange); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: all .28s; }
.proc-step:hover .ps-circle { background: var(--orange); transform: scale(1.1); }
.ps-n { font-size: 1.8rem; font-weight: 900; color: #fff; }
.proc-step h3 { font-size: .9rem; font-weight: 700; color: var(--dark); margin-bottom: 7px; }
.proc-step p { font-size: .79rem; color: #888; line-height: 1.62; }

/* CITIES GRID */
.cities-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 36px; }
.city-tile { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 11px 10px; display: flex; align-items: center; gap: 8px; transition: all .22s; }
.city-tile:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(255,85,0,.1); }
.city-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.city-tile span { font-size: .77rem; font-weight: 600; color: var(--dark); }

/* TESTIMONIAL HOME */
.testi-home-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 44px; }

/* FOOTER */
footer { background: #070710; color: rgba(255,255,255,.45); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.5fr; gap: 48px; }
.footer-brand-desc { font-size: .82rem; line-height: 1.78; max-width: 280px; margin: 16px 0 20px; color: rgba(255,255,255,.38); }

.footer-hotline { background: rgba(255,85,0,.08); border: 1px solid rgba(255,85,0,.18); border-radius: var(--radius); padding: 14px 16px; margin-top: 18px; }
.fh-lbl { font-size: .6rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.28); margin-bottom: 4px; }
.fh-num { font-size: 1.5rem; font-weight: 800; color: var(--orange); display: block; text-decoration: none; }
.footer-col h4 { font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: .8rem; color: rgba(255,255,255,.38); transition: color .2s; display: flex; align-items: center; gap: 6px; }
.footer-links a:hover { color: var(--orange); }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 10px; font-size: .8rem; color: rgba(255,255,255,.38); line-height: 1.6; }
.footer-contact-item a { color: rgba(255,255,255,.38); transition: color .2s; }
.footer-contact-item a:hover { color: var(--orange); }
.footer-hours { background: rgba(255,255,255,.04); border-radius: var(--radius); padding: 14px; margin-top: 14px; }
.footer-hours p { font-size: .79rem; color: rgba(255,255,255,.35); margin-bottom: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); margin-top: 56px; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: .72rem; color: rgba(255,255,255,.22); }
.footer-bottom-links { display: flex; gap: 18px; }
.footer-bottom-links a { color: rgba(255,255,255,.28); transition: color .2s; }
.footer-bottom-links a:hover { color: var(--orange); }

/* FLOATING BUTTONS */
/* ── LEFT SIDE FLOATING BUTTONS ── */
.float-btns { position:fixed; left:0; bottom:140px; z-index:9990; display:flex; flex-direction:column; gap:0; }
.float-btn-wa {
  display:flex; align-items:center; gap:0; background:#25D366;
  color:#fff; text-decoration:none; border-radius:0 50px 50px 0;
  box-shadow:2px 4px 18px rgba(37,211,102,.45);
  overflow:hidden; width:52px; transition:width .35s cubic-bezier(.4,0,.2,1);
  margin-bottom:8px;
}
.float-btn-call {
  display:flex; align-items:center; gap:0; background:#FF5500;
  color:#fff; text-decoration:none; border-radius:0 50px 50px 0;
  box-shadow:2px 4px 18px rgba(255,85,0,.4);
  overflow:hidden; width:52px; transition:width .35s cubic-bezier(.4,0,.2,1);
}
.float-btn-wa:hover  { width:190px; }
.float-btn-call:hover{ width:190px; }
.float-btn-icon {
  width:52px; height:52px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
.float-btn-label {
  white-space:nowrap; font-size:.82rem; font-weight:700;
  padding-right:16px; opacity:0; transition:opacity .25s .1s;
  letter-spacing:.3px;
}
.float-btn-wa:hover  .float-btn-label,
.float-btn-call:hover .float-btn-label { opacity:1; }

/* pulse on WhatsApp icon */
@keyframes pulse-wa { 0%,100%{box-shadow:2px 4px 18px rgba(37,211,102,.45)} 50%{box-shadow:2px 4px 32px rgba(37,211,102,.8)} }
.float-btn-wa { animation:pulse-wa 2.5s ease-in-out infinite; }
.float-btn-wa:hover { animation:none; }

/* ── FOOTER SOCIAL ICONS ── */

.f-soc-fb  { background:#1877F2; }
.f-soc-ig  { background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.f-soc-yt  { background:#FF0000; }
.f-soc-tw  { background:#000; }
.f-soc-wa  { background:#25D366; }

@media(max-width:480px){
  .float-btns { bottom:100px; }
  .float-btn-wa,.float-btn-call { width:46px; }
  .float-btn-icon { width:46px; height:46px; }
}

/* PAGE HERO */
.page-hero { background: var(--dark); padding: 68px 0; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 65% 40%, rgba(255,85,0,.18) 0%, transparent 55%); }
.ph-grid-bg { position: absolute; inset: 0; opacity: .04; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 48px 48px; }
.ph-content { position: relative; z-index: 2; }
.ph-content h1 { font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 900; color: #fff; line-height: .9; margin-bottom: 14px; letter-spacing: -.5px; }
.ph-content h1 em { font-style: normal; color: var(--orange); }
.ph-content p { font-size: .96rem; color: rgba(255,255,255,.55); max-width: 560px; line-height: 1.72; }

/* REVEAL ANIMATION */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .home-hero, .about-grid { grid-template-columns: 1fr; }
  .hh-right, .about-img { display: none; }
  .hh-left { padding: 60px 20px 80px; }
  .city-hero .container, .city-layout { grid-template-columns: 1fr; }
  .city-hero .container { padding-top: 32px; padding-bottom: 32px; }
  .svc-home-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stats-bar-row { grid-template-columns: 1fr 1fr; }
  .testi-home-grid, .testi-grid { grid-template-columns: 1fr; }
  .cities-grid { grid-template-columns: repeat(4, 1fr); }
  .proc-grid { grid-template-columns: 1fr 1fr; }
  .proc-grid::before { display: none; }
  .hqb-inner { grid-template-columns: 1fr; gap: 24px; }
  .hqb-form { grid-template-columns: 1fr 1fr; }
  .why-strip-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .cities-grid { grid-template-columns: repeat(3, 1fr); }
  .checklist { grid-template-columns: 1fr; }
  .qc-grid2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .city-cta-inner { flex-direction: column; text-align: center; }
  .cmb-label { display: none; }
  .svc-home-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .svc-grid, .why-grid, .cities-grid { grid-template-columns: 1fr; }
  .why-strip-row { grid-template-columns: repeat(2, 1fr); }
  .hqb-form { grid-template-columns: 1fr; }
}

