:root {
  --navy: #081824;
  --navy-soft: #102b3d;
  --gold: #c9a35f;
  --gold-light: #ead09d;
  --paper: #f2eee5;
  --ink: #101c25;
  --muted: #697783;
  --white: #ffffff;
  --line: rgba(16, 28, 37, .14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 22, 33, .16);
  --display: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.header { position: fixed; inset: 0 0 auto 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s ease, box-shadow .25s ease; }
.header.scrolled { background: rgba(8, 24, 36, .97); box-shadow: 0 12px 35px rgba(0,0,0,.24); }
.header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand__symbol { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(201,163,95,.65); border-radius: 50%; color: var(--gold-light); font-family: var(--display); font-size: 27px; }
.brand__text { display: grid; line-height: 1.05; }
.brand__text strong { font-family: var(--display); font-size: 18px; font-weight: 600; }
.brand__text small { margin-top: 5px; color: var(--gold-light); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.navigation { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.8); font-size: 14px; }
.navigation a { transition: color .2s ease; }
.navigation a:hover, .navigation a:focus-visible { color: var(--white); }
.navigation__button { padding: 10px 18px; border: 1px solid rgba(201,163,95,.65); border-radius: 999px; color: var(--gold-light); }
.menu-button { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 100vh; padding-top: 150px; background: radial-gradient(circle at 82% 24%, rgba(55,106,133,.3), transparent 28%), linear-gradient(135deg, #06121c 0%, #0c2536 55%, #081824 100%); color: var(--white); overflow: hidden; }
.hero__lines { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 80px 80px; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 80px; align-items: center; padding-bottom: 100px; }
.label { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.label span { width: 38px; height: 1px; background: var(--gold); }
.label--dark { color: #765f34; }
.hero h1 { max-width: 830px; margin: 0; font-family: var(--display); font-size: clamp(58px, 7vw, 100px); font-weight: 500; line-height: .94; letter-spacing: -.05em; }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 400; }
.hero__lead { max-width: 690px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: clamp(18px, 2vw, 22px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 999px; font-size: 14px; font-weight: 700; text-align: center; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--gold { background: var(--gold); color: var(--navy); box-shadow: 0 14px 38px rgba(201,163,95,.23); }
.button--gold:hover { background: var(--gold-light); }
.button--outline { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.04); color: var(--white); }
.hero__details { display: flex; gap: 50px; margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.hero__details div { display: grid; gap: 2px; }
.hero__details small { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.hero__details a, .hero__details span { font-size: 16px; font-weight: 700; }
.coverage-card { padding: 34px; border: 1px solid rgba(201,163,95,.28); border-radius: 26px; background: rgba(255,255,255,.07); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.coverage-card__head { display: flex; align-items: center; justify-content: space-between; }
.coverage-card__head span { color: var(--gold-light); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.coverage-card__head strong { color: rgba(255,255,255,.2); font-family: var(--display); font-size: 42px; font-weight: 400; }
.coverage-card h2 { margin: 20px 0 26px; font-family: var(--display); font-size: 32px; font-weight: 500; line-height: 1.1; }
.coverage-card ul { margin: 0; padding: 0; list-style: none; }
.coverage-card li { display: flex; gap: 14px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.84); }
.coverage-card li b { width: 28px; color: var(--gold-light); font-size: 10px; letter-spacing: .12em; }
.coverage-card > a { display: inline-flex; gap: 12px; margin-top: 26px; color: var(--gold-light); font-size: 13px; font-weight: 700; }
.service-bar { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.1); background: rgba(3,12,20,.5); }
.service-bar__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.service-bar__grid div { padding: 22px; border-right: 1px solid rgba(255,255,255,.09); }
.service-bar__grid div:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.service-bar__grid strong { display: block; color: var(--gold-light); font-family: var(--display); font-size: 19px; font-weight: 500; }
.service-bar__grid span { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 66px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 17px; }
.section-heading--light { color: var(--white); }
.section-heading--light > p { color: rgba(255,255,255,.58); }
.coverage { background: linear-gradient(180deg, var(--paper), #e9e2d5); }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.city-card { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.56); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.city-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.city-card > span { position: absolute; top: 22px; right: 24px; color: #a49577; font-family: var(--display); font-size: 30px; }
.location-mark { position: absolute; top: 30px; left: 28px; width: 42px; height: 42px; border: 1px solid rgba(201,163,95,.65); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.location-mark:after { content: ""; position: absolute; inset: 13px; border-radius: 50%; background: var(--gold); }
.city-card h3 { position: relative; z-index: 1; max-width: 190px; margin: 0; font-family: var(--display); font-size: 27px; font-weight: 500; line-height: 1.1; }
.areas { background: var(--navy); color: var(--white); }
.area-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.area-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); transition: transform .2s ease, border-color .2s ease; }
.area-card:hover { transform: translateY(-6px); border-color: rgba(201,163,95,.5); }
.area-card__top { display: flex; align-items: center; justify-content: space-between; }
.area-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(201,163,95,.45); border-radius: 16px; color: var(--gold-light); font-size: 28px; }
.area-card__top b { color: rgba(255,255,255,.22); font-family: var(--display); font-size: 33px; font-weight: 400; }
.area-card h3 { margin: 36px 0 10px; font-family: var(--display); font-size: 34px; font-weight: 500; line-height: 1.08; }
.area-card p { margin: 0; color: rgba(255,255,255,.56); }
.area-card > a { display: inline-flex; gap: 10px; margin-top: auto; padding-top: 28px; color: var(--gold-light); font-size: 13px; font-weight: 700; }
.area-card--wide { grid-column: 1 / -1; min-height: 230px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.area-card--wide h3 { margin-top: 0; }
.area-card--wide > a { margin: 0; padding: 0; }
.contact { padding: 110px 0; background: #d9cfbc; }
.contact__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.contact__copy h2 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(45px, 6vw, 75px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.contact__copy > p:not(.label) { max-width: 590px; margin: 26px 0 0; color: #5d6972; font-size: 18px; }
.contact__number { display: inline-grid; margin-top: 34px; }
.contact__number small { color: #735f39; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact__number strong { font-family: var(--display); font-size: 29px; font-weight: 500; }
.contact-card { position: relative; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; border-radius: 26px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.contact-card:before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(201,163,95,.25); border-radius: 18px; }
.contact-card__mark { position: absolute; top: -50px; right: 20px; color: rgba(201,163,95,.12); font-family: var(--display); font-size: 220px; line-height: 1; }
.contact-card p, .contact-card h3, .contact-card a { position: relative; z-index: 1; }
.contact-card p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.contact-card h3 { margin: 3px 0 28px; color: var(--gold-light); font-family: var(--display); font-size: 42px; font-weight: 500; line-height: 1; }
.footer { padding: 52px 0 26px; background: #040c12; color: rgba(255,255,255,.65); }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer nav { display: flex; gap: 26px; font-size: 13px; }
.footer nav a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; font-size: 11px; }
.footer__bottom p { margin: 0; }
.footer__bottom a { color: var(--gold-light); white-space: nowrap; }
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; gap: 9px; min-height: 54px; padding: 12px 18px; border-radius: 999px; background: #24b96b; color: var(--white); box-shadow: 0 14px 40px rgba(14,90,54,.38); font-size: 13px; font-weight: 700; }
.whatsapp span { font-size: 13px; }

@media (max-width: 1000px) {
  .navigation { gap: 17px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .coverage-card { max-width: 680px; }
  .service-bar__grid { grid-template-columns: repeat(3, 1fr); }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { gap: 40px; }
}

@media (max-width: 820px) {
  .header__inner { min-height: 76px; }
  .menu-button { display: block; }
  .navigation { position: fixed; top: 76px; right: 16px; left: 16px; display: grid; gap: 0; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #081824; box-shadow: 0 24px 70px rgba(0,0,0,.4); opacity: 0; visibility: hidden; transform: translateY(-16px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .navigation.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .navigation a { padding: 12px; }
  .navigation__button { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero__grid { padding-bottom: 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card--wide { grid-column: auto; min-height: 330px; display: flex; align-items: stretch; gap: 0; }
  .area-card--wide h3 { margin-top: 36px; }
  .area-card--wide > a { margin-top: auto; padding-top: 28px; }
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand__symbol { width: 42px; height: 42px; }
  .brand__text strong { font-size: 15px; }
  .brand__text small { font-size: 9px; }
  .hero__lines { display: none; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .hero__details { gap: 26px; margin-top: 38px; }
  .coverage-card { padding: 26px; }
  .service-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .service-bar__grid div { padding: 18px 14px; }
  .section { padding: 82px 0; }
  .section-heading h2 { font-size: 43px; }
  .city-grid { grid-template-columns: 1fr; }
  .city-card { min-height: 220px; }
  .area-card { min-height: 315px; padding: 27px; }
  .area-card h3 { font-size: 31px; }
  .contact { padding: 82px 0; }
  .contact-card { min-height: 330px; padding: 34px; }
  .footer__top, .footer__bottom { align-items: flex-start; flex-direction: column; }
  .footer nav { flex-wrap: wrap; gap: 14px 20px; }
  .footer__bottom a { white-space: normal; }
  .whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; justify-content: center; padding: 0; font-size: 0; }
  .whatsapp span { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; }
}
