:root {
  --bg: #f3f6fa;
  --surface: #ffffff;
  --text: #002b5c;
  --muted: #6c757d;
  --border: #e2e8f0;
  --primary: #0077c8;
  --success: #5cb85c;
  --danger: #dc2626;
  --radius: 16px;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
}
.tiv-nav { background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid var(--border); backdrop-filter: blur(6px); }
.brand-dot { width: 10px; height: 10px; border-radius: 999px; background: linear-gradient(135deg, #002b5c, #0077c8); display: inline-block; }
.nav-link { color: #374151; font-weight: 500; }
.nav-link:hover, .footer-link:hover { color: var(--primary); }
.section-card, .tiv-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}
.tiv-card:hover { transform: translateY(-2px); transition: .2s ease; }
.hero-surface {
  background: radial-gradient(circle at top right, #d9eef9, #ffffff 45%);
  border: 1px solid var(--border);
  border-radius: 24px;
}
.chip { border: 1px solid var(--border); border-radius: 999px; padding: 6px 12px; background: #fff; color: #374151; text-decoration: none; font-size: .85rem; }
.chip:hover { border-color: rgba(0, 119, 200, 0.35); background: #e8f4fc; color: #002b5c; }
.map-box { height: 320px; width: 100%; background: #f3f4f6; border: 1px solid var(--border); }
.metric-card .metric-value { font-size: 1.4rem; font-weight: 700; }
.metric-card .metric-label { color: var(--muted); font-size: .85rem; }
.sidebar-filter { position: sticky; top: 90px; }
.sticky-contact-card { position: sticky; top: 90px; }
.skeleton { background: linear-gradient(90deg, #f1f5f9, #e2e8f0, #f1f5f9); background-size: 200% 100%; animation: shimmer 1.2s infinite; border-radius: 12px; min-height: 18px; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.fade-in { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }
.js-enhanced .fade-in { opacity: 0; transform: translateY(8px); }
.js-enhanced .fade-in.is-visible { opacity: 1; transform: translateY(0); }
.tiv-toast-wrap { position: fixed; top: 82px; right: 16px; z-index: 1080; }
.tiv-footer { border-top: 1px solid var(--border); background: #fff; }
.footer-link { color: #4b5563; text-decoration: none; margin-bottom: 8px; font-size: .92rem; }
.dashboard-mobile-nav {
  position: fixed; left: 10px; right: 10px; bottom: 76px; background: #111827; border-radius: 999px;
  padding: 10px 14px; z-index: 1060; display: flex; justify-content: space-between;
}
.dashboard-mobile-nav a { color: #fff; text-decoration: none; font-size: .75rem; }
.mobile-sticky-btn, .mobile-sticky-btn-whatsapp {
  position: fixed; bottom: 16px; z-index: 1050; padding: .7rem .95rem; font-size: .85rem;
}
.mobile-sticky-btn { right: 100px; }
.mobile-sticky-btn-whatsapp { right: 14px; background: #25d366; border-color: #25d366; }
.trust-badge { background: #ecfdf5; color: #166534; border: 1px solid #bbf7d0; border-radius: 999px; padding: 6px 10px; font-size: .8rem; }
.cta-bar-mobile {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040; background: #fff; border-top: 1px solid var(--border);
  padding: 8px 12px; display: none;
}
.table-modern { --bs-table-bg: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
@media (min-width: 992px) {
  .mobile-sticky-btn, .mobile-sticky-btn-whatsapp, .dashboard-mobile-nav { display: none; }
}
@media (max-width: 991.98px) {
  .cta-bar-mobile { display: flex; gap: 10px; }
  body { padding-bottom: 58px; }
}

/* --- Tripinstays marketing theme — logo palette: navy #002b5c, pin blue #0077c8, green #5cb85c, grey #6c757d --- */
:root {
  --tiv-navy: #002b5c;
  --tiv-navy-deep: #001f42;
  --tiv-blue: #0077c8;
  --tiv-blue-dark: #0062a3;
  --tiv-blue-light: #4db3ed;
  --tiv-green: #5cb85c;
  --tiv-green-dark: #449d44;
  --tiv-green-soft: #7ccc7c;
  --tiv-grey: #6c757d;
  --tiv-grey-light: #adb5bd;
  --tiv-cream: #f3f6fa;
  --tiv-ink: #002b5c;
  --tiv-muted: #6c757d;
  --tiv-navy-rgb: 0, 43, 92;
  --tiv-blue-rgb: 0, 119, 200;
  --tiv-green-rgb: 92, 184, 92;
  /* Warm accent removed from brand; templates using --tiv-orange / .tiv-text-orange map to pin blue */
  --tiv-orange: #0077c8;
  --tiv-card-radius: 14px;
}
.tiv-body-marketing {
  background: var(--tiv-cream) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  color: var(--tiv-ink) !important;
}
/* Home: do not hide sections until scroll (Bootstrap + js-enhanced .fade-in conflict) */
.tiv-body-marketing.js-enhanced .fade-in {
  opacity: 1 !important;
  transform: none !important;
}
.tiv-main-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.tiv-nav-marketing {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid rgba(var(--tiv-navy-rgb), 0.1);
  box-shadow: 0 4px 24px rgba(var(--tiv-navy-rgb), 0.06);
}
.tiv-nav-marketing .navbar-toggler {
  filter: none;
  border-radius: 10px;
  border: 1px solid rgba(var(--tiv-blue-rgb), 0.28);
}
.tiv-nav-marketing .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23002b5c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (min-width: 992px) {
  .tiv-nav-marketing > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
  }
  .tiv-nav-marketing .navbar-brand {
    position: relative;
    z-index: 2;
    margin-right: 1rem;
  }
  .tiv-nav-marketing .tiv-nav-collapse {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem 1rem;
    position: static;
    min-height: 0;
    padding-top: 0 !important;
  }
  .tiv-nav-marketing .tiv-nav-links {
    position: static;
    left: auto;
    transform: none;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0 !important;
    z-index: auto;
  }
  .tiv-nav-marketing .tiv-nav-cta-wrap {
    position: relative;
    z-index: 2;
    margin-left: auto;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
}
.tiv-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--tiv-ink) !important;
  letter-spacing: -0.02em;
}
.tiv-brand__icon {
  color: var(--tiv-green);
  display: flex;
}
.tiv-brand__logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(250px, 56vw);
  object-fit: contain;
}
.tiv-brand__logo--footer {
  height: 56px;
  max-width: min(280px, 72vw);
}
@media (max-width: 992px) {
  .tiv-brand__logo {
    height: 42px;
    max-width: min(220px, 58vw);
  }
}
.tiv-nav-link {
  color: #0d3f6b !important;
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.5rem 0.65rem !important;
  border-radius: 999px;
}
.tiv-nav-link:hover {
  color: var(--tiv-blue-dark) !important;
  background: rgba(var(--tiv-blue-rgb), 0.1);
}
.tiv-nav-marketing .nav-link.tiv-nav-link.active {
  color: var(--tiv-navy-deep) !important;
  font-weight: 600;
  background: rgba(var(--tiv-blue-rgb), 0.14);
}
.tiv-btn-primary {
  background: var(--tiv-green) !important;
  border-color: var(--tiv-green) !important;
  color: #fff !important;
  font-weight: 600;
}
.tiv-btn-primary:hover {
  background: var(--tiv-green-dark) !important;
  border-color: var(--tiv-green-dark) !important;
  color: #fff !important;
}
.tiv-btn-nav-ghost {
  border: 1px solid rgba(42, 42, 42, 0.15);
  background: #fff;
  color: var(--tiv-ink);
}
.tiv-btn-nav-list {
  border: 1px solid rgba(var(--tiv-blue-rgb), 0.4);
  background: rgba(var(--tiv-blue-rgb), 0.08);
  color: var(--tiv-blue-dark);
  font-weight: 600;
}
.tiv-btn-nav-list:hover {
  border-color: var(--tiv-blue);
  background: rgba(var(--tiv-blue-rgb), 0.14);
  color: var(--tiv-navy-deep);
}
.tiv-nav-welcome {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.tiv-btn-outline {
  border: 1px solid var(--tiv-blue);
  color: var(--tiv-blue-dark);
  background: #fff;
  font-weight: 500;
}
.tiv-btn-outline:hover {
  background: rgba(var(--tiv-blue-rgb), 0.1);
  color: var(--tiv-navy-deep);
}
.tiv-btn-ai {
  border: 1px solid rgba(16, 24, 20, 0.14);
  background: #fff;
  color: #1f2937;
  font-weight: 500;
  border-radius: 10px;
}
.tiv-btn-ai:hover {
  background: #f8fafc;
  border-color: rgba(16, 24, 20, 0.24);
}
.tiv-btn-ai__icon { margin-right: 0.25rem; }
.tiv-btn-search { min-width: 132px; border-radius: 10px; padding: 0.52rem 1.1rem; }
.tiv-btn-whatsapp {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}

.tiv-admin-header-nav-wrap {
  position: sticky;
  top: 68px;
  z-index: 1025;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(var(--tiv-navy-rgb), 0.1);
}
.tiv-admin-header-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.55rem 0 0.6rem;
  scrollbar-width: thin;
}
.tiv-admin-header-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--tiv-blue-rgb), 0.2);
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
}
.tiv-admin-header-nav__link:hover {
  border-color: rgba(var(--tiv-blue-rgb), 0.38);
  color: var(--tiv-blue-dark);
}
.tiv-admin-header-nav__link.is-active {
  background: var(--tiv-navy);
  border-color: var(--tiv-navy);
  color: #fff;
}
.tiv-admin-header-nav--masters {
  padding-top: 0;
  padding-bottom: 0.62rem;
}
.tiv-admin-header-nav__title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tiv-grey);
  margin-right: 0.1rem;
}
.tiv-admin-header-nav__link--master {
  border-color: rgba(var(--tiv-green-rgb), 0.34);
}
.tiv-admin-header-nav__link--master:hover {
  border-color: rgba(var(--tiv-green-rgb), 0.52);
  color: #0f5132;
}
.tiv-admin-header-nav__link--master.is-active {
  background: var(--tiv-green-dark);
  border-color: var(--tiv-green-dark);
}

.tiv-hero {
  position: relative;
  overflow: visible;
  min-height: min(48vh, 380px);
  display: flex;
  align-items: center;
  padding: 2.6rem 0 0.7rem;
  background-image: linear-gradient(120deg, rgba(12, 18, 14, 0.82) 0%, rgba(12, 18, 14, 0.45) 45%, rgba(30, 35, 28, 0.35) 100%), var(--tiv-hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tiv-hero__bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(120deg, rgba(12, 18, 14, 0.82) 0%, rgba(12, 18, 14, 0.45) 45%, rgba(30, 35, 28, 0.35) 100%), var(--tiv-hero-bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 900ms ease-in-out;
}
.tiv-hero__bg-layer.is-active {
  opacity: 1;
}
.tiv-hero__overlay { display: none; }
.tiv-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.tiv-hero__title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.15rem, 4.5vw, 3.35rem);
  max-width: 16ch;
  line-height: 1.12;
  margin-bottom: 1.75rem;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.45);
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .tiv-hero__title {
    max-width: 20ch;
  }
}
.tiv-hero__title-accent {
  background: var(--tiv-green);
  color: #fff;
  padding: 0.08em 0.35em;
  border-radius: 8px;
}
.tiv-hero-usp {
  display: inline-block;
  margin: -0.5rem 0 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tiv-navy-deep);
  font-size: 0.84rem;
  line-height: 1.25;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.tiv-hero-usp strong {
  color: var(--tiv-blue-dark);
}
.tiv-hero-search {
  position: relative;
  z-index: 25;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  max-width: 1120px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
  overflow: visible;
}
.tiv-mobile-search-trigger,
.tiv-mobile-search-backdrop,
.tiv-mobile-search-close,
.tiv-mobile-search-close-floating {
  display: none;
}
.tiv-mobile-search-sheet {
  position: relative;
}
.tiv-mobile-search-sheet__head {
  display: none;
}
.tiv-mobile-more-filters-btn {
  display: none;
}
.tiv-hero-search__form,
.tiv-hero-search__form .row {
  overflow: visible;
}
.tiv-hero-search-actions-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}
.tiv-hero-search-actions-bar__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}
.tiv-hero-search-actions-bar__check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.82rem;
  color: #4b5563;
  cursor: pointer;
  user-select: none;
}
.tiv-hero-search-actions-bar__check .form-check-input {
  margin: 0;
  flex-shrink: 0;
}
.tiv-hero-search-actions-bar__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .tiv-hero-search-actions-bar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }
  .tiv-hero-search-actions-bar__cta {
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .tiv-mobile-search-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-weight: 600;
    gap: 0.55rem;
  }
  .tiv-mobile-search-trigger__icon {
    font-size: 0.95rem;
    line-height: 1;
  }
  .tiv-mobile-search-sheet {
    display: none;
  }
  .tiv-mobile-search-close {
    display: none;
  }
  body.tiv-mobile-search-open {
    overflow: hidden;
  }
  body.tiv-mobile-search-open .tiv-mobile-search-trigger {
    display: none;
  }
  body.tiv-mobile-search-open .tiv-mobile-search-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.42);
    z-index: 2100;
  }
  body.tiv-mobile-search-open .tiv-mobile-search-close-floating {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0.95rem;
    right: 0.95rem;
    min-width: 74px;
    height: 36px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-size: 0.84rem;
    font-weight: 600;
    z-index: 2130;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.2);
  }
  body.tiv-mobile-search-open .tiv-mobile-search-sheet {
    display: block;
    position: fixed;
    left: 0.55rem;
    right: 0.55rem;
    top: 0.8rem;
    bottom: 0.8rem;
    z-index: 2120;
    overflow-y: auto;
    background: #f9fafb;
    border-radius: 22px;
    border: 1px solid #e5e7eb;
    padding: 0.85rem 0.85rem 1rem;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.22);
  }
  body.tiv-mobile-search-open .tiv-mobile-search-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    position: sticky;
    top: 0;
    z-index: 3;
    background: #f9fafb;
    padding-bottom: 0.55rem;
    padding-right: 5.4rem;
    margin-bottom: 0.4rem;
  }
  .tiv-mobile-search-sheet__title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
  }
  body.tiv-mobile-search-open .tiv-mobile-search-close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 1.18rem;
    right: 1.18rem;
    min-width: 70px;
    height: 34px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    color: #1f2937;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.1;
    z-index: 2135;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.14);
  }
  body.tiv-mobile-search-open .tiv-stay-tabs {
    justify-content: stretch !important;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
    overflow: visible;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0.95rem;
  }
  body.tiv-mobile-search-open .tiv-stay-tab {
    width: 100%;
    min-width: 0;
    text-align: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.74rem;
  }
  .tiv-hero {
    min-height: auto;
  }
  .tiv-hero__title {
    font-size: clamp(1.55rem, 7.8vw, 2.1rem);
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .tiv-hero-usp {
    margin: 0 0 0.8rem;
    padding: 0.42rem 0.72rem;
    font-size: 0.76rem;
    line-height: 1.3;
  }
  .tiv-hero-search {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    max-width: none;
  }
  body.tiv-mobile-search-open .tiv-hero-search {
    z-index: 1300;
  }
  body.tiv-mobile-search-open .tiv-hero-search__form {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 0.7rem 0.62rem 0.4rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  }
  body.tiv-mobile-search-open .tiv-mobile-primary-field {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    padding: 0.6rem 0.58rem 0.55rem;
  }
  body.tiv-mobile-search-open .tiv-mobile-primary-field .tiv-field-label {
    margin-bottom: 0.32rem;
    color: #374151;
    font-size: 0.8rem;
    font-weight: 600;
  }
  body.tiv-mobile-search-open .tiv-mobile-primary-field .tiv-input,
  body.tiv-mobile-search-open .tiv-mobile-primary-field .tiv-select {
    border: 0;
    box-shadow: none;
    background: transparent;
    min-height: 34px;
    padding: 0.08rem 0;
    font-size: 1.02rem;
    color: #111827;
  }
  body.tiv-mobile-search-open .tiv-mobile-primary-field .tiv-input::placeholder {
    color: #6b7280;
  }
  body.tiv-mobile-search-open .tiv-mobile-primary-field .tiv-input:focus,
  body.tiv-mobile-search-open .tiv-mobile-primary-field .tiv-select:focus {
    box-shadow: none;
    border: 0;
  }
  body.tiv-mobile-search-open .tiv-mobile-more-filters-btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px dashed #d1d5db;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 600;
  }
  body.tiv-mobile-search-open .tiv-mobile-advanced-field {
    display: none;
  }
  body.tiv-mobile-search-open .tiv-hero-search__form.tiv-mobile-advanced-open .tiv-mobile-advanced-field {
    display: block;
  }
  body.tiv-mobile-search-open .tiv-hero-search__form.tiv-mobile-advanced-open .tiv-mobile-more-filters-btn {
    border-style: solid;
    background: #f8fafc;
  }
  body.tiv-mobile-search-open .tiv-hero-search-fields-row {
    margin-top: 0.1rem;
  }
  body.tiv-mobile-search-open .tiv-hero-search-actions-bar {
    margin-top: 0.15rem;
  }
  body.tiv-mobile-search-open .tiv-hero-search-actions-bar__filters {
    width: 100%;
  }
  body.tiv-mobile-search-open .tiv-hero-search-actions-bar__check {
    flex: 1 1 46%;
  }
  body.tiv-mobile-search-open .tiv-hero-search-actions-bar__cta .btn,
  body.tiv-mobile-search-open .tiv-hero-search-actions-bar__cta .tiv-btn-ai {
    text-align: center;
  }
  body.tiv-mobile-search-open .tiv-mobile-sticky-actions {
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin: 0 -0.62rem -0.4rem;
    padding: 0.58rem 0.62rem 0.62rem;
    border-top: 1px solid #e5e7eb;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(4px);
  }
  body.tiv-mobile-search-open .tiv-mobile-clear-btn {
    flex: 0 0 auto;
    min-width: 102px;
    background: transparent;
    border: 0;
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 2px;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  body.tiv-mobile-search-open .tiv-mobile-close-btn {
    flex: 0 0 auto;
    min-width: 82px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #1f2937;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
  }
  body.tiv-mobile-search-open .tiv-btn-search {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
    border-radius: 999px;
  }
  body.tiv-mobile-search-open .mobile-sticky-btn,
  body.tiv-mobile-search-open .mobile-sticky-btn-whatsapp {
    display: none !important;
  }
  body.tiv-mobile-search-open #tiv-who-popup {
    position: static !important;
    width: 100%;
    margin-top: 0.45rem;
    box-shadow: none !important;
    border: 1px solid #e5e7eb;
  }
  body:not(.tiv-mobile-search-open) .tiv-hero-search__form,
  body:not(.tiv-mobile-search-open) .tiv-stay-tabs {
    display: none;
  }
  body:not(.tiv-mobile-search-open) .tiv-hero-search {
    padding: 0.8rem 0.72rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.96);
  }
  .tiv-hero-search-fields-row {
    row-gap: 0.55rem;
  }
  .tiv-hero-search-fields-row > [class*="col-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tiv-field-label {
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
  }
  .tiv-input,
  .tiv-select {
    min-height: 42px;
    font-size: 0.9rem;
    padding: 0.52rem 0.65rem;
  }
  .tiv-stay-tabs {
    gap: 0.3rem;
    margin-bottom: 0.7rem;
  }
  .tiv-stay-tab {
    padding: 0.36rem 0.66rem;
    font-size: 0.76rem;
  }
  #tiv-who-popup {
    width: 100%;
    left: 0;
    right: 0;
    max-height: min(62vh, 300px);
  }
  .tiv-hero-search-actions-bar__filters {
    gap: 0.6rem 0.9rem;
  }
  .tiv-hero-search-actions-bar__check {
    font-size: 0.78rem;
  }
  .tiv-hero-search-actions-bar__cta {
    width: 100%;
    justify-content: stretch;
    gap: 0.45rem;
  }
  .tiv-hero-search-actions-bar__cta .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.55rem 0.7rem;
    font-size: 0.82rem;
    white-space: nowrap;
  }
}
@media (max-width: 430px) {
  body.tiv-mobile-search-open .tiv-stay-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .tiv-hero-search-fields-row > [class*="col-"] {
    min-width: 0;
  }
  .tiv-hero-search-fields-row .tiv-field-label {
    font-size: 0.66rem;
    letter-spacing: 0.01em;
  }
  .tiv-hero-search-fields-row .tiv-input,
  .tiv-hero-search-fields-row .tiv-select {
    font-size: 0.78rem;
    padding: 0.42rem 0.45rem;
  }
}
#tiv-who-popup {
  z-index: 1200 !important;
  max-height: min(70vh, 320px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.tiv-body-marketing .tiv-hero .container {
  max-width: 1140px;
}
.tiv-stay-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}
.tiv-stay-tab {
  border: none;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 0.8rem;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  font-weight: 500;
}
.tiv-stay-tab.is-active {
  background: var(--tiv-navy-deep);
  color: #fff;
}
.tiv-field-label {
  display: block;
  font-size: 0.72rem;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #6b7280;
  margin-bottom: 0.28rem;
  font-weight: 500;
}
.tiv-input, .tiv-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0.5rem 0.7rem;
  font-size: 0.88rem;
  color: var(--tiv-ink);
  min-height: 40px;
}
.tiv-input:focus, .tiv-select:focus {
  outline: none;
  border-color: rgba(var(--tiv-blue-rgb), 0.45);
  box-shadow: 0 0 0 3px rgba(var(--tiv-blue-rgb), 0.18);
}
.tiv-city-suggest {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 40;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  max-height: 220px;
  overflow-y: auto;
  padding: 0.25rem;
}
.tiv-city-suggest__item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  border-radius: 8px;
  padding: 0.42rem 0.55rem;
  color: #1f2937;
  font-size: 0.86rem;
}
.tiv-city-suggest__item:hover {
  background: rgba(var(--tiv-green-rgb), 0.14);
}
.tiv-select { appearance: auto; }

