:root {
  --bg-body: #f5f7f3;
  --text-dark: #17251f;
  --text-light: #60736a;
  --primary-dark: #123328;
  --primary-mid: #1f7a57;
  --accent-gold: #ffb02e;
  --metal: #eef2ed;
  --metal-dark: #aeb8af;
  --white: #ffffff;
  --shadow-card: 0 14px 42px rgba(18, 51, 40, 0.1);
  --transition: all 0.3s ease;
  --whatsapp: #25d366;
  --call: #0f766e;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: var(--text-dark);
  font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 18% 8%, rgba(31, 122, 87, 0.13), transparent 24rem),
    linear-gradient(180deg, #fbfdf9 0%, var(--bg-body) 48%, #ffffff 100%);
}

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

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

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-icon svg,
.round-call svg,
.quick-contact svg,
.mobile-top-action svg,
.bottom-nav svg {
  width: 22px;
  height: 22px;
}

.desktop-nav {
  position: sticky;
  top: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 10%;
  border-bottom: 4px solid var(--accent-gold);
  background:
    linear-gradient(90deg, #0a231b, var(--primary-dark) 48%, #1f7a57);
  box-shadow: 0 5px 25px rgba(18, 51, 40, 0.28);
}

.mobile-lang,
.mobile-top-action {
  display: none;
}

.logo {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.logo span {
  color: #bfe6d1;
}

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

.nav-links a {
  color: var(--white);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(191, 230, 209, 0.18);
  border-radius: 12px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.055);
  text-transform: uppercase;
  white-space: nowrap;
  transition: var(--transition);
}

.nav-links a:hover {
  color: #fff;
  border-color: rgba(255, 176, 46, 0.72);
  background: linear-gradient(180deg, rgba(255, 176, 46, 0.3), rgba(255, 176, 46, 0.12));
  transform: translateY(-2px);
}

.nav-links .nav-phone {
  min-width: 150px;
  color: #fff;
  border-color: rgba(255, 176, 46, 0.82);
  background: linear-gradient(180deg, var(--accent-gold), #d98200);
  box-shadow: 0 10px 22px rgba(255, 176, 46, 0.22);
}

header {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 72% 46%, rgba(232, 238, 243, 0.26), transparent 20rem),
    radial-gradient(circle at 28% 22%, rgba(255, 176, 46, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(10, 35, 27, 0.97), rgba(31, 122, 87, 0.88)),
    var(--primary-dark);
}

header::before,
header::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

header::before {
  top: 8%;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(191, 230, 209, 0.24), transparent 62%);
  animation: heroGlowMove 9s ease-in-out infinite alternate;
}

header::after {
  right: -7rem;
  bottom: -8rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(255, 176, 46, 0.18), transparent 64%);
  animation: heroGlowMoveReverse 11s ease-in-out infinite alternate;
}

.hero-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 42px;
  max-width: 1050px;
  margin: 0 auto;
  padding: 54px 44px;
  border: 1px solid rgba(232, 238, 243, 0.32);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  box-shadow: 0 25px 50px rgba(7, 28, 21, 0.38);
  backdrop-filter: blur(15px);
  animation: heroCardIn 0.9s ease both;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, transparent 58%);
  transform: translateX(-120%);
  animation: heroSheen 5.8s ease-in-out infinite;
  pointer-events: none;
}

.hero-text {
  text-align: left;
  animation: heroTextIn 0.9s ease 0.15s both;
}

.pretitle {
  display: inline-flex;
  margin-bottom: 16px;
  color: #bfe6d1;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

header h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

header h1 span {
  color: #edf9f1;
  text-shadow: 0 12px 30px rgba(191, 230, 209, 0.18);
}

header p {
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.22rem;
  font-weight: 400;
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 900;
  transition: var(--transition);
}

.btn-reserve {
  gap: 12px;
  min-width: 300px;
  min-height: 56px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(180deg, #22c768, #13994d);
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  animation: ctaPulse 2.8s ease-in-out infinite;
}

.btn-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.96);
}

.btn-icon svg,
.quick-whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.round-call {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(180deg, #ffbd45, #d98200);
  box-shadow: 0 18px 38px rgba(255, 176, 46, 0.4);
  animation: callPulse 2.6s ease-in-out infinite;
}

.round-call svg {
  width: 28px;
  height: 28px;
  fill: none;
}

.menu-discover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: rgba(10, 35, 27, 0.76);
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid rgba(232, 238, 243, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.48), transparent 12rem),
    linear-gradient(180deg, rgba(238, 242, 237, 0.24), rgba(31, 122, 87, 0.12));
  overflow: hidden;
  animation: heroProductIn 0.9s ease 0.25s both;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.22), transparent 34%);
  animation: productLightSweep 8s linear infinite;
  opacity: 0.8;
}

