/* ACR Automobile — shared site styles for content pages.
   Pages link ../styles.css (brand tokens) then this file. Navy + silver. */

:root { --maxw: 1240px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--bg-base); color: var(--text-primary); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.mono { font-family: var(--font-mono); letter-spacing: .02em; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--platinum-400); display: inline-flex; align-items: center; gap: 11px; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .6; }
.eyebrow.center { justify-content: center; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: .01em; line-height: 1.04; margin: 0; }
.lead { color: var(--text-secondary); font-size: 18px; line-height: 1.65; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 52px; padding: 0 26px; border-radius: var(--radius-md); font-weight: 600; font-size: 15px; cursor: pointer; border: 1px solid transparent; transition: all .13s var(--ease-out); white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn-silver { background: var(--silver-fill); color: var(--silver-ink); box-shadow: 0 6px 22px rgba(47,161,204,.26), inset 0 1px 0 rgba(235,239,241,.45); }
.btn-silver:hover { background: var(--silver-fill-hover); transform: translateY(-1px); box-shadow: 0 12px 34px rgba(47,161,204,.40), inset 0 1px 0 rgba(235,239,241,.5); }
.btn-ghost { background: rgba(180,196,210,.04); color: var(--text-primary); border-color: var(--border-strong); }
.btn-ghost:hover { border-color: var(--platinum-400); background: rgba(180,196,210,.08); }
.btn-wa { background: #1FA855; color: #fff; }
.btn-wa:hover { background: #25c463; transform: translateY(-1px); }
.btn-sm { height: 42px; padding: 0 18px; font-size: 14px; }
.btn[hidden] { display: none; }

/* Header */
.topbar { background: var(--navy-950); border-bottom: 1px solid var(--border-subtle); font-size: 13px; color: var(--text-muted); }
.topbar .wrap { min-height: 40px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: var(--text-secondary); }
.topbar a:hover { color: var(--text-primary); }
header.nav { position: sticky; top: 0; z-index: 50; background: rgba(15,23,32,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border-default); box-shadow: 0 6px 24px rgba(0,0,0,.35); }
header.nav .wrap { height: 76px; display: flex; align-items: center; gap: 32px; }
.logo { height: 28px; }
nav.main { display: flex; gap: 24px; margin-left: 6px; }
nav.main a { font-size: 14.5px; font-weight: 500; color: var(--text-secondary); display: inline-flex; align-items: center; gap: 5px; }
nav.main a:hover, nav.main a.active { color: var(--text-primary); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav-phone { font-family: var(--font-mono); font-size: 14px; color: var(--text-primary); display: inline-flex; align-items: center; gap: 8px; }

/* Breadcrumb */
.crumb { border-bottom: 1px solid var(--border-subtle); background: var(--navy-950); }
.crumb .wrap { padding: 13px 28px; font-size: 12.5px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.crumb a { color: var(--text-secondary); }
.crumb a:hover { color: var(--text-primary); }
.crumb .sep { opacity: .5; }
.crumb .here { color: var(--platinum-400); }

/* Sub-hero */
.subhero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border-subtle); background: radial-gradient(120% 90% at 84% -16%, rgba(47,161,204,.12) 0%, rgba(47,161,204,0) 46%), radial-gradient(120% 115% at 82% -10%, #1E2D3B 0%, var(--navy-950) 62%); }
.subhero .grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(180,196,210,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(180,196,210,.04) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(70% 80% at 78% 30%, #000, transparent); mask-image: radial-gradient(70% 80% at 78% 30%, #000, transparent); }
.subhero .wrap { position: relative; padding: 64px 28px 60px; max-width: 880px; }
.subhero h1 { font-size: 50px; margin: 20px 0 0; }
.subhero h1 .sil { background: linear-gradient(180deg, #CFEAF5 0%, var(--signal-500) 135%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.subhero .lead { margin: 20px 0 0; max-width: 640px; font-size: 19px; }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.ticks { display: flex; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.tick { display: inline-flex; align-items: center; gap: 9px; color: var(--text-secondary); font-size: 14px; }
.tick svg { width: 17px; height: 17px; color: var(--secure-400); }

/* Content sections */
.sec { padding: 76px 0; }
.sec.alt { background: var(--navy-900); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.sec.tight { padding: 56px 0; }
.prose { max-width: 760px; }
.prose h2 { font-size: 32px; margin: 0 0 16px; }
.prose h3 { font-size: 21px; margin: 34px 0 10px; }
.prose p { color: var(--text-secondary); font-size: 16.5px; line-height: 1.7; margin: 0 0 16px; }
.prose ul { margin: 0 0 18px; padding-left: 4px; list-style: none; }
.prose li { color: var(--text-secondary); font-size: 16px; line-height: 1.6; padding-left: 28px; position: relative; margin-bottom: 11px; }
.prose li::before { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; background: var(--secure-soft); border: 1px solid rgba(47,161,204,.35); border-radius: 5px; }
.prose li::after { content: ""; position: absolute; left: 5px; top: 10px; width: 5px; height: 8px; border-right: 2px solid var(--secure-400); border-bottom: 2px solid var(--secure-400); transform: rotate(40deg); }
.prose strong { color: var(--text-primary); }

/* Two-col content + sticky CTA */
.split { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.aside-cta { position: sticky; top: 96px; background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-xl); padding: 26px; box-shadow: var(--shadow-lg); }
.aside-cta h3 { font-size: 21px; }
.aside-cta p { font-size: 14px; color: var(--text-secondary); margin: 8px 0 18px; line-height: 1.55; }
.aside-cta .btn { width: 100%; margin-bottom: 10px; }
.aside-note { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 12px; font-size: 12px; color: var(--text-muted); }
.aside-note svg { width: 13px; height: 13px; }

/* Feature/spec grid */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.feat { background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 24px; }
.feat .ic { width: 46px; height: 46px; border-radius: 11px; background: var(--accent-soft); border: 1px solid rgba(47,161,204,.25); display: grid; place-items: center; margin-bottom: 14px; }
.feat .ic svg { width: 22px; height: 22px; color: var(--signal-300); }
.feat h4 { font-size: 17px; margin-bottom: 6px; }
.feat p { font-size: 14px; color: var(--text-secondary); line-height: 1.55; margin: 0; }

/* Stat band */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.stat-band .cell { text-align: center; }
.stat-band .v { font-family: var(--font-display); font-weight: 700; font-size: 38px; letter-spacing: -.02em; }
.stat-band .v.sig { color: var(--signal-300); }
.stat-band .l { font-size: 13px; color: var(--text-muted); margin-top: 6px; }

/* CTA band */
.cta-band { background: radial-gradient(120% 120% at 16% -10%, rgba(47,161,204,.12) 0%, rgba(47,161,204,0) 46%), radial-gradient(120% 135% at 18% 0%, #1E2D3B 0%, var(--navy-950) 64%); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.cta-band .wrap { padding: 64px 28px; text-align: center; }
.cta-band h2 { font-size: 34px; }
.cta-band p { color: var(--text-secondary); font-size: 17px; max-width: 560px; margin: 14px auto 26px; }
.cta-band .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* FAQ */
.faq { max-width: 820px; }
.faq details { border: 1px solid var(--border-default); border-radius: var(--radius-md); padding: 0 20px; margin-bottom: 12px; background: var(--surface-card); transition: border-color .15s; }
.faq details[open] { border-color: var(--border-signal); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-family: var(--font-display); font-weight: 600; font-size: 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pl { flex: none; width: 22px; height: 22px; position: relative; }
.faq summary .pl::before, .faq summary .pl::after { content: ""; position: absolute; background: var(--signal-300); border-radius: 2px; transition: transform .2s; }
.faq summary .pl::before { left: 4px; right: 4px; top: 10px; height: 2px; }
.faq summary .pl::after { top: 4px; bottom: 4px; left: 10px; width: 2px; }
.faq details[open] summary .pl::after { transform: scaleY(0); }
.faq .ans { padding: 0 0 20px; color: var(--text-secondary); font-size: 15.5px; line-height: 1.65; }

/* Related links */
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.rel { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-md); font-size: 15px; font-weight: 500; transition: all .18s var(--ease-out); }
.rel:hover { border-color: var(--border-signal); transform: translateY(-2px); }
.rel svg { width: 17px; height: 17px; color: var(--signal-300); flex: none; }

/* Package plans (comparison list) */
.plans { display: flex; flex-direction: column; gap: 12px; margin-top: 34px; }
.plan { display: flex; align-items: center; gap: 24px; background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 20px 24px; transition: all .18s var(--ease-out); position: relative; }
.plan:hover { border-color: var(--border-signal); transform: translateX(2px); }
.plan.best { border-color: var(--signal-500); box-shadow: 0 0 0 1px var(--signal-500); }
.plan .pinfo { flex: 1; min-width: 0; }
.plan .pname { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--platinum-100); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; line-height: 1.2; }
.plan .pbadge { font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--navy-950); background: var(--signal-300); padding: 3px 9px; border-radius: 999px; }
.plan .pdesc { font-size: 13.5px; color: var(--text-secondary); margin-top: 6px; line-height: 1.5; }
.plan .pprice { flex: none; text-align: right; }
.plan .pprice .l { display: block; font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.plan .pprice .a { font-family: var(--font-display); font-weight: 700; font-size: 25px; color: var(--platinum-100); letter-spacing: -.01em; line-height: 1.1; }
.plan .pcta { flex: none; }
@media (max-width: 780px) { .plan { flex-direction: column; align-items: stretch; gap: 14px; } .plan .pprice { text-align: left; display: flex; align-items: baseline; gap: 8px; } .plan .pcta .btn { width: 100%; } }

/* Package tiers */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; align-items: stretch; }
.tier { display: flex; flex-direction: column; background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 26px 24px; position: relative; transition: all .18s var(--ease-out); }
.tier:hover { border-color: var(--border-signal); transform: translateY(-3px); box-shadow: var(--shadow-md), 0 0 36px -14px rgba(47,161,204,.55); }
.tier.best { border-color: var(--signal-500); box-shadow: 0 0 0 1px var(--signal-500); }
.tier .flag { position: absolute; top: -11px; left: 24px; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-950); background: var(--signal-300); padding: 4px 11px; border-radius: 999px; }
.tier .tname { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--platinum-100); line-height: 1.2; }
.tier .tsum { font-size: 13.5px; color: var(--text-secondary); line-height: 1.5; margin: 8px 0 0; min-height: 40px; }
.tier .tprice { display: flex; align-items: baseline; gap: 7px; margin: 18px 0 2px; padding-top: 18px; border-top: 1px solid var(--border-subtle); }
.tier .tprice .lbl { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.tier .tprice .amt { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--platinum-100); letter-spacing: -.01em; line-height: 1; }
.tier .tprice .fit { font-size: 12px; color: var(--text-muted); }
.tier ul { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 11px; }
.tier li { display: flex; gap: 10px; font-size: 13.5px; color: var(--text-secondary); line-height: 1.45; }
.tier li svg { width: 16px; height: 16px; color: var(--secure-400); flex: none; margin-top: 2px; }
.tier .tcta { margin-top: auto; padding-top: 22px; }
.tier .tcta .btn { width: 100%; }
.tiers-note { font-size: 13px; color: var(--text-muted); margin: 18px 0 0; text-align: center; }
@media (max-width: 860px) { .tiers { grid-template-columns: 1fr; } }

/* Photo gallery (service pages) */
.photo-band { margin-top: 26px; }
.photo-feature { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-default); aspect-ratio: 16 / 7; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.photo { position: relative; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border-default); aspect-ratio: 4 / 3; }
.photo img, .photo-feature img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; padding: 18px; background: radial-gradient(120% 120% at 70% 12%, #1E2D3B 0%, var(--navy-900) 72%); }
.photo-ph svg { width: 26px; height: 26px; color: var(--signal-300); opacity: .85; }
.photo-feature .photo-ph svg { width: 34px; height: 34px; }
.photo-ph .pt { font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--platinum-200); }
.photo-feature.wide16x9 { aspect-ratio: 16 / 9; }
.photo-ph .pd { font-size: 12.5px; color: var(--text-muted); line-height: 1.45; max-width: 240px; }
.photo-cap { margin-top: 14px; font-size: 13px; color: var(--text-muted); text-align: center; }
.video-slot .slot-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: var(--navy-900); }
.video-slot.has-video .photo-ph { display: none; }
/* Photo carousel (concierge) */
.carousel .car-track { display: flex; width: 100%; height: 100%; transition: transform .5s var(--ease-out); }
.carousel .car-slide { flex: 0 0 100%; position: relative; height: 100%; }
.carousel .car-slide .photo-ph { position: absolute; inset: 0; }
.carousel .car-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.car-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 42px; height: 42px; border-radius: 999px; background: rgba(15,23,32,.6); border: 1px solid var(--border-strong); color: var(--text-primary); display: grid; place-items: center; cursor: pointer; transition: background .15s; }
.car-nav:hover { background: rgba(15,23,32,.88); }
.car-nav.prev { left: 14px; } .car-nav.next { right: 14px; }
.car-nav svg { width: 20px; height: 20px; }
.car-dots { position: absolute; bottom: 14px; left: 0; right: 0; z-index: 4; display: flex; gap: 8px; justify-content: center; }
.car-dots button { width: 8px; height: 8px; border-radius: 999px; border: none; background: rgba(255,255,255,.45); cursor: pointer; padding: 0; transition: background .15s, width .15s; }
.car-dots button.active { background: #fff; width: 22px; }
@media (max-width: 720px) { .photo-grid { grid-template-columns: 1fr; } }

/* Price block (service pages) */
.price-pill { display: inline-flex; align-items: baseline; gap: 9px; margin: 22px 0 4px; padding: 11px 18px; background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: 999px; }
.price-pill .lbl { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.price-pill .amt { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--platinum-100); letter-spacing: -.01em; line-height: 1; }
.price-pill .fit { font-size: 13px; color: var(--text-secondary); }
.price-note { font-size: 13px; color: var(--text-muted); margin: 12px 0 0; max-width: 520px; }

/* Guides / blog hub */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.gcard { display: flex; flex-direction: column; background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); overflow: hidden; transition: all .18s var(--ease-out); }
.gcard:hover { border-color: var(--border-signal); transform: translateY(-3px); box-shadow: var(--shadow-md), 0 0 36px -16px rgba(47,161,204,.5); }
.gcard .thumb { height: 168px; position: relative; display: grid; place-items: center; background: radial-gradient(120% 120% at 70% 10%, #1E2D3B 0%, var(--navy-900) 70%); border-bottom: 1px solid var(--border-subtle); }
.gcard .thumb svg { width: 40px; height: 40px; color: var(--signal-300); opacity: .9; }
.gcard .cat { position: absolute; top: 14px; left: 14px; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--platinum-300); background: rgba(15,23,32,.6); border: 1px solid var(--border-default); padding: 4px 10px; border-radius: 999px; }
.gcard .body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.gcard h3 { font-size: 19px; line-height: 1.22; }
.gcard p { font-size: 14px; color: var(--text-secondary); line-height: 1.55; margin: 10px 0 0; }
.gcard .meta { margin-top: auto; padding-top: 18px; display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--text-muted); }
.gcard .meta .read { margin-left: auto; color: var(--signal-300); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.gcard .meta .read svg { width: 14px; height: 14px; }
.gcard.feature { grid-column: span 2; flex-direction: row; }
.gcard.feature .thumb { height: auto; width: 300px; flex: none; border-bottom: none; border-right: 1px solid var(--border-subtle); }
.gcard.feature h3 { font-size: 24px; }

/* Article layout */
.art-hero { border-bottom: 1px solid var(--border-subtle); background: radial-gradient(120% 90% at 84% -16%, rgba(47,161,204,.10) 0%, rgba(47,161,204,0) 46%), radial-gradient(120% 115% at 82% -10%, #1E2D3B 0%, var(--navy-950) 62%); position: relative; overflow: hidden; }
.art-hero .grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(180,196,210,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(180,196,210,.04) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(70% 80% at 78% 30%, #000, transparent); mask-image: radial-gradient(70% 80% at 78% 30%, #000, transparent); }
.art-hero .wrap { position: relative; max-width: 820px; padding: 52px 28px 46px; }
.art-hero .cat { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--signal-300); }
.art-hero h1 { font-size: 42px; line-height: 1.1; margin: 16px 0 0; max-width: 740px; }
.art-hero .sub { font-size: 18px; color: var(--text-secondary); line-height: 1.6; margin: 18px 0 0; max-width: 680px; }
.art-meta { display: flex; align-items: center; gap: 14px; margin-top: 24px; font-size: 13px; color: var(--text-muted); flex-wrap: wrap; }
.art-meta .dot { width: 3px; height: 3px; border-radius: 999px; background: var(--text-muted); }
.art-body { max-width: 820px; margin: 0 auto; }
.art-body .split { grid-template-columns: 1fr 320px; }
.article .prose h2 { font-size: 27px; margin: 38px 0 14px; }
.article .prose h2:first-child { margin-top: 0; }
.article .prose h3 { font-size: 19px; margin: 28px 0 10px; }
.article .prose p { font-size: 17px; }
.article .prose li { font-size: 16.5px; }
.callout { background: var(--surface-card); border: 1px solid var(--border-strong); border-left: 3px solid var(--signal-500); border-radius: var(--radius-md); padding: 20px 22px; margin: 26px 0; }
.callout p { margin: 0; font-size: 15.5px; color: var(--text-secondary); line-height: 1.6; }
.callout strong { color: var(--text-primary); }
.toc { background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-md); padding: 18px 20px; margin: 0 0 30px; }
.toc h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--platinum-400); font-family: var(--font-body); font-weight: 600; margin: 0 0 12px; }
.toc a { display: block; font-size: 14.5px; color: var(--text-secondary); padding: 5px 0; }
.toc a:hover { color: var(--signal-300); }
.author { display: flex; align-items: center; gap: 13px; margin: 40px 0 0; padding: 22px; background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); }
.author .av { width: 48px; height: 48px; border-radius: 999px; background: var(--navy-700); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: var(--platinum-200); flex: none; }
.author .who { font-size: 14px; }
.author .who strong { color: var(--text-primary); display: block; font-family: var(--font-display); }
.author .who span { color: var(--text-muted); font-size: 13px; }

@media (max-width: 980px) {
  .guide-grid { grid-template-columns: 1fr; }
  .gcard.feature { grid-column: auto; flex-direction: column; }
  .gcard.feature .thumb { width: auto; height: 168px; border-right: none; border-bottom: 1px solid var(--border-subtle); }
  .art-hero h1 { font-size: 32px; }
  .art-body .split { grid-template-columns: 1fr; }
}

/* Service/area chips */
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.chip { font-size: 13.5px; padding: 7px 14px; border: 1px solid var(--border-default); border-radius: 999px; color: var(--text-secondary); background: rgba(180,196,210,.03); }
.chip:hover { color: var(--text-primary); border-color: var(--platinum-400); }

/* Footer */
footer.ft { background: var(--navy-950); border-top: 1px solid var(--border-subtle); }
.ft-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.1fr; gap: 36px; padding: 60px 0 44px; }
.ft-col h5 { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--platinum-400); margin: 0 0 16px; font-family: var(--font-body); font-weight: 600; }
.ft-col a { display: block; font-size: 14px; color: var(--text-secondary); margin-bottom: 10px; }
.ft-col a:hover { color: var(--text-primary); }
.ft-about p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; max-width: 290px; margin: 16px 0 18px; }
.ft-social { display: flex; gap: 10px; }
.ft-social a { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--border-default); display: grid; place-items: center; color: var(--text-muted); }
.ft-social a:hover { color: var(--text-primary); border-color: var(--platinum-400); }
.ft-social svg { width: 17px; height: 17px; }
.nap { font-size: 13px; color: var(--text-secondary); line-height: 1.7; }
.nap strong { color: var(--text-primary); font-weight: 600; }
.ft-bottom { border-top: 1px solid var(--border-subtle); padding: 20px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-muted); font-size: 12.5px; }