.tiv-section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.tiv-section--cream {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(42, 42, 42, 0.04);
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tiv-section__title {
  font-weight: 700;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin-bottom: 1.25rem;
  color: var(--tiv-ink);
}
.tiv-text-green { color: var(--tiv-green); }
.tiv-text-orange { color: var(--tiv-blue); }
.tiv-text-blue { color: var(--tiv-blue); }
.tiv-text-navy { color: var(--tiv-navy); }

.tiv-section--popular-dest {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tiv-popular-destinations-card {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.55rem 0.75rem;
  background: linear-gradient(165deg, #ffffff 0%, #f5f9fc 55%, #fafcfd 100%);
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.09);
  border-radius: calc(var(--tiv-card-radius) + 2px);
  box-shadow:
    0 2px 4px rgba(var(--tiv-navy-rgb), 0.04),
    0 10px 24px rgba(var(--tiv-navy-rgb), 0.05);
  overflow: hidden;
  text-align: center;
}
.tiv-popular-destinations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.45rem;
  vertical-align: middle;
}
.tiv-popular-destinations__carousel {
  display: flex;
  flex: 1 1 12rem;
  min-width: 0;
  align-items: center;
  gap: 0.25rem;
  justify-content: center;
}
.tiv-popular-destinations__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  text-align: left;
}
.tiv-popular-destinations__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.tiv-popular-destinations__viewport:focus-visible {
  outline: 2px solid var(--tiv-blue);
  outline-offset: 2px;
}
.tiv-popular-destinations__nav {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--tiv-navy);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(var(--tiv-navy-rgb), 0.08);
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    opacity 0.15s ease;
}
.tiv-popular-destinations__nav span {
  display: block;
  margin-top: -0.1em;
}
.tiv-popular-destinations__nav:hover:not(:disabled) {
  background: #fff;
  border-color: rgba(var(--tiv-blue-rgb), 0.35);
  color: var(--tiv-blue);
}
.tiv-popular-destinations__nav:focus-visible {
  outline: 2px solid var(--tiv-blue);
  outline-offset: 2px;
}
.tiv-popular-destinations__nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.tiv-popular-destinations__label-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex: 0 0 auto;
}
.tiv-popular-destinations__accent {
  width: 3px;
  height: 1.05rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--tiv-green) 0%, var(--tiv-green-soft) 100%);
  box-shadow: 0 1px 6px rgba(var(--tiv-green-rgb), 0.3);
}
.tiv-popular-destinations__label {
  font-weight: 700;
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  letter-spacing: 0.02em;
  color: var(--tiv-ink);
}
.tiv-popular-destinations__label::after {
  content: ":";
  color: var(--tiv-muted);
  font-weight: 600;
  margin-left: 0.05em;
}
.tiv-popular-destinations__list {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0.1rem 0;
}
.tiv-popular-destinations__item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.22rem 0.4rem 0.22rem 0.5rem;
  border-radius: 999px;
  font-size: clamp(0.75rem, 1.8vw, 0.85rem);
  font-weight: 600;
  color: var(--tiv-navy);
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.1);
  box-shadow: 0 1px 2px rgba(var(--tiv-navy-rgb), 0.04);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    color 0.18s ease;
}
.tiv-popular-destinations__item:hover {
  color: var(--tiv-navy-deep);
  background: #fff;
  border-color: rgba(var(--tiv-blue-rgb), 0.28);
  box-shadow:
    0 2px 6px rgba(var(--tiv-blue-rgb), 0.1),
    0 4px 14px rgba(var(--tiv-navy-rgb), 0.05);
  transform: translateY(-0.5px);
}
.tiv-popular-destinations__item:focus-visible {
  outline: 2px solid var(--tiv-blue);
  outline-offset: 2px;
}
.tiv-popular-destinations__name {
  line-height: 1.2;
}
.tiv-popular-destinations__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  padding: 0.14rem 0.32rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(145deg, var(--tiv-blue) 0%, var(--tiv-blue-dark) 100%);
  box-shadow: 0 1px 4px rgba(var(--tiv-blue-rgb), 0.35);
}
.tiv-popular-destinations__item:hover .tiv-popular-destinations__count {
  background: linear-gradient(145deg, var(--tiv-blue-dark) 0%, var(--tiv-navy) 100%);
  box-shadow: 0 2px 6px rgba(var(--tiv-blue-rgb), 0.45);
}

