:root {
  --navy: #061426;
  --navy-2: #0a2742;
  --ink: #111d2e;
  --muted: #617083;
  --line: #d8e0e8;
  --soft: #f4f6f8;
  --paper: #ffffff;
  --gold: #bd8a32;
  --gold-2: #e6c074;
  --teal: #0d6866;
  --shadow: 0 24px 60px rgba(6, 20, 38, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Manrope, "Segoe UI", Aptos, "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: linear-gradient(180deg, #f8fafc 0%, var(--soft) 42%, #fff 100%); line-height: 1.55; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(189, 138, 50, 0.55); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 1000; background: var(--gold); color: #111; padding: 10px 14px; border-radius: 6px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.9); border-bottom: 1px solid rgba(189,138,50,0.18); box-shadow: 0 10px 30px rgba(6,20,38,0.06); backdrop-filter: blur(18px); }
body.scrolled .site-header { background: rgba(255,255,255,0.97); box-shadow: 0 16px 42px rgba(6,20,38,0.1); }
.top-strip { background: linear-gradient(90deg, var(--navy), #102c49); color: rgba(255,255,255,0.86); font-size: 12px; font-weight: 800; }
.top-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.top-strip a { color: var(--gold-2); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { width: 166px; background: transparent; filter: drop-shadow(0 8px 16px rgba(6,20,38,0.08)); }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { padding: 10px 9px; border-radius: 6px; color: #24374c; font-size: 14px; font-weight: 800; }
.main-nav a:hover, .main-nav a.active { background: #edf2f6; color: var(--navy); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; border: 1px solid transparent; border-radius: 6px; padding: 11px 16px; font-size: 14px; font-weight: 900; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: #10151d; box-shadow: 0 14px 28px rgba(189,138,50,0.26); }
.btn-primary:hover { background: var(--gold-2); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.36); }
.text-link { color: var(--navy); font-weight: 900; font-size: 14px; }
.text-link:hover { color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--navy); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }
.mobile-menu { display: none; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 16%, rgba(230,192,116,0.22), transparent 30%), radial-gradient(circle at 0% 100%, rgba(13,104,102,0.2), transparent 34%), linear-gradient(135deg, rgba(6,20,38,0.99), rgba(9,39,66,0.95)); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 84%); }
.hero-inner { position: relative; min-height: 650px; padding: 92px 0 118px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center; }
.kicker, .eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--gold-2); font-size: 13px; font-weight: 900; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; line-height: 1.1; color: inherit; font-family: "Segoe UI", Inter, Aptos, "Helvetica Neue", Arial, sans-serif; letter-spacing: 0; }
h1 { max-width: 800px; font-size: 66px; font-weight: 900; }
h1 span { color: var(--gold-2); text-shadow: 0 10px 34px rgba(230,192,116,0.18); }
h2 { font-size: 38px; font-weight: 900; }
h3 { font-size: 21px; font-weight: 900; }
p { margin: 0; }
.lead { margin-top: 20px; max-width: 640px; color: rgba(255,255,255,0.86); font-size: 19px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-badges span { display: inline-flex; align-items: center; min-height: 34px; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; padding: 7px 12px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.92); font-size: 13px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
.hero-actions, .section-actions, .card-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.trust-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin-top: 34px; }
.trust-pill { padding: 12px; border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.9); font-weight: 900; font-size: 13px; }
.hero-visual { position: relative; border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055)); padding: 24px; box-shadow: 0 34px 100px rgba(0,0,0,0.34); }
.hero-logo-box { background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,249,252,0.9)); border: 1px solid rgba(255,255,255,0.4); border-radius: 8px; padding: 18px; }
.hero-logo-box img { filter: drop-shadow(0 10px 18px rgba(6,20,38,0.12)); }
.route-board { margin-top: 18px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.16); background: rgba(6,20,38,0.74); padding: 18px; }
.route-board strong { display: block; color: #fff; margin-bottom: 10px; }
.route-line { position: relative; height: 4px; border-radius: 10px; background: linear-gradient(90deg, var(--gold), #fff, var(--teal)); margin: 22px 0; overflow: hidden; }
.route-line::before { content: ""; position: absolute; inset: 0; width: 30%; background: rgba(255,255,255,0.56); animation: routeMove 2.8s linear infinite; }
@keyframes routeMove { from { transform: translateX(-120%); } to { transform: translateX(360%); } }
.route-labels { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; color: rgba(255,255,255,0.82); font-size: 13px; }
.visual-stack { display: grid; gap: 10px; margin-top: 16px; }
.visual-stack div { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,0.14); border-radius: 8px; padding: 13px 14px; background: rgba(255,255,255,0.07); }
.visual-stack span { color: var(--gold-2); font-weight: 900; }
.quote-strip { position: relative; z-index: 10; margin-top: -72px; }
.quote-panel { border-radius: 8px; background: rgba(255,255,255,0.98); box-shadow: 0 24px 70px rgba(6,20,38,0.13); border: 1px solid rgba(216,224,232,0.92); padding: 26px; }
.quote-panel h2 { color: var(--navy); font-size: 28px; }
.form-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 16px 0 8px; }
.form-progress span { height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); }
.form-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.form-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { color: #39485a; font-size: 14px; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 6px; padding: 11px 12px; background: #fff; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,138,50,0.16); outline: 0; }
.form-note { margin-top: 12px; color: var(--muted); font-size: 14px; }
.form-result { display: none; margin-top: 18px; padding: 16px; border: 1px solid rgba(13,104,102,0.22); border-radius: 8px; background: #eef8f6; color: #103e3c; }
.form-result.show { display: block; }
.section { padding: 86px 0; }
.section.compact { padding: 58px 0; }
.section.white { background: #fff; }
.section.dark { background: var(--navy); color: #fff; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head p { max-width: 640px; color: var(--muted); font-size: 17px; }
.dark .section-head p, .dark .text-muted { color: rgba(255,255,255,0.76); }
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.card { border: 1px solid rgba(216,224,232,0.9); border-radius: 8px; background: linear-gradient(180deg, #fff, #fbfcfe); padding: 26px; box-shadow: 0 12px 34px rgba(6,20,38,0.065); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(189,138,50,0.35); }
.card h3 { letter-spacing: 0; }
.premium-card { position: relative; overflow: hidden; }
.premium-card::after { content: ""; position: absolute; inset: auto 0 0 0; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); }
.dark .card { border-color: rgba(255,255,255,0.14); background: rgba(255,255,255,0.07); color: #fff; box-shadow: none; }
.card h3 { color: var(--navy); margin-bottom: 10px; }
.dark .card h3 { color: #fff; }
.card p, .text-muted { color: var(--muted); }
.dark .card p { color: rgba(255,255,255,0.78); }
.service-tag, .metric { display: inline-flex; align-items: center; min-height: 32px; border-radius: 6px; padding: 6px 10px; background: #edf2f6; color: var(--navy); font-size: 13px; font-weight: 900; margin-bottom: 12px; }
.gold-rule { width: 54px; height: 3px; background: var(--gold); border-radius: 4px; margin: 16px 0; }
.split { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 42px; align-items: center; }
.feature-list { display: grid; gap: 12px; margin-top: 22px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 24px; color: var(--muted); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.process { counter-reset: step; position: relative; }
.process .card::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 18px; color: var(--gold); font-size: 30px; font-weight: 900; }
.process-line { height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 4% 22px; }
.page-hero { background: radial-gradient(circle at 85% 20%, rgba(230,192,116,0.18), transparent 28%), linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; padding: 82px 0 76px; }
.page-hero .container { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.page-hero h1 { font-size: 48px; }
.page-hero p:not(.eyebrow) { max-width: 780px; margin-top: 18px; color: rgba(255,255,255,0.82); font-size: 18px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; color: rgba(255,255,255,0.78); font-size: 14px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.search-panel { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 18px; box-shadow: 0 10px 28px rgba(6,20,38,0.06); }
.search-panel input { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 6px; padding: 12px 14px; }
.search-results { display: grid; gap: 10px; margin-top: 14px; }
.search-result { border: 1px solid var(--line); border-radius: 8px; padding: 13px; }
.category-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.category-row span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; background: #fff; color: var(--navy); font-size: 13px; font-weight: 900; }
.faq-item { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-item h3 { font-size: 18px; margin-bottom: 8px; }
.timeline { display: grid; gap: 14px; }
.timeline-item { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; }
.timeline-dot { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; }
.timeline-copy { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.notice { border-left: 4px solid var(--gold); background: #fff7e6; color: #4d3714; padding: 16px; border-radius: 6px; margin-top: 18px; }
.article-layout { display: grid; grid-template-columns: 260px 1fr; gap: 42px; align-items: start; }
.toc { position: sticky; top: 96px; border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; }
.toc h2 { font-size: 18px; margin-bottom: 12px; }
.toc a { display: block; color: var(--muted); margin: 8px 0; font-weight: 800; }
.article-body { max-width: 780px; }
.article-body h2 { margin-top: 30px; font-size: 30px; }
.article-body p { margin-top: 12px; color: var(--muted); }
.article-meta { font-size: 14px; color: var(--muted); }
.site-footer { background: linear-gradient(180deg, #f9fbfd, #eef3f8); color: var(--navy); padding: 54px 0 30px; border-top: 1px solid rgba(216,224,232,0.9); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); gap: 28px; }
.footer-logo-shell { display: inline-flex; width: 216px; max-width: 100%; margin-bottom: 16px; border-radius: 8px; background: #fff; padding: 12px 14px; box-shadow: 0 18px 45px rgba(0,0,0,0.24); }
.footer-logo { width: 184px; padding: 0; border-radius: 0; background: transparent; filter: none; }
.footer-col h3 { font-size: 16px; margin-bottom: 14px; }
.footer-col a, .footer-col p { display: block; color: #46586c; margin: 8px 0; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(6,20,38,0.1); color: #667689; font-size: 14px; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 92px; z-index: 90; box-shadow: 0 16px 34px rgba(0,0,0,0.22); }
.floating-whatsapp::before { content: "Need help with your move?"; position: absolute; right: 0; bottom: calc(100% + 10px); width: max-content; max-width: 220px; border-radius: 6px; padding: 8px 10px; background: var(--navy); color: #fff; font-size: 13px; opacity: 0; transform: translateY(4px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.floating-whatsapp:hover::before { opacity: 1; transform: none; }
.assist { position: fixed; right: 18px; bottom: 150px; z-index: 91; }
.assist-panel { display: none; width: min(380px, calc(100vw - 32px)); margin-bottom: 12px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); overflow: hidden; }
.assist.open .assist-panel { display: block; }
.assist-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; background: var(--navy); color: #fff; }
.assist-close { border: 0; background: transparent; color: #fff; font-weight: 900; cursor: pointer; }
.assist-body { padding: 16px; }
.assist-intro { font-weight: 900; color: var(--navy); margin-bottom: 8px; }
.assist-quick { display: grid; gap: 8px; margin-top: 14px; }
.assist-quick a, .assist-quick button, .assist-input-row button { border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--navy); padding: 10px 12px; text-align: left; font-weight: 900; cursor: pointer; }
.assist-input-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 12px; }
.assist-input-row input { min-height: 42px; border: 1px solid var(--line); border-radius: 6px; padding: 10px; }
.assist-log { display: grid; gap: 8px; margin-top: 12px; max-height: 180px; overflow: auto; }
.assist-log p { padding: 8px 10px; border-radius: 8px; background: #f1f4f7; color: var(--ink); font-size: 14px; }
.assist-result { margin-top: 12px; padding: 12px; border-radius: 8px; background: #eef8f6; }
.assist-toggle { margin-left: auto; box-shadow: 0 12px 28px rgba(6,20,38,0.24); }
.mobile-bottom { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; grid-template-columns: repeat(3,1fr); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 28px rgba(6,20,38,0.14); }
.mobile-bottom a { min-height: 58px; display: grid; place-items: center; color: var(--navy); font-size: 13px; font-weight: 900; border-right: 1px solid var(--line); }
.mobile-bottom a:nth-child(2) { background: #eaf8f0; color: #0b6b3d; }
.mobile-bottom a:nth-child(3) { background: var(--gold); color: #111; border-right: 0; }
.nav-track { color: var(--navy); font-size: 13px; font-weight: 900; padding: 10px 6px; }
.whatsapp-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #eaf8f0; color: #0b6b3d; border: 1px solid rgba(12,117,67,0.18); font-size: 12px; font-weight: 900; }
.hero { background: radial-gradient(circle at 76% 10%, rgba(230,192,116,0.24), transparent 28%), linear-gradient(135deg, #050d18 0%, #071c33 48%, #0a2742 100%); }
.hero-inner { grid-template-columns: 0.88fr 1.12fr; gap: 58px; min-height: 720px; padding: 106px 0 138px; }
.track-link { display: inline-flex; align-items: center; min-height: 44px; color: rgba(255,255,255,0.9); font-weight: 900; }
.hero-visual { overflow: hidden; min-height: 520px; padding: 0; border-color: rgba(230,192,116,0.24); background: #08182a; }
.hero-photo { width: 100%; height: 520px; object-fit: cover; object-position: center; transform: scale(1.02); }
.hero-slider { position: relative; height: 520px; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.015); transition: opacity 560ms ease, transform 900ms ease; pointer-events: none; }
.hero-slide.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,20,38,0.58), rgba(6,20,38,0.12) 52%, rgba(6,20,38,0.48)), linear-gradient(0deg, rgba(6,20,38,0.72), transparent 58%); }
.hero-slide-copy { position: absolute; left: 22px; right: 22px; bottom: 74px; z-index: 3; max-width: 520px; color: #fff; }
.hero-slide-copy span { display: inline-flex; margin-bottom: 10px; color: var(--gold-2); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero-slide-copy h2 { font-size: clamp(28px, 4vw, 46px); color: #fff; }
.hero-slide-copy p { max-width: 440px; margin-top: 12px; color: rgba(255,255,255,0.82); font-size: 16px; }
.hero-slider-brand { position: absolute; left: 22px; top: 22px; z-index: 4; width: min(285px, calc(100% - 44px)); border: 1px solid rgba(255,255,255,0.34); border-radius: 8px; background: rgba(255,255,255,0.88); color: var(--navy); backdrop-filter: blur(18px); padding: 14px; box-shadow: 0 24px 60px rgba(0,0,0,0.24); }
.hero-slider-brand img { width: 172px; }
.hero-slider-brand span { display: block; margin-top: 8px; color: #44536a; font-weight: 900; font-size: 12px; }
.hero-slider-nav { position: absolute; left: 22px; bottom: 24px; z-index: 5; display: flex; gap: 8px; }
.hero-slider-nav button { width: 34px; height: 4px; border: 0; border-radius: 999px; background: rgba(255,255,255,0.42); cursor: pointer; padding: 0; }
.hero-slider-nav button.active { background: var(--gold-2); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,20,38,0.36), transparent 38%), linear-gradient(0deg, rgba(6,20,38,0.62), transparent 52%); pointer-events: none; }
.hero-glass { position: absolute; left: 22px; bottom: 22px; z-index: 2; width: min(310px, calc(100% - 44px)); border: 1px solid rgba(255,255,255,0.28); border-radius: 8px; background: rgba(255,255,255,0.82); color: var(--navy); backdrop-filter: blur(18px); padding: 16px; box-shadow: 0 24px 60px rgba(0,0,0,0.26); }
.hero-glass img { width: 182px; margin-bottom: 10px; }
.hero-glass span { display: block; color: #44536a; font-weight: 900; font-size: 13px; }
.hero-visual .route-board { position: absolute; top: 22px; right: 22px; z-index: 2; width: min(270px, calc(100% - 44px)); margin: 0; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; background: rgba(6,20,38,0.76); backdrop-filter: blur(16px); }
.hero-visual .route-line { margin: 0; }
.quote-panel-head p { margin-top: 8px; color: var(--muted); max-width: 680px; }
.quote-step { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.quote-step-two { grid-template-columns: repeat(3, minmax(0,1fr)); }
.quote-panel[data-step="1"] .quote-step-two, .quote-panel[data-step="1"] .quote-submit { display: none; }
.quote-panel[data-step="2"] .quote-next { display: none; }
.quote-panel[data-step="2"] .form-progress span:first-child { background: var(--navy); }
.trust-section { padding-top: 118px; }
.trust-intro { max-width: 820px; margin-bottom: 28px; }
.trust-intro h2 { color: var(--navy); }
.mini-stat { border-top: 1px solid var(--line); padding: 22px 0 0; }
.mini-stat span, .factor-chip span { display: block; width: 34px; height: 3px; border-radius: 10px; background: var(--gold); margin-bottom: 14px; }
.mini-stat strong { display: block; color: var(--navy); font-size: 18px; }
.mini-stat p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.editorial-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 16px; }
.image-card { min-height: 360px; grid-column: span 2; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 8px; padding: 24px; color: #fff; box-shadow: 0 20px 55px rgba(6,20,38,0.15); }
.image-card-wide { grid-column: span 3; }
.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 16%, rgba(5,13,24,0.84)); }
.image-card span, .image-card h3, .image-card p { position: relative; z-index: 1; }
.image-card span { color: var(--gold-2); font-weight: 900; margin-bottom: 10px; }
.image-card h3 { max-width: 390px; font-size: 30px; }
.image-card p { max-width: 420px; margin-top: 10px; color: rgba(255,255,255,0.82); }
.image-card:hover img { transform: scale(1.06); }
.journey { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.journey::before { content: ""; position: absolute; left: 8%; right: 8%; top: 34px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.journey-step { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,0.14); border-radius: 8px; background: rgba(255,255,255,0.07); padding: 24px; }
.journey-step span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: #111; font-weight: 900; margin-bottom: 18px; }
.journey-step h3 { color: #fff; }
.journey-step p, .business-band p { margin-top: 10px; color: rgba(255,255,255,0.76); }
.protection-section { background: linear-gradient(180deg, #f6f8fb, #ffffff); }
.protect-copy h2 { color: var(--navy); }
.protect-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.protect-tabs button { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); padding: 10px 13px; font-weight: 900; cursor: pointer; }
.protect-tabs button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.protect-visual, .media-frame { position: relative; overflow: hidden; border-radius: 8px; min-height: 430px; box-shadow: var(--shadow); background: #08182a; }
.protect-visual img, .media-frame img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.protect-panel { position: absolute; left: 20px; right: 20px; bottom: 20px; border-radius: 8px; background: rgba(255,255,255,0.9); color: var(--navy); padding: 20px; backdrop-filter: blur(14px); }
.protect-panel span { color: var(--gold); font-weight: 900; text-transform: uppercase; font-size: 12px; }
.protect-panel h3 { margin-top: 6px; color: var(--navy); }
.protect-panel p { margin-top: 8px; color: var(--muted); }
.map-search { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.service-area-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-content: center; min-height: 310px; border: 1px solid var(--line); border-radius: 8px; background: radial-gradient(circle at 50% 50%, rgba(230,192,116,0.16), transparent 54%), #fff; padding: 28px; }
.service-area-cloud span { border: 1px solid rgba(189,138,50,0.28); border-radius: 999px; padding: 10px 14px; color: var(--navy); background: #fff; font-weight: 900; }
.vehicle-feature { background: #f8fafc; }
.business-band { background: radial-gradient(circle at 80% 20%, rgba(230,192,116,0.16), transparent 26%), #050d18; }
.business-list { display: grid; gap: 10px; }
.business-list span { border: 1px solid rgba(255,255,255,0.14); border-radius: 8px; padding: 18px; background: rgba(255,255,255,0.07); color: #fff; font-weight: 900; }
.factor-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.factor-chip { min-height: 122px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 20px; box-shadow: 0 12px 34px rgba(6,20,38,0.055); }
.factor-chip strong { color: var(--navy); font-size: 18px; }
.reviews-section { background: linear-gradient(180deg, #ffffff, #f3f6f9); }
.review-ready { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 26px; box-shadow: var(--shadow); }
.review-ready span { color: var(--navy); font-size: 26px; font-weight: 900; }
.faq-band { background: #f7f9fb; }
.faq-list { display: grid; gap: 10px; }
details.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 0; }
details.faq-item summary { cursor: pointer; padding: 18px 20px; color: var(--navy); font-weight: 900; }
details.faq-item p { padding: 0 20px 18px; color: var(--muted); }
.final-cta-inner { text-align: center; display: grid; justify-items: center; }
.final-cta-inner p:not(.eyebrow) { color: rgba(255,255,255,0.78); font-size: 18px; margin-top: 12px; }
.site-footer { background: radial-gradient(circle at 18% 0%, rgba(230,192,116,0.16), transparent 30%), linear-gradient(180deg, #061426, #030913); color: #fff; border-top: 0; padding: 70px 0 30px; }
.footer-brand { margin-bottom: 30px; }
.footer-brand h2 { font-size: clamp(34px, 7vw, 76px); color: #fff; }
.footer-brand p { margin-top: 10px; color: var(--gold-2); font-weight: 900; }
.footer-grid { grid-template-columns: 1.15fr repeat(5, minmax(0,1fr)); }
.footer-col h3 { color: #fff; }
.footer-col a, .footer-col p { color: rgba(255,255,255,0.72); }
.footer-col a:hover { color: var(--gold-2); }
.footer-bottom { border-top-color: rgba(255,255,255,0.13); color: rgba(255,255,255,0.62); }
.floating-whatsapp { position: fixed; right: 18px; bottom: 92px; z-index: 90; display: inline-grid; gap: 1px; border: 1px solid rgba(12,117,67,0.18); border-radius: 8px; background: rgba(255,255,255,0.95); color: #0b6b3d; padding: 10px 14px; box-shadow: 0 16px 34px rgba(0,0,0,0.18); backdrop-filter: blur(14px); }
.floating-whatsapp span { font-size: 11px; text-transform: uppercase; font-weight: 900; color: #168957; }
.floating-whatsapp strong { font-size: 14px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }
@media (max-width: 1080px) { .menu-toggle { display: block; } .main-nav, .nav-actions { display: none; } .mobile-menu { position: fixed; inset: 112px 0 auto 0; display: none; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 16px; } body.nav-open .mobile-menu { display: grid; gap: 8px; } .mobile-menu a { padding: 14px; border-radius: 6px; font-weight: 900; color: var(--navy); background: #f6f8fb; } .hero-inner, .split, .page-hero .container, .article-layout { grid-template-columns: 1fr; } .hero-inner { min-height: auto; } .grid-5, .grid-4, .factor-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .grid-3, .form-grid, .form-grid.three, .quote-step, .quote-step-two { grid-template-columns: repeat(2, minmax(0,1fr)); } .editorial-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .image-card, .image-card-wide { grid-column: span 1; } .journey { grid-template-columns: repeat(2, minmax(0,1fr)); } .journey::before { display: none; } .toc { position: static; } .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 720px) { body { padding-bottom: 58px; } .container { width: min(100% - 24px, 1160px); } .top-strip-inner { justify-content: center; text-align: center; } .top-strip-inner span:nth-child(2), .top-strip-inner span:nth-child(3), .top-strip-inner a { display: none; } .brand img { width: 142px; } .hero-inner { padding: 52px 0 92px; gap: 28px; } h1, .page-hero h1 { font-size: 39px; } h2 { font-size: 29px; } .lead, .page-hero p:not(.eyebrow) { font-size: 16px; } .hero-actions { align-items: stretch; } .hero-actions .btn { width: 100%; } .track-link { justify-content: center; } .hero-visual { min-height: 390px; } .hero-photo, .hero-slider { height: 390px; } .hero-slider-brand { left: 14px; top: 14px; width: min(240px, calc(100% - 28px)); padding: 10px; } .hero-slider-brand img { width: 144px; } .hero-slide-copy { left: 14px; right: 14px; bottom: 54px; } .hero-slide-copy h2 { font-size: 27px; } .hero-slide-copy p { font-size: 14px; } .hero-slider-nav { left: 14px; bottom: 18px; } .hero-glass { left: 14px; right: 14px; bottom: 14px; width: auto; } .hero-visual .route-board { display: none; } .quote-strip { margin-top: -42px; } .form-grid, .form-grid.three, .quote-step, .quote-step-two, .grid-2, .grid-3, .grid-4, .grid-5, .trust-row, .factor-grid, .map-search, .journey, .editorial-grid { grid-template-columns: 1fr; } .image-card { min-height: 300px; } .route-labels { grid-template-columns: repeat(2,1fr); } .section { padding: 56px 0; } .trust-section { padding-top: 86px; } .section-head, .footer-bottom { display: block; } .footer-grid { grid-template-columns: 1fr; } .footer-brand h2 { font-size: 39px; } .floating-whatsapp { display: none; } .assist { right: 12px; bottom: 72px; } .assist-toggle { min-height: 44px; padding: 10px 12px; } .mobile-bottom { display: grid; } }
