/*
Theme Name: MySecretStay Child
Template: astra
Version: 1.0
Description: Tema figlio personalizzato per MySecretStay.
Author: Adriano
*/

@import url("../astra/style.css");

/* ===== STILE BASE ===== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #0e0e0f;
  color: #d3ba8c;
  font-family: "Playfair Display", serif;
}

/* ===== HERO ===== */

.hero {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* <-- QUESTA È LA SOLUZIONE */
  padding-top: 60px;           /* spazio iniziale dall’alto */
}
/* Overlay premium */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.65) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

/* ===== LOGO ===== */

.logo {
  width: 520px;
  max-width: 90%;
  display: block;
  transform: translateY(58px);
  filter: drop-shadow(0 4px 18px rgba(0,0,0,0.65));
}

/* ===== SEARCH BAR ===== */

.search-bar {
  display: flex;
  gap: 12px;
  background: rgba(255,255,255,0.12);  /* vetro leggero */
  padding: 14px 26px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
}

.search-bar select {
  min-width: 150px;
  height: 48px;
  padding: 0 14px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
}

/* ===== GOLD BUTTON ===== */

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;

  background: linear-gradient(90deg,#c8a157,#f3d9a3);
  color: #000;
}

.hero-mobile-explore,
.home-mobile-search-section {
  display: none;
}

/* ===== RESTO ===== */

.site-test-notice {
  background: #0B0B0B;
  padding: 20px 24px 0;
}

.site-test-notice .container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 22px;
  background: rgba(198,168,125,0.08);
  border: 1px solid rgba(198,168,125,0.28);
  border-radius: 8px;
}

.site-test-notice i {
  flex: 0 0 auto;
  color: #C6A87D;
  font-size: 18px;
  margin-top: 2px;
}

.site-test-notice p {
  margin: 0;
  color: #D8D2C7;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.valori, .strutture, .cta { text-align: center; padding: 80px 20px; }

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

.card { background: #1a1a1b; border-radius: 8px; overflow: hidden; }

.card-content { padding: 20px; }

.card img { width: 100%; display: block; }

.btn-outline { display: inline-block; border: 1px solid #d3ba8c; padding: 10px 20px; color: #d3ba8c; text-decoration: none; }

.cta { background: #1a1a1b; padding: 60px 20px; }

/* Nascondi solo gli elementi FSE del tema padre */
.site-header,
.wp-block-group,
h1.entry-title {
  display: none !important;
}

main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  background: #0B0B0B;
}
/* ===== HEADER MSS ===== */

.site-header-mss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 14px 40px;
  background: transparent;
}

body.admin-bar .site-header-mss {
  top: 32px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.header-logo {
  flex: 0 0 auto;
  line-height: 0;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
}

.header-logo img {
  width: 150px;
  max-width: min(150px, 42vw);
  height: auto;
  display: block;
}

.header-menu {
  display: flex;
  gap: 35px;
  align-items: center;
}

.header-menu a {
  color: #d3ba8c;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

.header-menu a:hover {
  opacity: 0.7;
}

.mobile-menu-toggle,
.mobile-menu-button {
  display: none;
}

.btn-partner {
  padding: 8px 18px;
  border: 1px solid #d3ba8c;
  border-radius: 6px;
}
/* ===== BLOCCO VALORI PREMIUM ===== */

.valori {
  background: #0B0B0B;
  padding: 70px 40px 50px;
}

.valori .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.valore {
  text-align: center;
  padding: 25px 35px;
  border-right: 1px solid rgba(198,168,125,0.22);
}

.valore:last-child {
  border-right: none;
}

.valore-icon i {
  font-size: 42px;
  color: #C6A87D;
}

.valore h3 {
  color: #C6A87D;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.valore p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
/* ===== STRUTTURE SELEZIONATE HOME ===== */

.strutture {
  background: #0B0B0B;
  padding: 80px 40px 90px;
  text-align: center;
}

.strutture .container {
  max-width: 1200px;
  margin: 0 auto;
}

.strutture h2 {
  color: #C6A87D;
  font-size: 42px;
  margin-bottom: 12px;
}

.strutture > .container > p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 17px;
  margin-bottom: 40px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.card {
  background: #111111;
  border: 1px solid rgba(198,168,125,0.18);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.card-content {
  padding: 24px;
}

.card-content h3 {
  color: #C6A87D;
  font-size: 25px;
  margin-bottom: 8px;
}

.card-content p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.btn-outline {
  display: inline-block;
  margin-top: 18px;
  width: 100%;
  text-align: center;
  border: 1px solid #C6A87D;
  color: #C6A87D;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 700;
  font-family: Inter, Manrope, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
}

.btn-outline:hover {
  background: #C6A87D;
  color: #0B0B0B;
}

/* ===== CTA HOME ===== */

.cta {
  background: #111111;
  padding: 70px 40px;
  text-align: center;
}

.cta h2 {
  color: #C6A87D;
  font-size: 34px;
  margin-bottom: 12px;
}

.cta p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 17px;
  margin-bottom: 28px;
}

/* ===== FOOTER LEGALE ===== */

.site-footer-mss {
  background: #080808;
  border-top: 1px solid rgba(211, 186, 140, 0.16);
  padding: 28px 40px;
  text-align: center;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 12px;
}

.footer-legal-links a {
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-legal-links a:hover {
  color: #F3D9A3;
}

.site-footer-mss p {
  margin: 0;
  color: #8E8E8E;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
}

.mss-cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 20px;
  background: rgba(17, 17, 17, 0.96);
  border: 1px solid rgba(198,168,125,0.34);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0,0,0,0.46);
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
}

.mss-cookie-banner[hidden] {
  display: none;
}

.mss-cookie-banner strong {
  display: block;
  margin-bottom: 5px;
  color: #C6A87D;
  font-size: 14px;
  font-weight: 800;
}

.mss-cookie-banner p {
  margin: 0;
  color: #B7B7B7;
  font-size: 13px;
  line-height: 1.55;
}

.mss-cookie-banner a {
  color: #E4C98F;
  font-weight: 700;
  text-decoration: none;
}

.mss-cookie-banner a:hover {
  text-decoration: underline;
}

.mss-cookie-banner button {
  flex: 0 0 auto;
  min-width: 118px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #C6A35A, #F3DE9D);
  color: #0B0B0B;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2px;
}
/* ===== PAGINA ESPLORA ===== */

.explore-page {
  min-height: 100vh;
  background: #0B0B0B;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding-top: 120px;
}

.explore-list {
  padding: 30px 36px 60px;
}

.explore-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 180px;
  gap: 12px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.18);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 28px;
}

.filter-box {
  background: #181818;
  border: 1px solid rgba(198,168,125,0.12);
  border-radius: 8px;
  padding: 10px 12px;
}

.filter-box label {
  display: block;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
}

.filter-box select {
  width: 100%;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  outline: none;
}

.explore-btn {
  background: #C6A87D;
  color: #0B0B0B;
  border: none;
  border-radius: 8px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.explore-heading h1 {
  color: #C6A87D;
  font-size: 34px;
  margin-bottom: 6px;
}

.explore-heading p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  margin-bottom: 24px;
}

.explore-mobile-view-switch {
  display: none;
}

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

.home-structure-cards .explore-card {
  text-align: left;
}

.explore-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.18);
  border-radius: 10px;
  overflow: hidden;
}

