:root {
  --ink: #f4f0e6;
  --muted: #a9afa8;
  --paper: #0c120d;
  --paper-soft: #111a13;
  --panel: #162019;
  --panel-light: #1c281f;
  --line: rgba(235, 241, 228, 0.14);
  --green: #85bd39;
  --green-bright: #a6d957;
  --green-dark: #466d1d;
  --sand: #d7b477;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 15%, rgba(133, 189, 57, 0.08), transparent 28%),
    radial-gradient(circle at 8% 72%, rgba(215, 180, 119, 0.05), transparent 25%);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 999;
  padding: 12px 18px; background: var(--green); color: #081007;
  border-radius: 0 0 10px 10px; font-weight: 800; text-decoration: none;
}
.skip-link:focus { top: 0; }
.svg-sprite { position: absolute; overflow: hidden; }
svg { display: block; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled,
.site-header.menu-open {
  background: rgba(8, 13, 9, 0.9);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 230px; text-decoration: none; }
.brand-mark {
  width: 51px; height: 51px; border: 1px solid rgba(166, 217, 87, .42);
  border-radius: 50%; display: grid; place-items: center; overflow: hidden;
  background: rgba(250, 248, 240, .96);
}
.brand-mark img { width: 48px; height: 42px; object-fit: contain; object-position: center 45%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: #b8beb7; font-size: 10px; letter-spacing: .035em; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { color: #cbd0ca; font-size: 13px; text-decoration: none; transition: color .2s; }
.main-nav a:hover { color: var(--green-bright); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch {
  display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(0, 0, 0, .16);
}
.language-switch button {
  width: 34px; height: 30px; border: 0; border-radius: 999px; cursor: pointer;
  background: transparent; color: #b6bdb5; font-size: 11px; font-weight: 800;
}
.language-switch button[aria-pressed="true"] { color: #0c120d; background: var(--green-bright); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; background: currentColor; }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 14px;
  font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, border-color .2s;
}
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #0b1309; background: linear-gradient(135deg, var(--green-bright), var(--green)); box-shadow: 0 12px 35px rgba(133, 189, 57, .22); }
.button-primary:hover { background: linear-gradient(135deg, #b7e873, #8dc747); }
.button-ghost { color: var(--ink); border-color: rgba(255,255,255,.35); background: rgba(10, 14, 10, .2); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--green-bright); background: rgba(16, 24, 17, .7); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 12px; font-size: 12px; }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; background: url("assets/hero.webp") center/cover no-repeat; transform: scale(1.01); }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 6, .96) 0%, rgba(5, 9, 6, .82) 32%, rgba(5, 9, 6, .28) 66%, rgba(5, 9, 6, .12) 100%),
    linear-gradient(0deg, rgba(8, 13, 9, .92) 0%, transparent 34%, rgba(0,0,0,.1) 100%);
}
.hero-inner { position: relative; z-index: 2; min-height: 680px; padding-top: 112px; display: flex; align-items: center; justify-content: space-between; }
.hero-copy { width: min(650px, 62%); padding-bottom: 30px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--green-bright); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 24px; height: 1px; background: currentColor; flex: 0 0 auto; }
h1, h2 { margin: 0; font-weight: 780; line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 760px; font-size: clamp(54px, 6.2vw, 88px); }
h2 { font-size: clamp(40px, 4.4vw, 64px); }
h1 em, h2 em { color: var(--green-bright); font-style: normal; }
.hero-lead { max-width: 570px; margin: 27px 0 0; color: #d1d5d0; font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin: 22px 0 0; display: flex; align-items: center; gap: 8px; color: #d8ddd5; font-size: 13px; }
.hero-note svg { width: 18px; height: 18px; fill: none; stroke: var(--green-bright); stroke-width: 1.8; }
.hero-card {
  align-self: flex-end; width: 278px; margin: 0 0 92px; padding: 24px;
  border: 1px solid rgba(255,255,255,.24); border-radius: 18px;
  background: rgba(12, 18, 13, .78); backdrop-filter: blur(14px); box-shadow: var(--shadow);
}
.hero-card-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(133,189,57,.14); color: var(--green-bright); }
.hero-card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-card p { margin: 18px 0 6px; color: #aeb5ad; font-size: 12px; }
.hero-card strong { display: block; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
.hero-card a { margin-top: 20px; display: flex; justify-content: space-between; color: var(--green-bright); font-size: 12px; font-weight: 800; text-decoration: none; }
.trust-strip {
  position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%);
  display: grid; grid-template-columns: repeat(3, 1fr); padding: 14px;
  border: 1px solid var(--line); border-radius: 18px; background: rgba(13, 19, 14, .88); backdrop-filter: blur(16px);
}
.trust-strip > div { min-height: 58px; display: flex; align-items: center; gap: 13px; padding: 4px 20px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: var(--green-bright); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.trust-strip span { display: flex; flex-direction: column; }
.trust-strip strong { font-size: 12px; }
.trust-strip small { margin-top: 3px; color: #919991; font-size: 10px; }

.section { padding: 116px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading > p { margin: 0 0 4px; max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services { background: linear-gradient(180deg, #0b110c, #101813); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-card {
  position: relative; min-height: 270px; padding: 28px 24px; overflow: hidden;
  border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.service-card::after { content: ""; position: absolute; inset: auto -30px -70px auto; width: 150px; height: 150px; border-radius: 50%; background: rgba(133,189,57,.06); filter: blur(2px); }
.service-card:hover { transform: translateY(-5px); border-color: rgba(166,217,87,.45); background: rgba(133,189,57,.055); }
.service-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(166,217,87,.25); border-radius: 13px; color: var(--green-bright); background: rgba(133,189,57,.08); }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; top: 28px; right: 24px; color: #5d685f; font: 700 11px/1 monospace; }
.service-card h3 { margin: 32px 0 10px; font-size: 18px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #9fa79f; font-size: 13px; line-height: 1.62; }
.service-card-featured { border-color: rgba(166,217,87,.5); background: linear-gradient(145deg, rgba(133,189,57,.16), rgba(133,189,57,.04)); }

.gallery-section { overflow: hidden; background: #0a0f0b; }
.section-heading-centered { grid-template-columns: 1fr 1fr; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 300px); gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); }
.gallery-item-large { grid-row: 1 / 3; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,8,5,.82)); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.gallery-item figcaption span { font-size: 18px; font-weight: 750; letter-spacing: -.02em; }
.gallery-item figcaption small { color: #c0c7bf; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.image-disclaimer { margin: 14px 3px 0; color: #6f786f; font-size: 10px; text-align: right; }

.process { padding-top: 0; background: #0a0f0b; }
.process-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 62px; border: 1px solid rgba(166,217,87,.18); border-radius: 28px; background: linear-gradient(135deg, #17231a, #111812); box-shadow: var(--shadow); }
.process-intro > p:not(.eyebrow) { margin: 24px 0 0; max-width: 360px; color: var(--muted); }
.text-link { display: inline-flex; gap: 34px; align-items: center; margin-top: 32px; padding-bottom: 6px; border-bottom: 1px solid var(--green); color: var(--green-bright); font-size: 13px; font-weight: 800; text-decoration: none; }
.process-steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.process-steps li { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,.1); }
.process-steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #10180f; background: var(--green-bright); font-weight: 800; }
.process-steps strong { display: block; font-size: 15px; }
.process-steps p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.coverage { background: linear-gradient(180deg, #0f1711, #0c120d); }
.coverage-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 80px; }
.coverage-copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.place-list { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.place-list span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #cbd1ca; font-size: 11px; }
.route-card { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background:
  linear-gradient(150deg, rgba(133,189,57,.08), transparent 45%),
  repeating-linear-gradient(23deg, transparent 0 39px, rgba(255,255,255,.025) 40px),
  #121a14;
}
.route-card::before { content: ""; position: absolute; inset: 60% -10% -30% 15%; border-radius: 50% 50% 0 0; background: rgba(55, 126, 128, .09); transform: rotate(-5deg); }
.route-glow { position: absolute; left: 12%; right: 12%; top: 50%; height: 70px; background: var(--green); opacity: .08; filter: blur(45px); }
.route-line { position: absolute; left: 12%; right: 12%; top: 54%; height: 4px; border-radius: 999px; background: linear-gradient(90deg, #63753f, var(--green-bright), #63753f); transform: rotate(-5deg); box-shadow: 0 0 20px rgba(166,217,87,.25); }
.route-dot { position: absolute; top: 50%; width: 16px; height: 16px; border: 4px solid #e8f4d7; border-radius: 50%; background: var(--green); transform: translate(-50%, -50%); box-shadow: 0 0 0 8px rgba(133,189,57,.11); }
.route-estepona { left: 0; }.route-sanpedro { left: 38%; width: 22px; height: 22px; }.route-marbella { left: 65%; }.route-lacala { left: 100%; }
.route-label { position: absolute; display: flex; flex-direction: column; line-height: 1.1; }
.route-label strong { font-size: 14px; }.route-label small { margin-top: 4px; color: #899187; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.route-label-estepona { left: 7%; top: 64%; }.route-label-sanpedro { left: 32%; top: 31%; }.route-label-marbella { left: 61%; top: 62%; }.route-label-lacala { right: 5%; top: 38%; }
.sea-label { position: absolute; right: 9%; bottom: 25px; color: rgba(166,217,87,.42); font-size: 9px; letter-spacing: .25em; }

.reasons { background: #0b100c; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--line); }
.reason-card { min-height: 230px; padding: 30px; background: #0e1510; }
.reason-card > span { color: var(--green); font: 700 11px/1 monospace; }
.reason-card h3 { margin: 55px 0 12px; font-size: 17px; }
.reason-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.contact { padding-top: 40px; background: #0b100c; }
.contact-card { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; overflow: hidden; padding: 70px; border-radius: 30px; color: #10160f; background: linear-gradient(130deg, #cce5aa, #8fc64c); }
.contact-card::after { content: ""; position: absolute; right: -110px; top: -180px; width: 430px; height: 430px; border: 1px solid rgba(12,18,13,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.045), 0 0 0 110px rgba(255,255,255,.035); }
.contact-card .eyebrow { color: #365b15; }
.contact-card h2 em { color: #365b15; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; color: #34402f; font-size: 15px; line-height: 1.7; }
.contact-actions { position: relative; z-index: 2; display: grid; gap: 10px; }
.contact-link { min-height: 86px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid rgba(12,18,13,.18); border-radius: 16px; color: #111711; background: rgba(255,255,255,.4); text-decoration: none; transition: transform .2s, background .2s; }
.contact-link:hover { transform: translateX(4px); background: rgba(255,255,255,.65); }
.contact-link-whatsapp { color: #f2f8eb; background: #101a12; }
.contact-link-whatsapp:hover { background: #18291b; }
.contact-link-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(133,189,57,.2); }
.contact-link-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-link span:nth-child(2) { display: flex; flex-direction: column; }
.contact-link small { opacity: .65; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-link strong { margin-top: 3px; font-size: 16px; }
.contact-link b { font-weight: 500; }

.site-footer { padding: 35px 0 110px; background: #0b100c; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; padding-top: 28px; border-top: 1px solid var(--line); }
.brand-footer .brand-copy small { max-width: 260px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a, .footer-main > p { margin: 0; color: #7f887f; font-size: 10px; text-decoration: none; }
.footer-links a:hover { color: var(--green-bright); }
.mobile-contact-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.trust-strip.reveal { transform: translate(-50%, 22px); }
.trust-strip.reveal.is-visible { transform: translate(-50%, 0); }
.service-grid .reveal:nth-child(2), .reason-grid .reveal:nth-child(2) { transition-delay: .06s; }
.service-grid .reveal:nth-child(3), .reason-grid .reveal:nth-child(3) { transition-delay: .12s; }
.service-grid .reveal:nth-child(4), .reason-grid .reveal:nth-child(4) { transition-delay: .18s; }

/* Legal page */
.legal-page { background: #0b110c; }
.legal-header-space { padding-top: 150px; }
.legal-hero { padding: 30px 0 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(42px, 6vw, 74px); }
.legal-hero p { max-width: 720px; margin: 24px 0 0; color: var(--muted); }
.draft-notice { margin-top: 30px; padding: 18px 20px; border: 1px solid rgba(215,180,119,.42); border-radius: 14px; color: #ead3aa; background: rgba(215,180,119,.08); font-size: 13px; }
.legal-content { padding: 70px 0 120px; }
.legal-section { max-width: 850px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.legal-section h2 { font-size: 34px; }
.legal-section h3 { margin: 30px 0 10px; font-size: 17px; }
.legal-section p, .legal-section li { color: #adb5ad; font-size: 14px; line-height: 1.75; }
.legal-section a { color: var(--green-bright); }
.legal-placeholder { color: #f0cc8b; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .process-panel { gap: 50px; padding: 48px; }
  .coverage-grid { gap: 45px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 620px); --radius: 16px; }
  html { scroll-padding-top: 76px; }
  .site-header { background: rgba(8, 13, 9, .74); backdrop-filter: blur(12px); }
  .header-inner { height: 70px; gap: 12px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-mark img { width: 42px; height: 36px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { display: none; }
  .menu-toggle { display: block; order: 3; }
  .header-actions { order: 2; }
  .main-nav {
    position: absolute; left: 0; right: 0; top: 70px; display: grid; gap: 0; margin: 0;
    padding: 8px 14px 18px; transform: translateY(-10px); opacity: 0; pointer-events: none;
    background: rgba(8,13,9,.97); border-bottom: 1px solid var(--line); transition: opacity .2s, transform .2s;
  }
  .site-header.menu-open .main-nav { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14px; }
  .language-switch button { width: 30px; height: 28px; }
  .hero { min-height: 1020px; align-items: flex-start; }
  .hero-media { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,9,6,.94), rgba(5,9,6,.55)), linear-gradient(0deg, rgba(8,13,9,.98) 7%, transparent 62%); }
  .hero-inner { min-height: 820px; padding-top: 154px; display: block; }
  .hero-copy { width: 100%; padding: 0; }
  h1 { font-size: clamp(48px, 14vw, 67px); }
  h2 { font-size: clamp(38px, 11vw, 52px); }
  .hero-lead { max-width: 520px; margin-top: 22px; font-size: 16px; line-height: 1.55; }
  .hero-actions { margin-top: 27px; }
  .hero-actions .button { width: 100%; }
  .hero-note { margin-top: 18px; }
  .hero-card { display: none; }
  .trust-strip { bottom: 14px; grid-template-columns: 1fr; padding: 8px 13px; }
  .trust-strip > div { min-height: 48px; padding: 5px 7px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .trust-strip svg { width: 21px; height: 21px; }
  .section { padding: 82px 0; }
  .section-heading, .section-heading-centered { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-heading > p { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 370px 270px 270px; }
  .gallery-item-large { grid-row: auto; }
  .gallery-item figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .process-panel { grid-template-columns: 1fr; gap: 42px; padding: 32px 22px; border-radius: 22px; }
  .process-steps li { grid-template-columns: 43px 1fr; padding: 17px 14px; }
  .process-steps li > span { width: 40px; height: 40px; }
  .coverage-grid { grid-template-columns: 1fr; gap: 40px; }
  .route-card { min-height: 360px; }
  .route-label strong { font-size: 11px; }
  .route-label-estepona { left: 3%; }.route-label-sanpedro { left: 27%; }.route-label-marbella { left: 57%; }.route-label-lacala { right: 2%; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: 190px; }
  .reason-card h3 { margin-top: 38px; }
  .contact { padding-top: 20px; }
  .contact-card { grid-template-columns: 1fr; gap: 38px; padding: 42px 22px; border-radius: 22px; }
  .contact-card::after { display: none; }
  .contact-link { grid-template-columns: 43px 1fr auto; padding: 12px; }
  .contact-link strong { font-size: 14px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { flex-wrap: wrap; }
  .site-footer { padding-bottom: 100px; }
  .mobile-contact-bar {
    position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1.15fr;
    padding: 6px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(8,13,9,.92); backdrop-filter: blur(14px); box-shadow: 0 14px 45px rgba(0,0,0,.55);
  }
  .mobile-contact-bar a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; font-size: 12px; font-weight: 800; text-decoration: none; }
  .mobile-contact-bar a:last-child { color: #10170e; background: var(--green-bright); }
  .mobile-contact-bar svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .legal-header-space { padding-top: 115px; }
  .legal-content { padding-top: 40px; }
  .legal-section { padding: 32px 0; }
  .legal-section h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
