:root {
  --fire-red: #c92f12;
  --fire-red-deep: #991d0a;
  --fire-orange: #ff651f;
  --sun-gold: #e1aa3f;
  --light-gold: #f4d27c;
}

/* Encabezado: sobrio al entrar, rojo fuego al avanzar por la página. */
.site-header {
  transition: background .38s ease, border-color .38s ease, box-shadow .38s ease;
}

.brand-mark {
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 7px 18px rgba(167, 43, 14, .18);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header .brand,
.site-header .brand small,
.site-header .nav-links a,
.site-header .nav-cta,
.site-header .menu-btn {
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease;
}

.site-header.scrolled {
  background: linear-gradient(105deg, rgba(153, 29, 10, .98), rgba(211, 49, 15, .98) 48%, rgba(255, 101, 31, .98));
  border-bottom-color: rgba(255, 217, 130, .72);
  box-shadow: 0 14px 36px rgba(112, 24, 7, .24);
}

.site-header.scrolled .brand,
.site-header.scrolled .nav-links a,
.site-header.scrolled .menu-btn {
  color: #fff;
}

.site-header.scrolled .brand small,
.site-header.scrolled .nav-links a:hover,
.site-header.scrolled .nav-links a[aria-current="page"] {
  color: #ffe2a0;
}

.site-header.scrolled .brand-mark {
  border-color: transparent;
  background: transparent;
  box-shadow: 0 9px 22px rgba(91, 18, 6, .28);
}

.site-header.scrolled .nav-cta {
  color: var(--fire-red-deep);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 8px 22px rgba(91, 18, 6, .18);
}

.site-header.scrolled .nav-cta:hover {
  color: #fff;
  background: #171717;
  border-color: #171717;
}

/* Inicio: fondo corporativo dorado, contraste vivo y sin paneles negros. */
.hero-luxe {
  min-height: 720px;
  padding: 74px 0 82px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.48) 100%),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.hero-luxe::after {
  content: "";
  width: 420px;
  height: 420px;
  right: 5vw;
  bottom: -215px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 101, 31, .16), rgba(225, 170, 63, .07) 48%, transparent 70%);
  letter-spacing: 0;
  pointer-events: none;
}

.hero-luxe-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
  position: relative;
  z-index: 2;
}

.hero-copy {
  position: relative;
  padding: clamp(20px, 3vw, 38px) 0 clamp(20px, 3vw, 38px) clamp(22px, 3vw, 42px);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(var(--light-gold), var(--fire-orange), var(--fire-red));
  box-shadow: 0 0 24px rgba(255, 101, 31, .22);
}

.hero-luxe h1 {
  max-width: 780px;
  margin-top: 20px;
  font-size: clamp(3.5rem, 7vw, 6.7rem);
}

.hero-luxe h1 span {
  display: block;
  color: var(--fire-red);
  background: linear-gradient(96deg, var(--fire-red-deep), var(--fire-red) 45%, var(--fire-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-luxe .lead {
  max-width: 680px;
  color: #5e554b;
}

.hero-luxe .btn.primary {
  border-color: var(--fire-red);
  background: linear-gradient(100deg, var(--fire-red-deep), var(--fire-red) 55%, var(--fire-orange));
  box-shadow: 0 12px 28px rgba(174, 43, 13, .22);
}

.hero-luxe .btn.primary:hover {
  border-color: var(--sun-gold);
  background: linear-gradient(100deg, #d99622, var(--fire-orange));
}

.hero-luxe .btn.ghost {
  color: #7b240f;
  border-color: rgba(180, 71, 24, .46);
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(8px);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-top: 30px;
}

.hero-proof > div {
  min-height: 88px;
  padding: 15px 16px;
  border: 1px solid rgba(207, 142, 34, .38);
  border-radius: 18px;
  background: rgba(255, 250, 239, .87);
  box-shadow: 0 10px 26px rgba(116, 69, 12, .07);
  backdrop-filter: blur(8px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--fire-red);
  font: 800 1.35rem/1.1 Georgia, serif;
}

.hero-proof span {
  margin-top: 7px;
  color: #6d5e4f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-proof .hero-rating {
  border-color: transparent;
  background: linear-gradient(125deg, var(--fire-red), var(--fire-orange));
}

.hero-proof .hero-rating strong,
.hero-proof .hero-rating span {
  color: #fff;
}

.hero-proof .hero-rating strong {
  color: #ffe7a1;
  font-family: Arial, sans-serif;
  font-size: 1.18rem;
  letter-spacing: .08em;
  white-space: nowrap;
}

.hero-brand-visual {
  position: relative;
  height: clamp(520px, 48vw, 700px);
  min-height: 0;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(210, 145, 36, .54);
  border-radius: 44% 56% 48% 52% / 43% 42% 58% 57%;
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 103, 27, .23), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,247,227,.91));
  box-shadow: 0 30px 80px rgba(132, 77, 7, .18), inset 0 0 0 12px rgba(255,255,255,.48);
  animation: luxeFloat 7s ease-in-out infinite;
}

.hero-brand-visual::before,
.hero-brand-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-brand-visual::before {
  width: 280px;
  height: 280px;
  top: -165px;
  left: -110px;
  border: 28px solid rgba(225, 170, 63, .2);
}

.hero-brand-visual::after {
  width: 170px;
  height: 170px;
  right: -95px;
  bottom: -58px;
  background: linear-gradient(145deg, rgba(255, 101, 31, .92), rgba(201, 47, 18, .98));
  box-shadow: 0 0 0 18px rgba(225, 170, 63, .12);
}

.hero-property-collage {
  position: absolute;
  z-index: 1;
  inset: 14px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 157, .72);
  border-radius: inherit;
  background: #ead8b4;
}

.hero-property-collage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(59, 29, 2, .03), transparent 42%),
    linear-gradient(0deg, rgba(72, 34, 3, .22), transparent 34%);
  pointer-events: none;
}

.hero-property-photo {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.hero-property-photo-1 {
  grid-row: 1 / -1;
}

.hero-property-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
  transition: transform .7s ease, filter .7s ease;
}

.hero-brand-visual:hover .hero-property-photo img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.04);
}

.hero-logo-seal {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 53%;
  display: grid;
  place-items: center;
  width: clamp(112px, 12vw, 164px);
  aspect-ratio: 1;
  padding: 13px;
  border: 2px solid rgba(225, 170, 63, .82);
  border-radius: 50%;
  background: rgba(255, 253, 249, .94);
  box-shadow:
    0 18px 42px rgba(48, 25, 3, .3),
    0 0 0 8px rgba(255, 255, 255, .28);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.hero-logo-seal .hero-logo {
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
  border-radius: 25%;
  filter: drop-shadow(0 8px 12px rgba(70, 28, 3, .2));
}

.visual-badge {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  width: max-content;
  max-width: 210px;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 999px;
  background: linear-gradient(100deg, rgba(153,29,10,.96), rgba(255,101,31,.96));
  box-shadow: 0 12px 30px rgba(133, 33, 10, .25);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

@keyframes luxeFloat {
  0%, 100% { transform: translateY(0) rotate(-.6deg); }
  50% { transform: translateY(-9px) rotate(.5deg); }
}

.home-page .section:not(.soft) .card {
  position: relative;
  overflow: hidden;
  border-color: rgba(218, 163, 63, .35);
  box-shadow: 0 14px 36px rgba(91, 55, 8, .06);
}

.home-page .section:not(.soft) .card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--sun-gold), var(--fire-orange), var(--fire-red));
}

.home-page .card .icon {
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  background: linear-gradient(145deg, var(--fire-red), var(--fire-orange));
  box-shadow: 0 10px 24px rgba(203, 58, 17, .18);
}

.home-page .card:nth-child(3n+2) .icon {
  color: #4b2d06;
  background: linear-gradient(145deg, #f7db8d, var(--sun-gold));
}

.home-page .card:nth-child(3n+3) .icon {
  background: linear-gradient(145deg, #9d210c, #e04416);
}

.home-page .section.soft {
  background:
    linear-gradient(rgba(255, 249, 236, .9), rgba(255, 249, 236, .96)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.home-page .step-num {
  color: rgba(201, 47, 18, .36);
}

.home-page .cta {
  color: #fff;
  border: 1px solid rgba(255, 218, 128, .62);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 218, 120, .38), transparent 26%),
    linear-gradient(115deg, #941c08, #cf3210 50%, #ff651f);
  box-shadow: 0 30px 70px rgba(145, 34, 8, .22);
}

.home-page .cta::after {
  border-color: rgba(255, 226, 157, .55);
}

.home-page .cta .eyebrow {
  color: #ffe2a0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-brand-visual { animation: none; }
}

@media (max-width: 960px) {
  .hero-luxe-grid {
    grid-template-columns: 1fr;
  }

  .hero-brand-visual {
    width: min(100%, 620px);
    min-height: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 860px) {
  .site-header.scrolled .nav-links {
    color: #fff;
    border-bottom-color: rgba(255, 220, 143, .42);
    background: linear-gradient(105deg, var(--fire-red-deep), var(--fire-red) 55%, var(--fire-orange));
  }

  .hero-luxe {
    padding: 62px 0 70px;
    background-position: 58% center;
  }
}

@media (max-width: 600px) {
  .hero-copy {
    padding-left: 20px;
  }

  .hero-luxe h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

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

  .hero-proof .hero-rating {
    grid-column: 1 / -1;
  }

  .hero-brand-visual {
    min-height: 340px;
    padding: 18px;
    border-radius: 30px;
  }

  .hero-brand-visual img {
    width: min(100%, 340px);
  }

  .visual-badge {
    bottom: 34px;
    max-width: 180px;
    font-size: .65rem;
  }
}

/* Marco global inspirado en la papeleria dorada de Hot Host. */
html {
  background: #fffdf9;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(rgba(255, 253, 249, .9), rgba(255, 253, 249, .94)),
    url("fondo-hot-host.png") center top / cover fixed no-repeat;
}

body::before {
  content: "";
  position: fixed;
  z-index: 49;
  inset: 11px;
  border: 1px solid rgba(211, 151, 42, .44);
  box-shadow:
    inset 0 0 0 1px rgba(255, 245, 208, .48),
    0 0 24px rgba(176, 112, 17, .06);
  pointer-events: none;
}

[hidden] {
  display: none !important;
}

main > .section:not(.soft) {
  --section-trim: rgba(181, 116, 18, .56);
  --section-trim-strong: rgba(224, 164, 54, .88);
  position: relative;
  isolation: isolate;
  background: rgba(255, 253, 249, .74);
}

main > .section:not(.soft) > .wrap {
  position: relative;
  z-index: 1;
}

main > .section:not(.soft)::before,
main > .section:not(.soft)::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(96px, 14vw, 190px);
  height: 44px;
  pointer-events: none;
  background:
    radial-gradient(circle, var(--section-trim-strong) 0 2px, transparent 2.5px) left top / 8px 8px no-repeat,
    linear-gradient(90deg, var(--section-trim), transparent) 10px 3px / calc(100% - 10px) 1px no-repeat,
    linear-gradient(180deg, var(--section-trim), transparent) 3px 10px / 1px calc(100% - 10px) no-repeat;
}

main > .section:not(.soft)::before {
  top: 15px;
  left: max(14px, calc((100vw - 1240px) / 2));
}

main > .section:not(.soft)::after {
  right: max(14px, calc((100vw - 1240px) / 2));
  bottom: 15px;
  transform: rotate(180deg);
}

.page-hero {
  border-bottom: 1px solid rgba(211, 151, 42, .24);
  background:
    linear-gradient(105deg, rgba(255, 253, 249, .96), rgba(255, 250, 238, .82)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.section.soft {
  border-block: 1px solid rgba(211, 151, 42, .16);
  background:
    linear-gradient(rgba(255, 249, 236, .9), rgba(255, 249, 236, .94)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

/* Selector de idioma integrado en la navegacion principal. */
.nav .brand {
  order: 1;
}

.nav-links {
  order: 2;
}

.nav-controls {
  display: flex;
  align-items: center;
  order: 3;
  flex: 0 0 auto;
  gap: 8px;
}

.language-switcher {
  position: relative;
  order: 3;
  flex: 0 0 auto;
}

.language-switcher::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 11px;
  color: #8d631d;
  font-size: .8rem;
  line-height: 1;
  transform: translateY(-58%);
  pointer-events: none;
}

.language-select {
  min-width: 68px;
  padding: 9px 27px 9px 12px;
  color: #5d4014;
  border: 1px solid rgba(201, 151, 55, .48);
  border-radius: 999px;
  outline: 0;
  background: rgba(255, 253, 249, .9);
  box-shadow: 0 7px 20px rgba(101, 63, 8, .07);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  appearance: none;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .3s ease, color .3s ease;
}

.language-select:hover,
.language-select:focus-visible {
  border-color: var(--sun-gold);
  box-shadow: 0 0 0 3px rgba(225, 170, 63, .16);
}

.nav-cta {
  order: 4;
}

.menu-btn {
  order: 5;
}

.site-header.scrolled .language-select {
  color: var(--fire-red-deep);
  border-color: rgba(255, 255, 255, .72);
  background: #fff;
}

.site-header.scrolled .language-switcher::after {
  color: var(--fire-red-deep);
}

/* Los campos relacionados se leen como unidades sin perder espacio en movil. */
.field-grid,
.address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

.address-grid {
  position: relative;
  overflow: hidden;
  margin: -8px 0 20px;
  padding: 20px;
  border: 1px solid rgba(190, 126, 22, .5);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(255, 245, 219, .91)),
    url("fondo-hot-host.png") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .7),
    0 12px 30px rgba(133, 83, 10, .07);
}

.address-grid::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--sun-gold), var(--light-gold), var(--fire-orange));
}

.address-grid .field:first-child,
.address-grid .field:last-child {
  grid-column: 1 / -1;
}

.field-grid .field,
.address-grid .field {
  min-width: 0;
}

.field-grid select,
.field-grid input,
.address-grid select,
.address-grid input {
  width: 100%;
  min-width: 0;
}

.field-help {
  display: block;
  margin-top: 7px;
  color: #766b5b;
  font-size: .75rem;
  line-height: 1.42;
}

.contact-test-tool {
  padding: 18px 0;
  border-bottom: 1px solid rgba(225, 170, 63, .45);
  background: #17140f;
  color: #fff;
}

.contact-test-tool .wrap {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(340px, 1.2fr);
  align-items: end;
  gap: 28px;
}

.contact-test-tool span,
.contact-test-tool label {
  color: #e1aa3f;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-test-tool h2 {
  margin: 4px 0 3px;
  color: #fff;
  font-size: 1.35rem;
}

.contact-test-tool p {
  margin: 0;
  color: #cfc6b8;
  font-size: .8rem;
}

.contact-test-controls > div {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  margin-top: 7px;
}

.contact-test-controls input {
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid #695b45;
  border-radius: 10px;
  background: #fffdf9;
  color: #241d14;
}

.contact-test-controls .btn {
  min-height: 44px;
  padding: 10px 17px;
  border-color: #e1aa3f;
  background: #e1aa3f;
  color: #241500;
}

.contact-test-controls .btn:disabled {
  cursor: wait;
  opacity: .6;
}

#contactTestStatus {
  min-height: 1.2em;
  margin-top: 7px;
}

