/* ═══════════════════════════════════════════════════════════
   COLIVING VALENTINA — Main Stylesheet
   v1.0.0
   ═══════════════════════════════════════════════════════════ */

/* ── TOKENS ────────────────────────────────────────────────── */
:root {
  --cv-red:        #C0392B;
  --cv-red-dark:   #A93226;
  --cv-navy-900:   #0D2035;
  --cv-navy-800:   #112B42;
  --cv-navy-700:   #1D3D5C;
  --cv-navy-600:   #2E5478;
  --cv-navy-400:   #6B87A0;
  --cv-navy-200:   #A0B8CC;
  --cv-navy-100:   #D8E2EE;
  --cv-navy-50:    #EBF2FA;
  --cv-bg:         #F4F7FA;
  --cv-white:      #FFFFFF;
  --cv-text:       #1A2A3A;
  --cv-text-2:     #4A6580;
  --cv-text-3:     #6B87A0;
  --cv-amber:      #E89040;
  --cv-green:      #3DAA6A;
  --cv-font-sans:  'DM Sans', sans-serif;
  --cv-font-serif: 'Lora', Georgia, serif;
  --cv-font-brand: 'Dancing Script', cursive;
  --cv-radius:     8px;
  --cv-radius-lg:  12px;
  --cv-radius-xl:  16px;
  --cv-shadow:     0 2px 12px rgba(13,32,53,0.1);
  --cv-shadow-lg:  0 8px 32px rgba(13,32,53,0.18);
  --cv-transition: 0.15s ease;
}

/* ── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--cv-font-sans);
  color: var(--cv-text);
  background: var(--cv-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--cv-font-sans); cursor: pointer; }

/* ── HIDE WP-RENTALS ELEMENTS ───────────────────────────────── */
.estate-header,
.homepage-slider,
.hp-search-form,
.hp-featured,
.testimonials-section,
#footer,
.site-footer,
.estate-footer { display: none !important; }

/* ── CONTAINER ──────────────────────────────────────────────── */
.cv-container { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }

/* ── TYPOGRAPHY ─────────────────────────────────────────────── */
.cv-script { font-family: var(--cv-font-brand); color: var(--cv-red); font-weight: 700; }

/* ══════════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════════ */
.cv-nav {
  background: var(--cv-white);
  border-bottom: 1px solid var(--cv-navy-100);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 200;
}

.cv-nav__logo a { display: flex; align-items: baseline; gap: 4px; }
.cv-nav__coliving { font-size: 13px; color: var(--cv-text-2); margin-right: 2px; }
.cv-nav__valentina { font-family: var(--cv-font-brand); color: var(--cv-red); font-weight: 700; font-size: 28px; line-height: 1; }

.cv-nav__links { display: flex; align-items: center; gap: 6px; }
.cv-nav__link {
    font-size: 13px; color: #1D3D5C;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #A0B8CC;
    background: transparent;
    transition: all var(--cv-transition);
    font-weight: 500;
    white-space: nowrap;
}
.cv-nav__link:hover {
    background: #1D3D5C;
    color: white;
    border-color: #1D3D5C;
}
.cv-nav__link--active {
    background: #1D3D5C;
    color: white;
    border-color: #1D3D5C;
}

.cv-nav__actions { display: flex; align-items: center; gap: 8px; }

/* Hamburger */
.cv-nav__hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
.cv-nav__hamburger span { display: block; width: 22px; height: 2px; background: var(--cv-text); border-radius: 2px; }

/* Mobile drawer */
.cv-nav__drawer {
  position: fixed; top: 0; right: -100%; width: 300px; height: 100vh;
  background: var(--cv-white); z-index: 300; padding: 2rem 1.5rem;
  transition: right 0.3s ease; overflow-y: auto;
  box-shadow: var(--cv-shadow-lg);
}
.cv-nav__drawer.open { right: 0; }
.cv-nav__drawer-close { background: none; border: none; font-size: 20px; color: var(--cv-text-3); margin-bottom: 1.5rem; display: block; }
.cv-nav__drawer-brand { margin-bottom: 1.5rem; }
.cv-nav__drawer-menu { list-style: none; }
.cv-nav__drawer-menu li { border-bottom: 1px solid var(--cv-navy-100); }
.cv-nav__drawer-menu li a { display: block; padding: 12px 0; font-size: 15px; color: var(--cv-text); }
.cv-nav__drawer-actions { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 8px; }
.cv-nav__overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 299; }
.cv-nav__overlay.open { display: block; }

/* ══════════════════════════════════════════════════
   AUDIENCE BAR
══════════════════════════════════════════════════ */
.cv-audience-bar {
  background: var(--cv-navy-700);
  display: flex;
  justify-content: center;
  gap: 0;
}
.cv-aud-tab {
  padding: 11px 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  border: none;
  background: transparent;
  border-bottom: 2px solid transparent;
  transition: all var(--cv-transition);
}
.cv-aud-tab:hover { color: rgba(255,255,255,0.8); }
.cv-aud-tab.active { color: white; border-bottom-color: var(--cv-red); font-weight: 500; }

/* ══════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════ */
.cv-hero {
  background: var(--cv-navy-800);
  padding: 3.5rem 2rem 2.5rem;
  text-align: center;
}
.cv-hero__eyebrow {
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--cv-navy-400); margin-bottom: 0.5rem;
}
.cv-hero__brand { margin-bottom: 0.5rem; }
.cv-hero__coliving {
  display: block; font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.4); letter-spacing: 7px;
  text-transform: uppercase; margin-bottom: -8px;
}
.cv-hero__valentina {
  display: block; font-family: var(--cv-font-brand);
  font-size: 80px; line-height: 1;
  color: #E8503A; font-weight: 700;
}
.cv-hero__tagline {
  font-family: var(--cv-font-serif); font-style: italic;
  font-size: 15px; color: rgba(255,255,255,0.55);
  margin-bottom: 2rem;
}

.cv-hero__panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 740px;
  margin: 0 auto;
}
.cv-hero__panel {
  border-radius: var(--cv-radius-lg);
  padding: 1.5rem;
  text-align: left;
  border: 1px solid;
}
.cv-hero__panel--guest {
  background: rgba(192,57,43,0.12);
  border-color: rgba(192,57,43,0.35);
}
.cv-hero__panel--owner {
  background: rgba(29,61,92,0.5);
  border-color: rgba(255,255,255,0.12);
}
.cv-hero__panel-icon { font-size: 22px; margin-bottom: 8px; display: block; }
.cv-hero__panel-title { font-size: 17px; font-weight: 600; color: white; margin-bottom: 6px; }
.cv-hero__panel-desc { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 1rem; }

