:root {
  --bg: #060708;
  --surface: #0d0f12;
  --surface-2: #12151a;
  --surface-3: #191d23;
  --text: #f7f8fa;
  --muted: #a9b0bb;
  --line: rgba(255,255,255,.1);
  --orange: #ff9f0a;
  --orange-2: #ffb12d;
  --blue: #00a7b8;
  --blue-2: #13c0d3;
  --success: #62d68f;
  --danger: #ff6a63;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 62px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; color: var(--blue-2);
  font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
h1,h2,h3 { margin: 0; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); font-weight: 850; }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.8rem); font-weight: 830; }
h3 { font-size: 1.35rem; font-weight: 780; }
p { margin: 0; }
.lede { color: #d4d8de; font-size: clamp(1rem, 1.8vw, 1.2rem); max-width: 720px; }
.muted { color: var(--muted); }
.text-orange { color: var(--orange); }
.text-blue { color: var(--blue-2); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(6,7,8,.86);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 188px; height: 58px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-links a { color: #d9dde3; font-size: .92rem; font-weight: 650; transition: .2s ease; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta { margin-left: 6px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: #fff; cursor: pointer; }
.menu-toggle span { display:block; width: 19px; height: 2px; background:#fff; margin:4px auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 21px; border-radius: 11px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: #111; }
.btn-primary:hover { background: var(--orange-2); }
.btn-secondary { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.05); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.1); }
.btn-blue { background: var(--blue); color: #021113; }
.btn-wide { width: 100%; }
.btn-sm { min-height: 42px; padding-inline: 17px; font-size: .9rem; }
.icon-phone { width: 17px; height: 17px; fill: currentColor; }

/* Hero */
.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero::after {
  content: ""; position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(4,5,6,.96) 0%, rgba(4,5,6,.84) 38%, rgba(4,5,6,.46) 69%, rgba(4,5,6,.35) 100%),
              linear-gradient(0deg, rgba(4,5,6,.72) 0%, transparent 42%);
}
.hero-content { position: relative; z-index:2; width: min(760px, 68%); padding: 96px 0 104px; }
.hero h1 span { display: block; color: var(--orange); }
.hero .lede { margin-top: 24px; color: #e2e5e9; max-width: 670px; }
.hero-actions { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display:flex; flex-wrap:wrap; gap: 18px 26px; margin-top: 36px; color:#d2d7dc; font-size:.93rem; }
.hero-proof span { display:flex; align-items:center; gap:9px; }
.check-dot { width:8px; height:8px; border-radius:50%; background:var(--blue-2); box-shadow:0 0 0 5px rgba(19,192,211,.12); }
.hero-rate { margin-top: 18px; color: #fff; font-weight: 800; }
.hero-rate strong { color: var(--orange); font-size: 1.25rem; }

/* trust bar */
.trustbar { background: #090b0d; border-bottom: 1px solid var(--line); }
.trust-grid { display:grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 25px 22px; border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.trust-item b { display:block; font-size:1rem; }
.trust-item span { display:block; color:var(--muted); font-size:.86rem; margin-top:2px; }

/* headings */
.section-head { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:38px; }
.section-head h2 { max-width:760px; margin-top:10px; }
.section-head p { color:var(--muted); max-width:480px; }

/* cards */
.card-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:20px; }
.vehicle-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:24px; }
.vehicle-card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,.18); transition:.25s ease; }
.vehicle-card:hover { transform: translateY(-3px); border-color: rgba(255,159,10,.35); }
.vehicle-image { position:relative; aspect-ratio: 16/10; background:#15181b; overflow:hidden; }
.vehicle-image img { width:100%; height:100%; object-fit:cover; transition: transform .4s ease; }
.vehicle-card:hover .vehicle-image img { transform: scale(1.02); }
.badge { position:absolute; top:14px; left:14px; display:inline-flex; align-items:center; gap:7px; padding:7px 10px; border-radius:999px; background:rgba(5,7,8,.88); border:1px solid rgba(255,255,255,.14); font-size:.72rem; font-weight:800; color:#eef1f3; backdrop-filter:blur(10px); }
.badge::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--success); }
.vehicle-body { padding:22px; }
.vehicle-body h3 { margin-bottom:7px; }
.vehicle-sub { color:var(--muted); font-size:.92rem; }
.spec-row { display:flex; flex-wrap:wrap; gap:8px; margin:16px 0 20px; }
.spec { padding:7px 10px; border-radius:9px; background:var(--surface-2); border:1px solid var(--line); color:#d9dde2; font-size:.79rem; font-weight:650; }
.card-actions { display:flex; gap:10px; }
.card-actions .btn { flex:1; }
.card-rate { font-size:.82rem; color:var(--muted); margin:0 0 13px; }

/* content tiles */
.info-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.info-card { padding:26px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg,var(--surface),#0a0c0f); }
.info-card .num { width:42px; height:42px; border-radius:11px; display:grid; place-items:center; color:#111; background:var(--orange); font-weight:900; margin-bottom:20px; }
.info-card h3 { margin-bottom:9px; }
.info-card p { color:var(--muted); font-size:.94rem; }

.feature-split { display:grid; grid-template-columns:1.08fr .92fr; gap:56px; align-items:center; }
.feature-photo { border-radius:28px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); }
.feature-photo img { width:100%; aspect-ratio: 4/3; object-fit:cover; }
.feature-copy h2 { margin:10px 0 20px; }
.feature-copy .lede { margin-bottom:26px; }
.check-list { display:grid; gap:12px; }
.check-item { display:flex; gap:13px; align-items:flex-start; color:#e2e6ea; }
.check-icon { flex:0 0 24px; width:24px; height:24px; display:grid; place-items:center; border-radius:50%; background:rgba(0,167,184,.14); color:var(--blue-2); font-weight:900; }

/* CTA */
.cta-shell { border:1px solid rgba(255,159,10,.3); background:linear-gradient(120deg,#15110b 0%, #0d0f12 55%, #071417 100%); border-radius:30px; padding:52px; display:flex; align-items:center; justify-content:space-between; gap:36px; overflow:hidden; position:relative; }
.cta-shell::after { content:""; position:absolute; width:280px; height:280px; border-radius:50%; right:-100px; top:-100px; background:radial-gradient(circle,rgba(0,167,184,.18),transparent 68%); }
.cta-shell h2 { max-width:700px; }
.cta-shell p { margin-top:14px; color:var(--muted); max-width:650px; }
.cta-actions { flex:0 0 auto; position:relative; z-index:2; }

/* Page Hero */
.page-hero { padding:92px 0 68px; border-bottom:1px solid var(--line); background:radial-gradient(circle at 80% 10%, rgba(0,167,184,.08), transparent 32%), radial-gradient(circle at 20% 0%, rgba(255,159,10,.07), transparent 28%); }
.page-hero h1 { font-size:clamp(2.5rem,6vw,4.7rem); max-width:900px; margin-top:13px; }
.page-hero p { margin-top:22px; max-width:740px; color:#cfd4da; font-size:1.1rem; }

/* fleet controls */
.fleet-controls { display:flex; gap:12px; align-items:center; margin-bottom:30px; }
.search-wrap { position:relative; flex:1; }
.search-input { width:100%; height:50px; border-radius:12px; border:1px solid var(--line); background:var(--surface); color:#fff; padding:0 16px 0 44px; outline:none; }
.search-input:focus { border-color:rgba(0,167,184,.65); box-shadow:0 0 0 4px rgba(0,167,184,.08); }
.search-icon { position:absolute; left:16px; top:50%; transform:translateY(-50%); color:var(--muted); }
.filter-select { height:50px; min-width:170px; border-radius:12px; border:1px solid var(--line); background:var(--surface); color:#fff; padding:0 14px; }
.empty-state { display:none; padding:50px; text-align:center; border:1px dashed var(--line); border-radius:var(--radius); color:var(--muted); }

/* Detail page */
.detail-top { padding:54px 0 88px; }
.breadcrumbs { color:var(--muted); font-size:.86rem; margin-bottom:20px; }
.breadcrumbs a:hover { color:#fff; }
.detail-layout { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr); gap:28px; align-items:start; }
.gallery-main { border-radius:24px; overflow:hidden; border:1px solid var(--line); background:#111; }
.gallery-main img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.gallery-thumbs { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:10px; }
.gallery-thumb { border:1px solid var(--line); border-radius:12px; overflow:hidden; background:#111; padding:0; cursor:pointer; }
.gallery-thumb.active { border-color:var(--orange); }
.gallery-thumb img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.rental-card { position:sticky; top:102px; border:1px solid var(--line); border-radius:24px; background:var(--surface); padding:26px; box-shadow:var(--shadow); }
.rental-card h1 { font-size:2.3rem; }
.rental-card .sub { color:var(--muted); margin:8px 0 22px; }
.price-panel { padding:18px; border-radius:14px; background:linear-gradient(135deg,rgba(255,159,10,.10),rgba(0,167,184,.08)); border:1px solid rgba(255,255,255,.1); margin-bottom:19px; }
.price-panel span { color:var(--muted); font-size:.82rem; }
.price-panel b { display:block; font-size:1.3rem; margin-top:3px; }
.detail-specs { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:22px 0; }
.detail-spec { padding:13px; background:var(--surface-2); border:1px solid var(--line); border-radius:11px; }
.detail-spec small { display:block; color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; }
.detail-spec b { display:block; margin-top:3px; font-size:.91rem; }
.features-panel { margin-top:32px; padding:28px; border:1px solid var(--line); border-radius:22px; background:var(--surface); }
.features-panel h2 { font-size:1.8rem; margin-bottom:20px; }
.feature-list-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px 18px; }

/* Forms */
.form-shell { display:grid; grid-template-columns:.9fr 1.1fr; gap:46px; align-items:start; }
.form-card { border:1px solid var(--line); border-radius:24px; background:var(--surface); padding:30px; }
.field { margin-bottom:16px; }
.field label { display:block; color:#dfe3e7; font-size:.86rem; font-weight:700; margin-bottom:7px; }
.field input { width:100%; height:51px; border:1px solid var(--line); border-radius:11px; background:#090b0d; color:#fff; padding:0 14px; outline:none; }
.field input:focus { border-color:rgba(0,167,184,.7); box-shadow:0 0 0 4px rgba(0,167,184,.08); }
.form-note { color:var(--muted); font-size:.78rem; margin-top:14px; }
.contact-stack { display:grid; gap:13px; margin-top:28px; }
.contact-row { display:flex; align-items:center; justify-content:space-between; gap:20px; border-bottom:1px solid var(--line); padding-bottom:13px; }
.contact-row span { color:var(--muted); }
.contact-row a { font-weight:800; }
.contact-row a:hover { color:var(--orange); }

/* Requirements + FAQ */
.require-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.require-card { border:1px solid var(--line); border-radius:18px; background:var(--surface); padding:25px; }
.require-card .mini { color:var(--orange); font-size:.78rem; font-weight:850; text-transform:uppercase; letter-spacing:.12em; }
.require-card h3 { margin:8px 0 8px; }
.require-card p { color:var(--muted); }
.faq-list { max-width:900px; margin:0 auto; display:grid; gap:10px; }
details { border:1px solid var(--line); border-radius:15px; background:var(--surface); overflow:hidden; }
summary { cursor:pointer; padding:20px 22px; font-weight:780; list-style:none; display:flex; align-items:center; justify-content:space-between; gap:20px; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; font-size:1.35rem; color:var(--blue-2); }
details[open] summary::after { content:"–"; }
details p { padding:0 22px 21px; color:var(--muted); }

/* Footer */
.site-footer { border-top:1px solid var(--line); background:#030405; padding:60px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .7fr .7fr .8fr; gap:42px; }
.footer-brand img { width:220px; margin-bottom:14px; }
.footer-brand p { color:var(--muted); max-width:330px; font-size:.91rem; }
.footer-col h4 { margin:0 0 13px; font-size:.86rem; text-transform:uppercase; letter-spacing:.1em; color:#e8ebee; }
.footer-col a { display:block; color:var(--muted); padding:5px 0; font-size:.9rem; }
.footer-col a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); margin-top:46px; padding-top:22px; color:#777f89; font-size:.78rem; }

/* success + 404 */
.center-page { min-height:70vh; display:grid; place-items:center; text-align:center; padding:80px 0; }
.center-card { max-width:680px; }
.center-card h1 { font-size:clamp(2.6rem,7vw,5rem); }
.center-card p { color:var(--muted); margin:18px auto 28px; max-width:560px; }

.mobile-callbar { display:none; }

@media (max-width: 980px) {
  .nav-links { display:none; position:absolute; top:78px; left:0; right:0; padding:18px 20px 24px; background:#080a0c; border-bottom:1px solid var(--line); flex-direction:column; align-items:stretch; gap:4px; }
  .nav-links.open { display:flex; }
  .nav-links a { padding:12px; border-radius:9px; }
  .nav-links a:hover { background:var(--surface); }
  .nav-cta { display:none; }
  .menu-toggle { display:block; }
  .hero { min-height:680px; }
  .hero-content { width:80%; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .info-grid { grid-template-columns:1fr 1fr; }
  .feature-split { grid-template-columns:1fr; gap:36px; }
  .form-shell { grid-template-columns:1fr; }
  .require-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .detail-layout { grid-template-columns:1fr; }
  .rental-card { position:static; }
}

@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px),var(--max)); }
  .section { padding:68px 0; }
  .section-sm { padding:48px 0; }
  .nav { height:70px; }
  .nav-links { top:70px; }
  .brand img { width:154px; height:50px; }
  .hero { min-height:720px; align-items:end; }
  .hero-bg { content:url('/assets/images/brand/hero-fleet-mobile.webp'); object-position:center; }
  .hero::after { background:linear-gradient(0deg,rgba(4,5,6,.98) 0%,rgba(4,5,6,.91) 38%,rgba(4,5,6,.35) 75%,rgba(4,5,6,.22) 100%); }
  .hero-content { width:100%; padding:260px 0 60px; }
  h1 { font-size:clamp(2.7rem,13vw,4.25rem); }
  h2 { font-size:clamp(2rem,10vw,3.2rem); }
  .hero .lede { font-size:1rem; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-proof { display:grid; grid-template-columns:1fr 1fr; gap:12px; font-size:.83rem; }
  .section-head { display:block; }
  .section-head p { margin-top:14px; }
  .vehicle-grid, .card-grid, .require-grid { grid-template-columns:1fr; }
  .info-grid { grid-template-columns:1fr; }
  .info-card { padding:23px; }
  .cta-shell { padding:34px 24px; display:block; border-radius:22px; }
  .cta-actions { margin-top:24px; }
  .cta-actions .btn { width:100%; }
  .fleet-controls { display:grid; grid-template-columns:1fr; }
  .filter-select { width:100%; }
  .page-hero { padding:70px 0 52px; }
  .detail-top { padding-top:32px; }
  .gallery-main img { aspect-ratio:4/3; }
  .feature-list-grid { grid-template-columns:1fr; }
  .rental-card h1 { font-size:2rem; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin-top:8px; }
  .form-card { padding:22px; }
  .contact-row { align-items:flex-start; flex-direction:column; gap:3px; }
  .mobile-callbar { display:flex; position:fixed; z-index:60; left:12px; right:12px; bottom:12px; border:1px solid rgba(255,159,10,.5); background:rgba(8,9,10,.94); backdrop-filter:blur(16px); padding:8px; border-radius:16px; box-shadow:0 20px 55px rgba(0,0,0,.45); }
  .mobile-callbar .btn { width:100%; }
  body { padding-bottom:76px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}

/* SEO + scalable content system */
.skip-link { position:fixed; left:12px; top:-80px; z-index:200; background:#fff; color:#000; padding:10px 14px; border-radius:8px; font-weight:800; }
.skip-link:focus { top:12px; }
.section-dark { background:#090b0d; border-block:1px solid var(--line); }
.center-action { margin-top:28px; text-align:center; }
.spaced-title { margin:10px 0 18px; }
.top-gap { margin-top:28px; }
.top-gap-sm { margin-top:10px; }
.small-copy { font-size:.9rem; }
.static-badge { position:static; margin-bottom:18px; }
.center-actions { justify-content:center; }
.narrow { max-width:940px; }

.link-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.link-grid-4 { grid-template-columns:repeat(4,1fr); }
.link-grid-3 { grid-template-columns:repeat(3,1fr); }
.link-card { min-height:230px; display:flex; flex-direction:column; padding:24px; border-radius:20px; background:linear-gradient(145deg,var(--surface),#0a0c0f); border:1px solid var(--line); transition:.22s ease; }
.link-card:hover { transform:translateY(-3px); border-color:rgba(0,167,184,.42); background:linear-gradient(145deg,#11151a,#0a0c0f); }
.link-card .link-kicker { color:var(--blue-2); text-transform:uppercase; letter-spacing:.11em; font-size:.71rem; font-weight:850; }
.link-card h3 { margin:10px 0 10px; }
.link-card p { color:var(--muted); font-size:.9rem; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; }
.link-card b { margin-top:auto; padding-top:18px; color:var(--orange); font-size:.85rem; }
.compact-links .link-card { min-height:200px; }

.seo-hero { padding:76px 0 66px; border-bottom:1px solid var(--line); background:radial-gradient(circle at 80% 10%,rgba(0,167,184,.1),transparent 31%),radial-gradient(circle at 20% 10%,rgba(255,159,10,.08),transparent 31%); }
.seo-hero h1 { margin:14px 0 22px; font-size:clamp(2.55rem,6.4vw,5rem); max-width:900px; }
.seo-hero .lede { max-width:820px; }
.content-stack { display:grid; gap:18px; }
.content-block { padding:30px; border:1px solid var(--line); border-radius:20px; background:var(--surface); }
.content-block h2 { font-size:clamp(1.55rem,3vw,2.25rem); margin-bottom:13px; }
.content-block p { color:#c9ced5; font-size:1rem; line-height:1.72; }
.content-block a { color:var(--blue-2); text-decoration:underline; text-underline-offset:3px; }
.fact-strip { margin-top:24px; display:grid; grid-template-columns:repeat(4,1fr); gap:1px; border:1px solid var(--line); border-radius:18px; overflow:hidden; background:var(--line); }
.fact-strip > div { padding:20px; background:#0a0c0f; }
.fact-strip b { display:block; color:var(--orange); font-size:1.1rem; }
.fact-strip span { display:block; color:var(--muted); font-size:.78rem; margin-top:3px; }

.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.price-card { padding:30px; border-radius:22px; border:1px solid var(--line); background:var(--surface); }
.price-card.featured { border-color:rgba(255,159,10,.42); background:linear-gradient(145deg,#17120b,#0d0f12); }
.price-card span { color:var(--muted); display:block; font-size:.83rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.price-card strong { display:block; font-size:2.25rem; margin:10px 0 0; letter-spacing:-.04em; }
.price-card small { display:block; color:var(--blue-2); margin-top:2px; font-weight:800; }
.price-card p { color:var(--muted); margin-top:18px; }
.notice-panel { margin-top:22px; padding:22px 24px; border-left:3px solid var(--blue); border-radius:12px; background:rgba(0,167,184,.07); color:#d7dce1; }
.notice-panel a { color:var(--orange); font-weight:800; }
.local-links { margin-top:24px; display:flex; flex-wrap:wrap; gap:10px; }
.local-links a { padding:10px 13px; border:1px solid var(--line); border-radius:999px; background:var(--surface); color:#dfe3e8; font-size:.85rem; font-weight:700; }
.local-links a:hover { border-color:rgba(255,159,10,.4); }

.guide-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.guide-card { display:block; padding:30px; min-height:270px; border-radius:22px; border:1px solid var(--line); background:linear-gradient(145deg,var(--surface),#0a0c0f); }
.guide-card:hover { border-color:rgba(255,159,10,.38); }
.guide-card > span { color:var(--blue-2); text-transform:uppercase; letter-spacing:.12em; font-weight:850; font-size:.73rem; }
.guide-card h3 { font-size:1.55rem; margin:12px 0; }
.guide-card p { color:var(--muted); }
.guide-card b { display:block; color:var(--orange); margin-top:22px; }

@media (min-width:981px) {
  :root { --max:1280px; }
  .nav-links { gap:16px; }
  .nav-links a { font-size:.85rem; }
  .footer-grid-wide { grid-template-columns:1.15fr .62fr .88fr .7fr .8fr; gap:30px; }
}

@media (max-width:1100px) and (min-width:981px) {
  .nav-links { gap:11px; }
  .nav-links a { font-size:.8rem; }
  .brand img { width:164px; }
  .nav-cta { padding-inline:14px; }
}

@media (max-width:980px) {
  .link-grid-4 { grid-template-columns:repeat(2,1fr); }
  .footer-grid-wide { grid-template-columns:repeat(2,1fr); }
  .pricing-grid { grid-template-columns:1fr; }
}

@media (max-width:720px) {
  .link-grid, .link-grid-4, .link-grid-3, .guide-grid { grid-template-columns:1fr; }
  .link-card { min-height:0; }
  .seo-hero { padding:54px 0 46px; }
  .content-block { padding:22px; }
  .fact-strip { grid-template-columns:1fr 1fr; }
  .footer-grid-wide { grid-template-columns:1fr; }
}
