/* InstaTow — Navy & Beacon theme, v2 (visual refresh). Mobile-first. */
:root {
  --navy: #14306A; --navy-deep: #0E2350; --navy-ink: #0B1A3F; --navy-light: #1B3C80; --beacon: #F2A900; --beacon-text: #9A6400; --ink: #0F1A33; --confirm: #1E8E5A;
  --wa: #25D366; --signal: #C8102E; --cloud: #F2F4F8; --cloud-2: #E8EDF7; --wash: #FFF4D6; --line: #D6DBE6; --muted: #5B6474; --white: #FFFFFF;
  --fh: "Poppins", "Noto Sans Devanagari", Arial, sans-serif;
  --fb: "Noto Sans", "Noto Sans Devanagari", Arial, sans-serif;
  --max: 1140px; --pad: 20px; --radius: 10px; --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(15,26,51,.06), 0 1px 2px rgba(15,26,51,.04);
  --shadow-md: 0 12px 32px rgba(15,26,51,.12);
  --shadow-lg: 0 24px 60px rgba(5,15,40,.35);
}
html[lang="hi"] { --fb: "Noto Sans Devanagari", "Noto Sans", Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--fb); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; padding-bottom: 60px; overflow-x: clip; }
@media (min-width: 900px) { body { padding-bottom: 0; font-size: 18px; } }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--beacon-text); }
:focus-visible { outline: 3px solid var(--beacon); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--fh); color: var(--navy); margin: 0; text-wrap: balance; letter-spacing: -0.01em; }
h1 { font-size: 32px; line-height: 1.12; font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: 26px; line-height: 1.18; font-weight: 700; }
h3 { font-size: 19px; line-height: 1.3; font-weight: 600; }
html[lang="hi"] h1, html[lang="hi"] h2, html[lang="hi"] h3 { line-height: 1.32; letter-spacing: 0; }
@media (min-width: 900px) { h1 { font-size: 48px; } h2 { font-size: 36px; } h3 { font-size: 21px; } }
p { margin: 0 0 16px; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.tabular { font-variant-numeric: tabular-nums; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.prose { max-width: 68ch; }
.eyebrow { font-family: var(--fh); font-weight: 600; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--beacon-text); margin: 0 0 12px; }
html[lang="hi"] .eyebrow { text-transform: none; letter-spacing: 0; font-size: 13px; }
.on-navy .eyebrow { color: var(--beacon); }
.ic { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ico { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: var(--cloud-2); color: var(--navy); margin-bottom: 14px; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--confirm); box-shadow: 0 0 0 3px rgba(30,142,90,.18); }

/* ---- header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 6px 20px rgba(15,26,51,.08); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { height: 34px; width: auto; }
.brand .wordmark { font-family: var(--fh); font-weight: 700; font-style: italic; font-size: 22px; color: var(--navy); letter-spacing: -0.02em; }
.nav { display: none; gap: 26px; align-items: center; }
.nav a { position: relative; padding: 6px 0; font-family: var(--fh); font-weight: 500; font-size: 15px; text-decoration: none; color: var(--navy); }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: var(--beacon); transform: scaleX(0); transform-origin: left; transition: transform .15s ease; }
.nav a:hover { color: var(--navy); }
.nav a:hover::after { transform: scaleX(1); }
.head-actions { display: flex; align-items: center; gap: 8px; }
.lang { font-family: var(--fh); font-weight: 600; font-size: 13px; text-decoration: none; color: var(--navy); padding: 8px 12px; border: 1.5px solid var(--line); border-radius: var(--radius); min-height: 44px; display: inline-flex; align-items: center; }
.lang:hover { border-color: var(--navy); color: var(--navy); }
.menu-btn { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 12px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--white); font-family: var(--fh); font-weight: 600; font-size: 14px; color: var(--navy); cursor: pointer; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--white); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 14px var(--pad); border-bottom: 1px solid var(--line); font-family: var(--fh); font-weight: 500; text-decoration: none; color: var(--navy); }
.desk-only { display: none !important; }
@media (min-width: 900px) { .nav { display: flex; } .menu-btn, .mobile-nav { display: none !important; } .desk-only { display: inline-flex !important; } .site-header .container { height: 74px; } .brand img { height: 40px; } }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: var(--radius); font-family: var(--fh); font-weight: 600; font-size: 15px; text-decoration: none; border: 2px solid transparent; cursor: pointer; line-height: 1.2; text-align: center; transition: background .15s ease, transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--beacon); color: var(--ink); border-color: var(--beacon); box-shadow: 0 8px 20px rgba(242,169,0,.28); }
.btn-primary:hover { background: #FFB800; color: var(--ink); }
.btn-wa { background: var(--wa); color: var(--white); border-color: var(--wa); }
.btn-wa:hover { background: #1FB955; color: var(--white); }
.btn-outline { background: var(--white); color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--cloud); color: var(--navy); }
.on-navy .btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.on-navy .btn-outline:hover { background: rgba(255,255,255,.1); color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-deep); color: var(--white); }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
@media (max-width: 599px) { .btn-row .btn { flex: 1 1 100%; } }

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--navy-ink) 0%, var(--navy) 55%, var(--navy-light) 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -160px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(242,169,0,.32) 0%, rgba(242,169,0,0) 62%); pointer-events: none; }
.hero .road { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .55; pointer-events: none; }
.hero.has-img { background-image: linear-gradient(120deg, rgba(11,26,63,.92) 15%, rgba(20,48,106,.72) 100%), var(--hero-img); background-size: cover; background-position: center; }
.hero.has-img .road { display: none; }
.hero .container { position: relative; padding-top: 44px; padding-bottom: 48px; }
.hero h1 { color: var(--white); max-width: 20ch; font-size: 34px; }
.hero .sub { font-size: 17px; color: rgba(255,255,255,.86); max-width: 54ch; margin: 16px 0 0; }
.hero .safety { margin-top: 18px; background: var(--wash); color: var(--ink); border-radius: var(--radius); padding: 10px 14px; font-size: 14px; max-width: 60ch; }
.hero .crumb { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 12px; }
.hero .crumb a { color: rgba(255,255,255,.7); }
.hero-grid { display: grid; gap: 36px; align-items: center; }
.hero-page .container { padding-top: 36px; padding-bottom: 40px; }
.hero-page h1 { font-size: 30px; }
@media (min-width: 900px) { .hero .container { padding-top: 76px; padding-bottom: 80px; } .hero-home h1 { font-size: 54px; } .hero .sub { font-size: 20px; } .hero-page .container { padding-top: 60px; padding-bottom: 64px; } .hero-page h1 { font-size: 42px; } }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 48px; } .hero-grid .help-card, .hero-grid .fs-visual { justify-self: end; } }
.trust-inline { display: none; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
@media (min-width: 600px) { .trust-inline { display: flex; } }
.trust-inline span { display: inline-flex; align-items: center; gap: 6px; font-family: var(--fh); font-weight: 500; font-size: 13px; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); padding: 6px 11px; border-radius: 99px; }
.trust-inline .ic { width: 14px; height: 14px; color: var(--beacon); stroke-width: 3; }

/* ---- hero "get help" card ---- */
.help-card { width: 100%; max-width: 440px; margin: 0 auto; background: var(--white); color: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 22px; }
.hc-head { display: flex; align-items: center; gap: 9px; font-family: var(--fh); font-weight: 600; font-size: 17px; color: var(--navy); margin-bottom: 14px; }
.hc-label { display: block; font-family: var(--fh); font-weight: 600; font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.hc-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.hc-row input { width: 100%; min-height: 48px; padding: 10px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--cloud); font: inherit; font-size: 16px; color: var(--ink); }
.hc-row input:focus { outline: 3px solid var(--beacon); outline-offset: 0; border-color: var(--beacon); background: var(--white); }
.hc-or { display: flex; align-items: center; gap: 10px; margin: 16px 0 12px; font-size: 12.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.hc-or::before, .hc-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
html[lang="hi"] .hc-or { text-transform: none; letter-spacing: 0; }
.hc-call { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--fh); font-weight: 700; font-size: 24px; color: var(--navy); }
.hc-call .ic { width: 26px; height: 26px; color: var(--beacon-text); }
.hc-note { margin: 8px 0 0; font-size: 12.5px; color: var(--muted); }

/* ---- stats band ---- */
.stats { background: var(--white); border-bottom: 1px solid var(--line); }
.stats .container { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; padding-top: 24px; padding-bottom: 20px; }
.stat b { display: block; font-family: var(--fh); font-weight: 700; font-size: 28px; line-height: 1.1; color: var(--navy); }
.stat span { display: block; font-size: 13.5px; color: var(--muted); margin-top: 4px; }
.stats .note { grid-column: 1 / -1; margin: 0; font-size: 12px; color: var(--muted); }
@media (min-width: 800px) { .stats .container { grid-template-columns: repeat(4, 1fr); padding-top: 28px; } .stat b { font-size: 34px; } }

/* ---- sections ---- */
section.sec { padding: 56px 0; }
section.sec + section.sec { border-top: 1px solid var(--line); }
section.sec.cloud { background: var(--cloud); border-top: none; }
section.sec.navy { background: linear-gradient(135deg, var(--navy-ink), var(--navy)); color: var(--white); border-top: none; }
section.sec.navy h2, section.sec.navy h3 { color: var(--white); }
section.sec.navy p { color: rgba(255,255,255,.86); }
@media (min-width: 900px) { section.sec { padding: 88px 0; } }
.sec-head { max-width: 62ch; margin-bottom: 28px; }
.sec-head p { color: var(--muted); margin-top: 12px; }
.grid { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) { .grid { gap: 20px; } .grid-2 { grid-template-columns: 1fr 1fr; } .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; transition: transform .15s ease, box-shadow .15s ease; }
a.card { display: block; text-decoration: none; color: inherit; }
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
section.sec.cloud .card { border-color: transparent; box-shadow: var(--shadow-sm); }
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }
.card .price { font-family: var(--fh); font-weight: 700; font-size: 26px; color: var(--navy); margin: 4px 0 10px; }
.card .price small { font-family: var(--fb); font-weight: 400; font-size: 13px; color: var(--muted); }
.card.hi-light { background: var(--wash); border-color: transparent; }
.card .btn { margin-top: 18px; }
.on-navy .card, section.sec.navy .card { background: var(--white); color: var(--ink); box-shadow: var(--shadow-md); border-color: transparent; }
section.sec.navy .card h3 { color: var(--navy); }
section.sec.navy .card p { color: var(--muted); }
.ribbon { position: absolute; top: 16px; right: 16px; background: var(--beacon); color: var(--ink); font-family: var(--fh); font-weight: 600; font-size: 12px; padding: 5px 11px; border-radius: 99px; }
.ribbon.soft { background: var(--cloud-2); color: var(--navy); }
.card.plan { padding-top: 26px; }
.card.guide { padding-right: 60px; }
.card .more { position: absolute; top: 22px; right: 20px; color: var(--navy); }
.tag { display: inline-block; font-family: var(--fh); font-weight: 600; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--beacon-text); margin-bottom: 10px; }
html[lang="hi"] .tag { text-transform: none; letter-spacing: 0; }
.steps-3 { display: grid; gap: 16px; }
.step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.step .num { position: absolute; top: 20px; right: 20px; width: 34px; height: 34px; border-radius: 50%; background: var(--beacon); color: var(--ink); font-family: var(--fh); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; }
.step .step-ic { width: 32px; height: 32px; color: var(--navy); margin-bottom: 14px; }
.step b { display: block; font-family: var(--fh); font-weight: 600; font-size: 18px; color: var(--navy); margin-bottom: 6px; }
.step p { margin: 0; color: var(--muted); font-size: 15.5px; }
@media (min-width: 800px) { .steps-3 { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; counter-reset: st; }
.steps li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }
.steps li::before { counter-increment: st; content: counter(st, decimal-leading-zero); font-family: var(--fh); font-weight: 700; font-size: 18px; color: var(--beacon-text); padding-top: 2px; }
section.sec.navy .steps li::before { color: var(--beacon); }
.steps b { display: block; font-family: var(--fh); font-weight: 600; color: var(--navy); }
section.sec.navy .steps b { color: var(--white); }
.steps p { margin: 2px 0 0; color: var(--muted); font-size: 15.5px; }
ul.list { padding-left: 20px; margin: 0; color: var(--ink); }
ul.list li { margin-bottom: 8px; }
ul.check { list-style: none; padding: 0; margin: 0; }
ul.check li { position: relative; padding-left: 28px; margin-bottom: 10px; }
ul.check li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--confirm); font-weight: 700; }
.two-col { display: grid; gap: 20px; }
@media (min-width: 800px) { .two-col { grid-template-columns: 1fr 1fr; gap: 32px; } }
.fs-band { align-items: center; }
.fs-visual { position: relative; width: 100%; max-width: 480px; margin: 0 auto; background: var(--white); color: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 26px 24px 22px; }
.fs-visual .ribbon { top: -13px; right: 20px; }
.fs-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fs-cols h4 { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--navy); margin: 0 0 10px; }
.fs-cols h4 .ic { width: 20px; height: 20px; color: var(--beacon-text); }
.fs-cols ul.check li { font-size: 13.5px; margin-bottom: 6px; padding-left: 22px; color: var(--ink); }
.fs-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.fs-price b { font-family: var(--fh); font-weight: 700; font-size: 30px; color: var(--navy); }
.fs-price span { font-size: 13.5px; color: var(--muted); }
@media (max-width: 420px) { .fs-cols { grid-template-columns: 1fr; } }
.callout { background: var(--wash); border-radius: var(--radius-lg); padding: 18px 20px; }
.callout.alert { background: #FDECEE; }
.callout.info { background: var(--cloud); }
.callout p:last-child { margin-bottom: 0; }
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy-ink), var(--navy)); color: var(--white); }
.cta-band::before { content: ""; position: absolute; width: 480px; height: 480px; right: -140px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(242,169,0,.28) 0%, rgba(242,169,0,0) 62%); pointer-events: none; }
.cta-band .container { position: relative; padding-top: 48px; padding-bottom: 48px; }
.cta-band h2 { color: var(--white); }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (min-width: 800px) { .tiles { grid-template-columns: repeat(4, 1fr); } }
.tile { background: var(--cloud); border-radius: var(--radius-lg); padding: 16px; }
.tile b { display: block; font-family: var(--fh); font-size: 24px; color: var(--navy); }
.tile span { font-size: 13.5px; color: var(--muted); }
details.faq { border-top: 1px solid var(--line); padding: 4px 0; }
details.faq:last-of-type { border-bottom: 1px solid var(--line); }
details.faq summary { cursor: pointer; list-style: none; padding: 14px 32px 14px 0; font-family: var(--fh); font-weight: 600; color: var(--navy); position: relative; font-size: 16px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 22px; color: var(--beacon-text); }
details.faq[open] summary::after { content: "–"; }
details.faq .a { padding: 0 0 16px; color: var(--muted); }
table.tbl { border-collapse: collapse; width: 100%; font-size: 15px; }
table.tbl th, table.tbl td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.tbl th { font-family: var(--fh); font-weight: 600; color: var(--navy); background: var(--cloud); }
.scroll-x { overflow-x: auto; }

