@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/inter-400.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/inter-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/inter-600.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/poppins-500.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/poppins-600.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/poppins-700.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:800;font-display:swap;src:url('/assets/fonts/poppins-800.woff2') format('woff2');}

/* ==========================================================================
   Harsha Packers and Movers Bangalore - Design System
   Premium navy + gold theme. Vanilla CSS, no framework. Optimised for speed.
   ========================================================================== */

/* ---- Design tokens ---- */
:root {
  --navy: #0a2540;
  --navy-2: #14365b;
  --navy-3: #0e2c4a;
  --gold: #ee7322;
  --gold-dark: #d15f14;
  --gold-soft: #fff1e6;
  --ink: #1a2230;
  --body: #475467;
  --muted: #6b7587;
  --line: #e6e9ef;
  --bg: #ffffff;
  --bg-alt: #f6f8fc;
  --bg-navy-soft: #f0f4fa;
  --white: #ffffff;
  --success: #1faa59;
  --whatsapp: #25d366;
  --star: #ffb400;

  --shadow-sm: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .08);
  --shadow-md: 0 4px 12px rgba(16, 24, 40, .08), 0 2px 6px rgba(16, 24, 40, .04);
  --shadow-lg: 0 18px 40px rgba(10, 37, 64, .14), 0 6px 14px rgba(10, 37, 64, .08);
  --shadow-gold: 0 8px 22px rgba(238, 115, 34, .35);

  --radius: 14px;
  --radius-sm: 9px;
  --radius-lg: 22px;
  --container: 1200px;
  --header-h: 76px;

  --ff-head: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --ff-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ---- Reset / base ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; overflow-x: hidden; }
