@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  background: #FFFFFF;
  color: #163E2B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

.titulo-principal {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: clamp(1.75rem, 4vw + 1rem, 3rem);
  color: #163E2B;
  margin-bottom: 1rem;
  text-align: center;
}

.titulo-seccion {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: clamp(1.25rem, 3vw + 0.5rem, 2rem);
  color: #163E2B;
  margin-bottom: 1.5rem;
  position: relative;
}
.titulo-seccion.centered {
  text-align: center;
}
.titulo-seccion.centered::after {
  left: 50%;
  transform: translateX(-50%);
}

.subtitulo {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.5rem);
  color: #1A4B34;
  margin-bottom: 0.75rem;
}

.texto-descripcion {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: clamp(0.875rem, 1.5vw + 0.25rem, 1rem);
  color: rgba(22, 62, 43, 0.85);
}

.texto-destacado {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.125rem;
  color: #369363;
}

[data-animate] {
  opacity: 0;
}
[data-animate].animated {
  opacity: 1;
}

[data-animate=fade-up].animated {
  animation: fadeInUp 0.8s ease forwards;
}

[data-animate=fade-down].animated {
  animation: fadeInDown 0.8s ease forwards;
}

[data-animate=slide-in-left].animated {
  animation: slideInLeft 0.8s ease forwards;
}

[data-animate=slide-in-right].animated {
  animation: slideInRight 0.8s ease forwards;
}

[data-animate=scale-in].animated {
  animation: scaleIn 0.6s ease forwards;
}

