@font-face {
  font-family: "Urbanist";
  src: url("/fonts/Urbanist-Variable.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

:root {
  color-scheme: dark;
  --bg: #080b09;
  --bg-soft: #0d120e;
  --surface: #121713;
  --surface-2: #181e19;
  --text: #f7f7f2;
  --muted: #abb1a9;
  --line: rgba(255, 255, 255, .13);
  --lime: #c5fb3c;
  --lime-strong: #a8e51d;
  --accent-text: #c5fb3c;
  --black: #070908;
  --glow: rgba(197, 251, 60, .18);
  --shadow: 0 28px 80px rgba(0, 0, 0, .35);
  --radius: 30px;
}

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f1e9;
  --bg-soft: #ebe7dc;
  --surface: #fcfaf4;
  --surface-2: #e5e1d7;
  --text: #0b0d0b;
  --muted: #5c625b;
  --line: rgba(11, 13, 11, .15);
  --glow: rgba(169, 226, 32, .24);
  --accent-text: #4d7300;
  --shadow: 0 28px 70px rgba(27, 31, 25, .12);
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at 78% 8%, var(--glow), transparent 26rem),
    var(--bg);
  color: var(--text);
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--lime);
  color: var(--black);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.location-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.location-header {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.location-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .12);
}
.location-nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.location-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height:44px;
}
.location-brand img { width: 238px; height: auto; }
.logo-light { display: none; }
:root[data-theme="light"] .logo-dark { display: none; }
:root[data-theme="light"] .logo-light { display: block; }

.location-nav > nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.location-nav > nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 750;
}
.location-nav > nav a:hover,
.location-nav > nav a:focus-visible { color: var(--lime-strong); }
.location-nav-actions { display: flex; align-items: center; gap: 10px; }
.theme-button,
.location-menu-button {
  min-width: 46px;
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}
.location-menu-button { display: none; }
.location-menu-button span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 2px 0;
  border-radius: 999px;
  background: currentColor;
}
.nav-cta,
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.15;
}
.nav-cta, .button.lime {
  background: var(--lime);
  color: var(--black);
  box-shadow: 0 12px 34px rgba(197, 251, 60, .12);
}
.nav-cta:hover, .button.lime:hover { background: var(--lime-strong); transform: translateY(-1px); }
.button.outline {
  border-color: var(--line);
  background: color-mix(in srgb, var(--surface) 76%, transparent);
  color: var(--text);
}
.button.whatsapp { background: #24d366; color: #06170b; }

.location-hero,
.hub-hero {
  position: relative;
  padding: clamp(76px, 9vw, 138px) 0 clamp(74px, 8vw, 118px);
  isolation: isolate;
}
.location-hero::before,
.hub-hero::before {
  position: absolute;
  z-index: -1;
  inset: 4% -12% auto auto;
  width: min(52vw, 700px);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle, var(--glow), transparent 68%);
  content: "";
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: .9rem;
}
.breadcrumbs a { text-underline-offset: 4px; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--accent-text);
  font-size: .81rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: break-word; }
h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.6rem, 6vw, 6.4rem);
  font-weight: 870;
  letter-spacing: -.065em;
  line-height: .92;
}
.hero-country {
  display: block;
  margin-top: .18em;
  color: var(--accent-text);
  font-size: .28em;
  letter-spacing: .04em;
  line-height: 1.15;
  text-transform: uppercase;
}
.hub-hero h1 { max-width: 950px; }
.hub-hero > .location-shell > p:not(.eyebrow) {
  max-width: 790px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}
.hero-intro {
  max-width: 730px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 38px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  list-style: none;
  background: var(--line);
}
.hero-points li,
.hero-points > span {
  padding: 15px 16px;
  background: var(--surface);
  font-size: .92rem;
  font-weight: 720;
  text-align: center;
}
.hero-panel,
.seo-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--lime) 12%, var(--surface)), var(--surface) 52%);
  box-shadow: var(--shadow);
}
.hero-panel { padding: clamp(30px, 4vw, 52px); transform: rotate(1.5deg); }
.hero-panel::after,
.seo-visual::after {
  position: absolute;
  inset: auto -20% -35% auto;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--glow);
  filter: blur(20px);
  content: "";
}
.hero-panel span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent-text);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-panel strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -.045em;
  line-height: 1;
}
.hero-panel p { position: relative; z-index: 1; margin: 22px 0 0; color: var(--muted); }