/* Floating WhatsApp */
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 999px; background: #1FA855; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(31,168,85,.4); transition: transform .13s var(--ease-out); }
.fab-wa:hover { transform: scale(1.06); }
.fab-wa svg { width: 30px; height: 30px; fill: #fff; }
.fab-wa .pip { position: absolute; top: 0; right: 2px; width: 14px; height: 14px; border-radius: 999px; background: var(--alert-400); border: 2px solid var(--navy-950); }

/* Assessment form (assessment page) */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; color: var(--text-secondary); }
.field input, .field select { height: 48px; padding: 0 14px; width: 100%; min-width: 0; background: var(--surface-inset); border: 1px solid var(--border-default); border-radius: var(--radius-md); color: var(--text-primary); font-family: var(--font-body); font-size: 15px; box-shadow: inset 0 1px 2px rgba(0,0,0,.35); outline: none; transition: border-color .13s, box-shadow .13s; }
.field input:focus, .field select:focus { border-color: var(--signal-500); box-shadow: inset 0 1px 2px rgba(0,0,0,.35), 0 0 0 3px var(--accent-soft); }
.field input::placeholder { color: var(--text-muted); }

/* Multi-step wizard */
.wiz-head { margin-bottom: 18px; }
.wiz-prog { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.wiz-bar { flex: 1; height: 5px; border-radius: 999px; background: var(--surface-inset); border: 1px solid var(--border-subtle); overflow: hidden; }
.wiz-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--signal-500), var(--signal-300)); border-radius: 999px; transition: width .32s var(--ease-out); }
.wiz-count { font-size: 12px; color: var(--text-muted); font-family: var(--font-mono); white-space: nowrap; }
.wiz-count b { color: var(--text-primary); }
.wiz-dots { list-style: none; display: flex; gap: 8px; padding: 0; margin: 14px 0 0; }
.wiz-dots li { flex: 1; font-size: 10.5px; text-transform: uppercase; letter-spacing: .09em; font-weight: 600; color: var(--text-muted); text-align: center; padding-bottom: 9px; border-bottom: 2px solid var(--border-subtle); transition: color .2s, border-color .2s; }
.wiz-dots li.done { color: var(--text-secondary); border-color: var(--signal-500); }
.wiz-dots li.cur { color: var(--signal-300); border-color: var(--signal-300); }
.wiz-step { animation: wizIn .26s var(--ease-out); }
@keyframes wizIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.wiz-step .form-grid { margin-top: 0; }
.wiz-nav { display: flex; gap: 10px; margin-top: 20px; }
.wiz-nav .btn { flex: 1; margin: 0; height: 50px; width: auto; }
.wiz-nav [data-wiz-back] { flex: 0 0 auto; padding: 0 18px; }
@media (prefers-reduced-motion: reduce) { .wiz-step { animation: none; } }