/* ── CITY BAR ───────────────────────────────────────────────── */
.cv-city-bar {
  background: var(--cv-navy-900);
  padding: 12px 2rem;
  display: flex; align-items: center; justify-content: center;
  gap: 10px; flex-wrap: wrap;
}
.cv-city-pill {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px; padding: 7px 16px;
  transition: all var(--cv-transition);
}
.cv-city-pill:hover { border-color: rgba(255,255,255,0.3); }
.cv-city-pill--active { border-color: var(--cv-red); background: rgba(192,57,43,0.15); }
.cv-city-pill__flag { font-size: 15px; }
.cv-city-pill__name { font-size: 13px; color: rgba(255,255,255,0.8); font-weight: 500; }
.cv-city-pill__badge {
  font-size: 9px; padding: 2px 7px;
  border-radius: 10px; font-weight: 600; letter-spacing: 0.5px;
}
.cv-city-pill__badge--open { background: #1A6E40; color: #6BDA9A; }
.cv-city-pill__badge--soon { background: #6B4010; color: #F0B060; }

/* ══════════════════════════════════════════════════
   SECTION COMMONS
══════════════════════════════════════════════════ */
.cv-section { padding: 3.5rem 0; }
.cv-section--light   { background: var(--cv-bg); }
.cv-section--white   { background: var(--cv-white); border-top: 1px solid var(--cv-navy-100); }
.cv-section--dark    { background: var(--cv-navy-800); }

.cv-section__eye {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: #2D6A9F; margin-bottom: 4px; text-align: center;
}
.cv-section__eye--light { color: var(--cv-navy-400); }
.cv-section__h { font-size: 24px; font-weight: 500; text-align: center; margin-bottom: 4px; }
.cv-section__h--light { color: var(--cv-white); }
.cv-section__sub {
  font-size: 14px; text-align: center; margin-bottom: 2rem;
  font-family: var(--cv-font-serif); font-style: italic; color: var(--cv-text-3);
}
.cv-section__sub--light { color: rgba(255,255,255,0.45); }

/* ══════════════════════════════════════════════════
   SLIM HERO BANNER
══════════════════════════════════════════════════ */
.cv-hero-slim {
    background: var(--cv-navy-800);
    padding: 1.75rem 2rem 1.5rem;
    text-align: center;
}
.cv-hero-slim__brand { margin-bottom: 0.25rem; }
.cv-hero-slim__coliving {
    font-size: 12px; font-weight: 300;
    color: rgba(255,255,255,0.4);
    letter-spacing: 5px; text-transform: uppercase;
    margin-right: 6px;
}
.cv-hero-slim__valentina {
    font-family: var(--cv-font-brand);
    font-size: 42px; line-height: 1;
    color: #E8503A; font-weight: 700;
}
.cv-hero-slim__tagline {
    font-family: var(--cv-font-serif); font-style: italic;
    font-size: 13px; color: rgba(255,255,255,0.45);
    margin-bottom: 1.25rem;
}

/* City bar inline variant (inside slim hero) */
.cv-city-bar--inline {
    background: transparent;
    padding: 0;
    justify-content: center;
}

/* ── AUDIENCE BAR (kept in CSS for backwards compat but hidden) ── */
.cv-audience-bar { display: none; }

/* ══════════════════════════════════════════════════
   COMPACT BOOKING SECTION
══════════════════════════════════════════════════ */
.cv-booking-section--compact {
    padding: 1.5rem 0 2rem;
}
.cv-booking-widget--compact {
    background: white;
    border-radius: var(--cv-radius-lg);
    padding: 0;
    overflow: hidden;
    max-height: 190px;
    margin-bottom: 1rem;
    position: relative;
}
.cv-booking-widget--compact::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60px;
    background: white;
    pointer-events: none;
    z-index: 2;
}
.cv-booking-widget--compact iframe[name="sirvoy-engine"] {
    display: block;
    width: 100% !important;
    border: none;
    position: relative;
    z-index: 1;
}

/* ══════════════════════════════════════════════════
   INLINE BOOKING SECTION (old, keep for other pages)
══════════════════════════════════════════════════ */
.cv-booking-section {
  background: var(--cv-navy-700);
  padding: 3rem 0;
}
.cv-booking-inner {
  background: var(--cv-navy-800);
  border: 1px solid var(--cv-navy-600);
  border-radius: var(--cv-radius-xl);
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cv-booking-header { margin-bottom: 1.5rem; }
.cv-booking-title {
  font-size: 22px; font-weight: 500; color: white; margin-bottom: 4px;
}
.cv-booking-sub {
  font-size: 13px; color: rgba(255,255,255,0.5);
  font-family: var(--cv-font-serif); font-style: italic;
}
.cv-booking-widget {
    background: white;
    border-radius: var(--cv-radius-lg);
    padding: 0.25rem 0.5rem 0;
    overflow: hidden;
}
.cv-booking-widget iframe[name="sirvoy-engine"] {
    display: block;
    max-height: 220px;
    height: 220px !important;
}
.cv-booking-note { display: none; }

/* Coming soon row */
.cv-booking-coming {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.cv-booking-coming__item {
  flex: 1; min-width: 200px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--cv-radius-lg);
  padding: 1rem 1.25rem;
  display: flex; align-items: center; gap: 12px;
}
.cv-booking-coming__flag { font-size: 24px; }
.cv-booking-coming__item strong { display: block; color: white; font-size: 14px; }
.cv-booking-coming__item .cv-status { margin-top: 2px; }
.cv-booking-coming__item .cv-btn { margin-left: auto; white-space: nowrap; }

/* ══════════════════════════════════════════════════
   LOCATIONS GRID
══════════════════════════════════════════════════ */
.cv-loc-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.cv-loc-card {
  background: var(--cv-white);
  border: 1px solid var(--cv-navy-100);
  border-radius: var(--cv-radius-lg);
  overflow: hidden;
  transition: border-color var(--cv-transition), transform var(--cv-transition), box-shadow var(--cv-transition);
}
.cv-loc-card:hover {
  border-color: var(--cv-red);
  transform: translateY(-3px);
  box-shadow: var(--cv-shadow-lg);
}
.cv-loc-card--coming { opacity: 0.92; }
.cv-loc-card__img { height: 150px; position: relative; overflow: hidden; }
.cv-loc-card__img img { width: 100%; height: 100%; object-fit: cover; }
.cv-loc-card__img-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,25,45,0.78) 0%, transparent 55%);
}
.cv-loc-card__img-txt { position: absolute; bottom: 0; left: 0; padding: 10px 14px; }
.cv-loc-card__city { font-size: 19px; font-weight: 600; color: white; display: block; }
.cv-loc-card__country { font-size: 10px; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 1px; }
.cv-loc-card__body { padding: 14px; }
.cv-loc-card__status-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.cv-loc-card__from { font-size: 12px; color: var(--cv-text-3); }
.cv-loc-card__from strong { color: var(--cv-red); }
.cv-loc-card__from--tbc { color: var(--cv-navy-200); }
.cv-loc-card__desc { font-size: 12px; color: var(--cv-text-2); line-height: 1.55; margin-bottom: 10px; }
.cv-loc-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 10px; }