/* ---- forms ---- */
.form { display: grid; gap: 14px; }
.form-head { display: flex; align-items: center; gap: 9px; font-family: var(--fh); font-weight: 600; font-size: 15px; color: var(--navy); margin-bottom: 16px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-family: var(--fh); font-weight: 600; font-size: 14px; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--cloud); font: inherit; font-size: 16px; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--beacon); outline-offset: 0; border-color: var(--beacon); background: var(--white); }
.field .err { display: none; color: var(--signal); font-size: 13.5px; margin-top: 6px; }
.field.invalid .err { display: block; }
.field.invalid input { border-color: var(--signal); }
.field.invalid .chips { outline: 2px solid var(--signal); outline-offset: 4px; border-radius: 8px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; overflow: hidden; display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border-radius: 99px; border: 1.5px solid var(--line); background: var(--cloud); font-family: var(--fh); font-weight: 500; font-size: 14px; color: var(--ink); cursor: pointer; user-select: none; }
.chip input { position: absolute; left: 0; top: 0; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.chip.on, .chip:has(input:checked) { background: var(--navy); color: var(--white); border-color: var(--navy); }
.price-card { background: var(--wash); border-radius: var(--radius-lg); padding: 18px 20px; }
.price-card b { display: block; font-family: var(--fh); font-weight: 700; font-size: 24px; color: var(--ink); }
.price-card span { display: block; font-size: 14px; color: var(--muted); margin-top: 2px; }
.consent { font-size: 13px; color: var(--muted); margin: 10px 0 0; }
.form-note { font-size: 14px; color: var(--muted); }
.area-msg { display: none; margin-top: 8px; }
.area-msg.show { display: block; }
.done { display: none; }
.done.show { display: block; }
.hp { position: absolute; left: -9999px; }
.form-wrap { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-md); }
@media (min-width: 900px) { .form-wrap { padding: 30px; } }