.tiv-destination-strip {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ececec;
  box-shadow: 0 12px 32px rgba(24, 28, 32, 0.1);
  padding: 1.15rem 1.2rem 1.35rem;
}
.tiv-destination-strip__tabs {
  display: inline-flex;
  background: #efefef;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 0.25rem;
  margin-bottom: 1rem;
  gap: 0.15rem;
}
.tiv-destination-strip__tab {
  border: 0;
  background: #f6f6f6;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1.1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.tiv-destination-strip__tab:hover:not(.is-active) {
  background: #ececec;
}
.tiv-destination-strip__tab.is-active {
  background: var(--tiv-green);
  color: #fff;
  box-shadow: 0 2px 10px rgba(var(--tiv-green-rgb), 0.35);
}
.tiv-destination-strip__body {
  display: block;
}
.tiv-destination-strip__carousel {
  position: relative;
}
.tiv-destination-strip__viewport {
  min-width: 0;
}
.tiv-destination-strip__panel:not(.is-active) {
  display: none;
}
.tiv-destination-strip__panel.is-active {
  display: block;
}
.tiv-destination-strip__arrow {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.94);
  color: #4b5563;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.tiv-destination-strip__arrow:hover {
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}
.tiv-destination-strip__arrow--prev {
  left: 10px;
}
.tiv-destination-strip__arrow--next {
  right: 10px;
}
.tiv-destination-strip__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem 0.85rem;
  width: 100%;
}
.tiv-destination-mini {
  text-decoration: none;
  color: inherit;
  text-align: center;
  display: block;
}
.tiv-destination-mini img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0.5rem;
  display: block;
}
.tiv-destination-mini__title {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--tiv-ink);
  line-height: 1.2;
  margin-bottom: 0.15rem;
}
.tiv-destination-mini__meta {
  display: block;
  font-size: 0.78rem;
  color: var(--tiv-muted);
  line-height: 1.35;
  padding: 0 0.15rem;
}
@media (max-width: 991.98px) {
  .tiv-destination-strip__arrow {
    top: 30%;
  }
  .tiv-destination-strip__track {
    display: flex;
    overflow-x: auto;
    gap: 0.85rem;
    padding: 0 0.25rem 0.35rem 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .tiv-destination-mini {
    flex: 0 0 auto;
    width: clamp(152px, 38vw, 210px);
    scroll-snap-align: start;
  }
}
@media (max-width: 767.98px) {
  .tiv-destination-strip__arrow {
    display: none;
  }
  .tiv-destination-strip {
    padding: 1rem 0.9rem 1.15rem;
  }
  .tiv-destination-mini {
    width: clamp(168px, 74vw, 260px);
  }
}

.tiv-prop-card {
  background: #fff;
  border-radius: var(--tiv-card-radius);
  overflow: hidden;
  border: 1px solid rgba(var(--tiv-green-rgb), 0.2);
  box-shadow: 0 10px 36px rgba(42, 42, 42, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tiv-prop-card__media {
  position: relative;
  background: #e8eef4;
}
.tiv-prop-card__media-link {
  display: block;
  position: relative;
  z-index: 1;
}
.tiv-prop-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.tiv-prop-card__wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  pointer-events: auto;
}
.tiv-prop-card__wish.is-saved {
  color: #c41e3a;
  font-weight: 700;
}
.tiv-prop-card__body { padding: 1rem 1.1rem 1.15rem; flex: 1; display: flex; flex-direction: column; }
.tiv-prop-card__title { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.35rem; color: var(--tiv-ink); }
.tiv-prop-card__price { font-weight: 600; color: var(--tiv-ink); }
.tiv-prop-card__price small { font-weight: 400; color: #666; font-size: 0.8rem; }

.tiv-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(var(--tiv-green-rgb), 0.18);
  color: var(--tiv-green-dark);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}
.tiv-rating-badge--sm { font-size: 0.72rem; padding: 0.2rem 0.45rem; }

.tiv-curated-scroll { margin: 0 -0.5rem; }
.tiv-curated-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0.5rem 0.75rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.tiv-curated-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  background: #fff;
  border-radius: var(--tiv-card-radius);
  overflow: hidden;
  border: 1px solid rgba(var(--tiv-green-rgb), 0.2);
  box-shadow: 0 8px 28px rgba(42, 42, 42, 0.06);
}
.tiv-curated-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.tiv-curated-card__body { padding: 0.85rem 1rem; }

/* --- Popular offers (sage badge + cream section + horizontal cards, orange CTA) --- */
.tiv-offers-section {
  --tiv-offer-sage: #a3b18a;
  --tiv-offer-sage-dark: #8f9f78;
  --tiv-offer-orange: #e8954a;
  --tiv-offer-orange-dark: #c97228;
  --tiv-offer-ink: #1a202c;
  --tiv-offer-muted: #718096;
  background: linear-gradient(180deg, #fdfbf7 0%, #f5f2ea 100%);
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
  margin-top: 0.5rem;
}
.tiv-offers-section__head {
  margin-bottom: 1.75rem;
  max-width: 720px;
}
.tiv-offers-section__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--tiv-offer-ink);
}
.tiv-offers-section__badge {
  display: inline-block;
  background: var(--tiv-offer-sage);
  color: #fff;
  font-size: clamp(0.82rem, 2vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.28rem 0.65rem 0.32rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(143, 159, 120, 0.35);
}
.tiv-offers-section__title-text {
  color: var(--tiv-ink);
}
.tiv-offers-section__sub {
  margin: 0;
  font-size: 0.95rem;
  color: var(--tiv-offer-muted);
  line-height: 1.55;
  max-width: 640px;
}
.tiv-offer-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 200px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(26, 32, 44, 0.07);
  box-shadow: 0 10px 32px rgba(26, 32, 44, 0.08);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.tiv-offer-card:hover {
  box-shadow: 0 16px 44px rgba(26, 32, 44, 0.12);
  transform: translateY(-3px);
}
.tiv-offer-card__media {
  position: relative;
  flex: 0 0 42%;
  min-width: 0;
  min-height: 200px;
  max-width: 300px;
  background: #e8e6e1;
}
.tiv-offer-card__media img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.tiv-offer-card:hover .tiv-offer-card__media img {
  transform: scale(1.03);
}
.tiv-offer-card__ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: var(--tiv-offer-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.38rem 0.55rem;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(232, 149, 74, 0.45);
}
.tiv-offer-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1.15rem 1.2rem 1.2rem;
  text-align: left;
  min-width: 0;
}
.tiv-offer-card__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--tiv-offer-ink);
}
.tiv-offer-card__desc {
  margin: 0;
  font-size: 0.86rem;
  color: var(--tiv-offer-muted);
  line-height: 1.5;
  flex: 1 1 auto;
}
.tiv-offer-card__promo {
  margin: 0.85rem 0 0.75rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--tiv-offer-muted);
}
.tiv-offer-card__cta {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 1.15rem;
  border: 2px solid var(--tiv-offer-orange);
  color: var(--tiv-offer-orange-dark);
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.875rem;
  background: #fff;
  margin-top: auto;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.tiv-offer-card:hover .tiv-offer-card__cta {
  background: rgba(232, 149, 74, 0.12);
  color: #a65a1c;
  border-color: var(--tiv-offer-orange-dark);
}
@media (max-width: 575.98px) {
  .tiv-offer-card {
    flex-direction: column;
  }
  .tiv-offer-card__media {
    flex: none;
    max-width: none;
    min-height: 180px;
  }
  .tiv-offer-card__media img {
    min-height: 180px;
  }
  .tiv-offer-card__cta {
    align-self: stretch;
    justify-content: center;
  }
}

/* --- Admin / host dashboards (same visual language as offers) --- */
.tiv-dashboard {
  --tiv-dash-sage: #a3b18a;
  --tiv-dash-orange: #e8954a;
  --tiv-dash-orange-dark: #c97228;
}
.tiv-dashboard .tiv-dash-sidebar {
  border-radius: 14px;
  border: 1px solid rgba(163, 177, 138, 0.35);
  border-left: 4px solid var(--tiv-dash-sage);
  box-shadow: 0 8px 28px rgba(26, 32, 44, 0.06);
  background: linear-gradient(180deg, #fff 0%, #fcfaf6 100%);
}
.tiv-dashboard .tiv-dash-sidebar h2 {
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tiv-muted);
  margin-bottom: 0.75rem;
}
.tiv-dashboard .tiv-dash-sidebar a {
  border-radius: 8px;
  padding: 0.4rem 0.55rem !important;
  color: #374151;
  font-weight: 500;
}
.tiv-dashboard .tiv-dash-sidebar a:hover {
  background: rgba(163, 177, 138, 0.2);
  color: var(--tiv-ink);
}
.tiv-dash-page-head {
  margin-bottom: 1.35rem;
}
.tiv-dash-page-head__badge {
  display: inline-block;
  vertical-align: middle;
  background: var(--tiv-dash-sage);
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.32rem 0.6rem;
  border-radius: 6px;
  margin-right: 0.55rem;
  box-shadow: 0 2px 8px rgba(143, 159, 120, 0.3);
}
.tiv-dash-page-head h1 {
  display: inline;
  vertical-align: middle;
  font-weight: 700;
  color: var(--tiv-ink);
}
.tiv-dash-page-head__sub {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  color: var(--tiv-muted);
  max-width: 520px;
}
.tiv-dash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.tiv-dash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.84rem;
  text-decoration: none;
  border: 2px solid var(--tiv-dash-orange);
  color: var(--tiv-dash-orange-dark);
  background: #fff;
  transition: background 0.15s ease, color 0.15s ease;
}
.tiv-dash-btn:hover {
  background: rgba(232, 149, 74, 0.12);
  color: #8f4818;
}
.tiv-dash-btn--sm {
  padding: 0.3rem 0.75rem;
  font-size: 0.8rem;
}
.tiv-dashboard .tiv-dash-metric {
  border-radius: 14px;
  border: 1px solid rgba(0, 43, 92, 0.08);
  border-top: 3px solid var(--tiv-dash-sage);
  background: linear-gradient(165deg, #fff 0%, #faf9f6 100%);
  box-shadow: 0 6px 22px rgba(26, 32, 44, 0.05);
}
.tiv-dashboard .tiv-dash-metric .metric-value {
  color: var(--tiv-navy);
}
.tiv-dashboard .tiv-dash-panel {
  border-radius: 14px;
  border: 1px solid rgba(0, 43, 92, 0.08);
  box-shadow: 0 8px 26px rgba(26, 32, 44, 0.06);
}
.tiv-dashboard .tiv-dash-panel > h2 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--tiv-ink);
  padding-bottom: 0.65rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #edf0ee;
}

