:root {
  --ink: #171a1f;
  --ink-2: #252a31;
  --muted: #66707d;
  --line: #dfe4ea;
  --paper: #ffffff;
  --soft: #f4f6f8;
  --amber: #ff9f1c;
  --amber-2: #ff6b00;
  --green: #19a957;
  --shadow: 0 22px 60px rgba(12, 18, 28, .18);
  --radius: 8px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}
.section { padding: 76px 0; }
.section-dark { background: var(--ink); color: #fff; }
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(223,228,234,.75);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
}
.nav-wrap {
  width: min(100% - 24px, var(--max));
  min-height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand img {
  width: 108px;
  height: auto;
  filter: drop-shadow(0 6px 12px rgba(23, 26, 31, .08));
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: .94rem;
  font-weight: 700;
}
.nav-menu a:not(.btn) { color: #323943; }
.nav-menu a:not(.btn):hover { color: var(--amber-2); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--ink);
  display: block;
}
.btn {
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #171a1f;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  box-shadow: 0 12px 26px rgba(255, 126, 0, .28);
}
.btn-secondary {
  color: #fff;
  background: var(--ink);
}
.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.08);
}
.btn-small { min-height: 42px; padding: 10px 16px; }
.btn-full { width: 100%; }
.btn-whatsapp { color: #fff; background: var(--green); }
.btn-whatsapp:hover { box-shadow: 0 12px 26px rgba(25, 169, 87, .24); }

.hero {
  min-height: 720px;
  padding: 132px 0 82px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(14,17,22,.96) 0%, rgba(14,17,22,.78) 48%, rgba(14,17,22,.34) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 900'%3E%3Crect width='1400' height='900' fill='%2324292f'/%3E%3Cpath d='M0 620h1400v280H0z' fill='%23191d22'/%3E%3Cpath d='M0 420 210 270l150 120 160-170 230 210 210-250 440 350v130H0z' fill='%23323a42'/%3E%3Cpath d='M180 585h700c42 0 78 31 85 72l8 48H137l12-72c5-28 18-48 31-48z' fill='%23f7f8f9'/%3E%3Cpath d='M274 504h380c76 0 149 34 197 93H211l20-52c9-24 22-41 43-41z' fill='%23fff'/%3E%3Cpath d='M315 536h120v58H292zM472 536h150v58H472zM660 536h93c23 14 44 33 63 58H660z' fill='%23273037'/%3E%3Ccircle cx='300' cy='705' r='58' fill='%23171a1f'/%3E%3Ccircle cx='300' cy='705' r='25' fill='%23ff9f1c'/%3E%3Ccircle cx='800' cy='705' r='58' fill='%23171a1f'/%3E%3Ccircle cx='800' cy='705' r='25' fill='%23ff9f1c'/%3E%3Cpath d='M950 330h330v340H950z' fill='%2322282e'/%3E%3Cpath d='M985 365h260v64H985zM985 470h260v64H985z' fill='%23ff9f1c' opacity='.82'/%3E%3C/svg%3E") center/cover;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: .78rem;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  font-size: clamp(2.35rem, 7vw, 4.7rem);
  line-height: .98;
  letter-spacing: 0;
  max-width: 880px;
}
.hero-text {
  margin: 24px 0 0;
  max-width: 680px;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.05rem, 2.8vw, 1.32rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.booking-panel {
  width: min(100%, 390px);
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.booking-panel strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.1;
}
.panel-kicker {
  color: var(--amber);
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}
.booking-panel p { color: rgba(255,255,255,.78); }
.trust-strip {
  background: var(--amber);
  color: var(--ink);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.trust-grid div {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(23,26,31,.14);
}
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { font-size: 1.75rem; line-height: 1; }
.trust-grid span { font-weight: 800; font-size: .88rem; }
.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}
.section-heading h2,
.booking-copy h2,
.map-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.45rem);
  line-height: 1.04;
}
.section-heading p,
.booking-copy p,
.map-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-card, .price-card, .booking-form, .contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.service-card {
  padding: 24px;
  min-height: 248px;
}
.service-card .icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff2df;
}
.service-card svg { width: 26px; height: 26px; stroke: currentColor; }
.service-card h3 { margin: 18px 0 8px; font-size: 1.18rem; }
.service-card p { margin: 0; color: var(--muted); }
.pricing-section { background: var(--soft); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.price-card {
  position: relative;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
}
.price-card.featured {
  border-color: var(--amber);
  box-shadow: var(--shadow);
}
.winter-offer {
  overflow: hidden;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--amber), var(--amber-2), #171a1f) border-box;
  border: 2px solid transparent;
}
.winter-offer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--amber), var(--amber-2));
}
.outdoor-card {
  background: linear-gradient(180deg, #fff, #f8fafc);
}
.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}
.offer-line {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--amber);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: #fff5e7;
  color: #252a31;
  font-weight: 900;
}
.price-top h3 { margin: 0; font-size: 1.55rem; }
.price-top span { color: var(--muted); font-weight: 800; }
.price {
  margin: 24px 0 0;
  font-size: clamp(3rem, 8vw, 4.8rem);
  line-height: 1;
  font-weight: 900;
}
.price sup { font-size: .42em; }
.price small { font-size: .22em; color: var(--muted); }
.monthly {
  margin: 8px 0 22px;
  color: var(--amber-2);
  font-weight: 900;
}
.price-whatsapp {
  margin-top: 10px;
}
.price-card ul {
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}
.price-card li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
}
.availability-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}
.booking-layout,
.map-layout,
.footer-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.contact-card {
  margin-top: 24px;
  padding: 20px;
  display: grid;
  gap: 7px;
}
.contact-card a { color: var(--amber-2); font-weight: 900; }
.contact-card .contact-whatsapp {
  width: fit-content;
  margin-top: 6px;
  padding: 9px 12px;
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
}
.booking-form {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  box-shadow: var(--shadow);
}
.booking-form label {
  display: grid;
  gap: 7px;
  color: #323943;
  font-weight: 850;
  font-size: .94rem;
}
.booking-form label:nth-child(5),
.booking-form label:nth-child(6),
.booking-form button,
.form-note { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 1px solid #cfd6df;
  border-radius: var(--radius);
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
}
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(255,159,28,.3);
  border-color: var(--amber);
}
textarea { resize: vertical; }
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.map-section { background: var(--ink); color: #fff; }
.map-copy p { color: rgba(255,255,255,.74); }
.map-box {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: #222831;
}
.map-box iframe {
  width: 100%;
  min-height: 460px;
  display: block;
}
.map-visual {
  position: relative;
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(255,159,28,.18), transparent 38%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 56px),
    #222831;
}
.road {
  position: absolute;
  height: 28px;
  width: 130%;
  left: -15%;
  background: #f3f6f8;
  border-radius: 999px;
  opacity: .88;
}
.road-a { top: 52%; transform: rotate(-22deg); }
.road-b { top: 40%; transform: rotate(31deg); }
.pin {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--amber);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 10px 30px rgba(255,159,28,.45);
}
.pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: var(--ink);
}
.map-label {
  position: absolute;
  left: calc(50% + 22px);
  top: calc(46% - 12px);
  padding: 8px 12px;
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
}
.footer {
  padding: 54px 0 28px;
  background: #fff;
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.footer img {
  width: 168px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(23, 26, 31, .08));
}
.footer-grid {
  grid-template-columns: 1.1fr .9fr .8fr;
}
.footer p,
.legal-copy p { color: var(--muted); }
address, .legal-links {
  font-style: normal;
  display: grid;
  gap: 9px;
}
.footer a,
.legal-links button {
  color: #323943;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.footer a:hover,
.legal-links button:hover { color: var(--amber); }
.legal-copy {
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 20px;
  font-size: .9rem;
}
.modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(9, 12, 16, .72);
}
.modal[aria-hidden="false"] { display: flex; }
.modal-panel {
  width: min(100%, 560px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  position: relative;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}
.modal-panel h2 { margin: 0 0 12px; font-size: 1.8rem; }
.modal-panel p { color: var(--muted); }
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(25, 169, 87, .32);
}

@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) 390px; align-items: end; }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav-menu {
    position: absolute;
    top: 74px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: 11px 10px; }
  .nav-menu .btn { width: 100%; }
  .service-grid, .pricing-grid, .booking-layout, .map-layout, .footer-grid {
    grid-template-columns: 1fr;
  }
  .service-card { min-height: auto; }
  .booking-form { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 118px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, var(--max)); }
  .section { padding: 56px 0; }
  .brand img { width: 78px; }
  .hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(23,26,31,.14);
  }
  .trust-grid div:last-child { border-bottom: 0; }
  .price-card, .booking-form, .modal-panel { padding: 20px; }
  .badge {
    position: static;
    display: inline-flex;
    margin-bottom: 14px;
  }
  .map-box, .map-visual { min-height: 320px; }
  .map-box iframe { min-height: 320px; }
  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 10px 13px;
    font-size: .9rem;
  }
}
