:root {
  --ink: #18231d;
  --ink-soft: #354139;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --gold: #c9973f;
  --gold-light: #e3bf75;
  --line: rgba(24, 35, 29, 0.16);
  --white: #ffffff;
  --font-geist-sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.check { flex: 0 0 auto; color: var(--gold); font-weight: 800; }

svg {
  width: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5vw;
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.brand span { font-size: 1.05rem; }
.brand small {
  color: var(--gold-light);
  font-size: 0.64rem;
  letter-spacing: 0.24em;
}

.site-header nav {
  display: flex;
  gap: 28px;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.78);
}

.site-header nav a:hover { color: var(--white); }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  padding-bottom: 5px;
  font-size: 0.84rem;
  font-weight: 650;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 54% 46%;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 8vw 90px 8vw;
}

.hero-copy::after {
  content: "48";
  position: absolute;
  left: 2vw;
  bottom: -0.24em;
  color: rgba(255,255,255,0.028);
  font-size: 29rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.services-section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(3.3rem, 6.6vw, 7.2rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.hero h1 { max-width: 720px; }

.hero-description {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 30px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  margin-top: 38px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 720;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,0.35); color: var(--white); }
.button-light { background: var(--paper); color: var(--ink); }

.micro-location {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
}

.micro-location svg { width: 15px; }

.hero-visual { position: relative; min-width: 0; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,35,29,0.75) 0%, transparent 24%), linear-gradient(0deg, rgba(24,35,29,0.25), transparent 55%);
}

.hero-visual img { height: 100%; object-fit: cover; }
.hero-stamp {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 58px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  color: var(--white);
  backdrop-filter: blur(6px);
  transform: rotate(-7deg);
}

.hero-stamp span { font-size: 3.3rem; font-weight: 800; letter-spacing: -0.08em; }
.hero-stamp small { font-size: 0.63rem; line-height: 1.4; text-transform: uppercase; letter-spacing: 0.08em; }

.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--gold);
  padding: 0 7vw;
}

.highlights div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  padding: 30px 20px;
  border-right: 1px solid rgba(24,35,29,0.2);
}

.highlights div:last-child { border-right: 0; }
.highlights strong { font-size: 1.45rem; letter-spacing: -0.04em; }
.highlights span { font-size: 0.77rem; text-transform: uppercase; letter-spacing: 0.12em; }

.section { padding: 120px 7vw; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 58px;
}

.section-heading h2,
.services-section h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.section-heading > p {
  max-width: 420px;
  margin: 0 0 6px;
  color: #6d766f;
  font-size: 1rem;
  line-height: 1.7;
}

.mobile-swipe-hint { display: none; }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.package-card {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.package-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 6px 9px;
  border-radius: 99px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.package-name {
  margin: 0 0 32px;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price { min-height: 66px; display: flex; flex-direction: column; }
.price strong { font-size: clamp(1.7rem, 2vw, 2.4rem); letter-spacing: -0.06em; line-height: 1.1; }
.price span { margin-top: 4px; color: var(--gold); font-size: 0.78rem; font-weight: 700; }
.package-description { min-height: 48px; margin: 18px 0 20px; color: #788178; font-size: 0.84rem; line-height: 1.55; }
.featured .package-description { color: rgba(255,255,255,0.58); }

.package-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.package-card li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.82rem; line-height: 1.45; }
.package-card li svg { flex: 0 0 auto; width: 16px; color: var(--gold); }
.package-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.79rem;
  font-weight: 730;
}
.featured > a { border-color: rgba(255,255,255,0.14); }
.section-note { margin: 20px 0 0; color: #737b75; font-size: 0.75rem; line-height: 1.5; }

.economy-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  padding: 100px 7vw;
  background: var(--cream);
}
.economy-heading h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 6rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.94;
}
.economy-heading > p:last-child {
  max-width: 610px;
  margin: 28px 0 0;
  color: #667069;
  font-size: 1rem;
  line-height: 1.7;
}
.economy-card {
  padding: 42px;
  border-top: 4px solid var(--gold);
  background: var(--paper);
  box-shadow: 0 22px 60px rgba(24,35,29,0.09);
}
.economy-card > p { margin: 0; color: #59645d; line-height: 1.75; }
.economy-card ul { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.economy-card li { display: flex; align-items: flex-start; gap: 11px; font-size: 0.9rem; font-weight: 650; }
.economy-card li svg { flex: 0 0 auto; width: 17px; color: var(--gold); }
.economy-card > strong { display: block; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); line-height: 1.5; }
.economy-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; color: var(--ink); font-size: 0.84rem; font-weight: 760; }

