:root {
  --primary: #d71920;
  --primary-dark: #9f1117;
  --graphite: #202124;
}

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

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(215, 25, 32, 0.08), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.text-primary-DEFAULT,
.text-primary {
  color: var(--primary);
}

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

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 3px;
  width: 0;
  border-radius: 999px;
  background: var(--primary);
  transition: width 0.25s ease;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link:hover::after {
  width: 100%;
}

.whatsapp-btn,
.glass-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #19c55b, #0f9e48);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 160, 75, 0.28);
  padding: 0.85rem 1.15rem;
}

.glass-btn {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  padding: 1rem 1.6rem;
  backdrop-filter: blur(18px);
}

.whatsapp-btn:hover,
.glass-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.hero-chip {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.9rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(18px);
}

.menu-line,
.menu-line::before,
.menu-line::after {
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-line {
  position: relative;
}

.menu-line::before,
.menu-line::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-line::before {
  top: -7px;
}

.menu-line::after {
  top: 7px;
}

#menu-toggle.is-open .menu-line {
  background: transparent;
}

#menu-toggle.is-open .menu-line::before {
  transform: translateY(7px) rotate(45deg);
}

#menu-toggle.is-open .menu-line::after {
  transform: translateY(-7px) rotate(-45deg);
}

.header-hidden {
  transform: translateY(-125%);
}

.hero-section {
  isolation: isolate;
}

.hero-glow {
  position: absolute;
  inset: auto -14rem 4rem auto;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), transparent 62%);
  filter: blur(6px);
  animation: floatGlow 8s ease-in-out infinite;
  z-index: 1;
}

.glass-panel,
.service-card,
.info-card,
.map-wrap {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(31, 31, 31, 0.12);
  backdrop-filter: blur(22px);
}

.glass-panel {
  border-radius: 28px;
  padding: 1.5rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.hero-showcase {
  display: grid;
  gap: 1rem;
}

.showcase-photo,
.showcase-card,
.showcase-metrics {
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px);
}

.showcase-photo {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 30px;
}

.showcase-photo img {
  height: 100%;
  min-height: 320px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.showcase-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.76));
}

.showcase-photo span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-dark);
  padding: 0.7rem 1rem;
  font-weight: 900;
}

.showcase-card {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  padding: 1.5rem;
  color: #18181b;
}

.showcase-card p {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-card h2 {
  margin-top: 0.6rem;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}

.showcase-list {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.showcase-list span {
  border-radius: 999px;
  background: #f4f4f5;
  padding: 0.55rem 0.75rem;
  color: #3f3f46;
  font-size: 0.82rem;
  font-weight: 800;
}

.showcase-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.32);
}

.showcase-metrics div {
  background: rgba(255, 255, 255, 0.16);
  padding: 1.2rem;
}

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

.showcase-metrics strong {
  font-family: Montserrat, Inter, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
  color: #ffffff;
}

.showcase-metrics span {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.metric {
  display: block;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
}

.metric-label {
  margin-top: 0.55rem;
  display: block;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.76);
}

.section-pad {
  padding: 6.5rem 0;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -3.5rem;
  padding: 0 0 4rem;
}

.trust-item {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  padding: 1.25rem;
  box-shadow: 0 22px 60px rgba(24, 24, 27, 0.12);
  backdrop-filter: blur(18px);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  color: #18181b;
  font-family: Montserrat, Inter, sans-serif;
  font-weight: 900;
}

.trust-item span {
  margin-top: 0.4rem;
  color: #606069;
  font-size: 0.92rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.1);
  color: var(--primary);
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section-title {
  margin-top: 1rem;
  color: #18181b;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(2.1rem, 5vw, 4.1rem);
  font-weight: 900;
  line-height: 1.05;
}

.text-zinc-650 {
  color: #4b4b52;
}

.about-section {
  position: relative;
}

.about-collage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: 260px 170px;
  gap: 1rem;
}

.about-collage img,
.about-collage div {
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(24, 24, 27, 0.13);
}

.about-collage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-collage img:first-child {
  grid-row: span 2;
}

.about-collage div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 1.3rem;
  color: #ffffff;
}