/* --- Home: Why Choose Our Services (sage section, masonry grid, orange accents) --- */
.tiv-why-section {
  --tiv-why-orange: #e8954a;
  --tiv-why-orange-dark: #c97228;
  --tiv-why-ink: #1a202c;
  --tiv-why-muted: #718096;
  background: linear-gradient(180deg, #e9f0e6 0%, #dce8d8 55%, #d5e1d2 100%);
  padding: 2.65rem 0 3.25rem;
  margin-top: 0.25rem;
}
.tiv-why-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}
.tiv-why-section__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--tiv-ink);
}
.tiv-why-section__pill {
  display: inline-block;
  background: var(--tiv-why-orange);
  color: #fff;
  font-weight: 700;
  padding: 0.1em 0.45em 0.14em;
  border-radius: 8px;
  margin-left: 0.2em;
  box-shadow: 0 3px 14px rgba(232, 149, 74, 0.45);
}
.tiv-why-section__sub {
  margin: 0;
  font-size: 1rem;
  color: var(--tiv-why-muted);
  line-height: 1.55;
}
.tiv-why-grid {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.tiv-why-cell--c1r1 {
  order: 1;
}
.tiv-why-cell--c1r2 {
  order: 2;
}
.tiv-why-cell--c2span {
  order: 3;
}
.tiv-why-cell--c3r1 {
  order: 4;
}
.tiv-why-cell--c3r2 {
  order: 5;
}
@media (min-width: 992px) {
  .tiv-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto minmax(200px, 1fr);
    gap: 1.15rem;
    align-items: stretch;
    min-height: 500px;
  }
  .tiv-why-cell--c1r1 {
    order: unset;
    grid-column: 1;
    grid-row: 1;
  }
  .tiv-why-cell--c1r2 {
    order: unset;
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
  }
  .tiv-why-cell--c2span {
    order: unset;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
    min-height: 0;
  }
  .tiv-why-cell--c3r1 {
    order: unset;
    grid-column: 3;
    grid-row: 1;
  }
  .tiv-why-cell--c3r2 {
    order: unset;
    grid-column: 3;
    grid-row: 2;
    align-self: stretch;
  }
}
.tiv-why-text-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.35rem 1.4rem 1.45rem;
  box-shadow: 0 10px 32px rgba(26, 32, 44, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.tiv-why-text-card__lead {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--tiv-why-muted);
}
.tiv-why-text-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tiv-why-orange-dark);
  line-height: 1.3;
}
.tiv-why-text-card__sub {
  margin: 0;
  font-size: 0.88rem;
  color: var(--tiv-why-ink);
  font-weight: 600;
  opacity: 0.92;
}
.tiv-why-text-block {
  padding: 0.25rem 0.15rem 0;
  text-align: left;
}
.tiv-why-text-block__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tiv-why-orange-dark);
  line-height: 1.3;
}
.tiv-why-text-block__sub {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--tiv-why-ink);
  opacity: 0.88;
}
.tiv-why-text-block__body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--tiv-why-muted);
}
.tiv-why-photo {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(26, 32, 44, 0.12);
  background: #cfd8cc;
  min-height: 200px;
}
.tiv-why-photo img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}
.tiv-why-photo--tall {
  min-height: 280px;
}
.tiv-why-photo--tall img {
  min-height: 280px;
}
@media (min-width: 992px) {
  .tiv-why-photo--tall {
    min-height: 100%;
    height: 100%;
  }
  .tiv-why-photo--tall img {
    min-height: 520px;
    height: 100%;
  }
}
.tiv-why-photo__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1rem 1rem;
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 20, 18, 0.72) 100%);
  color: #fff;
}
.tiv-why-photo__overlay-text {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.tiv-why-photo__icon {
  flex-shrink: 0;
  color: #fff;
  opacity: 0.95;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
}
.tiv-why-photo__overlay--price {
  align-items: center;
}
.tiv-why-photo__pct {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.12);
}

/* Footer: full-bleed photo + dark overlay, centered stack (marketing reference) */
.tiv-footer-hero {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #0c1524;
  background-image:
    linear-gradient(180deg, rgba(6, 10, 16, 0.76) 0%, rgba(4, 8, 14, 0.82) 45%, rgba(3, 8, 14, 0.88) 100%),
    var(--tiv-footer-hero-bg, url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?auto=format&fit=crop&w=2000&q=80'));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tiv-footer-hero__inner {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.tiv-footer-hero__logo {
  display: block;
  height: 52px;
  width: auto;
  max-width: min(280px, 85vw);
  margin: 0 auto 1.5rem;
  object-fit: contain;
  filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.45));
}
@media (min-width: 768px) {
  .tiv-footer-hero__logo {
    height: 58px;
    margin-bottom: 1.75rem;
  }
}
.tiv-footer-hero__text {
  margin: 0 auto 1.75rem;
  max-width: 52ch;
  font-size: clamp(0.78rem, 1.35vw, 0.875rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
}
.tiv-footer-hero__rule {
  width: 100%;
  max-width: 420px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin: 0 auto 1.35rem;
  opacity: 1;
}
.tiv-footer-hero__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.35rem;
  margin-bottom: 1.75rem;
}
.tiv-footer-hero__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.15s ease, opacity 0.15s ease;
}
.tiv-footer-hero__nav a:hover {
  color: #fff;
  opacity: 0.82;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.tiv-footer-hero__copy {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

/* Property detail page */
.tiv-prop-page__title { font-weight: 700; color: var(--tiv-ink); }
.tiv-gallery-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .tiv-gallery-hero {
    grid-template-columns: 2fr 1fr;
    gap: 0.65rem;
    align-items: stretch;
  }
}
.tiv-gallery-hero__main {
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
}
.tiv-gallery-hero__img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}
.tiv-gallery-hero__thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.tiv-gallery-thumb {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.tiv-gallery-thumb img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  object-fit: cover;
  display: block;
}
.tiv-detail-card {
  background: #fff;
  border-radius: var(--tiv-card-radius);
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(var(--tiv-green-rgb), 0.18);
  box-shadow: 0 8px 30px rgba(42, 42, 42, 0.04);
}
.tiv-stat-pill {
  background: var(--tiv-cream);
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(var(--tiv-green-rgb), 0.15);
}
.tiv-stat-pill__label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.04em; color: #777; display: block; }
.tiv-stat-pill__val { font-weight: 700; font-size: 1rem; color: var(--tiv-ink); }
.tiv-tag-soft {
  display: inline-block;
  font-size: 0.78rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(var(--tiv-green-rgb), 0.12);
  color: var(--tiv-green-dark);
}
.tiv-amenity-list {
  columns: 2;
  gap: 1rem;
  padding-left: 1.1rem;
}
@media (max-width: 576px) {
  .tiv-amenity-list { columns: 1; }
}
.tiv-table thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  border-bottom-width: 1px;
}
.tiv-review-row {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.tiv-review-row:last-child { border-bottom: none; }
.tiv-map-frame {
  height: 280px;
  width: 100%;
  border-radius: 12px;
  background: #e8eef4;
  border: 1px solid rgba(var(--tiv-green-rgb), 0.2);
}
.tiv-booking-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.35rem;
  border: 1px solid rgba(var(--tiv-green-rgb), 0.22);
  box-shadow: 0 12px 40px rgba(42, 42, 42, 0.08);
  top: 88px;
}
.tiv-booking-card__price {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--tiv-ink);
}
.tiv-booking-card__price span { font-size: 0.95rem; font-weight: 500; color: #666; }
.tiv-prose { line-height: 1.65; color: #444; }
.sticky-lg-top { position: sticky; }
@media (max-width: 991.98px) {
  .sticky-lg-top { position: relative; top: auto; }
}

/* --- About Us page (design reference) --- */
.tiv-about-page .tiv-main-fluid {
  padding-bottom: 0;
}
.tiv-about {
  --tiv-about-cream: #f3f6fa;
  --tiv-about-sage: #5cb85c;
  --tiv-about-sage-deep: #449d44;
  --tiv-about-sage-tint: #e8f5e9;
  --tiv-about-orange: #0077c8;
  --tiv-about-ink: #002b5c;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--tiv-about-ink);
}
.tiv-about-py {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .tiv-about-py {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

.tiv-about-hero {
  position: relative;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem 0 1.25rem;
  background-image: linear-gradient(180deg, rgba(8, 10, 8, 0.45) 0%, rgba(8, 10, 8, 0.82) 100%), var(--tiv-about-hero-bg);
  background-size: cover;
  background-position: center;
}
.tiv-about-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  flex: 1 1 auto;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.tiv-about-hero__shade {
  display: none;
}
.tiv-about-topbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 0.85rem;
}
.tiv-about-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.tiv-about-brand__icon {
  color: var(--tiv-about-sage);
  display: flex;
}
.tiv-about-nav-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .tiv-about-nav-collapse {
    flex-basis: auto;
    flex-grow: 1;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.tiv-about-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.15rem 0.35rem;
}
.tiv-about-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
}
.tiv-about-nav__link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}
.tiv-about-nav__link.is-active {
  background: rgba(178, 194, 162, 0.35);
  color: #fff !important;
}
.tiv-about-nav__ic {
  display: flex;
  opacity: 0.9;
}
.tiv-about-nav__ic svg {
  display: block;
}
.tiv-about-login-btn {
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  background: var(--tiv-about-sage);
  color: #1f241c !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  border: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.tiv-about-login-btn:hover {
  background: #c9d6bc;
  color: #111 !important;
}
.tiv-about-login-btn--mobile {
  justify-content: center;
  width: 100%;
}
.tiv-about-hero__title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.45rem, 3.8vw, 2.25rem);
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 1.15;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
}

