:root {
  --azul: #404297;
  --verde: #92b36e;
  --lavanda: #7e829f;
  --tinta: #20223d;
  --suave: #f6f7fb;
  --linea: #e8eaf4;
}

* {
  box-sizing: border-box
}

body {
  font-family: 'Nunito Sans', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--tinta);
  background: #fff;
  overflow-x: hidden
}

h1,
h2,
.title,
.display-5 {
  font-family: 'Playfair Display', Georgia, serif;
}

.navbar,
.nav-link,
.btn,
.badge-soft,
.contact-pill,
.subtitle,
p,
li,
input,
select,
textarea,
footer {
  font-family: 'Nunito Sans', system-ui, -apple-system, Segoe UI, sans-serif;
}

h1 {
  letter-spacing: -.035em !important;
}

.title {
  letter-spacing: -.025em !important;
}

.navbar {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--linea)
}

.navbar-brand img {
  height: 64px
}

.nav-link {
  font-weight: 650;
  color: #3b3c55
}

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

.btn-enlaze {
  background: var(--verde);
  border-color: var(--verde);
  color: white;
  border-radius: 999px;
  padding: .85rem 1.25rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(146, 179, 110, .32)
}

.btn-enlaze:hover {
  background: #7f9f5d;
  border-color: #7f9f5d;
  color: #fff
}

.btn-outline-enlaze {
  border: 1px solid var(--azul);
  color: var(--azul);
  border-radius: 999px;
  padding: .85rem 1.25rem;
  font-weight: 800;
  background: #fff
}

.btn-outline-enlaze:hover {
  background: var(--verde);
  border-color: var(--verde);
  color: #fff;
  box-shadow: 0 12px 26px rgba(146, 179, 110, .28)
}

.hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 130px 0 70px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 15%, rgba(146, 179, 110, .28), transparent 32%), linear-gradient(135deg, #fff 0%, #f8f9fd 48%, #eff1fa 100%)
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(64, 66, 151, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(64, 66, 151, .05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 75%)
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  border: 1px solid var(--linea);
  border-radius: 999px;
  padding: .5rem .85rem;
  font-weight: 800;
  color: var(--azul);
  box-shadow: 0 10px 30px rgba(30, 35, 90, .08)
}

h1 {
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.06em;
  color: var(--azul)
}

.lead {
  font-size: 1.22rem;
  color: #56586f;
  line-height: 1.7
}

.hero-card {
  position: relative;
  z-index: 1;
  border-radius: 34px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(31, 36, 90, .18);
  border: 1px solid var(--linea)
}

.interior {
  height: 475px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, #dfdfd8, #ffffff 45%, #dfe8d4)
}

.window {
  position: absolute;
  right: 34px;
  top: 42px;
  width: 48%;
  height: 56%;
  background: linear-gradient(90deg, rgba(64, 66, 151, .14) 1px, transparent 1px), linear-gradient(#fff, #eef1ff);
  background-size: 24px 100%;
  border: 9px solid #fff;
  box-shadow: 0 18px 45px rgba(64, 66, 151, .18)
}

.sofa {
  position: absolute;
  left: 38px;
  bottom: 72px;
  width: 54%;
  height: 92px;
  border-radius: 32px;
  background: var(--azul);
  box-shadow: 0 20px 0 #30327c
}

.sofa:before {
  content: "";
  position: absolute;
  top: -48px;
  left: 45px;
  width: 145px;
  height: 72px;
  border-radius: 24px 24px 0 0;
  background: #eff0fa
}

.plant {
  position: absolute;
  right: 95px;
  bottom: 56px;
  width: 78px;
  height: 120px;
  background: var(--verde);
  clip-path: polygon(50% 0, 70% 35%, 100% 38%, 75% 58%, 86% 100%, 50% 72%, 14% 100%, 25% 58%, 0 38%, 30% 35%)
}

.floating {
  position: absolute;
  left: 34px;
  top: 34px;
  background: white;
  border-radius: 22px;
  padding: 1rem 1.1rem;
  box-shadow: 0 22px 45px rgba(64, 66, 151, .18);
  font-weight: 900;
  color: var(--azul)
}

.section {
  padding: 92px 0
}

.section-soft {
  background: var(--suave)
}

.title {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 900;
  color: var(--azul);
  letter-spacing: -.045em
}

.subtitle {
  color: #65677d;
  line-height: 1.7;
  font-size: 1.05rem
}

.stat {
  background: #fff;
  border: 1px solid var(--linea);
  border-radius: 24px;
  padding: 1.3rem;
  box-shadow: 0 14px 36px rgba(31, 36, 90, .07)
}

.stat b {
  font-size: 2.1rem;
  color: var(--azul)
}

.product-card {
  height: 100%;
  background: white;
  border: 1px solid var(--linea);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(31, 36, 90, .08);
  transition: .22s
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(31, 36, 90, .14);
  border-color: rgba(146, 179, 110, .55)
}

.photo {
  height: 230px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(64, 66, 151, .15), rgba(146, 179, 110, .25));
}

.photo:after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 18px;
  border: 9px solid rgba(255, 255, 255, .78);
  background: repeating-linear-gradient(90deg, rgba(64, 66, 151, .75) 0 18px, rgba(146, 179, 110, .76) 18px 27px, #fff 27px 32px);
  transform: perspective(280px) rotateY(-18deg)
}

.photo.pvc:after {
  background: repeating-linear-gradient(90deg, #fff 0 22px, #e6e8ef 22px 24px);
}

.photo.wall:after {
  background: linear-gradient(45deg, #fff 25%, #e5eadf 25%, #e5eadf 50%, #fff 50%, #fff 75%, #e5eadf 75%);
  background-size: 48px 48px
}

.photo.furn:after {
  background: linear-gradient(#f8f8fb 0 45%, var(--azul) 45% 53%, #f8f8fb 53%)
}

.badge-soft {
  background: rgba(146, 179, 110, .18);
  color: #58743f;
  border-radius: 999px;
  padding: .45rem .7rem;
  font-weight: 800;
  font-size: .78rem
}

.icon-circle {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(64, 66, 151, .1);
  color: var(--azul);
  font-size: 1.45rem
}

.gallery-card {
  height: 270px;
  border-radius: 28px;
  overflow: hidden;
  border: 8px solid white;
  box-shadow: 0 18px 45px rgba(31, 36, 90, .12);
  background: linear-gradient(135deg, #f9fafb, #e5eadf);
  position: relative
}

.gallery-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .9), transparent 20%), linear-gradient(120deg, rgba(64, 66, 151, .15), rgba(146, 179, 110, .22))
}

.gallery-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: white;
  border-radius: 999px;
  padding: .5rem .8rem;
  font-weight: 900;
  color: var(--azul)
}

.step {
  position: relative;
  background: white;
  border: 1px solid var(--linea);
  border-radius: 26px;
  padding: 1.4rem;
  height: 100%;
}

.step .num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--verde);
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  margin-bottom: 1rem
}

