:root {
  --bg: #07140f;
  --bg-soft: #0d2018;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --text: #eef6f1;
  --muted: #b8c7bf;
  --green: #10c85e;
  --lime: #b6e31e;
  --dark: #06110d;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(182, 227, 30, 0.15), transparent 26%),
    radial-gradient(circle at top right, rgba(16, 200, 94, 0.16), transparent 24%),
    linear-gradient(180deg, #091812 0%, #07140f 50%, #0a1813 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(12px);
  background: rgba(7, 20, 15, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: 250px;
  height: 70px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 2.06);
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  transition: 0.25s ease;
}

.nav a:hover {
  color: #fff;
}

.hero {
  padding: 72px 0 38px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(182, 227, 30, 0.1);
  border: 1px solid rgba(182, 227, 30, 0.24);
  color: #eeffab;
  font-size: 13px;
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero p,
.section-head p,
.commitment-box p,
.feature-card p,
.contact-card a,
.contact-card span,
.commitment-list li {
  color: var(--muted);
  line-height: 1.75;
}

.hero p {
  margin: 0 0 28px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.btn {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--lime), var(--green));
  color: #081c12;
  box-shadow: 0 18px 34px rgba(16, 200, 94, 0.28);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mini-card,
.card-surface,
.feature-card,
.contact-card,
.hero-media-card,
.commitment-box {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mini-card {
  border-radius: var(--radius-md);
  padding: 18px;
}

.mini-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.mini-card span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.hero-media {
  position: relative;
}

.hero-media-card {
  border-radius: 30px;
  padding: 14px;
}

.hero-media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}

.hero-badge {
  position: absolute;
  left: -12px;
  bottom: 26px;
  max-width: 250px;
  background: rgba(7, 20, 15, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
}

.hero-badge strong {
  display: block;
  margin-bottom: 8px;
}

.hero-badge span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.section {
  padding: 34px 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 24px;
}

.section-head h2,
.commitment-box h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.section-head p {
  margin: 0;
  max-width: 620px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  border-radius: var(--radius-lg);
  padding: 24px;
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(182, 227, 30, 0.2), rgba(16, 200, 94, 0.18));
  margin-bottom: 16px;
  font-size: 24px;
}

.feature-card h3,
.commitment-list h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.commitment-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
}

.commitment-box,
.commitment-list {
  border-radius: var(--radius-lg);
  padding: 28px;
}

.commitment-list ul {
  margin: 0;
  padding-left: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery-card {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.gallery-card::after {
  content: "Clique para ampliar";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(7, 20, 15, 0.72);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.25s ease;
}

.gallery-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 2px solid rgba(182, 227, 30, 0.45);
  border-radius: 24px;
  transition: transform 0.35s ease;
}

.gallery-card:nth-child(2) img,
.gallery-card:nth-child(3) img {
  border-color: rgba(16, 200, 94, 0.45);
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-card {
  border-radius: 24px;
  padding: 24px;
}

.contact-label {
  display: block;
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.contact-card a {
  font-size: 18px;
}

.footer {
  padding: 30px 0 96px;
}

.footer-inner {
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #21d366, #0fbf59);
  box-shadow: 0 18px 36px rgba(15, 191, 89, 0.35);
  border: 3px solid rgba(255, 255, 255, 0.12);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 92px;
  bottom: 18px;
  z-index: 95;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: rgba(7, 20, 15, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.cookie-banner.show {
  display: flex;
}

.cookie-text {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 700;
}

.cookie-btn-outline {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-btn-primary {
  background: linear-gradient(135deg, var(--lime), var(--green));
  color: #082014;
  border: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 88vh;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .hero-grid,
  .commitment-grid,
  .section-head,
  .topbar-inner,
  .contact-grid,
  .cookie-banner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-cards {
    grid-template-columns: 1fr;
  }

  .hero-badge {
    position: static;
    margin-top: 14px;
  }

  .cookie-banner {
    right: 18px;
  }
}

@media (max-width: 680px) {
  .feature-grid,
  .gallery-grid,
  .service-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
  }

  .topbar-inner {
    padding: 14px 0;
  }

  .brand-name {
    font-size: 18px;
  }

  .nav {
    gap: 10px 16px;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1;
  }
}