.tiv-about-section--cream {
  background: var(--tiv-about-cream);
}
.tiv-about-section--sage {
  background: var(--tiv-about-sage-tint);
}
.tiv-about-h2 {
  font-weight: 700;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.2;
  color: var(--tiv-about-ink);
}
.tiv-about-highlight {
  display: inline-block;
  padding: 0.08em 0.35em;
  border-radius: 6px;
  font-weight: 700;
}
.tiv-about-highlight--sage {
  background: #cdd9c4;
  color: #2f3828;
}
.tiv-about-highlight--orange {
  background: var(--tiv-about-orange);
  color: #fff;
}
.tiv-about-highlight--sage-alt {
  background: var(--tiv-about-sage);
  color: #fff;
}
.tiv-about-lead,
.tiv-about-text {
  color: #4a4a4a;
  line-height: 1.7;
  font-size: 0.98rem;
}
.tiv-about-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
  color: #333;
}
.tiv-about-check {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--tiv-about-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.tiv-about-mv {
  background: #fff;
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(178, 194, 162, 0.35);
  box-shadow: 0 10px 28px rgba(42, 42, 42, 0.05);
  height: 100%;
}
.tiv-about-mv__icon {
  color: var(--tiv-about-sage-deep);
  margin-bottom: 0.5rem;
}
.tiv-about-mv__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.tiv-about-mv__text {
  color: #666;
}

.tiv-about-media-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.tiv-about-media-main {
  width: 100%;
  display: block;
  min-height: 320px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .tiv-about-media-main {
    min-height: 480px;
  }
}
.tiv-about-exp-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  background: var(--tiv-about-sage);
  color: #fff;
  padding: 1.1rem 1.25rem;
  max-width: 220px;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.tiv-about-exp-badge__num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.tiv-about-exp-badge__txt {
  font-size: 0.78rem;
  line-height: 1.35;
  opacity: 0.95;
}

.tiv-about-why-grid {
  display: grid;
  gap: 1.25rem;
}
.tiv-about-why-grid__text {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(178, 194, 162, 0.4);
}
.tiv-about-why-grid__img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(42, 42, 42, 0.08);
}
.tiv-about-why-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tiv-about-why-grid__img--center img {
  min-height: 280px;
}
@media (min-width: 992px) {
  .tiv-about-why-grid {
    grid-template-columns: 1fr 1.12fr 1fr;
    grid-template-rows: auto auto;
    align-items: stretch;
  }
  .tiv-about-why-grid__text--tl {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  .tiv-about-why-grid__img--center {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .tiv-about-why-grid__img--tr {
    grid-column: 3;
    grid-row: 1;
  }
  .tiv-about-why-grid__img--bl {
    grid-column: 1;
    grid-row: 2;
  }
  .tiv-about-why-grid__text--br {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
  }
  .tiv-about-why-grid__img--center img {
    min-height: 100%;
    min-height: 420px;
  }
}
.tiv-about-why-badge {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  background: rgba(18, 20, 18, 0.88);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.tiv-about-why-badge__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.tiv-about-testimonials {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .tiv-about-testimonials {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 1.5rem;
  }
}
.tiv-about-testi {
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 36px rgba(42, 42, 42, 0.06);
}
@media (min-width: 992px) {
  .tiv-about-testi--side {
    flex: 0 1 280px;
  }
  .tiv-about-testi--featured {
    flex: 1 1 320px;
    max-width: 380px;
  }
}
.tiv-about-testi__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.tiv-about-testi__quote {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1rem;
}
.tiv-about-testi__name {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--tiv-about-ink);
  margin-bottom: 0.15rem;
}
.tiv-about-testi--featured {
  position: relative;
  padding: 0;
  min-height: 320px;
  overflow: hidden;
  border: none;
}
.tiv-about-testi__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiv-about-testi--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.82) 100%);
}
.tiv-about-testi__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  cursor: pointer;
}
.tiv-about-testi__play:hover {
  background: rgba(255, 255, 255, 0.28);
}
.tiv-about-testi__featured-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.25rem 1.35rem;
  text-align: left;
}

.tiv-about-footer {
  position: relative;
  background-image: linear-gradient(180deg, rgba(10, 12, 10, 0.82) 0%, rgba(10, 12, 10, 0.92) 100%), var(--tiv-about-footer-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.tiv-about-footer__shade {
  display: none;
}
.tiv-about-footer__brand {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tiv-about-footer__lead {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.65;
}
.tiv-about-footer__nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.tiv-about-footer__nav a:hover {
  color: #fff;
}
.tiv-about-footer__copy {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}
/* --- Contact Us page --- */
.tiv-contact {
  --tiv-contact-cream: #f3f6fa;
  --tiv-contact-olive: #5cb85c;
  --tiv-contact-olive-dark: #449d44;
  --tiv-contact-ink: #002b5c;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--tiv-contact-ink);
}
.tiv-contact-hero {
  position: relative;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem 0 1.25rem;
  overflow: hidden;
}
.tiv-contact-hero__blur {
  position: absolute;
  inset: 0;
  background-image: var(--tiv-contact-hero-bg);
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.06);
}
.tiv-contact-hero__dim {
  position: absolute;
  inset: 0;
  background: rgba(14, 16, 14, 0.72);
}
.tiv-contact-hero__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  flex: 1 1 auto;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.tiv-contact-hero .tiv-about-hero__title {
  margin-bottom: 0;
}
.tiv-contact-main {
  background: var(--tiv-contact-cream);
}
.tiv-contact-py {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tiv-contact-py--tight {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .tiv-contact-py {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.tiv-contact-photo {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(42, 42, 42, 0.1);
}
.tiv-contact-photo img {
  width: 100%;
  display: block;
  min-height: 280px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .tiv-contact-photo img {
    min-height: 520px;
  }
}
.tiv-contact-form-wrap {
  padding-top: 0.25rem;
}
.tiv-contact-form__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  margin-bottom: 0.5rem;
  color: var(--tiv-contact-ink);
}
.tiv-contact-form__sub {
  color: #5a5a5a;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 36rem;
}
.tiv-contact-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.35rem;
}
.tiv-contact-input,
.tiv-contact-textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  background: #fff;
  color: var(--tiv-contact-ink);
}
.tiv-contact-input:focus,
.tiv-contact-textarea:focus {
  outline: none;
  border-color: var(--tiv-contact-olive);
  box-shadow: 0 0 0 3px rgba(47, 168, 106, 0.22);
}
.tiv-contact-input--error,
.tiv-contact-textarea.tiv-contact-input--error {
  border-color: #c53030;
  box-shadow: 0 0 0 2px rgba(197, 48, 48, 0.15);
}
.tiv-contact-input--error:focus,
.tiv-contact-textarea.tiv-contact-input--error:focus {
  border-color: #9b2c2c;
  box-shadow: 0 0 0 3px rgba(197, 48, 48, 0.2);
}
.tiv-contact-field-error {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: #c53030;
  line-height: 1.35;
}
.tiv-contact-field-error--general {
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: rgba(197, 48, 48, 0.08);
  border: 1px solid rgba(197, 48, 48, 0.25);
}
.tiv-contact-check--error span {
  color: #9b2c2c;
}
.tiv-contact-textarea {
  resize: vertical;
  min-height: 140px;
}
.tiv-contact-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #444;
  cursor: pointer;
}
.tiv-contact-check input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  accent-color: var(--tiv-contact-olive);
  flex-shrink: 0;
}
.tiv-contact-check a {
  color: var(--tiv-contact-olive-dark);
  font-weight: 600;
}
.tiv-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  font-size: 0.98rem;
  background: var(--tiv-contact-olive);
  color: #fff !important;
  transition: background 0.2s ease;
}
.tiv-contact-submit:hover {
  background: var(--tiv-contact-olive-dark);
  color: #fff !important;
}
.tiv-contact-submit__arrow {
  font-size: 1.1rem;
  line-height: 1;
}
.tiv-contact-details {
  background: #e8eef4;
}
.tiv-contact-details__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.35rem;
}
.tiv-contact-details__sub {
  text-align: center;
  color: #666;
  font-size: 0.95rem;
}
.tiv-contact-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(153, 168, 124, 0.25);
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  height: 100%;
  text-align: center;
  box-shadow: 0 8px 24px rgba(42, 42, 42, 0.04);
}
.tiv-contact-card__icon-wrap {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tiv-contact-olive);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.tiv-contact-card__icon-wrap svg {
  display: block;
}
.tiv-contact-card__label {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.tiv-contact-card__value {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}
.tiv-contact-card__value a {
  color: inherit;
  text-decoration: none;
}
.tiv-contact-card__value a:hover {
  color: var(--tiv-contact-olive-dark);
  text-decoration: underline;
}
.tiv-contact-page.tiv-body-marketing {
  background: var(--tiv-contact-cream);
}

/* --- List your place (marketing layout + global nav) --- */
.tiv-list-page {
  --lyp-cream: #f3f6fa;
  --lyp-sage-bg: #e0f0fa;
  --lyp-sage-btn: #5cb85c;
  --lyp-sage-btn-hover: #449d44;
  --lyp-orange: #0077c8;
  --lyp-text: #002b5c;
  --lyp-text-muted: #6c757d;
  --lyp-radius: 14px;
  --lyp-radius-sm: 10px;
}
.tiv-list-page.tiv-body-marketing {
  background: var(--lyp-cream) !important;
  color: var(--lyp-text) !important;
}
.tiv-list-page .lyp-hero {
  min-height: 56vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #1a1a1a var(--lyp-hero-bg) center / cover no-repeat;
}
.tiv-list-page .lyp-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.5) 100%);
}
.tiv-list-page .lyp-hero-content {
  position: relative;
  z-index: 2;
  padding: 3.5rem 1.5rem 2.5rem;
}
.tiv-list-page .lyp-hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}
.tiv-list-page .lyp-hero-sub {
  color: rgba(255, 255, 255, 0.95);
  max-width: 760px;
  margin: 0 auto 1.5rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.5;
}
.tiv-list-page .lyp-hero-sub strong {
  font-weight: 700;
  color: #fff;
}
.tiv-list-page .lyp-hero-sub-line {
  display: inline-block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.9);
}
.tiv-list-page .lyp-btn-cta {
  background: var(--lyp-sage-btn);
  color: #fff;
  border: none;
  padding: 0.75rem 2.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
}
.tiv-list-page .lyp-btn-cta:hover {
  background: var(--lyp-sage-btn-hover);
  color: #fff;
  transform: translateY(-1px);
}
.tiv-list-page .lyp-section {
  padding: 4.5rem 1.5rem;
}
.tiv-list-page .lyp-section-title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 0.65rem;
}
.tiv-list-page .lyp-highlight {
  background: var(--lyp-orange);
  color: #fff;
  padding: 0.12em 0.35em 0.15em;
  border-radius: 6px;
  margin-left: 0.15em;
}
.tiv-list-page .lyp-sub {
  color: var(--lyp-text-muted);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.tiv-list-page .lyp-step-card {
  background: #fff;
  border-radius: var(--lyp-radius);
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.tiv-list-page .lyp-step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: var(--lyp-sage-bg);
  display: grid;
  place-items: center;
  color: var(--lyp-sage-btn);
}
.tiv-list-page .lyp-step-card p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}
.tiv-list-page .lyp-why {
  background: var(--lyp-sage-bg);
}
.tiv-list-page .lyp-why-grid {
  display: grid;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .tiv-list-page .lyp-why-grid {
    grid-template-columns: 1fr 1.1fr 1fr;
    grid-template-rows: auto auto;
  }
  .tiv-list-page .lyp-why-tl {
    grid-column: 1;
    grid-row: 1;
  }
  .tiv-list-page .lyp-why-bl {
    grid-column: 1;
    grid-row: 2;
  }
  .tiv-list-page .lyp-why-c {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .tiv-list-page .lyp-why-tr {
    grid-column: 3;
    grid-row: 1;
  }
  .tiv-list-page .lyp-why-br {
    grid-column: 3;
    grid-row: 2;
  }
}
.tiv-list-page .lyp-why-box {
  background: #fff;
  border-radius: var(--lyp-radius);
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}
.tiv-list-page .lyp-why-box h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lyp-orange);
  margin-bottom: 0.75rem;
}
.tiv-list-page .lyp-why-img {
  position: relative;
  border-radius: var(--lyp-radius);
  overflow: hidden;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.tiv-list-page .lyp-why-img.lyp-tall {
  min-height: 420px;
}
@media (min-width: 992px) {
  .tiv-list-page .lyp-why-img.lyp-tall {
    min-height: 100%;
  }
}
.tiv-list-page .lyp-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--lyp-radius-sm);
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.tiv-list-page .lyp-faq-item {
  background: #fff;
  border-radius: var(--lyp-radius-sm);
  margin-bottom: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.tiv-list-page .lyp-faq-head {
  width: 100%;
  text-align: left;
  padding: 1rem 1.25rem;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--lyp-text);
}
.tiv-list-page .lyp-faq-head:hover {
  background: #fafafa;
}
.tiv-list-page .lyp-faq-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--lyp-sage-bg);
  color: var(--lyp-sage-btn);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.tiv-list-page .lyp-faq-chevron {
  margin-left: auto;
  transition: transform 0.2s;
}
.tiv-list-page .lyp-faq-item.is-open .lyp-faq-chevron {
  transform: rotate(180deg);
}
.tiv-list-page .lyp-faq-body {
  padding: 0 1.25rem 1.25rem 4.25rem;
  color: var(--lyp-text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  display: none;
}
.tiv-list-page .lyp-faq-item.is-open .lyp-faq-body {
  display: block;
}
.tiv-list-page .lyp-faq-item.is-open {
  border-color: rgba(var(--tiv-green-rgb), 0.4);
}
.tiv-list-page .lyp-faq-item.is-open .lyp-faq-head {
  background: rgba(var(--tiv-blue-rgb), 0.08);
}

/* --- Properties page (search) --- */
.tiv-properties-page.tiv-body-marketing {
  background: var(--tiv-cream) !important;
}
.tiv-properties-hero {
  position: relative;
  min-height: 470px;
  background: #191919 var(--tiv-prop-hero) center / cover no-repeat;
}
.tiv-properties-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.58) 100%);
}
.tiv-properties-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 84px;
  padding-bottom: 36px;
  color: #fff;
}
.tiv-properties-hero__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.55rem;
  text-align: center;
}
.tiv-properties-hero__title span {
  background: var(--tiv-orange);
  padding: 0.1em 0.24em;
  border-radius: 8px;
}
.tiv-properties-hero__sub {
  text-align: center;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.1rem;
}
.tiv-properties-search {
  max-width: 1140px;
  margin: 0 auto;
  background: rgba(17, 17, 17, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 0.85rem;
}
.tiv-properties-search__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}
.tiv-properties-search .form-control,
.tiv-properties-search .form-select {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.92);
  color: #262626;
  min-height: 42px;
  border-radius: 9px;
}
.tiv-properties-search .form-control::placeholder {
  color: #707070;
}
.tiv-properties-search__btn {
  background: var(--tiv-green) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  min-height: 42px;
  border-radius: 9px !important;
}
.tiv-properties-search__btn:hover {
  background: var(--tiv-green-dark) !important;
}
.tiv-properties-search__checks {
  margin-top: 0.55rem;
  display: flex;
  gap: 1rem;
  font-size: 0.82rem;
  color: #fff;
}
.tiv-properties-search__checks input {
  margin-right: 0.35rem;
}
.tiv-properties-strip {
  background: #fff;
  border-top: 1px solid rgba(var(--tiv-navy-rgb), 0.08);
  border-bottom: 1px solid rgba(var(--tiv-navy-rgb), 0.08);
}
.tiv-properties-strip__items {
  min-height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 1.6rem;
  color: #6b6b6b;
  font-size: 0.78rem;
}
.tiv-prop-section {
  padding-top: 2.4rem;
  padding-bottom: 0.35rem;
}
.tiv-prop-section__head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.tiv-prop-section__head h2 span {
  background: var(--tiv-orange);
  color: #fff;
  border-radius: 8px;
  padding: 0.05em 0.26em 0.1em;
}
.tiv-prop-section__head p {
  color: #717171;
  font-size: 0.88rem;
  margin-bottom: 1.25rem;
}
.tiv-prop-card {
  background: #fff;
  border-radius: 13px;
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.08);
  box-shadow: 0 7px 16px rgba(var(--tiv-navy-rgb), 0.06);
  overflow: hidden;
  height: 100%;
}
.tiv-prop-card__thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.tiv-prop-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiv-prop-card__body {
  padding: 0.72rem 0.72rem 0.88rem;
}
.tiv-prop-card__name {
  font-size: 0.93rem;
  font-weight: 600;
  margin-bottom: 0.18rem;
  color: #242424;
}
.tiv-prop-card__meta {
  margin-bottom: 0.35rem;
  color: #707070;
  font-size: 0.76rem;
}
.tiv-prop-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.7rem;
  font-size: 0.72rem;
  color: #6f6f6f;
  margin-bottom: 0.38rem;
}
.tiv-prop-card__price {
  color: var(--tiv-blue-dark);
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0.48rem;
}
.tiv-prop-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(var(--tiv-blue-rgb), 0.35);
  color: var(--tiv-blue-dark);
  background: rgba(var(--tiv-blue-rgb), 0.06);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.73rem;
  padding: 0 0.78rem;
  font-weight: 600;
}
.tiv-prop-card__cta:hover {
  color: #fff;
  background: var(--tiv-blue);
  border-color: var(--tiv-blue);
}
@media (max-width: 991.98px) {
  .tiv-properties-search__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tiv-properties-hero__content {
    padding-top: 72px;
  }
}
@media (max-width: 575.98px) {
  .tiv-properties-search__grid {
    grid-template-columns: 1fr;
  }
  .tiv-properties-hero {
    min-height: 420px;
  }
  .tiv-prop-card__name {
    font-size: 0.86rem;
  }
}