.about {
  background: linear-gradient(135deg, var(--azul), #2e306f);
  color: white;
  border-radius: 36px;
  padding: 54px;
  overflow: hidden;
  position: relative
}

.about:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  background: rgba(146, 179, 110, .35);
  border-radius: 50%
}

.about p {
  color: rgba(255, 255, 255, .82)
}

.contact-card {
  border-radius: 34px;
  background: white;
  border: 1px solid var(--linea);
  box-shadow: 0 22px 65px rgba(31, 36, 90, .12);
  padding: 2rem
}

.form-control,
.form-select {
  border-radius: 16px;
  padding: .9rem 1rem;
  border: 1px solid var(--linea)
}

.mock-note {
  background: #fff7dc;
  border: 1px solid #ffe8a3;
  border-radius: 18px;
  padding: 1rem;
  color: #6b5700;
  font-weight: 700
}

.brand-line {
  width: 84px;
  height: 5px;
  border-radius: 99px;
  background: var(--verde);
  margin: 1rem 0 1.5rem
}

.mini-list {
  padding-left: 1.1rem;
  margin: 0 0 1rem;
  color: #62657d
}

.mini-list li {
  margin-bottom: .35rem
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid var(--linea);
  background: #fff;
  border-radius: 999px;
  padding: .55rem .8rem;
  font-weight: 800;
  color: var(--azul);
  text-decoration: none;
  transition: .22s
}

.contact-pill:hover {
  background: var(--azul) !important;
  border-color: var(--azul) !important;
  color: #fff !important
}

.contact-pill:hover i {
  color: #fff !important
}

.title::after,
.section-title::after {
  content: "";
  display: block;
  width: 86px;
  height: 5px;
  background: var(--verde);
  border-radius: 999px;
  margin-top: 14px
}

.text-green {
  color: var(--verde) !important
}

.brand-eyebrow {
  display: block;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: .01em;
  margin-bottom: 1rem;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important
}

.product-card h4 {
  color: var(--azul)
}

.product-card:nth-child(2n) h4,
.product-card:nth-child(3n) h4 {
  color: #6f914f
}