[data-animate=bounce-in].animated {
  animation: bounceIn 0.8s ease forwards;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 2rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 2rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-none {
  display: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.w-auto {
  width: auto;
}

.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-auto {
  height: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow-none {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}

.shadow-lg {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.text-verde-oscuro {
  color: #002D24;
}

.text-verde-bosque {
  color: #226B4D;
}

.text-verde-esmeralda {
  color: #4EA374;
}

.text-blanco {
  color: #F7F7F7;
}

.text-naranja {
  color: #DA8D19;
}

.text-amarillo {
  color: #FDB813;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-gray-100 {
  color: #f8f9fa;
}

.text-gray-200 {
  color: #e9ecef;
}

.text-gray-300 {
  color: #dee2e6;
}

.text-gray-400 {
  color: #ced4da;
}

.text-gray-500 {
  color: #adb5bd;
}

.text-gray-600 {
  color: #6c757d;
}

.text-gray-700 {
  color: #495057;
}

.text-gray-800 {
  color: #343a40;
}

.text-gray-900 {
  color: #212529;
}

.bg-verde-oscuro {
  background-color: #002D24;
}

.bg-verde-bosque {
  background-color: #226B4D;
}

.bg-verde-esmeralda {
  background-color: #4EA374;
}

.bg-blanco {
  background-color: #F7F7F7;
}

.bg-naranja {
  background-color: #DA8D19;
}

.bg-amarillo {
  background-color: #FDB813;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-gray-100 {
  background-color: #f8f9fa;
}

.bg-gray-200 {
  background-color: #e9ecef;
}

.bg-gray-300 {
  background-color: #dee2e6;
}

.bg-gray-400 {
  background-color: #ced4da;
}

.bg-gray-500 {
  background-color: #adb5bd;
}

.bg-gray-600 {
  background-color: #6c757d;
}

.bg-gray-700 {
  background-color: #495057;
}

.bg-gray-800 {
  background-color: #343a40;
}

.bg-gray-900 {
  background-color: #212529;
}

.border-verde-oscuro {
  border-color: #002D24;
}

.border-verde-bosque {
  border-color: #226B4D;
}

.border-verde-esmeralda {
  border-color: #4EA374;
}

.border-blanco {
  border-color: #F7F7F7;
}

.border-naranja {
  border-color: #DA8D19;
}

.border-amarillo {
  border-color: #FDB813;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  border-color: #ffffff;
}

.border-black {
  border-color: #000000;
}

.border-gray-100 {
  border-color: #f8f9fa;
}

.border-gray-200 {
  border-color: #e9ecef;
}

.border-gray-300 {
  border-color: #dee2e6;
}

.border-gray-400 {
  border-color: #ced4da;
}

.border-gray-500 {
  border-color: #adb5bd;
}

.border-gray-600 {
  border-color: #6c757d;
}

.border-gray-700 {
  border-color: #495057;
}

.border-gray-800 {
  border-color: #343a40;
}

.border-gray-900 {
  border-color: #212529;
}

.border-0 {
  border-width: 0;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-move {
  cursor: move;
}

.cursor-text {
  cursor: text;
}

.select-none {
  user-select: none;
}

.select-text {
  user-select: text;
}

.select-all {
  user-select: all;
}

.select-auto {
  user-select: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .d-mobile-block {
    display: block;
  }
  .d-mobile-flex {
    display: flex;
  }
  .d-mobile-none {
    display: none;
  }
  .w-mobile-100 {
    width: 100%;
  }
  .text-mobile-center {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block !important;
  }
  .d-tablet-block {
    display: block;
  }
  .d-tablet-flex {
    display: flex;
  }
  .d-tablet-none {
    display: none;
  }
  .w-tablet-100 {
    width: 100%;
  }
  .text-tablet-center {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }
  .show-desktop {
    display: block !important;
  }
  .d-desktop-block {
    display: block;
  }
  .d-desktop-flex {
    display: flex;
  }
  .d-desktop-none {
    display: none;
  }
}
/* UTILIDADES */
.hidden {
  display: none !important;
}

.hero-home__cta {
  display: inline-block;
  padding: 1.125rem 3rem;
  background: #FDB813;
  color: #163E2B;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.125rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.hero-home__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease-out;
}
.hero-home__cta:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.hero-home__cta:hover::before {
  width: 400px;
  height: 400px;
}

.cta {
  margin: 1.5rem 0;
  padding: 0.875rem 1.75rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #4EA374, #1E5E40);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-size: clamp(0.9375rem, 1.5vw + 0.25rem, 1.0625rem);
}
@media (max-width: 600px) {
  .cta {
    width: 100%;
    text-align: center;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease-out;
}
.cta:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.cta:hover::before {
  width: 400px;
  height: 400px;
}
.cta:active {
  transform: translateY(-2px) scale(0.98);
}
.cta.cta--secondary {
  background: transparent;
  color: #4EA374;
  border: 2px solid #4EA374;
}
.cta.cta--secondary:hover {
  background: #4EA374;
  color: #FFFFFF;
}
.cta.cta--with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cta.cta--with-icon::after {
  content: "→";
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.cta.cta--with-icon:hover::after {
  transform: translateX(5px);
}
.cta.cta--small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 8px;
}
.cta.cta--large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  border-radius: 20px;
}

.filter-btn {
  padding: 0.5rem 1.25rem;
  background: #FFFFFF;
  color: #163E2B;
  border: 2px solid rgba(22, 62, 43, 0.1);
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-btn:hover {
  background: #4EA374;
  color: #FFFFFF;
  border-color: #4EA374;
  transform: translateY(-2px);
}
.filter-btn.active {
  background: #1E5E40;
  color: #FFFFFF;
  border-color: #1E5E40;
}

.form-btn {
  width: 100%;
  padding: 1rem;
  background: #1E5E40;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.form-btn:hover {
  background: #4EA374;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(78, 163, 116, 0.3);
}
.form-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-btn:disabled:hover {
  background: #1E5E40;
  transform: none;
  box-shadow: none;
}

.close-btn {
  background: none;
  border: none;
  color: #666;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.close-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #163E2B;
  transform: rotate(90deg);
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  color: #163E2B;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.back-btn::before {
  content: "←";
}
.back-btn:hover {
  background: #4EA374;
  color: #FFFFFF;
  transform: translateX(-5px);
}

.search-btn {
  padding: 0.75rem 1.5rem;
  background: #4EA374;
  color: #FFFFFF;
  border: none;
  border-radius: 0 8px 8px 0;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-btn:hover {
  background: #1E5E40;
}

.action-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4EA374, #1E5E40);
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(78, 163, 116, 0.3);
}
.action-btn:hover {
  transform: scale(1.1) rotate(15deg);
  box-shadow: 0 8px 20px rgba(78, 163, 116, 0.5);
}
.action-btn.small {
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
}
.action-btn.large {
  width: 60px;
  height: 60px;
  font-size: 1.75rem;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #FDB813, #DB7404);
  color: #163E2B;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}
.download-btn::after {
  content: "↓";
  font-size: 1.2rem;
}
.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(253, 184, 19, 0.3);
}

.category-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem auto 2rem;
  flex-wrap: wrap;
  max-width: 900px;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .category-buttons {
    gap: 1rem;
    margin: 2rem auto 1.5rem;
  }
}
@media (max-width: 480px) {
  .category-buttons {
    gap: 0.75rem;
    margin: 1.5rem auto 1rem;
  }
}

.category-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(10px);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpFade 0.6s ease-out forwards;
}
.category-btn:nth-child(1) {
  animation-delay: 0.1s;
}
.category-btn:nth-child(2) {
  animation-delay: 0.2s;
}
.category-btn:nth-child(3) {
  animation-delay: 0.3s;
}
.category-btn:nth-child(4) {
  animation-delay: 0.4s;
}
.category-btn:nth-child(5) {
  animation-delay: 0.5s;
}
@media (max-width: 768px) {
  .category-btn {
    width: 85px;
    height: 85px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .category-btn {
    width: 70px;
    height: 70px;
    border-radius: 14px;
  }
}
.category-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(78, 163, 116, 0.15) 0%, rgba(253, 184, 19, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.category-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease-out;
}
.category-btn:hover {
  transform: translateY(-8px) scale(1.1);
  border-color: rgba(253, 184, 19, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(253, 184, 19, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.1);
}
.category-btn:hover::before {
  opacity: 1;
}
.category-btn:hover::after {
  width: 200px;
  height: 200px;
}
.category-btn:hover .category-btn__icon {
  transform: scale(1.2) rotate(5deg);
  color: #FDB813;
  filter: drop-shadow(0 0 10px rgba(253, 184, 19, 0.5));
}
.category-btn:hover .category-btn__text {
  opacity: 1;
  transform: translateY(0);
  color: #FDB813;
}
.category-btn:hover .shine-effect {
  opacity: 1;
  left: 150%;
  transition: all 0.6s ease 0.1s;
}
.category-btn:active {
  transform: translateY(-4px) scale(1.05);
  transition: transform 0.1s ease;
}
.category-btn__icon {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .category-btn__icon {
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 480px) {
  .category-btn__icon {
    font-size: 1.75rem;
    margin-bottom: 0.125rem;
  }
}
.category-btn__text {
  font-weight: 700;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  transform: translateY(5px);
}
@media (max-width: 768px) {
  .category-btn__text {
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  .category-btn__text {
    font-size: 0.6rem;
    letter-spacing: 0.5px;
  }
}
.category-btn[data-ripple]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease-out, height 0.6s ease-out;
}
.category-btn[data-ripple]:active::after {
  width: 150px;
  height: 150px;
}
.category-btn .shine-effect {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.category-btn--alt {
  background: linear-gradient(135deg, rgba(0, 45, 36, 0.1), rgba(0, 45, 36, 0.05));
  border-color: rgba(78, 163, 116, 0.2);
}
.category-btn--alt .category-btn__icon {
  color: #4EA374;
}
.category-btn--alt .category-btn__text {
  color: rgba(0, 45, 36, 0.8);
}
.category-btn--alt:hover {
  border-color: #4EA374;
  box-shadow: 0 20px 40px rgba(78, 163, 116, 0.2), 0 0 0 4px rgba(78, 163, 116, 0.1);
}
.category-btn--alt:hover .category-btn__icon {
  color: #4EA374;
  filter: drop-shadow(0 0 10px rgba(78, 163, 116, 0.5));
}
.category-btn--alt:hover .category-btn__text {
  color: #4EA374;
}

@media (max-width: 600px) {
  .category-buttons {
    gap: 0.5rem;
  }
  .category-btn {
    width: 65px;
    height: 65px;
    border-radius: 12px;
  }
  .category-btn:hover {
    transform: translateY(-4px) scale(1.05);
  }
}
@media (prefers-contrast: high) {
  .category-btn {
    border: 2px solid #FFFFFF;
  }
  .category-btn__icon {
    color: #FFFFFF;
  }
  .category-btn__text {
    color: #FFFFFF;
    font-weight: 800;
  }
}
@media (prefers-reduced-motion: reduce) {
  .category-btn {
    transition: none;
    animation: none;
  }
  .category-btn:hover {
    transform: none;
  }
  .category-btn__icon, .category-btn__text {
    transition: none;
  }
}
.imagenes-actuales {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.grid-imagenes-actuales {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}
@media (max-width: 600px) {
  .grid-imagenes-actuales {
    grid-template-columns: repeat(2, 1fr);
  }
}

.imagen-actual-item {
  transition: all 0.3s ease;
}
.imagen-actual-item:hover {
  border-color: #4EA374;
  box-shadow: 0 4px 12px rgba(78, 163, 116, 0.2);
  transform: translateY(-2px);
}

/** UI **/
/* ===== HEADER HERO ===== */
.hero-home {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #163E2B 0%, #1E5E40 50%, #4EA374 100%);
}

@media (max-width: 900px) {
  .hero-home {
    min-height: 50vh;
  }
}
@media (max-width: 600px) {
  .hero-home {
    min-height: 45vh;
  }
}
/* FONDO ANIMADO */
.hero-home__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero-home__circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78, 163, 116, 0.3), transparent);
  animation: float 20s infinite ease-in-out;
}

.hero-home__circle--1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.hero-home__circle--2 {
  width: 600px;
  height: 600px;
  bottom: -150px;
  right: -150px;
  animation-delay: 7s;
}

.hero-home__circle--3 {
  width: 300px;
  height: 300px;
  top: 50%;
  right: 10%;
  animation-delay: 14s;
}

@media (max-width: 900px) {
  .hero-home__circle--1 {
    width: 300px;
    height: 300px;
  }
  .hero-home__circle--2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    right: -100px;
  }
  .hero-home__circle--3 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 600px) {
  .hero-home__circle--1 {
    width: 200px;
    height: 200px;
  }
  .hero-home__circle--2 {
    width: 250px;
    height: 250px;
  }
  .hero-home__circle--3 {
    width: 150px;
    height: 150px;
  }
}
/* CONTENIDO */
.hero-home__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 600px) {
  .hero-home__content {
    padding: 1.5rem;
  }
}
.hero-home__title {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 3rem;
  line-height: 1.2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 900px) {
  .hero-home__title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 600px) {
  .hero-home__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
/* ===== BARRA DE BÚSQUEDA ===== */
.search-bar {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 60px;
  padding: 1.2rem 2rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(253, 184, 19, 0.3);
  max-width: 900px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.search-bar:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  border-color: rgba(253, 184, 19, 0.6);
}

@media (max-width: 900px) {
  .search-bar {
    border-radius: 30px;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 600px) {
  .search-bar {
    padding: 0.8rem 1rem;
  }
}
/* PESTAÑAS SUPERIORES */
.search-bar__tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .search-bar__tabs {
    margin-bottom: 1rem;
    gap: 0.3rem;
  }
}
.search-bar__tab {
  background: transparent;
  border: none;
  color: #163E2B;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

@media (max-width: 600px) {
  .search-bar__tab {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.search-bar__tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #FDB813, #DB7404);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.search-bar__tab:hover {
  color: #FDB813;
  background: rgba(253, 184, 19, 0.1);
}

.search-bar__tab.active {
  color: #FDB813;
  background: rgba(253, 184, 19, 0.15);
  font-weight: 700;
}

.search-bar__tab.active::before {
  width: 80%;
}

/* CAMPOS DE BÚSQUEDA */
.search-bar__fields {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 900px) {
  .search-bar__fields {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.search-bar__select-wrapper {
  position: relative;
  flex: 1;
}

.search-bar__select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid #E0E0E0;
  border-radius: 30px;
  font-size: 0.95rem;
  color: #163E2B;
  background: #F9F9F9;
  cursor: pointer;
  appearance: none;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23002D24' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

@media (max-width: 600px) {
  .search-bar__select {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}
.search-bar__select:hover {
  border-color: #FDB813;
  background: #FFF;
}

.search-bar__select:focus {
  outline: none;
  border-color: #FDB813;
  background: #FFF;
  box-shadow: 0 0 0 3px rgba(253, 184, 19, 0.1);
}

.search-bar__input-wrapper {
  position: relative;
  flex: 2;
}

.search-bar__input {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid #E0E0E0;
  border-radius: 30px;
  font-size: 0.95rem;
  color: #002D24;
  background: #F9F9F9;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .search-bar__input {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}
.search-bar__input::placeholder {
  color: #4EA374;
}

.search-bar__input:hover {
  border-color: #FDB813;
  background: #FFF;
}

.search-bar__input:focus {
  outline: none;
  border-color: #FDB813;
  background: #FFF;
  box-shadow: 0 0 0 3px rgba(253, 184, 19, 0.1);
}

.search-bar__button {
  background: linear-gradient(135deg, #FDB813, #DB7404);
  color: #163E2B;
  border: none;
  padding: 0.9rem 2.5rem;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(253, 184, 19, 0.4);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .search-bar__button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .search-bar__button {
    padding: 0.75rem 2rem;
    font-size: 0.95rem;
  }
}
.search-bar__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(253, 184, 19, 0.5);
  background: linear-gradient(135deg, #FFC107, #FF9800);
}

.search-bar__button:active {
  transform: translateY(0);
}

.footer {
  background: #0B2318;
  color: #FFFFFF;
  padding: 4rem 2rem 2rem;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #FDB813;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.footer-logo .logo-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.footer-tagline {
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  color: #88CCA4;
  line-height: 1.7;
}

.footer-column h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}

.footer-links a {
  font-family: "Catamaran", sans-serif;
  color: #88CCA4;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #FDB813;
  padding-left: 8px;
}

.footer-contact h3 {
  margin-bottom: 0.75rem;
  font-family: "Maven Pro", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
}

.footer-contact p {
  font-family: "Catamaran", sans-serif;
  color: #88CCA4;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.footer-contact-actions {
  display: flex;
  gap: 0.75rem;
}

.btn-subscribe {
  background: #000000;
  color: #FFFFFF;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-subscribe:hover {
  background: #DB7404;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(253, 184, 19, 0.3);
}

.btn-subscribe--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #88CCA4;
}

.btn-subscribe--outline:hover {
  border-color: #FDB813;
  color: #FFFFFF;
  background: rgba(253, 184, 19, 0.1);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
}

.footer-partners {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-partners__title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #FFFFFF;
  margin: 0;
}

.footer-partners__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-partners__item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.footer-partners__name {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #B8E2C7;
}

.footer-partners__role {
  font-family: "Catamaran", sans-serif;
  font-size: 0.85rem;
  color: #4EA374;
}

.footer-social {
  display: flex;
  gap: 1.25rem;
  justify-self: end;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #88CCA4;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background: #F79B09;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.footer-copyright {
  font-family: "Catamaran", sans-serif;
  color: #4EA374;
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .footer-social {
    justify-self: center;
  }
  .footer-partners {
    align-items: center;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(240, 249, 243, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(22, 62, 43, 0.05);
  transition: all 0.3s ease;
}

.nav.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(22, 62, 43, 0.1);
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.logo:hover {
  transform: scale(1.05);
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #4EA374, #369363);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.logo:hover .logo-icon {
  transform: rotate(-5deg);
  box-shadow: 0 4px 12px rgba(54, 147, 99, 0.3);
}

.logo-text {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #163E2B;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  list-style: none;
}

.nav-link {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1E5E40;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #4EA374, #369363);
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: #369363;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}

.btn-admin {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: linear-gradient(135deg, #4EA374, #369363);
  color: #FFFFFF;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-admin:hover {
  background: linear-gradient(135deg, #369363, #26754E);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(54, 147, 99, 0.3);
}

.btn-admin svg {
  width: 18px;
  height: 18px;
}

.user-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #F0F9F3, #DAF1E1);
  border: 2px solid #88CCA4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #26754E;
  cursor: pointer;
  transition: all 0.3s ease;
}

.user-icon:hover {
  background: linear-gradient(135deg, #DAF1E1, #B8E2C7);
  border-color: #4EA374;
  transform: scale(1.1);
}

.user-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: linear-gradient(135deg, #163E2B 0%, #1A4B34 100%);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1001;
}
.user-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-dropdown__header {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-dropdown__email {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-dropdown__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.user-dropdown__item:hover {
  background: rgba(253, 184, 19, 0.15);
  color: #FDB813;
}
.user-dropdown__item--danger {
  color: #ff6b6b;
}
.user-dropdown__item--danger:hover {
  background: rgba(255, 107, 107, 0.1);
  color: #ff5252;
}
.user-dropdown__item .material-symbols-outlined {
  font-size: 1.125rem;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #163E2B;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-links.mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  flex-direction: column;
  padding: 2rem;
  gap: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 999;
}
.nav-links.mobile.active {
  display: flex;
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.nav-links.mobile .nav-link {
  font-size: 1.1rem;
  padding: 0.75rem 0;
}

@media (max-width: 1024px) {
  .nav-links {
    gap: 1.5rem;
  }
  .nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .nav-container {
    padding: 1rem 1.5rem;
  }
  .nav-links:not(.mobile) {
    display: none;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-text {
    font-size: 1.1rem;
  }
  .btn-admin span {
    display: none;
  }
  .btn-admin {
    padding: 0.625rem;
    width: 44px;
    height: 44px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .nav-container {
    padding: 1rem;
  }
  .logo-text {
    display: none;
  }
  .nav-cta {
    gap: 0.75rem;
  }
  .user-dropdown {
    right: -0.5rem;
    min-width: 220px;
  }
}
.nav__admin-icon {
  font-size: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.nav-link--admin {
  color: #FDB813;
}
.nav-link--admin:hover {
  color: #F79B09;
}
.nav-link--admin:hover::after {
  background: linear-gradient(135deg, #FDB813, #F79B09);
}

.contenedor-formulario {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem;
  position: relative;
}
.contenedor-formulario .back-btn {
  display: inline-block;
  margin-bottom: 1rem;
}
.contenedor-formulario .titulo-principal {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-size: 2rem;
}

.formulario-propiedad {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  .formulario-propiedad {
    padding: 1.5rem;
  }
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1000px) {
  .form-layout {
    grid-template-columns: 1fr;
  }
}

.form-column-left,
.form-column-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.section-full {
  grid-column: 1/-1;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.form-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 600px) {
  .form-row-3 {
    grid-template-columns: 1fr;
  }
}

.formulario-section {
  border: 2px solid #F7F7F7;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 0;
  position: relative;
  background: white;
  height: fit-content;
}
.formulario-section legend {
  padding: 0 0.75rem;
  color: #226B4D;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  font-weight: 700;
  color: #002D24;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}
.form-group label.label-file {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #4EA374, #226B4D);
  color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 0.9rem;
}
.form-group label.label-file:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(78, 163, 116, 0.3);
}
.form-group label.label-file .file-icon {
  font-size: 1.1rem;
}
.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=url],
.form-group input[type=tel],
.form-group input[type=email],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem 0.875rem;
  border: 2px solid rgba(0, 45, 36, 0.1);
  border-radius: 8px;
  font-size: 0.95rem;
  color: #002D24;
  background: #F7F7F7;
  transition: all 0.3s ease;
}
.form-group input[type=text]:focus,
.form-group input[type=number]:focus,
.form-group input[type=url]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=email]:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: 2px solid #4EA374;
  outline-offset: 2px;
  border-color: #4EA374;
  background: white;
  box-shadow: 0 0 0 3px rgba(78, 163, 116, 0.1);
}
.form-group input[type=text]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=url]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=email]::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: rgba(0, 45, 36, 0.4);
}
.form-group input[type=text]:disabled,
.form-group input[type=number]:disabled,
.form-group input[type=url]:disabled,
.form-group input[type=tel]:disabled,
.form-group input[type=email]:disabled,
.form-group textarea:disabled,
.form-group select:disabled {
  background: rgba(0, 45, 36, 0.05);
  cursor: not-allowed;
}
.form-group input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-group textarea {
  resize: vertical;
  min-height: 200px;
  line-height: 1.5;
}
.form-group small.form-help {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: rgba(0, 45, 36, 0.6);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #F7F7F7;
}
@media (max-width: 600px) {
  .form-actions {
    flex-direction: column;
  }
}
.form-actions .cta {
  flex: 1;
  max-width: 200px;
  padding: 0.875rem 1.5rem;
}
@media (max-width: 600px) {
  .form-actions .cta {
    max-width: 100%;
  }
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select {
  border-color: #dc3545;
}
.form-group.has-error input:focus,
.form-group.has-error textarea:focus,
.form-group.has-error select:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.form-group.has-error .error {
  display: block;
  color: #dc3545;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}
.form-group.has-success input,
.form-group.has-success textarea,
.form-group.has-success select {
  border-color: #4EA374;
}

.formulario-propiedad input[type=number] {
  appearance: textfield;
}
.formulario-propiedad input[type=number]::-webkit-outer-spin-button, .formulario-propiedad input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.main-formulario {
  display: block;
  padding: 1.5rem 0;
  min-height: calc(100vh - 150px);
  background: #F7F7F7;
}

.imagen-preview {
  margin-top: 1rem;
  padding: 0.875rem;
  background: #F7F7F7;
  border: 2px dashed rgba(78, 163, 116, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.imagen-preview:hover {
  background: rgba(78, 163, 116, 0.05);
  border-color: #4EA374;
}

.imagen-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.imagen-info .imagen-icono {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.imagen-info .imagen-nombre {
  flex: 1;
  font-size: 0.9rem;
  color: #002D24;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imagen-info .imagen-eliminar {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-weight: bold;
}
.imagen-info .imagen-eliminar:hover {
  background: #c82333;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.imagen-info .imagen-eliminar:active {
  transform: scale(0.95);
}
.imagen-info .imagen-eliminar:focus {
  outline: 2px solid #dc3545;
  outline-offset: 2px;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.imagen-preview {
  animation: fadeInSlide 0.3s ease-out;
}

.label-file {
  position: relative;
  overflow: hidden;
}
.label-file::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.label-file:active::after {
  width: 300px;
  height: 300px;
}

.imagenes-preview {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  max-height: 400px;
  overflow-y: auto;
  padding: 0.5rem;
  background: rgba(247, 247, 247, 0.5);
  border-radius: 8px;
}
.imagenes-preview::-webkit-scrollbar {
  width: 8px;
}
.imagenes-preview::-webkit-scrollbar-track {
  background: rgba(0, 45, 36, 0.05);
  border-radius: 4px;
}
.imagenes-preview::-webkit-scrollbar-thumb {
  background: rgba(78, 163, 116, 0.3);
  border-radius: 4px;
}
.imagenes-preview::-webkit-scrollbar-thumb:hover {
  background: rgba(78, 163, 116, 0.5);
}
@media (max-width: 600px) {
  .imagenes-preview {
    grid-template-columns: repeat(2, 1fr);
    max-height: 350px;
  }
}

.imagen-item {
  background: white;
  border: 2px solid rgba(78, 163, 116, 0.2);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInScale 0.3s ease-out;
}
.imagen-item:hover {
  border-color: #4EA374;
  box-shadow: 0 4px 12px rgba(78, 163, 116, 0.2);
  transform: translateY(-2px);
  z-index: 1;
}

.imagen-thumbnail {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background: #002D24;
  position: relative;
}
.imagen-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.imagen-thumbnail:hover img {
  transform: scale(1.1);
}
.imagen-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 45, 36, 0.4));
  pointer-events: none;
}

.imagen-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: white;
}
.imagen-info .imagen-icono {
  display: none;
}
.imagen-info .imagen-detalles {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.imagen-info .imagen-nombre {
  font-size: 0.75rem;
  color: #002D24;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}
.imagen-info .imagen-size {
  font-size: 0.65rem;
  color: rgba(0, 45, 36, 0.6);
  line-height: 1;
}
.imagen-info .imagen-eliminar {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-weight: bold;
}
.imagen-info .imagen-eliminar:hover {
  background: #c82333;
  transform: scale(1.15) rotate(90deg);
  box-shadow: 0 3px 10px rgba(220, 53, 69, 0.4);
}
.imagen-info .imagen-eliminar:active {
  transform: scale(1) rotate(90deg);
}
.imagen-info .imagen-eliminar:focus {
  outline: 2px solid #dc3545;
  outline-offset: 2px;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.imagenes-preview:empty {
  display: none;
}

.form-group:has(.imagenes-preview:not(:empty)) .label-file {
  background: linear-gradient(135deg, #226B4D, #4EA374);
}
.form-group:has(.imagenes-preview:not(:empty)) .label-file .file-text::after {
  content: " (agregar más)";
  font-size: 0.85rem;
  opacity: 0.9;
}

.imagenes-preview::before {
  content: attr(data-count);
  display: none;
}

.imagenes-preview:not(:empty)::before {
  display: block;
  content: "Imágenes seleccionadas: " attr(data-count);
  font-weight: 700;
  color: #226B4D;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.imagenes-actuales {
  margin-bottom: 1.5rem;
}
.imagenes-actuales .texto-descripcion {
  margin-bottom: 0.75rem;
}

.grid-imagenes-actuales {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .grid-imagenes-actuales {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .imagen-thumbnail {
    height: 80px;
  }
  .imagen-info {
    padding: 0.4rem;
  }
  .imagen-info .imagen-nombre {
    font-size: 0.7rem;
  }
  .imagen-info .imagen-size {
    font-size: 0.6rem;
  }
  .imagen-info .imagen-eliminar {
    width: 22px;
    height: 22px;
    font-size: 0.85rem;
  }
}
.etiqueta {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.etiqueta--tipo {
  background: linear-gradient(135deg, rgba(78, 163, 116, 0.15), rgba(34, 107, 77, 0.15));
  color: #226B4D;
  border: 1px solid rgba(78, 163, 116, 0.3);
}
.etiqueta--sin-tipo {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 45, 36, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@keyframes badge-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.badge--tipo {
  animation: badge-pulse 2s infinite;
}

.contenedor-admin {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 600px) {
  .admin-header {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-header .cta {
    width: 100%;
    text-align: center;
  }
}

.tabla-container {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}
@media (max-width: 900px) {
  .tabla-container {
    border-radius: 0;
    box-shadow: none;
  }
}

.tabla-propiedades {
  width: 100%;
  border-collapse: collapse;
}
.tabla-propiedades thead {
  background: linear-gradient(135deg, #4EA374, #226B4D);
}
.tabla-propiedades thead tr th {
  padding: 1.25rem 1rem;
  text-align: left;
  color: white;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.tabla-propiedades thead tr th:first-child {
  padding-left: 1.5rem;
}
.tabla-propiedades thead tr th:last-child {
  padding-right: 1.5rem;
  text-align: center;
}
@media (max-width: 900px) {
  .tabla-propiedades thead {
    display: none;
  }
}
.tabla-propiedades tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.tabla-propiedades tbody tr:hover {
  background: #f8f9fa;
  transform: scale(1.01);
}
.tabla-propiedades tbody tr:last-child {
  border-bottom: none;
}
.tabla-propiedades tbody tr td {
  padding: 1.25rem 1rem;
  color: #002D24;
  font-size: 0.9375rem;
  vertical-align: middle;
}
.tabla-propiedades tbody tr td:first-child {
  padding-left: 1.5rem;
  font-weight: 700;
  color: #226B4D;
}
.tabla-propiedades tbody tr td:last-child {
  padding-right: 1.5rem;
}
@media (max-width: 900px) {
  .tabla-propiedades tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .tabla-propiedades tbody tr:hover {
    transform: none;
  }
  .tabla-propiedades tbody tr td {
    display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f1f3f5;
    text-align: right;
  }
  .tabla-propiedades tbody tr td:last-child {
    border-bottom: none;
  }
  .tabla-propiedades tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    color: #226B4D;
  }
  .tabla-propiedades tbody tr td:first-child {
    background: #f8f9fa;
    font-size: 1.125rem;
    border-radius: 8px 8px 0 0;
  }
  .tabla-propiedades tbody tr td:first-child::before {
    content: "ID: ";
  }
}

.tabla-imagen {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .tabla-imagen {
    float: right;
    width: 120px;
    height: 90px;
  }
}

.precio-tabla {
  font-weight: 700;
  color: #4EA374;
  font-size: 1.0625rem;
  white-space: nowrap;
}

.caracteristicas-tabla {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.caracteristicas-tabla span {
  background: #f8f9fa;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  white-space: nowrap;
  border: 1px solid #e9ecef;
}
@media (max-width: 900px) {
  .caracteristicas-tabla {
    justify-content: flex-end;
  }
}

.acciones-tabla {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .acciones-tabla {
    justify-content: flex-end;
  }
}

.form-eliminar {
  display: inline;
  margin: 0;
}

.btn-accion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  text-decoration: none;
}
.btn-accion:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn-accion--editar {
  color: #4EA374;
}
.btn-accion--editar:hover {
  background: #4EA374;
  color: white;
}
.btn-accion--eliminar {
  color: #dc3545;
}
.btn-accion--eliminar:hover {
  background: #dc3545;
  color: white;
}

.mensaje-vacio {
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}
.mensaje-vacio .texto-descripcion {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: #6c757d;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #4EA374, #FDB813);
  z-index: 9999;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 2px 10px rgba(78, 163, 116, 0.5);
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 32px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #FFFFFF;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.whatsapp-float::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(37, 211, 102, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 2s infinite;
}
.whatsapp-float.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.whatsapp-float:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    padding: 0.875rem 1.125rem;
  }
}

/* Lightbox Styles */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.lightbox__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox__image-container {
  max-width: 90%;
  max-height: 90vh;
  position: relative;
}

.lightbox__image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.lightbox__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  z-index: 10002;
  line-height: 1;
  padding: 1rem;
  transition: transform 0.3s ease;
}

.lightbox__close:hover {
  transform: scale(1.1);
  color: #FDB813;
}

.lightbox__prev,
.lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  font-size: 3rem;
  padding: 1rem 0.5rem;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.lightbox__prev:hover,
.lightbox__next:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FDB813;
}

.lightbox__prev {
  left: 2rem;
}

.lightbox__next {
  right: 2rem;
}

.lightbox__counter {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: sans-serif;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .lightbox__prev,
  .lightbox__next {
    padding: 0.5rem;
    font-size: 2rem;
  }
  .lightbox__prev {
    left: 0.5rem;
  }
  .lightbox__next {
    right: 0.5rem;
  }
}
/** Paginas Internas **/
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 2rem 7.5rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F9F3 100%);
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-content {
  text-align: center;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #FFFBEB, #FFF2C6);
  border: 1px solid #FEE589;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #933E0D;
  margin-bottom: 2rem;
}

.hero-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-weight: 900;
  letter-spacing: -3px;
  margin-bottom: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.title-line {
  display: block;
  color: #163E2B;
}

.title-highlight {
  background: linear-gradient(135deg, #F79B09 0%, #B65007 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  color: #1E5E40;
  margin-bottom: 3.5rem;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.property-types {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 1.2rem;
  justify-items: center;
  align-items: stretch;
  position: relative;
  margin-bottom: 3rem;
  padding: 0.5rem;
}

@media (max-width: 900px) {
  .property-types {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
}
@media (max-width: 520px) {
  .property-types {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}
.property-btn {
  background: transparent;
  border: none;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  color: #1A4B34;
  width: 100%;
  min-width: 120px;
  max-width: 180px;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.property-btn:hover {
  color: #163E2B;
}

.property-icon {
  color: #1E5E40;
  transition: all 0.3s ease;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.property-icon .material-symbols-outlined {
  font-size: 32px;
  line-height: 1;
}

.property-btn:hover .property-icon {
  color: #163E2B;
}

.property-label {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.hover-indicator {
  position: absolute;
  background: linear-gradient(135deg, #B8E2C7, #88CCA4);
  border-radius: 24px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  box-shadow: 0 8px 32px rgba(78, 163, 116, 0.25);
  will-change: left, top, width, height;
  transition: opacity 0.45s ease;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.btn-primary {
  background: #FFFFFF;
  color: #1A1A1A;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 56px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: none;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(253, 184, 19, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  background: transparent;
  color: #1A4B34;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #1E5E40;
  transition: width 0.6s ease, height 0.6s ease, top 0.6s ease, left 0.6s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btn-secondary:hover::before {
  width: 300%;
  height: 300%;
}

.btn-secondary:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
}

.properties-showcase {
  position: relative;
  z-index: 10;
  padding: 8rem 0;
  background: #FAFAFA;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.section-badge {
  display: inline-block;
  background: #DAF1E1;
  color: #1A4B34;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.section-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #163E2B;
  line-height: 1.2;
  text-align: center;
}

.section-description {
  font-family: "Catamaran", sans-serif;
  font-size: 1.15rem;
  color: #1E5E40;
  line-height: 1.8;
}

.properties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.property-item {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-item:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.property-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.property-item:hover .property-image img {
  transform: scale(1.1);
}

.property-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #F79B09;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}

.property-badge.badge-new {
  background: #26754E;
}

.property-content {
  padding: 1.75rem;
}

.property-price {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #DB7404;
  margin-bottom: 0.75rem;
}

.property-title {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #163E2B;
  margin-bottom: 0.5rem;
}

.property-location {
  font-family: "Catamaran", sans-serif;
  color: #26754E;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.property-location .material-symbols-outlined {
  font-size: 1.125rem;
}

.property-features {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.property-features span {
  font-family: "Catamaran", sans-serif;
  color: #1E5E40;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.property-features .material-symbols-outlined {
  color: #369363;
  font-size: 1.125rem;
}

.btn-property {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.8rem;
  margin-top: 1.5rem;
  background-color: #F79B09;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-property:hover {
  background-color: #DB7404;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 155, 9, 0.25);
}
.btn-property .material-symbols-outlined {
  font-size: 1.1rem;
}

.properties-cta {
  text-align: center;
}

.btn-view-all {
  background: #1E5E40;
  color: #FFFFFF;
  padding: 1.1rem 2.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: #26754E;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(30, 94, 64, 0.25);
}

.features {
  padding: 8rem 0;
  background: #FFFFFF;
  position: relative;
}

.features .feature-slideshow-wrapper {
  width: 100%;
  padding: 4rem 0;
  margin-bottom: 2rem;
}

.features .feature-slideshow-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.features .feature-slides-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: flex-start;
}

.features .feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-height: 440px;
}

.features .feature-item {
  padding: 1rem 0 1rem 1.5rem;
  border-left: 3px solid #B8E2C7;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.55;
  min-height: 90px;
  display: flex;
  flex-direction: column;
}

.features .feature-item.active {
  border-left-color: #DB7404;
  opacity: 1;
}

.features .feature-item:hover {
  opacity: 0.85;
}

.features .feature-item-title {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #163E2B;
}

.features .feature-item.active .feature-item-title {
  color: #DB7404;
}

.features .feature-item-description {
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1E5E40;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.features .feature-item.active .feature-item-description {
  max-height: 120px;
  opacity: 1;
  margin-top: 0.25rem;
}

.features .feature-slideshow {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
}

.features .feature-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}

.features .feature-slide.active {
  opacity: 1;
  z-index: 2;
}

.features .feature-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-section {
  padding: 8rem 0;
  background: #FFFFFF;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.testimonial-card {
  background: #FAFAFA;
  padding: 2.5rem;
  border-radius: 20px;
  border: 2px solid #DAF1E1;
  transition: all 0.35s ease;
}

.testimonial-card:hover {
  border-color: #FEE589;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
  color: #F79B09;
}

.testimonial-stars .material-symbols-outlined {
  font-size: 1.25rem;
}

.testimonial-text {
  font-family: "Catamaran", sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1A4B34;
  margin-bottom: 2rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #163E2B;
}

.author-title {
  font-family: "Catamaran", sans-serif;
  font-size: 0.9rem;
  color: #26754E;
}

.testimonials-cta {
  text-align: center;
}

.btn-testimonial-cta {
  background: #F79B09;
  color: #FFFFFF;
  padding: 1.1rem 2.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(247, 155, 9, 0.3);
}

.btn-testimonial-cta:hover {
  background: #DB7404;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(247, 155, 9, 0.4);
}

.about-section {
  padding: 8rem 0;
  background: linear-gradient(135deg, #F0F9F3 0%, #FFFFFF 100%);
}

.about-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-description {
  font-family: "Catamaran", sans-serif;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #1E5E40;
  margin-bottom: 1.5rem;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.about-stat-item {
  text-align: center;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 16px;
  border: 2px solid #DAF1E1;
  transition: all 0.3s ease;
}

.about-stat-item:hover {
  border-color: #FEE589;
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.about-stat-number {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #DB7404;
  margin-bottom: 0.5rem;
}

.about-stat-label {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.95rem;
  color: #1E5E40;
  font-weight: 600;
}

.about-image {
  position: relative;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30, 94, 64, 0.3) 0%, transparent 100%);
}

.faq-section {
  padding: 8rem 0;
  background: #FAFAFA;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #FFFFFF;
  border: 2px solid #DAF1E1;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #FEE589;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.faq-question {
  width: 100%;
  padding: 1.75rem 2rem;
  background: transparent;
  border: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #163E2B;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #DB7404;
}

.faq-icon {
  flex-shrink: 0;
  color: #26754E;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: #DB7404;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 2rem 1.75rem 2rem;
}

.faq-answer p {
  font-family: "Catamaran", sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1E5E40;
}

.cta-section {
  padding: 8rem 2rem;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #FFFFFF;
}

.cta-testimonial {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 280px;
  animation: floatCTA 6s ease-in-out infinite;
}

.cta-testimonial:nth-child(1) {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.cta-testimonial:nth-child(2) {
  top: 15%;
  right: 8%;
  animation-delay: 1s;
}

.cta-testimonial:nth-child(3) {
  bottom: 15%;
  left: 8%;
  animation-delay: 2s;
}

.cta-testimonial:nth-child(4) {
  bottom: 20%;
  right: 5%;
  animation-delay: 3s;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, #88CCA4, #369363);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.testimonial-name {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #163E2B;
  margin-bottom: 0.25rem;
}

.testimonial-handle {
  font-family: "Catamaran", sans-serif;
  font-size: 0.8rem;
  color: #26754E;
  margin-bottom: 0.75rem;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-icon {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.cta-icon .material-symbols-outlined {
  font-size: 48px;
  color: #DB7404;
}

.cta-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  color: #163E2B;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-subtitle {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.2rem;
  color: #1E5E40;
  margin-bottom: 2.5rem;
}

.cta-button {
  background: #000000;
  color: #FFFFFF;
  padding: 1.1rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

@keyframes floatCTA {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}
@media (max-width: 1024px) {
  .features .feature-slides-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .features .feature-slideshow {
    height: 400px;
    order: -1;
  }
  .about-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about-image {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .features .feature-slideshow {
    height: 350px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .about-stats {
    grid-template-columns: 1fr;
  }
  .cta-testimonial {
    display: none;
  }
}
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
@keyframes scroll {
  0%, 100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 12px);
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding: 7rem 1.5rem 5rem;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 6rem 1.5rem 4rem;
  }
  .property-btn {
    min-width: 110px;
    padding: 1.2rem 1.5rem;
  }
  .hero-cta {
    flex-direction: column;
    width: 100%;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  .properties-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .hero-title {
    letter-spacing: -2px;
  }
}
.hero-home {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1A4B34 0%, #369363 100%);
  color: #FFFFFF;
}
.hero-home__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-home__circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.hero-home__circle--1 {
  width: 600px;
  height: 600px;
  top: -20%;
  right: -10%;
  animation: float 25s infinite ease-in-out;
}
.hero-home__circle--2 {
  width: 450px;
  height: 450px;
  bottom: -15%;
  left: -8%;
  animation: float 20s infinite ease-in-out reverse;
  animation-delay: -5s;
}
.hero-home__circle--3 {
  width: 350px;
  height: 350px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s infinite ease-in-out;
  opacity: 0.3;
}
.hero-home__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 2rem;
}
.hero-home__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: clamp(2rem, 5vw + 1rem, 4rem);
  margin-bottom: 1.5rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}
.hero-home__subtitle {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  font-size: clamp(1.125rem, 2.5vw + 0.5rem, 1.75rem);
  margin-bottom: 3rem;
  opacity: 0.95;
}
.hero-home__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.hero-home__cta {
  display: inline-block;
  padding: 1.125rem 3rem;
  background: #F79B09;
  color: #163E2B;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.125rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.hero-home__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease-out;
}
.hero-home__cta:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.hero-home__cta:hover::before {
  width: 400px;
  height: 400px;
}
@media (max-width: 600px) {
  .hero-home {
    min-height: 70vh;
  }
  .hero-home__circle--1 {
    width: 400px;
    height: 400px;
  }
  .hero-home__circle--2 {
    width: 300px;
    height: 300px;
  }
}

.hero-stat {
  text-align: center;
}
.hero-stat__number {
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  color: #F79B09;
  margin-bottom: 0.25rem;
}
.hero-stat__label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(0.875rem, 1.5vw + 0.25rem, 1rem);
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.scroll-indicator {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.7;
  animation: bounce 2s infinite;
}
.scroll-indicator span {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.scroll-indicator__arrow {
  width: 24px;
  height: 24px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  .scroll-indicator {
    bottom: 2rem;
  }
}

.logo-section {
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 3rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .logo-section {
    padding: 2rem 1rem;
  }
}

.logo {
  width: clamp(200px, 25vw + 100px, 320px);
  max-width: 90%;
  margin: 0 auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  perspective: 1000px;
  position: relative;
}
.logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(78, 163, 116, 0.2), transparent);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: -1;
}
.logo:hover {
  transform: scale(1.05);
}
.logo:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
}
.logo__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
  display: block;
  margin: 0 auto;
}

.logo-section__description {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(0.875rem, 1.5vw + 0.25rem, 1rem);
  color: rgba(22, 62, 43, 0.85);
  line-height: 1.6;
  margin-top: 1.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.main {
  flex: 1;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 1.25rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 2.5rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1400px) {
  .main {
    padding: 2.5rem 1.5rem;
    gap: 2rem;
  }
}
@media (max-width: 1200px) {
  .main {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 1.25rem;
    gap: 1.5rem;
  }
}
@media (max-width: 900px) {
  .main {
    grid-template-columns: 1fr;
    padding: 1.875rem 1rem 2.5rem;
  }
}
@media (max-width: 600px) {
  .main {
    padding: 1.5rem 0.875rem 2rem;
    gap: 1.25rem;
  }
}

.box {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #369363, #F79B09);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out;
}
@media (max-width: 600px) {
  .box {
    padding: 1.5rem;
    border-radius: 16px;
  }
}
.box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.box:hover::before {
  transform: scaleX(1);
}
.box.stats-box {
  grid-column: 1/-1;
  background: linear-gradient(135deg, #1A4B34 0%, #369363 100%);
  color: #FFFFFF;
}
.box.stats-box .titulo-seccion {
  color: #FFFFFF;
}

.scroll {
  max-height: 560px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #369363 rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .scroll {
    max-height: 450px;
  }
}
@media (max-width: 600px) {
  .scroll {
    max-height: 380px;
  }
}
.scroll::-webkit-scrollbar {
  width: 8px;
}
.scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #369363, #1A4B34);
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1A4B34, #369363);
}

.scroll-inner {
  margin-top: 1.5rem;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #369363 rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .scroll-inner {
    max-height: 250px;
  }
}
.scroll-inner::-webkit-scrollbar {
  width: 8px;
}
.scroll-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.scroll-inner::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #369363, #1A4B34);
  border-radius: 10px;
}
.scroll-inner::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1A4B34, #369363);
}

.property {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: 1.125rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid transparent;
  position: relative;
  overflow: hidden;
}
.property::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(78, 163, 116, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.property:hover {
  transform: translateY(-5px) scale(1.02);
  background: white;
  border-left-color: #4EA374;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.property:hover::before {
  opacity: 1;
}
.property:hover .property__badge {
  transform: scale(1.1) rotate(2deg);
}
.property:hover .property__actions {
  opacity: 1;
  transform: translateY(0);
}
.property__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: all 0.3s;
  z-index: 2;
}
.property__badge--destacado {
  background: linear-gradient(135deg, #F79B09, #DB7404);
  color: white;
}
.property__badge--nuevo {
  background: linear-gradient(135deg, #369363, #1A4B34);
  color: white;
}
.property__badge--premium {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #163E2B;
}
.property__badge--oportunidad {
  background: linear-gradient(135deg, #FF6B6B, #C92A2A);
  color: white;
}
.property__titulo {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: #163E2B;
  margin-bottom: 0.625rem;
  font-size: clamp(1rem, 1.5vw + 0.25rem, 1.125rem);
}
.property__subtitulo {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(0.8125rem, 1.25vw + 0.25rem, 0.9375rem);
  color: rgba(22, 62, 43, 0.7);
  margin-bottom: 0.5rem;
}
.property__precio {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: #369363;
  font-size: clamp(1.125rem, 1.75vw + 0.25rem, 1.375rem);
  margin: 0.75rem 0;
  display: block;
}
.property__actions {
  display: flex;
  gap: 0.625rem;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s;
}
.property__btn {
  flex: 1;
  padding: 0.625rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.property__btn--primary {
  background: #369363;
  color: white;
}
.property__btn--primary:hover {
  background: #1A4B34;
  transform: translateY(-2px);
}
.property__btn--secondary {
  background: rgba(54, 147, 99, 0.1);
  color: #369363;
  flex: 0 0 auto;
  padding: 0.625rem;
}
.property__btn--secondary span {
  font-size: 1.125rem;
  display: block;
}
.property__btn--secondary:hover {
  background: rgba(54, 147, 99, 0.2);
  transform: scale(1.1);
}

.review {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(22, 62, 43, 0.1);
  transition: all 0.3s;
  position: relative;
  padding-left: 1rem;
}
.review::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #369363, transparent);
  transform: scaleY(0);
  transition: transform 0.3s;
}
.review:hover {
  transform: translateX(5px);
}
.review:hover::before {
  transform: scaleY(1);
}
.review:last-child {
  border-bottom: none;
}
.review .subtitulo {
  margin-bottom: 0.5rem;
  font-size: clamp(0.9375rem, 1.5vw + 0.25rem, 1.0625rem);
}
.review__stars {
  display: block;
  font-size: clamp(0.875rem, 1.25vw + 0.25rem, 0.9375rem);
  margin-bottom: 0.625rem;
  color: #F79B09;
  letter-spacing: 2px;
}
.review .texto-descripcion {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(0.8125rem, 1.25vw + 0.25rem, 0.9375rem);
  color: rgba(22, 62, 43, 0.75);
  line-height: 1.6;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.stat-card {
  text-align: center;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.stat-card:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.stat-card__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  animation: bounce 2s infinite;
}
.stat-card__number {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: clamp(2.5rem, 5vw + 1rem, 4rem);
  display: inline-block;
  color: #F79B09;
  line-height: 1;
}
.stat-card__suffix {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: clamp(1.5rem, 3vw + 0.5rem, 2rem);
  display: inline-block;
  color: #F79B09;
  margin-left: 0.25rem;
}
.stat-card__label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(0.9375rem, 1.5vw + 0.25rem, 1.125rem);
  margin-top: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.95;
}

.stat-card:nth-child(1) .stat-card__icon {
  animation-delay: 0s;
}

.stat-card:nth-child(2) .stat-card__icon {
  animation-delay: 0.2s;
}

.stat-card:nth-child(3) .stat-card__icon {
  animation-delay: 0.4s;
}

.stat-card:nth-child(4) .stat-card__icon {
  animation-delay: 0.6s;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
}

/* ===== PROPIEDADES DESTACADAS ===== */
.featured-properties-home {
  background: linear-gradient(180deg, rgba(78, 163, 116, 0.05) 0%, transparent 100%);
  padding: 4rem 0;
}

.featured-properties-home__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.75rem, 3vw + 1rem, 2.5rem);
  color: #163E2B;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.featured-properties-home__title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #369363, #F79B09);
}

.featured-properties-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.featured-properties-home__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 1024px) {
  .featured-properties-home__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .featured-properties-home__grid {
    grid-template-columns: 1fr;
  }
}
.featured-property-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-property-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.featured-property-card:hover .featured-property-card__image {
  transform: scale(1.1);
}

.featured-property-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
}

.featured-property-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}

.featured-property-card__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(22, 62, 43, 0.3);
}

.featured-property-card__no-image span {
  font-size: 5rem;
}

.featured-property-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #F79B09, #DB7404);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.featured-property-card__content {
  padding: 1.75rem;
}

.featured-property-card__title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.375rem);
  color: #163E2B;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.featured-property-card__price {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.375rem, 2.5vw + 0.5rem, 1.75rem);
  color: #369363;
  margin-bottom: 1rem;
  display: block;
}

.featured-property-card__location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(22, 62, 43, 0.7);
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}

.featured-property-card__location span.material-symbols-outlined {
  font-size: 1.25rem;
  color: #369363;
}

.featured-property-card__features {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 45, 36, 0.1);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(22, 62, 43, 0.8);
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
}

.feature-item span.material-symbols-outlined {
  font-size: 1.375rem;
  color: #369363;
}

.featured-property-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: linear-gradient(135deg, #369363, #1A4B34);
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.featured-property-card__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
}

.featured-property-card__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(78, 163, 116, 0.3);
}

.featured-property-card__btn:hover::before {
  width: 300px;
  height: 300px;
}

.featured-property-card__btn span.material-symbols-outlined {
  font-size: 1.25rem;
}

.no-properties {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
  font-family: "Maven Pro", sans-serif;
  font-style: italic;
  font-size: 1.125rem;
  color: rgba(22, 62, 43, 0.6);
}

/* Responsive adicional */
@media (max-width: 600px) {
  .featured-properties-home {
    padding: 3rem 0;
  }
  .featured-properties-container {
    padding: 0 1rem;
  }
  .featured-properties-home__grid {
    gap: 1.5rem;
  }
}
.lazy-image {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.lazy-image.loaded {
  opacity: 1;
}

.nosotros-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.nosotros-hero__left {
  background: #163E2B;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5rem 4rem 5rem 5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nosotros-hero__left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(78, 163, 116, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  z-index: 0;
}
.nosotros-hero__left::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 220px;
  height: 220px;
  border: 40px solid rgba(253, 184, 19, 0.12);
  border-radius: 50%;
  z-index: 0;
}

.hero-left__content {
  position: relative;
  z-index: 1;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FDB813;
  margin-bottom: 2.5rem;
}
.hero-label::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #FDB813;
}

.hero-mega-title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -4px;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
.hero-mega-title em {
  font-style: normal;
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
}

.hero-founder-strip {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.founder-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #FDB813;
  flex-shrink: 0;
}

.founder-text p {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0.25rem 0;
}
.founder-text strong {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 1.05rem;
  color: #FFFFFF;
}

.nosotros-hero__right {
  background: #F0F9F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 5rem 5rem 4rem;
  position: relative;
  overflow: hidden;
}
.nosotros-hero__right::before {
  content: "NOSOTROS";
  position: absolute;
  bottom: -2rem;
  right: -1rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 8rem;
  color: rgba(54, 147, 99, 0.06);
  letter-spacing: -4px;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.hero-tagline {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 800;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  color: #163E2B;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.hero-tagline span {
  background: linear-gradient(90deg, #369363, #26754E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-body {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.1rem;
  color: #26754E;
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 440px;
}

.hero-stats-row {
  display: flex;
  gap: 0;
  border: 2px solid #B8E2C7;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.stat-cell {
  flex: 1;
  padding: 1.5rem 1.25rem;
  text-align: center;
  border-right: 2px solid #B8E2C7;
  transition: background 0.3s ease;
}
.stat-cell:last-child {
  border-right: none;
}
.stat-cell:hover {
  background: #DAF1E1;
}

.stat-cell__num {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 2.25rem;
  color: #163E2B;
  line-height: 1;
  display: block;
}

.stat-cell__label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  color: #369363;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-top: 0.4rem;
}

.hero-cta-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.btn-hero-primary {
  background: #163E2B;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
}
.btn-hero-primary:hover {
  background: #26754E;
  transform: translateY(-2px);
}

.btn-hero-ghost {
  color: #1E5E40;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  padding-bottom: 2px;
}
.btn-hero-ghost:hover {
  border-color: #FDB813;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
}

.scroll-track {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, #369363);
  animation: trackGrow 2s ease-in-out infinite;
}

@keyframes trackGrow {
  0%, 100% {
    opacity: 0.3;
    transform: scaleY(0.6);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.hero-scroll-hint span {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.72rem;
  letter-spacing: 2px;
  color: #369363;
  text-transform: uppercase;
}

.historia-section {
  background: #FFFFFF;
  padding: 8rem 2rem;
}

.historia-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 6rem;
  align-items: start;
}

.historia-sidebar {
  position: sticky;
  top: 6rem;
}

.sidebar-label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FDB813;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sidebar-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #FDB813;
}

.sidebar-title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -2px;
  color: #163E2B;
  margin-bottom: 1.5rem;
}

.sidebar-desc {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #26754E;
}

.sidebar-nav {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 2px solid #DAF1E1;
}

.sidebar-nav__item {
  padding: 0.75rem 1.25rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.9rem;
  color: #88CCA4;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
  margin-left: -2px;
  text-decoration: none;
}
.sidebar-nav__item:hover, .sidebar-nav__item.is-active {
  color: #163E2B;
  border-left-color: #FDB813;
  padding-left: 1.75rem;
}

.historia-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hito-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 1px solid #DAF1E1;
  transition: all 0.3s ease;
  position: relative;
}
.hito-card:first-child {
  border-top: 1px solid #DAF1E1;
}
.hito-card:hover {
  background: #F0F9F3;
  margin: 0 -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 8px;
  border-color: transparent;
}

.hito-year {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -2px;
  color: #DAF1E1;
  transition: color 0.3s ease;
  align-self: start;
  padding-top: 0.2rem;
}
.hito-card:hover .hito-year {
  color: #B8E2C7;
}

.hito-tag {
  display: inline-block;
  background: #FFFBEB;
  border: 1px solid #FEE589;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.72rem;
  color: #B65007;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.hito-title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 800;
  font-size: 1.6rem;
  color: #163E2B;
  letter-spacing: -1px;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.hito-text {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #1E5E40;
  margin-bottom: 1.25rem;
}

.hito-mini-stats {
  display: flex;
  gap: 2rem;
}

.hito-mini-stat {
  display: flex;
  flex-direction: column;
}
.hito-mini-stat strong {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 1.5rem;
  color: #369363;
  line-height: 1;
}
.hito-mini-stat span {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  color: #88CCA4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.25rem;
}

.hito-img {
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1.5rem;
  aspect-ratio: 16/7;
}
.hito-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.hito-card:hover .hito-img img {
  transform: scale(1.04);
}

.valores-section {
  background: #163E2B;
  padding: 8rem 2rem;
  overflow: hidden;
  position: relative;
}
.valores-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(78, 163, 116, 0.15), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.valores-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(247, 155, 9, 0.08), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.valores-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.valores-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
  gap: 3rem;
  flex-wrap: wrap;
}

.valores-header__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -3px;
  line-height: 1;
  color: #FFFFFF;
}
.valores-header__title em {
  font-style: normal;
  color: #FDB813;
}

.valores-header__desc {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 380px;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.valor-item {
  padding: 3rem 2.5rem;
  background: rgba(22, 62, 43, 0.6);
  position: relative;
  transition: background 0.3s ease;
  overflow: hidden;
}
.valor-item:hover {
  background: rgba(38, 117, 78, 0.25);
}
.valor-item::before {
  content: attr(data-num);
  position: absolute;
  top: -1.5rem;
  right: 1.5rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  letter-spacing: -4px;
  pointer-events: none;
  transition: color 0.3s ease;
}
.valor-item:hover::before {
  color: rgba(253, 184, 19, 0.07);
}

.valor-icon-box {
  width: 52px;
  height: 52px;
  border: 1.5px solid rgba(253, 184, 19, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDB813;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.valor-item:hover .valor-icon-box {
  background: rgba(253, 184, 19, 0.1);
  border-color: rgba(253, 184, 19, 0.6);
}

.valor-name {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 800;
  font-size: 1.35rem;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  margin-bottom: 0.75rem;
}

.valor-desc {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
}

.equipo-section {
  background: #F0F9F3;
  padding: 8rem 2rem;
}

.equipo-container {
  max-width: 1280px;
  margin: 0 auto;
}

.equipo-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.section-overline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DB7404;
  margin-bottom: 1rem;
}
.section-overline::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #DB7404;
}

.equipo-big-title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -2.5px;
  line-height: 1;
  color: #163E2B;
}

.equipo-subtitle {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #369363;
  max-width: 360px;
}

.equipo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.equipo-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #DAF1E1;
  transition: all 0.3s ease;
}
.equipo-card:hover {
  border-color: #88CCA4;
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.equipo-card--featured {
  grid-column: 1/-1;
  grid-template-columns: 280px 1fr;
}
.equipo-card--featured .equipo-card__name {
  font-size: 2.2rem;
}

.equipo-card__img-wrap {
  position: relative;
  overflow: hidden;
}

.equipo-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
  min-height: 240px;
}
.equipo-card:hover .equipo-card__img {
  transform: scale(1.06);
}

.equipo-card__badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #163E2B;
  color: #FDB813;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
}

.equipo-card__body {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.equipo-card__role {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FDB813;
  margin-bottom: 0.6rem;
}

.equipo-card__name {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: -1px;
  color: #163E2B;
  margin-bottom: 0.75rem;
}

.equipo-card__bio {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
  color: #26754E;
  margin-bottom: 1.5rem;
}

.equipo-card__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.82rem;
  color: #1E5E40;
  text-decoration: none;
  border-bottom: 1.5px solid #88CCA4;
  padding-bottom: 2px;
  transition: all 0.3s ease;
  width: fit-content;
}
.equipo-card__linkedin:hover {
  color: #163E2B;
  border-color: #FDB813;
}

.nosotros-cta {
  padding: 7rem 2rem;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.nosotros-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #B8E2C7, #369363, #FDB813, #369363, #B8E2C7);
}

.nosotros-cta__inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta-pill {
  display: inline-block;
  background: #DAF1E1;
  color: #1E5E40;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  margin-bottom: 2rem;
}

.nosotros-cta__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  letter-spacing: -2.5px;
  line-height: 1.05;
  color: #163E2B;
  margin-bottom: 1.25rem;
}

.nosotros-cta__sub {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.15rem;
  color: #369363;
  margin-bottom: 2.5rem;
}

.btn-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #163E2B;
  color: #FFFFFF;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 1rem;
  padding: 1.15rem 2.5rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}
.btn-cta-main:hover {
  background: #26754E;
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.btn-cta-main svg {
  transition: transform 0.3s ease;
}
.btn-cta-main:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .nosotros-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .nosotros-hero__left {
    padding: 6rem 2rem 4rem;
    min-height: 60vh;
  }
  .nosotros-hero__right {
    padding: 4rem 2rem 5rem;
  }
  .historia-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .historia-sidebar {
    position: static;
  }
  .sidebar-nav {
    display: none;
  }
  .valores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .equipo-grid {
    grid-template-columns: 1fr;
  }
  .equipo-card--featured {
    grid-column: auto;
  }
}
@media (max-width: 768px) {
  .nosotros-hero__left {
    padding: 5rem 1.5rem 3rem;
  }
  .nosotros-hero__right {
    padding: 3rem 1.5rem 4rem;
  }
  .hero-mega-title {
    letter-spacing: -2px;
  }
  .hero-stats-row {
    flex-wrap: wrap;
  }
  .stat-cell {
    border-bottom: 2px solid #B8E2C7;
    flex: 1 1 33%;
  }
  .historia-section,
  .valores-section,
  .equipo-section,
  .nosotros-cta {
    padding: 5rem 1.5rem;
  }
  .valores-grid {
    grid-template-columns: 1fr;
  }
  .valores-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hito-card {
    grid-template-columns: 70px 1fr;
    gap: 1.25rem;
  }
  .hito-year {
    font-size: 2.25rem;
  }
  .hito-mini-stats {
    gap: 1.25rem;
    flex-wrap: wrap;
  }
  .equipo-card {
    grid-template-columns: 1fr;
  }
  .equipo-card__img-wrap {
    aspect-ratio: 16/9;
  }
  .equipo-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .hero-mega-title {
    letter-spacing: -1.5px;
  }
  .hero-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .hito-card:hover {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.props-hero {
  background: #163E2B;
  padding-top: calc(80px + 3.5rem);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.props-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(78, 163, 116, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.props-hero::after {
  content: "";
  position: absolute;
  bottom: 30%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(247, 155, 9, 0.07), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.props-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .props-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
}

.props-breadcrumb {
  grid-column: 1/-1;
}
.props-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.props-breadcrumb li {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}
.props-breadcrumb a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.3s ease;
}
.props-breadcrumb a:hover {
  color: #FDB813;
}

.props-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  user-select: none;
}

.props-hero__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 0.5rem;
}

.props-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.73rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FDB813;
}

.props-hero__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.75rem, 5.5vw, 5.5rem);
  line-height: 1;
  letter-spacing: -3px;
  color: #FFFFFF;
}
.props-hero__title em {
  display: block;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.38);
}
@media (max-width: 480px) {
  .props-hero__title {
    letter-spacing: -2px;
  }
}

.props-hero__desc {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.8;
  max-width: 480px;
}

.props-hero__icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.07);
  border: 2px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDB813;
}
.props-hero__icon .material-symbols-outlined {
  font-size: 2.2rem;
}

.props-hero__count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 480px) {
  .props-hero__count {
    gap: 0.35rem;
    padding-top: 1.5rem;
  }
}

.props-hero__count-num {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 1.85rem;
  letter-spacing: -1.5px;
  line-height: 1;
  color: #FFFFFF;
}

.props-hero__count-label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.32);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.props-tabs-section {
  background: #1A4B34;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}
@media (max-width: 480px) {
  .props-tabs-section {
    padding: 1rem 0;
  }
}

.props-tabs {
  display: flex;
  gap: 0;
  overflow-x: visible;
  scrollbar-width: none;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 480px) {
  .props-tabs {
    gap: 0.25rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem;
  }
}

.props-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.props-tab:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
}
.props-tab.is-active {
  color: #FFFFFF;
  border-bottom-color: #FDB813;
  background: rgba(255, 255, 255, 0.06);
}
.props-tab .material-symbols-outlined {
  font-size: 1.3rem;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .props-tab {
    padding: 0.6rem 0.8rem;
    font-size: 0.75rem;
    gap: 0.4rem;
  }
}

.props-main {
  background: #F0F9F3;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .props-main {
    padding: 3rem 0;
  }
}

.props-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 4rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .props-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.props-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.props-sidebar__icon {
  width: 100px;
  height: 100px;
  background: #163E2B;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDB813;
}
.props-sidebar__icon .material-symbols-outlined {
  font-size: 2.5rem;
}

.props-sidebar__deliverables {
  background: #163E2B;
  border-radius: 16px;
  padding: 2rem;
}

.props-sidebar__title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.85rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.props-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.props-sidebar__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.props-sidebar__check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FDB813;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.props-sidebar__check svg {
  width: 12px;
  height: 12px;
}

.props-sidebar__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #FDB813;
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.props-sidebar__cta:hover {
  background: #F79B09;
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}
.props-sidebar__cta svg {
  transition: transform 0.3s ease;
}
.props-sidebar__cta:hover svg {
  transform: translateX(4px);
}

.props-sidebar__calc {
  background: #163E2B;
  border-radius: 16px;
  padding: 2rem;
}

.props-sidebar__calc-placeholder {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 3rem 2rem;
  text-align: center;
  min-height: 200px;
  background: rgba(255, 255, 255, 0.02);
  border: 1.5px dashed rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.props-sidebar__calc-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: #FDB813;
}
.props-sidebar__calc-icon .material-symbols-outlined {
  font-size: 1.8rem;
}

.props-sidebar__calc-text {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.7;
}

.props-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.props-body__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.props-body__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  letter-spacing: -2px;
  line-height: 1.05;
  color: #163E2B;
}
@media (max-width: 480px) {
  .props-body__title {
    letter-spacing: -1.5px;
  }
}

.props-body__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.props-body__badge {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  background: #FDB813;
  color: #FFFFFF;
  border-radius: 50px;
}

.props-body__category {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.78rem;
  color: #26754E;
}

.props-body__description {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #26754E;
  line-height: 1.8;
}

.props-body__deliverables {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.props-body__subtitle {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.85rem;
  color: #1E5E40;
  margin-bottom: 1rem;
}

.props-body__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
@media (max-width: 480px) {
  .props-body__items {
    grid-template-columns: 1fr;
  }
}

.props-body__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.25rem;
  background: #FFFFFF;
  border: 1px solid #DAF1E1;
  border-radius: 16px;
  transition: background 0.15s ease;
}
.props-body__item:hover {
  background: #F0F9F3;
}

.props-body__check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #163E2B;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.props-body__check svg {
  width: 12px;
  height: 12px;
}

.props-body__actions {
  margin-top: 2rem;
}

.props-body__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #163E2B;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.props-body__cta:hover {
  background: #1E5E40;
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}
.props-body__cta svg {
  transition: transform 0.3s ease;
}
.props-body__cta:hover svg {
  transform: translateX(4px);
}