body {
  font-family: var(--ff-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, video { max-width: 100%; display: block; height: auto; }
picture { display: contents; }
svg { display: inline-block; vertical-align: middle; flex-shrink: 0; width: 1em; height: 1em; }
.quote-card__tag svg { width: 14px; height: 14px; }
.rating-chip svg, .google-badge svg { width: 18px; height: 18px; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: 16px; }

/* a11y: visible keyboard focus + skip link */
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip-link:focus { left: 8px; }
/* Snappy taps on touch devices: removes the 300ms double-tap delay so taps feel instant, not "moving" */
a, button, label, summary, .btn, .seg__opt, .veh { touch-action: manipulation; -webkit-tap-highlight-color: rgba(10,37,64,.08); }
body.nav-open { overflow: hidden; }

h1, h2, h3, h4 { font-family: var(--ff-head); color: var(--ink); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); letter-spacing: -.5px; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); letter-spacing: -.4px; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { color: var(--body); }

/* ---- Layout ---- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(44px, 6vw, 78px) 0; }
.section--alt { background: var(--bg-alt); }
.section--navy { background: var(--navy); color: #cdd9ea; }
.section--navy h2, .section--navy h3 { color: #fff; }
.narrow { max-width: 760px; margin-inline: auto; }
.text-center { text-align: center; }
.grid { display: grid; gap: 24px; }
.eyebrow {
  display: inline-block; font-family: var(--ff-head); font-weight: 600; font-size: .8rem;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-dark);
  background: var(--gold-soft); padding: 6px 14px; border-radius: 100px; margin-bottom: 16px;
}
.section--navy .eyebrow { background: rgba(238, 115, 34, .15); color: var(--gold); }
.section-head { margin-bottom: clamp(32px, 5vw, 52px); }
.section-head p { font-size: 1.06rem; max-width: 640px; }
.section-head.text-center p { margin-inline: auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ff-head); font-weight: 600; font-size: 1rem; line-height: 1;
  padding: 15px 26px; border-radius: var(--radius-sm); transition: all .2s ease;
  white-space: nowrap; cursor: pointer; text-align: center;
}
.btn svg { width: 19px; height: 19px; }
.btn--primary { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #3a2400; box-shadow: var(--shadow-gold); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(238, 115, 34, .45); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn--whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 8px 22px rgba(37, 211, 102, .3); }
.btn--whatsapp:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn--outline { background: transparent; color: var(--navy); border: 1.6px solid var(--line); }
.btn--outline:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.btn--ghost-light { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.3); }
.btn--ghost-light:hover { background: #fff; color: var(--navy); }
.btn--lg { padding: 17px 32px; font-size: 1.06rem; }
.btn--block { width: 100%; }

/* ---- Top utility bar ---- */
.topbar { background: var(--navy); color: #c9d6e8; font-size: .85rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar a { color: #c9d6e8; transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.topbar__left { display: flex; align-items: center; gap: 22px; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 15px; height: 15px; color: var(--gold); }
.topbar__social { display: flex; gap: 12px; }
.topbar__social svg { width: 16px; height: 16px; }
@media (max-width: 860px) { .topbar__item--hide { display: none; } }
@media (max-width: 560px) { .topbar__social { display: none; } .topbar { font-size: .8rem; } }

/* ---- Header ---- */
.header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: var(--shadow-sm); }
body.nav-open .header { z-index: 300; }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 16px; flex-wrap: nowrap; }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 1; min-width: 0; color: var(--navy); }
.brand__logo { display: grid; place-items: center; flex-shrink: 0; }
.brand-mark { width: 50px; height: 38px; }
.brand__name { font-family: var(--ff-head); font-weight: 700; font-size: 1.12rem; color: var(--navy); line-height: 1.12; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand__name span { display: block; font-size: .72rem; font-weight: 500; color: var(--gold-dark); letter-spacing: .5px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav-close { display: none; }
.nav__link {
  font-family: var(--ff-head); font-weight: 500; font-size: .95rem; color: var(--ink);
  padding: 10px 14px; border-radius: 8px; transition: background .18s, color .18s; position: relative;
}
@media (hover: hover) { .nav__link:hover { color: var(--navy); background: var(--bg-alt); } }
.nav__item { position: relative; }
.nav__item--has-drop > .nav__link { display: inline-flex; align-items: center; gap: 7px; }
.nav__item--has-drop > .nav__link::after {
  content: ''; width: 6px; height: 6px; flex-shrink: 0;
  border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor;
  transform: translateY(-2px) rotate(45deg); transition: transform .25s ease; opacity: .55;
}
.nav__item--has-drop:hover > .nav__link::after { transform: translateY(1px) rotate(-135deg); opacity: .9; }
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 248px; background: #fff;
  border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 10px; opacity: 0;
  visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; border: 1px solid var(--line);
}
.dropdown--wide { min-width: 460px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
@media (hover: hover) { .nav__item--has-drop:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); } }
.dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; font-size: .92rem; color: var(--ink); transition: background .15s, color .15s; }
@media (hover: hover) { .dropdown a:hover { background: var(--bg-navy-soft); color: var(--navy); } }
.dropdown a svg { width: 18px; height: 18px; color: var(--gold-dark); flex-shrink: 0; }
.header__cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header__call { display: flex; align-items: center; gap: 10px; }
.header__call-ico { width: 42px; height: 42px; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold-dark); }
.header__call-ico svg { width: 20px; height: 20px; }
.header__call-txt small { display: block; font-size: .72rem; color: var(--muted); }
.header__call-txt b { font-family: var(--ff-head); color: var(--navy); font-size: 1.02rem; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 9px; background: var(--bg-alt); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 22px; height: 2.4px; background: var(--navy); border-radius: 3px; margin: 0 auto; transition: all .25s; position: relative;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after { position: absolute; top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 992px) {
  .header__call-txt { display: none; }
  .header__cta { gap: 8px; flex-shrink: 0; }
  .header__cta .btn--primary { display: none; }
  .header__call-ico { width: 44px; height: 44px; }
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 0; background: #fff; flex-direction: column; align-items: stretch;
    gap: 0; padding: 72px 18px calc(30px + env(safe-area-inset-bottom)); z-index: 200; display: none;
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
  }
  body.nav-open .nav { display: flex; }
  .nav-close { display: flex; position: fixed; top: 13px; right: 14px; width: 46px; height: 46px; align-items: center; justify-content: center; font-size: 1.9rem; line-height: 1; color: var(--navy); background: var(--bg-alt); border-radius: 10px; z-index: 1; }
  .nav__item { width: 100%; }
  .nav__link { display: block; padding: 15px 6px; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; width: 100%; }
  .nav__item--has-drop > .nav__link { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .nav__item--has-drop > .nav__link::after { width: 9px; height: 9px; border-width: 2px; transform: rotate(45deg); margin-right: 4px; opacity: .5; transition: transform .25s ease; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; min-width: 0; padding: 2px 0 12px 8px; display: none; }
  .dropdown--wide { grid-template-columns: 1fr; min-width: 0; }
  .nav__item--has-drop.open .dropdown { display: block; }
  .nav__item--has-drop.open > .nav__link::after { transform: rotate(-135deg); opacity: .9; }
  .dropdown a { padding: 11px 12px; font-size: .98rem; border-radius: 10px; }
  .nav__cta { width: 100%; margin-top: 18px; }
  .nav__cta .btn { width: 100%; justify-content: center; font-size: 1.05rem; padding: 15px 18px; }
}

@media (max-width: 560px) {
  .brand__name span { display: none; }
  .brand__name { font-size: 1.02rem; }
  .brand-mark { width: 42px; height: 32px; }
  .header__inner { gap: 10px; }
}

/* ---- Hero ---- */
.hero { position: relative; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 60%, #16406e 100%); color: #fff; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 85% 15%, rgba(238,115,34,.18), transparent 45%),
                    radial-gradient(circle at 10% 90%, rgba(255,255,255,.06), transparent 40%);
}
.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding: clamp(36px, 5vw, 64px) 0; }
.hero__content, .hero__form { min-width: 0; }
.hero__inner > * { min-width: 0; }
.hero__badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 8px 16px; border-radius: 100px; font-size: .85rem; font-weight: 500; margin-bottom: 22px; }
.hero__badge svg { width: 16px; height: 16px; color: var(--gold); }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 .accent { color: var(--gold); }
.hero__sub { font-size: 1.1rem; color: #c5d3e6; max-width: 540px; margin-bottom: 22px; }
.hero__usps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-bottom: 26px; max-width: 540px; }
.hero__usps li { display: flex; align-items: center; gap: 9px; color: #dbe6f3; font-size: .95rem; }
.hero__usps svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.hero__trust-item { display: flex; align-items: center; gap: 10px; }
.hero__trust-item svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; }
.hero__trust-item b { color: #fff; font-family: var(--ff-head); display: block; font-size: 1.05rem; }
.hero__trust-item small { color: #aebfd6; font-size: .82rem; }

/* Hero rating chip */
.rating-chip { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1); padding: 9px 16px; border-radius: 100px; margin-bottom: 22px; }
.rating-chip .stars { color: var(--star); letter-spacing: 1px; }
.rating-chip b { color: #fff; }
.rating-chip small { color: #aebfd6; }

/* ---- Quote form card ---- */
.quote-card { background: #fff; border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-lg); color: var(--ink); }
.quote-card__head { text-align: center; margin-bottom: 20px; }
.quote-card__head h3 { color: var(--navy); font-size: 1.4rem; }
.quote-card__head p { font-size: .92rem; color: var(--muted); }
.quote-card__tag { display: inline-block; background: var(--success); color: #fff; font-size: .76rem; font-weight: 600; padding: 4px 12px; border-radius: 100px; margin-bottom: 12px; font-family: var(--ff-head); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; font-family: var(--ff-head); }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: #fbfcfe; color: var(--ink); transition: all .18s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(238,115,34,.15); }
.field textarea { resize: vertical; min-height: 70px; }
.field--error input, .field--error select { border-color: #e5484d; }
.field__err { color: #e5484d; font-size: .78rem; margin-top: 4px; display: none; }
.field--error .field__err { display: block; }
.form-note { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.form-note svg { width: 14px; height: 14px; color: var(--success); }
.form-success { display: none; text-align: center; padding: 24px 10px; }
.form-success svg { width: 60px; height: 60px; color: var(--success); margin: 0 auto 14px; }
.form-success h3 { color: var(--navy); margin-bottom: 8px; }
form.sent .form-body { display: none; }
form.sent .form-success { display: block; }

/* detailed form sections */
.form-section { margin-bottom: 14px; }
.form-section + .form-section { border-top: 1px solid var(--line); padding-top: 14px; }
.form-section__title { display: flex; align-items: center; gap: 8px; font-family: var(--ff-head); font-weight: 700; font-size: .8rem; letter-spacing: .6px; text-transform: uppercase; color: var(--navy); margin-bottom: 12px; }
.form-section__title svg { width: 16px; height: 16px; color: var(--gold-dark); }
.req { color: #e5484d; }
.field-help { display: block; font-size: .75rem; color: var(--muted); margin-top: 5px; line-height: 1.4; }
/* segmented Yes/No */
.seg { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.seg__opt { position: relative; }
.seg__opt input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; }
.seg__opt span { display: block; text-align: center; padding: 12px 6px; border: 1.5px solid var(--line); border-radius: 10px; font-family: var(--ff-head); font-weight: 600; font-size: .92rem; color: var(--body); background: #fbfcfe; transition: all .15s; }
.seg__opt input:checked + span { border-color: var(--gold); background: var(--gold-soft); color: var(--navy); box-shadow: 0 0 0 2px rgba(238,115,34,.16); }
.seg__opt input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 1px; }
.field--error .seg__opt span { border-color: #e5484d; }
/* vehicle chips */
.veh-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.veh { position: relative; }
.veh input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; }
.veh span { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 11px 5px; border: 1.5px solid var(--line); border-radius: 10px; font-size: .8rem; font-weight: 600; color: var(--body); background: #fbfcfe; text-align: center; transition: all .15s; }
.veh span svg { width: 22px; height: 22px; color: var(--gold-dark); }
.veh input:checked + span { border-color: var(--gold); background: var(--gold-soft); color: var(--navy); box-shadow: 0 0 0 2px rgba(238,115,34,.16); }
.veh input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 1px; }

/* ---- Trust bar / stats ---- */
.trustbar { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -44px; position: relative; z-index: 5; overflow: hidden; }
.trustbar__item { padding: 26px 18px; text-align: center; border-right: 1px solid var(--line); }
.trustbar__item:last-child { border-right: none; }
.trustbar__val { font-family: var(--ff-head); font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; color: var(--navy); line-height: 1; }
.trustbar__val .star { color: var(--star); }
.trustbar__label { font-size: .85rem; color: var(--muted); margin-top: 6px; }
@media (max-width: 680px) { .trustbar { grid-template-columns: 1fr 1fr; } .trustbar__item:nth-child(2) { border-right: none; } .trustbar__item:nth-child(1), .trustbar__item:nth-child(2) { border-bottom: 1px solid var(--line); } }

/* ---- Cards (services / features) ---- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px;
  transition: all .25s ease; position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.card:hover::before { transform: scaleX(1); }
.card__ico { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--gold-soft), #ffe1c4); display: grid; place-items: center; color: var(--gold-dark); margin-bottom: 18px; transition: all .25s; }
.card__ico svg { width: 28px; height: 28px; }
.card:hover .card__ico { background: var(--navy); color: var(--gold); }
.card h3 { margin-bottom: 9px; font-size: 1.18rem; }
.card h3 a { color: var(--navy); }
.card p { font-size: .95rem; margin-bottom: 14px; }
.card__link { font-family: var(--ff-head); font-weight: 600; font-size: .9rem; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.card:hover .card__link { gap: 11px; }
.card__link svg { width: 16px; height: 16px; }

/* ---- Feature list (why us) ---- */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature__ico { flex-shrink: 0; width: 50px; height: 50px; border-radius: 12px; background: var(--bg-navy-soft); display: grid; place-items: center; color: var(--navy); }
.feature__ico svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.08rem; margin-bottom: 5px; }
.feature p { font-size: .92rem; }

/* check list */
.checklist { display: grid; gap: 13px; }
.checklist li { display: flex; align-items: flex-start; gap: 11px; font-size: 1rem; }
.checklist svg { width: 22px; height: 22px; color: var(--success); flex-shrink: 0; margin-top: 1px; }
.section--navy .checklist li { color: #d6e1f0; }

/* ---- Steps (how it works) ---- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { text-align: center; position: relative; }
.step__num { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: #fff; border: 2px dashed var(--gold); color: var(--navy); display: grid; place-items: center; font-family: var(--ff-head); font-weight: 800; font-size: 1.5rem; position: relative; z-index: 2; }
.step h3 { font-size: 1.08rem; margin-bottom: 7px; }
.step p { font-size: .9rem; }
@media (min-width: 769px) { .steps .step:not(:last-child)::after { content: ''; position: absolute; top: 32px; left: 60%; width: 80%; height: 2px; background: repeating-linear-gradient(90deg, var(--gold) 0 6px, transparent 6px 12px); z-index: 1; } }

/* ---- Reviews ---- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.review__stars { color: var(--star); letter-spacing: 2px; margin-bottom: 12px; font-size: 1.05rem; }
.review__text { color: var(--ink); font-size: .98rem; margin-bottom: 18px; }
.review__person { display: flex; align-items: center; gap: 12px; }
.review__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--gold); display: grid; place-items: center; font-family: var(--ff-head); font-weight: 700; }
.review__person b { color: var(--navy); font-family: var(--ff-head); font-size: .95rem; display: block; }
.review__person small { color: var(--muted); font-size: .82rem; }
.google-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 10px 20px; box-shadow: var(--shadow-sm); }
.google-badge .g { font-family: var(--ff-head); font-weight: 700; font-size: 1.1rem; }
.google-badge .g b:nth-child(1){color:#4285F4}.google-badge .stars{color:var(--star)}

/* ---- Routes & areas chips ---- */
.linkgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.linkgrid a {
  display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 13px 16px; font-size: .92rem; color: var(--ink); font-weight: 500; transition: all .2s;
}
.linkgrid a:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--navy); transform: translateX(3px); }
.linkgrid a svg { width: 17px; height: 17px; color: var(--gold-dark); flex-shrink: 0; }
.routegrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.route-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; transition: all .22s; position: relative; overflow: hidden; }
.route-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.route-card:hover::before { transform: scaleX(1); }
.route-review { background: var(--bg-navy-soft); border-left: 4px solid var(--gold); border-radius: 12px; padding: 22px 24px; margin: 28px 0; }
.route-review__stars { color: var(--star); letter-spacing: 2px; margin-bottom: 8px; }
.route-review blockquote { margin: 0 0 12px; font-size: 1.06rem; line-height: 1.7; color: var(--ink); font-style: italic; }
.route-review__by { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--muted); }
.route-review__by svg { width: 18px; height: 18px; }
.route-card:hover { box-shadow: var(--shadow-md); border-color: var(--gold); transform: translateY(-3px); }
.route-card__path { display: flex; align-items: center; gap: 8px; font-family: var(--ff-head); font-weight: 600; color: var(--navy); font-size: 1.05rem; margin-bottom: 6px; }
.route-card__path svg { width: 18px; height: 18px; color: var(--gold-dark); }
.route-card__meta { font-size: .85rem; color: var(--muted); }

/* ---- FAQ ---- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: box-shadow .2s; }
.faq__item.open { box-shadow: var(--shadow-md); }
.faq__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; font-family: var(--ff-head); font-weight: 600; color: var(--navy); font-size: 1.04rem; }
.faq__q .ico { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); display: grid; place-items: center; transition: all .25s; font-size: 1.2rem; line-height: 1; }
.faq__item.open .faq__q .ico { background: var(--navy); color: #fff; transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 22px 20px; font-size: .96rem; }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 56px); text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(238,115,34,.2), transparent 50%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: #c5d3e6; max-width: 560px; margin: 0 auto 26px; }
.cta-band__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---- Page hero (interior) ---- */
.page-hero { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; padding: clamp(36px, 5vw, 60px) 0; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 90% 10%, rgba(238,115,34,.16), transparent 45%); }
.page-hero__inner { position: relative; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: #aebfd6; margin-bottom: 16px; }
.breadcrumb a { color: #aebfd6; } .breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }
.page-hero h1 { color: #fff; max-width: 760px; }
.page-hero p { color: #c5d3e6; max-width: 640px; margin-top: 14px; font-size: 1.08rem; }
.page-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

/* ---- Home hero (clean page-hero variant) + quote section ---- */
.hero--home h1 { max-width: 840px; font-size: clamp(2rem, 4.6vw, 3.05rem); }
.hero--home h1 .accent { color: var(--gold); }
.hero--home p { max-width: 660px; }
.hero--home .rating-chip { margin-bottom: 20px; }
.hero--home .hero__trust { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 20px 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.quote-section { background: var(--bg-alt); }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 48px); align-items: start; }
.quote-grid > * { min-width: 0; }
.quote-intro h2 { color: var(--navy); margin-bottom: 14px; }
.quote-intro > p { font-size: 1.08rem; max-width: 520px; color: var(--body); }
.quote-usps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin-top: 24px; }
.quote-usps li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 500; font-size: .98rem; }
.quote-usps svg { width: 20px; height: 20px; color: var(--success); flex-shrink: 0; }
@media (max-width: 900px) { .quote-grid { grid-template-columns: 1fr; gap: 26px; } }
@media (max-width: 460px) { .quote-usps { grid-template-columns: 1fr; } }

/* ---- Content (article) layout ---- */
.layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.layout > * { min-width: 0; }
.prose > * + * { margin-top: 18px; }
.prose h2 { margin-top: 38px; }
.prose h3 { margin-top: 26px; color: var(--navy); }
.prose ul:not(.checklist):not(.linkgrid) { display: grid; gap: 10px; padding-left: 4px; }
.prose ul:not(.checklist):not(.linkgrid) li { display: flex; gap: 10px; align-items: flex-start; }
.prose ul:not(.checklist):not(.linkgrid) li::before { content: ''; flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: 9px; }
.prose strong { color: var(--ink); }
.sidebar { position: sticky; top: calc(var(--header-h) + 18px); display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.sidebar-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.sidebar-card--navy { background: var(--navy); color: #cdd9ea; border: none; }
.sidebar-card--navy h3 { color: #fff; }
@media (max-width: 900px) { .layout { grid-template-columns: 1fr; } .sidebar { position: static; order: 2; } }

/* info table */
.info-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.info-table th, .info-table td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: .95rem; }
.info-table th { background: var(--bg-navy-soft); font-family: var(--ff-head); color: var(--navy); font-weight: 600; }
.info-table tr:last-child td { border-bottom: none; }
@media (max-width: 560px) {
  .info-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .info-table th, .info-table td { padding: 10px 12px; font-size: .86rem; }
}

/* ---- Footer ---- */
.footer { background: #061a30; color: #97a8c0; padding-top: 60px; font-size: .92rem; }
.footer a { color: #97a8c0; transition: color .2s; }
.footer a:hover { color: var(--gold); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__brand .brand { color: #fff; }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { margin: 16px 0; font-size: .9rem; }
.footer__contact { display: grid; gap: 12px; }
.footer__contact li { display: flex; gap: 11px; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer h4 { color: #fff; font-family: var(--ff-head); font-size: 1.05rem; margin-bottom: 18px; }
.footer__links { display: grid; gap: 10px; }
.footer__social { display: flex; gap: 12px; margin-top: 18px; }
.footer__social a { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: all .2s; }
.footer__social a:hover { background: var(--gold); color: var(--navy); }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; flex-wrap: wrap; font-size: .85rem; }
.footer__areas { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer__areas h4 { font-size: .95rem; margin-bottom: 12px; }
.footer__areas-list { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .85rem; }
@media (max-width: 880px) { .footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer__top { grid-template-columns: 1fr; gap: 28px; } }

/* ---- Floating CTAs ---- */
.float-cta { position: fixed; right: 18px; bottom: 90px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.float-cta a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-lg); color: #fff; transition: transform .2s; position: relative; }
.float-cta a:hover { transform: scale(1.08); }
.float-cta__wa { background: var(--whatsapp); }
.float-cta__call { background: var(--gold); color: var(--navy); }
.float-cta a svg { width: 28px; height: 28px; }
.float-cta__call { animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(238,115,34,.5); } 70% { box-shadow: 0 0 0 14px rgba(238,115,34,0); } 100% { box-shadow: 0 0 0 0 rgba(238,115,34,0); } }

/* Mobile sticky bottom bar */
.mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 95; display: none; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -4px 18px rgba(10,37,64,.14); }
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; font-family: var(--ff-head); font-weight: 600; font-size: .98rem; }
.mobile-bar a svg { width: 20px; height: 20px; }
.mobile-bar__call { background: var(--navy); color: #fff; }
.mobile-bar__wa { background: var(--whatsapp); color: #fff; }
@media (max-width: 768px) {
  .mobile-bar { display: grid; }
  .float-cta { bottom: 74px; right: 14px; }
  .float-cta__call { display: none; }
  body { padding-bottom: 54px; }
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .cards, .reviews { grid-template-columns: repeat(2, 1fr); }
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
}
@media (max-width: 600px) {
  .cards, .cards--2, .cards--4, .reviews, .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .quote-card { padding: 22px; }
  .hero__trust { gap: 16px; }
  .btn { width: 100%; }
  .hero__actions .btn, .page-hero__actions .btn { width: 100%; }
  .cta-band__actions .btn { width: auto; }
}
@media (max-width: 400px) {
  .cards--2 { grid-template-columns: 1fr; }
  .container { padding: 0 15px; }
  h1 { font-size: 1.85rem; }
  .quote-card { padding: 18px; }
}

/* ---- Mobile menu CTA (only inside off-canvas nav) ---- */
.nav__cta { display: none; }
@media (max-width: 992px) {
  .nav__cta { display: flex; margin-top: 16px; }
  .nav__cta .btn { width: 100%; }
}

/* ---- Scroll reveal ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { scroll-behavior: auto !important; } }

/* utilities */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}.flex{display:flex}.gap{gap:14px}.wrap{flex-wrap:wrap}
.hide-mobile{}@media(max-width:768px){.hide-mobile{display:none!important}}

/* ---- Touch devices: prevent :hover lift from "sticking" after a tap ---- */
@media (hover: none) {
  .btn:hover, .card:hover, .route-card:hover, .linkgrid a:hover, .review:hover,
  .step:hover, .float-cta a:hover, .service-card:hover, .nav__link:hover,
  .dropdown a:hover { transform: none !important; }
  .card:active, .route-card:active { transform: scale(.99); }
}

/* ---- Content images + gallery ---- */
.prose-img { width: 100%; border-radius: var(--radius); margin: 6px 0 8px; box-shadow: var(--shadow-sm); aspect-ratio: 16 / 10; object-fit: cover; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; background: var(--bg-navy-soft); }
.gallery img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; display: block; }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery figure:first-child img { aspect-ratio: 1 / 1; }
@media (hover: hover) { .gallery figure:hover img { transform: scale(1.06); } }
@media (max-width: 760px) { .gallery { grid-template-columns: repeat(2, 1fr); } .gallery figure:first-child { grid-column: span 2; grid-row: auto; } .gallery figure:first-child img { aspect-ratio: 16/9; } }

/* ---- Blog ---- */
.blog-grid { align-items: stretch; }
.blog-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.blog-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.blog-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card__cat { display: inline-block; align-self: flex-start; font-family: var(--ff-head); font-weight: 600; font-size: .72rem; letter-spacing: .5px; text-transform: uppercase; color: var(--gold-dark); background: var(--gold-soft); padding: 4px 11px; border-radius: 100px; margin-bottom: 11px; }
.blog-card h3 { font-size: 1.12rem; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.blog-card p { font-size: .92rem; margin-bottom: 14px; flex: 1; }
.blog-card .card__link { margin-top: auto; }
.post-cta { margin-top: 30px; padding: 22px 24px; background: var(--gold-soft); border: 1px solid #f7d9b8; border-radius: var(--radius); }
.post-cta strong { color: var(--navy); font-size: 1.08rem; }
.sidebar-links li { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); }
.sidebar-links li:last-child { border-bottom: none; }
.sidebar-links a { color: var(--ink); font-size: .92rem; font-weight: 500; }
.sidebar-links a:hover { color: var(--gold-dark); }
.prose .info-table + h2, .prose table + h3 { margin-top: 30px; }

/* ---- Video embed (blog) ---- */
.video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); margin: 6px 0 10px; background: #000; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- Cost calculator ---- */
.calc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-md); }
.calc__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.calc__result { margin-top: 20px; padding: 24px; border-radius: var(--radius); background: var(--bg-navy-soft); text-align: center; }
.calc__amount { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.8rem, 5vw, 2.4rem); color: var(--navy); line-height: 1.1; }
@media (max-width: 600px) { .calc__row { grid-template-columns: 1fr; } }