.badge-soft {
  background: rgba(146, 179, 110, .16) !important;
  color: #5f7e43 !important;
  border: 1px solid rgba(146, 179, 110, .34)
}

.kicker {
  color: #5f7e43 !important;
  background: rgba(146, 179, 110, .16) !important;
  border-color: rgba(146, 179, 110, .32) !important
}

.stat b {
  color: var(--verde)
}

.contact-pill {
  border-color: rgba(146, 179, 110, .45) !important;
  background: rgba(146, 179, 110, .12) !important
}

.mini-list li::marker {
  color: var(--verde)
}

.about {
  background: linear-gradient(135deg, var(--azul), #32347f 56%, #7f9f5d) !important
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: .85rem
}

.social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff !important;
  text-decoration: none;
  font-size: 1.35rem;
  transition: .22s
}

.social-icons a:hover {
  background: var(--verde);
  border-color: var(--verde);
  color: #fff !important;
  transform: translateY(-3px)
}

.social-icons.contact-light a {
  background: rgba(146, 179, 110, .12);
  border-color: rgba(146, 179, 110, .45);
  color: var(--azul) !important
}

.social-icons.contact-light a:hover {
  background: var(--verde);
  border-color: var(--verde);
  color: #fff !important
}

/* Cabecera funcional: conserva menú, textos y botones HTML; sólo reemplaza la ilustración por fotografía real */
.hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 128px 0 72px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9f4 100%)
}

.hero:before {
  content: "";
  position: absolute;
  right: -12%;
  top: -30%;
  width: 58%;
  height: 100%;
  background: radial-gradient(circle, rgba(146, 179, 110, .26), transparent 62%);
  pointer-events: none
}

.hero:after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -36%;
  width: 54%;
  height: 70%;
  background: radial-gradient(circle, rgba(64, 66, 151, .13), transparent 64%);
  pointer-events: none
}

.hero h1 {
  font-size: clamp(2.8rem, 5.4vw, 6.4rem);
  line-height: .94;
  font-weight: 950;
  letter-spacing: -.07em;
  color: var(--azul)
}

.hero .lead {
  font-size: 1.18rem;
  color: #5e6078;
  line-height: 1.75;
  max-width: 630px
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: rgba(146, 179, 110, .14) !important;
  border: 1px solid rgba(146, 179, 110, .34) !important;
  border-radius: 999px;
  padding: .55rem .95rem;
  font-weight: 900;
  color: #5f7e43 !important;
  box-shadow: none !important
}

.hero-photo-wrap {
  position: relative;
  z-index: 1;
  padding: 14px;
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 34px 90px rgba(31, 36, 90, .16);
  border: 1px solid var(--linea)
}

.hero-photo {
  min-height: 520px;
  border-radius: 26px;
  background-image: linear-gradient(90deg, rgba(17, 18, 43, .30), rgba(17, 18, 43, .04)), url('../optimized/showroom-bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden
}

.hero-photo:after {
  content: "";
  position: absolute;
  inset: auto 28px 28px 28px;
  height: 5px;
  background: linear-gradient(90deg, var(--verde), rgba(146, 179, 110, 0));
  border-radius: 999px;
  opacity: .9
}

.hero-actions .btn {
  min-width: 190px
}

.trust-strip {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 900px
}

.trust-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .14);
  backdrop-filter: blur(16px);
  overflow: hidden;
  transition: .22s ease
}

.trust-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .32), rgba(255, 255, 255, .08));
  z-index: -1
}

.trust-item i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(146, 179, 110, .22);
  border: 1px solid rgba(146, 179, 110, .45);
  color: #fff;
  font-size: 1.35rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .18)
}

.trust-item b {
  color: #fff;
  font-size: 1.45rem;
  display: block;
  line-height: 1.05;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .28)
}

.trust-item small {
  color: rgba(255, 255, 255, .86);
  font-weight: 800;
  line-height: 1.2
}

.trust-item:hover {
  transform: translateY(-3px);
  background: rgba(146, 179, 110, .22);
  border-color: rgba(146, 179, 110, .55)
}

@media(max-width:991px) {
  .hero {
    padding-top: 110px
  }

  .hero-photo {
    min-height: 360px
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}



/* HERO FINAL: foto real detrás de toda la cabecera, con elementos funcionales HTML */
.navbar {
  background: rgba(64, 66, 151, .94) !important;
  border-bottom: 0 !important;
  box-shadow: 0 14px 34px rgba(21, 22, 54, .16);
}

.navbar .container {
  max-width: 1180px
}

.navbar-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border-radius: 0 0 28px 28px !important;
  padding: 12px 16px 14px !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16) !important;
  margin-top: -6px;
}