/* Send-via segmented toggle */
.send-via { margin-top: 18px; }
.send-via .sv-label { display: block; font-size: 13px; font-weight: 600; color: var(--text-secondary); margin-bottom: 9px; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seg-opt { position: relative; display: block; }
.seg-opt input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.seg-opt > span { display: flex; align-items: center; justify-content: center; gap: 8px; height: 46px; border: 1px solid var(--border-default); border-radius: var(--radius-md); background: var(--surface-inset); color: var(--text-secondary); font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color .15s, color .15s, background .15s; }
.seg-opt > span svg { width: 17px; height: 17px; }
.seg-opt input:checked + span { border-color: var(--signal-500); color: var(--text-primary); background: var(--accent-soft); }
.seg-opt input:focus-visible + span { box-shadow: 0 0 0 3px var(--accent-soft); }
#assessSubmit .sub-ic { display: inline-flex; align-items: center; }

/* Dash-cam: two-up camera tiers + package builder */
.tiers.two { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .tiers.two { grid-template-columns: 1fr; } }
.optsteps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 34px; }
.optstep { background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 22px 20px; display: flex; flex-direction: column; }
.optstep .on { font-family: var(--font-mono); font-size: 12px; color: var(--signal-300); letter-spacing: .1em; }
.optstep h4 { font-family: var(--font-display); font-size: 16px; margin: 10px 0 14px; }
.optstep .opt { display: flex; flex-direction: column; gap: 10px; }
.optstep .o { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--text-secondary); line-height: 1.42; }
.optstep .o svg { width: 15px; height: 15px; color: var(--secure-400); flex: none; margin-top: 2px; }
.optstep .o b { color: var(--text-primary); font-weight: 600; }
@media (max-width: 900px) { .optsteps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .optsteps { grid-template-columns: 1fr; } }