/* --- Property details refreshed page --- */
.tiv-search-result-page {
  background: var(--tiv-cream);
}
.tiv-hero--search .tiv-hero__title {
  max-width: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.55rem;
  font-size: clamp(2rem, 4.25vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}
.tiv-hero--search .tiv-hero-usp {
  display: block;
  text-align: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1.4rem;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.9rem, 1.55vw, 1.1rem);
  line-height: 1.45;
  box-shadow: none;
  border-radius: 0;
}
.tiv-hero--search .tiv-hero-search {
  margin-left: auto;
  margin-right: auto;
}
.tiv-sr-hero {
  position: relative;
  min-height: 430px;
  background: #171717 var(--tiv-sr-hero) center / cover no-repeat;
}
.tiv-sr-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.62) 100%);
}
.tiv-sr-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 88px;
  padding-bottom: 22px;
}
.tiv-sr-hero h1 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.7rem;
}
.tiv-sr-hero h1 span {
  background: var(--tiv-orange);
  color: #fff;
  border-radius: 6px;
  padding: 0.04em 0.22em 0.1em;
}
.tiv-sr-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  font-size: 0.8rem;
  margin-bottom: 0.9rem;
}
.tiv-sr-search-panel {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 0.9rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
}
.tiv-sr-search-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}
.tiv-sr-search-grid .form-control,
.tiv-sr-search-grid .form-select {
  border-radius: 10px;
  min-height: 40px;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.tiv-sr-search-grid .form-control:focus,
.tiv-sr-search-grid .form-select:focus {
  border-color: #cbd5e1;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.16);
}
.tiv-sr-search-btn {
  min-height: 40px;
  border-radius: 10px !important;
  border: 1px solid #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.tiv-sr-search-checks {
  margin-top: 0.55rem;
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #4b5563;
}
.tiv-sr-results-wrap {
  margin-top: 1rem;
  padding-bottom: 1.4rem;
}
.tiv-sr-results-wrap.is-loading {
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.tiv-sr-sidebar {
  position: sticky;
  top: 84px;
  background: #fff;
  border: 1px solid #e8e3d7;
  border-radius: 12px;
  padding: 0.7rem;
}
.tiv-sr-sidebar-map {
  height: 145px;
  border-radius: 10px;
  border: 1px solid #e6e2d9;
  background: linear-gradient(135deg, #d9efdf 0%, #f6f3ea 100%);
  display: grid;
  place-items: center;
  color: #61755d;
  font-size: 0.85rem;
  margin-bottom: 0.7rem;
}
.tiv-sr-sidebar-search {
  margin-bottom: 0.75rem;
}
.tiv-sr-filter-group {
  border-top: 1px solid #f0ede3;
  padding-top: 0.65rem;
  margin-top: 0.65rem;
}
.tiv-sr-filter-group h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0.4rem;
}
.tiv-sr-filter-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tiv-sr-filter-group li {
  display: flex;
  justify-content: space-between;
  font-size: 0.83rem;
  padding: 0.16rem 0;
  color: #333;
}
.tiv-sr-check-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.tiv-sr-check-row input {
  margin-right: 0.35rem;
  accent-color: #94a978;
}
.tiv-sr-budget {
  margin-top: 0.2rem;
}
.tiv-sr-budget__values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: #585858;
  margin-bottom: 0.35rem;
}
.tiv-sr-budget input[type="range"] {
  width: 100%;
  margin: 0.2rem 0;
  accent-color: #94a978;
}
.tiv-sr-budget__sliders {
  position: relative;
  height: 22px;
}
.tiv-sr-budget__track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #d9d9d9;
}
.tiv-sr-budget__range {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: inherit;
  background: #94a978;
}
.tiv-sr-budget__sliders input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
}
.tiv-sr-budget__sliders input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #94a978;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  cursor: pointer;
}
.tiv-sr-budget__sliders input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #94a978;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  cursor: pointer;
}
.tiv-sr-budget__sliders input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}
.tiv-sr-budget__sliders input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
}
.tiv-sr-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.tiv-sr-head h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.2rem);
  margin: 0;
}
.tiv-sr-head-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}
.tiv-sr-head-sort {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.tiv-sr-head-sort__label {
  font-size: 0.78rem;
  color: #6b7280;
  font-weight: 500;
  white-space: nowrap;
}
.tiv-sr-head-sort__select {
  min-width: 10.5rem;
  border-radius: 8px;
  border-color: #e7e1d3;
  font-size: 0.8rem;
}
.tiv-sr-head-tabs {
  display: flex;
  gap: 0.4rem;
}
.tiv-sr-head-tabs span {
  font-size: 0.78rem;
  background: #fff;
  border: 1px solid #e7e1d3;
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
}
.tiv-sr-head-tabs span.active {
  background: #f8efe0;
  border-color: #efddbf;
}
.tiv-sr-list {
  display: grid;
  gap: 0.75rem;
}
.tiv-sr-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 0.7rem;
  border: 1px solid #e8e2d5;
  border-radius: 12px;
  background: #fff;
  padding: 0.5rem;
}
.tiv-sr-card__media {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.tiv-sr-card__media img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}
.tiv-sr-card__body h3 {
  font-size: 1.05rem;
  margin: 0 0 0.1rem;
}
.tiv-sr-card__body p {
  margin: 0 0 0.4rem;
  color: #686868;
  font-size: 0.84rem;
}
.tiv-sr-heart {
  flex-shrink: 0;
  border: 1px solid #dfd9ca;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 1;
  color: #777;
  cursor: pointer;
}
.tiv-sr-heart.is-saved {
  color: #c41e3a;
  border-color: #f0b4c0;
  background: #fff5f7;
}
.tiv-sr-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  font-size: 0.75rem;
  color: #757575;
}
.tiv-sr-bottom {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tiv-sr-bottom p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #302a21;
}
@media (max-width: 1199.98px) {
  .tiv-sr-search-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .tiv-sr-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tiv-sr-sidebar {
    position: static;
  }
  .tiv-sr-card {
    grid-template-columns: 1fr;
  }
  .tiv-sr-card__media img {
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .tiv-sr-search-grid {
    grid-template-columns: 1fr;
  }
  .tiv-sr-hero {
    min-height: 470px;
  }
  .tiv-sr-card__media img {
    height: 170px;
  }
}

.tiv-pd-page {
  max-width: 1180px;
}
.tiv-pd-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
.tiv-pd-title {
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  margin: 0 0 0.2rem;
}
.tiv-pd-meta {
  margin: 0;
  color: #6b6b6b;
}
.tiv-pd-rating {
  color: #946216;
  font-weight: 600;
}
.tiv-pd-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.tiv-pd-main-media,
.tiv-pd-thumb,
.tiv-pd-price-card {
  border: 1px solid #e7e1d3;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.tiv-pd-main-media__img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}
.tiv-pd-side {
  display: grid;
  grid-template-rows: 1fr 1fr auto;
  gap: 0.8rem;
}
.tiv-pd-thumb {
  padding: 0;
}
.tiv-pd-thumb img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
}
.tiv-pd-price-card {
  padding: 0.8rem;
}
.tiv-pd-price-card__title {
  font-size: 0.86rem;
  color: #6b6b6b;
  margin: 0 0 0.25rem;
}
.tiv-pd-price-card__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.tiv-pd-price-card__price span {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b6b6b;
  margin-left: 0.2rem;
}
.tiv-pd-price-card__sub {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: #6b6b6b;
}
.tiv-pd-about-card,
.tiv-pd-card,
.tiv-pd-booking,
.tiv-pd-facts,
.tiv-pd-tabs {
  border: 1px solid #e7e1d3;
  border-radius: 12px;
  background: #fff;
}
.tiv-pd-about-card {
  padding: 0.9rem 1rem;
  margin-bottom: 0.9rem;
}
.tiv-pd-about-card h2 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.tiv-pd-about-card p {
  margin: 0;
  color: #4f4f4f;
  font-size: 0.9rem;
}
.tiv-pd-facts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0.7rem;
  margin-bottom: 0.9rem;
}
.tiv-pd-fact {
  background: #faf8f1;
  border-radius: 10px;
  padding: 0.55rem;
  text-align: center;
}
.tiv-pd-fact strong {
  display: block;
  font-size: 0.95rem;
}
.tiv-pd-fact span {
  color: #6b6b6b;
  font-size: 0.74rem;
}
.tiv-pd-tabs {
  display: flex;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  margin-bottom: 0.9rem;
  overflow-x: auto;
}
.tiv-pd-tabs span {
  color: #676767;
  font-size: 0.82rem;
  white-space: nowrap;
}
.tiv-pd-tabs span.active {
  color: var(--tiv-navy-deep);
  font-weight: 600;
}
.tiv-pd-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 1rem;
}
.tiv-pd-card {
  padding: 0.95rem;
}
.tiv-pd-card__title {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.tiv-pd-room {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid #ece8dc;
  border-radius: 10px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.tiv-pd-room img {
  width: 110px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}
.tiv-pd-room__body h4 {
  font-size: 0.95rem;
  margin: 0 0 0.1rem;
}
.tiv-pd-room__body p {
  margin: 0 0 0.1rem;
  color: #6b6b6b;
  font-size: 0.79rem;
}
.tiv-pd-room__body strong {
  font-size: 0.86rem;
}
.tiv-pd-landmarks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tiv-pd-landmarks li {
  display: flex;
  flex-direction: column;
  border: 1px solid #efe9db;
  border-radius: 10px;
  padding: 0.5rem 0.6rem;
  margin-bottom: 0.45rem;
}
.tiv-pd-landmarks span {
  font-size: 0.75rem;
  color: #6b6b6b;
}
.tiv-pd-landmarks strong {
  font-size: 0.84rem;
}
.tiv-pd-review {
  border-top: 1px solid #efeadf;
  padding-top: 0.65rem;
  margin-top: 0.65rem;
}
.tiv-pd-review p {
  color: #4f4f4f;
  font-size: 0.86rem;
}
.tiv-pd-booking {
  position: sticky;
  top: 88px;
  padding: 0.95rem;
}
.tiv-pd-booking__price {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 0;
}
.tiv-pd-booking__price span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6b6b6b;
  margin-left: 0.2rem;
}
@media (max-width: 991.98px) {
  .tiv-pd-topbar {
    flex-direction: column;
  }
  .tiv-pd-hero-grid {
    grid-template-columns: 1fr;
  }
  .tiv-pd-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }
  .tiv-pd-price-card {
    grid-column: 1 / -1;
  }
  .tiv-pd-layout {
    grid-template-columns: 1fr;
  }
  .tiv-pd-booking {
    position: static;
  }
  .tiv-pd-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .tiv-pd-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tiv-pd-room {
    grid-template-columns: 1fr;
  }
  .tiv-pd-room img {
    width: 100%;
    height: 150px;
  }
}