.navbar-brand img {
  height: 82px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
  display: block;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 850;
  font-size: .86rem;
  text-transform: uppercase;
  letter-spacing: .01em
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--verde) !important
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, .45)
}

.navbar-toggler-icon {
  filter: invert(1)
}

.hero {
  min-height: 720px !important;
  padding: 155px 0 90px !important;
  background-image:
    linear-gradient(90deg, rgba(15, 16, 38, .78) 0%, rgba(15, 16, 38, .55) 38%, rgba(15, 16, 38, .20) 72%, rgba(15, 16, 38, .10) 100%),
    url('../optimized/showroom-bg.webp') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  align-items: center !important;
}

.hero:before,
.hero:after {
  display: none !important
}

.hero h1 {
  color: #fff !important;
  text-shadow: 0 5px 22px rgba(0, 0, 0, .28);
  max-width: 760px
}

.hero .lead {
  color: rgba(255, 255, 255, .95) !important;
  max-width: 640px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .25)
}

.hero .kicker {
  background: rgba(146, 179, 110, .18) !important;
  border-color: rgba(146, 179, 110, .6) !important;
  color: #fff !important;
  backdrop-filter: blur(10px)
}

.hero .btn-outline-enlaze {
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, .8) !important;
  backdrop-filter: blur(8px)
}

.hero .btn-outline-enlaze:hover {
  background: var(--verde) !important;
  border-color: var(--verde) !important;
  color: #fff !important
}

.hero .trust-strip {
  max-width: 980px;
  margin-top: 50px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero .hero-actions {
  max-width: 760px
}

.hero-photo-wrap,
.hero-photo {
  display: none !important
}

@media(max-width:991px) {
  .hero {
    min-height: 760px !important;
    padding: 135px 0 70px !important;
    background-position: center !important
  }

  .navbar-brand {
    border-radius: 0 0 22px 22px !important;
    padding: 10px 12px !important
  }

  .navbar-brand img {
    height: 68px !important
  }

  .navbar .btn-enlaze {
    margin-top: .75rem
  }

  .hero .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px
  }
}

@media(max-width:575px) {
  .hero {
    min-height: 820px !important;
    padding-top: 122px !important
  }

  .hero .trust-strip {
    grid-template-columns: 1fr
  }
}

/* Ajuste definitivo de métricas: evita texto cortado y conserva efecto glass */
.hero .trust-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(145px, 1fr)) !important;
  gap: 1rem !important;
  width: 100% !important;
  max-width: 1060px !important;
  align-items: stretch !important;
}

.hero .trust-item {
  min-width: 0 !important;
  padding: .9rem .95rem !important;
  border-radius: 24px !important;
  overflow: visible !important;
  gap: .75rem !important;
  background: rgba(255, 255, 255, .20) !important;
  border: 1px solid rgba(255, 255, 255, .38) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.hero .trust-item span {
  display: block !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.hero .trust-item b {
  font-size: clamp(1rem, 1.22vw, 1.38rem) !important;
  line-height: 1.05 !important;
  white-space: normal !important;
  overflow: visible !important;
  word-break: normal !important;
  letter-spacing: -.01em !important;
}

.hero .trust-item small {
  display: block !important;
  margin-top: .25rem !important;
  font-size: clamp(.68rem, .78vw, .84rem) !important;
  line-height: 1.22 !important;
  white-space: normal !important;
  overflow: visible !important;
}

.hero .trust-item i {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  font-size: 1.35rem !important;
}

@media(max-width:1200px) {
  .hero .trust-strip {
    grid-template-columns: repeat(5, minmax(150px, 1fr)) !important;
    max-width: 1180px !important
  }

  .hero .trust-item {
    padding: .95rem !important
  }

  .hero .trust-item b {
    font-size: 1.28rem !important
  }

  .hero .trust-item small {
    font-size: .82rem !important
  }

  .hero .trust-item i {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important
  }
}

@media(max-width:991px) {
  .hero .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }
}

@media(max-width:575px) {
  .hero .trust-strip {
    grid-template-columns: 1fr !important
  }
}

/* Limpieza visual: elimina picos/artefactos en esquinas de métricas */
.hero .trust-item {
  overflow: hidden !important;
  isolation: isolate !important;
  clip-path: inset(0 round 24px) !important;
}

.hero .trust-item:before {
  display: none !important
}

/* Sello DESDE 1990: texto diagonal sin fondo */
.since-stamp {
  position: absolute;
  right: 10%;
  top: 48%;
  z-index: 4;
  transform: rotate(-8deg);
  text-align: center;
  color: #fff;
  font-family: 'Nunito Sans', system-ui, sans-serif;
  font-weight: 950;
  line-height: .86;
  letter-spacing: -.03em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .55);
  animation: enlazeBounce 2.15s ease-in-out infinite;
  pointer-events: none;
}