#contactTestStatus[data-kind="success"] { color: #83d8a8; }
#contactTestStatus[data-kind="warning"] { color: #f4cf72; }
#contactTestStatus[data-kind="error"] { color: #ff9d92; }

@media (max-width: 760px) {
  .contact-test-tool .wrap,
  .contact-test-controls > div {
    grid-template-columns: 1fr;
  }

  .contact-test-tool .wrap { gap: 16px; }
}

.contact-form #addressGroupLabel {
  display: block;
  margin-top: 4px;
  color: #8b6728;
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-form :is(input, select, textarea)[aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, .1);
}

.contact-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 119, 18, .58);
  background:
    linear-gradient(rgba(255, 253, 249, .95), rgba(255, 250, 238, .96)),
    url("fondo-hot-host.png") center / cover no-repeat;
  box-shadow:
    0 24px 65px rgba(113, 70, 9, .13),
    inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.contact-form::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #9b6717, var(--light-gold) 38%, var(--sun-gold) 64%, var(--fire-orange));
}

.contact-form::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 13px;
  border: 1px solid rgba(218, 169, 73, .14);
  border-radius: 15px;
  pointer-events: none;
}

.contact-form > * {
  position: relative;
  z-index: 1;
}

.contact-form h3 {
  margin-bottom: 26px;
  padding-bottom: 18px;
  color: #5c3d0d;
  border-bottom: 1px solid rgba(198, 139, 38, .28);
}

.contact-form label {
  color: #392809;
}

.contact-form :is(input, select, textarea) {
  border-color: rgba(172, 122, 43, .36);
  background: rgba(255, 253, 249, .93);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form :is(input, select, textarea):focus {
  outline: 0;
  border-color: var(--sun-gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(225, 170, 63, .16);
}

.form-actions-label {
  margin: 24px 0 11px;
  color: #7b581c;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.consent-field {
  margin-top: 22px;
  padding: 15px 16px;
  border: 1px solid rgba(172, 122, 43, .28);
  border-radius: 14px;
  background: rgba(255, 253, 249, .66);
}

.contact-form .consent-control {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  line-height: 1.45;
}

.contact-form .consent-control input[type="checkbox"] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--fire-red);
}

.consent-field .field-help {
  margin-left: 31px;
}

.form-action {
  width: 100%;
  min-height: 52px;
  color: #fff;
  border-color: rgba(255, 224, 148, .74);
  box-shadow: 0 12px 26px rgba(89, 52, 6, .14);
}

.email-action {
  background: linear-gradient(105deg, var(--fire-red-deep), var(--fire-red) 58%, var(--fire-orange));
}

.whatsapp-action {
  background: linear-gradient(105deg, #145b43, #1f8a62 62%, #2bac78);
}

.form-action:hover,
.form-action:focus-visible {
  color: #241500;
  border-color: var(--sun-gold);
  background: linear-gradient(105deg, #f5d985, var(--sun-gold));
  box-shadow: 0 14px 30px rgba(133, 82, 8, .2);
  transform: translateY(-2px);
}

#formStatus {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: #69501f;
  font-size: .85rem;
}

#formStatus a {
  color: var(--fire-red-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1040px) {
  .nav {
    gap: 16px;
  }

  .nav-links {
    gap: 17px;
  }

  .nav-cta {
    padding-inline: 15px;
  }
}

@media (max-width: 860px) {
  body::before {
    inset: 6px;
    border-color: rgba(211, 151, 42, .3);
  }

  .nav {
    gap: 10px;
  }

  .language-switcher {
    margin-left: 0;
  }

  .nav-controls {
    margin-left: auto;
  }

  .menu-btn {
    display: block;
    flex: 0 0 38px;
    margin-left: 0;
    padding: 4px;
    color: #171717;
    line-height: 1;
  }

  .language-select {
    min-width: 62px;
    padding: 8px 25px 8px 10px;
  }

  .site-header.scrolled .language-select {
    color: #fff;
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .14);
  }

  .site-header.scrolled .language-switcher::after {
    color: #fff;
  }

  .site-header.scrolled .menu-btn {
    color: #fff;
  }
}

@media (min-width: 861px) and (max-width: 960px) {
  .nav {
    gap: 10px;
  }

  .nav-links {
    position: absolute;
    z-index: 60;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(201, 163, 90, .24);
    background: rgba(255, 253, 249, .98);
    box-shadow: 0 18px 36px rgba(91, 55, 8, .14);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-controls {
    margin-left: auto;
  }

  .menu-btn {
    display: block;
    flex: 0 0 38px;
    margin-left: 0;
    padding: 4px;
    color: #171717;
    line-height: 1;
  }

  .nav-cta {
    display: none;
  }

  .site-header.scrolled .nav-links,
  html[data-theme="dark"] .site-header.scrolled .nav-links {
    color: #fff;
    background: linear-gradient(105deg, var(--fire-red-deep), var(--fire-red) 55%, var(--fire-orange));
  }

  html[data-theme="dark"] .nav-links {
    color: #f8f1e7;
    border-bottom-color: rgba(225, 170, 63, .24);
    background: rgba(20, 17, 13, .98);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .34);
  }
}

@media (max-width: 600px) {
  .field-grid,
  .address-grid,
  .phone-grid {
    grid-template-columns: 1fr;
  }

  .address-grid .field:first-child {
    grid-column: auto;
  }

  .address-grid .field:last-child {
    grid-column: auto;
  }

  .address-grid {
    padding: 14px;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .site-header .brand > span:last-child {
    display: none;
  }

  .language-select {
    min-width: 59px;
  }
}

/* Fotografia editorial para servicios y propiedades. */
.service-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-color: rgba(196, 135, 30, .48);
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 18px 42px rgba(92, 56, 7, .1);
}

.service-card-media {
  position: relative;
  height: 205px;
  overflow: hidden;
  border-bottom: 1px solid rgba(207, 150, 50, .36);
  background: #ead8b4;
}

.service-card-media::after,
.service-row-media::after,
.service-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(55, 27, 2, .28), transparent 48%);
  pointer-events: none;
}

.service-card-media img,
.service-row-media img,
.service-hero-media img,
.property-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-media img,
.service-row-media img {
  transition: transform .5s ease, filter .5s ease;
}

.service-card:hover .service-card-media img,
.service-row-visual:hover .service-row-media img {
  transform: scale(1.045);
  filter: saturate(1.06);
}

.service-card-media .icon {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  margin: 0;
  border-color: rgba(255, 236, 184, .76);
  box-shadow: 0 10px 26px rgba(39, 18, 1, .26);
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 28px 30px;
}

.service-card-body h3 {
  margin-top: 0;
}

.service-card-body .card-link {
  margin-top: auto;
  padding-top: 8px;
}

.service-price {
  display: grid;
  gap: 3px;
  margin: 15px 0;
  padding-top: 12px;
  border-top: 1px solid rgba(190, 126, 22, .26);
}

.service-price strong,
.service-price span,
.service-price small {
  display: block;
}

.service-price strong {
  color: #8f260d;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.3;
}

.service-price span {
  color: #74644d;
  font-size: .65rem;
  font-weight: 750;
  line-height: 1.45;
}

.service-price-promo strong {
  color: #8a7760;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.service-price-promo span {
  width: fit-content;
  margin-top: 3px;
  padding: 5px 8px;
  color: #4c2105;
  border-radius: 999px;
  background: linear-gradient(100deg, #ffd36f, #f39b30);
  font-size: .63rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-row-copy {
  min-width: 0;
}

.service-row-copy .service-price {
  margin: 10px 0 0;
  padding-top: 9px;
}

.service-price-detail {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  width: min(100%, 620px);
  gap: 5px 16px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(181, 116, 18, .4);
  border-radius: 18px 6px 18px 6px;
  background: rgba(255, 253, 249, .82);
  box-shadow: 0 14px 34px rgba(91, 55, 8, .1);
  backdrop-filter: blur(8px);
}

.service-price-detail strong {
  font-size: 1rem;
}

.service-price-detail span {
  font-size: .73rem;
}

.service-price-disclaimer {
  grid-column: 1 / -1;
  color: #786b5b;
  font-size: .6rem;
  line-height: 1.45;
}

.service-row-visual {
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
  gap: 26px;
  padding: 18px;
  overflow: hidden;
  border-color: rgba(196, 135, 30, .42);
  background:
    linear-gradient(105deg, rgba(255, 253, 249, .95), rgba(255, 248, 230, .84)),
    var(--service-photo) center / cover no-repeat;
  box-shadow: 0 14px 36px rgba(91, 55, 8, .07);
}

.service-row-media {
  position: relative;
  align-self: stretch;
  min-height: 128px;
  overflow: hidden;
  border: 1px solid rgba(211, 151, 42, .42);
  border-radius: 18px;
  background: #ead8b4;
}

.service-row-media .icon {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  margin: 0;
  color: #fff;
  border: 1px solid rgba(255, 239, 199, .7);
  background: linear-gradient(145deg, rgba(153, 29, 10, .96), rgba(255, 101, 31, .96));
  box-shadow: 0 8px 20px rgba(49, 22, 1, .24);
}

.service-row-visual > .btn {
  border-color: rgba(190, 126, 22, .54);
  background: rgba(255, 253, 249, .72);
}

.service-page-hero {
  padding-bottom: 68px;
  background:
    linear-gradient(105deg, rgba(255, 253, 249, .96), rgba(255, 248, 230, .83)),
    var(--service-hero-background) center / cover no-repeat;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  margin-top: 28px;
}

.service-hero-copy {
  padding: 18px 0;
}

.service-hero-copy h1 {
  margin-top: 14px;
}

.service-hero-media {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(194, 132, 24, .72);
  border-radius: 30px 12px 30px 12px;
  background: #ead8b4;
  box-shadow:
    0 28px 58px rgba(91, 55, 8, .18),
    0 0 0 8px rgba(255, 255, 255, .48);
}

.service-hero-icon {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #fff;
  border: 1px solid rgba(255, 230, 168, .8);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  box-shadow: 0 12px 28px rgba(44, 19, 1, .28);
  font-size: 1.25rem;
}

.service-page-hero .eyebrow,
.service-gallery-section .eyebrow {
  color: #926314;
}

.service-detail .side-panel {
  border: 1px solid rgba(225, 170, 63, .42);
  box-shadow: 0 22px 50px rgba(58, 34, 3, .16);
}

main > .section.service-gallery-section {
  overflow: hidden;
  border-block: 1px solid rgba(211, 151, 42, .22);
  background:
    linear-gradient(rgba(255, 249, 236, .91), rgba(255, 253, 249, .97)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.property-carousel {
  max-width: 1040px;
  margin: 34px auto 0;
  outline: 0;
}

.property-carousel:focus-visible .carousel-viewport {
  box-shadow: 0 0 0 4px rgba(225, 170, 63, .28), 0 28px 64px rgba(91, 55, 8, .16);
}

.carousel-viewport {
  overflow: hidden;
  border: 1px solid rgba(187, 124, 20, .68);
  border-radius: 34px 12px 34px 12px;
  background: #ead8b4;
  box-shadow:
    0 28px 64px rgba(91, 55, 8, .16),
    0 0 0 8px rgba(255, 255, 255, .52);
}

.carousel-track {
  display: flex;
  transition: transform .55s cubic-bezier(.22, .8, .26, 1);
  will-change: transform;
}

.property-slide {
  position: relative;
  flex: 0 0 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.property-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(35, 18, 2, .72));
  pointer-events: none;
}

.property-slide figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 36px);
  left: clamp(18px, 4vw, 42px);
  color: #fffaf0;
  font: 700 clamp(1rem, 2vw, 1.3rem)/1.3 Georgia, serif;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
}

.carousel-controls {
  display: grid;
  grid-template-columns: 52px minmax(130px, auto) 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.carousel-button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #402603;
  border: 1px solid rgba(177, 113, 16, .62);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff9e8, #e6b958);
  box-shadow: 0 10px 24px rgba(101, 63, 8, .14);
  font: 800 1.25rem/1 Arial, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.carousel-button:hover:not(:disabled),
.carousel-button:focus-visible:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(101, 63, 8, .22);
}

.carousel-button:focus-visible {
  outline: 3px solid rgba(225, 170, 63, .28);
  outline-offset: 3px;
}

.carousel-button:disabled {
  opacity: .36;
  cursor: not-allowed;
}

.carousel-status {
  color: #745019;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .hero-brand-visual {
    width: min(100%, 620px);
    height: 620px;
    min-height: 0;
  }
}