/* ---- location field (autosuggest + GPS) ---- */
.loc-wrap { position: relative; }
.loc-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.geo-btn { width: 48px; height: 48px; border-radius: var(--radius); border: 1.5px solid var(--line); background: var(--white); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.geo-btn:hover { border-color: var(--navy); }
.geo-btn.busy { opacity: .55; cursor: progress; }
.suggest { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 30; margin-top: 4px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); overflow: hidden; }
.suggest.show { display: block; }
.suggest button { display: block; width: 100%; text-align: left; padding: 9px 14px; border: 0; border-top: 1px solid var(--cloud); background: var(--white); font: inherit; font-size: 15px; color: var(--ink); cursor: pointer; }
.suggest button:first-child { border-top: 0; }
.suggest button b { display: block; font-family: var(--fh); font-weight: 600; font-size: 14.5px; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.suggest button small { display: block; font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.suggest button:hover, .suggest button:focus { background: var(--cloud); outline: none; }
.loc-hint { margin-top: 6px; font-size: 13px; }
.hc-hint { margin: 8px 0 0; font-size: 12.5px; color: var(--muted); }
.geo-err { display: none; margin-top: 6px; }
.geo-err.show { display: block; }
.hc-row { grid-template-columns: 1fr auto auto; }
@media (max-width: 420px) { .hc-row { grid-template-columns: 1fr auto; } .hc-row .btn { grid-column: 1 / -1; } }

/* ---- sticky bar + floating WhatsApp ---- */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr 1.2fr; height: 56px; border-top: 1px solid var(--line); background: var(--white); }
.sticky-bar a { display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 600; font-size: 14px; text-decoration: none; color: var(--navy); }
.sticky-bar a.wa { background: var(--wa); color: var(--white); }
.sticky-bar a.go { background: var(--beacon); color: var(--ink); }
@media (min-width: 900px) { .sticky-bar { display: none; } }

/* ---- footer ---- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.86); padding: 48px 0 28px; font-size: 14.5px; }
.site-footer .cols { display: grid; gap: 26px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .site-footer .cols { grid-template-columns: 1.2fr 1fr 1fr 1.4fr; gap: 32px; } }
.site-footer h4 { color: var(--white); font-size: 14px; margin-bottom: 12px; }
.site-footer a { color: rgba(255,255,255,.86); text-decoration: none; }
.site-footer a:hover { color: var(--beacon); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer .legal { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12.5px; color: rgba(255,255,255,.68); line-height: 1.6; }
.site-footer .brand img { height: 36px; }
.site-footer .brand .wordmark { color: var(--white); }

/* ---- cookie ---- */
.cookie { position: fixed; left: 12px; right: 12px; bottom: 68px; z-index: 70; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 14px 16px; box-shadow: 0 10px 30px rgba(0,0,0,.14); display: none; font-size: 14px; }
.cookie.show { display: block; }
.cookie .row { display: flex; gap: 8px; margin-top: 10px; }
.cookie .btn { min-height: 40px; font-size: 14px; flex: 1; }
@media (min-width: 900px) { .cookie { left: auto; right: 20px; bottom: 20px; max-width: 380px; } }

/* ---- misc ---- */
.compare { display: grid; gap: 12px; }
.compare .row { display: grid; grid-template-columns: 1fr; gap: 6px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 16px 18px; }
.compare .row b { font-family: var(--fh); color: var(--navy); }
.compare .row.us { background: var(--wash); border-color: transparent; }
.city-list { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 600px) { .city-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .city-list { grid-template-columns: repeat(4, 1fr); } }
.city-list a { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; font-family: var(--fh); font-weight: 600; text-decoration: none; color: var(--navy); transition: box-shadow .15s ease, transform .15s ease; }
.city-list a .ic { color: var(--beacon-text); }
.city-list a .arr { margin-left: auto; width: 20px; height: 20px; color: var(--muted); }
.city-list a:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); color: var(--navy); }
section.sec.cloud .city-list a { border-color: transparent; box-shadow: var(--shadow-sm); }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.breadcrumb a { color: var(--muted); }
.legal-page h2 { font-size: 20px; margin: 28px 0 8px; }
.legal-page p, .legal-page li { color: var(--ink); }
.notice { font-size: 13px; color: var(--muted); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .card, .btn, .city-list a { transition: none; } }