.explore-card-map-number {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #EED99C, #B9924F);
  color: #111111;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0,0,0,0.32);
}

.explore-card-rating {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  padding: 0 10px;
  background: rgba(11, 11, 11, 0.82);
  border: 1px solid rgba(238, 217, 156, 0.72);
  border-radius: 8px;
  color: #F3D9A3;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0,0,0,0.32);
}

.explore-card-rating i {
  margin-right: 5px;
  color: #F3D9A3;
  font-size: 11px;
}

.explore-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.explore-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.explore-card-content span {
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
}

.explore-card-content h2 {
  color: #C6A87D;
  font-size: 22px;
  line-height: 1.25;
  min-height: 2.5em;
  margin: 8px 0 8px;
}

.explore-card-price {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 0 11px;
  background: rgba(198,168,125,0.1);
  border: 1px solid rgba(198,168,125,0.22);
  border-radius: 8px;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.explore-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}

.explore-card-content .btn-outline {
  margin-top: auto;
}

.explore-card-content li {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
}

.explore-card-content i {
  color: #C6A87D;
  margin-right: 8px;
}

.explore-empty {
  grid-column: 1 / -1;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.18);
  border-radius: 10px;
  padding: 30px;
}

.explore-empty h2 {
  color: #C6A87D;
  font-size: 26px;
  margin: 0 0 10px;
}

.explore-empty p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  margin: 0;
}

/* MAPPA */

.explore-map {
  position: sticky;
  top: 120px;
  height: calc(100vh - 120px);
  background: #141414;
  border-left: 1px solid rgba(198,168,125,0.12);
  box-shadow: inset 0 0 120px rgba(198,168,125,0.04);
}

.map-placeholder {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #111111;
}

.map-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 400;
  pointer-events: none;
  background: linear-gradient(rgba(12,12,12,0.06), rgba(8,8,8,0.44));
  box-shadow: inset 0 0 0 1px rgba(198,168,125,0.10);
}

.map-label {
  position: absolute;
  z-index: 500;
  left: 36px;
  right: 36px;
  bottom: 36px;
  background: rgba(17,17,17,0.92);
  border: 1px solid rgba(198,168,125,0.18);
  border-radius: 8px;
  padding: 18px;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
}

.map-label i {
  color: #C6A87D;
  margin-right: 8px;
}

.map-placeholder .leaflet-control-attribution {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  background: rgba(17,17,17,0.72);
  border-radius: 6px;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 10px;
}

.map-placeholder .leaflet-control-attribution a {
  color: #C6A87D;
}

.explore-leaflet-map .mss-map-marker {
  cursor: pointer;
}

.map-placeholder .leaflet-container {
  background: #111111;
}
.btn-search-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ast-scroll-top-icon,
.ast-scroll-to-top-right,
#ast-scroll-top,
.ast-scroll-top {
  display: none !important;
}

/* ===== PAGINA STRUTTURA ===== */

.property-eyebrow {
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.property-page {
  background:
    linear-gradient(180deg, #0B0B0B 0%, #111111 42%, #0B0B0B 100%);
  padding: 150px 40px 90px;
}

.property-top,
.property-quick-facts,
.property-media-layout,
.property-shell {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.property-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.property-top h1 {
  color: #C6A87D;
  font-size: 52px;
  line-height: 1.08;
  margin: 0;
}

.property-title-block {
  min-width: 0;
}

.property-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.property-top-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.20);
  border-radius: 8px;
  font-family: Inter, Manrope, sans-serif;
}

.property-top-rating strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #E6E0D4;
  font-size: 16px;
  font-weight: 800;
}