/* ── STATUS PILLS ───────────────────────────────────────────── */
.cv-status { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.cv-status--open { background: #E0F5EA; color: #1A6E40; }
.cv-status--soon { background: #FEF0DC; color: #8B5A10; }
.cv-status--closed { background: #F0F0F0; color: #666; }

/* ── TAGS ───────────────────────────────────────────────────── */
.cv-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }
.cv-tags--sm .cv-tag { font-size: 9px; }
.cv-tag { background: var(--cv-navy-50); color: #2E5A80; font-size: 10px; padding: 3px 9px; border-radius: 20px; }

/* ══════════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════════ */
.cv-how-tabs {
  display: flex; justify-content: center; gap: 6px;
  margin-bottom: 2rem; flex-wrap: wrap;
}
.cv-how-tab {
  padding: 9px 24px;
  border-radius: 30px;
  font-size: 13px; border: 1px solid var(--cv-navy-100);
  background: transparent; color: var(--cv-text-2);
  transition: all var(--cv-transition);
}
.cv-how-tab:hover { border-color: var(--cv-navy-700); color: var(--cv-navy-700); }
.cv-how-tab--active { background: var(--cv-navy-700); color: white; border-color: var(--cv-navy-700); }

.cv-how-content { display: none; }
.cv-how-content--active { display: block; }

.cv-how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 14px;
}
.cv-how-step { background: var(--cv-bg); border-radius: var(--cv-radius-lg); padding: 1.25rem; }
.cv-how-step__num { font-size: 11px; font-weight: 600; color: var(--cv-red); letter-spacing: 1px; margin-bottom: 6px; }
.cv-how-step h3 { font-size: 14px; font-weight: 600; color: var(--cv-text); margin-bottom: 5px; }
.cv-how-step p { font-size: 12px; color: var(--cv-text-2); line-height: 1.55; }

/* ══════════════════════════════════════════════════
   PRINCIPLES (dark section)
══════════════════════════════════════════════════ */
.cv-principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 12px;
}
.cv-principle {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--cv-radius-lg);
  padding: 1.1rem;
}
.cv-principle__icon { font-size: 20px; margin-bottom: 6px; display: block; }
.cv-principle h3 { font-size: 13px; font-weight: 600; color: white; margin-bottom: 4px; }
.cv-principle p { font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* ══════════════════════════════════════════════════
   ROADMAP
══════════════════════════════════════════════════ */
.cv-roadmap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  position: relative;
  margin-top: 2rem;
}
.cv-roadmap::before {
  content: '';
  position: absolute;
  top: 7px; left: 12.5%; right: 12.5%;
  height: 2px;
  background: linear-gradient(to right, var(--cv-green), var(--cv-red) 25%, var(--cv-amber) 50%, var(--cv-amber));
  z-index: 0;
}
.cv-roadmap__item { text-align: center; position: relative; z-index: 1; padding: 0 10px; }
.cv-roadmap__dot {
  width: 16px; height: 16px; border-radius: 50%;
  margin: 0 auto 10px; border: 2px solid var(--cv-white);
}
.cv-roadmap__dot--done   { background: var(--cv-green); }
.cv-roadmap__dot--active { background: var(--cv-red); box-shadow: 0 0 0 4px rgba(192,57,43,0.2); }
.cv-roadmap__dot--upcoming { background: var(--cv-amber); }
.cv-roadmap__period { font-size: 10px; font-weight: 600; color: var(--cv-text-3); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.cv-roadmap__title { font-size: 13px; font-weight: 600; color: var(--cv-text); margin-bottom: 4px; }
.cv-roadmap__desc { font-size: 11px; color: var(--cv-text-2); line-height: 1.6; }

/* ══════════════════════════════════════════════════
   INCLUDED GRID
══════════════════════════════════════════════════ */
.cv-included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
  gap: 12px;
}
.cv-included-item {
  background: var(--cv-navy-50);
  border-radius: var(--cv-radius-lg);
  padding: 1.1rem;
  text-align: center;
}
.cv-included-item span { font-size: 22px; margin-bottom: 6px; display: block; }
.cv-included-item h3 { font-size: 13px; font-weight: 600; color: var(--cv-text); margin-bottom: 3px; }
.cv-included-item p { font-size: 11px; color: var(--cv-text-2); line-height: 1.45; }

/* ══════════════════════════════════════════════════
   ROOM CARDS
══════════════════════════════════════════════════ */
.cv-rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 16px;
}
.cv-room-card {
  background: var(--cv-white);
  border: 1px solid var(--cv-navy-100);
  border-radius: var(--cv-radius-lg);
  overflow: hidden;
  transition: border-color var(--cv-transition);
}
.cv-room-card:hover { border-color: var(--cv-red); }
.cv-room-card__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.cv-room-card__img-main { grid-column: 1/-1; height: 140px; object-fit: cover; width: 100%; }
.cv-room-card__imgs img { height: 75px; object-fit: cover; width: 100%; }
.cv-room-card__body { padding: 14px; }
.cv-room-badge {
  background: var(--cv-navy-50); color: var(--cv-navy-700);
  font-size: 10px; padding: 2px 10px; border-radius: 20px;
  display: inline-block; margin-bottom: 6px;
}
.cv-room-card__name { font-size: 15px; font-weight: 500; margin-bottom: 3px; }
.cv-room-card__detail { font-size: 12px; color: var(--cv-text-3); margin-bottom: 8px; }
.cv-room-card__price { font-size: 18px; font-weight: 500; color: var(--cv-red); }
.cv-room-card__price span { font-size: 12px; color: var(--cv-text-3); font-weight: 400; }

