:root {
  --bg: #f6f0e7;
  --bg-strong: #eadfce;
  --ink: #251a10;
  --muted: #6b5948;
  --card: rgba(255, 250, 244, 0.9);
  --accent: #177f5f;
  --accent-dark: #0f5f46;
  --line: rgba(37, 26, 16, 0.15);
  --shadow: 0 24px 60px rgba(54, 38, 24, 0.14);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(145deg, var(--bg) 0%, #fff9ef 42%, var(--bg-strong) 100%);
  min-height: 100vh;
  position: relative;
}

.bg-glow {
  position: fixed;
  z-index: 0;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.bg-glow-left {
  top: -12vw;
  left: -8vw;
  background: rgba(23, 127, 95, 0.18);
}

.bg-glow-right {
  right: -10vw;
  bottom: -14vw;
  background: rgba(219, 173, 89, 0.22);
}

.site-header,
main,
.site-footer {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.site-header {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  object-fit: contain;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 8px;
}

.brand-tag {
  margin: 0;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2 {
  margin: 0;
  font-family: "Bodoni Moda", serif;
  line-height: 1.12;
}

h1 {
  font-size: clamp(1.5rem, 3.8vw, 2.4rem);
}

.whatsapp-btn {
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.4px;
  box-shadow: 0 14px 28px rgba(23, 127, 95, 0.28);
  transition: transform 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}

.whatsapp-btn:hover {
  transform: translateY(-1px);
  background: var(--accent-dark);
}

main {
  display: grid;
  gap: 22px;
  padding: 22px 0 28px;
}

.info-card,
.gallery-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  backdrop-filter: blur(2px);
  box-shadow: var(--shadow);
}

.info-card {
  padding: clamp(20px, 4vw, 32px);
}

.section-label {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.info-card h2,
.gallery-head h2 {
  font-size: clamp(1.45rem, 4.3vw, 2.2rem);
}

.steps {
  margin: 18px 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
  line-height: 1.45;
}

.steps li {
  color: #2d241d;
}

.pricing {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  border: 1px dashed rgba(23, 127, 95, 0.45);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(244, 251, 248, 0.95));
}

.pricing p {
  margin: 0;
  color: #2f3a34;
  line-height: 1.4;
}

.pricing p + p {
  margin-top: 9px;
}

.gallery-card {
  padding: clamp(20px, 4vw, 30px);
}

.gallery-head {
  margin-bottom: 14px;
}

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

figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(37, 26, 16, 0.1);
}

figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

figcaption {
  padding: 10px 12px;
  font-size: 0.86rem;
  color: var(--muted);
}

.site-footer {
  padding: 4px 0 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.footer-number {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.bottom-wa {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--muted);
}

.bottom-wa a {
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.lang-switch {
  display: flex;
  gap: 8px;
}

.lang-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.78rem;
  cursor: pointer;
  font-weight: 700;
}

.lang-btn.active {
  background: var(--ink);
  color: #fff;
  border-color: transparent;
}

@media (max-width: 860px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  .site-footer {
    width: min(1080px, calc(100% - 26px));
  }

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

  figure img {
    height: 240px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-wa {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