.hero-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 50px;
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--white);
}

.hero-image img {
  position: relative;
  z-index: 1;
  width: min(250px, 76%);
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.42));
  animation: cylinderFloat 3.8s ease-in-out infinite;
}

.hero-image span {
  animation: badgePulse 2.8s ease-in-out infinite;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.section-title {
  margin-bottom: 56px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
}

.section-title p {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--text-light);
}

.section-title .bar {
  width: 80px;
  height: 5px;
  margin: 15px auto;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--primary-mid), var(--accent-gold));
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 32px;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.card:hover {
  transform: translateY(-10px);
  border-color: rgba(31, 122, 87, 0.28);
}

.card h3 {
  margin: 0 0 14px;
  color: var(--primary-dark);
  font-size: 1.45rem;
  font-weight: 800;
}

.card p {
  margin: 0;
  color: var(--text-light);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(145deg, var(--primary-mid), var(--primary-dark));
}

.products-section,
.reviews-wrap,
.articles-section {
  margin-top: 90px;
}

.product-card,
.article-card {
  padding: 0;
}

.product-card img,
.article-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 28px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95), transparent 9rem),
    linear-gradient(180deg, #ffffff, var(--metal));
}

.article-content {
  padding: 30px;
}

.article-content a,
.product-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary-mid);
  font-weight: 900;
}

.review-card {
  border-left: 5px solid var(--primary-mid);
  background: var(--white);
}

.quote-icon {
  position: absolute;
  top: 14px;
  right: 30px;
  color: #e2e8f0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.review-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  color: var(--text-dark);
  font-size: 1.05rem;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-meta {
  display: flex;
  flex-direction: column;
}

.client-name {
  color: var(--primary-dark);
  font-size: 1rem;
  font-weight: 800;
}

.verified-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #27ae60;
  font-size: 0.82rem;
  font-weight: 700;
}

.neighborhoods-section {
  margin-top: 90px;
  padding: 50px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.neighborhoods-section h3 {
  margin: 0 0 12px;
  color: var(--primary-dark);
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
}

.neighborhoods-section p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--text-light);
  text-align: center;
}

.neighborhood-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.neighborhood-item {
  padding: 8px 18px;
  border: 1px solid #dbe8dd;
  border-radius: 50px;
  color: var(--text-dark);
  font-size: 0.9rem;
  font-weight: 700;
  background: linear-gradient(180deg, #fff, #eef6ef);
}

.seo-keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 940px;
  margin: 28px auto 0;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.seo-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(31, 122, 87, 0.16);
  border-radius: 999px;
  color: #315748;
  font-size: 0.82rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.72);
}