.props-cta-final {
  background: #F0F9F3;
  border-top: 1px solid #B8E2C7;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .props-cta-final {
    padding: 4.5rem 0;
  }
}

.props-cta-final__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .props-cta-final__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.props-cta-final__eyebrow {
  display: block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #369363;
  margin-bottom: 0.75rem;
}

.props-cta-final__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  letter-spacing: -2px;
  line-height: 1.05;
  color: #163E2B;
}

.props-cta-final__actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.props-cta-final__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.props-cta-final__btn--primary {
  background: #163E2B;
  color: #FFFFFF;
}
.props-cta-final__btn--primary svg {
  transition: transform 0.3s ease;
}
.props-cta-final__btn--primary:hover {
  background: #1E5E40;
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}
.props-cta-final__btn--primary:hover svg {
  transform: translateX(4px);
}
.props-cta-final__btn--ghost {
  background: transparent;
  color: #1E5E40;
  border: 1.5px solid #88CCA4;
}
.props-cta-final__btn--ghost:hover {
  background: #DAF1E1;
  border-color: #369363;
}

.props-body__calculator {
  grid-column: 1/-1;
  width: 100%;
}
.props-body__calculator .props-content {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.props-body__calculator .calculator-section {
  padding: 0;
}
.props-body__calculator .calculator-container {
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.props-body__calculator .amortization-container {
  max-width: 100%;
  margin: 2rem 0 0;
}

.alertas {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
}
@media (max-width: 600px) {
  .alertas {
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-width: 100%;
  }
}

.alerta {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  font-size: 0.95rem;
  line-height: 1.5;
  position: relative;
  animation: slideIn 0.4s ease-out;
  backdrop-filter: blur(10px);
}
.alerta__contenido {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.alerta__icono {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
}
.alerta__texto {
  flex: 1;
  font-weight: 500;
}
.alerta__cerrar {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  padding: 0.25rem;
  line-height: 1;
}
.alerta__cerrar:hover {
  opacity: 1;
}
.alerta--exito {
  background: rgba(34, 107, 77, 0.08);
  border: 2px solid rgba(34, 107, 77, 0.18);
  color: rgb(22, 62, 43);
  font-size: 0.95rem;
  line-height: 1.5;
  animation: fadeIn 0.3s ease-out;
}
.alerta--error {
  background: rgba(220, 53, 69, 0.1);
  border-left: 4px solid #dc3545;
  color: #721c24;
}
.alerta--advertencia {
  background: rgba(255, 193, 7, 0.1);
  border-left: 4px solid #E0A800;
  color: #002D24;
}
.alerta--info {
  background: rgba(23, 162, 184, 0.1);
  border-left: 4px solid #138496;
  color: #fff;
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(400px);
    opacity: 0;
  }
}
.alerta.saliendo {
  animation: slideOut 0.3s ease-in forwards;
}

.alerta-formulario {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  animation: fadeIn 0.3s ease-out;
}
.alerta-formulario__lista {
  margin: 0.5rem 0 0 0;
  padding-left: 1.5rem;
}
.alerta-formulario__lista li {
  margin-bottom: 0.25rem;
}
.alerta-formulario__lista li:last-child {
  margin-bottom: 0;
}
.alerta-formulario--exito {
  background: rgba(34, 107, 77, 0.08);
  border: 2px solid rgba(34, 107, 77, 0.18);
  color: rgb(22, 62, 43);
}
.alerta-formulario--error {
  background: rgba(220, 53, 69, 0.1);
  border-left: 4px solid #dc3545;
  color: #721c24;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.admin-panel {
  padding: 4.5rem 2rem 5rem;
  background: linear-gradient(180deg, rgba(240, 249, 243, 0.35) 0%, rgb(255, 255, 255) 100%);
}

.admin-panel__header {
  padding: 2.5rem 0 1.5rem;
}

.admin-panel__header-container,
.admin-panel__controls-container,
.admin-panel__table-container {
  max-width: 1280px;
  margin: 0 auto;
}

.admin-panel__header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.admin-panel__header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.admin-panel__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin: 0;
}

.admin-panel__subtitle {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  opacity: 0.8;
}

.admin-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  padding: 0.9rem 1.35rem;
  border-radius: 14px;
  background: #1E5E40;
  color: #fff;
  font-weight: 700;
}
.admin-panel__cta--secondary {
  background: transparent;
  border: 2px solid #1E5E40;
  color: #1E5E40;
}
.admin-panel__cta--secondary:hover {
  background: #1E5E40;
  color: #fff;
}

