:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 96px;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 18% 24%, rgba(14, 165, 233, .2), transparent 26rem),
    radial-gradient(circle at 82% 16%, rgba(225, 29, 72, .18), transparent 24rem),
    linear-gradient(135deg, #07111f 0%, #0f172a 44%, #111827 100%);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 14px;
  background:
    linear-gradient(135deg, transparent 0 28%, #0ea5e9 28% 52%, transparent 52%),
    linear-gradient(45deg, transparent 0 46%, #e11d48 46% 76%, transparent 76%);
  box-shadow: 0 14px 32px rgba(14, 165, 233, .26);
  position: relative;
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .28);
}

.nav-link {
  position: relative;
  transition: color .25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #0ea5e9, #e11d48);
  transition: transform .25s ease;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.whatsapp-btn,
.primary-cta,
.secondary-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.whatsapp-btn {
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(135deg, #1fb854, #108f40);
  box-shadow: 0 14px 32px rgba(31, 184, 84, .24);
}

.primary-cta {
  padding: 15px 24px;
  color: #fff;
  background: linear-gradient(135deg, #e11d48, #0ea5e9);
  box-shadow: 0 20px 48px rgba(225, 29, 72, .26);
}

.secondary-cta {
  padding: 15px 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}

.whatsapp-btn:hover,
.primary-cta:hover,
.secondary-cta:hover {
  transform: translateY(-2px);
}

.mobile-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
}

.mobile-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  margin: 2px 0;
  border-radius: 999px;
  background: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.mobile-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  margin-top: 8px;
}

.mobile-menu a:not(.whatsapp-btn) {
  display: block;
  padding: 14px 10px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .84);
  font-weight: 750;
}

.mobile-menu a:not(.whatsapp-btn):hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.hero {
  position: relative;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 20, .9) 0%, rgba(4, 10, 20, .62) 48%, rgba(4, 10, 20, .4) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, .92) 0%, transparent 48%);
}

.hero-light {
  position: absolute;
  width: 34vw;
  height: 34vw;
  min-width: 260px;
  min-height: 260px;
  border-radius: 999px;
  filter: blur(46px);
  opacity: .58;
  animation: floatLight 9s ease-in-out infinite;
}

.hero-light-blue {
  right: 8%;
  top: 18%;
  background: rgba(14, 165, 233, .42);
}

.hero-light-red {
  right: 28%;
  bottom: 12%;
  background: rgba(225, 29, 72, .28);
  animation-delay: -3s;
}

.hero-metrics {
  margin-top: 30px;
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-metrics div {
  min-height: 104px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  padding: 18px;
  backdrop-filter: blur(18px);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: #fff;
  font-size: 1.04rem;
  font-weight: 950;
}

.hero-metrics span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
  line-height: 1.45;
}

.hero-card {
  justify-self: end;
  width: min(430px, 100%);
  border-radius: 30px;
  padding: 18px;
}

.hero-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 4px 16px;
}

.hero-card-top strong,
.hero-card-top span {
  display: block;
}

.hero-card-top strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 950;
}

.hero-card-top span {
  color: rgba(255, 255, 255, .66);
  font-size: .92rem;
}

.hero-card-photo {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
}

.hero-card-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-checklist {
  display: grid;
  gap: 10px;
  padding: 18px 2px;
}

.hero-checklist span {
  position: relative;
  display: block;
  padding-left: 28px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.45;
}

.hero-checklist span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #e11d48);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, .12);
}

