:root {
  --blue-950: #061b33;
  --blue-900: #082849;
  --blue-800: #0c3763;
  --gold: #c7a14a;
  --gold-2: #e1c16e;
  --ink: #152033;
  --muted: #657083;
  --line: #dfe5ec;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --soft-2: #eef4f7;
  --success: #0f7b5f;
  --shadow: 0 18px 50px rgba(8, 40, 73, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: var(--blue-800); text-decoration: none; }
a:hover { color: #8a641c; }
img { max-width: 100%; height: auto; display: block; }
input, select, textarea, button { font: inherit; }
.ad-slot { margin: 0 auto; max-width: 1180px; min-height: 76px; border: 1px dashed #b8c2cf; color: #5b6675; background: #f8fafc; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 14px; }
.ad-slot strong { color: var(--blue-900); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.topbar { background: var(--blue-950); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px max(18px, calc((100vw - 1180px) / 2)); font-size: 14px; }
.topbar a { color: #fff; margin-left: 14px; }
.navbar { max-width: 1180px; margin: 0 auto; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); min-width: 220px; }
.brand-mark { width: 44px; height: 44px; border-radius: 8px; display: grid; place-items: center; background: var(--blue-900); color: var(--gold-2); font-weight: 800; letter-spacing: 0; }
.brand strong { display: block; font-size: 18px; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: 12px; }
.primary-menu { display: flex; align-items: center; gap: 6px; }
.primary-menu > a, .nav-trigger { border: 0; background: transparent; color: var(--blue-900); padding: 10px 12px; border-radius: 8px; cursor: pointer; font-weight: 650; }
.primary-menu > a:hover, .nav-trigger:hover { background: var(--soft-2); }
.nav-cta { background: var(--gold) !important; color: var(--blue-950) !important; }
.nav-item { position: relative; }
.mega-menu { position: absolute; top: calc(100% + 14px); left: 0; width: min(760px, calc(100vw - 36px)); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 8px; padding: 18px; display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mega-menu.wide { width: min(940px, calc(100vw - 36px)); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu { display: grid; }
.mega-menu a { padding: 12px; border-radius: 8px; background: var(--soft); min-height: 74px; }
.mega-menu span { display: block; color: var(--muted); font-size: 13px; margin-top: 2px; }
.mega-cta { background: var(--blue-900) !important; color: #fff !important; }
.mega-cta span { color: #d8e4f2 !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--blue-900); margin: 6px 8px; }
.breadcrumbs { max-width: 1180px; margin: 18px auto 0; padding: 0 18px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 14px; }
.hero { max-width: 1180px; margin: 0 auto; padding: 54px 18px 34px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); gap: 36px; align-items: center; }
.home-hero { min-height: 620px; }
.compact-hero { min-height: 440px; }
.hero-copy h1, .article-hero h1 { margin: 0; color: var(--blue-950); font-size: clamp(38px, 6vw, 68px); line-height: 1.02; letter-spacing: 0; max-width: 900px; }
.compact-hero h1 { font-size: clamp(34px, 5vw, 56px); }
.hero-text { font-size: 19px; color: #3f4d5d; max-width: 760px; }
.eyebrow { color: #8a641c; font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: 0.08em; margin: 0 0 10px; }
.hero-actions, .center-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border-radius: 8px; border: 1px solid transparent; font-weight: 750; cursor: pointer; }
.button.gold { background: var(--gold); color: var(--blue-950); }
.button.dark { background: var(--blue-900); color: #fff; }
.button.ghost { border-color: var(--line); background: #fff; color: var(--blue-900); }
.hero-media { position: relative; }
.hero-visual { border-radius: 8px; box-shadow: var(--shadow); background: var(--soft); }
.hero-search { display: grid; grid-template-columns: 1fr 180px 120px; gap: 8px; max-width: 720px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 8px; box-shadow: 0 10px 30px rgba(8,40,73,0.08); }
.hero-search input, .hero-search select, .hero-search button { border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; min-width: 0; }
.hero-search button, .newsletter-form button, .lead-form button[type="submit"] { background: var(--blue-900); color: #fff; border: 0; cursor: pointer; }
.section { max-width: 1180px; margin: 0 auto; padding: 54px 18px; }
.section-heading { max-width: 760px; margin-bottom: 24px; }
.section-heading h2, .content-panel h2, .lead-form h2, .quick-card h2, .filter-panel h2 { margin: 0 0 10px; color: var(--blue-950); line-height: 1.12; font-size: clamp(26px, 4vw, 40px); letter-spacing: 0; }
.content-panel h2 { font-size: 28px; margin-top: 34px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .feature-grid article, blockquote, .quick-card, .filter-panel, .lead-form, .content-panel { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 22px; box-shadow: 0 8px 24px rgba(8,40,73,0.06); }
.card h3, .feature-grid h3 { margin: 0 0 8px; color: var(--blue-900); font-size: 21px; line-height: 1.2; }
.card p, .feature-grid p { color: #4f5d6e; margin-bottom: 0; }
.mini-specs, .quick-card dl { display: grid; gap: 8px; margin: 16px 0 0; }
.mini-specs div, .quick-card dl div { border-top: 1px solid var(--line); padding-top: 8px; }
dt { color: var(--muted); font-size: 13px; }
dd { margin: 0; font-weight: 650; }
.country-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.country-tile { display: block; border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: linear-gradient(180deg, #fff, var(--soft)); min-height: 148px; }
.country-tile span { color: var(--gold); font-weight: 800; }
.country-tile strong { display: block; color: var(--blue-950); font-size: 20px; margin: 10px 0; }
.country-tile small { color: var(--muted); }
.split-band, .offshore-band, .cta-band { background: var(--blue-950); color: #fff; border-radius: 0; max-width: none; padding-left: max(18px, calc((100vw - 1180px) / 2)); padding-right: max(18px, calc((100vw - 1180px) / 2)); }
.split-band { display: grid; grid-template-columns: 1fr 0.8fr; gap: 28px; align-items: center; }
.split-band h2, .offshore-band h2, .cta-band h2 { color: #fff; }
.split-band p, .offshore-band p, .cta-band p { color: #d9e4ef; }
.image-panel img { border-radius: 8px; background: #fff; }
.service-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.service-strip a { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 10px 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.offshore-band .feature-grid article, .cta-band { background: var(--blue-900); border-color: rgba(255,255,255,0.12); }
.testimonials blockquote { margin: 0; }
.testimonials p { color: var(--blue-900); font-size: 18px; }
.testimonials cite { color: var(--muted); font-style: normal; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: #fff; color: var(--blue-950); padding: 18px; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font-weight: 750; }
.faq-answer { padding: 0 18px 18px; color: #4f5d6e; }
.lead-section { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; align-items: start; }
.lead-form p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 6px; color: var(--blue-900); font-weight: 650; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; background: #fff; color: var(--ink); }
.span-2 { grid-column: 1 / -1; }
.form-note { color: var(--success) !important; font-weight: 700; min-height: 24px; }
.two-column, .filter-shell, .compare-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.filter-shell, .compare-layout { grid-template-columns: 300px minmax(0, 1fr); }
.sidebar { display: grid; gap: 16px; position: sticky; top: 130px; }
.content-panel { box-shadow: none; }
.content-panel ul, .content-panel ol { padding-left: 22px; }
.facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.facts-grid div { border: 1px solid var(--line); border-radius: 8px; padding: 14px; background: var(--soft); }
.facts-grid span { display: block; color: var(--muted); font-size: 13px; }
.facts-grid strong { color: var(--blue-950); overflow-wrap: anywhere; }
.map-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--soft); }
.map-card div { padding: 16px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { text-align: left; border-bottom: 1px solid var(--line); padding: 13px 14px; vertical-align: top; }
th { background: var(--blue-950); color: #fff; }
tr:hover td { background: #fbfcfd; }
.filter-panel { display: grid; gap: 14px; box-shadow: none; }
.compare-options { display: grid; gap: 8px; max-height: 520px; overflow: auto; padding-right: 4px; }
.compare-options label { grid-template-columns: 18px 1fr auto; align-items: start; gap: 8px; font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.compare-options small { color: var(--muted); }
.muted { color: var(--muted); }
.article-hero { max-width: 920px; margin: 0 auto; padding: 62px 18px 20px; }
.article-hero p { font-size: 19px; color: #4f5d6e; }
.article-meta { color: var(--muted); font-weight: 700; }
.sources { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); max-width: none; padding-left: max(18px, calc((100vw - 1180px) / 2)); padding-right: max(18px, calc((100vw - 1180px) / 2)); }
.site-footer { background: var(--blue-950); color: #e9f1f8; margin-top: 40px; }
.footer-grid { max-width: 1180px; margin: 0 auto; padding: 44px 18px; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 26px; }
.site-footer h2 { font-size: 16px; margin: 0 0 12px; color: #fff; }
.site-footer a { display: block; color: #d9e4ef; margin: 7px 0; }
.site-footer p { color: #c5d2df; }
.footer-brand { color: #fff; }
.newsletter-form { display: grid; gap: 8px; }
.newsletter-form button { border-radius: 8px; padding: 10px 12px; }
.domain-strip { max-width: 1180px; margin: 0 auto; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; flex-wrap: wrap; gap: 8px; }
.domain-strip span { border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 4px 9px; color: #cbd8e6; font-size: 12px; }
.copyright { max-width: 1180px; margin: 0 auto; padding: 0 18px 28px; font-size: 13px; }
.sticky-contact { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: grid; gap: 8px; }
.sticky-contact a { display: grid; place-items: center; min-width: 110px; min-height: 44px; border-radius: 999px; color: #fff; font-weight: 800; box-shadow: 0 12px 26px rgba(0,0,0,0.18); }
.sticky-call { background: var(--blue-900); }
.sticky-whatsapp { background: #128c7e; }
.lead-popup { position: fixed; left: 18px; bottom: 18px; z-index: 70; width: min(360px, calc(100vw - 36px)); background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 22px; }
.lead-popup h2 { color: var(--blue-950); margin: 0 34px 8px 0; }
.popup-close { position: absolute; right: 10px; top: 8px; width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 24px; }
@media (max-width: 980px) {
  .topbar { display: block; }
  .topbar-actions { margin-top: 6px; }
  .menu-toggle { display: block; }
  .primary-menu { display: none; position: absolute; left: 18px; right: 18px; top: 78px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 12px; align-items: stretch; flex-direction: column; }
  .primary-menu.is-open { display: flex; }
  .nav-item { width: 100%; }
  .nav-trigger, .primary-menu > a { width: 100%; text-align: left; }
  .mega-menu, .mega-menu.wide { position: static; width: 100%; box-shadow: none; grid-template-columns: 1fr; margin-top: 8px; }
  .has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu { display: grid; }
  .hero, .split-band, .two-column, .filter-shell, .compare-layout, .lead-section { grid-template-columns: 1fr; }
  .home-hero, .compact-hero { min-height: auto; }
  .hero-search { grid-template-columns: 1fr; }
  .card-grid, .feature-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .country-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sidebar { position: static; }
}
@media (max-width: 640px) {
  .navbar { padding: 12px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 15px; }
  .brand small { display: none; }
  .hero, .section { padding-left: 14px; padding-right: 14px; }
  .hero-copy h1, .article-hero h1 { font-size: 38px; }
  .hero-text { font-size: 17px; }
  .card-grid, .feature-grid, .footer-grid, .country-grid, .form-grid, .facts-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .sticky-contact { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr 1fr; }
  .sticky-contact a { min-width: 0; }
  .lead-popup { bottom: 72px; }
}