.admin-panel__controls {
  padding: 1.5rem 0 2.5rem;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.admin-stat {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(184, 226, 199, 0.7);
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-stat__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgb(54, 147, 99), rgb(30, 94, 64));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-stat__icon--accent {
  background: linear-gradient(135deg, rgb(247, 155, 9), rgb(182, 80, 7));
}

.admin-stat__icon--muted {
  background: linear-gradient(135deg, rgb(136, 204, 164), rgb(38, 117, 78));
}

.admin-stat__label {
  display: block;
  font-size: 0.85rem;
  opacity: 0.75;
  margin-bottom: 0.2rem;
}

.admin-stat__value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.admin-filters {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.admin-filters__search {
  flex: 1;
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.15rem;
  border-radius: 16px;
  border: 2px solid rgba(184, 226, 199, 0.8);
  background: rgba(255, 255, 255, 0.95);
}

.admin-filters__input {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  font-size: 1rem;
}

.admin-filters__group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-filters__select {
  padding: 0.85rem 1.15rem;
  border-radius: 14px;
  border: 2px solid rgba(184, 226, 199, 0.8);
  background: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

.admin-filters__clear {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.15rem;
  border-radius: 14px;
  background: transparent;
  border: 2px solid rgba(184, 226, 199, 0.8);
  cursor: pointer;
  font-weight: 700;
}

.admin-panel__table {
  padding: 1rem 0;
}

.admin-table {
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid rgba(218, 241, 225, 0.9);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.admin-table__table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table__table thead {
  background: linear-gradient(135deg, rgb(30, 94, 64), rgb(38, 117, 78));
  color: #fff;
}

.admin-table__table th,
.admin-table__table td {
  padding: 1.1rem 1.25rem;
  text-align: left;
}

.admin-table__table tbody tr {
  border-bottom: 1px solid rgba(218, 241, 225, 0.9);
}

.admin-table__table tbody tr:last-child {
  border-bottom: none;
}

.admin-table__table tbody tr.is-hidden {
  display: none;
}

.admin-table__image {
  width: 86px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
}

.admin-table__badge {
  display: inline-flex;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.75rem;
  background: rgba(218, 241, 225, 0.9);
  color: rgb(22, 62, 43);
}

.admin-table__badge--muted {
  background: rgb(240, 249, 243);
  color: rgb(38, 117, 78);
}

.admin-table__title {
  font-weight: 700;
}

.admin-table__price {
  font-weight: 700;
}

.admin-table__features {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-table__features span {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
}

.admin-table__actions {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.admin-table__action {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.admin-table__action--edit {
  background: rgba(218, 241, 225, 0.9);
  color: rgb(30, 94, 64);
}

.admin-table__action--delete {
  background: rgb(254, 226, 226);
  color: rgb(220, 38, 38);
}

.admin-empty {
  display: none;
  text-align: center;
  padding: 2.5rem 1.5rem;
  opacity: 0.75;
}

.admin-empty.is-visible {
  display: block;
}

.admin-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem 0 0;
}

.admin-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.8rem 1.15rem;
  border-radius: 14px;
  border: 2px solid rgba(184, 226, 199, 0.8);
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  font-weight: 700;
}

.admin-pagination__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.admin-pagination__info {
  font-weight: 600;
}

.admin-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 9999;
}

.admin-modal.is-active {
  display: flex;
}

.admin-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 61, 44, 0.75);
  backdrop-filter: blur(8px);
}

.admin-modal__content {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  border: 2px solid rgba(218, 241, 225, 0.9);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.admin-modal__header {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(218, 241, 225, 0.9);
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(240, 249, 243, 0.5), rgb(255, 255, 255));
}

.admin-modal__title {
  font-weight: 700;
  margin: 0;
  font-size: 1.4rem;
}

.admin-modal__close {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgb(240, 249, 243);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.admin-modal__close:hover {
  background: rgba(220, 53, 69, 0.1);
  color: rgb(220, 38, 38);
}

.admin-modal form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.admin-tabs {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  flex-wrap: wrap;
  flex-shrink: 0;
  background: rgb(250, 252, 251);
  border-bottom: 1px solid rgba(218, 241, 225, 0.6);
}

.admin-tab {
  border: 2px solid rgba(184, 226, 199, 0.8);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.admin-tab:hover {
  border-color: rgba(30, 94, 64, 0.5);
}

.admin-tab.is-active {
  background: rgb(30, 94, 64);
  border-color: rgb(30, 94, 64);
  color: #fff;
}

.admin-tabpanels {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.25rem;
  min-height: 0;
}

.admin-tabpanel {
  display: none;
}

.admin-tabpanel.is-active {
  display: block;
}

.admin-form-grid {
  display: grid;
  gap: 0.875rem;
}

.admin-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
}

.admin-form-row--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.admin-form-group input,
.admin-form-group select,
.admin-form-group textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 2px solid rgba(218, 241, 225, 0.95);
  background: rgba(240, 249, 243, 0.35);
  outline: none;
  font-size: 0.95rem;
  transition: border-color 0.2s ease;
}
.admin-form-group input:focus,
.admin-form-group select:focus,
.admin-form-group textarea:focus {
  border-color: rgba(30, 94, 64, 0.6);
  background: rgb(255, 255, 255);
}

.admin-form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.admin-file-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 2px dashed rgba(184, 226, 199, 0.95);
  background: rgba(240, 249, 243, 0.35);
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.admin-file-label:hover {
  border-color: rgba(30, 94, 64, 0.6);
  background: rgba(240, 249, 243, 0.6);
}

.admin-form-help {
  display: block;
  margin-top: 0.5rem;
  opacity: 0.75;
  font-size: 0.85rem;
}

.admin-modal__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(218, 241, 225, 0.9);
  flex-shrink: 0;
  background: rgb(250, 252, 251);
}

.admin-modal__btn {
  padding: 0.7rem 1.1rem;
  border-radius: 12px;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.admin-modal__btn--secondary {
  background: transparent;
  border-color: rgba(184, 226, 199, 0.8);
}
.admin-modal__btn--secondary:hover {
  background: rgb(240, 249, 243);
}

.admin-modal__btn--danger {
  background: rgb(220, 38, 38);
  color: #fff;
}
.admin-modal__btn--danger:hover {
  background: rgb(185, 28, 28);
}

.admin-modal__btn:not(.admin-modal__btn--secondary):not(.admin-modal__btn--danger) {
  background: rgb(30, 94, 64);
  color: #fff;
}
.admin-modal__btn:not(.admin-modal__btn--secondary):not(.admin-modal__btn--danger):hover {
  background: rgb(22, 70, 48);
}

/* Grid de imágenes actuales */
.imagenes-actuales-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.imagen-actual-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(218, 241, 225, 0.9);
}

.imagen-actual-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imagen-eliminar-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(220, 38, 38, 0.9);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.imagen-eliminar-btn:hover {
  background: rgb(185, 28, 28);
}
.imagen-eliminar-btn .material-symbols-outlined {
  font-size: 14px;
}

/* Alertas de formulario */
.alertas--formulario {
  margin: 1rem 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .admin-panel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .admin-table {
    overflow-x: auto;
  }
  .admin-table__table {
    min-width: 980px;
  }
}
@media (max-width: 640px) {
  .admin-panel__cta {
    width: 100%;
    justify-content: center;
  }
  .admin-pagination {
    flex-direction: column;
    gap: 0.75rem;
  }
  .admin-pagination__btn {
    width: 100%;
    justify-content: center;
  }
  .admin-form-row,
  .admin-form-row--3 {
    grid-template-columns: 1fr;
  }
}
.admin-panel__content {
  padding: 2rem 0;
}
.admin-panel__content-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.admin-panel__header-nav {
  margin-bottom: 1rem;
}
.admin-panel__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(30, 94, 64, 0.1);
  color: #1E5E40;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.admin-panel__back-btn:hover {
  background: rgba(30, 94, 64, 0.15);
  transform: translateX(-2px);
}
.admin-panel__back-btn .material-symbols-outlined {
  font-size: 1.125rem;
}