.since-stamp .desde {
  display: block;
  font-size: clamp(1.6rem, 3.2vw, 3.8rem);
  text-transform: uppercase;
}

.since-stamp .year {
  display: block;
  font-size: clamp(2.4rem, 4.8vw, 5.8rem);
  color: var(--verde);
  -webkit-text-stroke: 1px rgba(255, 255, 255, .28);
}

@keyframes enlazeBounce {

  0%,
  100% {
    transform: rotate(-8deg) translateY(0) scale(1)
  }

  50% {
    transform: rotate(-8deg) translateY(-13px) scale(1.04)
  }
}

@media(max-width:991px) {
  .since-stamp {
    right: 5%;
    top: 42%;
    opacity: .38
  }

  .since-stamp .desde {
    font-size: 2rem
  }

  .since-stamp .year {
    font-size: 3.4rem
  }
}

@media(max-width:575px) {
  .since-stamp {
    display: none
  }
}



/* Corrección final de métricas: tarjetas equilibradas, sin texto cortado */
.hero .trust-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: min(1240px, calc(100vw - 96px)) !important;
  max-width: 1240px !important;
  margin-top: 42px !important;
  align-items: stretch !important;
}

.hero .trust-item {
  min-height: 136px !important;
  padding: 1.05rem 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: .62rem !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  clip-path: inset(0 round 26px) !important;
  background: rgba(255, 255, 255, .20) !important;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.hero .trust-item i {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  margin: 0 !important;
  font-size: 1.35rem !important;
  flex: 0 0 auto !important;
}

.hero .trust-item span {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  overflow: visible !important;
}

.hero .trust-item b {
  display: block !important;
  width: 100% !important;
  font-size: clamp(1.28rem, 1.65vw, 1.75rem) !important;
  line-height: 1.02 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  letter-spacing: -.04em !important;
}

.hero .trust-item small {
  display: block !important;
  width: 100% !important;
  margin-top: .28rem !important;
  font-size: clamp(.78rem, .9vw, .95rem) !important;
  line-height: 1.18 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  font-weight: 850 !important;
}

@media(max-width:1200px) {
  .hero .trust-strip {
    width: min(1080px, calc(100vw - 56px)) !important;
    gap: .75rem !important
  }

  .hero .trust-item {
    min-height: 126px !important;
    padding: .9rem .7rem !important
  }

  .hero .trust-item b {
    font-size: 1.2rem !important
  }

  .hero .trust-item small {
    font-size: .76rem !important
  }

  .hero .trust-item i {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important
  }
}

@media(max-width:991px) {
  .hero .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important
  }

  .hero .trust-item {
    min-height: 118px !important
  }
}

@media(max-width:575px) {
  .hero .trust-strip {
    grid-template-columns: 1fr !important;
    width: 100% !important
  }
}



/* Ajustes finales solicitados: logo header sin fondo y sección experiencia reforzada */
.navbar-brand {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
}

.navbar-brand img {
  height: 92px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
  filter: none !important;
}

.about {
  position: relative !important;
  overflow: hidden !important;
  padding: 64px !important;
  min-height: 430px !important;
}

.about-brand-lockup {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: #fff;
  line-height: .88;
  transform: rotate(-4deg);
  transform-origin: left center;
}

.about-brand-lockup .brand-enlaze-word {
  display: block;
  font-family: 'Brush Script MT', 'Segoe Script', 'Lucida Handwriting', cursive;
  font-size: clamp(2.2rem, 4vw, 4.15rem);
  font-weight: 400;
  letter-spacing: .01em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .20)
}

.about-brand-lockup .brand-decoraciones-word {
  display: block;
  font-family: 'Nunito Sans', system-ui, sans-serif;
  font-size: clamp(.8rem, 1.15vw, 1.2rem);
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-left: 1.4rem;
  margin-top: .28rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .18)
}

.about-since-stamp {
  position: absolute;
  right: 29%;
  top: 32px;
  z-index: 4;
  transform: rotate(-8deg);
  background: rgba(8, 9, 28, .30);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  padding: 1rem 1.25rem;
  text-align: center;
  line-height: .82;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: enlazeAboutBounce 2.2s ease-in-out infinite;
}