.property-top-rating i {
  color: #C6A87D;
  font-size: 13px;
}

.property-top-rating span {
  color: #C6A87D;
  font-size: 13px;
  font-weight: 800;
}

.property-top p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  margin: 0;
}

.property-top p i {
  color: #C6A87D;
}

.property-price {
  flex-shrink: 0;
}

.property-price span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  background: rgba(198,168,125,0.14);
  border: 1px solid rgba(198,168,125,0.28);
  border-radius: 8px;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.property-top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 244px;
  max-width: 100%;
  text-decoration: none;
  font-family: Inter, Manrope, sans-serif;
  flex-shrink: 0;
}

.property-quick-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 44px;
}

.property-quick-facts div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 8px;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
}

.property-quick-facts i {
  color: #C6A87D;
}

.property-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 0;
}

.property-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) repeat(2, minmax(0, 0.68fr));
  grid-template-rows: repeat(2, 222px);
  gap: 14px;
}

.property-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 8px;
  background: #111111;
  cursor: pointer;
}

.property-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.property-gallery-item:hover img {
  transform: scale(1.035);
  opacity: 0.88;
}

.property-gallery .gallery-featured {
  grid-row: span 2;
}

.property-gallery-more {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(0,0,0,0.48);
  color: #FFFFFF;
  font-family: Inter, Manrope, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0,0,0,0.72);
}

.property-gallery-more-mobile {
  display: none;
}

.property-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 72px 72px 42px;
  background: rgba(0,0,0,0.92);
}

body.property-lightbox-open {
  overflow: hidden;
}

.property-lightbox[hidden] {
  display: none;
}

.property-lightbox figure {
  width: min(1120px, 100%);
  max-height: 100%;
  margin: 0;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.property-lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.5);
}

.property-lightbox figcaption {
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.property-lightbox-close,
.property-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(198,168,125,0.42);
  border-radius: 50%;
  background: rgba(17,17,17,0.88);
  color: #C6A87D;
  cursor: pointer;
}

.property-lightbox-close {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 18px;
}

.property-lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 18px;
  transform: translateY(-50%);
}

.property-lightbox-prev {
  left: 24px;
}

.property-lightbox-next {
  right: 24px;
}

.property-lightbox-close:hover,
.property-lightbox-nav:hover {
  background: #C6A87D;
  color: #0B0B0B;
}

.property-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.property-main {
  display: grid;
  gap: 34px;
}

.property-section {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(198,168,125,0.14);
}

.property-section h2,
.availability-box h2 {
  color: #C6A87D;
  font-size: 34px;
  line-height: 1.16;
  margin: 9px 0 16px;
}