.admin-table-container {
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid rgba(218, 241, 225, 0.9);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table__head {
  background: linear-gradient(135deg, rgb(30, 94, 64), rgb(38, 117, 78));
  color: #fff;
}
.admin-table__head th {
  padding: 1.1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.admin-table__body tr {
  border-bottom: 1px solid rgba(218, 241, 225, 0.9);
  transition: background-color 0.2s ease;
}
.admin-table__body tr:hover {
  background-color: rgba(240, 249, 243, 0.3);
}
.admin-table__body tr:last-child {
  border-bottom: none;
}
.admin-table__body td {
  padding: 1.1rem 1.25rem;
  vertical-align: middle;
}
.admin-table__estado {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: capitalize;
  white-space: nowrap;
}
.admin-table__estado::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.admin-table__estado--pendiente {
  background-color: #fef3c7;
  color: #92400e;
}
.admin-table__estado--pendiente::before {
  background-color: #f59e0b;
}
.admin-table__estado--contactado {
  background-color: #dbeafe;
  color: #1e40af;
}
.admin-table__estado--contactado::before {
  background-color: #3b82f6;
}
.admin-table__estado--cerrado {
  background-color: #d1fae5;
  color: #065f46;
}
.admin-table__estado--cerrado::before {
  background-color: #10b981;
}
.admin-table__actions {
  display: flex;
  gap: 0.5rem;
}
.admin-table__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.admin-table__action .material-symbols-outlined {
  font-size: 1.125rem;
}
.admin-table__action--ver {
  background-color: rgba(59, 130, 246, 0.1);
  color: #1e40af;
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.admin-table__action--ver:hover {
  background-color: rgba(59, 130, 246, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.admin-table__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #1A1A1A;
  opacity: 0.7;
}
.admin-table__empty .material-symbols-outlined {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.admin-table__empty p {
  font-size: 1.125rem;
  margin: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal[style*=flex] {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  background: white;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
}
.modal[style*=flex] .modal__content {
  transform: scale(1) translateY(0);
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(135deg, rgba(30, 94, 64, 0.05), rgba(38, 117, 78, 0.02));
}
.modal__title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1A1A1A;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}
.modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: all 0.2s ease;
}
.modal__close:hover {
  background-color: #f3f4f6;
  color: #1A1A1A;
}
.modal__close .material-symbols-outlined {
  font-size: 1.5rem;
}
.modal__body {
  padding: 1.5rem;
  max-height: calc(90vh - 140px);
  overflow-y: auto;
}

.detalle-row {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}
.detalle-row:last-child {
  margin-bottom: 0;
}

.detalle-label {
  font-weight: 600;
  min-width: 140px;
  color: #1A1A1A;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  opacity: 0.8;
}

.detalle-value {
  flex: 1;
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.5;
  word-break: break-word;
}

.detalle-mensaje {
  background-color: #f9fafb;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
  margin-top: 0.5rem;
  white-space: pre-wrap;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
}
.detalle-mensaje:empty {
  display: none;
}
.detalle-mensaje::before {
  content: "Sin mensaje";
  font-style: italic;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .admin-table__head th {
    padding: 0.875rem 1rem;
    font-size: 0.8rem;
  }
  .admin-table__body td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .admin-table__estado {
    padding: 0.25rem 0.65rem;
    font-size: 0.7rem;
  }
  .admin-table__action {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .admin-table__action .material-symbols-outlined {
    font-size: 1rem;
  }
  .modal__content {
    margin: 1rem;
    max-width: 100%;
  }
  .modal__header {
    padding: 1.25rem;
  }
  .modal__title {
    font-size: 1.25rem;
  }
  .modal__body {
    padding: 1.25rem;
  }
  .detalle-row {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .detalle-label {
    min-width: auto;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 480px) {
  .admin-panel__content {
    padding: 1rem 0;
  }
  .admin-table__head th {
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
  }
  .admin-table__body td {
    padding: 0.625rem 0.5rem;
    font-size: 0.8rem;
  }
  .admin-table__estado {
    padding: 0.2rem 0.5rem;
    font-size: 0.65rem;
  }
  .admin-table__action {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
  }
  .admin-table__action .material-symbols-outlined {
    font-size: 0.875rem;
  }
  .admin-table__empty {
    padding: 3rem 1rem;
  }
  .admin-table__empty .material-symbols-outlined {
    font-size: 3rem;
  }
  .admin-table__empty p {
    font-size: 1rem;
  }
  .modal {
    padding: 0.5rem;
  }
  .modal__content {
    margin: 0;
    max-height: 95vh;
    border-radius: 12px;
  }
  .modal__header {
    padding: 1rem;
  }
  .modal__title {
    font-size: 1.125rem;
  }
  .modal__body {
    padding: 1rem;
    max-height: calc(95vh - 120px);
  }
  .detalle-label {
    font-size: 0.8rem;
  }
  .detalle-value {
    font-size: 0.875rem;
  }
  .detalle-mensaje {
    padding: 0.75rem;
    font-size: 0.85rem;
  }
}
.props-hero {
  background: #163E2B;
  padding-top: calc(80px + 3.5rem);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.props-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(78, 163, 116, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.props-hero::after {
  content: "";
  position: absolute;
  bottom: 30%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(247, 155, 9, 0.07), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.props-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .props-hero__inner {
    grid-template-columns: 1fr;
  }
}

.props-breadcrumb {
  grid-column: 1/-1;
  margin-bottom: 1.5rem;
}
.props-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.props-breadcrumb li {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.props-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}
.props-breadcrumb a:hover {
  color: #FDB813;
}

.props-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
  user-select: none;
}

.props-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FDB813;
  margin-bottom: 1rem;
}
.props-hero__eyebrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #FDB813;
}

.props-hero__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(2.75rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -3px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.props-hero__title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.5);
}

.props-hero__desc {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 500px;
  line-height: 1.7;
}

.props-hero__count {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .props-hero__count {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    align-items: baseline;
    gap: 0.5rem;
  }
}

.props-hero__count-num {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -3px;
  background: linear-gradient(135deg, #FFFFFF, rgba(255, 255, 255, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.props-hero__count-label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.props-filters {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.props-filters__nav {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
}
.props-filters__nav::-webkit-scrollbar {
  display: none;
}

.props-filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.1rem 1.5rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.props-filter-btn .material-symbols-outlined {
  font-size: 1.1rem;
}
.props-filter-btn:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
}
.props-filter-btn.is-active {
  color: #FDB813;
  border-bottom-color: #FDB813;
  background: rgba(253, 184, 19, 0.05);
}

.props-main {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .props-main {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.props-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.props-grid .prop-card--featured {
  grid-column: span 2;
}
@media (max-width: 1100px) {
  .props-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .props-grid .prop-card--featured {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .props-grid {
    grid-template-columns: 1fr;
  }
  .props-grid .prop-card--featured {
    grid-column: auto;
  }
}

.prop-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid #DAF1E1;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px);
}
.prop-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.prop-card:hover {
  border-color: #88CCA4;
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.prop-card--featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
}
.prop-card--featured .prop-card__media {
  min-height: 380px;
}
.prop-card--featured .prop-card__title {
  font-size: 1.75rem;
  letter-spacing: -1px;
}
.prop-card--featured .prop-card__price-amount {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .prop-card--featured {
    grid-template-columns: 1fr;
  }
  .prop-card--featured .prop-card__media {
    min-height: 240px;
  }
}

.prop-card__media {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  background: #DAF1E1;
  flex-shrink: 0;
}

.prop-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s ease;
  position: absolute;
  inset: 0;
}
.prop-card__img--alt {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.prop-card:hover .prop-card__img--alt {
  opacity: 1;
}

.prop-card:hover .prop-card__img:not(.prop-card__img--alt) {
  opacity: 0;
}

.prop-card:hover .prop-card__img {
  transform: scale(1.06);
}

.prop-card__no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background: linear-gradient(135deg, #DAF1E1, #B8E2C7);
  color: #4EA374;
}
.prop-card__no-img .material-symbols-outlined {
  font-size: 3.5rem;
  opacity: 0.5;
}

.prop-card__badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.4rem;
  z-index: 2;
}

.prop-badge {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.68rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}
.prop-badge--status {
  background: rgba(22, 62, 43, 0.82);
  color: #FFFFFF;
}
.prop-badge--featured {
  background: rgba(253, 184, 19, 0.92);
  color: #0B2318;
}

.prop-card__photo-count {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.72rem;
  padding: 0.35rem 0.65rem;
  border-radius: 50px;
  backdrop-filter: blur(8px);
  z-index: 2;
}
.prop-card__photo-count .material-symbols-outlined {
  font-size: 0.9rem;
}

.prop-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(22, 62, 43, 0.7) 0%, transparent 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.prop-card:hover .prop-card__overlay {
  opacity: 1;
}

.prop-card__overlay-price {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.prop-card__body {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  flex: 1;
  gap: 0;
}
@media (max-width: 480px) {
  .prop-card__body {
    padding: 1.5rem;
  }
}

.prop-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

.prop-card__price-currency {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.9rem;
  color: #369363;
}

.prop-card__price-amount {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: -1.5px;
  line-height: 1;
  color: #163E2B;
}

.prop-card__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  line-height: 1.25;
  color: #163E2B;
  margin-bottom: 0.65rem;
}

.prop-card__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.prop-card__title-link:hover {
  color: #26754E;
}
.prop-card__title-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.prop-card__location {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  font-style: normal;
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 0.85rem;
  color: #369363;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
.prop-card__location .material-symbols-outlined {
  font-size: 1rem;
  color: #DB7404;
  flex-shrink: 0;
  margin-top: 1px;
}

.prop-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
}

.prop-card__feat {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 0.85rem;
  color: #1E5E40;
}
.prop-card__feat .material-symbols-outlined {
  font-size: 1rem;
  color: #4EA374;
}
.prop-card__feat strong {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #163E2B;
}

.prop-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.25rem;
  background: #F0F9F3;
  border: 1.5px solid #B8E2C7;
  border-radius: 8px;
  color: #1A4B34;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.875rem;
  margin-top: auto;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.prop-card__cta:hover {
  background: #163E2B;
  border-color: #163E2B;
  color: #FFFFFF;
}
.prop-card__cta:hover .prop-card__cta-arrow {
  transform: translateX(4px);
}

.prop-card__cta-arrow {
  display: flex;
  transition: transform 0.3s ease;
}
.prop-card__cta-arrow .material-symbols-outlined {
  font-size: 1.1rem;
}

.props-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 2rem;
  gap: 1.25rem;
  max-width: 480px;
  margin: 0 auto;
}

.props-empty__icon {
  width: 80px;
  height: 80px;
  background: #F0F9F3;
  border: 2px solid #B8E2C7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4EA374;
}
.props-empty__icon .material-symbols-outlined {
  font-size: 2.5rem;
}

.props-empty__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: -1px;
  color: #163E2B;
}

.props-empty__desc {
  font-family: "Catamaran", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  color: #26754E;
  line-height: 1.7;
}

.props-empty__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #163E2B;
  color: #FFFFFF;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}
.props-empty__cta:hover {
  background: #26754E;
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}
.props-empty__cta .material-symbols-outlined {
  font-size: 1rem;
}

.prop-card:nth-child(1) {
  transition-delay: 0s;
}

.prop-card:nth-child(2) {
  transition-delay: 0.08s;
}

.prop-card:nth-child(3) {
  transition-delay: 0.16s;
}

.prop-card:nth-child(4) {
  transition-delay: 0.24s;
}

.prop-card:nth-child(5) {
  transition-delay: 0.32s;
}

.prop-card:nth-child(6) {
  transition-delay: 0.4s;
}

.prop-card:nth-child(7) {
  transition-delay: 0.48s;
}

.prop-card:nth-child(8) {
  transition-delay: 0.56s;
}

.prop-card:nth-child(9) {
  transition-delay: 0.64s;
}

.prop-card:nth-child(10) {
  transition-delay: 0.72s;
}

.prop-card:nth-child(11) {
  transition-delay: 0.8s;
}

.prop-card:nth-child(12) {
  transition-delay: 0.88s;
}

@media (max-width: 480px) {
  .props-hero {
    padding-top: calc(70px + 2.5rem);
  }
  .props-hero__title {
    letter-spacing: -2px;
  }
  .props-filter-btn {
    padding: 0.9rem 1rem;
    font-size: 0.78rem;
  }
  .prop-card__price-amount {
    font-size: 1.5rem;
  }
}
.main-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #002D24 0%, #226B4D 100%);
  position: relative;
  overflow: hidden;
}
.main-login::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(78, 163, 116, 0.1) 0%, transparent 70%);
  animation: float 20s ease-in-out infinite;
}
.main-login::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(253, 184, 19, 0.05) 0%, transparent 70%);
  animation: float 25s ease-in-out infinite reverse;
}

