:root {
  --navy: #07152f;
  --navy-2: #0c2c58;
  --gold: #d9a441;
  --gold-light: #fff1bf;
  --ink: #10213d;
  --muted: #64718a;
  --soft: #f6f8fd;
  --white: #fff;
  --green: #159957;
  --line: #e7edf7;
  --shadow: 0 18px 55px rgba(7, 21, 47, .14);
  --radius: 26px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 28px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 3px solid #ffca58; outline-offset: 3px; }

.topbar { background: #061127; color: #e6efff; font-size: 14px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; padding: 8px 0; }
.topbar a { color: #fff3c1; font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 11px 0; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; min-width: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 16px; box-shadow: 0 8px 24px rgba(7, 21, 47, .13); }
.brand strong { display: block; font-size: 14px; line-height: 1.2; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-weight: 800; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }
.nav-links a { padding: 9px 11px; border-radius: 999px; color: #173152; font-size: 14px; font-weight: 850; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: #edf3ff; }
.nav-links .call { color: #111; background: linear-gradient(135deg, var(--gold-light), var(--gold)); padding-inline: 16px; }

.page-hero { color: #fff; background: radial-gradient(circle at 88% 8%, rgba(217, 164, 65, .22), transparent 30%), linear-gradient(135deg, var(--navy), var(--navy-2) 65%, #180d2d); }
.page-hero .container { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 34px; min-height: 480px; padding: 66px 0; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: #ffe7a5; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; font-size: 13px; }
h1, h2, h3 { line-height: 1.12; }
h1 { margin: 0 0 16px; font-size: clamp(36px, 6vw, 64px); letter-spacing: -1.6px; }
h2 { margin: 0 0 12px; font-size: clamp(29px, 4vw, 44px); letter-spacing: -.8px; }
h3 { margin: 0 0 8px; font-size: 22px; }
.page-hero p { max-width: 680px; margin: 0 0 22px; color: #e9f1ff; font-size: 18px; }
.hero-image { border-radius: 30px; overflow: hidden; box-shadow: 0 28px 75px rgba(0, 0, 0, .35); background: #0b203f; }
.hero-image img { width: 100%; height: 360px; object-fit: cover; }

.actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 17px; border: 1px solid transparent; border-radius: 999px; font-weight: 900; text-decoration: none; }
.button.gold { color: #111; background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.button.green { color: #fff; background: var(--green); }
.button.light { color: #fff; background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .25); }
.button.navy { color: #fff; background: var(--navy); }

.section { padding: 68px 0; }
.section.alt { background: linear-gradient(180deg, var(--soft), #fff); }
.section-head { max-width: 820px; margin: 0 auto 30px; text-align: center; }
.section-head .eyebrow { color: #9a6c10; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.grid { display: grid; gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 34px rgba(8, 29, 65, .07); }
.card p { margin: 0; color: var(--muted); }
.card ul { margin: 12px 0 0; padding-left: 20px; }
.card li + li { margin-top: 5px; }
.number { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 15px; background: #f6e8c4; color: #805a12; font-weight: 950; }
.content { max-width: 880px; margin-inline: auto; }
.content p { font-size: 17px; color: #40506c; }
.content h2 { margin-top: 38px; font-size: 31px; }
.notice { border-left: 5px solid var(--gold); padding: 16px 18px; border-radius: 14px; background: #fff8e8; }
.service-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); background: #fff; }
.service-table th, .service-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.service-table th { color: #fff; background: var(--navy); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.contact-panel { padding: 25px; border-radius: 28px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.contact-panel p { color: #dbe8ff; }
.contact-line { padding: 12px 13px; margin: 9px 0; border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; background: rgba(255, 255, 255, .08); overflow-wrap: anywhere; }
.contact-line a { color: #fff3c1; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.map-card img { width: 100%; height: 320px; object-fit: cover; }
.map-card iframe { display: block; width: 100%; height: 360px; border: 0; }
.map-card div { padding: 20px; }

.breadcrumbs { padding: 12px 0; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: #304e78; }
.site-footer { color: #dbe8ff; background: #061127; padding: 34px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 20px; }
.site-footer strong { color: #fff; }
.site-footer a { display: block; margin: 6px 0; color: #dbe8ff; text-decoration: none; }
.copyright { margin-top: 25px; padding-top: 17px; border-top: 1px solid rgba(255, 255, 255, .14); text-align: center; font-size: 14px; }
.quick-actions { position: fixed; right: 14px; bottom: 14px; z-index: 100; display: grid; gap: 8px; }
.quick-actions a { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid rgba(255, 255, 255, .7); border-radius: 16px; color: #fff; font-weight: 950; text-decoration: none; box-shadow: 0 10px 30px rgba(7, 21, 47, .24); }
.quick-actions .wa { background: var(--green); }
.quick-actions .phone { background: var(--navy); }
.quick-actions .review { background: #d29a29; }

.consent-banner { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 500; max-width: 760px; margin: auto; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 20px 70px rgba(7, 21, 47, .28); }
.consent-banner p { margin: 0 0 12px; color: #34445f; }
.consent-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.consent-actions button { cursor: pointer; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 850; }
.consent-actions .accept { color: #fff; background: var(--navy); }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .page-hero .container, .contact-grid { grid-template-columns: 1fr; }
  .page-hero .container { padding: 48px 0; }
  .grid.three, .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 22px); }
  .topbar .container { display: block; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 10px; }
  .brand img { width: 52px; height: 52px; }
  h1 { font-size: clamp(31px, 10vw, 43px); }
  .page-hero .container { gap: 24px; padding: 38px 0 46px; }
  .hero-image img { height: 300px; }
  .actions .button { width: 100%; }
  .section { padding: 52px 0; }
  .grid.two, .grid.three, .grid.four, .footer-grid { grid-template-columns: 1fr; }
  .service-table { display: block; overflow-x: auto; }
  .quick-actions { left: 8px; right: 8px; bottom: 8px; grid-template-columns: repeat(3, 1fr); padding: 7px; border-radius: 20px; background: rgba(255, 255, 255, .9); backdrop-filter: blur(10px); }
  .quick-actions a { width: 100%; height: 46px; }
  .site-footer { padding-bottom: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
