:root {
  --ink: #102b34;
  --ink-rgb: 16, 43, 52;
  --accent: #17a98c;
  --accent-strong: #0b826c;
  --paper: #f6f4ef;
  --surface: #ffffff;
  --muted: #62737a;
  --line: rgba(16, 43, 52, 0.14);
  --warm: #d3a85c;
  --whatsapp: #159a62;
  --shell: min(1180px, calc(100% - 48px));
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; flex: 0 0 auto; }
.shell { width: var(--shell); margin-inline: auto; }
.section-space { padding-block: 104px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(24px, calc((100% - 1180px) / 2));
  background: rgba(var(--ink-rgb), .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  color: #fff;
}
.brand { display: flex; align-items: center; min-width: 0; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 11px; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.site-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; }
.nav-cta:hover { background: rgba(255,255,255,.12); }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 6px;
}

.hero {
  position: relative;
  min-height: min(760px, 92svh);
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(var(--ink-rgb), .95) 0%, rgba(var(--ink-rgb), .82) 39%, rgba(var(--ink-rgb), .18) 72%, rgba(var(--ink-rgb), .05) 100%);
}
.hero-inner { position: relative; z-index: 2; padding-block: 162px 104px; }
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow > span:first-child { width: 28px; height: 2px; background: var(--accent); }
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .99;
  font-weight: 800;
}
.hero-title {
  max-width: 680px;
  margin: 18px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.18;
  font-weight: 700;
}
.hero-description { max-width: 590px; margin: 18px 0 0; color: rgba(255,255,255,.78); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button-primary { color: var(--ink); background: var(--accent); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.07); }
.button-dark { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: #fff; }
.rating-pill {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}
.rating-value { color: #fff; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 800; }
.stars { color: #f3ba4f; font-size: 13px; }

.trust-band { color: #fff; background: var(--ink); }
.trust-grid { min-height: 108px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; border-right: 0; }
.trust-item svg { width: 27px; height: 27px; color: var(--accent); }
.trust-item span { display: grid; min-width: 0; line-height: 1.3; }
.trust-item strong { font-size: 15px; }
.trust-item small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 12px; overflow-wrap: anywhere; }

.about-grid, .detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: 8vw; }
.about-media { position: relative; }
.about-media::before { content: ""; position: absolute; z-index: -1; top: 28px; right: -28px; width: 52%; height: calc(100% - 56px); background: var(--accent); }
.about-media img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.media-note {
  position: absolute;
  right: -10px;
  bottom: 28px;
  max-width: 260px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 17px;
  color: #fff;
  background: var(--ink);
  border: 4px solid #fff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}
.media-note svg { color: var(--accent); }
.section-copy h2, .section-heading h2, .process-intro h2, .detail-copy h2, .faq-intro h2, .contact-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 4.1vw, 52px);
  line-height: 1.08;
  font-weight: 800;
}
.section-copy > p:not(.section-kicker), .process-intro > p:not(.section-kicker), .detail-copy > p:not(.section-kicker), .faq-intro > p:not(.section-kicker) { margin: 22px 0 0; color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 600; }
.check-list svg { color: var(--accent-strong); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 2px solid var(--accent); font-weight: 800; }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 430px; overflow: hidden; color: #fff; background: var(--ink); border-radius: 6px; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(var(--ink-rgb), .92), rgba(var(--ink-rgb), 0) 66%); }
.service-card:hover img { transform: scale(1.035); }
.service-card-content { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 26px; }
.service-card-content span { color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.service-card-content h3 { margin: 6px 0 0; font-family: "Manrope", sans-serif; font-size: 25px; line-height: 1.12; }
.service-card-content p { margin: 9px 0 0; color: rgba(255,255,255,.73); font-size: 13px; }

.process { color: #fff; background: var(--accent-strong); }
.process-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 9vw; }
.process-intro .section-kicker { color: #fff; opacity: .75; }
.process-intro > p:not(.section-kicker) { color: rgba(255,255,255,.75); }
.process-intro .button { margin-top: 28px; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.step { counter-increment: item; display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.step:first-child { padding-top: 0; }
.step::before { content: "0" counter(item); font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 800; color: rgba(255,255,255,.38); }
.step h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 21px; }
.step p { margin: 6px 0 0; color: rgba(255,255,255,.7); }

.detail-band { background: #fff; }
.detail-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); }
.detail-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.detail-point { padding-top: 17px; border-top: 2px solid var(--accent); }
.detail-point strong { display: block; font-family: "Manrope", sans-serif; font-size: 15px; line-height: 1.3; }
.detail-photo { margin: 0; }
.detail-photo img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.detail-photo figcaption { margin-top: 9px; color: var(--muted); font-size: 11px; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1fr); gap: 9vw; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { color: var(--accent-strong); transition: transform .2s ease; }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-item p { margin: -2px 40px 22px 0; color: var(--muted); }

.contact { padding-block: 90px; color: #fff; background: var(--ink); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); align-items: center; gap: 8vw; }
.contact-copy .section-kicker { color: var(--accent); }
.contact-copy > p:not(.section-kicker) { max-width: 560px; color: rgba(255,255,255,.7); }
.contact-copy .button { margin-top: 24px; }
.contact-data { display: grid; border-top: 1px solid rgba(255,255,255,.16); }
.contact-data > a, .contact-data > span { display: flex; align-items: center; gap: 16px; min-width: 0; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-data > * > svg { color: var(--accent); }
.contact-data > * > span { display: grid; min-width: 0; }
.contact-data small { color: rgba(255,255,255,.55); }
.contact-data strong { font-size: 14px; overflow-wrap: anywhere; }

.site-footer { color: rgba(255,255,255,.68); background: #091b21; font-size: 12px; }
.footer-inner { min-height: 106px; display: grid; grid-template-columns: minmax(180px, .7fr) minmax(280px, 1fr) auto; align-items: center; gap: 32px; }
.footer-inner > div { display: grid; }
.footer-inner strong { color: #fff; font-family: "Manrope", sans-serif; font-size: 15px; }
.footer-inner p { margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .section-space { padding-block: 80px; }
  .menu-button { display: grid; }
  .site-header { padding-inline: 18px; }
  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,.14);
  }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 10px; padding: 12px 14px; color: #fff; background: var(--ink); border: 0; }
  .hero { min-height: 760px; background-position: 62% center; }
  .hero-video { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(var(--ink-rgb), .95), rgba(var(--ink-rgb), .67) 72%, rgba(var(--ink-rgb), .34)); }
  .hero-inner { padding-block: 146px 78px; }
  .hero h1, .hero-title, .hero-description { max-width: 650px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-item, .trust-item:first-child, .trust-item:last-child { min-height: 82px; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-item:last-child { border-bottom: 0; }
  .about-grid, .detail-grid, .process-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 58px; }
  .about-media { width: calc(100% - 28px); }
  .about-media::before { right: -28px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid .service-card:last-child { grid-column: span 2; min-height: 350px; }
  .detail-copy { order: 2; }
  .detail-photo { order: 1; }
  .faq-intro p { max-width: 620px; }
  .footer-inner { grid-template-columns: 1fr auto; padding-block: 28px; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); --header-height: 68px; }
  body { font-size: 15px; }
  .section-space { padding-block: 64px; }
  .site-header { min-height: var(--header-height); padding-inline: 16px; }
  .brand-copy strong { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
  .brand-copy small { display: none; }
  .menu-button { width: 40px; height: 40px; }
  .hero { min-height: 690px; align-items: flex-end; background-position: 67% center; }
  .hero-video { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(var(--ink-rgb), .97) 0%, rgba(var(--ink-rgb), .82) 56%, rgba(var(--ink-rgb), .32) 100%); }
  .hero-inner { padding-block: 118px 50px; }
  .hero h1 { font-size: clamp(38px, 13vw, 54px); }
  .hero-title { margin-top: 14px; font-size: 22px; }
  .hero-description { margin-top: 14px; font-size: 15px; }
  .hero-actions { display: grid; margin-top: 24px; }
  .button { width: 100%; }
  .rating-pill { flex-wrap: wrap; gap: 7px; margin-top: 22px; }
  .rating-pill > span:last-child { width: 100%; }
  .trust-item svg { width: 24px; height: 24px; }
  .about-grid { gap: 48px; }
  .about-media { width: calc(100% - 16px); }
  .about-media::before { top: 16px; right: -16px; height: calc(100% - 32px); }
  .about-media img { aspect-ratio: .94; }
  .media-note { right: -10px; bottom: 16px; max-width: calc(100% - 30px); }
  .section-copy h2, .section-heading h2, .process-intro h2, .detail-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 32px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .services-grid .service-card:last-child { grid-column: auto; min-height: 380px; }
  .steps { margin-top: 4px; }
  .step { grid-template-columns: 52px 1fr; gap: 12px; }
  .detail-points { grid-template-columns: 1fr; }
  .detail-photo img { aspect-ratio: .95; }
  .faq-item summary { min-height: 68px; }
  .contact { padding-block: 64px; }
  .contact-layout { gap: 48px; }
  .footer-inner { min-height: 0; grid-template-columns: 1fr; gap: 16px; padding-block: 28px; }
  .footer-inner p { grid-column: auto; grid-row: auto; }
}

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