.login-page {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.login-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F9F3 50%, #FFFFFF 100%);
}

.login-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.5;
  animation: loginFloat 25s ease-in-out infinite;
}

.login-orb--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #B8E2C7 0%, transparent 70%);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}

.login-orb--2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #FFF2C6 0%, transparent 70%);
  bottom: -150px;
  left: -100px;
  animation-delay: 5s;
}

.login-orb--3 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #88CCA4 0%, transparent 70%);
  top: 30%;
  left: 10%;
  animation-delay: 10s;
}

.login-orb--4 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #FEE589 0%, transparent 70%);
  bottom: 20%;
  right: 15%;
  animation-delay: 15s;
}

@keyframes loginFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translate(50px, -50px) scale(1.1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-30px, 40px) scale(0.9);
    opacity: 0.4;
  }
  75% {
    transform: translate(40px, 30px) scale(1.05);
    opacity: 0.55;
  }
}
.login-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(40px);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.08);
}

.login-brand {
  background: linear-gradient(135deg, #163E2B 0%, #1A4B34 100%);
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.login-brand::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.login-brand__content {
  max-width: 520px;
  position: relative;
  z-index: 1;
}

.login-brand__logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.login-brand__logo-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #F79B09, #DB7404);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(247, 155, 9, 0.3);
}

.login-brand__logo-text {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFFFFF;
}

.login-brand__hero {
  margin-bottom: 3rem;
}

.login-brand__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.login-brand__subtitle {
  font-family: "Catamaran", sans-serif;
  font-size: 1.15rem;
  color: #B8E2C7;
  line-height: 1.7;
}

.login-brand__features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.login-feature {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.login-feature__icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDB813;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
}

.login-feature__text h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.login-feature__text p {
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  color: #88CCA4;
  line-height: 1.6;
}

.login-testimonial {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
}

.login-testimonial__text {
  font-family: "Catamaran", sans-serif;
  font-size: 1.05rem;
  color: #DAF1E1;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.login-testimonial__author {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.login-testimonial__avatar {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDB813;
}

.login-testimonial__name {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
}

.login-testimonial__role {
  font-family: "Catamaran", sans-serif;
  font-size: 0.85rem;
  color: #88CCA4;
  display: block;
}

.login-form-area {
  background: #FFFFFF;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-card {
  width: 100%;
  max-width: 460px;
  animation: fadeInUp 0.8s ease-out;
}

.login-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #26754E;
  text-decoration: none;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.login-back-link:hover {
  color: #1E5E40;
  gap: 0.75rem;
}

.login-form-header {
  margin-bottom: 2.5rem;
}

.login-form-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #163E2B;
  margin-bottom: 0.5rem;
}

.login-form-subtitle {
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  color: #26754E;
  line-height: 1.6;
}

.login-alerts {
  margin-bottom: 1.5rem;
}

.login-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.login-label {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1A4B34;
}

.login-input {
  position: relative;
  display: flex;
  align-items: center;
}

.login-input__icon {
  position: absolute;
  left: 1.25rem;
  color: #369363;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}

.login-input input {
  width: 100%;
  padding: 1.125rem 1.25rem 1.125rem 3.25rem;
  border: 2px solid #B8E2C7;
  border-radius: 12px;
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  color: #163E2B;
  background: #FFFFFF;
  transition: all 0.3s ease;
}

.login-input input:focus {
  outline: none;
  border-color: #369363;
  box-shadow: 0 0 0 4px rgba(54, 147, 99, 0.1);
}

.login-input input::placeholder {
  color: #4EA374;
}

.login-toggle-password {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  color: #369363;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.login-toggle-password:hover {
  color: #1E5E40;
  transform: scale(1.1);
}

.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -0.5rem 0;
}

.login-remember {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.login-remember span {
  font-family: "Catamaran", sans-serif;
  font-size: 0.9rem;
  color: #1E5E40;
}

.login-forgot {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #26754E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.login-forgot:hover {
  color: #DB7404;
}

.login-submit {
  width: 100%;
  padding: 1.25rem 2rem;
  background: linear-gradient(135deg, #26754E, #1E5E40);
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-family: "Maven Pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(30, 94, 64, 0.2);
  margin-top: 1rem;
}

.login-submit:hover {
  background: linear-gradient(135deg, #1E5E40, #1A4B34);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 94, 64, 0.3);
}

.login-submit:active {
  transform: translateY(0);
}

.login-toggle {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #B8E2C7;
}

.login-toggle__text {
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  color: #1E5E40;
}

.login-toggle__link {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  color: #DB7404;
  text-decoration: none;
}

.login-toggle__link:hover {
  color: #B65007;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .login-wrapper {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .login-brand {
    display: none;
  }
  .login-form-area {
    padding: 3rem 2rem;
  }
}
@media (max-width: 640px) {
  .login-form-area {
    padding: 2rem 1.5rem;
  }
}
.login-container {
  width: 100%;
  max-width: 450px;
  position: relative;
  z-index: 1;
}

.login-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.6s ease-out;
}
@media (max-width: 600px) {
  .login-card {
    padding: 2rem 1.5rem;
    border-radius: 16px;
  }
}

.login-header {
  text-align: center;
  margin-bottom: 2rem;
}

.login-title {
  font-family: "Gravitas One", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.25rem);
}
.login-title .login-subtitle {
  font-weight: 400;
  font-size: 1rem;
  color: rgba(22, 62, 43, 0.7);
  margin: 0;
}
.login-title .alerta__mensaje {
  font-size: 0.9375rem;
  color: #163E2B;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
.login-title .form-label {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #163E2B;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.login-title .form-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid rgba(22, 62, 43, 0.1);
  border-radius: 10px;
  font-size: 1rem;
  color: #163E2B;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
.login-title .form-input::placeholder {
  color: rgba(22, 62, 43, 0.4);
}
.login-title .submit-btn {
  width: 100%;
  padding: 0.875rem;
  background: #26754E;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.0625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.login-title .back-link {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #26754E;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.login-title .auth-toggle-text {
  font-size: 0.9375rem;
  color: rgba(22, 62, 43, 0.7);
  margin: 0 0 0.5rem 0;
}
.login-title .auth-toggle-link {
  font-weight: 700;
  font-size: 1rem;
  color: #26754E;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.login-title .password-strength-label {
  font-size: 0.8125rem;
  color: rgba(22, 62, 43, 0.7);
  margin-bottom: 0.25rem;
}
.login-title .password-strength-text {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  font-weight: 600;
}
.login-title .password-requirements-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #163E2B;
  margin-bottom: 0.5rem;
}
.login-title .password-requirement {
  font-size: 0.75rem;
  color: rgba(22, 62, 43, 0.6);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
}
.login-title.met {
  color: #4EA374;
}
.login-title.met::before {
  content: "✓";
  color: #4EA374;
}

@media (max-width: 600px) {
  .main-login {
    padding: 1rem;
  }
  .login-card {
    padding: 2rem 1.5rem;
  }
  .login-title {
    font-size: 1.5rem;
  }
  .login-subtitle {
    font-size: 0.9375rem;
  }
  .form-input {
    font-size: 0.9375rem;
    padding: 0.75rem 0.875rem;
  }
  .login-btn {
    font-size: 1rem;
    padding: 0.875rem 1.25rem;
  }
  .alerta__mensaje {
    font-size: 0.875rem;
  }
}
.perfil {
  background: #FFFFFF;
  color: #1A1A1A;
  min-height: 70vh;
}

.perfil-hero {
  padding: 8rem 2rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F9F3 100%);
}

.perfil-card {
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(184, 226, 199, 0.35);
  border-radius: 1.2rem;
  padding: 2.5rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}

.perfil-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.perfil-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.perfil-label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #1E5E40;
  font-size: 0.95rem;
}

.perfil-value {
  font-family: "Catamaran", sans-serif;
  color: #1A1A1A;
  font-size: 1.05rem;
  word-break: break-word;
}

.perfil-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .perfil-hero {
    padding: 5rem 1.5rem;
  }
  .perfil-grid {
    grid-template-columns: 1fr;
  }
  .perfil-card {
    padding: 1.75rem;
  }
}
.favoritos {
  background: #FFFFFF;
  color: #1A1A1A;
  min-height: 70vh;
}

.favoritos-hero {
  padding: 8rem 2rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F9F3 100%);
}

.favoritos-card {
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(184, 226, 199, 0.35);
  border-radius: 1.2rem;
  padding: 2.5rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.05);
}

.favoritos-empty {
  display: grid;
  place-items: center;
  gap: 0.75rem;
  padding: 2.5rem 1rem;
  text-align: center;
}

.favoritos-empty__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  color: #1A4B34;
  margin: 0;
}

.favoritos-empty__text {
  font-family: "Catamaran", sans-serif;
  color: #1E5E40;
  max-width: 55ch;
  margin: 0;
}

.favoritos-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .favoritos-hero {
    padding: 5rem 1.5rem;
  }
  .favoritos-card {
    padding: 1.75rem;
  }
}
/* Propiedad Contenido CSS */
:root {
  --color-50: #f0fdf4;
  --color-100: #dcfce7;
  --color-200: #bbf7d0;
  --color-300: #86efac;
  --color-400: #4ade80;
  --color-500: #22c55e;
  --color-600: #16a34a;
  --color-700: #15803d;
  --color-800: #166534;
  --color-900: #14532d;
  --color-950: #052e16;
  --accent-500: #f97316;
  --accent-600: #ea580c;
  --accent-700: #c2410c;
  --font-title: 'Libre Franklin', sans-serif;
  --font-subtitle: 'Maven Pro', sans-serif;
  --font-body: 'Catamaran', sans-serif;
}

/* Global resets removed to prevent conflicts */
.property-body {
  font-family: var(--font-body);
  background: linear-gradient(180deg, #FAFBFC 0%, #F0F9F3 100%);
  color: #1A1A1A;
  overflow-x: hidden;
  line-height: 1.6;
}

.property-body::before,
.property-body::after {
  content: "";
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.property-body::before {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--color-200) 0%, transparent 70%);
  top: -200px;
  right: -200px;
  animation: float 20s ease-in-out infinite;
}

.property-body::after {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--accent-300) 0%, transparent 70%);
  bottom: -150px;
  left: -150px;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}
/* Floating Actions */
.floating-actions {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 999;
}

.floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(10, 61, 44, 0.2);
  position: relative;
  text-decoration: none;
}

.floating-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  background: var(--color-950);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.floating-btn:hover::before {
  opacity: 1;
}

.floating-btn--share {
  background: #fff;
  color: var(--color-700);
}

.floating-btn--share:hover {
  background: var(--color-700);
  color: #fff;
  transform: scale(1.1);
}

.floating-btn--whatsapp {
  background: #25D366;
  color: #fff;
}

.floating-btn--whatsapp:hover {
  background: #128C7E;
  transform: scale(1.1);
  color: #fff;
}

.floating-btn--schedule {
  background: var(--accent-600);
  color: #fff;
}

.floating-btn--schedule:hover {
  background: var(--accent-700);
  transform: scale(1.1);
  color: #fff;
}

/* Hero Showcase */
.hero-showcase {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 600px;
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  width: 95%;
  max-width: 1400px;
  margin: 4rem auto 2rem auto;
  /* Top space added */
  gap: 2rem;
  /* Distinct separation */
}

.hero-showcase__gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0 0 2.5rem;
}

.hero-showcase__main-image {
  flex: 1;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: var(--color-100);
  width: 100%;
  aspect-ratio: 16/9;
  /* Maintain consistent ratio */
  min-height: 400px;
  max-height: 600px;
}

.hero-showcase__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-showcase__main-image:hover img {
  transform: scale(1.05);
}

.hero-showcase__fullscreen {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-family: var(--font-subtitle);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--color-700);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-showcase__fullscreen:hover {
  background: var(--color-700);
  color: #fff;
  transform: translateY(-3px);
}

.hero-showcase__thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  height: 100px;
}

.thumbnail-item {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 61, 44, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumbnail-item:hover::after {
  opacity: 1;
}

.thumbnail-item.active {
  border-color: var(--accent-500);
  transform: translateY(-5px);
}

.thumbnail-item.active::after {
  opacity: 0;
}

.thumbnail-item--more {
  position: relative;
}

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 61, 44, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.thumbnail-overlay .material-symbols-outlined {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

/* Hero Info */
.hero-showcase__info {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 245, 241, 0.9));
  backdrop-filter: blur(10px);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 28px;
  /* Full rounded corners */
  margin-left: 0;
  /* Remove overlap */
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.property-body .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--color-600);
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.property-body .breadcrumb a {
  color: var(--color-600);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}

.property-body .breadcrumb a:hover {
  color: var(--color-700);
  text-decoration: underline;
}

.property-body .breadcrumb .material-symbols-outlined {
  font-size: 1.1rem;
}

.property-body .property-title-section {
  margin-bottom: 2rem;
}

.property-body .property-title {
  font-family: var(--font-title);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-950);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.property-body .property-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.property-body .property-id {
  font-family: var(--font-subtitle);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-700);
  background: var(--color-200);
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
}

.property-body .property-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-subtitle);
  font-size: 0.9rem;
  font-weight: 700;
  color: #059669;
}

.property-body .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.property-body .property-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  color: var(--color-700);
  font-weight: 500;
}

.property-body .property-price-section {
  background: linear-gradient(135deg, var(--color-700), var(--color-900));
  padding: 1.5rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 25px rgba(21, 128, 61, 0.2);
}

.price-tag {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 0.8rem;
  opacity: 0.9;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.price-amount {
  font-family: var(--font-title);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.price-currency {
  font-size: 1rem;
  opacity: 0.9;
  margin-left: 0.25rem;
}

.price-per-m2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  backdrop-filter: blur(5px);
}

/* Quick Stats */
.quick-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.quick-stat-item {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-200);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

.quick-stat-item:hover {
  background: #fff;
  border-color: var(--color-400);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.quick-stat-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--color-500), var(--color-700));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.quick-stat-content {
  display: flex;
  flex-direction: column;
}