/* Dash configurator (interactive enquiry) */
.dashcfg { margin-top: 30px; display: grid; grid-template-columns: 1.3fr .9fr; gap: 24px; align-items: start; }
.cfg-field { margin-bottom: 18px; }
.cfg-label { display: block; font-size: 13px; font-weight: 600; color: var(--text-secondary); margin-bottom: 9px; }
.cfg-label .opt { color: var(--text-muted); font-weight: 400; }
.cfg-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cfg-card { position: relative; display: block; }
.cfg-card input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.cfg-card .cc { display: flex; flex-direction: column; gap: 2px; height: 100%; padding: 13px 15px; border: 1px solid var(--border-default); border-radius: var(--radius-md); background: var(--surface-inset); cursor: pointer; transition: border-color .15s, background .15s; }
.cfg-card .cc .t { font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--text-primary); }
.cfg-card .cc .d { font-size: 11.5px; color: var(--text-muted); }
.cfg-card input:checked + .cc { border-color: var(--signal-500); background: var(--accent-soft); }
.cfg-card input:disabled + .cc { opacity: .4; cursor: not-allowed; }
.cfg-card input:focus-visible + .cc { box-shadow: 0 0 0 3px var(--accent-soft); }
.cfg-toggle { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid var(--border-default); border-radius: var(--radius-md); background: var(--surface-inset); cursor: pointer; font-size: 13.5px; color: var(--text-secondary); }
.cfg-toggle input { width: 18px; height: 18px; accent-color: var(--signal-500); flex: none; }
.cfg-toggle.dis { opacity: .45; cursor: not-allowed; }
.cfg-summary { background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-lg); padding: 22px; position: sticky; top: 96px; box-shadow: var(--shadow-lg); }
.cfg-summary h4 { font-family: var(--font-display); font-size: 17px; margin: 0 0 14px; }
.cfg-sumrow { display: flex; justify-content: space-between; gap: 12px; font-size: 13.5px; padding: 8px 0; border-bottom: 1px solid var(--border-subtle); }
.cfg-sumrow .k { color: var(--text-muted); }
.cfg-sumrow .v { color: var(--text-primary); font-weight: 600; text-align: right; }
.cfg-price { display: flex; align-items: baseline; gap: 8px; margin: 16px 0 2px; }
.cfg-price .amt { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--platinum-100); letter-spacing: -.01em; }
.cfg-price .lbl { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
@media (max-width: 860px) { .dashcfg { grid-template-columns: 1fr; } .cfg-summary { position: static; } }

/* Multi-select chips (Interested in) */
.multi { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.mchip { position: relative; display: inline-flex; }
.mchip input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.mchip span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--border-default); border-radius: 999px; background: var(--surface-inset); color: var(--text-secondary); font-size: 13.5px; font-weight: 500; cursor: pointer; transition: border-color .14s, color .14s, background .14s; }
.mchip span::before { content: ""; width: 14px; height: 14px; border-radius: 4px; border: 1.5px solid var(--border-strong); flex: none; transition: background .14s, border-color .14s; }
.mchip input:checked + span { border-color: var(--signal-500); color: var(--text-primary); background: var(--accent-soft); }
.mchip input:checked + span::before { background: var(--signal-500); border-color: var(--signal-500); box-shadow: inset 0 0 0 2px var(--surface-inset); }
.mchip input:focus-visible + span { box-shadow: 0 0 0 3px var(--accent-soft); }