@media (max-width: 860px) {
  .service-row-visual {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .service-row-visual > .btn {
    grid-column: 2;
    justify-self: start;
  }

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

  .service-hero-media {
    width: min(100%, 720px);
  }
}

@media (max-width: 600px) {
  .hero-brand-visual {
    height: 540px;
    min-height: 0;
    padding: 8px;
  }

  .hero-property-collage {
    inset: 8px;
    gap: 6px;
  }

  .hero-logo-seal {
    left: 51%;
    width: 116px;
    padding: 10px;
  }

  .visual-badge {
    bottom: 24px;
  }

  .service-card-media {
    height: 220px;
  }

  .service-row-visual {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 14px;
  }

  .service-row-media {
    min-height: 220px;
  }

  .service-row-visual > .btn {
    grid-column: auto;
  }

  .service-page-hero {
    padding-bottom: 52px;
  }

  .service-price-detail {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 14px 15px;
  }

  .service-price-disclaimer {
    grid-column: auto;
  }

  .service-hero-grid {
    gap: 24px;
  }

  .service-hero-media {
    aspect-ratio: 4 / 3;
    border-radius: 22px 8px 22px 8px;
  }

  .service-hero-icon {
    right: 14px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }

  .carousel-viewport {
    border-radius: 22px 8px 22px 8px;
    box-shadow: 0 18px 40px rgba(91, 55, 8, .15);
  }

  .property-slide {
    aspect-ratio: 4 / 3;
  }

  .carousel-controls {
    grid-template-columns: 46px minmax(110px, auto) 46px;
    gap: 10px;
  }

  .carousel-button {
    width: 46px;
    height: 46px;
  }
}

/* Recorridos interactivos 01-04 y su explicacion visual ampliada. */
.infographic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-card {
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #2c1c05;
  border: 1px solid rgba(187, 124, 20, .52);
  background: #fffdf9;
  box-shadow: 0 16px 38px rgba(91, 55, 8, .1);
  font: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.process-card:focus-visible {
  outline: 3px solid rgba(201, 47, 18, .34);
  outline-offset: 4px;
}

.process-card-media {
  display: block;
  overflow: hidden;
  background: #dcc28d;
}

.process-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03);
  transition: transform .55s cubic-bezier(.22, .8, .26, 1), filter .55s ease;
}

.process-card-content,
.process-card-kicker,
.process-card-title,
.process-card-summary {
  display: block;
}

.process-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.process-card-number {
  color: var(--fire-red);
  font: 800 1rem/1 Arial, sans-serif;
  letter-spacing: .12em;
}

.process-card-action {
  min-width: 0;
  color: #805715;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .08em;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-transform: uppercase;
}

.process-card-title {
  min-width: 0;
  max-width: 100%;
  margin-top: 18px;
  overflow-wrap: anywhere;
  hyphens: auto;
  font: 700 clamp(1.35rem, 2.2vw, 1.75rem)/1.08 Georgia, serif;
}

.process-card-number {
  flex-shrink: 0;
}

.process-card-summary {
  margin-top: 9px;
  color: #6d6252;
  font-size: .88rem;
  line-height: 1.55;
}

.method-step {
  display: grid;
  grid-template-rows: 168px 1fr;
  min-height: 350px;
  border-radius: 28px 8px 28px 8px;
  background:
    linear-gradient(rgba(255, 253, 249, .97), rgba(255, 248, 231, .96)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.method-step .process-card-media {
  height: 168px;
  border-bottom: 1px solid rgba(187, 124, 20, .44);
}

.method-step .process-card-content {
  padding: 20px 22px 24px;
}

.journey-step {
  position: relative;
  display: flex;
  min-height: 310px;
  isolation: isolate;
  border-color: rgba(255, 220, 139, .56);
  border-radius: 8px 28px 8px 28px;
  background: #362005;
  box-shadow: 0 20px 46px rgba(58, 32, 3, .2);
}

.journey-step .process-card-media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.journey-step .process-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(34, 18, 1, .24), transparent 34%),
    linear-gradient(0deg, rgba(31, 15, 1, .94), rgba(46, 23, 2, .14) 76%);
}

.journey-step .process-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}

.journey-step .process-card-kicker {
  color: #fff;
}

.journey-step .process-card-number {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  color: #4b2b04;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: linear-gradient(145deg, #f8df99, var(--sun-gold));
  box-shadow: 0 8px 22px rgba(28, 14, 1, .28);
}

.journey-step .process-card-action {
  padding: 8px 10px;
  color: #fff5d9;
  border: 1px solid rgba(255, 235, 185, .5);
  border-radius: 999px;
  background: rgba(31, 15, 1, .38);
  backdrop-filter: blur(7px);
}

.journey-step .process-card-title {
  margin-top: auto;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  text-shadow: 0 2px 16px rgba(0, 0, 0, .38);
}

.journey-step .process-card-summary {
  color: rgba(255, 250, 239, .86);
}

@media (hover: hover) {
  .process-card:hover {
    z-index: 2;
    border-color: var(--sun-gold);
    box-shadow: 0 24px 54px rgba(91, 55, 8, .2);
    transform: translateY(-7px);
  }

  .process-card:hover .process-card-media img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.065);
  }

  .process-card:hover .process-card-action {
    color: var(--fire-red);
  }

  .journey-step:hover .process-card-action {
    color: #3a2002;
    background: #f4d27c;
  }
}

.process-dialog {
  width: min(1080px, calc(100% - 32px));
  max-width: none;
  max-height: min(88vh, 780px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: #2c1c05;
  border: 1px solid rgba(225, 170, 63, .76);
  border-radius: 34px 12px 34px 12px;
  background: #fffdf9;
  box-shadow: 0 38px 100px rgba(32, 15, 1, .42), 0 0 0 8px rgba(255, 255, 255, .14);
}

.process-dialog[open] {
  animation: processDialogIn .34s cubic-bezier(.22, .8, .26, 1);
}

.process-dialog::backdrop {
  background: rgba(29, 15, 3, .72);
  backdrop-filter: blur(7px);
}

.process-dialog-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
  min-height: min(650px, 80vh);
}

.process-dialog-media {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #dcc28d;
}

.process-dialog-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  animation: processImageIn .55s ease both;
}

.process-dialog-content {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 76px) clamp(30px, 5vw, 62px);
  background:
    radial-gradient(circle at 100% 0, rgba(244, 210, 124, .28), transparent 32%),
    linear-gradient(rgba(255, 253, 249, .97), rgba(255, 248, 231, .97)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.process-dialog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.process-dialog-meta .eyebrow {
  margin: 0;
}

.process-dialog-number {
  color: rgba(201, 47, 18, .44);
  font: 800 clamp(2.8rem, 6vw, 5rem)/.8 Georgia, serif;
}

.process-dialog h2 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  color: #342007;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: .95;
  text-wrap: balance;
}

.process-dialog h2.process-dialog-title-wrap {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.process-dialog-summary {
  margin: 28px 0 0;
  color: #7d250e;
  font: 700 1.05rem/1.5 Georgia, serif;
}

.process-dialog-detail {
  margin: 16px 0 0;
  color: #685b49;
  font-size: .98rem;
  line-height: 1.75;
}

.process-dialog-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 236, 184, .72);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  box-shadow: 0 10px 24px rgba(64, 25, 2, .25);
  font: 400 1.65rem/1 Arial, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.process-dialog-close:hover,
.process-dialog-close:focus-visible {
  color: #402603;
  outline: 3px solid rgba(225, 170, 63, .32);
  outline-offset: 3px;
  background: var(--light-gold);
  transform: rotate(5deg) scale(1.04);
}