.quick-stat-value {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-950);
  line-height: 1;
}

.quick-stat-label {
  font-size: 0.8rem;
  color: var(--color-600);
  font-weight: 600;
}

/* Property Content */
.property-body .property-content {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}

.property-body .property-content__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: start;
}

.property-body .property-content__sidebar {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Content Section */
.property-body .content-section {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid var(--color-200);
  border-radius: 24px;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 20px rgba(10, 61, 44, 0.03);
}

/* Section Tabs */
.property-body .section-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--color-100);
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.property-body .tab-btn {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  font-family: var(--font-subtitle);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-600);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 3px solid transparent;
  margin-bottom: -2.5px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.property-body .tab-btn:hover {
  color: var(--color-700);
  background-color: var(--color-50);
  border-radius: 8px 8px 0 0;
}

.property-body .tab-btn.active {
  color: var(--color-700);
  border-bottom-color: var(--accent-500);
}

.property-body .tab-content {
  display: none;
}

.property-body .tab-content.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.property-body .section-title {
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--color-950);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.property-body .section-description {
  font-size: 1.05rem;
  color: var(--color-700);
  margin-bottom: 2rem;
  font-style: italic;
}

.property-body .property-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-800);
  margin-bottom: 2rem;
}

.property-body .property-description p {
  margin-bottom: 1rem;
}

/* Highlights Grid */
.property-body .highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--color-50);
  border-radius: 12px;
  font-weight: 600;
  color: var(--color-800);
  border: 1px solid var(--color-100);
}

.highlight-item .material-symbols-outlined {
  color: var(--color-600);
  font-size: 1.5rem;
}

/* Features Columns */
.features-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.feature-column h3 {
  font-family: var(--font-subtitle);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-900);
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--color-200);
  padding-bottom: 0.5rem;
  display: inline-block;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  color: var(--color-700);
  font-weight: 500;
  border-bottom: 1px dashed var(--color-100);
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li .material-symbols-outlined {
  color: var(--color-500);
  font-size: 1.25rem;
}

/* Map */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Nearby Places */
.nearby-places h3 {
  font-family: var(--font-subtitle);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-900);
  margin-bottom: 1.5rem;
}

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

.nearby-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--color-100);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.nearby-item:hover {
  background: var(--color-50);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.nearby-item .material-symbols-outlined {
  color: var(--color-600);
  font-size: 2rem;
}

.nearby-item div {
  display: flex;
  flex-direction: column;
}

.nearby-item strong {
  color: var(--color-900);
  font-weight: 700;
  font-size: 0.95rem;
}

.nearby-item span {
  font-size: 0.85rem;
  color: var(--color-500);
}

/* Sidebar Components */
/* Contact Card Premium */
.contact-card-premium {
  background: #fff;
  border: 1px solid var(--color-200);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(10, 61, 44, 0.08);
  position: relative;
  overflow: hidden;
}

.contact-card-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--color-500), var(--color-700));
}

.contact-card-premium__header h3 {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-950);
  margin-bottom: 0.5rem;
}

.contact-card-premium__header p {
  color: var(--color-600);
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.quick-contact-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.quick-contact-btn {
  padding: 0.8rem;
  border-radius: 12px;
  border: 2px solid var(--color-100);
  background: #fff;
  text-decoration: none;
  font-family: var(--font-subtitle);
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
}

.quick-contact-btn--phone {
  color: var(--color-700);
}

.quick-contact-btn--phone:hover {
  background: var(--color-50);
  border-color: var(--color-300);
  transform: translateY(-2px);
}

.quick-contact-btn--whatsapp {
  color: #25D366;
}

.quick-contact-btn--whatsapp:hover {
  background: #f0fdf4;
  border-color: #25D366;
  transform: translateY(-2px);
}

.contact-divider {
  text-align: center;
  color: var(--color-500);
  font-size: 0.85rem;
  font-weight: 600;
  margin: 1.5rem 0;
  position: relative;
}

.contact-divider::before,
.contact-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: var(--color-200);
}

.contact-divider::before {
  left: 0;
}

.contact-divider::after {
  right: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.875rem;
  border: 2px solid var(--color-200);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: var(--color-50);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-500);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
  background: #fff;
}

.submit-btn-premium {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-600), var(--accent-700));
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 14px;
  font-family: var(--font-subtitle);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(234, 88, 12, 0.3);
}

.submit-btn-premium:hover {
  background: linear-gradient(135deg, var(--accent-700), #9a3412);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.4);
}

/* Agent Card Compact */
.agent-card-compact {
  background: #fff;
  border: 1px solid var(--color-200);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(10, 61, 44, 0.03);
  margin-bottom: 2rem;
}

.agent-card-compact__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.agent-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--color-500), var(--color-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.agent-avatar .material-symbols-outlined {
  font-size: 1.75rem;
}

.agent-info h4 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-950);
  line-height: 1.2;
}

.agent-info p {
  font-size: 0.85rem;
  color: var(--color-600);
}

.agent-card-compact__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--color-200);
}

.agent-stat {
  text-align: center;
  padding: 0.5rem;
  background: var(--color-50);
  border-radius: 10px;
}

.agent-stat__value {
  display: block;
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--color-700);
  line-height: 1;
}

.agent-stat__label {
  font-size: 0.75rem;
  color: var(--color-600);
  font-weight: 600;
}

.agent-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: var(--color-100);
  border-radius: 10px;
  color: var(--color-800);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.agent-contact-link:hover {
  background: var(--color-700);
  color: #fff;
}

/* Calculator Widget */
.calculator-widget {
  background: #fff;
  border: 1px solid var(--color-200);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(10, 61, 44, 0.03);
}

.calculator-widget h3 {
  font-family: var(--font-subtitle);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-950);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.calculator-result {
  background: linear-gradient(135deg, var(--color-800), var(--color-950));
  padding: 1.25rem;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 1.25rem;
}

.calculator-label {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 0.25rem;
}

.calculator-amount {
  font-family: var(--font-title);
  font-size: 1.75rem;
  font-weight: 900;
  display: block;
}

.calculator-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.calculator-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: var(--color-50);
  border-radius: 10px;
}

.calculator-detail span {
  color: var(--color-600);
  font-size: 0.9rem;
}

.calculator-detail strong {
  color: var(--color-900);
  font-weight: 700;
  font-size: 0.95rem;
}

.calculator-btn {
  width: 100%;
  background: transparent;
  color: var(--color-700);
  border: 2px solid var(--color-200);
  padding: 0.8rem;
  border-radius: 12px;
  font-family: var(--font-subtitle);
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calculator-btn:hover {
  background: var(--color-50);
  border-color: var(--color-400);
  color: var(--color-800);
}

/* Similar Properties */
.section-header-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--color-100);
  padding-bottom: 1rem;
}

.section-header-with-link .section-title {
  margin-bottom: 0;
}

.view-all-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-600);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.view-all-link:hover {
  color: var(--accent-600);
  gap: 0.5rem;
}

.similar-properties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.property-card-mini {
  background: #fff;
  border: 1px solid var(--color-200);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.property-card-mini:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(10, 61, 44, 0.1);
  border-color: var(--color-300);
}

.property-card-mini__image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.property-card-mini__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.property-card-mini:hover .property-card-mini__image img {
  transform: scale(1.05);
}

.property-card-mini__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-900);
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.property-card-mini__content {
  padding: 1.25rem;
}

.property-card-mini__content h3 {
  font-family: var(--font-subtitle);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-950);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-card-mini__location {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-600);
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.property-card-mini__stats {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--color-700);
  background: var(--color-50);
  padding: 0.5rem;
  border-radius: 8px;
}

.property-card-mini__stats span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.property-card-mini__stats .material-symbols-outlined {
  font-size: 1rem;
}

.property-card-mini__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--color-100);
}

.property-card-mini__price {
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--color-800);
}

.property-card-mini__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--color-100);
  color: var(--color-700);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.property-card-mini__link:hover {
  background: var(--accent-600);
  color: #fff;
  transform: rotate(-45deg);
}

/* Feedback messages override */
.alerta-exito,
.alerta-error {
  font-family: var(--font-subtitle);
}

/* Responsive */
@media (max-width: 1200px) {
  .hero-showcase {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .hero-showcase__info {
    border-radius: 0;
    margin-left: 0;
    padding: 2rem;
  }
  .hero-showcase__gallery {
    padding: 0;
  }
  /* .hero-showcase__main-image border-radius reset removed */
  .property-content__container {
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
  }
  .property-content__sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .property-title {
    font-size: 2rem;
  }
  .hero-showcase__thumbnails {
    display: none;
  }
  .quick-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-tabs {
    padding-bottom: 0.5rem;
  }
  .floating-actions {
    right: 1rem;
    bottom: 1rem;
  }
  .floating-btn::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .property-title {
    font-size: 1.75rem;
  }
  .property-price-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .quick-stats {
    grid-template-columns: 1fr;
  }
  .features-columns {
    grid-template-columns: 1fr;
  }
  .highlights-grid {
    grid-template-columns: 1fr;
  }
  .nearby-grid {
    grid-template-columns: 1fr;
  }
  .property-content__sidebar {
    grid-template-columns: 1fr;
  }
}
.oportunidades-page {
  background: #FFFFFF;
  color: #1A1A1A;
}

.oportunidades-hero {
  padding: 8rem 2rem 5rem;
  background: linear-gradient(135deg, #F0F9F3 0%, #FFFFFF 45%, #FFFBEB 100%);
}

.oportunidades-hero__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.oportunidades-hero__badge {
  display: inline-block;
  background: linear-gradient(135deg, #DAF1E1, #B8E2C7);
  border: 1px solid #88CCA4;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #1A4B34;
  margin-bottom: 1.5rem;
}

.oportunidades-hero__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #163E2B;
  letter-spacing: -1px;
  margin-bottom: 1.25rem;
}

.oportunidades-hero__subtitle {
  font-family: "Catamaran", sans-serif;
  font-size: 1.15rem;
  color: #1E5E40;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.oportunidades-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  gap: 1rem;
}

.hero-stats .stat-item {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #DAF1E1;
  border-radius: 20px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hero-stats .stat-item p {
  margin: 0.25rem 0 0;
  font-family: "Catamaran", sans-serif;
  color: #1E5E40;
}

.oportunidades-section {
  padding: 5rem 2rem;
}

.oportunidades-section__container {
  max-width: 1280px;
  margin: 0 auto;
}

.oportunidades-section__header {
  margin-bottom: 2rem;
}

.oportunidades-section__header h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
  color: #163E2B;
  margin-bottom: 0.5rem;
}

.oportunidades-section__header p {
  font-family: "Catamaran", sans-serif;
  color: #1E5E40;
}

.oportunidades-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.oportunidades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 2rem;
}

.opportunity-card {
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid #DAF1E1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.opportunity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: #88CCA4;
}

.opportunity-card.is-hidden {
  display: none;
}

.opportunity-card.fade-in {
  animation: fadeIn 0.5s ease;
}

.opportunity-card__media {
  height: 170px;
  background: linear-gradient(135deg, #DAF1E1, #FFF2C6);
}

.opportunity-card__body {
  padding: 1.5rem;
}

.opportunity-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.opportunity-card__top h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.35rem;
  color: #163E2B;
  margin: 0;
}

.opportunity-card__body p {
  margin: 0 0 1.25rem;
  font-family: "Catamaran", sans-serif;
  color: #1E5E40;
  line-height: 1.7;
}

.opportunity-card__actions {
  display: flex;
  gap: 0.75rem;
}

.btn-view {
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  border: 2px solid #88CCA4;
  background: transparent;
  color: #1A4B34;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-view:hover {
  background: #F0F9F3;
  border-color: #369363;
}

.btn-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
}

.btn-icon::before {
  content: "♥";
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.45);
}

.btn-icon.is-favorite {
  border-color: #ef4444;
}

.btn-icon.is-favorite::before {
  color: #ef4444;
}

.btn-outline {
  padding: 0.95rem 1.25rem;
  border-radius: 12px;
  border: 2px solid #88CCA4;
  background: transparent;
  color: #1A4B34;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-outline:hover {
  border-color: #369363;
  background: #F0F9F3;
}

.oportunidades-contact {
  padding: 5rem 2rem 6rem;
  background: #F0F9F3;
}

.oportunidades-contact__container {
  max-width: 1280px;
  margin: 0 auto;
}

.oportunidades-contact__header {
  margin-bottom: 2rem;
}

.oportunidades-form {
  background: #FFFFFF;
  border: 2px solid #DAF1E1;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.oportunidades-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.oportunidades-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.oportunidades-form__group--full {
  grid-column: 1/-1;
}

.oportunidades-form label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #1A4B34;
}

.oportunidades-form input,
.oportunidades-form select,
.oportunidades-form textarea {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 2px solid #DAF1E1;
  font-family: "Catamaran", sans-serif;
  transition: 0.3s ease;
}

.oportunidades-form input:focus,
.oportunidades-form select:focus,
.oportunidades-form textarea:focus {
  outline: none;
  border-color: #4EA374;
}

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #FFFFFF;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10000;
  border: 2px solid #DAF1E1;
}

.notification.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.notification--success {
  border-color: rgba(16, 185, 129, 0.35);
}

.notification--info {
  border-color: rgba(59, 130, 246, 0.35);
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.25s ease;
  padding: 20px;
}

.modal.is-visible {
  opacity: 1;
}

.modal__dialog {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.95);
  transition: transform 0.25s ease;
  border: 2px solid #DAF1E1;
}

.modal.is-visible .modal__dialog {
  transform: scale(1);
}

.modal__header {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  color: #163E2B;
}

.modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  line-height: 1;
}

.modal__body {
  padding: 1.5rem;
}

.modal__footer {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.modal__lead {
  font-family: "Catamaran", sans-serif;
  color: #1E5E40;
}

.modal__subtitle {
  font-family: "Libre Franklin", sans-serif;
  color: #163E2B;
  margin: 0.5rem 0 1.25rem;
}

.modal-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.modal-form__group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modal-form label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #1A4B34;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 2px solid #DAF1E1;
  border-radius: 12px;
  font-family: "Catamaran", sans-serif;
}

.modal-form input:focus,
.modal-form select:focus,
.modal-form textarea:focus {
  outline: none;
  border-color: #4EA374;
}

.modal-form__submit {
  width: 100%;
  padding: 1rem;
  background: #26754E;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.modal-form__submit:hover {
  background: #1E5E40;
}

.details-grid {
  display: grid;
  gap: 1.25rem;
}

.details-section h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  color: #163E2B;
  margin-bottom: 0.5rem;
}

.details-section p,
.details-section li {
  font-family: "Catamaran", sans-serif;
  color: #1E5E40;
  line-height: 1.7;
}

.details-section ul {
  margin: 0;
  padding-left: 1.1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .oportunidades-hero__container {
    grid-template-columns: 1fr;
  }
  .oportunidades-form__grid {
    grid-template-columns: 1fr;
  }
  .modal__footer {
    flex-direction: column;
  }
  .modal-form__row {
    grid-template-columns: 1fr;
  }
}
.blog-page {
  background: #FFFFFF;
  color: #1A1A1A;
}

.blog-hero {
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F9F3 100%);
}

.blog-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.blog-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: blogFloat 20s ease-in-out infinite;
}

.blog-hero__orb--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #B8E2C7 0%, transparent 70%);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}

.blog-hero__orb--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #FFF2C6 0%, transparent 70%);
  bottom: -150px;
  left: -100px;
  animation-delay: 5s;
}

.blog-hero__orb--3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #88CCA4 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}

@keyframes blogFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
.blog-hero__content {
  text-align: center;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.blog-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #FFFBEB, #FFF2C6);
  border: 1px solid #FEE589;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #933E0D;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.blog-page.is-ready .blog-hero__badge {
  opacity: 1;
  transform: translateY(0);
}

.blog-hero__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  letter-spacing: -3px;
  margin-bottom: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.blog-hero__title-line {
  display: block;
  color: #163E2B;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.blog-page.is-ready .blog-hero__title-line {
  opacity: 1;
  transform: translateY(0);
}

.blog-page.is-ready .blog-hero__title-line:nth-child(1) {
  transition-delay: 120ms;
}

.blog-page.is-ready .blog-hero__title-line:nth-child(2) {
  transition-delay: 240ms;
}

.blog-hero__title-line--highlight {
  background: linear-gradient(135deg, #F79B09 0%, #B65007 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-hero__subtitle {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: #1E5E40;
  font-weight: 400;
  max-width: 650px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 320ms;
}

.blog-page.is-ready .blog-hero__subtitle {
  opacity: 1;
  transform: translateY(0);
}

.blog-filter {
  padding: 3rem 2rem;
  background: #FFFFFF;
  border-bottom: 1px solid #DAF1E1;
}

.blog-filter__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blog-search {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #F0F9F3;
  border: 2px solid #B8E2C7;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  max-width: 600px;
}

.blog-search:focus-within {
  border-color: #369363;
  box-shadow: 0 4px 16px rgba(54, 147, 99, 0.15);
}

.blog-search__icon {
  color: #26754E;
  flex-shrink: 0;
  display: inline-flex;
}

.blog-search__input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  color: #163E2B;
  outline: none;
}

.blog-search__input::placeholder {
  color: #369363;
}

.blog-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.blog-tag {
  background: transparent;
  border: 2px solid #B8E2C7;
  color: #1A4B34;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.blog-tag:hover {
  background: #F0F9F3;
  border-color: #4EA374;
}

.blog-tag.is-active {
  background: #1E5E40;
  border-color: #1E5E40;
  color: #FFFFFF;
}

.blog-featured {
  padding: 8rem 2rem;
  background: #FFFFFF;
}

.blog-featured__container {
  max-width: 1280px;
  margin: 0 auto;
}

.featured-article {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #DAF1E1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.featured-article:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  border-color: #88CCA4;
}