.tiv-pd-tagline {
  font-size: 1.05rem;
  color: #4a5568;
  font-weight: 500;
}
.tiv-pd-direct-note {
  color: #495057;
}
.tiv-pd-direct-note__accent {
  color: var(--tiv-blue, #0077c8);
  font-weight: 600;
}
.tiv-pd-highlights__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tiv-green, #5cb85c);
  margin-right: 0.45rem;
  vertical-align: middle;
}
.tiv-pd-amenity-li::before {
  content: "✓ ";
  color: var(--tiv-green, #5cb85c);
  font-weight: 700;
}
.tiv-pd-owner-card {
  background: linear-gradient(180deg, rgba(0, 119, 200, 0.08) 0%, rgba(0, 43, 92, 0.04) 100%);
  border: 1px solid rgba(0, 43, 92, 0.12);
  border-radius: 14px;
  padding: 1rem;
}

/* --- Property page: unlock contact modal --- */
.tiv-unlock-modal-root .modal-backdrop.show {
  opacity: 0.42;
}
.tiv-unlock-modal__dialog {
  max-width: 440px;
}
.tiv-unlock-modal {
  border: none;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 4px 6px -1px rgba(0, 43, 92, 0.06),
    0 22px 48px -12px rgba(0, 43, 92, 0.22);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.tiv-unlock-modal__hero {
  position: relative;
  padding: 1.75rem 1.5rem 1.35rem;
  text-align: center;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(0, 119, 200, 0.22), transparent 55%),
    linear-gradient(165deg, #f0f7fc 0%, #ffffff 55%, #fafcfe 100%);
  border-bottom: 1px solid rgba(0, 43, 92, 0.08);
}
.tiv-unlock-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  opacity: 0.55;
  z-index: 2;
}
.tiv-unlock-modal__close:hover {
  opacity: 0.9;
}
.tiv-unlock-modal__hero-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.85rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, var(--tiv-blue, #0077c8) 0%, var(--tiv-navy, #002b5c) 100%);
  box-shadow: 0 8px 20px rgba(0, 119, 200, 0.35);
}
.tiv-unlock-modal__hero-icon svg {
  flex-shrink: 0;
}
.tiv-unlock-modal__title {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 1.45rem);
  font-weight: 600;
  color: var(--tiv-navy, #002b5c);
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.tiv-unlock-modal__hero-tag {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 43, 92, 0.45);
}
.tiv-unlock-modal__body {
  padding: 1.35rem 1.5rem 1.5rem;
  background: #fff;
}
.tiv-unlock-modal__intro {
  margin-bottom: 1.25rem;
}
.tiv-unlock-modal__lead {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(0, 43, 92, 0.72);
  margin-bottom: 1rem;
}
.tiv-unlock-modal__perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.tiv-unlock-modal__perks li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--tiv-navy, #002b5c);
}
.tiv-unlock-modal__perk-ic {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 119, 200, 0.12);
  color: var(--tiv-blue, #0077c8);
}
.tiv-unlock-modal__alert {
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  font-size: 0.84rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}
.tiv-unlock-modal__alert--error {
  background: linear-gradient(180deg, #fef2f2 0%, #fff5f5 100%);
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: #991b1b;
}
.tiv-unlock-modal__alert--dev {
  background: #f1f5f9;
  border: 1px solid var(--border, #e2e8f0);
  color: #475569;
  font-family: ui-monospace, monospace;
  font-size: 0.8rem;
}
.tiv-unlock-modal__step-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 43, 92, 0.5);
}
.tiv-unlock-modal__step-num {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  background: var(--tiv-navy, #002b5c);
  color: #fff;
}
.tiv-unlock-modal__input {
  border-radius: 12px !important;
  border-color: rgba(0, 43, 92, 0.14) !important;
  padding: 0.65rem 0.85rem !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tiv-unlock-modal__input:focus {
  border-color: rgba(0, 119, 200, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(0, 119, 200, 0.15) !important;
}
.tiv-unlock-modal__details {
  border: 1px solid rgba(0, 43, 92, 0.1);
  border-radius: 14px;
  background: rgba(0, 119, 200, 0.03);
  overflow: hidden;
}
.tiv-unlock-modal__details-sum {
  padding: 0.65rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tiv-blue, #0077c8);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tiv-unlock-modal__details-sum::-webkit-details-marker {
  display: none;
}
.tiv-unlock-modal__details-sum::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.65;
}
.tiv-unlock-modal__details[open] .tiv-unlock-modal__details-sum::after {
  transform: rotate(225deg) translateY(2px);
}
.tiv-unlock-modal__details-body {
  padding: 0 0.85rem 0.85rem;
  border-top: 1px solid rgba(0, 43, 92, 0.06);
}
.tiv-unlock-modal__btn-primary {
  border-radius: 14px !important;
  padding: 0.72rem 1rem !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 14px rgba(0, 119, 200, 0.28);
}
.tiv-unlock-modal__btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 119, 200, 0.32);
}
.tiv-unlock-modal__btn-ghost {
  border: none;
  background: transparent;
  color: rgba(0, 43, 92, 0.55);
  font-size: 0.84rem;
  font-weight: 500;
  padding: 0.5rem;
  border-radius: 10px;
}
.tiv-unlock-modal__btn-ghost:hover {
  background: rgba(0, 43, 92, 0.05);
  color: var(--tiv-navy, #002b5c);
}
.tiv-unlock-modal__otp {
  text-align: center;
  font-size: 1.35rem !important;
  font-weight: 600;
  letter-spacing: 0.35em;
  padding-left: 0.5em !important;
  border-radius: 14px !important;
  border-color: rgba(0, 43, 92, 0.14) !important;
  font-variant-numeric: tabular-nums;
}
.tiv-unlock-modal__otp:focus {
  border-color: rgba(0, 119, 200, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(0, 119, 200, 0.15) !important;
}
.tiv-unlock-modal__otp-hint {
  text-align: center;
}
.tiv-unlock-modal__fineprint {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(0, 43, 92, 0.48);
  text-align: center;
}
@media (max-width: 575.98px) {
  .tiv-unlock-modal__dialog {
    margin: 0.65rem;
  }
  .tiv-unlock-modal__body {
    padding: 1.15rem 1.15rem 1.35rem;
  }
}

.tiv-pd-policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.85rem;
}

/* --- Login page redesign --- */
.tiv-login-page .mobile-sticky-btn,
.tiv-login-page .mobile-sticky-btn-whatsapp {
  display: none !important;
}
.tiv-login-wrap {
  position: relative;
  background: #161616 var(--tiv-login-bg) center / cover no-repeat;
  min-height: calc(100vh - 72px);
}
.tiv-login-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 43, 92, 0.58) 0%, rgba(0, 119, 200, 0.32) 100%);
}
.tiv-login-shell {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2.2rem;
}
.tiv-login-card {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(0, 1fr);
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}
.tiv-login-left {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.68)), var(--tiv-login-bg) center / cover no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.tiv-login-left__inner {
  width: min(86%, 420px);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 1.5rem;
  color: #fff;
  background: rgba(11, 11, 11, 0.2);
  backdrop-filter: blur(2px);
}
.tiv-login-brand {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}
.tiv-login-brand-logo {
  display: block;
  width: min(100%, 300px);
  height: auto;
  object-fit: contain;
}
.tiv-login-left h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.45rem, 3.1vw, 2rem);
  line-height: 1.14;
  font-weight: 700;
}
.tiv-login-left__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
}
.tiv-login-left__points {
  margin-top: 1rem;
  padding-left: 1.05rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.96);
}
.tiv-login-left__points li + li {
  margin-top: 0.32rem;
}
.tiv-login-right {
  padding: clamp(1.1rem, 2.3vw, 2.2rem);
}
.tiv-login-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0077c8;
  font-weight: 700;
}
.tiv-login-mode-switch {
  display: inline-flex;
  background: #eef4fa;
  border-radius: 999px;
  padding: 0.2rem;
  gap: 0.2rem;
}
.tiv-login-mode-switch__item {
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  color: #3d4a5c;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;
}
.tiv-login-mode-switch__item.is-active {
  background: #0077c8;
  color: #fff;
}
.tiv-login-right h1 {
  font-size: clamp(1.2rem, 2.35vw, 1.85rem);
  line-height: 1.1;
  margin-bottom: 0.7rem;
}
.tiv-login-right h1 span {
  background: #5cb85c;
  color: #fff;
  border-radius: 6px;
  padding: 0.03em 0.2em 0.08em;
}
.tiv-login-subtitle {
  color: #5f6874;
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}
.tiv-login-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #2f2f2f;
}
.tiv-login-form .form-control {
  min-height: 48px;
  border-radius: 11px;
  border: 1px solid #d8e2ee;
  margin-bottom: 1rem;
  padding: 0.68rem 0.85rem;
}
.tiv-login-form .form-control:focus {
  border-color: #0077c8;
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 200, 0.14);
}
.tiv-login-btn {
  min-height: 48px;
  border-radius: 10px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #5cb85c, #3f9740) !important;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 20px rgba(63, 151, 64, 0.25);
}
.tiv-login-btn:hover {
  background: linear-gradient(135deg, #52ac52, #3b8f3b) !important;
}
.tiv-login-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 0.8rem;
  color: #6c757d;
  font-size: 0.9rem;
}
.tiv-login-divider::before,
.tiv-login-divider::after {
  content: "";
  height: 1px;
  background: #dedede;
  flex: 1;
}
.tiv-login-social {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}
.tiv-login-social button {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(0, 43, 92, 0.12);
  background: #f0f7fb;
  color: #002b5c;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.tiv-login-social__btn {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(0, 43, 92, 0.12);
  background: #f0f7fb;
  color: #002b5c;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.tiv-login-social button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 43, 92, 0.12);
}
.tiv-login-social__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 43, 92, 0.12);
  color: #002b5c;
}
.tiv-login-links {
  text-align: center;
  color: #454545;
}
.tiv-login-links a {
  color: #0077c8;
  font-weight: 600;
  text-decoration: none;
}
.tiv-login-links a:hover {
  text-decoration: underline;
}
.tiv-login-cities {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}
.tiv-login-city {
  background: rgba(240, 247, 251, 0.95);
  border-radius: 12px;
  padding: 0.35rem;
  text-align: center;
}
.tiv-login-city img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 0.35rem;
}
.tiv-login-city h3 {
  margin: 0;
  font-size: 1rem;
}
.tiv-login-city p {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  color: #5f5f5f;
}
@media (max-width: 991.98px) {
  .tiv-login-card {
    grid-template-columns: 1fr;
  }
  .tiv-login-left {
    min-height: 260px;
  }
  .tiv-login-cities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .tiv-login-shell {
    padding-top: 1rem;
  }
  .tiv-login-right h1 {
    font-size: 1.5rem;
  }
  .tiv-login-cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tiv-login-card--otp .tiv-login-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tiv-login-card--otp .tiv-login-form {
  max-width: 480px;
}
.tiv-otp-input {
  font-size: 1.2rem !important;
  letter-spacing: 0.35em;
  text-align: center;
  font-weight: 600;
}

/* --- Host listing editor (add property) --- */
.tiv-host-listing-page main.container {
  max-width: 1200px;
}
.tiv-listing-editor .tiv-listing-sidebar {
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.08);
}
.tiv-listing-side-link {
  color: var(--tiv-ink);
  border-radius: 8px;
  padding-left: 0.5rem !important;
  margin-left: -0.5rem;
}
.tiv-listing-side-link:hover {
  background: rgba(var(--tiv-blue-rgb), 0.08);
  color: var(--tiv-blue-dark);
}
.tiv-listing-side-link--active {
  font-weight: 600;
  color: var(--tiv-blue-dark);
  background: rgba(var(--tiv-blue-rgb), 0.12);
}
.tiv-listing-toc a {
  color: var(--tiv-muted);
}
.tiv-listing-toc a:hover {
  color: var(--tiv-blue);
}
/* Sticky section nav while scrolling the long listing form (lg+ only; TOC is hidden on small screens). */
.tiv-listing-editor .tiv-listing-toc {
  position: sticky;
  top: 90px;
  z-index: 12;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.tiv-listing-editor .tiv-listing-toc::-webkit-scrollbar {
  width: 5px;
}
.tiv-listing-editor .tiv-listing-toc::-webkit-scrollbar-thumb {
  background: rgba(var(--tiv-navy-rgb), 0.22);
  border-radius: 999px;
}
.tiv-listing-editor .tiv-listing-section[id] {
  scroll-margin-top: 6.5rem;
}
.tiv-listing-contact-callout {
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(var(--tiv-blue-rgb), 0.09) 0%, rgba(var(--tiv-green-rgb), 0.08) 100%);
  color: var(--tiv-ink);
  border: 1px solid rgba(var(--tiv-blue-rgb), 0.2) !important;
}
.tiv-listing-contact-callout .alert-link {
  color: var(--tiv-blue-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tiv-listing-contact-callout .alert-link:hover {
  color: var(--tiv-navy);
}
.tiv-listing-editor .tiv-listing-hero.section-card {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.1);
  background: linear-gradient(145deg, #f8fbff 0%, #ffffff 38%, #f3f8fc 100%);
  box-shadow: 0 12px 40px rgba(var(--tiv-navy-rgb), 0.07);
}
.tiv-listing-hero__inner {
  position: relative;
  padding: 1.5rem 1.35rem 1.65rem;
}
@media (min-width: 992px) {
  .tiv-listing-hero__inner {
    padding: 1.85rem 2rem 2rem;
  }
}
.tiv-listing-hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--tiv-blue) 0%, var(--tiv-green) 100%);
  border-radius: var(--radius) 0 0 var(--radius);
  opacity: 0.9;
}
.tiv-listing-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.35rem;
  border-bottom: 1px solid rgba(var(--tiv-navy-rgb), 0.08);
}
.tiv-listing-hero__title-block {
  flex: 1 1 12rem;
  min-width: 0;
}
.tiv-listing-hero__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tiv-blue-dark);
  background: rgba(var(--tiv-blue-rgb), 0.18);
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--tiv-blue-rgb), 0.22);
}
.tiv-listing-hero__headline {
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 800;
  color: var(--tiv-navy);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0.65rem 0 0;
}
.tiv-listing-hero__back {
  flex-shrink: 0;
  align-self: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--tiv-muted);
  text-decoration: none;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.12);
  background: rgba(255, 255, 255, 0.75);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.tiv-listing-hero__back:hover {
  color: var(--tiv-blue-dark);
  border-color: rgba(var(--tiv-blue-rgb), 0.35);
  background: #fff;
}
.tiv-listing-hero__summary {
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--tiv-muted);
  margin-bottom: 1.35rem;
}
.tiv-listing-hero__kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--tiv-navy);
  opacity: 0.75;
  margin-bottom: 0.65rem;
}
.tiv-listing-hero__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.tiv-listing-hero__checklist li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.85rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--tiv-ink);
  border-bottom: 1px solid rgba(var(--tiv-navy-rgb), 0.06);
}
.tiv-listing-hero__checklist li:last-child {
  border-bottom: none;
}
.tiv-listing-hero__checklist li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.62rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 6px;
  background: rgba(var(--tiv-green-rgb), 0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d6a2d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.72rem;
}
.tiv-listing-hero__cta-wrap {
  margin-top: 0.25rem;
}
.tiv-listing-hero__cta {
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(var(--tiv-green-rgb), 0.35);
}
.tiv-listing-hero__cta:hover {
  box-shadow: 0 6px 18px rgba(var(--tiv-green-rgb), 0.45);
}
.tiv-listing-hero__benefits-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--tiv-navy);
  opacity: 0.75;
  margin: 0 0 0.85rem;
}
@media (min-width: 992px) {
  .tiv-listing-hero__benefits-label {
    margin-top: 0.15rem;
  }
}
.tiv-listing-hero__highlights {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tiv-listing-hero__card {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  gap: 1.1rem 1.15rem;
  align-items: start;
  margin: 0;
  padding: 1.2rem 1.25rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.08);
  box-shadow: 0 2px 12px rgba(var(--tiv-navy-rgb), 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
@media (max-width: 575.98px) {
  .tiv-listing-hero__card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tiv-listing-hero__card-icon {
    margin: 0 auto;
  }
}
.tiv-listing-hero__card:hover {
  border-color: rgba(var(--tiv-blue-rgb), 0.25);
  box-shadow: 0 8px 28px rgba(var(--tiv-navy-rgb), 0.09);
  transform: translateY(-1px);
}
.tiv-listing-hero__card-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--tiv-navy);
}
.tiv-listing-hero__card-icon svg {
  width: 1.85rem;
  height: 1.85rem;
  flex-shrink: 0;
}
.tiv-listing-hero__card-icon--blue {
  background: linear-gradient(145deg, rgba(var(--tiv-blue-rgb), 0.2) 0%, rgba(var(--tiv-blue-rgb), 0.08) 100%);
  color: var(--tiv-blue-dark);
  border: 1px solid rgba(var(--tiv-blue-rgb), 0.2);
}
.tiv-listing-hero__card-icon--green {
  background: linear-gradient(145deg, rgba(var(--tiv-green-rgb), 0.22) 0%, rgba(var(--tiv-green-rgb), 0.08) 100%);
  color: var(--tiv-green-dark);
  border: 1px solid rgba(var(--tiv-green-rgb), 0.25);
}
.tiv-listing-hero__card-body {
  min-width: 0;
}
.tiv-listing-hero__card-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--tiv-navy);
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.tiv-listing-hero__card-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--tiv-muted);
}
.tiv-listing-section {
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.08);
}
.tiv-listing-section__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--tiv-navy);
  margin-bottom: 0.35rem;
}
.tiv-listing-section__hint {
  font-size: 0.875rem;
  color: var(--tiv-muted);
  margin-bottom: 1rem;
}
.tiv-listing-input,
.tiv-listing-form .form-select {
  border-radius: 10px;
  border-color: rgba(var(--tiv-navy-rgb), 0.15);
}
.tiv-listing-input:focus,
.tiv-listing-form .form-select:focus {
  border-color: var(--tiv-blue);
  box-shadow: 0 0 0 0.2rem rgba(var(--tiv-blue-rgb), 0.2);
}
.tiv-listing-input-group {
  background: var(--tiv-cream);
  color: var(--tiv-navy);
  border-color: rgba(var(--tiv-navy-rgb), 0.15);
  font-weight: 600;
}
.tiv-listing-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem 1rem;
}
.tiv-listing-amenity-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.12);
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  transition: border-color 0.15s, background 0.15s;
}
.tiv-listing-amenity-chip:hover {
  border-color: rgba(var(--tiv-blue-rgb), 0.4);
  background: rgba(var(--tiv-blue-rgb), 0.04);
}
.tiv-listing-amenity-chip .form-check-input {
  margin: 0;
  flex-shrink: 0;
}
.tiv-listing-amenity-chip:has(.form-check-input:checked) {
  border-color: var(--tiv-green);
  background: rgba(var(--tiv-green-rgb), 0.12);
}
.tiv-listing-sticky-bar {
  position: sticky;
  bottom: 1rem;
  z-index: 20;
  border: 1px solid rgba(var(--tiv-navy-rgb), 0.1);
  box-shadow: 0 8px 28px rgba(var(--tiv-navy-rgb), 0.1);
}
.tiv-listing-submit {
  background: var(--tiv-green);
  color: #fff;
  border: none;
  font-weight: 600;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tiv-listing-submit:hover {
  background: var(--tiv-green-dark);
  color: #fff;
}
.tiv-listing-submit:disabled {
  opacity: 0.55;
}
@media (max-width: 991.98px) {
  .tiv-listing-sticky-bar {
    bottom: 4.5rem;
  }
}

/* Traveler dashboard — sidebar nav + in-page sections */
.tiv-traveler-dashboard .tiv-traveler-sidebar {
  position: sticky;
  top: 90px;
  z-index: 2;
}
.tiv-traveler-dashboard .tiv-traveler-side-link {
  display: block;
  padding: 0.45rem 0.6rem;
  margin-left: -0.35rem;
  border-radius: 8px;
  color: var(--tiv-ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.tiv-traveler-dashboard .tiv-traveler-side-link:hover {
  background: rgba(var(--tiv-blue-rgb), 0.1);
  color: var(--tiv-blue-dark);
  border-color: rgba(var(--tiv-blue-rgb), 0.15);
}
.tiv-traveler-dashboard .tiv-traveler-dash-section {
  scroll-margin-top: 6.5rem;
}