/* Mobile travel zones + radius diagram */
.travel { display: grid; grid-template-columns: 440px 1fr; gap: 48px; align-items: center; margin-top: 38px; }
.zonemap { position: relative; width: 100%; max-width: 440px; aspect-ratio: 1; margin: 0 auto; }
.zonemap .ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid var(--border-strong); }
.zonemap .ring.r5 { width: 100%; height: 100%; border-style: dashed; border-color: var(--platinum-400); opacity: .55; }
.zonemap .ring.r4 { width: 80%; height: 80%; background: radial-gradient(circle, transparent 62%, rgba(180,196,210,.03)); }
.zonemap .ring.r3 { width: 58%; height: 58%; }
.zonemap .ring.r2 { width: 34%; height: 34%; }
.zonemap .ring.r1 { width: 14%; height: 14%; background: var(--accent-soft); border-color: var(--signal-500); }
.zonemap .ctr { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; border-radius: 50%; background: var(--signal-300); box-shadow: 0 0 0 4px var(--accent-soft); z-index: 3; }
.zonemap .ctr-label { position: absolute; left: 50%; top: calc(50% + 14px); transform: translateX(-50%); font-family: var(--font-mono); font-size: 11px; color: var(--text-primary); white-space: nowrap; z-index: 3; }
.zonemap .zlab { position: absolute; left: 50%; transform: translateX(-50%); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .03em; color: var(--text-muted); white-space: nowrap; background: var(--bg-base); padding: 0 6px; }
.zonemap .zlab.r5 { top: 1%; }
.zonemap .zlab.r4 { top: 9%; }
.zonemap .zlab.r3 { top: 20%; }
.zonemap .zlab.r2 { top: 32%; }
.zones { display: flex; flex-direction: column; }
.zrow { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--border-subtle); }
.zrow:first-child { padding-top: 0; }
.zk { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--text-secondary); }
.zk .zdot { width: 11px; height: 11px; border-radius: 50%; flex: none; border: 1px solid var(--border-strong); }
.zdot.z1 { background: var(--signal-300); border-color: var(--signal-500); }
.zdot.z2 { background: rgba(180,196,210,.5); }
.zdot.z3 { background: rgba(180,196,210,.3); }
.zdot.z4 { background: rgba(180,196,210,.16); }
.zdot.z5 { background: transparent; }
.zv { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--platinum-100); white-space: nowrap; }
.zv.free { color: var(--secure-400); }
.znote { font-size: 12.5px; color: var(--text-muted); line-height: 1.55; margin: 16px 0 0; }
/* Concierge enquiry form */
.cform { max-width: 760px; margin: 30px auto 0; background: var(--surface-card); border: 1px solid var(--border-strong); border-radius: var(--radius-xl); padding: 30px; box-shadow: var(--shadow-lg); }
.cform .ssec { margin-top: 18px; }
.cform .ssec > .lbl { display: block; font-size: 13px; font-weight: 600; color: var(--text-secondary); margin-bottom: 9px; }
.cform .ssec .opt { color: var(--text-muted); font-weight: 400; }
.cform .field textarea { width: 100%; min-width: 0; min-height: 96px; padding: 12px 14px; background: var(--surface-inset); border: 1px solid var(--border-default); border-radius: var(--radius-md); color: var(--text-primary); font-family: var(--font-body); font-size: 15px; line-height: 1.55; box-shadow: inset 0 1px 2px rgba(0,0,0,.35); outline: none; resize: vertical; transition: border-color .13s; }
.cform .field textarea:focus { border-color: var(--signal-500); box-shadow: inset 0 1px 2px rgba(0,0,0,.35), 0 0 0 3px var(--accent-soft); }
/* CarPlay photo request */
.photo-ask { display: flex; gap: 13px; margin-top: 16px; padding: 15px 16px; background: var(--accent-soft); border: 1px solid rgba(47,161,204,.28); border-radius: var(--radius-md); }
.photo-ask .pa-ic { width: 36px; height: 36px; border-radius: 9px; background: var(--surface-card); border: 1px solid var(--border-default); display: grid; place-items: center; flex: none; }
.photo-ask .pa-ic svg { width: 18px; height: 18px; color: var(--signal-300); }
.photo-ask strong { font-size: 13.5px; color: var(--text-primary); }
.photo-ask p { font-size: 12.5px; color: var(--text-secondary); line-height: 1.5; margin: 4px 0 0; }
.photo-ask .pa-check { display: flex; align-items: center; gap: 9px; margin-top: 11px; font-size: 13px; color: var(--text-secondary); cursor: pointer; }
.photo-ask .pa-check input { width: 17px; height: 17px; accent-color: var(--signal-500); flex: none; }
@media (max-width: 820px) { .travel { grid-template-columns: 1fr; gap: 32px; } }
#travelmap { width: 100%; max-width: 440px; aspect-ratio: 1 / 1; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-default); background: var(--navy-900); z-index: 0; }
.leaflet-container { background: var(--navy-900) !important; font-family: var(--font-body); }
.leaflet-control-attribution { background: rgba(15,23,32,.65) !important; color: var(--text-muted) !important; }
.leaflet-control-attribution a { color: var(--text-secondary) !important; }
.leaflet-bar a { background: var(--surface-card) !important; color: var(--text-primary) !important; border-color: var(--border-default) !important; }
.leaflet-tooltip { background: var(--surface-card); border: 1px solid var(--border-strong); color: var(--text-primary); font-family: var(--font-body); font-size: 12.5px; box-shadow: var(--shadow-md); }
.leaflet-tooltip-left::before { border-left-color: var(--border-strong); }
.leaflet-tooltip-right::before { border-right-color: var(--border-strong); }