.location-section { padding: clamp(78px, 9vw, 128px) 0; }
.location-section + .location-section { border-top: 1px solid color-mix(in srgb, var(--line) 65%, transparent); }
.location-section:nth-of-type(even) {
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--surface) 42%, transparent), transparent);
}
.split,
.seo-grid,
.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(44px, 8vw, 110px);
}
.section-heading { max-width: 750px; margin-bottom: 44px; }
.section-heading h2,
.split h2,
.seo-grid h2,
.proof-grid h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5.2vw, 5.1rem);
  letter-spacing: -.055em;
  line-height: .97;
}
.section-heading p,
.prose p,
.proof-copy p,
.seo-grid p { color: var(--muted); }
.prose p:first-child { margin-top: 0; }
.prose p { font-size: 1.06rem; }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--accent-text);
  font-weight: 850;
  text-underline-offset: 5px;
}
.sector-grid,
.service-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sector-grid article,
.service-grid article,
.proof-card,
.related-grid a,
.process-list li,
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
}
.sector-grid article,
.service-grid article { padding: 28px; }
.sector-grid h3,
.service-grid h3 { margin: 0 0 12px; font-size: 1.25rem; }
.sector-grid p,
.service-grid p { margin: 0; color: var(--muted); }

.seo-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 38px;
}
.seo-visual > div,
.seo-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg);
}
.seo-visual > span,
.seo-visual > strong,
.seo-visual > small,
.seo-visual > i { position: relative; z-index: 2; width: 100%; }
.seo-visual > span { color: var(--muted); }
.seo-visual > strong { color: var(--accent-text); font-size: 1.35rem; }
.seo-visual > small { font-size: 1rem; font-weight: 750; }
.seo-visual > i { height: 7px; overflow: hidden; border-radius: 999px; background: var(--line); }
.seo-visual > i::after { width: 76%; height: 100%; display: block; border-radius: inherit; background: var(--lime); content: ""; }
.seo-visual span,
.seo-visual strong,
.seo-visual em { display: block; }
.seo-visual span { color: var(--muted); }
.seo-visual strong { margin: 18px 0 8px; color: var(--accent-text); font-size: 1.35rem; }
.seo-visual em { color: var(--muted); font-style: normal; }

.process-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li {
  position: relative;
  min-height: 150px;
  margin-bottom: 14px;
  padding: 30px 30px 30px 92px;
  counter-increment: steps;
}
.process-list li::before {
  position: absolute;
  top: 30px;
  left: 28px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--black);
  content: counter(steps, decimal-leading-zero);
  font-weight: 900;
}
.process-list strong { display: block; margin-bottom: 6px; font-size: 1.18rem; }
.process-list p { margin: 0; color: var(--muted); }

.proof-grid { align-items: stretch; }
.proof-card { padding: clamp(34px, 5vw, 62px); }
.proof-card strong { display: block; color: var(--accent-text); font-size: clamp(3.6rem, 7vw, 6.5rem); line-height: .9; }
.proof-card span { display: block; margin-top: 18px; font-size: 1.2rem; font-weight: 820; }
.proof-card p { color: var(--muted); }
.proof-copy { align-self: center; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(36px, 7vw, 90px); }
.faq-grid details { margin-bottom: 12px; padding: 0 24px; }
.faq-grid summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 820;
}
.faq-grid details p { margin: 0 0 24px; color: var(--muted); }

.related-grid a {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  text-decoration: none;
}
.related-grid a:hover { border-color: var(--lime); transform: translateY(-2px); }
.related-grid span { color: var(--muted); font-size: .88rem; }
.related-grid strong { font-size: 1.2rem; }
.related-grid em { color: var(--accent-text); font-style: normal; font-weight: 800; }