.property-section p,
.availability-box p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.property-description-toggle {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.property-description-full {
  display: none;
}

.property-description-excerpt p {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.property-description-toggle:checked ~ .property-description-excerpt {
  display: none;
}

.property-description-toggle:checked ~ .property-description-full {
  display: block;
}

.property-description-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 20px;
  border: 1px solid #C6A87D;
  border-radius: 8px;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.property-description-action:hover {
  background: #C6A87D;
  color: #0B0B0B;
}

.property-description-less {
  display: none;
}

.property-description-toggle:checked ~ .property-description-action .property-description-more {
  display: none;
}

.property-description-toggle:checked ~ .property-description-action .property-description-less {
  display: inline;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.amenity-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 8px;
  padding: 16px;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
}

.amenity-item i {
  color: #C6A87D;
  font-size: 18px;
  width: 22px;
  text-align: center;
}

.property-info-section {
  padding-bottom: 0;
  border-bottom: none;
}

.property-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.property-info-item {
  display: flex;
  gap: 13px;
  min-height: 90px;
  padding: 15px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 8px;
}

.property-info-item i {
  color: #C6A87D;
  font-size: 18px;
  width: 22px;
  text-align: center;
  margin-top: 2px;
}

.property-info-item span {
  display: block;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}

.property-info-item strong {
  display: block;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.property-reviews {
  margin-top: 24px;
  padding: 20px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.18);
  border-radius: 8px;
}

.property-reviews-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.property-reviews-head span {
  display: block;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  margin-bottom: 8px;
}

.property-reviews-head strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.property-reviews-head i {
  color: #C6A87D;
  font-size: 17px;
}

.property-reviews-head p {
  margin: 3px 0 0;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.property-review-card {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(198,168,125,0.14);
}

.property-reviews > .property-review-card:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.property-review-rating {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.property-review-rating i {
  color: #C6A87D;
  font-size: 13px;
}

.property-review-card p {
  margin: 0;
  color: #CFCFCF;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.property-review-card div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 13px;
  font-family: Inter, Manrope, sans-serif;
}

.property-review-card strong {
  color: #E6E0D4;
  font-size: 14px;
  font-weight: 800;
}

.property-review-card span {
  color: #8D8D8D;
  font-size: 13px;
}

.property-reviews-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.property-reviews-extra {
  display: none;
}

.property-reviews-toggle:checked ~ .property-reviews-extra {
  display: block;
}

.property-reviews-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 20px;
  border: 1px solid rgba(198,168,125,0.72);
  border-radius: 8px;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.property-reviews-less {
  display: none;
}

.property-reviews-toggle:checked ~ .property-reviews-action .property-reviews-more {
  display: none;
}

.property-reviews-toggle:checked ~ .property-reviews-action .property-reviews-less {
  display: inline;
}

.property-map-preview {
  position: relative;
  min-height: 458px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(198,168,125,0.16);
  background: #111111;
}

.property-map-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 400;
  pointer-events: none;
  background: linear-gradient(rgba(12,12,12,0.10), rgba(8,8,8,0.42));
  box-shadow: inset 0 0 0 1px rgba(198,168,125,0.12);
}

.property-map-preview .leaflet-container {
  background: #111111;
}

.property-map-preview .leaflet-control-attribution {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  background: rgba(17,17,17,0.72);
  border-radius: 6px;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 10px;
}

.property-map-preview .leaflet-control-attribution a {
  color: #C6A87D;
}

.mss-map-marker {
  width: 42px;
  height: 42px;
  background: transparent;
}

.mss-map-marker span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, #EED99C, #B9924F);
  transform: rotate(-45deg);
  box-shadow: 0 14px 24px rgba(0,0,0,0.34);
}

.mss-map-marker b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #111111;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  transform: rotate(45deg);
}

.property-sidebar {
  position: sticky;
  top: 126px;
}

.availability-box {
  background: #111111;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 10px;
  padding: 24px;
}

.availability-heading {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(90deg,#c8a157,#f3d9a3);
  color: #0B0B0B;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-align: center;
}

.availability-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.availability-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.availability-form label {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
}

.availability-form input,
.availability-form select {
  width: 100%;
  height: 48px;
  margin-top: 6px;
  padding: 0 13px;
  border: 1px solid rgba(198,168,125,0.22);
  border-radius: 8px;
  background: #181818;
  color: #FFFFFF;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  outline: none;
}

.availability-field-note {
  display: block;
  margin-top: 7px;
  color: #7F7F7F;
  font-family: Inter, Manrope, sans-serif;
  font-size: 11px;
  line-height: 1.45;
}

.availability-form button {
  width: 100%;
  margin-top: 4px;
  font-family: Inter, Manrope, sans-serif;
}

.availability-consents {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.availability-form .availability-consents label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #A0A0A0;
  font-size: 12px;
  line-height: 1.5;
}

.availability-form .availability-consents input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #C6A87D;
}

.availability-consents a {
  color: #C6A87D;
  font-weight: 700;
  text-decoration: none;
}

.availability-consents a:hover {
  text-decoration: underline;
}

.availability-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.availability-calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.legend-dot-busy {
  background: #D98989;
}

.availability-date-warning {
  min-height: 0;
  padding: 10px 12px;
  border: 1px solid rgba(217,137,137,0.32);
  border-radius: 8px;
  background: rgba(217,137,137,0.08);
  color: #D98989;
  font-family: Inter, Manrope, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.availability-date-warning:empty,
.availability-date-warning[hidden] {
  display: none;
}

.flatpickr-calendar {
  overflow: hidden;
  border: 1px solid rgba(198,168,125,0.26);
  border-radius: 10px;
  background: #111111;
  box-shadow: 0 20px 42px rgba(0,0,0,0.42);
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after {
  border-bottom-color: #111111;
  border-top-color: #111111;
}

.flatpickr-months,
.flatpickr-weekdays {
  background: #151515;
}

.flatpickr-current-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year,
.flatpickr-weekday {
  color: #E6E0D4;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .numInputWrapper {
  height: 34px;
  border: 1px solid rgba(198,168,125,0.22);
  border-radius: 7px;
  background: #151515;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  width: auto;
  min-width: 132px;
  padding: 0 30px 0 12px;
  appearance: none;
  -webkit-appearance: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.flatpickr-current-month input.cur-year:hover,
.flatpickr-current-month .numInputWrapper:hover {
  background: #181818;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month input.cur-year:focus {
  border-color: rgba(198,168,125,0.58);
  outline: none;
}

.flatpickr-current-month .numInputWrapper {
  width: 86px;
}

.flatpickr-current-month input.cur-year {
  padding: 0 24px 0 12px;
}

.flatpickr-current-month .numInputWrapper span.arrowUp::after {
  border-bottom-color: #C6A87D;
}

.flatpickr-current-month .numInputWrapper span.arrowDown::after {
  border-top-color: #C6A87D;
}

.flatpickr-current-month .numInputWrapper span:hover {
  background: rgba(198,168,125,0.12);
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #C6A87D;
  fill: #C6A87D;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #F3D9A3;
  fill: #F3D9A3;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  color: #4D463B;
  fill: #4D463B;
}

.flatpickr-day {
  color: #C6A87D;
  border-color: transparent;
}

.flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay) {
  color: #C6A87D;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  border-color: rgba(198,168,125,0.5);
  background: rgba(198,168,125,0.12);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  border-color: #C6A87D;
  background: #C6A87D;
  color: #0B0B0B;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  border-color: rgba(217,137,137,0.18);
  background: rgba(217,137,137,0.16);
  color: #D98989;
  cursor: not-allowed;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #565656;
}

.availability-message {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
  background: #181818;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 8px;
  font-family: Inter, Manrope, sans-serif;
}

.availability-message i {
  color: #C6A87D;
  margin-top: 2px;
}

.availability-message strong {
  display: block;
  color: #E6E0D4;
  font-size: 14px;
  margin-bottom: 4px;
}

.availability-message p {
  color: #A0A0A0;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.availability-message-error {
  border-color: rgba(198,80,80,0.45);
}

.availability-message-error i {
  color: #D98989;
}

.availability-note {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.availability-note i {
  color: #C6A87D;
  margin-top: 2px;
}

.request-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* ===== PAGINA COME FUNZIONA ===== */

.how-page {
  min-height: 100vh;
  padding: 170px 40px 80px;
  background: #0B0B0B;
}

.how-hero,
.how-intro,
.how-steps,
.how-privacy-box,
.how-cta {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.how-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.how-hero span {
  display: block;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.how-hero h1 {
  color: #C6A87D;
  font-size: 56px;
  line-height: 1.06;
  margin: 0 0 18px;
}

.how-hero p,
.how-intro p,
.how-step p,
.how-privacy-box p,
.how-cta p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.how-hero p {
  max-width: 760px;
  margin: 0;
}

.how-hero-note {
  display: flex;
  gap: 14px;
  padding: 22px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 10px;
}

.how-hero-note i,
.how-privacy-box i,
.how-step-icon i {
  color: #C6A87D;
}

.how-hero-note p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.how-intro {
  padding: 26px 0 38px;
  border-top: 1px solid rgba(198,168,125,0.12);
}

.how-intro p {
  max-width: 900px;
  margin: 0;
}

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

.how-step {
  position: relative;
  min-height: 286px;
  padding: 24px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.how-step-number {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #EED99C, #B9924F);
  color: #111111;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.how-step-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(198,168,125,0.08);
}

.how-step h2 {
  color: #E6E0D4;
  font-size: 24px;
  line-height: 1.18;
  margin: 0 42px 12px 0;
}

.how-step p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.how-privacy-box {
  margin-top: 22px;
  padding: 28px;
  background: rgba(198,168,125,0.08);
  border: 1px solid rgba(198,168,125,0.24);
  border-radius: 10px;
}

.how-privacy-box div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.how-privacy-box h2,
.how-cta h2 {
  color: #C6A87D;
  font-size: 32px;
  line-height: 1.16;
  margin: 0;
}

.how-privacy-box p {
  max-width: 940px;
  margin: 0;
}

.how-cta {
  margin-top: 34px;
  padding: 36px 28px;
  text-align: center;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.how-cta p {
  margin: 12px auto 24px;
  max-width: 640px;
}

.how-cta .btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ===== PAGINA CHI SIAMO ===== */

.about-page {
  min-height: 100vh;
  padding: 170px 40px 80px;
  background: #0B0B0B;
}

.about-hero,
.about-mission,
.about-section-heading,
.about-selection-grid,
.about-method,
.about-cta {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.about-hero span,
.about-mission span {
  display: block;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about-hero h1 {
  color: #C6A87D;
  font-size: 56px;
  line-height: 1.06;
  margin: 0 0 18px;
}

.about-hero p,
.about-hero-card p,
.about-mission p,
.about-section-heading p,
.about-selection-card p,
.about-method p,
.about-cta p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.about-hero p {
  max-width: 790px;
  margin: 0;
}

.about-hero-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 10px;
}

.about-hero-card i,
.about-card-icon i,
.about-method i {
  color: #C6A87D;
}

.about-hero-card p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.about-mission {
  padding: 30px 0 34px;
  border-top: 1px solid rgba(198,168,125,0.12);
}

.about-mission h2,
.about-section-heading h2,
.about-method h2,
.about-cta h2 {
  color: #C6A87D;
  font-size: 34px;
  line-height: 1.16;
  margin: 0;
}

.about-mission p {
  max-width: 940px;
  margin: 14px 0 0;
}

.about-section-heading {
  margin-bottom: 22px;
}

.about-section-heading p {
  max-width: 760px;
  margin: 10px 0 0;
}

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

.about-selection-card {
  min-height: 280px;
  padding: 24px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.about-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  background: rgba(198,168,125,0.08);
}

.about-selection-card h3 {
  color: #E6E0D4;
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 12px;
}

.about-selection-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.about-method {
  margin-top: 22px;
  padding: 28px;
  background: rgba(198,168,125,0.08);
  border: 1px solid rgba(198,168,125,0.24);
  border-radius: 10px;
}

.about-method div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.about-method p {
  max-width: 960px;
  margin: 0;
}

.about-cta {
  margin-top: 34px;
  padding: 36px 28px;
  text-align: center;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.about-cta p {
  max-width: 680px;
  margin: 12px auto 24px;
}

.about-cta .btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ===== PAGINA CONTATTI ===== */

.contact-page {
  min-height: 100vh;
  padding: 170px 40px 80px;
  background: #0B0B0B;
}

.contact-hero,
.contact-grid,
.contact-service-note {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.contact-hero span {
  display: block;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contact-hero h1 {
  color: #C6A87D;
  font-size: 56px;
  line-height: 1.06;
  margin: 0 0 18px;
}

.contact-hero p,
.contact-hero-card p,
.contact-card p,
.contact-service-note p,
.contact-note {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.contact-hero p {
  max-width: 760px;
  margin: 0;
}

.contact-hero-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 10px;
}

.contact-hero-card i,
.contact-card-icon i,
.contact-service-note i {
  color: #C6A87D;
}

.contact-hero-card p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 24px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.contact-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  background: rgba(198,168,125,0.08);
}

.contact-card h2 {
  color: #E6E0D4;
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 12px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.contact-email {
  display: block;
  margin-top: auto;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.contact-email:hover {
  color: #F3D9A3;
}

.contact-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
}

.contact-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 24px;
  padding-left: 14px;
  padding-right: 14px;
}

.contact-service-note {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  padding: 24px;
  background: rgba(198,168,125,0.08);
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 10px;
}

.contact-service-note p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* ===== PAGINE LEGALI ===== */

.legal-page {
  min-height: 100vh;
  padding: 170px 40px 90px;
  background: #0B0B0B;
}

.legal-hero,
.legal-layout {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.legal-hero {
  margin-bottom: 42px;
}

.legal-hero span {
  display: block;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.legal-hero h1 {
  color: #C6A87D;
  font-size: 56px;
  line-height: 1.06;
  margin: 0 0 18px;
}

.legal-hero p,
.legal-card p,
.legal-card li,
.legal-index a,
.legal-updated {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.legal-hero p {
  max-width: 820px;
  margin: 0;
}

.legal-updated {
  display: block;
  margin-top: 18px !important;
  color: #D1B783 !important;
  font-size: 14px !important;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-index {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 8px;
  padding: 20px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.legal-index a {
  color: #C6A87D;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.legal-index a:hover {
  color: #F3D9A3;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 28px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.legal-card h2 {
  color: #E6E0D4;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.legal-card p {
  margin: 0 0 16px;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-card li::marker {
  color: #C6A87D;
}

.legal-card a {
  color: #C6A87D;
  font-weight: 700;
  text-decoration: none;
}

.legal-card a:hover {
  color: #F3D9A3;
}

.legal-note-card {
  background: rgba(198,168,125,0.08);
  border-color: rgba(198,168,125,0.28);
}

/* ===== PAGINA DIVENTA PARTNER ===== */

.partner-page {
  min-height: 100vh;
  padding: 170px 40px 80px;
  background: #0B0B0B;
}

.partner-hero,
.partner-section-heading,
.partner-benefits,
.partner-form-shell {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.partner-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.partner-hero span {
  display: block;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.partner-hero h1 {
  color: #C6A87D;
  font-size: 56px;
  line-height: 1.06;
  margin: 0 0 18px;
}

.partner-hero p,
.partner-section-heading p,
.partner-benefit p,
.partner-form-intro p,
.partner-form label,
.partner-privacy-note {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.partner-hero p {
  max-width: 760px;
  margin: 0;
}

.partner-hero-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 10px;
}

.partner-hero-card i {
  color: #C6A87D;
  font-size: 24px;
  margin-top: 4px;
}

.partner-hero-card p {
  color: #A0A0A0;
  font-family: Inter, Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.partner-section-heading {
  margin-bottom: 22px;
  padding-top: 28px;
  border-top: 1px solid rgba(198,168,125,0.12);
}

.partner-section-heading h2,
.partner-form-intro h2 {
  color: #C6A87D;
  font-size: 34px;
  line-height: 1.16;
  margin: 0;
}

.partner-section-heading p {
  max-width: 760px;
  margin: 10px 0 0;
}

.partner-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 38px;
}

.partner-benefit {
  min-height: 300px;
  padding: 22px;
  background: #111111;
  border: 1px solid rgba(198,168,125,0.16);
  border-radius: 10px;
}

.partner-benefit-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(198,168,125,0.08);
  color: #C6A87D;
}

.partner-benefit h3 {
  color: #E6E0D4;
  font-size: 21px;
  line-height: 1.18;
  margin: 0 0 12px;
}

.partner-benefit p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.partner-form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: start;
}

.partner-form-intro {
  position: sticky;
  top: 126px;
}

.partner-form-intro span {
  display: block;
  color: #C6A87D;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.partner-form-intro p {
  margin: 14px 0 0;
}

.partner-privacy-note {
  padding-top: 18px;
  border-top: 1px solid rgba(198,168,125,0.14);
  font-size: 14px !important;
}

.partner-form-card {
  background: #111111;
  border: 1px solid rgba(198,168,125,0.2);
  border-radius: 10px;
  padding: 24px;
}

.partner-form {
  display: grid;
  gap: 24px;
}

.partner-form-section {
  display: grid;
  gap: 14px;
}

.partner-form-section h3 {
  color: #C6A87D;
  font-size: 22px;
  line-height: 1.18;
  margin: 0;
}

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

.partner-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(198,168,125,0.22);
  border-radius: 8px;
  background: #151515;
  color: #E6E0D4;
  font-family: Inter, Manrope, sans-serif;
  font-size: 15px;
  outline: none;
  padding: 0 14px;
}

.partner-form textarea {
  min-height: 132px;
  padding: 14px;
  resize: vertical;
}

.partner-form input:focus,
.partner-form select:focus,
.partner-form textarea:focus {
  border-color: rgba(198,168,125,0.55);
}

.partner-form .btn-gold {
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .how-hero,
  .how-steps,
  .about-hero,
  .about-selection-grid,
  .contact-hero,
  .contact-grid,
  .partner-hero,
  .partner-benefits,
  .partner-form-shell {
    grid-template-columns: 1fr 1fr;
  }

  .partner-form-intro {
    position: static;
  }

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

  .property-map-preview {
    min-height: 300px;
  }

  .property-shell {
    grid-template-columns: 1fr;
  }

  .property-sidebar {
    position: static;
  }
}

@media (max-width: 860px) {
  .site-header-mss {
    padding: 14px 16px;
  }

  .header-inner {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }

  .header-logo img {
    width: 118px;
  }

  .mobile-menu-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(211,186,140,0.58);
    border-radius: 8px;
    background: rgba(11,11,11,0.62);
    cursor: pointer;
  }

  .mobile-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: #D3BA8C;
    border-radius: 999px;
  }

  .header-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: rgba(11,11,11,0.96);
    border: 1px solid rgba(211,186,140,0.26);
    border-radius: 10px;
    box-shadow: 0 22px 42px rgba(0,0,0,0.42);
  }

  .header-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 7px;
    font-family: Inter, Manrope, sans-serif;
    font-size: 14px;
  }

  .btn-partner {
    justify-content: center;
    margin-top: 4px;
    padding: 0 12px;
  }

  .mobile-menu-toggle:checked ~ .header-menu {
    display: flex;
  }

  .hero {
    min-height: 100svh;
    height: auto;
    padding: 86px 16px 52px;
    background-position: center;
    justify-content: center;
  }

  .hero-content {
    width: 100%;
    gap: 24px;
    margin-top: 0;
  }

  .logo {
    width: min(330px, 92vw);
    transform: translateY(24px);
  }

  .hero .search-bar {
    display: none;
  }

  .hero-mobile-explore {
    display: inline-flex;
    width: min(260px, 76vw);
    height: 54px;
    font-family: Inter, Manrope, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(0,0,0,0.34);
  }

  .home-mobile-search-section {
    display: block;
    scroll-margin-top: 76px;
    background: #0B0B0B;
    padding: 24px 16px 30px;
  }

  .home-mobile-search-section .search-bar {
    width: min(420px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .home-mobile-search-section .search-bar select,
  .home-mobile-search-section .btn-gold {
    width: 100%;
    min-width: 0;
    height: 52px;
  }

  .valori {
    padding: 52px 20px 42px;
  }

  .valori .container {
    grid-template-columns: 1fr 1fr;
  }

  .valore {
    padding: 22px 16px;
  }

  .valore:nth-child(2n) {
    border-right: none;
  }

  .strutture {
    padding: 58px 20px 68px;
  }

  .strutture h2 {
    font-size: 34px;
  }

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

  .explore-page {
    display: block;
    padding-top: 92px;
  }

  .explore-list {
    padding: 18px 16px 34px;
  }

  .explore-filters {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    margin-bottom: 24px;
  }

  .filter-box {
    padding: 10px;
  }

  .filter-box select {
    min-height: 32px;
    font-size: 15px;
  }

  .explore-btn {
    min-height: 52px;
  }

  .explore-heading h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .explore-heading p {
    margin-bottom: 14px;
  }

  .explore-mobile-view-switch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 18px;
    padding: 5px;
    background: #111111;
    border: 1px solid rgba(198,168,125,0.22);
    border-radius: 10px;
  }

  .explore-mobile-view-switch button {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #C6A87D;
    cursor: pointer;
    font-family: Inter, Manrope, sans-serif;
    font-size: 14px;
    font-weight: 800;
  }

  .explore-mobile-view-switch button.is-active {
    background: linear-gradient(135deg, #C6A35A, #F3DE9D);
    color: #0B0B0B;
  }

  .explore-cards {
    grid-template-columns: 1fr;
  }

  .explore-card img {
    height: 220px;
  }

  .explore-map {
    display: none;
    position: relative;
    top: auto;
    height: min(68vh, 560px);
    min-height: 430px;
    border-left: 0;
    border-top: 1px solid rgba(198,168,125,0.12);
  }

  .explore-page[data-mobile-view="map"] .explore-cards {
    display: none;
  }

  .explore-page[data-mobile-view="map"] {
    padding-bottom: 32px;
    background: #0B0B0B;
  }

  .explore-page[data-mobile-view="map"] .explore-map {
    display: block;
    margin: 0 16px 0;
    border: 1px solid rgba(198,168,125,0.18);
    border-radius: 10px;
    overflow: hidden;
    background: #0B0B0B;
  }

  .explore-page[data-mobile-view="map"] .explore-list {
    padding-bottom: 12px;
  }

  .map-label {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px;
    font-size: 12px;
  }

  .how-page {
    padding: 116px 20px 70px;
  }

  .about-page {
    padding: 116px 20px 70px;
  }

  .contact-page {
    padding: 116px 20px 70px;
  }

  .legal-page {
    padding: 116px 20px 70px;
  }

  .partner-page {
    padding: 116px 20px 70px;
  }

  .how-hero,
  .how-steps,
  .about-hero,
  .about-selection-grid,
  .contact-hero,
  .contact-grid,
  .partner-hero,
  .partner-benefits,
  .partner-form-shell,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-index {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }

  .legal-index a {
    padding: 7px 10px;
    background: rgba(198,168,125,0.08);
    border-radius: 7px;
  }

  .how-hero h1 {
    font-size: 42px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .partner-hero h1 {
    font-size: 42px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .legal-hero h1 {
    font-size: 42px;
  }

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

  .how-privacy-box h2,
  .how-cta h2,
  .about-mission h2,
  .about-section-heading h2,
  .about-method h2,
  .about-cta h2 {
    font-size: 28px;
  }

  .property-page {
    padding: 116px 20px 70px;
  }

  .property-top {
    display: grid;
    gap: 18px;
  }

  .property-top h1 {
    font-size: 42px;
  }

  .property-title-row {
    gap: 10px;
  }

  .property-price span {
    width: 100%;
  }

  .property-quick-facts {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 26px;
  }

  .property-gallery,
  .property-info-grid,
  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .property-reviews-head {
    display: grid;
    gap: 12px;
  }

  .property-reviews-head p {
    text-align: left;
  }

  .property-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 150px 110px;
    gap: 5px;
  }

  .property-gallery .gallery-featured {
    grid-column: span 3;
    grid-row: auto;
  }

  .property-gallery-item {
    grid-column: span 2;
    border-radius: 0;
  }

  .property-gallery-item:nth-child(2) {
    grid-column: span 3;
  }

  .property-gallery-item img {
    height: 100%;
  }

  .property-gallery-more {
    font-size: 22px;
  }

  .property-gallery-more-desktop {
    display: none;
  }

  .property-gallery-more-mobile {
    display: inline;
  }

  .property-shell {
    gap: 28px;
  }

  .availability-box {
    padding: 18px;
  }

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

@media (max-width: 560px) {
  body.admin-bar .site-header-mss {
    top: 46px;
  }

  .site-header-mss {
    padding: 12px 14px;
  }

  .header-logo img {
    width: 104px;
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .logo {
    width: min(310px, 92vw);
  }

  .valori .container {
    grid-template-columns: 1fr;
  }

  .valore {
    border-right: none;
    border-bottom: 1px solid rgba(198,168,125,0.22);
  }

  .valore:last-child {
    border-bottom: none;
  }

  .cta {
    padding: 52px 18px;
  }

  .cta h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .how-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .partner-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legal-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .how-step,
  .how-privacy-box,
  .how-cta,
  .about-hero-card,
  .about-selection-card,
  .about-method,
  .about-cta,
  .contact-hero-card,
  .contact-card,
  .contact-service-note,
  .legal-card,
  .legal-index,
  .partner-hero-card,
  .partner-benefit,
  .partner-form-card {
    padding: 22px;
  }

  .contact-hero-card,
  .contact-service-note,
  .about-hero-card,
  .about-method div,
  .partner-hero-card {
    display: grid;
  }

  .how-hero h1 {
    font-size: 36px;
  }

  .about-hero h1 {
    font-size: 36px;
  }

  .partner-hero h1 {
    font-size: 36px;
  }

  .contact-hero h1 {
    font-size: 36px;
  }

  .legal-hero h1 {
    font-size: 36px;
  }

  .legal-card h2 {
    font-size: 25px;
  }

  .property-top h1 {
    font-size: 34px;
  }

  .property-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .property-quick-facts {
    grid-template-columns: 1fr;
  }

  .property-section h2,
  .availability-box h2 {
    font-size: 28px;
  }

  .property-section p,
  .availability-box p {
    font-size: 15px;
  }

  .property-gallery {
    grid-template-rows: 142px 104px;
  }

  .property-lightbox {
    padding: 68px 14px 24px;
  }

  .property-lightbox img {
    max-height: calc(100vh - 130px);
  }

  .property-lightbox-close {
    top: 14px;
    right: 14px;
  }

  .property-lightbox-nav {
    top: auto;
    bottom: 22px;
    width: 46px;
    height: 46px;
    transform: none;
  }

  .property-lightbox-prev {
    left: 18px;
  }

  .property-lightbox-next {
    right: 18px;
  }

  .property-info-item,
  .amenity-item {
    min-height: auto;
  }

  .mss-cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: grid;
    gap: 14px;
    padding: 16px;
  }

  .mss-cookie-banner button {
    width: 100%;
  }
}

.mss-payment-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 118px 24px 80px;
  background: #090909;
}

body.mss-payment-result-page .site-header-mss,
body.page-template-page-pagamento-completato .site-header-mss,
body.page-template-page-pagamento-annullato .site-header-mss {
  display: none;
}

.mss-payment-panel {
  width: min(700px, 100%);
  border: 1px solid rgba(208, 176, 120, 0.28);
  border-radius: 8px;
  padding: clamp(34px, 6vw, 64px);
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  text-align: center;
}

.mss-payment-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border: 1px solid rgba(208, 176, 120, 0.32);
  border-radius: 999px;
  background: rgba(208, 176, 120, 0.08);
  font-size: 28px;
}

.mss-payment-eyebrow {
  margin: 0 0 12px;
  color: #d6b983;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mss-payment-panel h1 {
  margin: 0 0 18px;
  color: #d3b47a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 5.6vw, 62px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
}

.mss-payment-panel p:not(.mss-payment-eyebrow) {
  margin: 0 auto 28px;
  max-width: 560px;
  color: #b8b8b8;
  font-size: 18px;
  line-height: 1.7;
}

.mss-payment-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(208, 176, 120, 0.82);
  color: #d6b983;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.mss-payment-button:hover {
  background: rgba(208, 176, 120, 0.12);
}

@media (max-width: 640px) {
  .mss-payment-page {
    padding: 120px 16px 56px;
  }

  .mss-payment-panel {
    text-align: left;
  }

  .mss-payment-button {
    width: 100%;
  }
}