.about-since-stamp .desde {
  display: block;
  color: #fff;
  font-family: 'Nunito Sans', system-ui, sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 2.6rem);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -.03em;
  text-shadow: 0 7px 22px rgba(0, 0, 0, .42)
}

.about-since-stamp .year {
  display: block;
  color: var(--verde);
  font-family: 'Nunito Sans', system-ui, sans-serif;
  font-size: clamp(2rem, 3.4vw, 4rem);
  font-weight: 950;
  letter-spacing: -.06em;
  text-shadow: 0 7px 22px rgba(0, 0, 0, .42);
  -webkit-text-stroke: 1px rgba(255, 255, 255, .20)
}

@keyframes enlazeAboutBounce {

  0%,
  100% {
    transform: rotate(-8deg) translateY(0) scale(1)
  }

  50% {
    transform: rotate(-8deg) translateY(-10px) scale(1.04)
  }
}

.about-logo-card {
  background: #fff;
  border-radius: 38px;
  padding: 2rem !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  position: relative;
  z-index: 2;
}

@media(max-width:991px) {
  .navbar-brand img {
    height: 74px !important
  }

  .about {
    padding: 42px 28px !important
  }

  .about-since-stamp {
    right: 24px;
    top: 22px;
    opacity: .7
  }

  .about-brand-lockup {
    margin-top: 46px
  }

  .about-logo-card {
    margin-top: 1.5rem
  }
}

@media(max-width:575px) {
  .navbar-brand img {
    height: 66px !important
  }

  .about-since-stamp {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    margin-bottom: 1rem
  }

  .about-brand-lockup {
    margin-top: 0
  }

  .about-brand-lockup .brand-enlaze-word {
    font-size: 2.6rem
  }
}



/* Ajuste final top bar: logo oficial dentro de recuadro blanco, como referencia aprobada */
.navbar-brand {
  background: #fff !important;
  border-radius: 0 0 32px 32px !important;
  padding: 12px 18px 18px !important;
  margin-top: -8px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18) !important;
  min-width: 116px !important;
  min-height: 122px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.navbar-brand img {
  height: 98px !important;
  width: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
  filter: none !important;
}

@media(max-width:991px) {
  .navbar-brand {
    min-width: 96px !important;
    min-height: 98px !important;
    padding: 10px 14px 14px !important;
    margin-top: -6px !important
  }

  .navbar-brand img {
    height: 76px !important
  }
}


/* === AJUSTES SOLICITADOS 23/JUN: top bar más compacta, logo en recuadro blanco y sección experiencia más fuerte === */
.navbar {
  min-height: 104px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: rgba(64, 66, 151, .96) !important;
}

.navbar .container {
  min-height: 104px !important;
  align-items: center !important;
  max-width: 1180px !important;
}

.navbar-brand {
  background: #fff !important;
  border-radius: 0 0 28px 28px !important;
  padding: 7px 11px 11px !important;
  margin-top: -4px !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16) !important;
  min-width: 112px !important;
  min-height: 112px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.navbar-brand img {
  height: 92px !important;
  width: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.navbar .nav-link {
  font-size: .86rem !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
}

.navbar .btn-enlaze {
  padding: .72rem 1.18rem !important;
  font-size: .92rem !important;
  box-shadow: 0 12px 28px rgba(146, 179, 110, .26) !important;
}

.hero {
  padding-top: 126px !important;
}

.about {
  padding: 70px !important;
  min-height: 470px !important;
}

.about-brand-lockup {
  margin-bottom: 1.45rem !important;
  transform: rotate(-4deg) scale(1.12) !important;
  transform-origin: left center !important;
}

.about-brand-lockup .brand-enlaze-word {
  font-size: clamp(3.2rem, 5.2vw, 5.85rem) !important;
  line-height: .78 !important;
  color: #fff !important;
}

.about-brand-lockup .brand-decoraciones-word {
  font-size: clamp(1.05rem, 1.55vw, 1.58rem) !important;
  margin-left: 1.65rem !important;
  margin-top: .42rem !important;
  letter-spacing: .16em !important;
  color: #fff !important;
}

.about-since-stamp {
  right: 27% !important;
  top: 22px !important;
  padding: 1.35rem 1.65rem !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(20, 21, 45, .74), rgba(255, 255, 255, .14)) !important;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .28) !important;
  transform: rotate(-7deg) scale(1.14);
}

.about-since-stamp .desde {
  font-size: clamp(1.8rem, 2.8vw, 3.35rem) !important;
  line-height: .82 !important;
}

.about-since-stamp .year {
  font-size: clamp(2.8rem, 4.4vw, 5.25rem) !important;
  line-height: .82 !important;
}