@keyframes processDialogIn {
  from { opacity: 0; transform: translateY(22px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes processImageIn {
  from { opacity: .35; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

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

  .process-dialog-shell {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  }
}

@media (min-width: 681px) and (max-height: 700px) {
  .process-dialog {
    max-height: calc(100dvh - 24px);
  }

  .process-dialog-shell {
    height: min(650px, calc(100dvh - 24px));
    min-height: 0;
  }

  .process-dialog-content {
    justify-content: flex-start;
    overflow-y: auto;
    padding-block: 42px;
  }
}

@media (max-width: 680px) {
  .infographic {
    grid-template-columns: 1fr;
  }

  .journey-step {
    min-height: 270px;
  }

  .process-dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    border-radius: 24px 8px 24px 8px;
  }

  .process-dialog-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .process-dialog-media {
    height: clamp(235px, 38vh, 330px);
  }

  .process-dialog-content {
    padding: 34px 25px 38px;
  }

  .process-dialog-meta {
    margin-bottom: 16px;
  }

  .process-dialog h2 {
    font-size: clamp(2.2rem, 13vw, 3.5rem);
  }

  .process-dialog-summary {
    margin-top: 22px;
  }

  .process-dialog-close {
    position: fixed;
    top: max(24px, env(safe-area-inset-top));
    right: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-card,
  .process-card-media img,
  .process-dialog[open],
  .process-dialog-media img {
    animation: none;
    transition: none;
  }
}

/* Jerarquia y navegacion de la arquitectura ampliada. */
:root {
  --page-space: clamp(68px, 8vw, 128px);
  --display-ink: #25150a;
  --muted-ink: #6c5e51;
  --paper: #fffdf9;
}

.hero-luxe h1,
.page-hero h1 {
  max-width: 15ch;
  letter-spacing: -.047em;
  text-wrap: balance;
}

.page-hero .lead,
.section-head > p {
  max-width: 57ch;
  line-height: 1.68;
}

.page-hero {
  padding-block: clamp(74px, 9vw, 132px) clamp(54px, 6vw, 92px);
}

.section-head h2,
.founder-page-cta h2 {
  max-width: 17ch;
  color: var(--display-ink);
  letter-spacing: -.035em;
  text-wrap: balance;
}

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

.nav-dropdown {
  position: relative;
}

.nav-dropdown-legal {
  display: none;
}

.nav-links > a,
.nav-dropdown-trigger {
  white-space: nowrap;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

.nav-dropdown-trigger > span {
  font-size: .88em;
  transition: transform .2s ease;
}

.nav-dropdown.is-open .nav-dropdown-trigger > span {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 15px);
  left: -16px;
  display: grid;
  min-width: 216px;
  padding: 9px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(180, 122, 34, .26);
  border-radius: 16px 5px 16px 5px;
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 18px 42px rgba(64, 35, 4, .15);
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 11px;
  color: #55360c !important;
  border-radius: 9px 3px 9px 3px;
  font-size: .77rem;
  line-height: 1.3;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.nav-dropdown-menu a[aria-current="page"] {
  color: #9f2b0e !important;
  background: #fff0ca;
}

.site-header.scrolled .nav-dropdown-trigger {
  color: #fff;
}

.site-header.scrolled .nav-dropdown.is-active .nav-dropdown-trigger,
.site-header.scrolled .nav-dropdown-trigger:hover {
  color: #ffe2a0;
}

/* Ocho pasos: mas aire, lectura secuencial y una escala visual estable. */
.process-section {
  padding-block: var(--page-space);
}

.infographic-journey {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(15px, 1.8vw, 26px);
  margin-top: clamp(30px, 4vw, 52px);
}

.infographic-journey .journey-step {
  min-height: clamp(290px, 28vw, 360px);
}

.infographic-journey .process-card-content {
  padding: 22px;
}

.infographic-journey .process-card-number {
  width: 40px;
  height: 40px;
  font-size: .84rem;
}

.infographic-journey .process-card-title {
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
}

.infographic-journey .process-card-summary {
  max-width: 28ch;
}

/* Comparador de neto: controles legibles y una tabla que no se rompe en movil. */
.profitability-section {
  padding-block: var(--page-space);
}

.profitability-layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.65fr);
  align-items: start;
  gap: clamp(22px, 4vw, 54px);
}

.profitability-inputs {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 17px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(185, 121, 25, .43);
  border-radius: 25px 7px 25px 7px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, .98), rgba(255, 245, 220, .93)),
    url("fondo-hot-host.png") center / cover no-repeat;
  box-shadow: 0 20px 50px rgba(99, 59, 7, .11);
}

.profitability-inputs h2 {
  margin: 0 0 5px;
  color: var(--display-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing: -.035em;
}

.profitability-inputs label {
  display: grid;
  gap: 8px;
  color: #50340c;
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .045em;
}

.profitability-inputs [hidden] {
  display: none !important;
}

.profitability-inputs select,
.profitability-control {
  width: 100%;
  min-height: 48px;
  color: #2c1c08;
  border: 1px solid rgba(174, 111, 25, .42);
  border-radius: 10px 3px 10px 3px;
  background: rgba(255, 255, 255, .83);
  font: inherit;
}

.profitability-inputs select {
  padding: 0 12px;
}

.profitability-control {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.profitability-control:focus-within,
.profitability-inputs select:focus {
  outline: 0;
  border-color: var(--fire-orange);
  box-shadow: 0 0 0 3px rgba(255, 101, 31, .14);
}

.profitability-control input {
  min-width: 0;
  width: 100%;
  padding: 0 12px;
  color: inherit;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.profitability-control > span {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-width: 42px;
  color: #8c5e12;
  border-left: 1px solid rgba(174, 111, 25, .27);
  background: rgba(248, 222, 158, .42);
  font-size: .8rem;
}

.profitability-note {
  margin: 6px 0 0;
  color: var(--muted-ink);
  font-size: .77rem;
  line-height: 1.55;
}

.profitability-results {
  min-width: 0;
}

.profitability-table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(181, 117, 22, .27);
  border-radius: 21px 5px 21px 5px;
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(89, 52, 6, .1);
}

.profitability-table-scroll table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
}

.profitability-table-scroll th,
.profitability-table-scroll td {
  padding: 19px clamp(15px, 2vw, 25px);
  border-bottom: 1px solid rgba(174, 111, 25, .16);
  text-align: right;
  vertical-align: middle;
}

.profitability-table-scroll thead th {
  color: #fff8e8;
  background: linear-gradient(115deg, #3b2106, #7a4210 58%, #a74414);
  font-size: .83rem;
  text-align: right;
}

.profitability-table-scroll thead th:first-child {
  width: 26%;
  text-align: left;
}

.profitability-table-scroll thead span,
.profitability-table-scroll thead small {
  display: block;
}

.profitability-table-scroll thead small {
  margin-top: 5px;
  color: rgba(255, 239, 196, .78);
  font-size: .66rem;
  font-weight: 500;
  line-height: 1.35;
}

.profitability-table-scroll tbody th {
  color: #50340c;
  background: #fffaf0;
  font-size: .82rem;
  text-align: left;
}

.profitability-table-scroll td {
  color: #3d2708;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.profitability-table-scroll .profitability-net-row :is(th, td) {
  color: #681c0c;
  border-top: 2px solid rgba(201, 47, 18, .44);
  background: #fff0d1;
  font-size: 1rem;
  font-weight: 850;
}

.profitability-table-scroll .profitability-current-column {
  box-shadow: inset 0 0 0 999px rgba(244, 210, 124, .25);
}

.profitability-table-scroll thead .profitability-current-column {
  color: #fff;
  background: linear-gradient(125deg, var(--fire-red-deep), var(--fire-orange));
}

.profitability-missing {
  margin: 16px 0 0;
  color: #8a5814;
  font-size: .87rem;
}

.profitability-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 18px 0 0;
  color: var(--muted-ink);
  font-size: .78rem;
  line-height: 1.5;
}

.profitability-cta > span {
  max-width: 63ch;
}

/* Puntos de entrada legales y pagina propia del fundador. */
.legal-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

.legal-hub-card {
  position: relative;
  display: flex;
  min-height: 278px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(23px, 3vw, 34px);
  color: inherit;
  border: 1px solid rgba(181, 117, 22, .33);
  border-radius: 26px 7px 26px 7px;
  background: linear-gradient(145deg, #fffdf9, #fff4d8);
  box-shadow: 0 16px 38px rgba(98, 58, 7, .09);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.legal-hub-card:hover,
.legal-hub-card:focus-visible {
  border-color: var(--fire-orange);
  box-shadow: 0 24px 54px rgba(98, 45, 5, .17);
  transform: translateY(-5px);
}

.legal-hub-card-index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: auto;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fire-red-deep), var(--fire-orange));
  font-weight: 800;
}

.legal-hub-card h2 {
  margin: 24px 0 10px;
  color: var(--display-ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.07;
  letter-spacing: -.035em;
}

.legal-hub-card p {
  margin: 0;
  color: var(--muted-ink);
  line-height: 1.55;
}

.legal-hub-card > span:last-child {
  margin-top: 18px;
  color: var(--fire-red-deep);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.founder-page .founder-section {
  padding-block: var(--page-space);
}

.about-founder-teaser {
  padding-block: clamp(28px, 4vw, 54px);
}

.about-founder-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(24px, 4vw, 44px);
  color: #fff9ed;
  border: 1px solid rgba(255, 224, 148, .32);
  border-radius: 28px 8px 28px 8px;
  background:
    linear-gradient(110deg, rgba(65, 31, 5, .96), rgba(150, 49, 13, .91)),
    url("fondo-hot-host.png") center / cover no-repeat;
  box-shadow: 0 22px 48px rgba(90, 37, 4, .2);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-founder-link:hover,
.about-founder-link:focus-visible {
  box-shadow: 0 29px 60px rgba(90, 37, 4, .3);
  transform: translateY(-4px);
}

.about-founder-link-copy {
  display: grid;
  max-width: 68ch;
  gap: 11px;
}

.about-founder-link .eyebrow {
  color: #ffd982;
}

.about-founder-link-copy strong {
  font: 700 clamp(1.6rem, 3vw, 2.5rem)/1.04 Georgia, serif;
  letter-spacing: -.04em;
}

.about-founder-link-copy small {
  color: rgba(255, 247, 229, .82);
  font-size: .95rem;
  line-height: 1.55;
}

.about-founder-link-action {
  flex: 0 0 auto;
  color: #552b05;
  padding: 11px 14px;
  border-radius: 999px;
  background: #f7d67f;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.founder-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

html[data-theme="dark"] :is(.profitability-inputs, .profitability-table-scroll, .legal-hub-card) {
  border-color: rgba(244, 210, 124, .28);
  background: linear-gradient(145deg, #21180f, #30220f);
}

html[data-theme="dark"] :is(.profitability-inputs h2, .profitability-inputs label, .legal-hub-card h2, .section-head h2, .founder-page-cta h2) {
  color: #fff4df;
}

html[data-theme="dark"] .profitability-inputs :is(select, .profitability-control) {
  color: #fff4df;
  border-color: rgba(244, 210, 124, .34);
  background: rgba(16, 12, 8, .72);
}

html[data-theme="dark"] .profitability-control > span {
  color: #ffe0a0;
  background: rgba(225, 170, 63, .14);
}

html[data-theme="dark"] .profitability-table-scroll tbody th {
  color: #ffe8bd;
  background: #291c0e;
}

html[data-theme="dark"] .profitability-table-scroll td {
  color: #fff1d5;
}

html[data-theme="dark"] .profitability-table-scroll .profitability-net-row :is(th, td) {
  color: #ffd36f;
  background: #45200e;
}

html[data-theme="dark"] :is(.profitability-note, .profitability-cta, .legal-hub-card p) {
  color: #cfbfaa;
}

@media (max-width: 1120px) {
  .nav-links {
    position: absolute;
    z-index: 60;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px 20px 20px;
    border-bottom: 1px solid rgba(201, 163, 90, .24);
    background: rgba(255, 253, 249, .99);
    box-shadow: 0 18px 36px rgba(91, 55, 8, .14);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links > a,
  .nav-dropdown-trigger {
    width: 100%;
    min-height: 42px;
    justify-content: space-between;
    padding: 10px 2px;
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 7px;
    padding: 6px;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown-menu a {
    padding: 11px;
  }

  .menu-btn {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .site-header.scrolled .nav-links {
    background: linear-gradient(105deg, var(--fire-red-deep), var(--fire-red) 55%, var(--fire-orange));
  }

  .site-header.scrolled .nav-links > a,
  .site-header.scrolled .nav-dropdown-trigger {
    color: #fff;
  }
}

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

  .profitability-layout {
    grid-template-columns: 1fr;
  }

  .profitability-inputs {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profitability-inputs h2,
  .profitability-inputs .profitability-note {
    grid-column: 1 / -1;
  }

  .legal-hub-grid {
    grid-template-columns: 1fr;
  }

  .legal-hub-card {
    min-height: 220px;
  }
}

@media (max-width: 600px) {
  .page-hero {
    padding-block: 66px 48px;
  }

  .hero-luxe h1,
  .page-hero h1 {
    max-width: 100%;
  }

  .infographic-journey {
    grid-template-columns: 1fr;
  }

  .infographic-journey .journey-step {
    min-height: 300px;
  }

  .profitability-inputs {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .profitability-inputs h2,
  .profitability-inputs .profitability-note {
    grid-column: auto;
  }

  .profitability-table-scroll th,
  .profitability-table-scroll td {
    padding: 15px;
  }

  .profitability-cta,
  .founder-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .profitability-cta .btn,
  .founder-page-cta .btn {
    width: 100%;
  }

  .about-founder-link {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Testimonios editoriales con autoria visible. */
.testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 90%, rgba(244, 210, 124, .2), transparent 28%),
    rgba(255, 253, 249, .86);
}

.testimonials-grid {
  align-items: stretch;
}

.client-quote {
  position: relative;
  display: flex;
  min-height: 365px;
  flex-direction: column;
  padding: 36px 32px 30px;
  overflow: hidden;
  border: 1px solid rgba(190, 126, 22, .42);
  border-radius: 30px 9px 30px 9px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, .98), rgba(255, 246, 220, .94)),
    url("fondo-hot-host.png") center / cover no-repeat;
  box-shadow: 0 20px 48px rgba(91, 55, 8, .1);
}

.client-quote::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(225, 170, 63, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(225, 170, 63, .06);
}

.client-quote-mark {
  height: 58px;
  color: var(--fire-red);
  font: 700 5.6rem/.8 Georgia, serif;
}

.client-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 14px 0 30px;
  color: #3c2a0b;
  font: 500 1.03rem/1.68 Georgia, serif;
}

.client-quote-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 21px;
  border-top: 1px solid rgba(190, 126, 22, .26);
}

.client-initials {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  color: #fff8e8;
  border: 1px solid rgba(255, 226, 157, .72);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  box-shadow: 0 8px 20px rgba(145, 34, 8, .2);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.client-quote-author > span:last-child {
  display: block;
  min-width: 0;
}

.client-quote-author strong,
.client-quote-author small {
  display: block;
}

.client-quote-author strong {
  color: #392507;
  font-size: .9rem;
}

.client-quote-author small {
  margin-top: 2px;
  color: #786b58;
  font-size: .72rem;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .client-quote {
    min-height: 0;
    padding: 30px 24px 25px;
  }
}

/* Selector de tema junto al idioma. */
.theme-toggle {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #765019;
  border: 1px solid rgba(201, 151, 55, .48);
  border-radius: 50%;
  background: rgba(255, 253, 249, .9);
  box-shadow: 0 7px 20px rgba(101, 63, 8, .07);
  font: 800 1.05rem/1 Arial, sans-serif;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--fire-red);
  border-color: var(--sun-gold);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(225, 170, 63, .16);
  transform: translateY(-1px) rotate(6deg);
}

.site-header.scrolled .theme-toggle {
  color: var(--fire-red-deep);
  border-color: rgba(255, 255, 255, .72);
  background: #fff;
}

/* Tema oscuro: marfil, oro y rojo sobre superficies carbon. */
html[data-theme="dark"] {
  --ink: #f6efe3;
  --muted: #bcb1a2;
  --cream: #1b1712;
  --paper: #12100d;
  --line: #40382d;
  --gold: #ddb760;
  --shadow: 0 20px 60px rgba(0, 0, 0, .34);
  background: #0d0b09;
}

html[data-theme="dark"] body {
  color: #f4eee4;
  background:
    linear-gradient(rgba(15, 13, 10, .94), rgba(15, 13, 10, .97)),
    url("fondo-hot-host.png") center top / cover fixed no-repeat;
}

html[data-theme="dark"] body::before {
  border-color: rgba(225, 170, 63, .28);
  box-shadow: inset 0 0 0 1px rgba(244, 210, 124, .05), 0 0 28px rgba(0, 0, 0, .2);
}

html[data-theme="dark"] .site-header {
  background: rgba(17, 14, 11, .9);
  border-bottom-color: rgba(225, 170, 63, .25);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .16);
}

html[data-theme="dark"] .site-header.scrolled {
  background: linear-gradient(105deg, rgba(91, 18, 6, .98), rgba(157, 33, 11, .98) 50%, rgba(205, 62, 20, .98));
  border-bottom-color: rgba(255, 217, 130, .58);
}

html[data-theme="dark"] .site-header .brand,
html[data-theme="dark"] .site-header .nav-links a,
html[data-theme="dark"] .menu-btn {
  color: #f8f1e7;
}

html[data-theme="dark"] .site-header .brand small,
html[data-theme="dark"] .nav-links a:hover,
html[data-theme="dark"] .nav-links a[aria-current="page"] {
  color: #efca71;
}

html[data-theme="dark"] .language-select,
html[data-theme="dark"] .theme-toggle {
  color: #f3d88e;
  border-color: rgba(225, 170, 63, .42);
  background: rgba(36, 30, 23, .92);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
}

html[data-theme="dark"] .language-switcher::after {
  color: #e6bd62;
}

html[data-theme="dark"] .site-header.scrolled .language-select,
html[data-theme="dark"] .site-header.scrolled .theme-toggle {
  color: #fff4d5;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .1);
}

html[data-theme="dark"] main > .section:not(.soft),
html[data-theme="dark"] .testimonials-section {
  --section-trim: rgba(229, 177, 73, .45);
  --section-trim-strong: rgba(255, 211, 111, .84);
  background: rgba(18, 15, 12, .84);
}

html[data-theme="dark"] .section.soft,
html[data-theme="dark"] .home-page .section.soft {
  border-block-color: rgba(225, 170, 63, .16);
  background:
    linear-gradient(rgba(27, 23, 17, .93), rgba(18, 15, 12, .97)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] .page-hero {
  border-bottom-color: rgba(225, 170, 63, .2);
  background:
    linear-gradient(110deg, rgba(18, 15, 12, .97), rgba(30, 24, 17, .9)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] :is(.lead, .section-head p, .card p, .service-row p, .prose p, .breadcrumb) {
  color: #bdb2a4;
}

html[data-theme="dark"] :is(.eyebrow, .breadcrumb a, .card-link) {
  color: #e3b958;
}

html[data-theme="dark"] .card {
  color: #f5eee3;
  border-color: rgba(225, 170, 63, .28);
  background: #1c1813;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .26);
}

html[data-theme="dark"] .hero-luxe {
  background:
    linear-gradient(90deg, rgba(15, 13, 10, .98) 0%, rgba(18, 15, 12, .94) 48%, rgba(18, 15, 12, .66) 100%),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] .hero-luxe h1 {
  color: #fff9ef;
}

html[data-theme="dark"] .hero-luxe h1 span {
  background: linear-gradient(96deg, #f1b454, #ff7040 48%, #ffd17a);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Guía práctica para interpretar el comparador de rentabilidad. */
.earnings-guide {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 2.25fr);
  gap: 24px;
  align-items: start;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(190, 126, 22, .36);
  border-radius: 20px 6px 20px 6px;
  background: rgba(255, 252, 244, .82);
  box-shadow: 0 14px 32px rgba(91, 55, 8, .07);
}

.earnings-guide h3 {
  margin: 0 0 7px;
  color: #65300d;
  font: 800 clamp(1.15rem, 2vw, 1.45rem)/1.2 Georgia, serif;
}

.earnings-guide > div > p,
.earnings-guide-note {
  margin: 0;
  color: #6e604e;
  font-size: .78rem;
  line-height: 1.55;
}

.earnings-guide ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.earnings-guide li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.earnings-guide li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  font-size: .72rem;
  font-weight: 900;
}

.earnings-guide li strong {
  display: block;
  color: #53330d;
  font-size: .73rem;
  line-height: 1.35;
}

.earnings-guide li p {
  margin: 3px 0 0;
  color: #766a5a;
  font-size: .67rem;
  line-height: 1.45;
}

.earnings-guide-note {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid rgba(190, 126, 22, .2);
}

/* Declaración personal del fundador y retrato editorial. */
.founder-section {
  overflow: hidden;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.founder-portrait {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(190, 126, 22, .52);
  border-radius: 34px 10px 34px 10px;
  background: #251a11;
  box-shadow: 0 28px 64px rgba(91, 55, 8, .16), 0 0 0 8px rgba(255, 255, 255, .5);
}

.founder-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(29, 16, 5, .9));
  pointer-events: none;
}

.founder-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 44% 12%;
  filter: saturate(.85) contrast(1.06);
  transform: scale(1.06);
}

.founder-portrait figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff7e7;
}

.founder-portrait figcaption span,
.founder-portrait figcaption small {
  display: block;
}

.founder-portrait figcaption span {
  font: 800 1.12rem/1.2 Georgia, serif;
}

.founder-portrait figcaption small {
  margin-top: 4px;
  color: #ffe2a0;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.founder-copy h2 {
  max-width: 760px;
  margin: 12px 0 16px;
}

.founder-identity {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0 0 16px;
  color: #7e3513;
  font-size: .82rem;
}

.founder-identity strong {
  font: 800 1rem/1.2 Georgia, serif;
}

.founder-identity span {
  color: #8b6c38;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.founder-copy .lead {
  max-width: 720px;
}

.founder-prose p {
  max-width: 760px;
  color: #5f5548;
}

.founder-copy blockquote {
  max-width: 760px;
  margin: 26px 0;
  padding: 18px 20px 18px 24px;
  color: #5e240b;
  border-left: 4px solid var(--fire-orange);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(100deg, rgba(255, 231, 177, .55), rgba(255, 252, 245, .32));
  font: 700 clamp(1rem, 1.8vw, 1.18rem)/1.5 Georgia, serif;
}

/* Páginas legales, privacidad y cookies. */
.legal-page-hero {
  padding-bottom: 62px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .3fr);
  gap: clamp(26px, 5vw, 62px);
  align-items: start;
}

.legal-prose {
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(190, 126, 22, .36);
  border-radius: 28px 8px 28px 8px;
  background: rgba(255, 253, 249, .82);
  box-shadow: 0 22px 52px rgba(91, 55, 8, .09);
}

.legal-section + .legal-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(190, 126, 22, .2);
}

.legal-section h2 {
  margin: 0 0 10px;
  color: #5d3509;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.legal-section p,
.legal-section li {
  color: #63594d;
}

.legal-section ul {
  padding-left: 20px;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-section code {
  margin-right: 5px;
  padding: 2px 5px;
  color: #7a2b0c;
  border-radius: 4px;
  background: #f9e2aa;
  font: 700 .72rem/1.2 ui-monospace, monospace;
}

.legal-identity dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid rgba(190, 126, 22, .28);
  border-radius: 14px;
  background: rgba(190, 126, 22, .2);
}

.legal-identity dl > div {
  padding: 13px 15px;
  background: rgba(255, 253, 249, .92);
}

.legal-identity dt {
  color: #80612d;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.legal-identity dd {
  margin: 4px 0 0;
  color: #3d2d13;
  font-size: .86rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.legal-identity dd a,
.legal-prose a {
  color: #9a310e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-aside {
  position: sticky;
  top: 98px;
  padding: 20px;
  color: #66491c;
  border: 1px solid rgba(190, 126, 22, .34);
  border-radius: 18px 6px 18px 6px;
  background: linear-gradient(145deg, #fff9e9, #f8dd9c);
  box-shadow: 0 16px 38px rgba(91, 55, 8, .11);
  font-size: .78rem;
}

.legal-aside p {
  color: #715c3b;
}

.legal-reset-button {
  margin-top: 5px;
}

.legal-reset-status {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: #2c6549 !important;
  font-weight: 750;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 28px 0 16px;
}

.footer-legal-links a {
  color: #b8aa98;
  font-size: .72rem;
  text-decoration: underline;
  text-decoration-color: rgba(225, 170, 63, .45);
  text-underline-offset: 3px;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: #ffe0a0;
}

.cookie-notice {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  width: min(620px, calc(100% - 40px));
  padding: 15px 16px;
  color: #fff7e9;
  border: 1px solid rgba(255, 219, 132, .58);
  border-radius: 16px 6px 16px 6px;
  background: linear-gradient(115deg, rgba(64, 25, 7, .98), rgba(135, 43, 10, .98));
  box-shadow: 0 20px 50px rgba(30, 13, 3, .35);
  animation: cookieNoticeIn .28s ease-out;
}

.cookie-notice.closing {
  animation: cookieNoticeOut .18s ease-in forwards;
}

.cookie-notice p {
  margin: 0;
  font-size: .76rem;
  line-height: 1.45;
}

.cookie-notice p a {
  color: #ffe198;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-notice .btn {
  min-height: 36px;
  padding: 8px 13px;
  color: #4b2105;
  border-color: #f6cd6f;
  background: #f9db91;
  font-size: .72rem;
}

.cookie-notice-close {
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff7e9;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.3rem;
}

@keyframes cookieNoticeIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cookieNoticeOut {
  to { opacity: 0; transform: translateY(10px); }
}

html[data-theme="dark"] .earnings-guide,
html[data-theme="dark"] .legal-prose {
  border-color: rgba(225, 170, 63, .28);
  background: rgba(29, 24, 18, .94);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .earnings-guide h3,
html[data-theme="dark"] .earnings-guide li strong,
html[data-theme="dark"] .legal-section h2,
html[data-theme="dark"] .legal-identity dd {
  color: #f3e8d6;
}

html[data-theme="dark"] :is(.earnings-guide > div > p, .earnings-guide-note, .earnings-guide li p, .founder-prose p, .legal-section p, .legal-section li) {
  color: #bfb3a2;
}

html[data-theme="dark"] .founder-portrait {
  border-color: rgba(225, 170, 63, .42);
  box-shadow: 0 28px 64px rgba(0, 0, 0, .35), 0 0 0 8px rgba(255, 255, 255, .035);
}

html[data-theme="dark"] .founder-copy blockquote {
  color: #ffd98e;
  background: rgba(89, 44, 9, .3);
}

html[data-theme="dark"] .founder-identity {
  color: #ffe0a0;
}

html[data-theme="dark"] .founder-identity span {
  color: #d8bc80;
}

html[data-theme="dark"] .legal-identity dl {
  border-color: rgba(225, 170, 63, .26);
  background: rgba(225, 170, 63, .2);
}

html[data-theme="dark"] .legal-identity dl > div {
  background: #211c16;
}

html[data-theme="dark"] .legal-identity dt,
html[data-theme="dark"] .legal-aside p {
  color: #c7b596;
}

html[data-theme="dark"] .legal-aside {
  color: #f1dfb2;
  border-color: rgba(225, 170, 63, .35);
  background: linear-gradient(145deg, #302518, #4d3514);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .legal-section code {
  color: #ffe1a1;
  background: #4f3210;
}

html[data-theme="dark"] .legal-reset-status {
  color: #8be1bd !important;
}

@media (max-width: 900px) {
  .earnings-guide,
  .founder-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .earnings-guide ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-aside {
    position: static;
  }

  .founder-portrait {
    width: min(100%, 520px);
    min-height: 560px;
  }
}

@media (max-width: 600px) {
  .earnings-guide {
    padding: 17px;
  }

  .earnings-guide ol,
  .legal-identity dl {
    grid-template-columns: 1fr;
  }

  .founder-portrait,
  .founder-portrait img {
    min-height: 470px;
  }

  .founder-copy blockquote {
    padding: 16px 16px 16px 19px;
  }

  .legal-prose {
    padding: 20px 17px;
  }

  .cookie-notice {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .cookie-notice .btn {
    grid-column: 1;
    justify-self: start;
  }

  .cookie-notice-close {
    grid-row: 1;
    grid-column: 2;
  }
}

html[data-theme="dark"] .hero-luxe .lead {
  color: #c7bdae;
}

html[data-theme="dark"] .hero-luxe .btn.ghost,
html[data-theme="dark"] .service-row-visual > .btn {
  color: #f3d98e;
  border-color: rgba(225, 170, 63, .46);
  background: rgba(25, 21, 16, .76);
}

html[data-theme="dark"] .hero-proof > div {
  border-color: rgba(225, 170, 63, .3);
  background: rgba(32, 27, 21, .88);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

html[data-theme="dark"] .hero-proof span {
  color: #bdb2a2;
}

html[data-theme="dark"] .hero-proof .hero-rating {
  background: linear-gradient(125deg, var(--fire-red-deep), var(--fire-orange));
}

html[data-theme="dark"] .hero-proof .hero-rating strong,
html[data-theme="dark"] .hero-proof .hero-rating span {
  color: #fff4d8;
}

html[data-theme="dark"] .hero-brand-visual {
  border-color: rgba(225, 170, 63, .48);
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 103, 27, .2), transparent 30%),
    linear-gradient(145deg, rgba(36, 30, 23, .97), rgba(20, 17, 13, .95));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .36), inset 0 0 0 12px rgba(255, 255, 255, .025);
}

html[data-theme="dark"] .hero-property-collage,
html[data-theme="dark"] :is(.service-card-media, .service-row-media, .service-hero-media, .carousel-viewport),
html[data-theme="dark"] :is(.process-card-media, .process-dialog-media) {
  background: #29231b;
}

html[data-theme="dark"] .hero-logo-seal {
  border-color: rgba(225, 170, 63, .72);
  background: rgba(22, 18, 13, .94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .42), 0 0 0 8px rgba(255, 255, 255, .05);
}

html[data-theme="dark"] .home-page .section:not(.soft) .card {
  border-color: rgba(225, 170, 63, .28);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}

html[data-theme="dark"] .service-card {
  border-color: rgba(225, 170, 63, .34);
  background: #1d1914;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .service-price {
  border-top-color: rgba(225, 170, 63, .25);
}

html[data-theme="dark"] .service-price strong {
  color: #f3c866;
}

html[data-theme="dark"] .service-price span {
  color: #c2b6a5;
}

html[data-theme="dark"] .service-price-promo strong {
  color: #aa9e8d;
}

html[data-theme="dark"] .service-price-promo span {
  color: #3b1a03;
}

html[data-theme="dark"] .service-price-detail {
  border-color: rgba(225, 170, 63, .36);
  background: rgba(20, 17, 13, .84);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
}

html[data-theme="dark"] .service-price-disclaimer {
  color: #9f9588;
}

html[data-theme="dark"] .service-row-visual {
  color: #f5eee3;
  border-color: rgba(225, 170, 63, .3);
  background:
    linear-gradient(105deg, rgba(29, 25, 20, .95), rgba(37, 30, 22, .88)),
    var(--service-photo) center / cover no-repeat;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .24);
}

html[data-theme="dark"] .service-page-hero {
  background:
    linear-gradient(110deg, rgba(18, 15, 12, .96), rgba(30, 24, 17, .84)),
    var(--service-hero-background) center / cover no-repeat;
}

html[data-theme="dark"] .service-hero-media,
html[data-theme="dark"] .carousel-viewport {
  box-shadow: 0 28px 64px rgba(0, 0, 0, .34), 0 0 0 8px rgba(255, 255, 255, .035);
}

html[data-theme="dark"] .service-page-hero .eyebrow,
html[data-theme="dark"] .service-gallery-section .eyebrow {
  color: #e2b85a;
}

html[data-theme="dark"] main > .section.service-gallery-section {
  border-block-color: rgba(225, 170, 63, .2);
  background:
    linear-gradient(rgba(26, 22, 17, .95), rgba(16, 14, 11, .98)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] .side-panel {
  border-color: rgba(225, 170, 63, .4);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .3);
}

html[data-theme="dark"] .duck {
  color: #d2c7b8;
  border-color: rgba(225, 170, 63, .3);
  background: #292116;
}

html[data-theme="dark"] .duck .duck-title {
  color: #eccb78;
}

html[data-theme="dark"] .testimonials-section {
  background:
    radial-gradient(circle at 8% 90%, rgba(225, 170, 63, .1), transparent 28%),
    rgba(17, 14, 11, .9);
}

html[data-theme="dark"] .client-quote {
  border-color: rgba(225, 170, 63, .32);
  background:
    linear-gradient(145deg, rgba(31, 26, 20, .98), rgba(39, 31, 22, .96)),
    url("fondo-hot-host.png") center / cover no-repeat;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .3);
}

html[data-theme="dark"] .client-quote blockquote,
html[data-theme="dark"] .client-quote-author strong {
  color: #f3ecdf;
}

html[data-theme="dark"] .client-quote-author small {
  color: #b9ae9e;
}

html[data-theme="dark"] .contact-form,
html[data-theme="dark"] .address-grid {
  border-color: rgba(225, 170, 63, .36);
  background:
    linear-gradient(rgba(30, 25, 19, .97), rgba(22, 18, 14, .98)),
    url("fondo-hot-host.png") center / cover no-repeat;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .025);
}

html[data-theme="dark"] .contact-form h3,
html[data-theme="dark"] .contact-form label,
html[data-theme="dark"] .contact-form #addressGroupLabel {
  color: #eee3d3;
}

html[data-theme="dark"] :is(.field-help, .form-actions-label, #formStatus, .contact-item small) {
  color: #b8ac9c;
}

html[data-theme="dark"] .contact-form :is(input, select, textarea),
html[data-theme="dark"] .field :is(input, select, textarea) {
  color: #f4eee4;
  border-color: rgba(225, 170, 63, .28);
  background: rgba(17, 14, 11, .86);
  caret-color: #f1c96c;
}

html[data-theme="dark"] .contact-form :is(input, select, textarea):focus {
  border-color: var(--sun-gold);
  background: #17130f;
  box-shadow: 0 0 0 3px rgba(225, 170, 63, .14);
}

html[data-theme="dark"] .contact-form :is(input, textarea)::placeholder {
  color: #887f72;
}

html[data-theme="dark"] .contact-form option {
  color: #f4eee4;
  background: #17130f;
}

html[data-theme="dark"] .contact-form input:-webkit-autofill,
html[data-theme="dark"] .contact-form input:-webkit-autofill:hover,
html[data-theme="dark"] .contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f4eee4;
  box-shadow: 0 0 0 1000px #17130f inset;
}