.hero-strip {
  position: absolute;
  left: 50%;
  bottom: 92px;
  z-index: 6;
  display: flex;
  width: min(980px, calc(100% - 32px));
  transform: translateX(-50%);
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-strip span {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  padding: 10px 14px;
  color: rgba(255, 255, 255, .8);
  font-size: .88rem;
  font-weight: 800;
  backdrop-filter: blur(18px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  padding: 8px 13px;
  color: rgba(255, 255, 255, .84);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  backdrop-filter: blur(18px);
}

.section {
  padding: 112px 0;
  position: relative;
}

.proof-band {
  padding: 28px 0;
  background: linear-gradient(90deg, rgba(225, 29, 72, .1), rgba(14, 165, 233, .1));
  border-block: 1px solid rgba(255, 255, 255, .08);
}

.section-muted {
  background: rgba(255, 255, 255, .035);
  border-block: 1px solid rgba(255, 255, 255, .08);
}

.section-title {
  margin-top: 18px;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.05;
  font-weight: 950;
  color: #fff;
  letter-spacing: 0;
}

.glass-panel,
.hero-card,
.proof-card,
.service-card,
.category-panel,
.contact-card,
.feature-photo,
.map-card,
.modal-panel {
  border: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .07));
  box-shadow: 0 24px 80px rgba(2, 6, 23, .28);
  backdrop-filter: blur(24px);
}

.proof-card {
  min-height: 190px;
  border-radius: 24px;
  padding: 26px;
}

.proof-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #e11d48, #0ea5e9);
  color: #fff;
  font-size: .8rem;
  font-weight: 950;
}

.proof-card h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
}

.proof-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
}

.glass-panel {
  border-radius: 28px;
  padding: clamp(24px, 4vw, 44px);
}

.glass-panel p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
  line-height: 1.85;
}

.glass-panel p + p {
  margin-top: 18px;
}

.service-card {
  min-height: 300px;
  border-radius: 24px;
  padding: 34px 26px;
  text-align: center;
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 233, .48);
  background: linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(14, 165, 233, .09));
}

.service-card h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
}

.service-card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
}

.category-panel {
  margin-top: 28px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 38px);
}

.category-panel h3 {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 950;
  line-height: 1.08;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.category-grid span {
  min-height: 62px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  padding: 14px 16px;
  color: rgba(255, 255, 255, .82);
  font-weight: 850;
}

.feature-photo {
  overflow: hidden;
  aspect-ratio: 5 / 6;
  border-radius: 30px;
}

.feature-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.feature-list {
  margin-top: 32px;
  display: grid;
  gap: 14px;
}

.feature-list div {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  padding: 20px;
}

.feature-list strong {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
}

.feature-list p {
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.65;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(2, 6, 23, .26);
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .6s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.contact-card {
  border-radius: 28px;
  padding: clamp(24px, 4vw, 38px);
}

.contact-card dl {
  display: grid;
  gap: 16px;
}

.contact-card div {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 14px;
}

.contact-card dt {
  color: rgba(255, 255, 255, .54);
  font-size: .79rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-card dd {
  margin-top: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-card a:not(.primary-cta) {
  color: #7dd3fc;
}

.map-card {
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  display: block;
  filter: saturate(.9) contrast(1.05);
}

.privacy-link {
  width: fit-content;
  color: #7dd3fc;
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c46);
  box-shadow: 0 18px 45px rgba(18, 140, 70, .34);
  transition: transform .25s ease, box-shadow .25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 24px 58px rgba(18, 140, 70, .42);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal.hidden {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, .78);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(720px, 88vh);
  overflow-y: auto;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 4;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-hint::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  animation: scrollDot 1.6s ease-in-out infinite;
}

@keyframes slowZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.12);
  }
}

@keyframes floatLight {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-18px, 24px, 0);
  }
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}

@media (max-width: 900px) {
  .section {
    padding: 84px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    justify-self: stretch;
    margin-bottom: 74px;
  }

  .hero-metrics,
  .category-panel {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .gallery-large {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .hero-bg {
    object-position: 42% center;
  }

  .hero-metrics {
    gap: 10px;
  }

  .hero-metrics div {
    min-height: auto;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: clamp(2rem, 11vw, 3.25rem);
  }

  .hero .primary-cta,
  .hero .secondary-cta {
    justify-content: center;
    width: 100%;
  }

  .map-card,
  .map-card iframe {
    min-height: 500px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

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