/* ══════════════════════════════════════════════════
   REVIEWS
══════════════════════════════════════════════════ */
.cv-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 14px;
}
.cv-review {
  background: var(--cv-bg);
  border: 1px solid var(--cv-navy-100);
  border-radius: var(--cv-radius-lg);
  padding: 1.25rem;
}
.cv-review__stars { color: var(--cv-red); font-size: 12px; letter-spacing: 2px; margin-bottom: 8px; }
.cv-review__text {
  font-size: 13px; color: #2E4A62; line-height: 1.65;
  font-family: var(--cv-font-serif); font-style: italic; margin-bottom: 12px;
}
.cv-review__person { display: flex; align-items: center; gap: 10px; }
.cv-review__avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; background: var(--cv-navy-100); flex-shrink: 0; }
.cv-review__name { font-size: 13px; font-weight: 500; }
.cv-review__loc { font-size: 11px; color: var(--cv-text-3); }

/* ══════════════════════════════════════════════════
   CTA BAND
══════════════════════════════════════════════════ */
.cv-cta-band {
  background: var(--cv-navy-700);
  padding: 3rem 2rem;
  text-align: center;
}
.cv-cta-band__coliving {
  display: block; font-size: 11px; letter-spacing: 4px;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
  margin-bottom: -4px;
}
.cv-cta-band__valentina {
  display: block; font-family: var(--cv-font-brand);
  color: rgba(255,255,255,0.9); font-size: 42px; font-weight: 700; margin-bottom: 8px;
}
.cv-cta-band h2 { font-size: 18px; font-weight: 400; color: white; margin-bottom: 6px; }
.cv-cta-band p { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; }
.cv-cta-band__btns { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }

/* ══════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════ */
.cv-footer {
  background: #112233;
  padding: 3rem 2rem 1.5rem;
}
.cv-footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1120px;
  margin: 0 auto 2rem;
}
.cv-footer__coliving {
  display: block; font-size: 10px; letter-spacing: 3px;
  text-transform: uppercase; color: #4A6580; margin-bottom: -4px;
}
.cv-footer__valentina {
  display: block; font-family: var(--cv-font-brand);
  color: var(--cv-red); font-weight: 700; font-size: 28px;
}
.cv-footer__tagline { font-size: 12px; color: #4A6580; margin-top: 8px; line-height: 1.75; }
.cv-footer__tagline a { color: #6B87A0; }
.cv-footer__tagline a:hover { color: var(--cv-red); }
.cv-footer__social { display: flex; gap: 12px; margin-top: 10px; }
.cv-footer__social a { font-size: 12px; color: #6B87A0; }
.cv-footer__social a:hover { color: var(--cv-red); }

.cv-footer__col h4 {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: #365A78; margin-bottom: 12px;
}
.cv-footer__menu { list-style: none; }
.cv-footer__menu li { margin-bottom: 6px; }
.cv-footer__menu li a { font-size: 13px; color: #4A6580; transition: color var(--cv-transition); }
.cv-footer__menu li a:hover { color: var(--cv-red); }

.cv-footer__bottom {
  border-top: 1px solid #1D3D5C;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 11px;
  color: #365A78;
}
.cv-footer__domain { color: var(--cv-red); }

/* ══════════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════════ */
.cv-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 24px; border-radius: var(--cv-radius);
  font-size: 13px; font-weight: 500; border: none;
  transition: all var(--cv-transition); cursor: pointer; line-height: 1;
}
.cv-btn--red          { background: var(--cv-red); color: white; }
.cv-btn--red:hover    { background: var(--cv-red-dark); }
.cv-btn--red-sm       { background: var(--cv-red); color: white; padding: 8px 18px; font-size: 12px; }
.cv-btn--red-sm:hover { background: var(--cv-red-dark); }
.cv-btn--white        { background: white; color: var(--cv-navy-700); }
.cv-btn--white:hover  { background: #f0f0f0; }
.cv-btn--amber        { background: var(--cv-amber); color: white; }
.cv-btn--amber:hover  { background: #D4822E; }
.cv-btn--outline {
  background: transparent; color: var(--cv-navy-700);
  border: 1px solid var(--cv-navy-200);
}
.cv-btn--outline:hover { background: var(--cv-navy-50); }
.cv-btn--outline-sm {
  background: transparent; color: var(--cv-navy-700);
  border: 1px solid var(--cv-navy-200); padding: 8px 16px; font-size: 12px;
}
.cv-btn--outline-light {
  background: transparent; color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.3);
}
.cv-btn--outline-light:hover { background: rgba(255,255,255,0.08); }
.cv-btn--sm  { padding: 8px 16px; font-size: 12px; }
.cv-btn--full { width: 100%; }

/* ══════════════════════════════════════════════════
   BOOKING MODAL
══════════════════════════════════════════════════ */
.cv-modal-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 500;
  background: rgba(10,22,36,0.8);
  align-items: center; justify-content: center;
  padding: 1rem;
}
.cv-modal-overlay.open { display: flex; }

.cv-modal {
  background: var(--cv-navy-700);
  border-radius: var(--cv-radius-xl);
  padding: 2rem;
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--cv-shadow-lg);
}
.cv-modal__close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none;
  color: rgba(255,255,255,0.4); font-size: 22px;
}
.cv-modal__close:hover { color: white; }

.cv-modal__brand { margin-bottom: 4px; }
.cv-modal__coliving {
  display: block; font-size: 10px; color: rgba(255,255,255,0.3);
  letter-spacing: 4px; text-transform: uppercase; margin-bottom: -4px;
}
.cv-modal__valentina {
  font-family: var(--cv-font-brand); color: #E8503A;
  font-weight: 700; font-size: 30px; display: block;
}
.cv-modal__sub {
  font-size: 13px; color: rgba(255,255,255,0.4);
  margin-bottom: 1.25rem;
  font-family: var(--cv-font-serif); font-style: italic;
}

.cv-modal__locs { display: flex; gap: 6px; margin-bottom: 1.25rem; }
.cv-modal__loc {
  flex: 1; text-align: center; padding: 8px 4px;
  border-radius: var(--cv-radius);
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  transition: all var(--cv-transition);
}
.cv-modal__loc:hover { border-color: rgba(255,255,255,0.3); }
.cv-modal__loc--active { border-color: var(--cv-red); background: rgba(192,57,43,0.18); }
.cv-modal__loc-flag { font-size: 16px; display: block; }
.cv-modal__loc-name { font-size: 12px; color: rgba(255,255,255,0.65); font-weight: 500; display: block; }
.cv-modal__loc--active .cv-modal__loc-name { color: white; }
.cv-modal__loc-status { font-size: 10px; color: rgba(255,255,255,0.3); display: block; }
.cv-modal__loc-status--soon { color: var(--cv-amber); }
.cv-modal__loc-status--open { color: var(--cv-green); }

.cv-modal__booking { display: none; }
.cv-modal__booking--active { display: block; }

.cv-modal__sirvoy-wrap { 
    border-radius: var(--cv-radius); 
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    min-height: 200px;
}

/* Sirvoy widget overrides — force it to fit our dark modal */
#sirvoy_widget_wrapper { width: 100%; }
#sirvoy_widget_wrapper input,
#sirvoy_widget_wrapper select,
#sirvoy_widget_wrapper textarea {
    font-family: var(--cv-font-sans) !important;
    border-radius: var(--cv-radius) !important;
}
#sirvoy_widget_wrapper .sirvoy-btn,
#sirvoy_widget_wrapper button[type="submit"] {
    background: var(--cv-red) !important;
    border-color: var(--cv-red) !important;
    border-radius: var(--cv-radius) !important;
    font-family: var(--cv-font-sans) !important;
}
.cv-modal__note { font-size: 11px; color: rgba(255,255,255,0.28); text-align: center; margin-top: 8px; }