/* Comparison table (service pages) */
.compare-wrap { margin-top: 8px; overflow-x: auto; border: 1px solid var(--border-default); border-radius: var(--radius-lg); background: var(--surface-card); }
table.compare { width: 100%; border-collapse: collapse; min-width: 560px; }
table.compare th, table.compare td { padding: 15px 18px; text-align: center; border-bottom: 1px solid var(--border-subtle); font-size: 15px; }
table.compare thead th { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--text-primary); border-bottom: 1px solid var(--border-default); }
table.compare th .from { display: block; font-family: var(--font-mono); font-size: 11px; font-weight: 400; letter-spacing: .02em; color: var(--signal-300); margin-top: 5px; }
table.compare tbody td:first-child, table.compare thead th:first-child { text-align: left; color: var(--text-secondary); font-weight: 500; }
table.compare td.y { color: var(--secure-400); font-weight: 700; font-size: 17px; }
table.compare td.n { color: var(--text-muted); }
table.compare .feat-col { background: var(--accent-soft); }
table.compare tbody tr:last-child td { border-bottom: none; }

@media (max-width: 980px) {
  .split, .feat-grid, .rel-grid { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  nav.main { display: none; }
  .subhero h1 { font-size: 38px; }
  .aside-cta { position: static; }
}


/* Floating contact menu (Call + WhatsApp) */
.fab{position:fixed;right:22px;bottom:90px;z-index:60}
.fab summary{position:relative;list-style:none;cursor:pointer;width:58px;height:58px;border-radius:999px;background:#1FA855;display:grid;place-items:center;box-shadow:0 10px 30px rgba(31,168,85,.4);transition:transform .13s,background .15s}
.fab summary::-webkit-details-marker{display:none}
.fab summary:hover{transform:scale(1.06)}
.fab summary svg{width:28px;height:28px;color:#fff}
.fab .fab-x{display:none}
.fab[open] summary{background:var(--navy-700)}
.fab[open] .fab-msg{display:none}
.fab[open] .fab-x{display:block}
.fab summary .pip{position:absolute;top:0;right:2px;width:14px;height:14px;border-radius:999px;background:var(--alert-400);border:2px solid var(--navy-900)}
.fab[open] summary .pip{display:none}
.fab-menu{position:absolute;bottom:70px;right:0;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.fab-opt{display:inline-flex;align-items:center;gap:10px;padding:0 18px;height:48px;border-radius:999px;font-weight:600;font-size:14.5px;box-shadow:var(--shadow-md);white-space:nowrap;text-decoration:none}
.fab-opt svg{width:20px;height:20px}
.fab-call{background:var(--silver-fill);color:var(--navy-950)}
.fab-call svg{color:var(--navy-950)}
.fab-whats{background:#1FA855;color:#fff}
.fab-whats svg{fill:#fff}


.press-logos{display:flex;align-items:center;gap:38px;flex-wrap:wrap;justify-content:center}
.press-logo{font-family:var(--font-display);font-weight:600;font-size:22px;letter-spacing:.01em;color:var(--platinum-300);opacity:.72;transition:opacity .2s}
.press-logo:hover{opacity:1}
.press-logo img{height:30px;width:auto;display:block;filter:grayscale(1) brightness(1.6);opacity:.8}
.press-logo.crest img{height:56px}
/* social icon rows */
.tb-social{display:inline-flex;gap:13px;align-items:center;margin-left:18px;padding-left:18px;border-left:1px solid var(--border-subtle)}
.tb-social a{display:inline-flex;color:var(--text-secondary)}
.tb-social a:hover{color:var(--text-primary)}
.tb-social svg{width:15px;height:15px}

.ft-legal{display:inline-flex;gap:16px}
.ft-legal a{color:var(--text-muted)}
.ft-legal a:hover{color:var(--text-primary)}

/* Numbered process steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;counter-reset:step}
.step{position:relative;background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:26px 24px}
.step .n{font-family:var(--font-mono);font-size:13px;color:var(--signal-300);letter-spacing:.1em}
.step .ic{width:46px;height:46px;border-radius:11px;background:var(--accent-soft);border:1px solid rgba(47,161,204,.25);display:grid;place-items:center;margin:14px 0 16px}
.step .ic svg{width:21px;height:21px;color:var(--signal-300)}
.step h4{font-family:var(--font-display);font-size:18px;margin:0 0 8px}
.step p{font-size:14px;color:var(--text-secondary);line-height:1.55;margin:0}
.step .arrow{position:absolute;top:50%;right:-26px;transform:translateY(-50%);width:18px;height:18px;color:var(--border-strong);z-index:2}
.step:last-child .arrow{display:none}
@media (max-width:760px){.steps{grid-template-columns:1fr}.step .arrow{display:none}}

/* Google review row */
.gscore{display:flex;align-items:center;gap:16px}
.glogo{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em}
.glogo .b{color:#4285F4}.glogo .r{color:#EA4335}.glogo .y{color:#FBBC05}.glogo .g{color:#34A853}
.stars{display:inline-flex;gap:2px}
.stars svg{width:18px;height:18px;color:#F5B544;fill:#F5B544}
.rev-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.rev{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:14px}
.rev .stars svg{width:16px;height:16px}
.rev blockquote{margin:0;font-size:15px;line-height:1.6;color:var(--text-primary);text-wrap:pretty}
.rev .who{margin-top:auto;display:flex;align-items:center;gap:11px}
.rev .av{width:38px;height:38px;border-radius:999px;background:linear-gradient(160deg,#2a2419,#100f0d);border:1px solid var(--border-strong);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--platinum-300);flex:none}
.rev .nm{font-weight:600;font-size:14px;color:var(--text-primary)}
.rev .meta{font-size:12.5px;color:var(--text-muted);margin-top:2px}
@media (max-width:760px){.rev-row{grid-template-columns:1fr}}

/* Mobile sticky CTA bar */
.mcta{display:none}
@media (max-width:760px){
 .mcta{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;gap:0;position:fixed;left:0;right:0;bottom:0;z-index:70;background:rgba(15,23,32,.96);backdrop-filter:blur(12px);border-top:1px solid var(--border-default)}
 .mcta a{display:flex;align-items:center;justify-content:center;gap:7px;height:58px;font-family:var(--font-body);font-weight:600;font-size:14px;color:var(--text-primary);text-decoration:none;border-right:1px solid var(--border-subtle)}
 .mcta a:last-child{border-right:none}
 .mcta svg{width:18px;height:18px}
 .mcta-wa{background:#1FA855;color:#fff!important}
 .mcta-wa svg{fill:#fff}
 .mcta-q{background:var(--silver-fill);color:var(--navy-950)!important}
 .fab{bottom:74px!important}
 body{padding-bottom:58px}
}