.location-contact {
  position: relative;
  overflow: hidden;
  margin: clamp(70px, 9vw, 130px) auto;
  padding: clamp(36px, 7vw, 76px);
  border-radius: var(--radius);
  background: var(--lime);
  color: var(--black);
}
.location-contact::after {
  position: absolute;
  inset: -40% -8% auto auto;
  width: 340px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 50%;
  content: "";
}
.location-contact .eyebrow { color: rgba(0, 0, 0, .62); }
.location-contact h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -.055em;
  line-height: .97;
}
.location-contact p { max-width: 740px; font-size: 1.08rem; }
.contact-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.location-contact .button.outline { border-color: rgba(0, 0, 0, .28); background: var(--black); color: #fff; }

.hub-groups { display: grid; gap: 24px; }
.hub-group {
  display: grid;
  grid-template-columns: minmax(240px, .38fr) minmax(0, 1fr);
  gap: 34px;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.hub-group h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; }
.hub-group p { color: var(--muted); }
.hub-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hub-links a {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
}
.hub-links a:hover { border-color: var(--lime); }
.hub-links span { color: var(--muted); font-size: .78rem; }
.hub-links strong { margin-top: 4px; line-height: 1.1; }
.hub-links em { margin-top: auto; color: var(--accent-text); font-size: .8rem; font-style: normal; }

.location-footer { border-top: 1px solid var(--line); padding: 52px 0 34px; background: var(--bg-soft); }
.location-footer .location-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 40px; }
.footer-brand { font-size: 1.3rem; font-weight: 880; text-decoration: none; }
.location-footer p { margin: 0; color: var(--muted); }
.location-footer nav { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.location-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
.location-footer small { color: var(--muted); }

.location-whatsapp {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  width: 58px;
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid color-mix(in srgb, var(--bg) 80%, transparent);
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.92);
  transition: opacity .2s ease, transform .2s ease;
}
.location-whatsapp.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.location-whatsapp svg { width: 29px; height: 29px; }
.location-whatsapp svg path { fill: currentColor; }
.location-whatsapp > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 980px) {
  .location-nav > nav {
    position: fixed;
    top: 78px;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .location-header.menu-open .location-nav > nav { display: flex; }
  .location-nav > nav a { padding: 8px 10px; }
  .location-menu-button { display: inline-grid; }
  .nav-cta { display: none; }
  .hero-grid, .split, .seo-grid, .proof-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero-panel { max-width: 620px; }
  .sector-grid, .service-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .hub-group { grid-template-columns: 1fr; }
}

@media (max-width:700px) {
  body { font-size: 16px; }
  .location-shell { width: min(100% - 32px, 1180px); }
  .location-nav { min-height: 74px; gap: 12px; }
  .location-brand img { width: 178px; }
  .location-nav-actions { margin-left: auto; }
  .theme-button, .location-menu-button { min-width: 44px; min-height: 44px; }
  .location-nav > nav { top: 70px; right: 16px; left: 16px; }
  .location-hero, .hub-hero { padding: 54px 0 72px; }
  .breadcrumbs { margin-bottom: 26px; font-size: .83rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-intro { margin-top: 24px; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 52px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-panel { padding: 28px; transform: none; }
  .location-section { padding: 70px 0; }
  .section-heading { margin-bottom: 30px; }
  .sector-grid, .service-grid, .related-grid, .hub-links { grid-template-columns: 1fr; }
  .seo-visual { min-height: 330px; padding: 20px; }
  .seo-visual > div { padding: 24px; }
  .process-list li { padding: 88px 24px 26px; }
  .process-list li::before { top: 24px; left: 24px; }
  .location-contact { margin: 58px auto; padding: 32px 24px; border-radius: 24px; }
  .contact-actions { display: grid; }
  .hub-group { padding: 24px; }
  .hub-hero > .location-shell > p:not(.eyebrow) { font-size: 1.05rem; }
  .location-footer .location-shell { grid-template-columns: 1fr; }
  .location-whatsapp { right: 14px; bottom: 14px; width: 54px; min-height: 54px; }
}

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