.cv-modal__coming {
  background: rgba(240,168,96,0.1);
  border: 1px solid rgba(240,168,96,0.25);
  border-radius: var(--cv-radius);
  padding: 1.25rem;
}
.cv-modal__coming p { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 10px; }
.cv-modal__coming strong { color: white; }
.cv-modal__notify-row { display: flex; gap: 8px; }
.cv-modal__notify-input {
  flex: 1; padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--cv-radius);
  background: rgba(255,255,255,0.07);
  font-size: 13px; color: white;
  font-family: var(--cv-font-sans);
}
.cv-modal__notify-input::placeholder { color: rgba(255,255,255,0.3); }
.cv-modal__notify-msg {
  font-size: 12px; margin-top: 8px;
  color: var(--cv-green); min-height: 18px;
}
.cv-modal__notify-msg.error { color: #E87070; }

/* ══════════════════════════════════════════════════
   PAGE TEMPLATE (generic)
══════════════════════════════════════════════════ */
.cv-page-content {
  max-width: 800px; margin: 3rem auto; padding: 0 1.5rem;
}
.cv-page-content h1 { font-size: 28px; margin-bottom: 1rem; }
.cv-page-content p  { margin-bottom: 1rem; line-height: 1.75; color: var(--cv-text-2); }

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .cv-loc-grid { grid-template-columns: 1fr; }
  .cv-hero__panels { grid-template-columns: 1fr; }
  .cv-footer__inner { grid-template-columns: 1fr 1fr; }
  .cv-roadmap { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .cv-roadmap::before { display: none; }
}

@media (max-width: 700px) {
  .cv-nav__links { display: none; }
  .cv-nav__actions .cv-btn--outline-sm { display: none; }
  .cv-nav__hamburger { display: flex; }
  .cv-hero__valentina { font-size: 60px; }
  .cv-aud-tab { padding: 9px 14px; font-size: 12px; }
  .cv-footer__inner { grid-template-columns: 1fr; }
  .cv-rooms-grid { grid-template-columns: 1fr; }
  .cv-reviews-grid { grid-template-columns: 1fr; }
  .cv-modal { padding: 1.5rem; }
  .cv-modal__locs { gap: 4px; }
}

@media (max-width: 480px) {
  .cv-hero { padding: 2.5rem 1rem 2rem; }
  .cv-hero__valentina { font-size: 52px; }
  .cv-section { padding: 2.5rem 0; }
  .cv-cta-band { padding: 2rem 1rem; }
  .cv-nav { padding: 0 1rem; }
  .cv-city-bar { gap: 6px; }
  .cv-city-pill { padding: 5px 10px; }
  .cv-loc-card__actions { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════
   TWO-COLUMN LOCATION GRID & INVESTMENT CARD
══════════════════════════════════════════════════ */
.cv-loc-grid--two { grid-template-columns: 1fr 1fr; }

.cv-loc-card--investment { border-color: var(--cv-navy-600); }
.cv-loc-card--investment:hover { border-color: var(--cv-navy-700); }
.cv-loc-card__invest-badge {
    position: absolute; top: 12px; right: 12px; z-index: 3;
    background: #C0392B; color: white;
    font-size: 10px; font-weight: 600;
    padding: 4px 10px; border-radius: 20px;
    letter-spacing: 0.5px; text-transform: uppercase;
}
.cv-status--invest { background: #EBF2FA; color: #1D3D5C; }
.cv-loc-card__from--invest { color: var(--cv-navy-400); font-style: italic; }
.cv-btn--navy { background: #1D3D5C; color: white; border: none; }
.cv-btn--navy:hover { background: #112B42; }

@media (max-width: 700px) {
    .cv-loc-grid--two { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════
   BOOKING OVERLAY
══════════════════════════════════════════════════ */
.cv-booking-overlay {
    display: none;
    position: fixed; inset: 0; z-index: 500;
    background: rgba(10, 22, 36, 0.72);
    align-items: flex-start;
    justify-content: center;
    padding: 2vh 1rem;
    overflow-y: auto;
}
.cv-booking-overlay.open {
    display: flex;
}
.cv-booking-overlay__panel {
    background: #FFFFFF;
    border-radius: 14px;
    width: 100%;
    max-width: 680px;
    box-shadow: 0 24px 64px rgba(10,22,36,0.3);
    overflow: hidden;
    margin: auto;
}
.cv-booking-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--cv-navy-100);
    background: #FFFFFF;
}
.cv-booking-overlay__brand {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.cv-booking-overlay__coliving {
    font-size: 11px;
    color: var(--cv-text-3);
    letter-spacing: 1px;
}
.cv-booking-overlay__valentina {
    font-family: var(--cv-font-brand);
    color: var(--cv-red);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}
.cv-booking-overlay__location {
    font-size: 12px;
    color: var(--cv-text-3);
}
.cv-booking-overlay__close {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--cv-text-3);
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    line-height: 1;
}
.cv-booking-overlay__close:hover {
    background: var(--cv-navy-50);
    color: var(--cv-text);
}
.cv-booking-overlay__body {
    padding: 0;
}
/* Let the Sirvoy widget breathe naturally in the overlay */
.cv-booking-overlay__body iframe[name="sirvoy-engine"] {
    display: block;
    width: 100% !important;
    border: none;
}

/* ══════════════════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════════════════ */

/* Hero */
.cv-about-hero {
    background: var(--cv-navy-800);
    padding: 4rem 0 3rem;
    text-align: center;
}
.cv-about-hero__eye {
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--cv-navy-400); margin-bottom: 1rem; display: block;
}
.cv-about-hero__h {
    font-size: 32px; font-weight: 500;
    color: white; line-height: 1.3; margin-bottom: 1.25rem;
}
.cv-about-hero__accent {
    font-family: var(--cv-font-brand);
    color: #E8503A; font-size: 42px; display: block;
}
.cv-about-hero__sub {
    font-size: 16px; color: rgba(255,255,255,0.6);
    font-family: var(--cv-font-serif); font-style: italic;
    max-width: 600px; margin: 0 auto; line-height: 1.75;
}

/* Stats bar */
.cv-stats-bar {
    background: var(--cv-navy-700);
    padding: 1.25rem 2rem;
    display: flex; justify-content: center;
    gap: 3rem; flex-wrap: wrap;
    border-bottom: 1px solid var(--cv-navy-600);
}
.cv-stat-item { text-align: center; }
.cv-stat-item__num {
    display: block; font-size: 22px; font-weight: 600;
    color: white; line-height: 1.2;
}
.cv-stat-item__label {
    display: block; font-size: 11px; letter-spacing: 1px;
    text-transform: uppercase; color: var(--cv-navy-400);
    margin-top: 2px;
}

/* What we do — 2x2 grid */
.cv-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 2rem;
}
.cv-about-card {
    background: var(--cv-bg);
    border: 1px solid var(--cv-navy-100);
    border-radius: var(--cv-radius-xl);
    padding: 1.75rem;
}
.cv-about-card__icon {
    font-size: 28px; margin-bottom: 10px; display: block;
}
.cv-about-card h3 {
    font-size: 16px; font-weight: 600;
    color: var(--cv-text); margin-bottom: 8px;
}
.cv-about-card > p {
    font-size: 13px; color: var(--cv-text-2);
    line-height: 1.7; margin-bottom: 1rem;
}
.cv-about-list {
    list-style: none; padding: 0;
    display: flex; flex-direction: column; gap: 5px;
}
.cv-about-list li {
    font-size: 12px; color: var(--cv-text-2);
    padding-left: 1.1rem; position: relative;
}
.cv-about-list li::before {
    content: '✓';
    position: absolute; left: 0;
    color: var(--cv-red); font-size: 11px; font-weight: 600;
}

/* How we do it — 3 columns */
.cv-how-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 2rem;
}
.cv-how-three__item {
    background: var(--cv-white);
    border: 1px solid var(--cv-navy-100);
    border-radius: var(--cv-radius-lg);
    padding: 1.5rem;
}
.cv-how-three__num {
    font-size: 11px; font-weight: 600; color: var(--cv-red);
    letter-spacing: 1px; margin-bottom: 8px;
}
.cv-how-three__item h3 {
    font-size: 15px; font-weight: 600;
    color: var(--cv-text); margin-bottom: 8px;
}
.cv-how-three__item p {
    font-size: 13px; color: var(--cv-text-2); line-height: 1.65;
}

/* CTA band reuse */
.cv-cta-coliving {
    display: block; font-size: 11px; letter-spacing: 4px;
    text-transform: uppercase; color: rgba(255,255,255,0.3);
    margin-bottom: -4px;
}
.cv-cta-valentina {
    font-family: var(--cv-font-brand);
    color: rgba(255,255,255,0.9);
    font-size: 40px; font-weight: 700; display: block; margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 800px) {
    .cv-about-grid { grid-template-columns: 1fr; }
    .cv-how-three { grid-template-columns: 1fr; }
    .cv-about-hero__h { font-size: 24px; }
    .cv-about-hero__accent { font-size: 32px; }
    .cv-stats-bar { gap: 1.5rem; }
}

/* ══════════════════════════════════════════════════
   INVESTOR / FOUNDERS PAGE
══════════════════════════════════════════════════ */

/* Password gate */
.cv-investor-gate {
    min-height: 100vh;
    background: var(--cv-navy-800);
    display: flex; align-items: center; justify-content: center;
    padding: 2rem;
}
.cv-investor-gate__inner {
    background: var(--cv-navy-700);
    border: 1px solid var(--cv-navy-600);
    border-radius: var(--cv-radius-xl);
    padding: 3rem 2.5rem;
    max-width: 460px;
    width: 100%;
    text-align: center;
}
.cv-investor-gate__brand { margin-bottom: 1.5rem; }
.cv-investor-gate__coliving {
    font-size: 11px; color: rgba(255,255,255,0.35);
    letter-spacing: 3px; text-transform: uppercase; margin-right: 4px;
}
.cv-investor-gate__valentina {
    font-family: var(--cv-font-brand);
    color: var(--cv-red); font-weight: 700; font-size: 28px;
}
.cv-investor-gate__icon { font-size: 36px; margin-bottom: 1rem; display: block; }
.cv-investor-gate__title {
    font-size: 22px; font-weight: 500; color: white; margin-bottom: 0.75rem;
}
.cv-investor-gate__sub {
    font-size: 14px; color: rgba(255,255,255,0.5);
    font-family: var(--cv-font-serif); font-style: italic;
    line-height: 1.7; margin-bottom: 1.5rem;
}
/* Style WordPress password form */
.cv-investor-gate .post-password-form { text-align: left; }
.cv-investor-gate .post-password-form label {
    display: block; font-size: 11px; letter-spacing: 1.5px;
    text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 6px;
}
.cv-investor-gate .post-password-form input[type="password"] {
    width: 100%; padding: 11px 14px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--cv-radius);
    background: rgba(255,255,255,0.07);
    color: white; font-family: var(--cv-font-sans); font-size: 15px;
    margin-bottom: 10px;
}
.cv-investor-gate .post-password-form input[type="submit"] {
    width: 100%; background: var(--cv-red); color: white;
    border: none; padding: 12px; border-radius: var(--cv-radius);
    font-size: 14px; font-family: var(--cv-font-sans);
    font-weight: 500; cursor: pointer;
}
.cv-investor-gate .post-password-form input[type="submit"]:hover {
    background: var(--cv-red-dark);
}
.cv-investor-gate__contact {
    font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 1rem;
}
.cv-investor-gate__contact a { color: rgba(255,255,255,0.5); }

/* Investor hero */
.cv-inv-hero {
    background: var(--cv-navy-800);
    padding: 4rem 0 3rem;
    text-align: center;
}
.cv-inv-hero__badge {
    display: inline-block;
    background: rgba(192,57,43,0.2);
    border: 1px solid rgba(192,57,43,0.4);
    color: #E8756A;
    font-size: 11px; letter-spacing: 2px;
    text-transform: uppercase; font-weight: 600;
    padding: 4px 14px; border-radius: 20px;
    margin-bottom: 1.25rem;
}
.cv-inv-hero__h {
    font-size: 32px; font-weight: 500;
    color: white; line-height: 1.3; margin-bottom: 1.25rem;
}
.cv-inv-hero__accent {
    font-family: var(--cv-font-brand);
    color: #E8503A; font-size: 44px; display: block;
}
.cv-inv-hero__sub {
    font-size: 16px; color: rgba(255,255,255,0.55);
    font-family: var(--cv-font-serif); font-style: italic;
    max-width: 620px; margin: 0 auto 2rem; line-height: 1.75;
}
.cv-inv-hero__meta {
    display: flex; justify-content: center; gap: 2.5rem;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    max-width: 700px; margin: 0 auto;
}
.cv-inv-hero__meta-label {
    display: block; font-size: 10px; letter-spacing: 2px;
    text-transform: uppercase; color: var(--cv-navy-400); margin-bottom: 4px;
}
.cv-inv-hero__meta-val {
    display: block; font-size: 15px; font-weight: 500; color: white;
}

/* Investor content body (from WordPress editor) */
.cv-inv-content { background: var(--cv-white); padding: 3rem 0; }
.cv-container--narrow { max-width: 780px; }
.cv-inv-body { font-size: 15px; color: var(--cv-text-2); line-height: 1.8; }
.cv-inv-body h2 { font-size: 22px; color: var(--cv-text); margin: 2rem 0 0.75rem; }
.cv-inv-body h3 { font-size: 17px; color: var(--cv-text); margin: 1.5rem 0 0.5rem; }
.cv-inv-body p { margin-bottom: 1rem; }
.cv-inv-body ul, .cv-inv-body ol { margin: 0.5rem 0 1rem 1.5rem; }
.cv-inv-body li { margin-bottom: 0.4rem; }
.cv-inv-body strong { color: var(--cv-text); }
.cv-inv-body table {
    width: 100%; border-collapse: collapse; margin: 1.5rem 0;
    font-size: 14px;
}
.cv-inv-body th {
    background: var(--cv-navy-50); color: var(--cv-navy-700);
    padding: 10px 14px; text-align: left; font-weight: 600;
    border-bottom: 2px solid var(--cv-navy-100);
}
.cv-inv-body td {
    padding: 10px 14px; border-bottom: 1px solid var(--cv-navy-100);
    color: var(--cv-text-2);
}
.cv-inv-body tr:last-child td { border-bottom: none; }

/* Deal steps */
.cv-inv-steps { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.cv-inv-step {
    display: flex; gap: 1.5rem;
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--cv-navy-100);
}
.cv-inv-step:last-child { border-bottom: none; }
.cv-inv-step__num {
    font-size: 13px; font-weight: 700; color: var(--cv-red);
    min-width: 36px; padding-top: 3px; letter-spacing: 0.5px;
}
.cv-inv-step__body h3 {
    font-size: 16px; font-weight: 600; color: var(--cv-text); margin-bottom: 6px;
}
.cv-inv-step__body p { font-size: 14px; color: var(--cv-text-2); line-height: 1.7; }

/* Investor CTA */
.cv-inv-cta {
    background: var(--cv-navy-800);
    padding: 3.5rem 0;
    text-align: center;
}
.cv-inv-cta__inner h2 { font-size: 24px; font-weight: 500; color: white; margin-bottom: 0.75rem; }
.cv-inv-cta__inner > p { font-size: 15px; color: rgba(255,255,255,0.55); margin-bottom: 1.75rem; line-height: 1.7; }
.cv-inv-cta__btns { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 1.5rem; }
.cv-inv-cta__disclaimer {
    font-size: 11px; color: rgba(255,255,255,0.2);
    max-width: 560px; margin: 0 auto; line-height: 1.6;
}

@media (max-width: 700px) {
    .cv-inv-hero__h { font-size: 24px; }
    .cv-inv-hero__accent { font-size: 34px; }
    .cv-inv-hero__meta { gap: 1.25rem; }
    .cv-inv-step { flex-direction: column; gap: 0.5rem; }
}

/* Waterfall list */
.cv-inv-waterfall { margin-top: 0.75rem; display: flex; flex-direction: column; gap: 8px; }
.cv-inv-waterfall__item {
    display: flex; align-items: center; gap: 12px;
    background: var(--cv-navy-50); border-radius: var(--cv-radius);
    padding: 10px 14px; font-size: 14px; color: var(--cv-text-2);
}
.cv-inv-waterfall__num {
    font-size: 16px; font-weight: 700; color: var(--cv-red);
    min-width: 24px; text-align: center;
}

/* Phase cards */
.cv-inv-phases { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 2rem; }
.cv-inv-phase {
    background: var(--cv-white); border: 1px solid var(--cv-navy-100);
    border-radius: var(--cv-radius-lg); padding: 1.25rem;
}
.cv-inv-phase--highlight { border-color: var(--cv-red); background: #FEF9F9; }
.cv-inv-phase__header { margin-bottom: 8px; }
.cv-inv-phase__label {
    font-size: 10px; font-weight: 600; color: var(--cv-red);
    letter-spacing: 1px; text-transform: uppercase; display: block; margin-bottom: 3px;
}
.cv-inv-phase h3 { font-size: 15px; font-weight: 600; color: var(--cv-text); margin-bottom: 3px; }
.cv-inv-phase__entity {
    font-size: 11px; color: var(--cv-text-3);
    background: var(--cv-navy-50); padding: 2px 8px; border-radius: 10px;
    display: inline-block; margin-bottom: 8px;
}
.cv-inv-phase > p { font-size: 13px; color: var(--cv-text-2); line-height: 1.6; }

/* Three-column principles variant */
.cv-principles-grid--three { grid-template-columns: repeat(3,1fr); }

@media (max-width: 800px) {
    .cv-inv-phases { grid-template-columns: 1fr; }
    .cv-principles-grid--three { grid-template-columns: 1fr; }
}

/* Investment track cards */
.cv-inv-track {
    background: var(--cv-white);
    border: 1px solid var(--cv-navy-100);
    border-radius: var(--cv-radius-xl);
    padding: 2rem;
}
.cv-inv-track--club {
    border-color: var(--cv-navy-600);
    background: var(--cv-navy-800);
}
.cv-inv-track--club .cv-about-list li,
.cv-inv-track--club .cv-inv-track__desc { color: rgba(255,255,255,0.6); }
.cv-inv-track--club h3 { color: white; }
.cv-inv-track--club .cv-about-list li::before { color: #E8756A; }
.cv-inv-track__header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; flex-wrap: wrap; }
.cv-inv-track__icon { font-size: 24px; }
.cv-inv-track__header h3 { font-size: 18px; font-weight: 600; color: var(--cv-text); }
.cv-inv-track--club .cv-inv-track__header h3 { color: white; }
.cv-inv-track__tag { font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; background: var(--cv-navy-50); color: var(--cv-navy-600); padding: 3px 8px; border-radius: 10px; }
.cv-inv-track--club .cv-inv-track__tag { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }
.cv-inv-track__desc { font-size: 14px; color: var(--cv-text-2); line-height: 1.65; margin-bottom: 1rem; }

/* Hotel image gallery */
.cv-inv-gallery { background: var(--cv-navy-800); padding: 1.5rem 0 2rem; }
.cv-inv-gallery__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 0.75rem; }
.cv-inv-gallery__grid img { width: 100%; height: 280px; object-fit: cover; border-radius: var(--cv-radius-lg); }
.cv-inv-gallery__cap { font-size: 12px; color: rgba(255,255,255,0.35); text-align: center; font-style: italic; }

@media (max-width: 700px) {
    .cv-inv-gallery__grid { grid-template-columns: 1fr; }
    .cv-inv-gallery__grid img { height: 200px; }
}

/* ══════════════════════════════════════════════════
   BANSKO LANDING PAGE
══════════════════════════════════════════════════ */

/* Hero */
.cv-bk-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.cv-bk-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.cv-bk-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}
.cv-bk-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(11, 27, 44, 0.82) 0%,
        rgba(17, 43, 66, 0.65) 50%,
        rgba(11, 27, 44, 0.4) 100%
    );
}
.cv-bk-hero__content {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.cv-bk-hero__eye {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 1rem;
    display: block;
}
.cv-bk-hero__h {
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 400;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    max-width: 700px;
}
.cv-bk-hero__accent {
    font-family: var(--cv-font-brand);
    color: #E8503A;
    font-weight: 700;
    font-size: clamp(48px, 8vw, 80px);
}
.cv-bk-hero__sub {
    font-size: 17px;
    color: rgba(255,255,255,0.7);
    font-family: var(--cv-font-serif);
    font-style: italic;
    max-width: 540px;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.cv-bk-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.cv-bk-hero__stats {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.cv-bk-hero__stat-val {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: white;
}
.cv-bk-hero__stat-label {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-top: 2px;
}

/* Pillars */
.cv-bk-pillars {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2.5rem;
}
.cv-bk-pillar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}
.cv-bk-pillar:nth-child(even) {
    direction: rtl;
}
.cv-bk-pillar:nth-child(even) > * {
    direction: ltr;
}
.cv-bk-pillar__img {
    border-radius: var(--cv-radius-xl);
    overflow: hidden;
    aspect-ratio: 4/3;
}
.cv-bk-pillar__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.cv-bk-pillar__img:hover img {
    transform: scale(1.03);
}
.cv-bk-pillar__icon {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}
.cv-bk-pillar__body h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--cv-text);
    margin-bottom: 10px;
}
.cv-bk-pillar__body > p {
    font-size: 15px;
    color: var(--cv-text-2);
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* Nomad Fest section */
.cv-bk-fest {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.cv-bk-fest__list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cv-bk-fest__list li {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    padding-left: 1.25rem;
    position: relative;
}
.cv-bk-fest__list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--cv-red);
    font-weight: 600;
}
.cv-bk-fest__cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cv-bk-fest__img {
    border-radius: var(--cv-radius-xl);
    overflow: hidden;
    aspect-ratio: 4/3;
}
.cv-bk-fest__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Location section */
.cv-bk-location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    margin-top: 2rem;
}
.cv-bk-location__tags {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.cv-bk-location__tag {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.cv-bk-location__tag-icon {
    font-size: 24px;
    min-width: 32px;
    margin-top: 2px;
}
.cv-bk-location__tag strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--cv-text);
    margin-bottom: 2px;
}
.cv-bk-location__tag span {
    font-size: 13px;
    color: var(--cv-text-2);
    line-height: 1.5;
}
.cv-bk-location__img {
    border-radius: var(--cv-radius-xl);
    overflow: hidden;
    aspect-ratio: 4/3;
}
.cv-bk-location__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CTA band brand name */
.cv-cta-band__coliving {
    display: block;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: -4px;
}
.cv-cta-band__valentina {
    font-family: var(--cv-font-brand);
    color: rgba(255,255,255,0.9);
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 800px) {
    .cv-bk-hero { min-height: 100svh; }
    .cv-bk-pillar,
    .cv-bk-pillar:nth-child(even) { grid-template-columns: 1fr; direction: ltr; }
    .cv-bk-pillar__img { aspect-ratio: 16/9; }
    .cv-bk-fest { grid-template-columns: 1fr; }
    .cv-bk-fest__img { aspect-ratio: 16/9; }
    .cv-bk-location { grid-template-columns: 1fr; }
    .cv-bk-hero__stats { gap: 1.5rem; }
}