@keyframes enlazeAboutBounce {

  0%,
  100% {
    transform: rotate(-7deg) translateY(0) scale(1.14)
  }

  50% {
    transform: rotate(-7deg) translateY(-10px) scale(1.19)
  }
}

@media(max-width:991px) {

  .navbar,
  .navbar .container {
    min-height: 88px !important
  }

  .navbar-brand {
    min-width: 94px !important;
    min-height: 94px !important;
    padding: 7px 10px 10px !important
  }

  .navbar-brand img {
    height: 76px !important
  }

  .hero {
    padding-top: 112px !important
  }

  .about {
    padding: 48px 30px !important;
    min-height: auto !important
  }

  .about-brand-lockup {
    transform: rotate(-4deg) scale(1) !important;
    margin-top: 50px !important
  }

  .about-since-stamp {
    right: 24px !important;
    top: 20px !important;
    transform: rotate(-7deg) scale(.92)
  }
}

@media(max-width:575px) {

  .navbar,
  .navbar .container {
    min-height: auto !important
  }

  .about-since-stamp {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: rotate(-7deg) scale(.9);
    margin-bottom: 1.2rem !important
  }

  .about-brand-lockup {
    margin-top: 0 !important
  }
}



/* Ajuste final: bounce DESDE 1990 contenido dentro del recuadro */
.about {
  overflow: hidden !important;
}

.about-since-stamp {
  top: 58px !important;
  right: 27% !important;
  overflow: hidden !important;
  transform: rotate(-7deg) scale(1.02);
  transform-origin: center center !important;
  z-index: 5 !important;
  animation: none !important;
}

.about-since-card {
  display: block !important;
  transform-origin: center center !important;
  animation: desde1990Bounce 2.2s ease-in-out infinite !important;
  will-change: transform !important;
}

@keyframes desde1990Bounce {

  0%,
  100% {
    transform: translateY(0) scale(1)
  }

  50% {
    transform: translateY(-6px) scale(1.025)
  }
}

@media (prefers-reduced-motion: reduce) {
  .since-stamp,
  .about-since-card {
    animation: none !important;
  }
}

@media(max-width:991px) {
  .about-since-stamp {
    top: 34px !important;
    right: 24px !important;
    transform: rotate(-7deg) scale(.86);
  }
}

@media(max-width:575px) {
  .about-since-stamp {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: inline-block !important;
    margin-bottom: 1.2rem !important;
    transform: rotate(-7deg) scale(.86);
  }
}

/* === Galería real de proyectos: imágenes recortadas y ajustadas === */
.project-gallery-grid .gallery-card{
  height:300px !important;
  min-height:300px !important;
  border-radius:28px !important;
  overflow:hidden !important;
  border:8px solid #fff !important;
  box-shadow:0 18px 45px rgba(31,36,90,.12) !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  position:relative !important;
  transition:transform .25s ease, box-shadow .25s ease !important;
}
.project-gallery-grid .gallery-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 60px rgba(31,36,90,.18) !important;
}
.project-gallery-grid .gallery-card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg, rgba(0,0,0,.03) 30%, rgba(0,0,0,.34) 100%) !important;
  z-index:1 !important;
}
.project-gallery-grid .gallery-card::after{display:none !important;}
.project-gallery-grid .gallery-card span{
  position:absolute !important;
  left:22px !important;
  bottom:20px !important;
  z-index:2 !important;
  background:#fff !important;
  color:var(--azul) !important;
  border-radius:999px !important;
  padding:.62rem 1rem !important;
  font-weight:900 !important;
  box-shadow:0 12px 28px rgba(0,0,0,.14) !important;
}
.project-gallery-grid .gallery-card-wide{
  height:330px !important;
  min-height:330px !important;
}
.project-persianas{background-image:url('../optimized/img/proyectos/persianas.webp') !important;background-position:center 48% !important;}
.project-hogar{background-image:url('../optimized/img/proyectos/hogar.webp') !important;background-position:center 55% !important;}
.project-oficinas{background-image:url('../optimized/img/proyectos/oficinas.webp') !important;background-position:center 50% !important;}
.project-antes{background-image:url('../optimized/img/proyectos/antes.webp') !important;background-position:center 50% !important;}
.project-comercios{background-image:url('../optimized/img/proyectos/comercios.webp') !important;background-position:center 52% !important;}
@media(max-width:767px){
  .project-gallery-grid .gallery-card,
  .project-gallery-grid .gallery-card-wide{
    height:260px !important;
    min-height:260px !important;
  }
}