.gallery-section { padding: 110px 7vw 120px; background: var(--ink); color: var(--white); overflow: hidden; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 50px; }
.gallery-heading h2 { margin: 0; max-width: 820px; font-size: clamp(3rem, 5.4vw, 6rem); font-weight: 520; letter-spacing: -0.065em; line-height: 0.94; }
.gallery-heading > p { max-width: 420px; margin: 0 0 6px; color: rgba(255,255,255,.58); line-height: 1.7; }
.gallery-swipe-hint { display: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-item { position: relative; aspect-ratio: 3 / 4; padding: 0; border: 0; overflow: hidden; background: #111915; color: var(--white); cursor: zoom-in; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; aspect-ratio: 3 / 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform 500ms ease, opacity 300ms ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(10,16,12,.68)); pointer-events: none; }
.gallery-item:hover img { transform: scale(1.025); opacity: .92; }
.gallery-number, .gallery-zoom { position: absolute; z-index: 1; bottom: 15px; font-size: .68rem; font-weight: 720; }
.gallery-number { left: 16px; letter-spacing: .14em; }
.gallery-zoom { right: 16px; display: grid; place-items: center; width: 32px; height: 32px; bottom: 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 1rem; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 32px 90px; }
.lightbox-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(8,13,10,.94); backdrop-filter: blur(12px); }
.lightbox figure { position: relative; z-index: 1; height: min(86vh, 900px); margin: 0; }
.lightbox figure img { width: auto; height: 100%; max-width: 82vw; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 28px; margin-top: 12px; color: rgba(255,255,255,.72); font-size: .78rem; }
.lightbox figcaption span { color: var(--gold-light); }
.lightbox-close, .lightbox-arrow { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.07); color: var(--white); cursor: pointer; }
.lightbox-close { top: 22px; right: 22px; width: 46px; height: 46px; font-size: 1.8rem; font-weight: 200; }
.lightbox-arrow { top: 50%; width: 50px; height: 50px; font-size: 2rem; transform: translateY(-50%); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.testimonials-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 8vw;
  align-items: center;
  padding: 120px 7vw;
  background: var(--paper);
  overflow: hidden;
}
.testimonials-copy h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  font-weight: 520;
  letter-spacing: -.065em;
  line-height: .94;
}
.testimonials-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 28px 0 0;
  color: #667069;
  line-height: 1.7;
}
.testimonial-proof {
  display: grid;
  grid-template-columns: 46px 1fr;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.testimonial-proof > span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: .9;
}
.testimonial-proof strong { font-size: .86rem; }
.testimonial-proof small { margin-top: 4px; color: #7b847d; font-size: .72rem; line-height: 1.45; }
.testimonials-media { min-width: 0; }
.testimonials-swipe-hint { display: none; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.testimonial-card { min-width: 0; }
.testimonial-video {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 4px;
  background: #111915;
  box-shadow: 0 24px 60px rgba(24,35,29,.13);
}
.testimonial-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #111915;
}
.testimonial-meta {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  padding: 17px 2px 0;
}
.testimonial-meta > span { padding-top: 2px; color: var(--gold); font-size: .66rem; font-weight: 760; letter-spacing: .1em; }
.testimonial-meta div { display: grid; gap: 4px; }
.testimonial-meta strong { font-size: .88rem; line-height: 1.35; }
.testimonial-meta small { color: #7a837c; font-size: .7rem; }

.rental-section { background: var(--cream); }
.rental-table { border-top: 1px solid var(--ink); }
.rental-row {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1.4fr;
  gap: 24px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid rgba(24,35,29,0.18);
}
.rental-head { min-height: 48px; color: #7c837d; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.rental-row strong { color: var(--ink); font-size: 1.2rem; letter-spacing: -0.03em; }
.rental-period { font-weight: 620; }
.rental-condition { color: #717a73; font-size: 0.85rem; }

.services-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9vw;
  align-items: center;
  padding: 120px 7vw;
  background: var(--ink);
  color: var(--white);
}
.services-copy > p:last-child { max-width: 420px; margin: 28px 0 0; color: rgba(255,255,255,0.56); line-height: 1.7; }
.service-cloud { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; }
.service-cloud span {
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  font-size: 0.86rem;
}
.service-cloud span.accent { border-color: var(--gold); background: var(--gold); color: var(--ink); }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps-grid article { min-height: 260px; padding: 26px 24px 30px 0; border-right: 1px solid var(--line); }
.steps-grid article:not(:first-child) { padding-left: 24px; }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article > span { color: var(--gold); font-size: 0.72rem; font-weight: 750; }
.steps-grid h3 { margin: 70px 0 14px; font-size: 1.1rem; }
.steps-grid p { margin: 0; color: #707971; font-size: 0.87rem; line-height: 1.62; }

.faq-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 10vw; padding-top: 30px; }
.faq-title h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 650;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 1.5rem; font-weight: 300; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 42px 28px 0; color: #6c756e; font-size: 0.9rem; line-height: 1.7; }

.final-cta { padding: 120px 7vw; text-align: center; background: var(--gold); color: var(--ink); }
.final-cta .eyebrow { color: rgba(24,35,29,0.68); }
.final-cta h2 { max-width: 850px; margin: auto; font-size: clamp(3rem, 6vw, 6.3rem); }
.final-cta > p:not(.eyebrow) { max-width: 520px; margin: 28px auto 36px; line-height: 1.65; }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 70px 7vw 108px;
  background: #111915;
  color: var(--white);
}
.footer-brand p { margin: 16px 0 0; color: rgba(255,255,255,0.4); font-size: 0.78rem; }
.footer-contact { display: grid; justify-items: end; gap: 8px; text-align: right; }
.footer-contact > a { font-weight: 650; }
.footer-contact address { max-width: 420px; color: rgba(255,255,255,0.48); font-size: 0.78rem; font-style: normal; line-height: 1.5; }
.legal { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.3); font-size: 0.66rem; line-height: 1.5; }
.mobile-whatsapp { display: none; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 60% 40%; }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .site-header { position: absolute; padding: 18px 20px; }
  .brand span { font-size: 0.9rem; }
  .brand small { font-size: 0.53rem; }
  .header-cta { display: none; }

  .hero {
    min-height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }
  .hero-visual { position: absolute; inset: 0; }
  .hero-visual::after {
    background: linear-gradient(0deg, var(--ink) 6%, rgba(24,35,29,0.88) 42%, rgba(24,35,29,0.24) 100%);
  }
  .hero-copy { order: 2; padding: 150px 20px 42px; justify-content: flex-end; min-height: 780px; }
  .hero-copy::after { display: none; }
  .hero h1 { max-width: 340px; font-size: clamp(3.3rem, 16vw, 5.4rem); }
  .hero-description { max-width: 355px; margin-top: 20px; font-size: 0.96rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 28px; }
  .button { width: 100%; min-height: 56px; }
  .button-ghost { display: none; }
  .micro-location { margin-top: 20px; }
  .hero-stamp { top: 84px; right: 18px; bottom: auto; width: 92px; height: 92px; }
  .hero-stamp span { font-size: 2rem; }
  .hero-stamp small { font-size: 0.48rem; }

  .highlights { grid-template-columns: repeat(3, 1fr); padding: 0; }
  .highlights div { min-width: 0; flex-direction: column; align-items: center; gap: 3px; padding: 19px 6px; }
  .highlights strong { font-size: 1rem; }
  .highlights span { font-size: 0.53rem; letter-spacing: 0.08em; }

  .section { padding: 78px 20px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2, .services-section h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .section-heading > p { margin-top: 20px; font-size: 0.9rem; line-height: 1.6; }
  .eyebrow { margin-bottom: 16px; font-size: 0.64rem; }

  .packages-section { padding-right: 0; }
  .packages-section .section-heading, .packages-section .section-note { padding-right: 20px; }
  .mobile-swipe-hint { display: flex; align-items: center; gap: 8px; margin: -10px 20px 18px 0; color: #818881; font-size: 0.7rem; }
  .mobile-swipe-hint span { color: var(--gold); }
  .packages-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 20px 14px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .packages-grid::-webkit-scrollbar { display: none; }
  .package-card { flex: 0 0 84vw; min-height: 450px; padding: 26px; scroll-snap-align: start; }
  .package-card:first-child { margin-left: 0; }
  .price strong { font-size: 2rem; }

  .economy-section { display: block; padding: 74px 20px; }
  .economy-heading h2 { font-size: clamp(2.9rem, 13vw, 4.3rem); }
  .economy-heading > p:last-child { margin-top: 20px; font-size: 0.9rem; line-height: 1.65; }
  .economy-card { margin-top: 34px; padding: 27px 24px; }
  .economy-card > p { font-size: 0.86rem; line-height: 1.7; }
  .economy-card li { font-size: 0.82rem; }
  .economy-card > strong { font-size: 0.88rem; }

  .gallery-section { padding: 74px 0 82px; }
  .gallery-heading { display: block; margin: 0 20px 28px; }
  .gallery-heading h2 { font-size: clamp(2.9rem, 13vw, 4.3rem); }
  .gallery-heading > p { margin-top: 20px; font-size: .9rem; line-height: 1.6; }
  .gallery-swipe-hint { display: flex; align-items: center; gap: 8px; margin: 0 20px 16px; color: rgba(255,255,255,.48); font-size: .7rem; }
  .gallery-swipe-hint span { color: var(--gold); }
  .gallery-grid { display: flex; gap: 10px; overflow-x: auto; padding: 0 20px 16px; scroll-snap-type: x mandatory; scroll-padding-left: 20px; scrollbar-width: none; }
  .gallery-grid::-webkit-scrollbar { display: none; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { flex: 0 0 82vw; aspect-ratio: 3 / 4; scroll-snap-align: center; border-radius: 3px; }
  .gallery-item:first-child { scroll-snap-align: start; }
  .gallery-number { font-size: .75rem; }
  .lightbox { padding: 74px 14px 94px; }
  .lightbox figure { width: 100%; height: auto; }
  .lightbox figure img { width: 100%; height: auto; max-height: 74vh; max-width: none; object-fit: contain; }
  .lightbox figcaption { padding: 0 6px; }
  .lightbox-close { top: 16px; right: 16px; }
  .lightbox-arrow { top: auto; bottom: 18px; transform: none; }
  .lightbox-prev { left: calc(50% - 62px); }
  .lightbox-next { right: calc(50% - 62px); }

  .testimonials-section { display: block; padding: 78px 0 86px; }
  .testimonials-copy { padding: 0 20px; }
  .testimonials-copy h2 { font-size: clamp(2.9rem, 13vw, 4.3rem); }
  .testimonials-copy > p:not(.eyebrow) { margin-top: 20px; font-size: .9rem; line-height: 1.65; }
  .testimonial-proof { grid-template-columns: 38px 1fr; margin-top: 28px; padding-top: 20px; }
  .testimonial-proof > span { font-size: 3rem; }
  .testimonials-media { margin-top: 38px; }
  .testimonials-swipe-hint { display: flex; align-items: center; gap: 8px; margin: 0 20px 14px; color: #818881; font-size: .7rem; }
  .testimonials-swipe-hint span { color: var(--gold); }
  .testimonials-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 20px 16px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    scrollbar-width: none;
  }
  .testimonials-grid::-webkit-scrollbar { display: none; }
  .testimonial-card { flex: 0 0 78vw; scroll-snap-align: center; }
  .testimonial-card:first-child { scroll-snap-align: start; }
  .testimonial-video { border-radius: 5px; box-shadow: 0 18px 44px rgba(24,35,29,.16); }
  .testimonial-meta { padding-top: 14px; }

  .rental-row { grid-template-columns: 1fr auto; gap: 8px 18px; padding: 20px 0; min-height: 0; }
  .rental-head { display: none; }
  .rental-row strong { text-align: right; font-size: 1.05rem; }
  .rental-condition { grid-column: 1 / -1; font-size: 0.75rem; }
  .rental-period { font-size: 0.86rem; }

  .services-section { display: block; padding: 78px 20px; }
  .services-copy > p:last-child { margin-top: 20px; font-size: 0.9rem; }
  .service-cloud { margin-top: 38px; gap: 7px; }
  .service-cloud span { padding: 11px 13px; font-size: 0.74rem; }

  .steps-grid { display: block; }
  .steps-grid article, .steps-grid article:not(:first-child) {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .steps-grid h3 { margin: 0 0 8px; }
  .steps-grid p { grid-column: 2; }

  .faq-section { display: block; padding-top: 8px; }
  .faq-title h2 { font-size: 2.8rem; }
  .faq-list { margin-top: 36px; }
  .faq-list summary { min-height: 72px; font-size: 0.9rem; }
  .faq-list details p { margin-right: 22px; font-size: 0.82rem; }

  .final-cta { padding: 82px 20px; text-align: left; }
  .final-cta h2 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .final-cta > p:not(.eyebrow) { margin: 22px 0 30px; font-size: 0.9rem; }

  footer { display: block; padding: 55px 20px 32px; }
  .footer-contact { justify-items: start; margin-top: 36px; text-align: left; }
  .legal { margin-top: 36px; }

  .mobile-whatsapp {
    position: fixed;
    z-index: 50;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--ink);
    box-shadow: 0 12px 40px rgba(17,25,21,0.3);
    font-size: 0.9rem;
    font-weight: 760;
  }
}

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