:root {
  --guinda: #5b0f23;
  --guinda-dark: #2c0712;
  --guinda-mid: #7a1731;
  --oro: #d8ad36;
  --oro-soft: #f1cf70;
  --white: #ffffff;
  --soft-white: rgba(255, 255, 255, 0.86);
  --muted-white: rgba(255, 255, 255, 0.66);
  --glass: rgba(255, 255, 255, 0.08);
  --border: rgba(216, 173, 54, 0.36);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 173, 54, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(122, 23, 49, 0.62), transparent 30%),
    linear-gradient(135deg, var(--guinda-dark), var(--guinda) 48%, #17050a);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(44, 7, 18, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.navbar {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--white);
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.26);
  padding: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a {
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--soft-white);
  font-weight: 700;
  transition: 0.25s ease;
}

.nav-links a:hover {
  color: var(--white);
  background: rgba(216, 173, 54, 0.16);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--glass);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--oro);
}

.section-panel {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 42px;
  padding: 70px 0;
}

.hero-content {
  position: relative;
  padding: 44px;
  border: 1px solid var(--border);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(216, 173, 54, 0.22);
  border-radius: 26px;
  pointer-events: none;
}

.eyebrow {
  color: var(--oro-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 13px;
}

h1,
h2,
h3 {
  line-height: 1.08;
  color: var(--white);
}

h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  max-width: 720px;
  letter-spacing: -0.06em;
  margin-bottom: 22px;
}

.hero-text {
  max-width: 640px;
  font-size: clamp(1.06rem, 2vw, 1.34rem);
  color: var(--soft-white);
  margin-bottom: 28px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #251605;
  background: linear-gradient(135deg, var(--oro-soft), var(--oro));
  box-shadow: 0 16px 34px rgba(216, 173, 54, 0.24);
}

.btn-secondary {
  color: var(--white);
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.08);
}

.hero-logo-wrap {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 44px;
  background:
    radial-gradient(circle, rgba(216, 173, 54, 0.18), transparent 60%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-logo-wrap::after {
  content: "";
  position: absolute;
  width: 74%;
  height: 74%;
  border: 1px solid rgba(216, 173, 54, 0.24);
  border-radius: 999px;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: min(430px, 88%);
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.42));
}

.intro,
.services,
.location-contact {
  padding: 74px 0;
}

.intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--border);
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.04em;
}

.intro p {
  color: var(--soft-white);
  font-size: 1.09rem;
}

.highlight-line {
  grid-column: 1 / -1;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--border);
  color: var(--white);
  background: rgba(216, 173, 54, 0.12);
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  font-weight: 900;
  text-align: center;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.service-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.20);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(241, 207, 112, 0.72);
}

.card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #2c0712;
  background: var(--oro);
  font-weight: 900;
  margin-bottom: 34px;
}

.service-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--soft-white);
}

.location-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.location-box,
.contact-box {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.location-box h2,
.contact-box h2 {
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  margin-bottom: 16px;
}

.location-box p,
.contact-box p {
  color: var(--soft-white);
  margin-bottom: 22px;
}

.phone {
  display: inline-block;
  color: var(--oro-soft) !important;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.social-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.social-strip span {
  padding: 10px 15px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 110px;
  display: grid;
  gap: 12px;
  place-items: center;
  text-align: center;
  color: var(--muted-white);
  border-top: 1px solid var(--border);
}

.footer-logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 24px;
  border: 1px solid var(--border);
  padding: 7px;
  background: rgba(0, 0, 0, 0.22);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  padding: 14px 19px;
  border-radius: 999px;
  color: #251605;
  background: linear-gradient(135deg, var(--oro-soft), var(--oro));
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
}

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

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

@media (max-width: 960px) {
  .hero,
  .intro,
  .location-contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 44px 0;
  }

  .hero-logo-wrap {
    min-height: 380px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .navbar {
    width: min(100% - 24px, 1180px);
    min-height: 72px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgba(44, 7, 18, 0.98);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    text-align: center;
  }

  .section-panel,
  .footer {
    width: min(100% - 24px, 1180px);
  }

  .hero-content,
  .location-box,
  .contact-box {
    padding: 24px;
    border-radius: 26px;
  }

  .hero-content::before {
    display: none;
  }

  .hero-logo-wrap {
    min-height: 300px;
    border-radius: 30px;
  }

  .hero-logo {
    width: 88%;
  }

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

  .service-card {
    min-height: auto;
  }

  .intro,
  .services,
  .location-contact {
    padding: 46px 0;
  }

  .btn {
    width: 100%;
  }

  .floating-whatsapp {
    left: 16px;
    right: 16px;
    text-align: center;
  }
}