footer {
  padding: 78px 20px 120px;
  border-top: 5px solid var(--accent-gold);
  color: var(--white);
  background: linear-gradient(135deg, #0a231b, var(--primary-dark));
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col h4 {
  margin: 0 0 22px;
  color: var(--accent-gold);
  font-size: 1.35rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-col p,
.footer-col a {
  display: block;
  margin-bottom: 12px;
  color: #e2e8f0;
  font-size: 1rem;
}

.footer-bottom {
  max-width: 1200px;
  margin: 48px auto 0;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-size: 0.9rem;
  text-align: center;
}

.contact-btns {
  position: fixed;
  right: 28px;
  bottom: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quick-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 176px;
  min-height: 60px;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.24);
  transition: var(--transition);
}

.quick-contact:hover {
  transform: translateY(-4px);
}

.quick-contact span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 12px;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
}

.quick-contact svg {
  width: 20px;
  height: 20px;
}

.quick-call span {
  color: #0f766e;
}

.quick-whatsapp span {
  color: #13994d;
}

.quick-contact strong {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.quick-whatsapp {
  background: linear-gradient(180deg, #31dc72, #22c35f);
}

.quick-call {
  background: linear-gradient(180deg, #1f8f66, #0f766e);
}

.bottom-nav {
  position: fixed;
  z-index: 1001;
  display: none;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  min-height: 74px;
  padding: 8px 8px 10px;
  border-top: 1px solid rgba(31, 122, 87, 0.42);
  border-radius: 24px 24px 0 0;
  background: rgba(6, 24, 18, 0.96);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.bottom-nav a {
  display: grid;
  place-items: center;
  gap: 4px;
  flex: 1;
  color: #fff;
  border-radius: 18px;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.bottom-nav a span {
  display: grid;
  place-items: center;
  min-height: 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.bottom-nav a span svg {
  width: 22px;
  height: 22px;
}

.bottom-nav a.active {
  color: #fff;
}

.bottom-nav .bottom-brand {
  position: relative;
  min-height: 70px;
  margin-top: -30px;
  color: #fff;
  background: transparent;
}

.bottom-nav .bottom-brand span {
  width: 78px;
  height: 78px;
  border: 1px solid #2fbf82;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background:
    radial-gradient(circle, rgba(255, 176, 46, 0.34), transparent 56%),
    linear-gradient(145deg, #123328, #071c15);
  box-shadow: 0 0 0 4px #061812, 0 0 28px rgba(47, 191, 130, 0.38);
}

.bottom-nav .bottom-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.02em;
}

@keyframes heroCardIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroProductIn {
  from {
    opacity: 0;
    transform: translateX(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes cylinderFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-13px) rotate(1deg);
  }
}

@keyframes heroSheen {
  0%,
  48% {
    transform: translateX(-125%);
  }
  72%,
  100% {
    transform: translateX(125%);
  }
}

@keyframes productLightSweep {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
  }
  50% {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(37, 211, 102, 0.46);
  }
}

@keyframes callPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 18px 38px rgba(255, 176, 46, 0.4);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 24px 50px rgba(255, 176, 46, 0.52);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes heroGlowMove {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(70px, 44px, 0) scale(1.08);
  }
}

@keyframes heroGlowMoveReverse {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-62px, -46px, 0) scale(1.1);
  }
}

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

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-card {
    grid-template-columns: 1fr;
  }

  .hero-text {
    text-align: center;
  }

  .header-btns {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }

  .desktop-nav {
    justify-content: center;
    min-height: 82px;
    padding: 12px 5%;
    border-bottom-color: rgba(47, 191, 130, 0.42);
    background: rgba(6, 24, 18, 0.97);
  }

  .logo {
    position: absolute;
    top: 9px;
    left: 50%;
    min-width: 118px;
    padding: 10px 12px 12px;
    border: 1px solid rgba(47, 191, 130, 0.5);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    font-size: 1.05rem;
    line-height: 1.05;
    text-align: center;
    background: #071c15;
    transform: translateX(-50%);
  }

  .logo span {
    display: block;
  }

  .mobile-lang,
  .mobile-top-action {
    position: absolute;
    top: 24px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 32px;
    border: 1px solid rgba(47, 191, 130, 0.5);
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background: #071c15;
  }

  .mobile-lang {
    left: 30px;
  }

  .mobile-top-action {
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #123328;
    box-shadow: 0 0 20px rgba(47, 191, 130, 0.45);
  }

  .mobile-top-action svg {
    width: 21px;
    height: 21px;
  }

  header {
    padding: 92px 14px 70px;
  }

  .hero-card {
    padding: 38px 20px;
    border-radius: 30px;
  }

  header h1 {
    font-size: 2.25rem;
  }

  header p {
    font-size: 1.05rem;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .btn-reserve {
    width: calc(100% - 74px);
    min-width: 0;
    min-height: 56px;
  }

  .round-call {
    width: 62px;
    height: 62px;
  }

  .menu-discover {
    width: calc(100% - 74px);
    min-width: 0;
  }

  .container {
    padding: 62px 14px;
  }

  .card {
    padding: 32px;
  }

  .product-card,
  .article-card {
    padding: 0;
  }

  .neighborhoods-section {
    padding: 32px 18px;
  }

  .contact-btns {
    right: 14px;
    bottom: 108px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }

  .quick-contact {
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding: 0 12px;
    border-radius: 50%;
    border-width: 2px;
  }

  .quick-contact strong {
    display: none;
  }

  .quick-contact span {
    width: auto;
    height: auto;
    color: #fff;
    background: transparent;
  }

  .quick-contact svg {
    width: 25px;
    height: 25px;
  }

  .quick-call {
    width: 62px;
    height: 62px;
    font-size: 13px;
    background: linear-gradient(180deg, var(--accent-gold), #d98200);
    box-shadow: 0 14px 30px rgba(255, 176, 46, 0.32);
  }

  .quick-whatsapp {
    width: 40px;
    height: 40px;
    margin-right: 4px;
    font-size: 13px;
    background: var(--whatsapp);
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.28);
  }

  .quick-whatsapp svg {
    width: 22px;
    height: 22px;
  }

  .bottom-nav {
    display: flex;
    justify-content: space-around;
  }
}
