.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C8A96E;--e-global-color-befe98b:#080E14;--e-global-color-68a1a8b:#0D1822;--e-global-color-357816c:#000000;--e-global-color-83aa9e5:#25D366;--e-global-color-e83288c:#C8A96E;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#080E14;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ═══════════════════════════════════════
   SAILING BAJO — Global Design Tokens
   Paste di: Elementor > Site Settings > Custom CSS
═══════════════════════════════════════ */

:root {
  /* Colors */
  --gold: #c8a96e;
  --gold-lt: #e8c98e;
  --teal: #1e9e8a;
  --wa-green: #25d366;
  --danger: #f87171;
  --warn: #fb923c;
  --ok: #5db88a;

  /* Backgrounds */
  --bg: #080e14;
  --surface: #0d1822;
  --surface2: #141e2a;
  --surface3: #1a2535;

  /* Borders */
  --border: rgba(255, 255, 255, .07);
  --border2: rgba(255, 255, 255, .12);

  /* Text */
  --text: rgba(255, 255, 255, .85);
  --muted: rgba(255, 255, 255, .45);
  --dim: rgba(255, 255, 255, .25);
}

/* ── Global base ── */
body {
  background-color: var(--bg);
  color: var(--text);
}

/* ── Typography utility ── */
.font-mono {
  font-family: 'Courier New', monospace;
}
.text-gold { color: var(--gold); }
.text-teal { color: var(--teal); }
.text-muted { color: var(--muted); }

/* ── Button base ── */
.btn-wa {
  background: var(--wa-green);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s;
}
.btn-wa:hover { background: #1db954; }

.btn-gold {
  background: var(--gold);
  color: #111;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

/* ── Card base ── */
.card-surface {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.card-surface:hover {
  border-color: rgba(200, 169, 110, .3);
}

/* ── Section structure ── */
.sec-eye {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--dim);
  display: block;
  margin-bottom: 6px;
}
.sec-h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.sec-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.7;
}

/* ── Occupancy bar (share cabin) ── */
.occ-bar {
  height: 4px;
  background: rgba(255,255,255,.08);
  border-radius: 2px;
  overflow: hidden;
}
.occ-fill-green  { background: var(--teal); }
.occ-fill-warn   { background: var(--warn); }
.occ-fill-red    { background: var(--danger); }/* End custom CSS */