.about-collage strong {
  font-family: Montserrat, Inter, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.1;
}

.about-collage span {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  line-height: 1.5;
}

.about-highlights {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-highlights span {
  border: 1px solid rgba(215, 25, 32, 0.16);
  border-radius: 999px;
  background: #fff5f5;
  color: var(--primary-dark);
  padding: 0.7rem 0.95rem;
  font-weight: 900;
}

.service-band,
.contact-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff5f5 0%, #ffffff 45%, #f2f4f7 100%);
}

.offers-section {
  background:
    linear-gradient(135deg, #171717 0%, #27272a 42%, #9f1117 100%);
  color: #ffffff;
  overflow: hidden;
}

.offers-section .section-title {
  color: #ffffff;
}

.offers-section .text-zinc-650 {
  color: rgba(255, 255, 255, 0.72);
}

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

.offer-card {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.offer-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.16);
}

.offer-card span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.45rem 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin-top: 1.1rem;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.15;
}

.offer-card p {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.offer-card.dark {
  background: #ffffff;
  color: #18181b;
}

.offer-card.dark span {
  background: #fff1f2;
  color: var(--primary);
}

.offer-card.dark p {
  color: #52525b;
}

.offer-card.dark a {
  margin-top: 1.2rem;
  display: inline-flex;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  padding: 0.8rem 1rem;
  font-weight: 900;
}

.service-band::before,
.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(215, 25, 32, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 33, 36, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
}

.service-card {
  position: relative;
  z-index: 1;
  min-height: 310px;
  border-radius: 24px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(215, 25, 32, 0.26);
  box-shadow: 0 28px 80px rgba(215, 25, 32, 0.15);
}

.service-card h3 {
  margin-top: 0.75rem;
  color: #18181b;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.service-card p {
  margin-top: 0.9rem;
  color: #52525b;
  line-height: 1.75;
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-img {
  height: 280px;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(24, 24, 27, 0.12);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-featured {
  grid-column: span 2;
  grid-row: span 2;
  height: 576px;
}

.gallery-img:hover {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.03);
}

.info-card {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  padding: 2rem;
}

.contact-badge {
  margin-bottom: 1.6rem;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 1.2rem;
  color: #ffffff;
}

.contact-badge span,
.contact-badge strong {
  display: block;
}

.contact-badge span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-badge strong {
  margin-top: 0.35rem;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.contact-note {
  margin-top: 1rem;
  border-radius: 20px;
  background: #f4f4f5;
  padding: 1rem;
}

.contact-note strong,
.contact-note span {
  display: block;
}

.contact-note strong {
  color: #18181b;
  font-weight: 900;
}

.contact-note span {
  margin-top: 0.35rem;
  color: #5f5f68;
  line-height: 1.5;
}

.info-card dt {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.info-card dd {
  margin-top: 0.35rem;
  color: #18181b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.map-wrap {
  position: relative;
  z-index: 1;
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
}

.map-wrap iframe {
  height: 100%;
  min-height: 500px;
  width: 100%;
  border: 0;
}

.modal-card {
  animation: modalIn 0.25s ease both;
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 60;
  display: flex;
  height: 58px;
  width: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #19c55b, #0f9e48);
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(18, 160, 75, 0.34);
  transition: transform 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
}

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

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

.delay-100 {
  transition-delay: 0.1s;
}

.delay-150 {
  transition-delay: 0.15s;
}

.delay-200 {
  transition-delay: 0.2s;
}

@keyframes floatGlow {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-2rem, -1.4rem, 0) scale(1.08);
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 768px) {
  .section-pad {
    padding: 5rem 0;
  }

  .glass-panel {
    border-radius: 22px;
  }

  .gallery-img {
    height: 235px;
    border-radius: 20px;
  }

  .trust-strip {
    margin-top: -2rem;
    padding-bottom: 3rem;
  }

  .about-collage,
  .offers-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-collage {
    grid-template-rows: 220px 180px 170px;
  }

  .about-collage img:first-child,
  .gallery-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-featured {
    height: 285px;
  }

  .showcase-metrics {
    grid-template-columns: 1fr;
  }
}