/* === Catálogo base de productos: imágenes reales === */
.product-card .photo.product-img{
  height:250px!important;
  width:100%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  border-radius:30px 30px 0 0!important;
  overflow:hidden!important;
  position:relative!important;
  filter:saturate(1.05) contrast(1.04) brightness(1.02)!important;
}
.product-card .photo.product-img::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.04));
  z-index:1;
  pointer-events:none;
}
.product-card .photo.product-img::after{
  display:none!important;
  content:none!important;
}
.product-card .product-persianas{
  background-image:url('../optimized/persianas.webp')!important;
  background-position:center center!important;
}
.product-card .product-muebles{
  background-image:url('../optimized/muebles_pvc.webp')!important;
  background-position:center center!important;
}
.product-card .product-muros{
  background-image:url('../optimized/muros_dec.webp')!important;
  background-position:center center!important;
}
.product-card .product-puertas{
  background-image:url('../optimized/puerta.webp')!important;
  background-position:center center!important;
}
.product-card .product-pisos{
  background-image:url('../optimized/pisos.webp')!important;
  background-position:center center!important;
}
.product-card .product-pasto{
  background-image:url('../optimized/pasto.webp')!important;
  background-position:center center!important;
}
.product-card{
  border-radius:30px!important;
  overflow:hidden!important;
}
.product-image-link{
  display:block;
  overflow:hidden;
}
.product-image-link .product-img{
  transition:transform .35s ease;
}
.product-image-link:hover .product-img{
  transform:scale(1.035);
}
.product-title-link{
  color:inherit;
  text-decoration:none;
  transition:color .2s ease;
}
.product-title-link:hover{
  color:var(--verde);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:5px;
}
@media(max-width:575px){
  .product-card .photo.product-img{height:210px!important;}
}

.business-hours {
  border-left: 4px solid var(--green);
  margin: 1.25rem 0;
  padding-left: 1rem;
}

.form-label {
  color: var(--ink);
  font-weight: 800;
}

.form-feedback {
  color: var(--blue);
  min-height: 1.5em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f4bd3c;
  outline-offset: 3px;
}

/* Ajustes finales catálogo base */
.catalog-intro{
  max-width: 920px;
  font-size: 1.12rem;
  line-height: 1.75;
}
.mock-note{display:none!important;}

/* DESDE 1990: posición central y rebote aplicado al cuadro completo */
.about-since-stamp {
  top: 118px !important;
  right: 40% !important;
  overflow: hidden !important;
  transform-origin: center center !important;
  animation: enlazeStampBounce 2s cubic-bezier(.28, .84, .42, 1) infinite !important;
  will-change: transform !important;
}

.about-since-card {
  animation: none !important;
  transform: none !important;
}

@keyframes enlazeStampBounce {
  0% {
    transform: rotate(-7deg) translateY(0) scale(1.02)
  }

  18% {
    transform: rotate(-7deg) translateY(-24px) scale(1.055)
  }

  34% {
    transform: rotate(-7deg) translateY(0) scale(1.02)
  }

  44% {
    transform: rotate(-7deg) translateY(-11px) scale(1.038)
  }

  55% {
    transform: rotate(-7deg) translateY(0) scale(1.02)
  }

  63% {
    transform: rotate(-7deg) translateY(-4px) scale(1.026)
  }

  72%,
  100% {
    transform: rotate(-7deg) translateY(0) scale(1.02)
  }
}

@media(max-width:1199px) {
  .about-since-stamp {
    right: 35% !important;
    top: 105px !important;
  }
}

@media(max-width:991px) {
  .about-since-stamp {
    right: 25px !important;
    top: 34px !important;
    animation-name: enlazeStampBounceTablet !important;
    animation-duration: 2s !important;
  }

  @keyframes enlazeStampBounceTablet {
    0% {
      transform: rotate(-7deg) translateY(0) scale(.86)
    }

    18% {
      transform: rotate(-7deg) translateY(-17px) scale(.9)
    }

    34% {
      transform: rotate(-7deg) translateY(0) scale(.86)
    }

    44% {
      transform: rotate(-7deg) translateY(-8px) scale(.88)
    }

    55% {
      transform: rotate(-7deg) translateY(0) scale(.86)
    }

    63% {
      transform: rotate(-7deg) translateY(-3px) scale(.87)
    }

    72%,
    100% {
      transform: rotate(-7deg) translateY(0) scale(.86)
    }
  }
}

@media(max-width:575px) {
  .about-since-stamp {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: inline-block !important;
    margin-bottom: 1.2rem !important;
  }
}