.featured-article__image {
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.featured-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.featured-article:hover .featured-article__image img {
  transform: scale(1.08);
}

.featured-article__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #F79B09;
  color: #FFFFFF;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.featured-article__content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-article__meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.featured-article__category {
  background: #DAF1E1;
  color: #1A4B34;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}

.featured-article__date {
  display: flex;
  align-items: center;
  font-family: "Catamaran", sans-serif;
  font-size: 0.9rem;
  color: #26754E;
}

.featured-article__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #163E2B;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.featured-article__excerpt {
  font-family: "Catamaran", sans-serif;
  font-size: 1.05rem;
  color: #1E5E40;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.featured-article__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.featured-article__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.featured-article__avatar {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #369363, #1E5E40);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

.featured-article__author-details {
  display: flex;
  flex-direction: column;
}

.featured-article__author-name {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #163E2B;
}

.featured-article__author-role {
  font-family: "Catamaran", sans-serif;
  font-size: 0.85rem;
  color: #26754E;
}

.featured-article__cta {
  background: #1E5E40;
  color: #FFFFFF;
  padding: 1rem 1.75rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-article__cta:hover {
  background: #26754E;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 94, 64, 0.3);
}

.blog-grid-section {
  padding: 8rem 2rem;
  background: linear-gradient(135deg, #F0F9F3 0%, #FFFFFF 100%);
}

.blog-grid-section__container {
  max-width: 1280px;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.blog-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #DAF1E1;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-color: #88CCA4;
}

.blog-card.is-hidden {
  display: none;
}

.blog-card__image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}

.blog-card__category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: #1A4B34;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card__content {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #26754E;
}

.blog-card__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #163E2B;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.blog-card__excerpt {
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  color: #1E5E40;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
}

.blog-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  border-top: 1px solid #DAF1E1;
}

.blog-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Catamaran", sans-serif;
  font-size: 0.9rem;
  color: #1A4B34;
}

.blog-card__author-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #4EA374, #26754E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}

.blog-card__link {
  width: 36px;
  height: 36px;
  background: #DAF1E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E5E40;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  position: relative;
  text-decoration: none;
}

.blog-card__link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.blog-card__link:hover {
  background: #F79B09;
  color: #FFFFFF;
  transform: translateX(4px);
}

.blog-load-more {
  display: flex;
  justify-content: center;
}

.blog-load-more__btn {
  background: transparent;
  border: 2px solid #88CCA4;
  color: #1A4B34;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.blog-load-more__btn:hover {
  background: #F0F9F3;
  border-color: #369363;
  transform: translateY(-2px);
}

.blog-load-more__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.blog-newsletter {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #DAF1E1, #FFF2C6);
  position: relative;
  overflow: hidden;
}

.blog-newsletter__container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-newsletter__icon {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.blog-newsletter__icon svg {
  width: 48px;
  height: 48px;
  color: #DB7404;
}

.blog-newsletter__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #163E2B;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.blog-newsletter__subtitle {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.15rem;
  color: #1E5E40;
  margin-bottom: 2.5rem;
}

.blog-newsletter__form {
  display: flex;
  gap: 1rem;
  max-width: 550px;
  margin: 0 auto;
}

.blog-newsletter__input {
  flex: 1;
  background: #FFFFFF;
  border: 2px solid #B8E2C7;
  padding: 1.1rem 1.5rem;
  border-radius: 12px;
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  color: #163E2B;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.blog-newsletter__input:focus {
  outline: none;
  border-color: #369363;
  box-shadow: 0 4px 16px rgba(54, 147, 99, 0.15);
}

.blog-newsletter__input::placeholder {
  color: #369363;
}

.blog-newsletter__btn {
  background: #000000;
  color: #FFFFFF;
  padding: 1.1rem 2rem;
  border: none;
  border-radius: 12px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}

.blog-newsletter__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.blog-no-results {
  grid-column: 1/-1;
  background: #FFFFFF;
  border: 2px dashed #B8E2C7;
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  color: #1E5E40;
}

.blog-no-results__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.75rem;
  color: #1A4B34;
  margin-bottom: 0.75rem;
}

.blog-no-results__text {
  font-family: "Catamaran", sans-serif;
  color: #26754E;
  font-size: 1.05rem;
}

.fade-in {
  animation: blogFadeIn 380ms ease-out both;
}

@keyframes blogFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 1400px) {
  .featured-article {
    grid-template-columns: 1fr;
  }
  .featured-article__image {
    min-height: 350px;
  }
  .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .blog-filter {
    padding: 2rem 1.5rem;
  }
  .blog-tags {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
  }
  .blog-tag {
    white-space: nowrap;
  }
  .featured-article__content {
    padding: 2rem 1.5rem;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .blog-newsletter__form {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .blog-hero {
    padding: 4rem 1.5rem 3rem;
  }
  .blog-hero__title {
    letter-spacing: -1px;
  }
  .featured-article__image {
    min-height: 250px;
  }
  .featured-article__content {
    padding: 1.5rem;
  }
  .blog-card__content {
    padding: 1.5rem;
  }
}
.legal-page {
  background: #FFFFFF;
  color: #1A1A1A;
}

.legal-hero {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F9F3 100%);
}

.legal-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.legal-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: legalFloat 20s ease-in-out infinite;
}

.legal-hero__orb--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #B8E2C7 0%, transparent 70%);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}

.legal-hero__orb--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #FFF2C6 0%, transparent 70%);
  bottom: -150px;
  left: -100px;
  animation-delay: 5s;
}

.legal-hero__orb--3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #88CCA4 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}

@keyframes legalFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
.legal-hero__content {
  text-align: center;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.legal-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #DAF1E1, #B8E2C7);
  border: 1px solid #88CCA4;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1A4B34;
  margin-bottom: 2rem;
}

.legal-hero__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  letter-spacing: -3px;
  margin-bottom: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.legal-hero__title-line {
  display: block;
  color: #163E2B;
}

.legal-hero__title-line--highlight {
  background: linear-gradient(135deg, #F79B09 0%, #B65007 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legal-hero__subtitle {
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: #1E5E40;
  font-weight: 400;
  max-width: 650px;
  margin: 0 auto;
}

.legal-quick {
  padding: 3rem 2rem;
  background: #FFFFFF;
  border-bottom: 1px solid #DAF1E1;
}

.legal-quick__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 2rem;
}

.legal-quick__card {
  background: #FFFFFF;
  border: 2px solid #B8E2C7;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  color: inherit;
  text-decoration: none;
}

.legal-quick__card:hover {
  border-color: #369363;
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.legal-quick__icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #DAF1E1, #B8E2C7);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E5E40;
  margin: 0 auto 1.5rem;
}

.legal-quick__card h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #163E2B;
  margin-bottom: 0.5rem;
}

.legal-quick__card p {
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  color: #26754E;
}

.legal-content {
  padding: 8rem 2rem;
  background: linear-gradient(135deg, #F0F9F3 0%, #FFFFFF 100%);
}

.legal-content__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
}

.legal-sidebar {
  position: relative;
}

.legal-sidebar__sticky {
  position: sticky;
  top: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2rem;
  border: 2px solid #B8E2C7;
}

.legal-sidebar__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #163E2B;
  margin-bottom: 1.5rem;
}

.legal-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.legal-sidebar__link {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1E5E40;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-left: 3px solid transparent;
}

.legal-sidebar__link:hover {
  background: #F0F9F3;
  color: #163E2B;
  border-left-color: #4EA374;
}

.legal-sidebar__link.is-active {
  background: linear-gradient(135deg, #DAF1E1, #F0F9F3);
  color: #163E2B;
  border-left-color: #26754E;
  font-weight: 600;
}

.legal-sidebar__info {
  padding: 1.5rem;
  background: #FFFBEB;
  border-radius: 12px;
  border: 1px solid #FEE589;
}

.legal-sidebar__info-icon {
  width: 36px;
  height: 36px;
  background: #FEE589;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #933E0D;
  margin-bottom: 0.75rem;
}

.legal-sidebar__info p {
  font-family: "Catamaran", sans-serif;
  font-size: 0.85rem;
  color: #1E5E40;
  margin-bottom: 0.25rem;
}

.legal-sidebar__info strong {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.95rem;
  color: #163E2B;
}

.legal-main {
  min-width: 0;
}

.legal-section {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 3rem;
  margin-bottom: 3rem;
  border: 2px solid #DAF1E1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.legal-section__header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #DAF1E1;
}

.legal-section__icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #DAF1E1, #B8E2C7);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E5E40;
  flex-shrink: 0;
}

.legal-section__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #163E2B;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.legal-section__date {
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  color: #26754E;
}

.legal-richtext {
  font-family: "Catamaran", sans-serif;
  font-size: 1.05rem;
  color: #1A4B34;
  line-height: 1.8;
}

.legal-richtext h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #163E2B;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.legal-richtext h4 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #163E2B;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-richtext p {
  margin-bottom: 1.25rem;
}

.legal-richtext ul {
  margin: 1rem 0 1.5rem 1.5rem;
  list-style: none;
}

.legal-richtext ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}

.legal-richtext ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 8px;
  height: 8px;
  background: #369363;
  border-radius: 50%;
}

.legal-richtext strong {
  color: #163E2B;
  font-weight: 600;
}

.legal-richtext a {
  color: #26754E;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.legal-richtext a:hover {
  color: #DB7404;
}

.legal-box {
  background: linear-gradient(135deg, #F0F9F3, #FFFBEB);
  border: 2px solid #B8E2C7;
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
}

.legal-box p {
  margin-bottom: 0.75rem;
}

.legal-box--info {
  background: #FFFBEB;
  border-left: 4px solid #F79B09;
}

@media (max-width: 1400px) {
  .legal-content__container {
    grid-template-columns: 1fr;
  }
  .legal-sidebar {
    order: -1;
  }
  .legal-sidebar__sticky {
    position: static;
  }
}
@media (max-width: 768px) {
  .legal-hero {
    padding: 4rem 1.5rem 3rem;
  }
  .legal-quick__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .legal-section {
    padding: 2rem 1.5rem;
  }
  .legal-section__header {
    flex-direction: column;
    gap: 1rem;
  }
  .legal-richtext {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .legal-hero__title {
    letter-spacing: -1px;
  }
  .legal-section {
    padding: 1.5rem 1rem;
  }
  .legal-section__icon {
    width: 48px;
    height: 48px;
  }
}
.calculadora-page {
  background: #FFFFFF;
  min-height: 100vh;
}

.calculator-hero {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem 3rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FEFA 100%);
}
.calculator-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.calculator-hero-content {
  text-align: center;
  max-width: 900px;
  position: relative;
  z-index: 1;
}
.calculator-hero-content .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #FFFBEB, #FFF2C6);
  border: 1px solid #FEE589;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #933E0D;
  margin-bottom: 2rem;
}
.calculator-hero-content .calculator-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  letter-spacing: -3px;
  margin-bottom: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.calculator-hero-content .calculator-title .title-line {
  display: block;
  color: #163E2B;
}
.calculator-hero-content .calculator-title .title-highlight {
  background: linear-gradient(135deg, #F79B09 0%, #B65007 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.calculator-hero-content .calculator-subtitle {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.3rem;
  color: #1E5E40;
  font-weight: 400;
  max-width: 650px;
  margin: 0 auto;
}

.calculator-section {
  padding: 4rem 2rem;
  background: #FFFFFF;
  overflow-x: hidden;
}

.calculator-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  width: 100%;
}

.calculator-panel {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-width: 0;
  overflow: hidden;
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.panel-header .panel-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #DAF1E1, #B8E2C7);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E5E40;
}
.panel-header .panel-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #163E2B;
}

.calculator-form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Maven Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #163E2B;
}
.form-label .label-value {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.1rem;
  color: #DB7404;
  font-weight: 700;
}

.slider-container {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
.slider-container .slider-track {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #DAF1E1;
  border-radius: 10px;
  pointer-events: none;
}
.slider-container .slider-fill {
  height: 100%;
  background: linear-gradient(90deg, #369363, #F79B09);
  border-radius: 10px;
  transition: width 0.2s ease;
}

.form-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.form-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 3px solid #26754E;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.form-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  border-color: #DB7404;
}
.form-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 3px solid #26754E;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.form-slider::-moz-range-thumb:hover {
  transform: scale(1.15);
  border-color: #DB7404;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  font-family: "Catamaran", sans-serif;
  font-size: 0.85rem;
  color: #26754E;
  margin-top: 0.5rem;
}

.form-helper {
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  color: #1E5E40;
  padding: 0.75rem 1rem;
  background: #F0F9F3;
  border-radius: 10px;
}
.form-helper .helper-highlight {
  font-weight: 700;
  color: #B65007;
}

.btn-calculate {
  background: #1E5E40;
  color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 14px;
  border: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.btn-calculate:hover {
  background: #26754E;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 94, 64, 0.3);
}
.btn-calculate:active {
  transform: translateY(0);
}

.calculadora-page .btn-secondary {
  background: transparent;
  color: #1A4B34;
  padding: 1rem 1.75rem;
  border-radius: 12px;
  border: 2px solid #88CCA4;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
}
.calculadora-page .btn-secondary:hover {
  background: #F0F9F3;
  border-color: #369363;
  color: #163E2B;
}

.result-main {
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #F0F9F3, #FFFBEB);
  border-radius: 20px;
  margin-bottom: 2rem;
  border: 2px solid #B8E2C7;
}
.result-main .result-label {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1E5E40;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.result-main .result-amount {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #163E2B;
  letter-spacing: -2px;
  margin-bottom: 0.5rem;
  word-break: break-word;
}
.result-main .result-helper {
  font-family: "Catamaran", sans-serif;
  font-size: 0.9rem;
  color: #26754E;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.result-card {
  background: #FFFFFF;
  border: 2px solid #DAF1E1;
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  transition: all 0.3s ease;
  min-width: 0;
}
.result-card:hover {
  border-color: #88CCA4;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.result-card.highlight {
  background: linear-gradient(135deg, #FFFBEB, #FFF2C6);
  border-color: #FED14B;
}
.result-card .result-card-icon {
  width: 44px;
  height: 44px;
  background: #DAF1E1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E5E40;
  margin-bottom: 0.75rem;
}
.result-card.highlight .result-card-icon {
  background: #FEE589;
  color: #933E0D;
}
.result-card .result-card-label {
  font-family: "Catamaran", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #26754E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.result-card .result-card-value {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #163E2B;
  word-break: break-word;
}

.chart-container {
  margin: 2rem 0;
  padding: 2rem;
  background: #F0F9F3;
  border-radius: 16px;
}
.chart-container .chart-title {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #163E2B;
  margin-bottom: 1.5rem;
  text-align: center;
}

.amortization-container {
  max-width: 1280px;
  margin: 3rem auto 0;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.amortization-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.amortization-header .amortization-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #163E2B;
}
.amortization-header .amortization-actions {
  display: flex;
  gap: 0.75rem;
}

.btn-pdf {
  background: #F79B09;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  border: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-pdf:hover {
  background: #DB7404;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(253, 184, 19, 0.3);
}

.btn-close {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #88CCA4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1E5E40;
  transition: all 0.3s ease;
}
.btn-close:hover {
  background: #DAF1E1;
  border-color: #369363;
}

.table-controls {
  margin-bottom: 1.5rem;
}

.table-filter {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #1A4B34;
}
.table-filter .filter-select {
  padding: 0.75rem 1.25rem;
  border: 2px solid #B8E2C7;
  border-radius: 10px;
  font-family: "Catamaran", sans-serif;
  font-size: 0.95rem;
  color: #163E2B;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.table-filter .filter-select:focus {
  outline: none;
  border-color: #369363;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 16px;
  border: 2px solid #DAF1E1;
}

.amortization-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Catamaran", sans-serif;
}
.amortization-table thead {
  background: linear-gradient(135deg, #1E5E40, #26754E);
  color: #FFFFFF;
}
.amortization-table th {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.amortization-table tbody tr {
  border-bottom: 1px solid #DAF1E1;
  transition: background 0.2s ease;
}
.amortization-table tbody tr:hover {
  background: #F0F9F3;
}
.amortization-table tbody tr:last-child {
  border-bottom: none;
}
.amortization-table td {
  padding: 1rem 1.5rem;
  color: #1A4B34;
  font-size: 0.95rem;
}
.amortization-table tbody tr:nth-child(12n+1) {
  background: #FFFBEB;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .calculator-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }
  .calculator-panel {
    padding: 2rem 1.5rem;
  }
  .results-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .calculator-hero {
    padding: 4rem 1.5rem 2rem;
  }
  .calculator-hero .calculator-title {
    font-size: 3rem;
  }
  .calculator-section {
    padding: 2rem 1rem;
  }
  .calculator-container {
    padding: 0;
  }
  .calculator-panel {
    padding: 1.5rem 1rem;
  }
  .results-grid {
    grid-template-columns: 1fr;
  }
  .result-main .result-amount {
    font-size: 2.5rem;
  }
  .amortization-container {
    padding: 2rem 1rem;
    margin: 2rem 1rem 0;
  }
  .amortization-container .amortization-title {
    font-size: 1.5rem;
  }
  .panel-title {
    font-size: 1.5rem;
  }
  .amortization-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .calculator-hero .calculator-title {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
  .result-main .result-amount {
    font-size: 2rem;
  }
  .result-card {
    padding: 1rem 0.75rem;
  }
  .result-card .result-card-value {
    font-size: 1.25rem;
  }
  .panel-title {
    font-size: 1.25rem;
  }
  .panel-icon {
    width: 48px;
    height: 48px;
  }
  .chart-container {
    padding: 1rem;
  }
}
.property-type-page {
  padding-top: calc(80px + 3rem);
  padding-bottom: 4rem;
}

@media (max-width: 600px) {
  .property-type-page {
    padding-top: calc(70px + 2.5rem);
  }
}
.property-type-page .properties-grid {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.property-type-page .property-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: stretch;
}

.property-type-page .property-image {
  height: 100%;
  min-height: 260px;
}

.property-type-page .property-content {
  display: flex;
  flex-direction: column;
}

.property-type-page .btn-property {
  margin-top: auto;
}

@media (max-width: 900px) {
  .property-type-page .property-item {
    grid-template-columns: 280px 1fr;
  }
  .property-type-page .property-image {
    min-height: 240px;
  }
}
@media (max-width: 680px) {
  .property-type-page .property-item {
    grid-template-columns: 1fr;
  }
  .property-type-page .property-image {
    height: 220px;
    min-height: 220px;
  }
}