html[data-theme="dark"] #formStatus a {
  color: #f08b5e;
}

html[data-theme="dark"] .carousel-button {
  color: #fff1c7;
  border-color: rgba(225, 170, 63, .48);
  background: linear-gradient(145deg, #352b20, #8e6221);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

html[data-theme="dark"] .carousel-status {
  color: #d9bb72;
}

html[data-theme="dark"] .infographic {
  border-color: rgba(225, 170, 63, .32);
  background: rgba(44, 35, 24, .72);
}

html[data-theme="dark"] .process-card:not(.journey-step) {
  color: #f3ecdf;
  border-color: rgba(225, 170, 63, .34);
  background: #1d1914;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .method-step {
  background:
    linear-gradient(rgba(30, 25, 19, .98), rgba(22, 18, 14, .97)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] .process-card-action {
  color: #e0bd69;
}

html[data-theme="dark"] .process-card-summary {
  color: #bcb1a2;
}

html[data-theme="dark"] .journey-step .process-card-action {
  color: #fff5d9;
}

html[data-theme="dark"] .journey-step .process-card-summary {
  color: rgba(255, 250, 239, .86);
}

html[data-theme="dark"] .process-dialog {
  color: #f4eee4;
  border-color: rgba(225, 170, 63, .64);
  background: #191511;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .62), 0 0 0 8px rgba(255, 255, 255, .04);
}

html[data-theme="dark"] .process-dialog-content {
  background:
    radial-gradient(circle at 100% 0, rgba(225, 170, 63, .14), transparent 32%),
    linear-gradient(rgba(30, 25, 19, .98), rgba(21, 17, 13, .98)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] .process-dialog h2 {
  color: #fff6e9;
}

html[data-theme="dark"] .process-dialog-summary {
  color: #f08a5c;
}

html[data-theme="dark"] .process-dialog-detail {
  color: #c0b5a6;
}

html[data-theme="dark"] .btn {
  color: #f5eee3;
  border-color: rgba(225, 170, 63, .5);
}

html[data-theme="dark"] .btn.primary,
html[data-theme="dark"] .nav-cta {
  color: #fff;
  border-color: var(--fire-red);
  background: linear-gradient(100deg, var(--fire-red-deep), var(--fire-red) 58%, var(--fire-orange));
}

html[data-theme="dark"] .btn.ghost:hover {
  color: #ffe7a2;
  border-color: var(--sun-gold);
}

html[data-theme="dark"] .copyright {
  color: #9d9386;
}

@media (max-width: 860px) {
  html[data-theme="dark"] .nav-links {
    color: #f8f1e7;
    border-bottom-color: rgba(225, 170, 63, .24);
    background: rgba(20, 17, 13, .98);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .34);
  }

  html[data-theme="dark"] .site-header.scrolled .nav-links {
    background: linear-gradient(105deg, var(--fire-red-deep), var(--fire-red) 55%, var(--fire-orange));
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-toggle {
    transition: none;
  }
}

/* Oferta temporal integrada en los puntos de conversion. */
.nav-cta {
  min-height: 54px;
  flex-direction: column;
  gap: 2px;
  padding: 8px 19px;
  line-height: 1.05;
  white-space: nowrap;
}

.nav-cta small {
  color: var(--light-gold);
  font-size: .53rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.site-header.scrolled .nav-cta small {
  color: var(--fire-red);
}

.site-header.scrolled .nav-cta:hover small {
  color: #ffe2a0;
}

.cta-copy {
  min-width: 0;
}

.cta-offer {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 9px;
  margin-bottom: 14px;
  padding: 8px 12px;
  color: #fff8e8;
  border: 1px solid rgba(255, 230, 168, .52);
  border-radius: 999px;
  background: rgba(68, 25, 2, .24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
}

.cta-offer span,
.cta-offer small {
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.cta-offer span {
  padding: 4px 7px;
  color: #5b2805;
  border-radius: 999px;
  background: var(--light-gold);
}

.cta-offer strong {
  font-size: .83rem;
}

.cta-offer small {
  color: #ffe2a0;
}

.contact-offer {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 12px;
  margin: -4px 0 22px;
  padding: 15px 17px;
  overflow: hidden;
  color: #4b2a03;
  border: 1px solid rgba(191, 126, 20, .5);
  border-radius: 16px 5px 16px 5px;
  background: linear-gradient(110deg, #fff3c7, #f0bf58);
  box-shadow: 0 12px 26px rgba(116, 69, 12, .12);
}

.contact-offer::after {
  content: "";
  position: absolute;
  top: -38px;
  right: -28px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(153, 29, 10, .18);
  border-radius: 50%;
}

.contact-offer span {
  grid-row: 1 / 3;
  padding: 6px 8px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.contact-offer strong,
.contact-offer small {
  position: relative;
  z-index: 1;
  display: block;
}

.contact-offer strong {
  font: 700 1rem/1.2 Georgia, serif;
}

.contact-offer small {
  font-size: .69rem;
  font-weight: 750;
}

html[data-theme="dark"] .nav-cta small {
  color: #ffe09a;
}

html[data-theme="dark"] .contact-offer {
  color: #fff0c2;
  border-color: rgba(225, 170, 63, .44);
  background: linear-gradient(110deg, #352612, #67400c);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

/* Carrusel exclusivo del listado de servicios en Inicio. */
.home-services-section {
  overflow: hidden;
}

.services-carousel {
  --services-visible: 3;
  margin-top: 28px;
  outline: 0;
}

.services-carousel-viewport {
  overflow-x: auto;
  padding: 8px 4px 24px;
  scroll-behavior: smooth;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.services-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.services-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

.services-carousel .service-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.services-carousel .service-card-body {
  min-height: 245px;
}

.services-carousel:focus-visible .services-carousel-viewport {
  border-radius: 24px;
  box-shadow: 0 0 0 4px rgba(225, 170, 63, .24);
}

.services-carousel-controls {
  margin-top: 0;
}

@media (max-width: 980px) {
  .services-carousel {
    --services-visible: 2;
  }

  .services-carousel .service-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 640px) {
  .services-carousel {
    --services-visible: 1;
  }

  .services-carousel .service-card {
    flex-basis: 100%;
  }

  .services-carousel .service-card-body {
    min-height: 0;
  }

  .cta-offer {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 17px 5px 17px 5px;
  }

  .contact-offer {
    grid-template-columns: 1fr;
  }

  .contact-offer span {
    grid-row: auto;
    justify-self: start;
  }
}

/* Portada de una sola pantalla: titulo editorial y banda de promesa. */
.hero-luxe h1 span {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 11px;
  padding: 9px 16px 10px;
  color: #fff8eb;
  border: 1px solid rgba(255, 225, 153, .58);
  border-radius: 6px 24px 6px 24px;
  background: linear-gradient(100deg, var(--fire-red-deep), var(--fire-red) 52%, var(--fire-orange));
  box-shadow: 0 13px 30px rgba(156, 37, 9, .2);
  font-size: .39em;
  line-height: 1.08;
  letter-spacing: -.015em;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #fff8eb;
}

html[data-theme="dark"] .hero-luxe h1 span {
  color: #fff8eb;
  background: linear-gradient(100deg, #861707, var(--fire-red) 52%, var(--fire-orange));
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #fff8eb;
}

@media (min-width: 961px) {
  .hero-luxe {
    height: calc(100vh - 78px);
    height: calc(100svh - 78px);
    min-height: 500px;
    max-height: 720px;
    padding: 18px 0;
  }

  .hero-luxe-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(350px, .84fr);
    gap: clamp(28px, 4vw, 62px);
    height: 100%;
  }

  .hero-copy {
    padding: 12px 0 12px 30px;
  }

  .hero-luxe .eyebrow {
    font-size: .67rem;
  }

  .hero-luxe h1 {
    max-width: 720px;
    margin: 12px 0 0;
    font-size: clamp(3.65rem, 5.3vw, 5rem);
    line-height: .9;
  }

  .hero-luxe .lead {
    max-width: 620px;
    margin: 15px 0 0;
    font-size: .94rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .hero-actions .btn {
    min-height: 43px;
    padding: 10px 16px;
    font-size: .82rem;
  }

  .hero-proof {
    gap: 9px;
    margin-top: 16px;
  }

  .hero-proof > div {
    min-height: 66px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  .hero-proof strong {
    font-size: 1.12rem;
  }

  .hero-proof span {
    margin-top: 4px;
    font-size: .61rem;
  }

  .hero-proof .hero-rating strong {
    font-size: .98rem;
  }

  .hero-brand-visual {
    width: 100%;
    height: min(100%, 540px);
  }

  .visual-badge {
    bottom: 35px;
    padding: 9px 13px;
    font-size: .64rem;
  }
}

@media (min-width: 961px) and (max-height: 680px) {
  .hero-luxe {
    min-height: 0;
    padding: 10px 0;
  }

  .hero-luxe-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: clamp(24px, 3.2vw, 48px);
  }

  .hero-copy {
    padding-block: 6px;
  }

  .hero-luxe h1 {
    margin-top: 9px;
    font-size: clamp(3.1rem, 4.7vw, 4.1rem);
  }

  .hero-luxe h1 span {
    margin-top: 8px;
    padding: 7px 13px 8px;
  }

  .hero-luxe .lead {
    margin-top: 11px;
    font-size: .86rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 12px;
  }

  .hero-actions .btn {
    min-height: 39px;
    padding: 8px 14px;
    font-size: .76rem;
  }

  .hero-proof {
    margin-top: 12px;
  }

  .hero-proof > div {
    min-height: 58px;
    padding: 8px 10px;
  }

  .hero-proof strong {
    font-size: 1rem;
  }

  .hero-proof span {
    font-size: .56rem;
  }

  .hero-brand-visual {
    height: min(100%, 480px);
  }

  .hero-logo-seal {
    width: clamp(98px, 9vw, 126px);
    padding: 9px;
  }

  .visual-badge {
    bottom: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-carousel-viewport {
    scroll-behavior: auto;
  }
}

/* Pilares interactivos de Sobre Hot Host. */
.pillar-step {
  display: grid;
  grid-template-rows: 165px 1fr;
  min-height: 350px;
  border-radius: 8px 28px 8px 28px;
  background:
    linear-gradient(rgba(255, 253, 249, .97), rgba(255, 247, 226, .96)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.pillar-step .process-card-media {
  height: 165px;
  border-bottom: 1px solid rgba(187, 124, 20, .44);
}

.pillar-step .process-card-content {
  padding: 20px 22px 24px;
}

.pillar-step .process-card-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff8e8;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  box-shadow: 0 8px 18px rgba(145, 34, 8, .2);
}

.pillar-step .process-card-title {
  margin-top: 16px;
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(1.2rem, 1.65vw, 1.48rem);
}

html[data-theme="dark"] .pillar-step {
  background:
    linear-gradient(rgba(30, 25, 19, .98), rgba(22, 18, 14, .97)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

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

@media (max-width: 600px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .pillar-step {
    grid-template-rows: 190px 1fr;
    min-height: 0;
  }

  .pillar-step .process-card-media {
    height: 190px;
  }
}

/* Urgencia de la auditoria: la fecha deja de ser una nota secundaria. */
.nav-cta {
  min-height: 60px;
  padding-inline: 17px;
}

.nav-cta small {
  margin-top: 2px;
  padding: 3px 7px;
  color: #3c2305;
  border-radius: 999px;
  background: var(--light-gold);
  font-size: .68rem;
  letter-spacing: .025em;
}

.site-header.scrolled .nav-cta small {
  color: #fff;
  background: var(--fire-red);
}

.cta-offer small {
  padding: 6px 10px;
  color: #6b260b;
  border-radius: 999px;
  background: #fff7d8;
  box-shadow: 0 5px 14px rgba(70, 25, 2, .13);
  font-size: .84rem;
  letter-spacing: .035em;
}

.contact-offer small {
  color: #6d270b;
  font-size: .83rem;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
}

html[data-theme="dark"] .nav-cta small {
  color: #3c2305;
}

html[data-theme="dark"] .cta-offer small {
  color: #5b2109;
}

html[data-theme="dark"] .contact-offer small {
  color: #ffe6a7;
}

/* El collage del hero mantiene una silueta cuadrada en todos los tamanos. */
.hero-brand-visual {
  aspect-ratio: 1;
  border-radius: 30px;
}

.hero-property-collage {
  border-radius: 22px;
}

@media (min-width: 961px) {
  .hero-brand-visual {
    width: min(100%, 540px, calc(100svh - 108px));
    height: auto;
    justify-self: end;
  }
}

@media (max-width: 960px) {
  .hero-brand-visual {
    height: auto;
    min-height: 0;
  }

  .hero-property-photo img {
    width: 100%;
  }
}

/* Comparador editable de ingresos en Inicio. */
main > .section.earnings-section {
  overflow: hidden;
  border-block: 1px solid rgba(211, 151, 42, .2);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 101, 31, .11), transparent 25%),
    linear-gradient(rgba(255, 249, 236, .93), rgba(255, 253, 249, .97)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.earnings-layout {
  display: grid;
  grid-template-columns: minmax(230px, .64fr) minmax(0, 2.36fr);
  align-items: start;
  gap: 22px;
  margin-top: 34px;
}

.earnings-inputs {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 14px;
  padding: 25px;
  color: #3d2807;
  border: 1px solid rgba(190, 126, 22, .48);
  border-radius: 28px 8px 28px 8px;
  background: rgba(255, 253, 249, .94);
  box-shadow: 0 18px 42px rgba(91, 55, 8, .1);
}

.earnings-inputs h3 {
  margin: 0 0 3px;
  font-size: 1.4rem;
}

.earnings-inputs label {
  display: grid;
  gap: 6px;
  color: #665438;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.35;
}

.earnings-inputs [hidden] {
  display: none !important;
}

.earnings-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(76px, auto);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(190, 126, 22, .34);
  border-radius: 12px;
  background: #fff;
}

.earnings-control:focus-within {
  border-color: var(--sun-gold);
  box-shadow: 0 0 0 3px rgba(225, 170, 63, .14);
}

.earnings-control input {
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  color: #2f2109;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 800;
}

.earnings-control > span {
  display: grid;
  align-self: stretch;
  place-items: center;
  color: #71300c;
  background: #f8df9b;
  font-size: .76rem;
  font-weight: 900;
}

.earnings-currency {
  align-self: stretch;
  min-width: 76px;
  padding: 0 24px 0 9px;
  color: #71300c;
  border: 0;
  border-left: 1px solid rgba(190, 126, 22, .34);
  outline: 0;
  background: #f8df9b;
  font-size: .72rem;
  font-weight: 900;
  cursor: pointer;
}

.earnings-currency:focus-visible {
  box-shadow: inset 0 0 0 2px var(--fire-orange);
}

.earnings-comparison {
  min-width: 0;
}

.earnings-table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(190, 126, 22, .46);
  border-radius: 28px 8px 28px 8px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 20px 48px rgba(91, 55, 8, .11);
}

.earnings-table-scroll table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #4e422f;
  font-size: .8rem;
}

.earnings-table-scroll th,
.earnings-table-scroll td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(190, 126, 22, .18);
  text-align: left;
  vertical-align: middle;
}

.earnings-table-scroll thead th {
  color: #382407;
  background: #fff7e4;
  font: 700 .88rem/1.3 Georgia, serif;
}

.earnings-table-scroll thead th span,
.earnings-table-scroll thead th small {
  display: block;
}

.earnings-table-scroll thead th small {
  margin-top: 4px;
  color: #83642b;
  font: 700 .64rem/1.35 Arial, sans-serif;
  letter-spacing: .03em;
}

.earnings-table-scroll thead .hot-host-column {
  color: #fff7e7;
}

.earnings-table-scroll thead .hot-host-column small {
  color: #ffe3a5;
}

.earnings-table-scroll tbody th {
  width: 24%;
  color: #68583f;
  font-size: .72rem;
  letter-spacing: .025em;
}

.earnings-table-scroll tbody tr:last-child > * {
  border-bottom: 0;
}

.earnings-table-scroll .hot-host-column {
  color: #fff7e7;
  border-bottom-color: rgba(255, 225, 155, .17);
  background: linear-gradient(110deg, #8f1a08, #c92f12 62%, #ee581d);
  font-weight: 800;
}

.earnings-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 24px;
  margin-top: 16px;
  padding: 19px 22px;
  color: #fff7e8;
  border: 1px solid rgba(255, 219, 132, .6);
  border-radius: 8px 24px 8px 24px;
  background: linear-gradient(110deg, #21180d, #5f2908 60%, #ad2a0d);
  box-shadow: 0 16px 36px rgba(83, 39, 4, .18);
}

.earnings-result > span {
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.earnings-result > strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: #ffd878;
  font: 800 clamp(1.7rem, 3vw, 2.7rem)/1 Georgia, serif;
}

.earnings-result > div {
  color: #e7ddcf;
  font-size: .77rem;
}

.earnings-result b {
  color: #ffca66;
}

.earnings-disclaimer {
  margin: 12px 5px 0;
  color: #7d715f;
  font-size: .68rem;
  line-height: 1.55;
}

html[data-theme="dark"] main > .section.earnings-section {
  border-block-color: rgba(225, 170, 63, .2);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 101, 31, .1), transparent 25%),
    linear-gradient(rgba(26, 22, 17, .96), rgba(15, 13, 10, .98)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] .earnings-inputs,
html[data-theme="dark"] .earnings-table-scroll {
  color: #f3ecdf;
  border-color: rgba(225, 170, 63, .34);
  background: rgba(29, 24, 18, .96);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .earnings-inputs label,
html[data-theme="dark"] .earnings-table-scroll,
html[data-theme="dark"] .earnings-table-scroll tbody th {
  color: #bfb3a2;
}

html[data-theme="dark"] .earnings-control {
  border-color: rgba(225, 170, 63, .28);
  background: #15120e;
}

html[data-theme="dark"] .earnings-control input {
  color: #f5eee3;
}

html[data-theme="dark"] .earnings-currency {
  color: #2f1904;
  border-left-color: rgba(225, 170, 63, .42);
  background: #e8bd5d;
}

html[data-theme="dark"] .earnings-control:focus-within {
  border-color: #ffd36f;
  box-shadow: 0 0 0 3px rgba(255, 211, 111, .26);
}

html[data-theme="dark"] .earnings-model-field select:focus-visible {
  border-color: #ffd36f;
  box-shadow: 0 0 0 3px rgba(255, 211, 111, .26);
}

html[data-theme="dark"] .earnings-currency:focus-visible {
  box-shadow: inset 0 0 0 3px #6f2609;
}

html[data-theme="dark"] .earnings-table-scroll thead th {
  color: #f3e8d6;
  background: #272119;
}

html[data-theme="dark"] .earnings-table-scroll th,
html[data-theme="dark"] .earnings-table-scroll td {
  border-bottom-color: rgba(225, 170, 63, .14);
}

html[data-theme="dark"] .earnings-disclaimer {
  color: #9f9588;
}

@media (max-width: 900px) {
  .earnings-layout {
    grid-template-columns: 1fr;
  }

  .earnings-inputs {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .earnings-inputs h3 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .earnings-inputs {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .earnings-inputs h3 {
    grid-column: auto;
  }

  .earnings-result {
    grid-template-columns: 1fr;
  }

  .earnings-result > strong {
    grid-row: auto;
    grid-column: auto;
    margin: 7px 0;
  }
}

/* Selector y vista previa de fotos para propiedades aun no publicadas. */
.property-photos-field {
  margin-block: 8px 20px;
  padding: 20px;
  border: 1px solid rgba(190, 126, 22, .42);
  border-radius: 20px 7px 20px 7px;
  background: rgba(255, 249, 231, .58);
}

.property-photo-dropzone {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 25px 20px;
  color: #57350b;
  border: 1px dashed rgba(172, 103, 12, .7);
  border-radius: 16px;
  background: rgba(255, 253, 249, .88);
  text-align: center;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.property-photo-dropzone:hover,
.property-photo-dropzone:focus-within,
.property-photo-dropzone.dragging {
  border-color: var(--fire-orange);
  background: #fff8e5;
  box-shadow: 0 0 0 4px rgba(225, 170, 63, .13);
  transform: translateY(-1px);
}

.property-photo-dropzone.invalid {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, .1);
}

.contact-form .property-photo-dropzone input[type="file"] {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.property-photo-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  box-shadow: 0 8px 18px rgba(145, 40, 8, .22);
  font-size: 1.6rem;
  line-height: 1;
}

.property-photo-dropzone > strong {
  font: 700 1rem/1.25 Georgia, serif;
}

.property-photo-dropzone .field-help {
  max-width: 390px;
  margin: 0;
}

.property-photos-status {
  min-height: 1.35em;
  margin: 9px 2px;
  color: #765114;
  font-size: .76rem;
  font-weight: 750;
}

.property-photos-status[data-kind="error"] {
  color: #9d2015;
}

.property-photos-status[data-kind="warning"] {
  color: #8b5a09;
}

.property-photos-status[data-kind="uploading"],
.property-photos-status[data-kind="submitted"] {
  color: #146045;
}

.property-photo-previews {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 16px;
}

.property-photo-preview {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1;
  border: 1px solid rgba(172, 122, 43, .35);
  border-radius: 12px;
  background: #e8dfd0;
}

.property-photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-photo-preview figcaption {
  position: absolute;
  inset: auto 0 0;
  overflow: hidden;
  padding: 18px 7px 5px;
  color: #fff;
  background: linear-gradient(transparent, rgba(20, 13, 5, .86));
  font-size: .58rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-photo-preview button {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  display: grid;
  width: 26px;
  height: 26px;
  padding: 0;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(122, 25, 10, .9);
  cursor: pointer;
  font-size: 1.08rem;
  line-height: 1;
}

.property-photo-preview button:hover,
.property-photo-preview button:focus-visible {
  color: #381b03;
  background: var(--light-gold);
}

.property-photos-link-label {
  display: block;
  margin-top: 6px;
}

.property-photos-link-label span {
  color: #7a6f5f;
  font-weight: 400;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-action:disabled {
  cursor: wait;
  opacity: .58;
  transform: none;
}

html[data-theme="dark"] .property-photos-field {
  border-color: rgba(225, 170, 63, .3);
  background: rgba(41, 31, 18, .72);
}

html[data-theme="dark"] .consent-field {
  border-color: rgba(225, 170, 63, .24);
  background: rgba(17, 14, 11, .55);
}

html[data-theme="dark"] .property-photo-dropzone {
  color: #f4e7d2;
  border-color: rgba(225, 170, 63, .48);
  background: rgba(22, 18, 14, .9);
}

html[data-theme="dark"] .property-photo-dropzone:hover,
html[data-theme="dark"] .property-photo-dropzone:focus-within,
html[data-theme="dark"] .property-photo-dropzone.dragging {
  background: #2b2116;
}

html[data-theme="dark"] .property-photos-status,
html[data-theme="dark"] .property-photos-link-label span {
  color: #c8bda9;
}

html[data-theme="dark"] .property-photos-status[data-kind="error"] {
  color: #ff9c8f;
}

html[data-theme="dark"] .property-photos-status[data-kind="uploading"],
html[data-theme="dark"] .property-photos-status[data-kind="submitted"] {
  color: #8be1bd;
}

@media (max-width: 600px) {
  .property-photos-field {
    padding: 15px;
  }

  .property-photo-previews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Sobre Hot Host: estrellas destacadas y credenciales con inversion de tema. */
.about-stars {
  display: inline-block;
  color: #d94a14;
  background: linear-gradient(105deg, #c88614, #ffd36f 32%, #ef5a1f 62%, #a91f0b 84%, #f4bd47);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 5px 18px rgba(190, 72, 12, .2);
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.credentials-panel {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-color: #111;
  background: #0d0d0d;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .24);
}

.service-detail .credentials-panel {
  position: relative;
  top: auto;
  border-color: #111;
}

.credentials-panel::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ffd36f, #ef5a1f 58%, #9d1f0b);
}

.credentials-panel h3 {
  margin-bottom: 10px;
  color: #ffd36f;
  font-size: 1.45rem;
  line-height: 1.18;
}

.credentials-lead {
  margin: 0 0 16px;
  color: #d9cdbd;
  font-size: .79rem;
  line-height: 1.55;
}

.credentials-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.credentials-hover-preview {
  display: none;
}

.credentials-details {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition: grid-template-rows .42s cubic-bezier(.22, .8, .26, 1), opacity .24s ease, visibility 0s linear .42s;
}

.credentials-details > .credentials-extra-list {
  min-height: 0;
  overflow: hidden;
}

.credentials-panel.is-expanded .credentials-details {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.credentials-panel li {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 14px 0 14px 42px;
  color: #f7f2e9;
  border-color: rgba(255, 255, 255, .16);
}

.credentials-panel li::before {
  content: attr(data-number);
  position: absolute;
  top: 15px;
  left: 0;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #391902;
  border-radius: 9px 3px 9px 3px;
  background: linear-gradient(135deg, #ffd36f, #f56a23);
  font-size: .61rem;
  font-weight: 950;
}

.credentials-panel li strong,
.credentials-panel li span {
  display: block;
}

.credentials-panel li strong {
  color: #fff7e8;
  font-size: .82rem;
  line-height: 1.32;
}

.credentials-panel li span {
  color: #bfb3a4;
  font-size: .68rem;
  line-height: 1.48;
}

.credentials-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  margin-top: 13px;
  padding: 9px 10px 9px 14px;
  color: #ffd36f;
  border: 1px solid rgba(255, 211, 111, .42);
  border-radius: 14px 5px 14px 5px;
  background: rgba(255, 255, 255, .055);
  font: inherit;
  font-size: .7rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.credentials-toggle:hover,
.credentials-toggle:focus-visible {
  color: #fff6dd;
  border-color: rgba(255, 211, 111, .82);
  outline: 0;
  background: rgba(255, 211, 111, .1);
}

.credentials-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 211, 111, .18);
}

.credentials-toggle-icon {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #2d1602;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd36f, #f56a23);
  font-size: .9rem;
  line-height: 1;
  transition: transform .3s ease;
}

.credentials-panel.is-expanded .credentials-toggle-icon {
  transform: rotate(180deg);
}

.credentials-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 13px;
  padding: 10px 14px;
  color: #2d1602;
  border-radius: 999px;
  background: linear-gradient(105deg, #ffd36f, #f39b30 50%, #ef5a1f);
  box-shadow: 0 12px 28px rgba(239, 90, 31, .22);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.credentials-cta:hover,
.credentials-cta:focus-visible {
  color: #160d03;
  box-shadow: 0 16px 34px rgba(239, 90, 31, .32);
  transform: translateY(-2px);
}

html[data-theme="dark"] .about-stars {
  color: #ffbd4a;
  background: linear-gradient(105deg, #ff9f2e, #ffe08a 35%, #ff6a24 68%, #e73712 88%, #ffd46b);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 5px 20px rgba(255, 105, 30, .24);
  -webkit-text-fill-color: transparent;
}

html[data-theme="dark"] .credentials-panel {
  color: #111;
  border-color: rgba(255, 255, 255, .9);
  background: #fff;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .42);
}

html[data-theme="dark"] .credentials-panel h3 {
  color: #8f1a08;
}

html[data-theme="dark"] .credentials-lead {
  color: #51483d;
}

html[data-theme="dark"] .credentials-panel li {
  color: #17130f;
  border-color: rgba(20, 16, 10, .18);
}

html[data-theme="dark"] .credentials-panel li strong {
  color: #241608;
}

html[data-theme="dark"] .credentials-panel li span {
  color: #5f5549;
}

html[data-theme="dark"] .credentials-toggle {
  color: #842409;
  border-color: rgba(143, 45, 10, .32);
  background: #fff6df;
}

html[data-theme="dark"] .credentials-toggle:hover,
html[data-theme="dark"] .credentials-toggle:focus-visible {
  color: #541807;
  border-color: rgba(143, 45, 10, .62);
  background: #ffeabb;
}

@media (hover: hover) and (min-width: 961px) {
  .credentials-panel:not(.is-expanded).is-previewing {
    z-index: 4;
    overflow: visible;
  }

  .credentials-hover-preview {
    position: absolute;
    z-index: 3;
    top: var(--credentials-preview-top, 0);
    right: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    width: calc(100% + 16px);
    max-height: var(--credentials-preview-height, calc(100vh - 112px));
    padding: 20px 16px 20px 24px;
    color: #fff;
    border: 1px solid #111;
    border-right: 0;
    border-radius: 28px 0 0 8px;
    background: #0d0d0d;
    box-shadow: 0 28px 54px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity .2s ease, transform .25s ease, visibility 0s linear .25s;
  }

  .credentials-panel:not(.is-expanded).is-previewing .credentials-hover-preview {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .credentials-panel.is-previewing .credentials-toggle-icon {
    transform: rotate(180deg);
  }

  .credentials-preview-list {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #f39b30 rgba(255, 255, 255, .08);
    scrollbar-width: thin;
  }

  html[data-theme="dark"] .credentials-hover-preview {
    color: #111;
    border-color: rgba(255, 255, 255, .9);
    background: #fff;
    box-shadow: 0 28px 58px rgba(0, 0, 0, .46);
  }
}

/* Selector legible sobre la cabecera roja, con bandera para cada idioma. */
.language-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 94px;
  padding: 9px 10px;
  letter-spacing: .035em;
  line-height: 1;
}

.language-switcher::before,
.language-switcher::after {
  content: none;
}

.language-option-flag {
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 14px;
  border: 1px solid rgba(45, 31, 12, .22);
  border-radius: 2px;
  background: var(--language-flag);
  box-shadow: 0 1px 3px rgba(31, 20, 5, .18);
}

.language-current-code {
  font-weight: 900;
}

.language-chevron {
  margin-left: auto;
  font-size: .75rem;
  transition: transform .2s ease;
}

.language-select[aria-expanded="true"] .language-chevron {
  transform: rotate(180deg);
}

[data-language="es"] {
  --language-flag: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}

[data-language="en"] {
  --language-flag:
    linear-gradient(90deg, transparent 43%, #c8102e 43% 57%, transparent 57%),
    linear-gradient(transparent 39%, #c8102e 39% 61%, transparent 61%),
    linear-gradient(90deg, transparent 36%, #fff 36% 64%, transparent 64%),
    linear-gradient(transparent 29%, #fff 29% 71%, transparent 71%),
    #012169;
}

[data-language="fr"] {
  --language-flag: linear-gradient(90deg, #002654 0 33.33%, #fff 33.33% 66.66%, #ce1126 66.66%);
}

[data-language="it"] {
  --language-flag: linear-gradient(90deg, #009246 0 33.33%, #fff 33.33% 66.66%, #ce2b37 66.66%);
}

[data-language="de"] {
  --language-flag: linear-gradient(#000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%);
}

[data-language="pl"] {
  --language-flag: linear-gradient(#fff 0 50%, #dc143c 50%);
}

[data-language="nl"] {
  --language-flag: linear-gradient(#ae1c28 0 33.33%, #fff 33.33% 66.66%, #21468b 66.66%);
}

[data-language="pt"] {
  --language-flag: linear-gradient(90deg, #046a38 0 40%, #da291c 40%);
}

[data-language="el"] {
  --language-flag: repeating-linear-gradient(#0d5eaf 0 2px, #fff 2px 4px);
}

.language-menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 196px;
  max-height: calc(100vh - 100px);
  gap: 3px;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid rgba(138, 87, 15, .42);
  border-radius: 14px 5px 14px 5px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(48, 25, 2, .24);
}

.language-option {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 10px;
  color: #25180a;
  border: 0;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  text-align: left;
}

.language-option small {
  color: #796b59;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.language-option:hover,
.language-option:focus-visible {
  outline: 0;
  background: #fff0c5;
}

.language-option[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(105deg, var(--fire-red-deep), var(--fire-orange));
}

.language-option[aria-selected="true"] small {
  color: #ffe9b5;
}

.site-header.scrolled .language-select,
html[data-theme="dark"] .site-header.scrolled .language-select {
  color: #651b08;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 8px 22px rgba(63, 15, 5, .2);
}

html[data-theme="dark"] .language-menu {
  border-color: rgba(225, 170, 63, .55);
  background: #fff;
}

html[data-theme="dark"] .language-option {
  color: #25180a;
}

html[data-theme="dark"] .language-option[aria-selected="true"] {
  color: #fff;
}

/* El visitante aporta un solo dato segun su modelo de alquiler actual. */
.earnings-model-field select {
  width: 100%;
  min-width: 0;
  padding: 11px 34px 11px 12px;
  color: #241807;
  border: 1px solid rgba(156, 92, 8, .5);
  border-radius: 12px;
  outline: 0;
  background: #fff;
  font-weight: 800;
}

.earnings-model-field select:focus-visible {
  border-color: var(--fire-orange);
  box-shadow: 0 0 0 3px rgba(225, 93, 25, .14);
}

.earnings-value-field {
  display: grid;
  gap: 6px;
  padding-top: 3px;
}

/* Contraste reforzado para lectura rapida de todos los datos. */
.earnings-table-scroll table {
  color: #211707;
  font-size: .84rem;
}

.earnings-table-scroll tbody th {
  color: #36250b;
  background: #fff8e9;
  font-size: .75rem;
  font-weight: 900;
}

.earnings-table-scroll tbody td:not(.hot-host-column) {
  color: #211707;
  background: #fff;
  font-weight: 720;
}

.earnings-table-scroll tbody tr:nth-child(even) td:not(.hot-host-column) {
  background: #fff8e9;
}

.earnings-table-scroll .current-model-column:not(.hot-host-column) {
  color: #2b1902;
  background: #ffedbd;
  box-shadow: inset 3px 0 #d79017, inset -3px 0 #d79017;
  font-weight: 850;
}

.earnings-table-scroll thead .current-model-column:not(.hot-host-column) {
  color: #5b2207;
  background: #f8d77f;
}

html[data-theme="dark"] .earnings-model-field select {
  color: #fff8e9;
  border-color: rgba(239, 192, 92, .55);
  background: #100d0a;
}

html[data-theme="dark"] .earnings-table-scroll table,
html[data-theme="dark"] .earnings-table-scroll tbody td:not(.hot-host-column) {
  color: #fff8ed;
}

html[data-theme="dark"] .earnings-table-scroll tbody th {
  color: #ffe9b7;
  background: #211a12;
}

html[data-theme="dark"] .earnings-table-scroll tbody td:not(.hot-host-column) {
  background: #15110d;
}

html[data-theme="dark"] .earnings-table-scroll tbody tr:nth-child(even) td:not(.hot-host-column) {
  background: #211a12;
}

html[data-theme="dark"] .earnings-table-scroll .current-model-column:not(.hot-host-column) {
  color: #fff4d7;
  background: #483315;
  box-shadow: inset 3px 0 #e1aa3f, inset -3px 0 #e1aa3f;
}

html[data-theme="dark"] .earnings-table-scroll thead .current-model-column:not(.hot-host-column) {
  color: #1e1304;
  background: #e8bd5d;
}

@media (max-width: 900px) {
  .earnings-model-field,
  .earnings-value-field {
    align-self: start;
  }
}

@media (max-width: 430px) {
  .language-select {
    min-width: 88px;
  }
}

/* CTA de auditoria mostrado una sola vez tras el primer scroll en Inicio. */
.audit-scroll-prompt {
  position: fixed;
  z-index: 70;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: min(390px, calc(100vw - 32px));
  max-height: calc(100vh - 100px);
  padding: 23px;
  overflow: auto;
  color: #fff8ea;
  border: 1px solid rgba(255, 211, 111, .72);
  border-radius: 28px 8px 28px 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 120, 31, .32), transparent 34%),
    linear-gradient(145deg, #17110b, #4a1c08 72%, #8f260d);
  box-shadow: 0 28px 70px rgba(58, 20, 2, .38), inset 0 0 0 1px rgba(255, 255, 255, .06);
  opacity: 0;
  pointer-events: none;
  transform: translateY(28px) scale(.97);
  transition: opacity .3s ease, transform .3s ease;
}

.audit-scroll-prompt::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 28px 8px 0 0;
  background: linear-gradient(90deg, #ffd36f, #ff7b28, #bd260d);
}

.audit-scroll-prompt.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.audit-scroll-prompt.closing {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(.98);
}

.audit-prompt-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 31px;
  height: 31px;
  padding: 0;
  place-items: center;
  color: #fff4dc;
  border: 1px solid rgba(255, 224, 158, .38);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

.audit-prompt-close:hover,
.audit-prompt-close:focus-visible {
  color: #331606;
  outline: 0;
  background: #ffd36f;
}

.audit-prompt-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 34px;
}

.audit-prompt-brand img {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, .28));
}

.audit-prompt-brand span {
  padding: 5px 8px;
  color: #391902;
  border-radius: 999px;
  background: #ffd36f;
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.audit-prompt-kicker {
  margin-top: 17px;
  color: #ffb64f;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.audit-scroll-prompt h2 {
  margin: 5px 0 8px;
  color: #fff8e9;
  font: 750 clamp(1.55rem, 3vw, 2rem)/1.05 Georgia, serif;
}

.audit-scroll-prompt p {
  margin: 0;
  color: #e5d8c7;
  font-size: .81rem;
  line-height: 1.55;
}

.audit-prompt-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  margin-top: 18px;
  padding: 11px 16px;
  color: #2b1303;
  border-radius: 999px;
  background: linear-gradient(100deg, #ffd36f, #f49a2f 55%, #f05c20);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
  font-size: .78rem;
  font-weight: 950;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.audit-prompt-action:hover,
.audit-prompt-action:focus-visible {
  color: #160b02;
  outline: 0;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
  transform: translateY(-2px);
}

html[data-theme="dark"] .audit-scroll-prompt {
  color: #24170a;
  border-color: rgba(225, 170, 63, .68);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 101, 31, .18), transparent 34%),
    linear-gradient(145deg, #fffdf8, #fff3d8);
  box-shadow: 0 28px 74px rgba(0, 0, 0, .52), inset 0 0 0 1px rgba(255, 255, 255, .7);
}

html[data-theme="dark"] .audit-prompt-close {
  color: #6f2609;
  border-color: rgba(143, 45, 10, .24);
  background: rgba(143, 45, 10, .08);
}

html[data-theme="dark"] .audit-prompt-close:focus-visible {
  color: #331606;
  outline: 3px solid #6f2609;
  outline-offset: 2px;
  background: #ffd36f;
}

html[data-theme="dark"] .audit-prompt-kicker {
  color: #9f320c;
}

html[data-theme="dark"] .audit-scroll-prompt h2 {
  color: #241508;
}

html[data-theme="dark"] .audit-scroll-prompt p {
  color: #625344;
}

@media (max-width: 600px) {
  main > .section:not(.soft)::before,
  main > .section:not(.soft)::after {
    width: 82px;
    height: 28px;
  }

  main > .section:not(.soft)::before {
    top: 9px;
    left: 10px;
  }

  main > .section:not(.soft)::after {
    right: 10px;
    bottom: 9px;
  }

  .audit-scroll-prompt {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100vw - 24px);
    padding: 20px;
    border-radius: 22px 7px 22px 7px;
  }

  .audit-prompt-brand span {
    font-size: .59rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .credentials-details,
  .credentials-hover-preview,
  .credentials-toggle-icon {
    transition: none;
  }

  .audit-scroll-prompt,
  .audit-prompt-action {
    transition: none;
  }
}

/* Garantia comercial: una promesa visible con sus condiciones al mismo nivel. */
main > .guarantee-section {
  padding-block: clamp(70px, 8vw, 118px);
  color: #fff8e9;
  border-block: 1px solid rgba(225, 170, 63, .42);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 101, 31, .22), transparent 28%),
    linear-gradient(118deg, #211105, #571a08 52%, #8f220b);
}

.guarantee-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  overflow: hidden;
  border: 1px solid rgba(247, 205, 111, .68);
  border-radius: 38px 10px 38px 10px;
  background: #201209;
  box-shadow: 0 34px 80px rgba(35, 12, 2, .34), 0 0 0 8px rgba(255, 255, 255, .035);
}

.guarantee-copy {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: clamp(34px, 5vw, 68px);
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(23, 14, 8, .98), rgba(65, 23, 8, .94)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.guarantee-copy::after {
  content: "HH";
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -48px;
  color: rgba(244, 210, 124, .075);
  font: 800 clamp(8rem, 17vw, 14rem)/1 Georgia, serif;
  letter-spacing: -.12em;
  pointer-events: none;
}

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

.guarantee-brand img {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(244, 210, 124, .62);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .28);
}

.guarantee-brand span,
.guarantee-promise > span {
  color: #f3c965;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guarantee-copy h2 {
  max-width: 13ch;
  margin: 28px 0 18px;
  color: #fff9ec;
  font-size: clamp(2.65rem, 5vw, 5rem);
  letter-spacing: -.05em;
  line-height: .95;
  overflow-wrap: break-word;
  hyphens: auto;
  text-wrap: balance;
}

.guarantee-lead {
  max-width: 52ch;
  margin: 0;
  color: #d8c8b5;
  line-height: 1.7;
}

.guarantee-promise {
  display: grid;
  gap: 9px;
  margin-top: clamp(30px, 4vw, 48px);
  padding: 20px 22px;
  border: 1px solid rgba(255, 190, 90, .36);
  border-left: 5px solid #ff651f;
  border-radius: 5px 18px 18px 5px;
  background: rgba(255, 101, 31, .1);
  backdrop-filter: blur(8px);
}

.guarantee-promise strong {
  color: #fff8e9;
  font: 700 1.02rem/1.62 Georgia, serif;
}

.guarantee-terms {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4.5vw, 58px);
  color: #35230d;
  background:
    linear-gradient(rgba(255, 251, 239, .96), rgba(255, 243, 213, .97)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

.guarantee-terms ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guarantee-terms li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 96, 15, .2);
}

.guarantee-terms li:first-child {
  padding-top: 0;
}

.guarantee-terms li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fire-red-deep), var(--fire-orange));
  box-shadow: 0 8px 20px rgba(145, 40, 10, .2);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.guarantee-terms li strong {
  display: block;
  color: #422606;
  font: 700 1.15rem/1.2 Georgia, serif;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.guarantee-terms li p {
  margin: 7px 0 0;
  color: #6d5b44;
  font-size: .85rem;
  line-height: 1.58;
}

.guarantee-note {
  margin: 20px 0 0;
  color: #806f58;
  font-size: .7rem;
  line-height: 1.55;
}

.guarantee-cta {
  align-self: flex-start;
  max-width: 100%;
  margin-top: 24px;
  color: #fff;
  border-color: var(--fire-red);
  background: linear-gradient(100deg, var(--fire-red-deep), var(--fire-red) 58%, var(--fire-orange));
  box-shadow: 0 12px 28px rgba(153, 29, 10, .2);
  white-space: normal;
  text-align: center;
}

.guarantee-cta:hover,
.guarantee-cta:focus-visible,
html[data-theme="dark"] .guarantee-cta:hover,
html[data-theme="dark"] .guarantee-cta:focus-visible {
  color: #2d1804;
  border-color: #f3ca68;
  background: #f3ca68;
}

html[data-theme="dark"] .guarantee-terms {
  color: #f2e7d7;
  background:
    linear-gradient(rgba(31, 26, 20, .98), rgba(23, 19, 15, .98)),
    url("fondo-hot-host.png") center / cover no-repeat;
}

html[data-theme="dark"] .guarantee-terms li {
  border-bottom-color: rgba(225, 170, 63, .22);
}

html[data-theme="dark"] .guarantee-terms li strong {
  color: #f4dfaa;
}

html[data-theme="dark"] .guarantee-terms li p,
html[data-theme="dark"] .guarantee-note {
  color: #bdb0a0;
}

@media (max-width: 920px) {
  .guarantee-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  main > .guarantee-section {
    padding-block: 56px;
  }

  .guarantee-shell {
    border-radius: 26px 8px 26px 8px;
  }

  .guarantee-copy,
  .guarantee-terms {
    padding: 28px 22px;
  }

  .guarantee-copy h2 {
    font-size: clamp(2.45rem, 13vw, 3.8rem);
  }

  .guarantee-terms li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .guarantee-terms li > span {
    width: 38px;
    height: 38px;
  }
}
