/* =============================================
   UNISPACE V2 â€” main.css
   Combined: home + amenities + contact styles
   ============================================= */
/* ---------- RESET & BASE ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Inter', sans-serif;
  color: #1E40AF;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}

/* ── Running-content hyperlinks: underline inline links in body text ── */
.vow-desc a,
.am-lead a,
.itpl-cww-desc a,
.itpl-about-text a,
.itpl-fdp-text a,
.osb-cww-desc a,
.osb-loc-desc a,
.osb-loc-body a,
.osb-about-body a,
.osb-about-text a,
.mmo-corp-text a,
.vob-row-text a,
.vob-row-desc a,
.loc-body a,
.lp-card-body a,
.ben-text a,
.feat-text a,
.why-body a,
.rw-ben-body a,
.faq-qtext a,
.cw-space-content a,
.booking-desc a,
.faq-a p a {
  color: var(--navy);
  
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.18s, text-decoration-color 0.18s;
}
.cw-space-content a,.mmo-corp-text a{color:#fff;}
.vow-desc a:hover,
.am-lead a:hover,
.itpl-cww-desc a:hover,
.itpl-about-text a:hover,
.itpl-fdp-text a:hover,
.osb-cww-desc a:hover,
.osb-loc-desc a:hover,
.osb-loc-body a:hover,
.osb-about-body a:hover,
.osb-about-text a:hover,
.mmo-corp-text a:hover,
.vob-row-text a:hover,
.vob-row-desc a:hover,
.loc-body a:hover,
.lp-card-body a:hover,
.ben-text a:hover,
.feat-text a:hover,
.why-body a:hover,
.rw-ben-body a:hover,
.faq-qtext a:hover,
.cw-space-content a:hover,
.booking-desc a:hover,
.faq-a p a:hover {
  color: var(--gold);
  text-decoration-color: var(--gold);
}
button {
  cursor: pointer;
  font-family: inherit;
}
ul {
  list-style: none;
}
/* ---------- TOKENS ---------- */ :root {
  /* â”€â”€ Brand palette â”€â”€ */
  --navy: #152461; /* deeper premium dark */
  --navy-mid: #152461; /* rich blue-dark */
  --navy-light: rgba(23, 37, 84, 0.06);
  /* ðŸ”µ BLUE CTA SYSTEM (Premium, not bright) */
  --gold: #1D4ED8; /* primary CTA (deep blue) */
  --gold-bg: rgba(29, 78, 216, 0.10);
  --gold-border: rgba(29, 78, 216, 0.30);
  --cta-hover: #1E40AF; /* darker hover */
  --cta-soft: #1E40AF; /* secondary CTA */
  /* Accent support */
  --accent-green: #16A34A;
  --accent-yellow: #F59E0B;
  --accent-red: #EF4444;
  /* Background system */
  --cream: #a9dbe8;
  --white: #a9dbe8;
  --off: #F8FAFC;
  --off-white: #F8FAFC;
  --gray: #F1F5F9;
  --muted: #122746;
  --border: #E2E8F0;
  /* â”€â”€ Typography â”€â”€ */
  --font-d: 'Outfit', sans-serif;
  --font-b: 'Inter', sans-serif;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  /* â”€â”€ Shape & motion â”€â”€ */
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 25px;
  --t: 0.22s ease;
  /* âœ¨ Shadows with blue tint */
  --shadow-sm: 0 2px 10px rgba(29, 78, 216, 0.08);
  --shadow: 0 10px 30px rgba(29, 78, 216, 0.12);
  --shadow-lg: 0 20px 60px rgba(29, 78, 216, 0.18);
  --header-h: 68px;
}
/* ---------- UTILITY ---------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section {
  padding: 3rem 0;
}
.section-white {
  background: #fff;
}
.section-off {
  background: var(--off);
}
.hidden {
  display: none !important;
}
.center {
  text-align: center;
}
.text-gold {
  color: var(--gold);
}
.text-lightblue {
  color: var(--cream);
}
/* ---- Inline-style replacement helpers ---- */
.section-tag-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.mb-sm {
  margin-bottom: 0.4rem !important;
}
.mob-cta-btn {
  text-align: center;
  margin-top: 0.5rem;
}
.label-opt {
  font-weight: 400;
  color: #999;
}
.error-msg{
    color:red;
    font-size:12px;
    margin-top:5px;
    display:block;
}
.error-field{
    border:1px solid red !important;
}
.form-lock-icon {
  display: inline;
  vertical-align: -2px;
  margin-right: 4px;
}
.footer-logo-img {
  height: 36px; /*filter: brightness(0) invert(1);*/ margin-bottom: 1rem;
}
.btn-mt-2 {
  margin-top: 2rem;
}
/* ---------- TYPOGRAPHY ---------- */
.section-tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
  display: block;
  align-items: center;
  gap: 0.5rem;
}

.section-tag-inv {
  color: rgba(255, 255, 255, 0.6);
}
.section-tag-inv::before {
  background: rgba(255, 255, 255, 0.4);
}
.section-h2 {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4.5vw, 2rem);
  font-weight: 600;
  line-height: 1.5;margin-bottom:10px;
  color: var(--navy);
}
.section-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.section-lead {
  font-size: 1rem;
  color: var(--muted);
  max-width: 360px;
  line-height: 1.7;
}
/* Sol-hd centred overrides (replaces inline styles) */
.sol-hd .section-tag {
  justify-content: center;
}
.sol-hd .section-h2 {
  text-align: center;
  margin-bottom: 1rem;
}
/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-sm);
  font-weight: 600; font-size: 1rem;
  padding: 0.65rem 1.5rem;
  transition: all var(--t);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--navy);
  color: #fff !important;
}
.btn-primary:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.btn-gold:hover {
  background: #a9dbe8;
  border-color: #a9dbe8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 106, 103, 0.3);
  color: var(--navy)
}
.btn-outline-dark {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline-dark:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}
.btn-ghost-w {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.btn-ghost-w:hover {
  border-color: #fff;
  color: #fff;
}
.btn-xl {
  padding: 0.875rem 2rem;
  font-size: 1rem;
}
.btn-sm {
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
}
.btn-block {
  width: 100%;
}
/* =============================================
   TOP INFO BAR
   ============================================= */

@keyframes ring-pulse {
  0%,100% { transform: scale(1) rotate(0deg); }
  20%      { transform: scale(1.25) rotate(-12deg); }
  40%      { transform: scale(1.1)  rotate(10deg); }
  60%      { transform: scale(1.18) rotate(-8deg); }
  80%      { transform: scale(1.05) rotate(6deg); }
}
@keyframes pill-glow {
  0%,100% { box-shadow: 0 0 0 0 rgba(21,36,97,0.55); }
  50%     { box-shadow: 0 0 0 6px rgba(21,36,97,0); }
}

/* =============================================
   Skip navigation — accessibility */
.skip-nav {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 9999;
  background: #fff;
  color: #132161;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}
.skip-nav:focus {
  left: 1rem;
}
/* =============================================
   HEADER
   ============================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: var(--navy);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: top 0.32s ease, box-shadow 0.32s ease;padding:10px;
}
.header.scrolled {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.1);padding:10px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 1.5rem;
}
.logo-img {
  height: 69px;
  width: 100%; /*filter: brightness(0) invert(1);*/
}
/* Nav */
.main-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.nav-link {
  color: rgba(255, 255, 255, 0.82); font-size: 1rem;
  font-weight: 600;
  padding: 0.45rem 0.875rem;
  border-radius: 100px;
  transition: all var(--t);
}
.nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.nav-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  font-family: inherit;
}
.chevron {
  font-size: 0.6rem;
  transition: transform var(--t);
}
.nav-btn.open .chevron {
  transform: rotate(180deg);
}
.nav-btn.open {
  color: #fff;
}
/* Mega menu */
.nav-item {
  position: relative;
}
.mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: 820px;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  border: 1px solid var(--border);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 600;
}
.mega::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
}
.mega.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.mega-col {
  padding: 1.75rem 1.5rem 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.mega-col:last-child {
  border-right: none;
}
.mega-label {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
  display: block;
}
a.mega-label-link {
  text-decoration: none;
  color: var(--gold);
  transition: color var(--t);
}
a.mega-label-link:hover {
  color: var(--navy);
  
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}
.mega-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.55rem 0.5rem;
  border-radius: var(--r-sm);
  margin-bottom: 0.125rem;
  transition: background var(--t);
}
.mega-row:hover {
  background: var(--gold-bg);
}
.mega-row--active {
  background: rgba(29,78,216,0.06);
  border-left: 2px solid var(--blue);
}
.mega-row--active strong { color: var(--blue); }
.mega-icon {
  font-size: 1.1rem;
  width: 34px;
  height: 34px;
  min-width: 34px;
  background: var(--navy-light);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-row span:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.mega-row strong {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
}
.mega-row small {
  font-size: 0.73rem;
  color: var(--muted);
  line-height: 1.4;
}
.mega-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: var(--navy);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
}
.mega-footer p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.65);
}
.mega-footer p strong {
  color: #fff;
}
/* Locations mega menu — 2-column, centered */
.mega-loc {
  width: 560px;
}
.mega-loc-grid {
  grid-template-columns: 1fr 1fr;
}
.mega-loc::before {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.mega-loc.open {
  transform: translateX(-50%) translateY(0);
}
/* Mobile city sub-group label */
.mob-city-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding: 0.65rem 1rem 0.2rem 1.5rem;
  margin-left: 0.25rem;
  margin-bottom: 0;
}
/* Resources mega menu â€” right-pinned */
.mega-res {
  width: 740px;
  left: auto;
  right: -24px;
  transform: translateY(-6px);
}
.mega-res.open {
  transform: translateY(0);
}
.mega-res::before {
  left: auto;
  right: 72px;
  transform: rotate(45deg);
}
.mega-res-grid {
  grid-template-columns: 1fr 220px;
}
.mega-label-sep {
  margin-top: 1.25rem;
}
/* For Whom mega menu — 2-column layout */
.mega-fw {
  width: 640px;
}
.mega-fw-grid {
  grid-template-columns: repeat(2, 1fr);
}
/* Featured column in Resources mega */
.mega-col-feat {
  background: var(--off);
  border-radius: 0 var(--r-lg) 0 0;
}
.mega-feat-card {
  display: block;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  transition: box-shadow var(--t), transform var(--t);
}
.mega-feat-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.mfc-img {
  height: 110px;
  overflow: hidden;
}
.mfc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.38s ease;
}
.mega-feat-card:hover .mfc-img img {
  transform: scale(1.06);
}
.mfc-body {
  padding: 0.75rem 0.875rem 0.875rem;
}
.mfc-badge {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.4rem;
}
.mfc-body strong {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}
.mfc-body small {
  font-size: 0.72rem;
  color: var(--muted);
  display: block;
  line-height: 1.45;
  margin-bottom: 0.6rem;
}
.mfc-read {
   font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
}
/* SVG icons in mega menu */
.mega-icon svg {
  display: block;
  color: var(--navy);
  opacity: 0.75;
}
.mega-row:hover .mega-icon svg {
  opacity: 1;
  color: var(--gold);
}
/* Mobile nav sub-group (Resources accordion) */
.mob-group {
  display: flex;
  flex-direction: column;
}
.mob-group-btn {
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mob-group-btn .chevron {
  transition: transform 0.22s ease;
  display: inline-block;
  font-size: 0.7rem;
}
.mob-group-btn.open .chevron {
  transform: rotate(180deg);
}
.mob-group-sub {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.28s ease;
}
.mob-group-sub.open {
  grid-template-rows: 1fr;
}
.mob-group-sub > * {
  overflow: hidden;
}
.mob-sub-link {
  display: block;
  padding: 0.5rem 1rem 0.5rem 1.5rem; font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  border-left: 2px solid rgba(0, 106, 103, 0.4);
  margin-left: 0.25rem;
  transition: color var(--t), border-color var(--t);
}
.mob-sub-link:hover {
  color: #fff;
  border-color: var(--gold);
}
/* Header CTA */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* Phone link in desktop header */
.header-tel {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 100px;
  padding: 0.38rem 0.9rem 0.38rem 0.7rem;
  box-shadow: 0 0 0 0 rgba(232,184,75,0.4);
  animation: pill-glow 2.4s ease-in-out infinite;
  transition: background var(--t), color var(--t), border-color var(--t), box-shadow var(--t);
}
.header-tel svg {
  color: #e8b84b;
  flex-shrink: 0;
  animation: ring-pulse 3s ease-in-out infinite;
}
.header-tel:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.4);
  animation: none;
}
.header-tel:hover svg {
  animation: ring-pulse 0.6s ease-in-out 1;
}

/* Phone link in mobile nav */
.mob-tel-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9rem 1.25rem;
  background: rgba(29,78,216,0.18);
  border-radius: 10px;
  margin: 0.5rem 0 0;
  transition: background var(--t);
}
.mob-tel-link:hover { background: rgba(29,78,216,0.35); }
.btn-nav-cta {
  background: transparent;
  color: #fff;
  font-weight: 600; font-size: 1rem;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--r-sm);
  padding: 0.5rem 1.375rem;
  transition: all var(--t);
  white-space: nowrap;
}
.btn-nav-cta:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}
/* Hamburger */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all var(--t);
}
.burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
/* Mobile nav */
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.5rem 1.5rem;
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 490;
  max-height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav.open {
  display: flex;
}

.mob-link {
   font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.625rem 0.5rem;
  border-radius: var(--r-sm);
  transition: background var(--t);
}
.mob-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
/* =============================================
   HERO SLIDER  (hs-)
   ============================================= */
.hs {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 600px;
  overflow: hidden;
  background: var(--navy);
}
/* Slides */
.hs-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.85s ease;
  z-index: 1;
}
.hs-slide.active {
  opacity: 1;
  z-index: 2;
}
/* Background image */
.hs-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hs-slide.active .hs-bg {
  animation: hs-zoom 7s ease-out forwards;
}
@keyframes hs-zoom {
  from {
    transform: scale(1.06)
  }
  to {
    transform: scale(1)
  }
}
/* Video background */
.hs-bg--video {
  background: var(--navy);
}
.hs-vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Overlay */
.hs-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(190deg, rgba(31, 41, 55, 0.55) 0%, rgba(31, 41, 55, 0.75) 50%, rgba(31, 41, 55, 0.75) 100%);
}
/* Content â€” offsets top for fixed notif+header, bottom for finder bar */
.hs-content {
  position: absolute;
  top: var(--header-h);
  left: 0;
  right: 0;
  bottom: 140px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8vw;
  overflow: hidden;
}
.hs-content--center {
  align-items: center;
  text-align: center;
  padding: 0 14vw;
}
.hs-content--left {
  align-items: flex-start;
  text-align: left;
}
.hs-content--right {
  align-items: flex-end;
  text-align: right;
  padding: 0 8vw 0 28vw;
}
/* Content enter animation */
.hs-slide .hs-eyebrow, .hs-slide .hs-h1, .hs-slide .hs-tagline, .hs-slide .hs-sub, .hs-slide .hs-perks, .hs-slide .hs-stats, .hs-slide .hs-tags, .hs-slide .hs-award, .hs-slide .hs-btns {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.hs-slide.active .hs-eyebrow {
  opacity: 1;
  transform: none;
  transition-delay: 0.25s;
}
.hs-slide.active .hs-h1 {
  opacity: 1;
  transform: none;
  transition-delay: 0.38s;
}
.hs-slide.active .hs-tagline {
  opacity: 1;
  transform: none;
  transition-delay: 0.44s;
}
.hs-slide.active .hs-sub {
  opacity: 1;
  transform: none;
  transition-delay: 0.54s;
}
.hs-slide.active .hs-perks, .hs-slide.active .hs-stats, .hs-slide.active .hs-tags, .hs-slide.active .hs-award {
  opacity: 1;
  transform: none;
  transition-delay: 0.60s;
}
.hs-slide.active .hs-btns {
  opacity: 1;
  transform: none;
  transition-delay: 0.70s;
}
/* Eyebrow pill */
.hs-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  border: 1px solid rgba(255, 244, 183, 0.35);
  border-radius: 100px;
  padding: 0.35rem 0.9rem;
  margin-bottom: 0.8rem;
}
/* Headline */
.hs-h1 {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}
.hs-h1 em {
  color: var(--cream);
  font-style: normal;
}
/* Subtitle */
.hs-sub {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 1.3rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hs-content--center .hs-sub {
  max-width: 600px;
}
/* Tagline (secondary statement under H1) */
.hs-tagline {
  font-family: var(--font-d);
  font-size: clamp(1.1rem, 2.5vw, 2.3rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.01em;
 
  margin-top: 0.1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.hs-content--center .hs-tagline { max-width: 680px; }

/* Perks */
.hs-perks {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}
.hs-content--center .hs-perks {
  justify-content: center;
}
.hs-perks span {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
/* Stats */
.hs-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.1rem;
}
.hs-stat {
  text-align: left;
}
.hs-stat b {
  font-family: var(--font-d);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--cream);
  display: block;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.hs-stat span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/* Tags */
.hs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  justify-content: center;
}
.hs-tags span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  background: rgba(255, 244, 183, 0.9);
  border-radius: 100px;
  padding: 0.3rem 0.85rem;
}
/* Award */
.hs-award {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 244, 183, 0.10);
  border: 1px solid rgba(255, 244, 183, 0.25);
  border-radius: 10px;
  padding: 0.65rem 1rem;
  margin-bottom: 1.1rem;
  max-width: 340px;
}
.hs-content--right .hs-award {
  margin-left: auto;
}
.hs-award svg {
  color: var(--cream);
  flex-shrink: 0;
}
.hs-award strong {
  display: block;
  font-size: 0.78rem;
  color: var(--cream);
  margin-bottom: 0.1rem;
}
.hs-award span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.65);
}
/* CTA buttons */
.hs-btns {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.hs-content--center .hs-btns {
  justify-content: center;
}
.hs-content--right .hs-btns {
  justify-content: flex-end;
}
.hs-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-d);
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.78rem 1.6rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.hs-btn--solid {
  background: var(--gold);
  color: #fff;
  border: 2px solid var(--gold);
}
.hs-btn--solid:hover {
  background: #1F2937;
  border-color: #1F2937;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 106, 103, 0.45);
}
.hs-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.hs-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-2px);
}
/* Arrows */
.hs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.hs-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-50%) scale(1.08);
}
.hs-arrow:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 3px;
}
.hs-arrow--prev {
  left: 1.75rem;
}
.hs-arrow--next {
  right: 1.75rem;
}
/* Bottom bar */
.hs-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: stretch;
  height: 140px;
}
/* Dots */
.hs-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.25rem;
  flex-shrink: 0;
}
.hs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.30);
  border: none;
  padding: 0;
  transition: all 0.28s ease;
}
.hs-dot.active {
  background: var(--cream);
  height: 24px;
  border-radius: 4px;
}
.hs-dot:hover {
  background: rgba(255, 255, 255, 0.65);
}
.hs-dot:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 3px;
}
/* Finder */
.hs-finder {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0;
  background: #d7d7d79e;
  border-top: 3px solid var(--navy);
  padding: 0 1.5rem 0 1.25rem;
  box-shadow: 0 -4px 24px rgba(19,33,97,0.12);
}
/* Label badge */
.hs-finder-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-d);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff;
  background: var(--navy);
  white-space: nowrap;
  padding: 0.6rem 1rem 0.6rem 0.85rem;
  border-radius: 8px;
  margin-right: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(19,33,97,0.28);
}
.hs-finder-label svg { opacity: 0.85; }
/* Individual field cards */
.hs-finder-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  min-width: 0;
  border: 1.5px solid rgba(19,33,97,0.12);
  border-radius: 10px;
  margin: 0.65rem 0.35rem;
  background: #f7f8fc;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  position: relative;
}
.hs-finder-field:hover {
  border-color: rgba(19,33,97,0.35);
  background: #fff;
  box-shadow: 0 2px 12px rgba(19,33,97,0.1);
  transform: translateY(-1px);
}
.hs-finder-field:focus-within {
  border-color: var(--navy);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(19,33,97,0.12), 0 3px 14px rgba(19,33,97,0.12);
  transform: translateY(-2px);
}
.hs-finder-field label {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: rgba(19,33,97,0.55);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.22rem;
  cursor: pointer;
  transition: color 0.2s;
}
.hs-finder-field:hover label,
.hs-finder-field:focus-within label {
  color: var(--navy);
}
.hs-finder-field label svg { flex-shrink: 0; }
/* Separator between fields */
.hs-finder-sep {
  width: 1px;
  height: 0;
  flex-shrink: 0;
}
/* Select wrapper */
.hs-finder-sw {
  position: relative;
  display: flex;
  align-items: center;
}
.hs-finder-sw select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-b);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  padding-right: 1.3rem;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hs-chev {
  position: absolute;
  right: 0;
  pointer-events: none;
  color: rgba(19,33,97,0.4);
  transition: transform 0.2s ease, color 0.2s;
  flex-shrink: 0;
}
.hs-finder-field:focus-within .hs-chev {
  color: var(--navy);
  transform: rotate(180deg);
}
/* CTA button */
.hs-finder-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-d);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: 10px;
  margin-left: 0.75rem;
  white-space: nowrap;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(19,33,97,0.28);
}
.hs-finder-btn:hover {
  background: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,184,75,0.45);
}
.hs-finder-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(19,33,97,0.2);
}
.hs-finder-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
/* Counter */
.hs-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.25rem 0 0.75rem;
  font-family: var(--font-d);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
  line-height: 1.3;
}
#hsCur {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--cream);
  line-height: 1;
  display: block;
}
/* Progress line */
.hs-progress-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 31;
  height: 3px;
  background: rgba(255, 255, 255, 0.10);
}
.hs-progress {
  height: 100%;
  background: var(--gold);
  width: 0%;
}
/* Responsive */
@media (max-width: 1024px) {
  .hs-content--right {
    align-items: flex-start;
    text-align: left;
    padding: 0 8vw;
  }
  .hs-content--right .hs-btns {
    justify-content: flex-start;
  }
  .hs-content--right .hs-award {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* Hero: use small-viewport height so browser chrome is excluded */
  .hs {
    height: 100svh;
    min-height: 640px;
  }
  /* Content stays absolutely positioned; push bottom up for taller finder bar */
  .hs-content {
    position: absolute;
    bottom: 230px;
    padding-top: 0;
  }
  .hs-content--center, .hs-content--left, .hs-content--right {
    align-items: center;
    text-align: center;
    padding: 0 1.25rem;
  }
  .hs-content .hs-btns {
    justify-content: center;
  }
  .hs-content .hs-stats {
    justify-content: center;
  }
  .hs-arrow--prev {
    left: 0.75rem;
    width: 40px;
    height: 40px;
  }
  .hs-arrow--next {
    right: 0.75rem;
    width: 40px;
    height: 40px;
  }
  /* Bottom bar stacks: dots on top, finder below */
  .hs-bottom {
    flex-direction: column;
    height: auto;
    min-height: 230px;
    padding-bottom: 0;
  }
  .hs-dots {
    flex-direction: row;
    justify-content: center;
    padding: 0.6rem 0 0;
    height: 32px;
    flex-shrink: 0;
  }
  .hs-dot.active {
    height: 8px;
    width: 24px;
    border-radius: 4px;
  }
  /* Finder bar: hide label, stack fields 2-up */
  .hs-finder {
    flex-wrap: wrap;
    padding: 0.75rem;
    gap: 0.5rem;
  }
  .hs-finder-label {
    display: none;
  }
  .hs-finder-field {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
    min-width: 0;
  }
  .hs-finder-div {
    display: none;
  }
  .hs-finder-btn {
    flex: 1 1 100%;
    margin-left: 0;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    justify-content: center;
  }
  .hs-counter {
    display: none;
  }
}
@media (max-width: 480px) {
  .hs {
    min-height: 600px;
  }
  .hs-h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 0.25rem;
  }
  .hs-tagline {
    font-size: clamp(0.95rem, 4vw, 1.3rem);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }
  .hs-sub {
    font-size: 0.88rem;
    margin-bottom: 0.9rem;
  }
  .hs-award {
    display: none;
  }
  .hs-btn {
    font-size: 0.83rem;
    padding: 0.7rem 1.1rem;
  }
  .hs-stats {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hs-content {
    bottom: 200px;
  }
  .hs-bottom {
    min-height: 200px;
  }
  .hs-finder {
    padding: 0.6rem;
    gap: 0.4rem;
  }
  .hs-finder-field {
    flex: 1 1 100%;
  }
  .hs-finder-btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hs-slide, .hs-bg, .hs-slide .hs-eyebrow, .hs-slide .hs-h1, .hs-slide .hs-tagline, .hs-slide .hs-sub, .hs-slide .hs-perks, .hs-slide .hs-stats, .hs-slide .hs-tags, .hs-slide .hs-award, .hs-slide .hs-btns, .hs-btn, .hs-arrow, .hs-dot, .hs-finder-btn {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/* Short-viewport fixes: hide award card, tighten spacing */
@media (max-height: 760px) and (min-width: 769px) {
  .hs-award { display: none; }
  .hs-eyebrow { margin-bottom: 0.55rem; }
  .hs-h1 { font-size: clamp(2rem, 4.5vw, 3.8rem); margin-bottom: 0.55rem; }
  .hs-sub { margin-bottom: 0.75rem; }
  .hs-stats, .hs-perks, .hs-tags { margin-bottom: 0.75rem; }
  .hs-btns { gap: 0.6rem; }
}
@media (max-height: 650px) and (min-width: 769px) {
  .hs-h1 { font-size: clamp(1.7rem, 3.8vw, 3rem); margin-bottom: 0.4rem; }
  .hs-eyebrow { margin-bottom: 0.4rem; padding: 0.28rem 0.75rem; }
  .hs-sub { margin-bottom: 0.5rem; font-size: 0.875rem; }
  .hs-stats { margin-bottom: 0.5rem; }
  .hs-stat b { font-size: 1.35rem; }
  .hs-btn { font-size: 0.88rem; padding: 0.6rem 1.2rem; }
}
/* ---------- MARQUEE ---------- */
.marquee-wrap {
  background: var(--navy);
  padding: 1rem 0;
  overflow: hidden;
  position: relative;
}
.marquee-wrap::before, .marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}
.marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--navy), transparent);
}
.marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--navy), transparent);
}
.marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}
.marquee-track .mdot {
  color: var(--gold);
  font-size: 0.5rem;
}
@keyframes marquee {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-50%)
  }
}
/* =============================================
   SOLUTIONS
   ============================================= */
.sol-hd {
  text-align: center;
  margin-bottom: 2.75rem;
}
.sol-hd-sub {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}
.sol-tabs {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.sol-tab {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--muted);
  font-family: var(--font-b); font-size: 1rem;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 100px;
  transition: all var(--t);
  cursor: pointer;
}
.sol-tab:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.sol-tab.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.sol-panels {
  position: relative;
}
.sol-panel {
  display: none;
}
.sol-panel.active {
  display: block;
  animation: solFadeUp 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes solFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px)
  }
  to {
    opacity: 1;
    transform: none
  }
}
/* ---------- NUMBERS ---------- */
.numbers-section {
  background: var(--navy);
  padding: 3rem 0;
}
.numbers-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
}
.num-item {
  text-align: center;
  padding: 1.5rem 2rem;
}
.num-val {
  font-family: var(--font-d);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.num-plus {
  font-family: var(--font-d);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--cream);
}
.num-item p {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.5rem;
}
.num-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
}
/* ---------- HOW IT WORKS ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: start;
  margin-top: 4rem;
}
.step-card {
  text-align: center;
  padding: 2.5rem 2rem;
  border-radius: var(--r-lg);
  background: var(--off);
  transition: all var(--t);
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.step-num {
  font-family: var(--font-d);
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.step-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.step-card h3 {
  font-family: var(--font-d);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.step-card p { font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
}
.step-arrow {
  font-size: 1.5rem;
  color: var(--gold);
  align-self: center;
  padding: 0 0.75rem;
  padding-top: 1rem;
}
/* =============================================
   MEMBERS EXPERIENCE
   ============================================= */
.mexp-section {
  background: var(--gray);
}
.mexp-title {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--navy);
  text-align: center;
  margin-bottom: 3rem;
}
.mexp-title span {
  color: var(--gold);
}
.mexp-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3.5rem;
}
.mexp-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mexp-rating-block {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}
.mexp-star {
  font-size: 2.75rem;
  color: var(--gold);
  line-height: 1;
}
.mexp-rating-num {
  font-family: var(--font-d);
  font-size: 3.75rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.04em;
}
.mexp-rating-denom {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--muted);
}
.mexp-trust {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mexp-trust li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
   font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
}
.mexp-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mexp-social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mexp-social-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}
.mexp-social-icons {
  display: flex;
  gap: 0.6rem;
}
.mexp-si {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mexp-si:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.mexp-si svg {
  width: 16px;
  height: 16px;
}
.mexp-si-ig {
  background: var(--navy-mid);
}
.mexp-si-li {
  background: var(--navy-mid);
}
.mexp-si-x {
  background: var(--navy);
}
.mexp-center {
  display: flex;
  justify-content: center;
}
.mexp-featured {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}
.mexp-featured img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  object-position: top center;
}
.mexp-featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  padding: 2rem 1.75rem 1.75rem;
}
.mexp-featured-quote {
  font-family: var(--font-d); font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  quotes: none;
}
.mexp-featured-cite {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.mexp-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.mexp-review {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mexp-review:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.mexp-stars {
  color: var(--gold);
   font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
}
.mexp-review-text { font-size: 1rem;
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 1.1rem;
  quotes: none;
}
.mexp-reviewer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mexp-reviewer img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #f0f0f0;
}
.mexp-reviewer strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
}
.mexp-reviewer small {
   font-size: 1rem;
  color: var(--muted);
}
.mexp-more {
  margin-top: 0;
}
.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.t-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.t-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.t-stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
}
.t-card p { font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
}
.t-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.875rem;
  border-top: 1px solid var(--border);
}
.t-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.72rem;
  flex-shrink: 0;
}
.t-av-dark {
  background: var(--navy-mid);
}
.t-author strong {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
}
.t-author small {
  font-size: 0.72rem;
  color: var(--muted);
}
/* ---------- AMENITIES STRIP (home page) ---------- */
.amenities-strip {
  padding: 3rem 0;
}
.am-grid {
  display: grid;
  gap: 1.25rem;
}
.amenities-strip .am-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3.5rem;
}
.am-item {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  transition: all var(--t);
}
.am-item:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.am-item span {
  font-size: 1.75rem;
}
.am-item strong { font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
}
.am-item small {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.5;
}
/* ---------- LOCATIONS ---------- */
.loc-tabs-wrap {
  margin-bottom: 2.5rem;
}
.loc-tabs {
  display: inline-flex;
  background: var(--navy-light);
  border-radius: 100px;
  padding: 0.25rem;
  gap: 0.25rem;
}
.loc-tab {
  background: transparent;
  border: none;
  font-family: var(--font-b); font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  transition: all var(--t);
}
.loc-tab.active {
  background: var(--navy);
  color: #fff;
}
.loc-tab:hover:not(.active) {
  color: var(--navy);
}
.loc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.loc-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: all var(--t);
}
.loc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.loc-img {
  overflow: hidden;
}
.loc-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.loc-card:hover .loc-img img {
  transform: scale(1.05);
}
.loc-body {
  padding: 1.75rem;
}
.loc-city {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.loc-body h3 {
  font-family: var(--font-d);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0.4rem 0 0.625rem;
}
.loc-body p { font-size: 1rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.loc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
/* ---------- BOOKING / CTA ---------- */
.booking-section {
  background: #010b26;
  background-image: url('../images/a-fully-serviced-business-ecosystem.png');
  background-size: cover;
  background-position: center;
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
}
.booking-bg-accent {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(1,11,38,0.88) 0%, rgba(19,33,97,0.82) 60%, rgba(1,11,38,0.9) 100%);
}
.booking-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 4rem;
  align-items: start;
  position: relative;
}
.booking-h2 {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 4vw, 2rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}
.booking-desc {
   font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.booking-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.25rem;
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
}
.booking-perks li {
  display: flex;
  align-items: center;
  gap: 0.6rem; font-size: .85rem;
  
  color: rgba(255, 255, 255, 0.88);
}
.bp-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
}
.bp-icon svg {
  width: 20px;
  height: 20px;
}
.booking-trust-strip {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-sm);
  padding: 0.875rem 1.25rem;
  margin-bottom: 2rem;
}
.bts-item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.bts-num {
  font-family: var(--font-d); font-size: 1rem;
  font-weight: 600;
  color: var(--cream);
  line-height: 1;
}
.bts-label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.bts-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}
.booking-contact {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.booking-contact-new{flex-direction: row !important;}
.bc-link {
  display: flex;
  align-items: center;
  gap: 0.75rem; font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-sm);
  padding: 0.625rem 1rem;
  transition: color var(--t), background var(--t), border-color var(--t);
}
.bc-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.bc-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.7;
}
.bc-icon svg {
  width: 18px;
  height: 18px;
}
/* Dark-bg overrides: vow-call & btn-wa-cta inside booking-contact (dark navy section) */
.booking-contact .vow-call,
.booking-contact .btn-wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-sm);
  padding: 0.625rem 1rem;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.booking-contact .vow-call:hover,
.booking-contact .btn-wa-cta:hover {
  color: #fff;
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.25);
  transform: none;
  box-shadow: none;
}
.booking-contact .vow-call-ring,
.booking-contact .btn-wa-ring {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.2);
  color: #fff;
}
.booking-contact .vow-call:hover .vow-call-ring,
.booking-contact .btn-wa-cta:hover .btn-wa-ring {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.booking-contact .vow-call-text small,
.booking-contact .btn-wa-text small {
  color: rgba(255,255,255,0.5);
}
.booking-contact .vow-call-text strong,
.booking-contact .btn-wa-text strong {
  color: #fff;
}
.booking-contact .vow-call:hover .vow-call-text strong,
.booking-contact .btn-wa-cta:hover .btn-wa-text strong {
  color: #fff;
}

/* ---------- Booking left: image pill ---------- */
.booking-img-wrap {
  position: relative;
  margin-bottom: 1.75rem;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
  line-height: 0;
}
.booking-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.booking-img-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(1,11,38,0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 0.35rem 0.8rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.booking-img-badge svg { color: #e8b84b; flex-shrink: 0; }
/* ---------- Booking USP cards ---------- */
.bk-usps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
}
.bk-usp-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  cursor: default;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.bk-usp-card:hover {
  background: rgba(29,78,216,0.22);
  border-color: rgba(29,78,216,0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(29,78,216,0.2);
}
.bk-usp-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232,184,75,0.15);
  border-radius: 10px;
  color: #e8b84b;
  transition: background 0.22s ease;
}
.bk-usp-card:hover .bk-usp-icon {
  background: rgba(232,184,75,0.28);
}
.bk-usp-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.bk-usp-text strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.bk-usp-text small {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booking-form-wrap {
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.35);
}
.bfw-top-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #e8b84b);
}
.booking-form {
  padding: 2.25rem 2.5rem 2.5rem;
}
.bfw-header {
  margin-bottom: 1.75rem;
}
.bfw-header h3 {
  font-family: var(--font-d);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.25rem;
}
.bfw-sub {
  font-size: 0.8rem;
  color: var(--muted);
}
.form-row {
  margin-bottom: 1rem;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.form-g {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.form-g label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.form-g input, .form-g select, .form-g textarea {
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  padding: 0.7rem 0.875rem;
  font-family: var(--font-b); font-size: 1rem;
  color: var(--navy);
  background: var(--off);
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
  width: 100%;
  resize: vertical;
}
.form-g input:focus, .form-g select:focus, .form-g textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(0, 106, 103, 0.12);
}
.form-g textarea {
  min-height: 90px;
}
.btn-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.btn-icon svg{
    width:18px;
    height:18px;
}
.ct-new-list{border-radius: 50px;color: #fff;background-color:#1d4ed8;}
.email-checkbox-text{font-size:14px;margin-top:10px;margin-bottom:15px;color:#374151;}
.booking-form .btn-gold {
  margin-top: 1.25rem;
  padding: 0.9rem;
  font-size: 1rem;
  border-radius: var(--r-sm);width: fit-content;
}
.form-note {
  font-size: 0.72rem;
  color: var(--muted);
  text-align: center;
  margin-top: 0.875rem;
}
.form-success {
  display: none;
  text-align: center; font-size: 1rem;
  font-weight: 600;
  color: #15803d;
  padding: 1rem;
  background: #dcfce7;
  border-radius: var(--r-sm);
  margin-top: 1rem;
}
.form-success.show {
  display: block;
}
/* ---------- FREE DAY PASS — redesigned booking-left ---------- */
.fdp-ticket {
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, #c4900a 0%, #e8b84b 55%, #c4900a 100%);
  border-radius: 12px;
  overflow: visible;
  position: relative;
  box-shadow: 0 8px 32px rgba(196,144,10,0.35);
}
.fdp-ticket-main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.25rem 1.5rem;
  flex: 1;
}
.fdp-ticket-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(19,33,97,0.7);
}
.fdp-ticket-title {
  font-family: var(--font-d);
  font-size: 1.6rem;
 font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1;
}
.fdp-ticket-price {
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}
.fdp-ticket-price em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 500;
  opacity: 0.65;
}
.fdp-ticket-sep {
  width: 1px;
  background: repeating-linear-gradient(to bottom, rgba(19,33,97,0.25) 0, rgba(19,33,97,0.25) 6px, transparent 6px, transparent 12px);
  margin: 0.75rem 0;
  position: relative;
  flex-shrink: 0;
}
.fdp-ticket-sep::before,
.fdp-ticket-sep::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #010b26;
}
.fdp-ticket-sep::before { top: -7px; }
.fdp-ticket-sep::after  { bottom: -7px; }
.fdp-ticket-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.25rem 1.5rem;
}
.fdp-ticket-detail {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  text-align: center;
}
.fdp-ticket-detail strong {
  font-family: var(--font-d);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.fdp-ticket-detail span {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(19,33,97,0.65);
}
/* Perk grid */
.fdp-perks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.fdp-perk {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  transition: background var(--t), border-color var(--t);
}
.fdp-perk:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
}
.fdp-perk-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: var(--pc, rgba(169,219,232,0.12));
  color: var(--pb, #a9dbe8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fdp-perk-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.fdp-perk-body strong {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
.fdp-perk-body span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}
/* Trust strip */
.fdp-trust-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-sm);
  padding: 0.875rem 1.25rem;
}
.fdp-trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1;
  text-align: center;
}
.fdp-trust-item strong {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
}
.fdp-trust-item span {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fdp-trust-div {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.14);
  flex-shrink: 0;
}
/* Responsive */
@media (max-width: 768px) {
  .booking-contact-new{flex-direction: column;}
  .fdp-perks-grid { grid-template-columns: 1fr; }
  .fdp-ticket { flex-direction: column; }
  .fdp-ticket-sep { width: auto; height: 1px; margin: 0;
    background: repeating-linear-gradient(to right, rgba(19,33,97,0.25) 0, rgba(19,33,97,0.25) 6px, transparent 6px, transparent 12px);
  }
  .fdp-ticket-sep::before { top: 50%; left: -7px; transform: translateY(-50%); }
  .fdp-ticket-sep::after  { top: 50%; left: auto; right: -7px; transform: translateY(-50%); }
  .fdp-ticket-meta { flex-direction: row; justify-content: space-around; padding: 1rem 1.5rem; }
}
/* ---------- FAQ ---------- */
.faq-new-wrap {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.faq-new-head {
  margin-bottom: 2rem;
}
.faq-new-h2 {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 600;
  color: var(--navy);
  margin: 0.5rem 0 0.75rem;
  line-height: 1.15;
}
.faq-new-sub {
  font-size: 0.9rem;
  color: var(--muted);
}
.faq-new-sub a {
  color: var(--gold);
  font-weight: 600;
  
}
.faq-search-wrap {
  margin-bottom: 1.75rem;
}
.faq-search-box {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.faq-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--muted);
  pointer-events: none;
}
#faq-search {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.75rem;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-family: var(--font-b);
  font-size: 0.9rem;
  color: var(--navy);
  background: #fff;
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
}
#faq-search:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(0, 106, 103, 0.12);
}
.faq-tabs-row {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}
.faq-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1.1rem;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: #fff;
  font-family: var(--font-b);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all var(--t);
  white-space: nowrap;
}
.faq-tab:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.faq-tab.faq-tab-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.faq-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(0, 11, 88, 0.1);
  color: var(--navy);
  transition: all var(--t);
}
.faq-tab-active .faq-tab-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.faq-list {
  text-align: left;
}
.faq-item {
  border: 1.5px solid var(--border);
  border-radius: 10px;
  margin-bottom: 0.65rem;
  background: #fff;
  overflow: hidden;
  transition: box-shadow var(--t);
}
.faq-item:hover {
  box-shadow: 0 4px 18px rgba(0, 11, 88, 0.07);
}
.faq-item.faq-hidden {
  display: none;
}
.faq-q {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  transition: background var(--t);
}
.faq-q:hover {
  background: rgba(0, 11, 88, 0.02);
}

.faq-qtext {
  flex: 1;
  font-family: var(--font-b);
  font-size: 0.925rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.45;
}
.faq-chevron {
  font-size: 0.65rem;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-q[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
  color: var(--gold);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-a.open {
  max-height: 400px;
}
.faq-a p { font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  padding: 0 1.25rem 1.1rem calc(1.25rem + 1rem + 1.5rem);
}
.faq-no-results {
  display: none;
  text-align: center;
  padding: 2rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.faq-no-results a {
  color: var(--gold);
  font-weight: 600;
}

/* ── Clean FAQ list (no search / no tabs) ─────────────────────── */
.faq-clean-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.1rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  align-items: start;
}
.faq-clean-list .faq-item {
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  align-self: start;
  transition: box-shadow var(--t), border-color var(--t);
}
.faq-clean-list .faq-item:hover {
  box-shadow: 0 4px 20px rgba(0,11,88,0.08);
  border-color: rgba(0,11,88,0.18);
}
.faq-clean-list .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  transition: background var(--t);
}
.faq-clean-list .faq-q:hover {
  background: rgba(0,11,88,0.02);
}
.faq-clean-list .faq-qtext {
  flex: 1;
  font-family: var(--font-b);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}
.faq-clean-list .faq-chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,11,88,0.06);
  position: relative;
  transition: background var(--t), transform 0.3s ease;
}
.faq-clean-list .faq-chevron::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.8px solid var(--navy);
  border-bottom: 1.8px solid var(--navy);
  transform: translate(-50%, -65%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.faq-clean-list .faq-q[aria-expanded="true"] .faq-chevron {
  background: rgba(232,184,75,0.15);
  transform: rotate(180deg);
}
.faq-clean-list .faq-q[aria-expanded="true"] .faq-chevron::before {
  border-color: var(--gold);
}
.faq-clean-list .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-clean-list .faq-a.open {
  max-height: 500px;
}
.faq-clean-list .faq-a p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.75;
  padding: 0 1.25rem 1.1rem;
  margin: 0;
}
.faq-clean-list .faq-a p a {
  color: var(--gold);
  font-weight: 600;
  
  text-underline-offset: 2px;
}
@media (max-width: 768px) {
  .faq-clean-list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
@media (max-width: 600px) {
  .faq-clean-list .faq-q { padding: 0.9rem 1rem; gap: 0.75rem; }
  .faq-clean-list .faq-qtext { font-size: 0.875rem; }
  .faq-clean-list .faq-a p { font-size: 0.855rem; padding: 0 1rem 1rem; }
}

/* ---------- RESOURCES ---------- */
.res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.res-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: box-shadow var(--t), transform var(--t);
  display: flex;
  flex-direction: column;
}
.res-card:hover {
  box-shadow: 0 12px 40px rgba(0, 11, 88, 0.1);
  transform: translateY(-4px);
}
.res-img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}
.res-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.res-card:hover .res-img-wrap img {
  transform: scale(1.05);
}
.res-badge {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.22rem 0.65rem;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.res-badge-case {
  background: var(--navy);
  color: #fff;
}
.res-badge-blog {
  background: var(--gold);
  color: #fff;
}
.res-badge-guide {
  background: #15803d;
  color: #fff;
}
.res-body {
  padding: 1.4rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
}
.res-title {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}
.res-desc {
  font-size: 0.855rem;
  color: var(--muted);
  line-height: 1.7;
  flex: 1;
}
.res-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.res-read {
  font-size: 0.78rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.res-cta {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  transition: color var(--t);
}
.res-cta:hover {
  color: var(--gold);
}
/* ---------- PRE-FOOTER CTA ---------- */
.final-cta {
  background: #020c26;
  padding: 6rem 1.5rem;
  text-align: center;
}
.final-cta-tag {
   font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.final-cta-h2 {
  font-family: var(--font-d);
  font-size: clamp(2.25rem, 5vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 2.25rem;
}
.final-cta-sub {
   font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.final-cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-ghost-light {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
  padding: 0.8rem 1.75rem;
  font-family: var(--font-b);
  font-size: 0.9rem;
  font-weight: 600;
  transition: all var(--t);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}
/* ---------- FOOTER ---------- */
.footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 4.5rem;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  padding-bottom: 3.5rem;
  align-items: flex-start;
}
.footer-logo {
  height: 69px;
  width: auto;
  margin-bottom: 1.25rem;
}
.footer-brand {
  flex: 0 0 220px;
  max-width: 240px;
}
.footer-brand p { font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.footer-socials {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: background var(--t), color var(--t);
}
.footer-socials a:hover {
  background: var(--gold);
  color: #fff;
}
.footer-socials a svg {
  display: block;
}
.footer-cols {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  min-width: 0;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
}
.footer-col h4 {
  font-size: 0.69rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.footer-col a {
  display: block;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.58);
  transition: color var(--t);
}
.footer-col a:hover {
  color: #fff;
}
/* ---- Footer locations tree ---- */
.floc-city {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.floc-city + .floc-city {
  margin-top: 0.9rem;
}
.floc-city-name {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cream);
  padding: 0.2rem 0.55rem 0.2rem 0.4rem;
  background: rgba(232,184,75,0.1);
  border-left: 2px solid var(--gold);
  border-radius: 0 4px 4px 0;
  margin-bottom: 0.45rem;
}
.floc-city-name svg {
  flex-shrink: 0;
  fill: var(--gold);
}
.floc-tree {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 1rem;
  border-left: 1px solid rgba(255,255,255,0.12);
  margin-left: 0.5rem;
}
.floc-tree a {
  position: relative;
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  padding: 0.22rem 0 0.22rem 0.6rem;
  transition: color var(--t), padding-left var(--t);
}
.floc-tree a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 0.55rem;
  height: 1px;
  background: rgba(255,255,255,0.18);
}
.floc-tree a:hover {
  color: #fff;
  padding-left: 0.9rem;
}
.floc-tree a:hover::before {
  background: var(--gold);
}
/* Footer trust bar — ratings + award */
/* Footer bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.25rem 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-legal {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-legal a {
  color: rgba(255, 255, 255, 0.35);
  transition: color var(--t);
}
.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* WhatsApp floating action button */
.whatsapp-float {
  position: fixed;
  bottom: 88px;
  right: 24px;
  z-index: 9998;
  width: 54px;
  height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 32px rgba(37, 211, 102, 0.6);
  color: #fff;
}
.whatsapp-float svg {
  display: block;
}
.whatsapp-tooltip {
  position: absolute;
  right: 62px;
  background: #1a1a2e;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}
/* ---------- STICKY CTA (home) ---------- */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #152461;
  border-top: 2px solid #2445ae;
  padding: 0.875rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.2);
}
.sticky-cta.show {
  transform: translateY(0);
}
.sticky-cta.gone {
  display: none;
}
.sticky-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.sticky-inner p {
  flex: 1; font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}
.sticky-inner p strong {
  color: #fff;
}
.sticky-inner p span {
  color: rgba(255, 255, 255, 0.5);
}
.sticky-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-shrink: 0;
}
.sticky-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.35);
  font-size: 1.25rem;
  line-height: 1;
  transition: color var(--t);
  flex-shrink: 0;
}
.sticky-close:hover {
  color: #fff;
}
/* ---------- SCROLL REVEAL ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
[data-reveal].visible {
  opacity: 1;
  transform: none;
}
/* =============================================
   AMENITIES PAGE STYLES
   ============================================= */
/* Active nav link */
.nav-link-active {
  color: var(--cream) !important;
}
/* Hero */
.am-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: var(--header-h);
}
.am-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&q=80&w=1920');
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: amHeroZoom 12s ease-in-out forwards;
}
@keyframes amHeroZoom {
  from {
    transform: scale(1.06)
  }
  to {
    transform: scale(1.0)
  }
}
.am-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(8, 15, 26, 0.78) 0%, rgba(8, 15, 26, 0.75) 40%, rgba(8, 15, 26, 0.86) 75%, rgba(8, 15, 26, 0.95) 100%);
}
.am-hero-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 2.5rem;
  max-width: 1200px;
}
/* ---- Breadcrumb bar ---- */
.bc-bar {
  background: #fff;
  border-bottom: 1px solid rgba(19,33,97,0.08);
  padding: 0.5rem 0;
}
.am-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(19,33,97,0.45);
  margin-bottom: 0;
  opacity: 1;
  animation: none;
  flex-wrap: wrap;
  row-gap: 0.25rem;
}
.am-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: rgba(19,33,97,0.65);
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease;
  white-space: nowrap;
}
.am-breadcrumb a:hover {
  background: rgba(19,33,97,0.07);
  color: var(--navy);
}
.am-breadcrumb a:first-of-type {
  font-weight: 600;
  color: var(--navy);
}
.am-breadcrumb a:first-of-type::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23132161' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center/contain;
}
.am-bc-sep {
  color: rgba(19,33,97,0.2);
  font-size: 0.85rem;
  margin: 0 0.35rem;
  user-select: none;
  flex-shrink: 0;
}
.am-breadcrumb span[aria-current="page"] {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-weight: 600;
  background: rgba(19,33,97,0.07);
  border: 1px solid rgba(19,33,97,0.13);
  padding: 0.18rem 0.65rem;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: amFadeUp 0.5s ease 0.15s forwards;
}
.am-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(0, 106, 103, 0.25);
  animation: amPulse 2s ease-in-out infinite;
}
@keyframes amPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(0, 106, 103, 0.25)
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 106, 103, 0)
  }
}
.am-h1 {
  font-family: var(--font-d);
  font-size: clamp(2.5rem, 5.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.22s forwards;
}
.am-h1-accent {
  color: var(--muted);
}
.am-lead { font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
  max-width: 600px;
  margin-bottom: 2rem;
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.3s forwards;
}
.am-hero-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.38s forwards;
}
.am-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--r-sm);
  padding: 0.875rem 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all var(--t);
}
.am-btn-ghost:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.am-stats-strip {
  position: relative;
  z-index: 3;
  background: rgba(0, 11, 88, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.46s forwards;
}
.am-stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.375rem 0;
}
.am-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
}
.am-stat-num {
  font-family: var(--font-d);
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}
.am-stat-unit {
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
}
.am-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}
.am-stat-div {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
@keyframes amFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    transform: none
  }
}
/* Amenities section */
.am-section {
  padding: 3rem 0;
  background: var(--off);
}
.am-sec-head {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto 3rem;
}
.am-sec-lead {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.72;
  margin-top: 1rem;
}
.am-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.am-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--navy);
  border-radius: 100px;
  padding: 0.45rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.am-tab:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.am-tab.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 4px 16px rgba(0, 11, 88, 0.2);
}
.am-count {
  display: none;
}
.am-tab:not(.active) .am-count {
  display: none;
}
/* Amenities page grid â€” 3 columns */
.am-section .am-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
/* Individual amenity card */
.am-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.22s ease;
  cursor: default;
  opacity: 0;
  transform: translateY(30px);
}
.am-card.am-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.22s ease;
}
.am-card.am-filtered {
  display: none;
}
.am-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 11, 88, 0.12);
  border-color: var(--gold-border);
}
.am-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold);
  border-radius: var(--r-lg) 0 0 var(--r-lg);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.am-card:hover::before {
  transform: scaleY(1);
}
.am-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.am-icon-wrap {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease, transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.am-icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
}
.am-card:hover .am-icon-wrap {
  background: var(--gold);
  transform: rotate(-4deg) scale(1.08);
}
.am-card:hover .am-icon-wrap svg {
  stroke: #fff;
}
.am-badge {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.25rem 0.6rem;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}
.am-badge-infra {
  background: rgba(0, 11, 88, 0.08);
  color: var(--navy);
}
.am-badge-comfort {
  background: rgba(0, 106, 103, 0.12);
  color: #152461;
}
.am-badge-service {
  background: rgba(0, 11, 88, 0.06);
  color: var(--navy-mid);
}
.am-badge-security {
  background: rgba(0, 106, 103, 0.08);
  color: var(--gold);
}
.am-badge-wellness {
  background: rgba(21, 128, 61, 0.1);
  color: #166534;
}
.am-card-title {
  font-family: var(--font-d); font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.25;
}
.am-card-desc { font-size: 1rem;
  color: var(--muted);
  line-height: 1.72;
  flex: 1;
}
.am-card-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}
.am-feature-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.am-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  text-align: center;
  color: var(--muted);
  grid-column: 1/-1;
}
/* Staggered card entrance delays */
.am-grid .am-card:nth-child(1) {
  transition-delay: 0.04s;
}
.am-grid .am-card:nth-child(2) {
  transition-delay: 0.09s;
}
.am-grid .am-card:nth-child(3) {
  transition-delay: 0.14s;
}
.am-grid .am-card:nth-child(4) {
  transition-delay: 0.07s;
}
.am-grid .am-card:nth-child(5) {
  transition-delay: 0.12s;
}
.am-grid .am-card:nth-child(6) {
  transition-delay: 0.17s;
}
.am-grid .am-card:nth-child(7) {
  transition-delay: 0.06s;
}
.am-grid .am-card:nth-child(8) {
  transition-delay: 0.11s;
}
.am-grid .am-card:nth-child(9) {
  transition-delay: 0.16s;
}
.am-grid .am-card:nth-child(10) {
  transition-delay: 0.08s;
}
.am-grid .am-card:nth-child(11) {
  transition-delay: 0.13s;
}
.am-grid .am-card:nth-child(12) {
  transition-delay: 0.18s;
}
.am-grid .am-card:nth-child(13) {
  transition-delay: 0.05s;
}
.am-grid .am-card:nth-child(14) {
  transition-delay: 0.1s;
}
.am-grid .am-card:nth-child(15) {
  transition-delay: 0.15s;
}
/* Why It Matters */
.am-why {
  background: #020c26;
  padding: 3rem 0;
  overflow: hidden;
}
.am-why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.am-why-h2 {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.am-why-lead {
  font-size: 0.975rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.am-why-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
}
.am-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.am-why-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
   font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
}
.am-why-right {
  display: flex;
  justify-content: center;
}
.am-why-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: visible;
  width: 100%;
  max-width: 480px;
}
.am-why-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  display: block;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
}
.am-why-float {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 0.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  animation: amFloat 3.5s ease-in-out infinite;
}
.am-wf1 {
  bottom: -1rem;
  left: -2rem;
}
.am-wf2 {
  top: 2rem;
  right: -2rem;
  animation-delay: 1.75s;
}
@keyframes amFloat {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-8px)
  }
}
.am-wf-num {
  font-family: var(--font-d);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
}
.am-wf-icon {
  font-size: 1.4rem;
  line-height: 1;
}
.am-wf-label {
   font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
}
/* Amenities CTA Section */
.am-cta {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  text-align: center;
}
.am-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #0a1f35 100%);
}
.am-cta-bg::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 106, 103, 0.15) 0%, transparent 70%);
}
.am-cta-inner {
  position: relative;
  z-index: 1;
}
.am-cta-h2 {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.am-cta-lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.72;
  margin-bottom: 2.5rem;
}
.am-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.am-btn-ghost-nav {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--r-sm);
  padding: 0.875rem 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all var(--t);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.am-btn-ghost-nav:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
/* Amenities sticky bar */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.sticky-bar.visible {
  transform: translateY(0);
}
/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .hero-circle-badge {
    width: 90px;
    height: 90px;
  }
  .hstat {
    padding: 0.5rem 1.25rem;
  }
  .mexp-layout {
    grid-template-columns: 1fr;
  }
  .mexp-featured {
    max-width: 100%;
  }
  .mexp-featured img {
    height: 380px;
  }
  .t-grid {
    grid-template-columns: 1fr 1fr;
  }
  .numbers-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .num-divider:nth-child(4) {
    display: none;
  }
  .booking-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .booking-img { height: 180px; }
  .bk-usps { grid-template-columns: 1fr 1fr; gap: 0.5rem; }
  .bk-usp-text small { white-space: normal; }
  .footer-brand {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .res-grid {
    grid-template-columns: 1fr 1fr;
  }
  /* Amenities */
  .am-section .am-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .am-why-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .am-why-img-wrap {
    max-width: 100%;
  }
  .am-why-img-wrap img {
    height: 360px;
  }
  .am-wf1 {
    left: 0;
    bottom: -0.5rem;
  }
  .am-wf2 {
    right: 0;
    top: 1rem;
  }
}


@media (max-width: 768px) {
  
  .main-nav {
    display: none;
  }
  .burger {
    display: flex;
  }
  .header-tel {
    display: none;
  }
  .hero-circle-badge {
    display: none;
  }
  .hero-content-inner {
    padding-bottom: 1.25rem;
  }
  .hero-stats-row {
    border-radius: 0 0 var(--r) var(--r);
  }
  .hstat {
    padding: 0.625rem 1rem;
  }
  .hstat-num {
    font-size: 1.15rem;
  }
  .hstat span {
    display: none;
  }
  .t-grid {
    grid-template-columns: 1fr;
  }
  .amenities-strip .am-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .loc-grid {
    grid-template-columns: 1fr;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .step-arrow {
    display: none;
  }
  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }
  .num-divider {
    display: none;
  }
  .res-grid {
    grid-template-columns: 1fr;
  }
  .section-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .section-row .section-lead {
    max-width: 100%;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
  .booking-perks {
    grid-template-columns: 1fr;
  }
  .booking-trust-strip {
    gap: 0.875rem;
    padding: 0.75rem 1rem;
  }
  .booking-form {
    padding: 1.5rem;
  }
  /* Amenities */
  .am-section .am-grid {
    grid-template-columns: 1fr;
  }
  .am-stats-inner {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
  .am-stat-div {
    display: none;
  }
  .am-filter {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
  }
  .am-filter::-webkit-scrollbar {
    height: 3px;
  }
  .am-filter::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 3px;
  }
  .footer-social {
    gap: 0.75rem;
  }
  .am-cta-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .am-cta-btns .btn, .am-cta-btns .am-btn-ghost-nav {
    text-align: center;
  }
  .sticky-inner p span {
    display: none;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 4rem 0;
  }
  .amenities-strip .am-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-cols {
    grid-template-columns: 1fr;
  }
  .sol-tabs {
    gap: 0.375rem;
  }
  .sol-tab {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }
  .t-grid {
    grid-template-columns: 1fr;
  }
  .mexp-featured img {
    height: 320px;
  }
  .hero-trust {
    gap: 0.75rem;
  }
  .hero-trust span {
    font-size: 0.72rem;
  }
}
/* =============================================
   CONTACT US PAGE â€” contactus.html
   ============================================= */
/* â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ct-hero {
  position: relative;
  background: var(--navy);
  padding: calc(var(--header-h) + 4rem) 0 3rem;
  overflow: hidden;
}
.ct-hero-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  pointer-events: none;
  opacity: 0.035;
}
.ct-hero-grid span {
  border: 1px solid #fff;
  animation: ctGridPulse 6s ease-in-out infinite;
}
.ct-hero-grid span:nth-child(2n) {
  animation-delay: 1s;
}
.ct-hero-grid span:nth-child(3n) {
  animation-delay: 2s;
}
.ct-hero-grid span:nth-child(4n) {
  animation-delay: 3s;
}
@keyframes ctGridPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.ct-hero-inner {
  position: relative;
  z-index: 1;
}
.ct-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
   font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2rem;
}
.ct-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--t);
}
.ct-breadcrumb a:hover {
  color: var(--gold);
}
.ct-bc-sep {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0.35rem;
}
.ct-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.ct-eyebrow.visible {
  opacity: 1;
  transform: none;
}
.ct-eyebrow-pill {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(0, 106, 103, 0.12);
  border: 1px solid rgba(0, 106, 103, 0.25);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
}
.ct-eyebrow-dot {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.5rem;
}
.ct-h1 {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease 0.1s, transform 0.55s ease 0.1s;
}
.ct-h1.visible {
  opacity: 1;
  transform: none;
}
.ct-h1-accent {
  color: var(--gold);
}
.ct-sub { font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 560px;
  line-height: 1.65;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease 0.2s, transform 0.55s ease 0.2s;
}
.ct-sub.visible {
  opacity: 1;
  transform: none;
}
.ct-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.ct-hero-actions.visible {
  opacity: 1;
  transform: none;
}
.ct-btn-ghost {
  padding: 0.7rem 1.5rem;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.85);
  border-radius: var(--r-sm); font-size: 1rem;
  font-weight: 600;
  transition: border-color var(--t), color var(--t);
}
.ct-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.ct-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}
.ct-trust-row.visible {
  opacity: 1;
  transform: none;
}
.ct-trust-row span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
/* â”€â”€ MAIN CONTACT SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ct-main-section {
  background: var(--off);
  padding: 3rem 0;
}
.ct-main-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 2.5rem;
  align-items: start;
}
/* Form column */
.ct-form-col {}
.ct-form-card {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.ct-form-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}
.ct-form-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: var(--gold-bg);
  border: 1.5px solid var(--gold-border);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.ct-form-icon svg {
  width: 22px;
  height: 22px;
}
.ct-form-title {
  font-family: var(--font-d);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.ct-form-sub {
  font-size: 0.85rem;
  color: var(--muted);
}
.ct-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.ct-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.ct-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.ct-field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.01em;
}
.ct-req {
  color: var(--gold);
}
.ct-field input, .ct-field select, .ct-field textarea {
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-b);
  font-size: 0.9rem;
  color: var(--navy);
  background: #fff;
  transition: border-color var(--t), box-shadow var(--t);
  outline: none;
  -webkit-appearance: none;
}
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(0, 106, 103, 0.1);
}
.ct-field textarea {
  resize: vertical;
  min-height: 90px;
}
.ct-submit-btn {
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
}
.ct-btn-loading {
  display: none;
}
.ct-submit-btn.loading .ct-btn-text {
  opacity: 0;
}
.ct-submit-btn.loading .ct-btn-loading {
  display: inline;
}
.ct-form-note {
  text-align: center;
   font-size: 1rem;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.ct-form-success {
  display: none;
  align-items: center;
  gap: 0.875rem;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: var(--r);
  padding: 1rem 1.25rem; font-size: 1rem;
  color: #166534;
  animation: ctFadeIn 0.4s ease;
}
.ct-form-success.visible {
  display: flex;
}
.ct-success-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.ct-form-success strong {
  display: block;
  font-weight: 600;
}
.ct-form-success span {
  color: #15803d;
  font-size: 0.8rem;
}
@keyframes ctFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Info column */
.ct-info-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ct-qc-card {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  color: #fff;
}
.ct-qc-title {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  margin-bottom: 1.25rem;
}
.ct-qc-items {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.ct-qc-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r);
  padding: 1rem;
  transition: background var(--t), border-color var(--t), transform var(--t);
  color: #fff;
}
.ct-qc-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 106, 103, 0.35);
  transform: translateX(4px);
}
.ct-qc-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-qc-icon svg {
  width: 20px;
  height: 20px;
}
.ct-qc-icon-phone {
  background: rgba(0, 106, 103, 0.18);
  color: var(--gold);
}
.ct-qc-icon-email {
  background: rgba(99, 102, 241, 0.2);
  color: #818cf8;
}
.ct-qc-icon-wa {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
}
.ct-qc-item div {
  flex: 1;
}
.ct-qc-item strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
}
.ct-qc-item small {
   font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
}
.ct-qc-arrow {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  transition: color var(--t), transform var(--t);
}
.ct-qc-item:hover .ct-qc-arrow {
  color: var(--gold);
  transform: translateX(4px);
}
.ct-why-card {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 1.75rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.ct-why-title {
  font-family: var(--font-d);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1.25rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--border);
}
.ct-why-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.ct-why-list li {
  display: flex;
  align-items: center;
  gap: 0.875rem; font-size: 1rem;
  color: #374151;
}
.ct-why-num {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-why-stat-row {
  display: flex;
  align-items: center;
  background: var(--off);
  border-radius: var(--r);
  padding: 0.875rem 1rem;
}
.ct-why-stat {
  flex: 1;
  text-align: center;
}
.ct-why-stat strong {
  display: block;
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
}
.ct-why-stat span {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ct-why-stat-div {
  width: 1px;
  height: 36px;
  background: var(--border);
}
/* â”€â”€ LOCATIONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ct-locs-section {
  background: #fff;
  padding: 3rem 0;
}
.ct-locs-head {
  text-align: center;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.ct-locs-head.visible {
  opacity: 1;
  transform: none;
}
.ct-locs-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.ct-locs-sub {
  font-size: 1rem;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
}
.ct-city-tabs {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.ct-city-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  border-radius: 100px; font-size: 1rem;
  font-weight: 600;
  border: 1.5px solid var(--border);
  color: var(--muted);
  background: #fff;
  transition: all var(--t);
}
.ct-city-tab.active, .ct-city-tab:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.ct-tab-cnt {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.55rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.18);
}
.ct-city-tab:not(.active) .ct-tab-cnt {
  background: var(--border);
  color: var(--muted);
}
.ct-loc-panel {}
.ct-loc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.ct-loc-card {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  opacity: 0;
  transform: translateY(24px);
}
.ct-loc-card.visible {
  opacity: 1;
  transform: none;
}
.ct-loc-card:hover {
  border-color: rgba(0, 106, 103, 0.4);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}
.ct-loc-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  padding: 0.2rem 0.6rem;
  border-radius: 100px;
}
.ct-loc-city-tag {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.ct-loc-name {
  font-family: var(--font-d);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.ct-loc-area {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.ct-loc-divider {
  height: 1px;
  background: var(--border);
  margin-bottom: 1rem;
}
.ct-loc-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
}
.ct-lc-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #374151;
  transition: color var(--t);
}
.ct-lc-row svg {
  flex-shrink: 0;
  color: var(--gold);
}
.ct-lc-row:hover {
  color: var(--gold);
}
.ct-loc-addr {
  font-size: 0.78rem;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
  margin-bottom: 0.6rem;
}
.ct-loc-addr-alt {
  padding-top: 0.6rem;
  border-top: 1px dashed var(--border);
  margin-top: 0;
}
.ct-loc-cta {
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  margin-top: 1rem;
  transition: gap var(--t);
  gap: 0.25rem;
}
.ct-loc-cta:hover {
  gap: 0.5rem;
}
/* â”€â”€ FINAL CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ct-final {
  background: var(--navy);
  padding: 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ct-final::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 106, 103, 0.12) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ct-final-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.ct-final-tag {
   font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.ct-final-h2 {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.ct-final-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2.5rem;
}
.ct-final-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.ct-btn-ghost-light {
  padding: 0.7rem 1.5rem;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border-radius: var(--r-sm); font-size: 1rem;
  font-weight: 600;
  transition: all var(--t);
}
.ct-btn-ghost-light:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
/* Mobile sub-link active */
.mob-sub-link-active {
  color: var(--gold) !important;
  font-weight: 600 !important;
}
/* â”€â”€ CONTACT PAGE RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 900px) {
  .btf-privacy{
    display: block !important;
  } 
  .ct-main-grid {
    grid-template-columns: 1fr;
  }
  .ct-info-col {
    order: 1;
  }
  .ct-qc-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ct-qc-items .ct-qc-item:last-child {
    grid-column: 1 / -1;
  }
  .ct-loc-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .ct-hero {
    padding-top: calc(var(--header-h) + 2.5rem);
  }
  .ct-trust-row {
    gap: 0.75rem;
  }
  .ct-trust-row span {
     font-size: 1rem;
  }
  .ct-hero-actions .btn {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
  .ct-form-card {
    padding: 1.5rem;
  }
  .ct-field-row {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  .ct-qc-items {
    grid-template-columns: 1fr;
  }
  .ct-qc-items .ct-qc-item:last-child {
    grid-column: auto;
  }
  .ct-loc-grid {
    grid-template-columns: 1fr;
  }
  .ct-why-stat-row {
    gap: 0;
  }
  .ct-final-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .ct-final-btns .btn, .ct-final-btns .ct-btn-ghost-light {
    text-align: center;
  }
  .ct-city-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
/* =============================================
   VIRTUAL OFFICE PAGE â€” virtual-office.html
   ============================================= */
.vo-page {
  overflow-x: hidden;
}
/* â”€â”€ 1. HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vo-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
}
.vo-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vo-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.vo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 11, 88, 0.97) 0%, rgba(0, 11, 88, 0.85) 50%, rgba(0, 11, 88, 0.6) 100%);
}
.vo-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.vo-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 106, 103, 0.15);
  border: 1px solid rgba(0, 106, 103, 0.3);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.75rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.vo-hero-badge.visible {
  opacity: 1;
  transform: none;
}
.vo-hero-h1 {
  font-family: var(--font-d);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease 0.1s, transform 0.55s ease 0.1s;
}
.vo-hero-h1.visible {
  opacity: 1;
  transform: none;
}
.vo-hero-sub {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.68);
  max-width: 580px;
  line-height: 1.65;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.vo-hero-sub.visible {
  opacity: 1;
  transform: none;
}
.vo-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.25rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.vo-hero-pills.visible {
  opacity: 1;
  transform: none;
}
.vo-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  transition: background var(--t), border-color var(--t);
}
.vo-pill:hover {
  background: rgba(0, 106, 103, 0.15);
  border-color: rgba(0, 106, 103, 0.4);
}
.vo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}
.vo-hero-actions.visible {
  opacity: 1;
  transform: none;
}
.vo-hero-cta {
  font-size: 1rem;
  padding: 0.875rem 2rem;
}
.vo-link-ghost {
  color: rgba(255, 255, 255, 0.6); font-size: 1rem;
  font-weight: 600;
  transition: color var(--t);
}
.vo-link-ghost:hover {
  color: var(--gold);
}
.vo-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-lg);
  padding: 1.25rem 2rem;
  backdrop-filter: blur(12px);
  flex-wrap: wrap;
  row-gap: 1rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.vo-hero-stats.visible {
  opacity: 1;
  transform: none;
}
.vo-hstat {
  flex: 1;
  min-width: 100px;
  text-align: center;
}
.vo-hstat strong {
  display: block;
  font-family: var(--font-d);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.vo-hstat span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.vo-hstat-div {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
}
/* â”€â”€ 2. WHAT IS A VIRTUAL OFFICE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vow-section {
  background: #ffffff;
  padding: 3rem 0;
  overflow: hidden;
}
.vow-grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 5rem;
  align-items: center;
}
.vo-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.8rem, 3.5vw, 2rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.40;
  margin-bottom: 1.25rem;
}
/* LEFT VISUAL */
.vow-visual {
  position: relative;
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.vow-visual.visible {
  opacity: 1;
  transform: none;
}
/* Decorative circles */
.vow-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.vow-deco-tr {
  width: 180px;
  height: 180px;
  top: -30px;
  right: -30px;
  background: radial-gradient(circle at center, rgba(0, 106, 103, 0.18) 0%, transparent 70%);
  border: 2px solid rgba(0, 106, 103, 0.15);
}
.vow-deco-bl {
  width: 90px;
  height: 90px;
  bottom: -20px;
  left: -20px;
  background: rgba(0, 11, 88, 0.06);
  border: 2px solid rgba(0, 11, 88, 0.08);
}
/* Image frame */
.vow-img-frame {
  position: relative;
  border-radius: 2rem 2rem 2rem 5rem;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 11, 88, 0.18);
}
.vow-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
/* Logo flower badge â€” top-left of image */
.vow-logo-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(0, 11, 88, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 106, 103, 0.3);
  border-radius: 2rem;
  padding: 0.55rem 0.9rem 0.55rem 0.55rem;
}
.vow-flower-svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  animation: vowFlowerSpin 20s linear infinite;
  filter: drop-shadow(0 0 6px rgba(0, 106, 103, 0.5));
}
@keyframes vowFlowerSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.vow-logo-text {
  font-family: var(--font-d);
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
}
/* Stat badge â€” bottom-right of image */
.vow-stat-badge {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  background: rgba(0, 11, 88, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 106, 103, 0.25);
  border-radius: var(--r);
  padding: 0.7rem 1.1rem;
  text-align: center;
}
.vow-stat-badge strong {
  display: block;
  font-family: var(--font-d);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.vow-stat-badge strong em {
  font-size: 0.85rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
}
.vow-stat-badge span {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 0.25rem;
}
/* RIGHT CONTENT */
.vow-content {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.65s ease 0.14s, transform 0.65s ease 0.14s;
}
.vow-content.visible {
  opacity: 1;
  transform: none;
}
.vow-h2 {
  margin-bottom: 1rem;
}
.vow-italic {
  font-style: italic;
  color: var(--gold);
  font-weight: 600;
}
.vow-desc {
  font-size: 0.97rem;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 1.75rem;
}
/* Feature mini-cards (2 Ã— 2 grid) */
.vow-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 1.75rem;
}
.vow-feat {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 1rem 1.1rem;
  cursor: default;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
  outline: none;
}
.vow-feat:hover, .vow-feat:focus {
  border-color: var(--gold-border);
  box-shadow: 0 8px 28px rgba(0, 106, 103, 0.14);
  transform: translateY(-3px);
}
.vow-feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--fb, rgba(0, 106, 103, 0.12));
  color: var(--fc, var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.22s, background 0.22s;
}
.vow-feat:hover .vow-feat-icon, .vow-feat:focus .vow-feat-icon {
  transform: scale(1.15) rotate(-6deg);
}
.vow-feat-body strong {
  display: block;
  font-family: var(--font-d);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.15rem;
}
.vow-feat-body small {
   font-size: 1rem;
  color: var(--muted);
}
/* Checkmarks */
.vow-checks {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}
.vow-check {
  display: flex;
  align-items: center;
  gap: 0.75rem; font-size: 1rem;
  color: #374151;
  transition: color 0.2s;
}
.vow-check:hover {
  color: var(--navy);
}
.vow-chk {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(0, 106, 103, 0.1);
  border: 1.5px solid rgba(0, 106, 103, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.vow-check:hover .vow-chk {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: scale(1.1);
}
/* Actions row */
.vow-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.vow-btn-primary {
  padding: 0.875rem 2rem;    font-size: 1rem;
}
.vow-call {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--navy);
  transition: color 0.2s;
}
.vow-call:hover {
  color: var(--gold);
}
.vow-call-ring {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 106, 103, 0.1);
  border: 2px solid rgba(0, 106, 103, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
  animation: vowRing 3s ease-in-out infinite;
}
.vow-call:hover .vow-call-ring {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
@keyframes vowRing {
  0%, 90%, 100% {
    transform: rotate(0deg);
  }
  92% {
    transform: rotate(-15deg);
  }
  96% {
    transform: rotate(12deg);
  }
}
.vow-call-text small {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.1rem;
}
.vow-call-text strong {
  display: block;
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  transition: color 0.2s;
}
.vow-call:hover .vow-call-text strong {
  color: var(--gold);
}
/* â”€â”€ 3. WHO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vo-section-head {
  margin-bottom: 3rem;
}
.vo-section-sub {
  font-size: 1rem;
  color: var(--muted);
  max-width: 520px;
  margin: 0.5rem auto 0;
}
.vo-persona-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.vo-persona-card {
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1.5px solid var(--border);
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  opacity: 0;
  transform: translateY(28px);
}
.vo-persona-card.visible {
  opacity: 1;
  transform: none;
}
.vo-persona-card:hover {
  border-color: var(--gold-border);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}
.vo-persona-img-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.vo-persona-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.vo-persona-card:hover .vo-persona-img-wrap img {
  transform: scale(1.07);
}
.vo-persona-num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--font-d);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: rgba(0, 11, 88, 0.7);
  color: #fff;
  padding: 0.25rem 0.6rem;
  border-radius: 100px;
  backdrop-filter: blur(6px);
}
.vo-persona-body {
  padding: 1.5rem;
}
.vo-persona-icon {
  width: 44px;
  height: 44px;
  background: var(--gold-bg);
  border: 1.5px solid var(--gold-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 1rem;
}
.vo-persona-body h3 {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.vo-persona-body p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.vo-persona-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  padding: 0.25rem 0.7rem;
  border-radius: 100px;
}
/* â”€â”€ 4. BENEFITS â€” SPLIT ACCORDION â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vo-benefits {
  background: #fff;
  padding: 3rem 0;
}
/* Header row */
.vob-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.vob-header.visible {
  opacity: 1;
  transform: none;
}
.vob-header-text .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.vob-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gold);
  color: #fff;
  font-family: var(--font-d);
   font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.85rem 1.6rem;
  border-radius: var(--r);
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(0, 106, 103, 0.28);
}
.vob-cta-btn:hover {
  background: #132161;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 106, 103, 0.38);
}
.vob-cta-btn svg {
  flex-shrink: 0;
}
/* Body layout */
.vob-body {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3rem;
  align-items: start;
}
/* Left image column */
.vob-img-col {
  position: sticky;
  top: 100px;
  opacity: 0;
  transform: translateX(-22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.vob-img-col.visible {
  opacity: 1;
  transform: none;
}
.vob-img-wrap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.vob-main-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.vob-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(0, 11, 88, 0.72) 100%);
  pointer-events: none;
}
.vob-stats-card {
  position: absolute;
  bottom: 1.25rem;
  left: 1rem;
  right: 1rem;
  background: rgba(0, 11, 88, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  padding: 0.9rem 1.25rem;
  gap: 0;
}
.vob-stat {
  flex: 1;
  text-align: center;
}
.vob-stat strong {
  display: block;
  font-family: var(--font-d);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.2rem;
}
.vob-stat span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.vob-stat-sep {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.12);
}
/* Right: benefit rows â€” always fully open (SEO-friendly) */
.vob-rows {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(22px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
}
.vob-rows.visible {
  opacity: 1;
  transform: none;
}
.vob-row {
  border-bottom: 1.5px solid var(--border);
  transition: background var(--t), box-shadow var(--t);
  position: relative;
}
.vob-row:first-child {
  border-top: 1.5px solid var(--border);
}
.vob-row:hover {
  background: rgba(0, 106, 103, 0.03);
  box-shadow: inset 3px 0 0 var(--gold);
}

.vob-row-inner {
  display: grid;
  grid-template-columns: 48px 44px 1fr 136px;
  gap: 0 0.9rem;
  padding: 1.25rem 1rem;
}
/* Number */
.vob-row-num {
  font-family: var(--font-d);
  font-size: 2.2rem;
  font-weight: 600;
  color: rgba(0, 11, 88, 0.10);
  line-height: 1;
  user-select: none;
  transition: color var(--t);
  align-self: start;
  padding-top: 0.1rem;
}
.vob-row:hover .vob-row-num {
  color: rgba(0, 106, 103, 0.30);
}
/* Icon */
.vob-row-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r);
  background: var(--icbg, rgba(0, 106, 103, 0.12));
  color: var(--ic, var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: start;
  margin-top: 0.1rem;
  transition: transform var(--t);
}
.vob-row:hover .vob-row-icon {
  transform: scale(1.12) rotate(-4deg);
}
/* Text â€” always visible */
.vob-row-text {
  min-width: 0;
}
.vob-row-title {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 0.35rem;
}
.vob-row:hover .vob-row-title {
  color: var(--gold);
}
.vob-row-desc {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
/* Thumbnail â€” always visible */
.vob-row-thumb {
  width: 136px;
  height: 88px;
  overflow: hidden;
  border-radius: var(--r);
  flex-shrink: 0;
  transition: transform var(--t), box-shadow var(--t);
}
.vob-row:hover .vob-row-thumb {
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}
.vob-row-thumb img {
  width: 136px;
  height: 88px;
  object-fit: cover;
  display: block;
  border-radius: var(--r);
}
/* â”€â”€ 5. HOW IT WORKS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vo-how {}
.vo-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}
.vo-step {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  opacity: 0;
  transform: translateY(24px);
}
.vo-step.visible {
  opacity: 1;
  transform: none;
}
.vo-step:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.vo-step-num {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-d);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: var(--gold);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
}
.vo-step-icon {
  width: 72px;
  height: 72px;
  background: var(--gold-bg);
  border: 2px solid var(--gold-border);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin: 0 auto 1.25rem;
}
.vo-step h3 {
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.vo-step p { font-size: 1rem;
  color: var(--muted);
  line-height: 1.65;
}
.vo-step-connector {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  width: 2.5rem;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0px, var(--gold) 6px, transparent 6px, transparent 12px);
  transform: translateY(-50%);
  z-index: 2;
}
.vo-step:last-child .vo-step-connector {
  display: none;
}
/* â”€â”€ 6. PRICING â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vo-pricing-section {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}
.vo-pricing-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vo-pricing-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vo-pricing-overlay {
  position: absolute;
  inset: 0;
  background: #010b26;
}
.vo-pricing-inner-new{grid-template-columns: 1fr 1fr 1fr !important;}
.vo-pricing-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.vo-pricing-inner.visible {
  opacity: 1;
  transform: none;
}
.vo-pricing-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.vo-pricing-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.40;
  margin-bottom: 1rem;
}
.vo-pricing-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
  margin-bottom: 2rem;
}
.vo-pricing-features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.vo-pricing-features span {
  display: flex;
  align-items: center;
  gap: 0.5rem; font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}
/* Pricing card */
.vo-pricing-card {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 2.5rem 2rem;
  position: relative;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
}
.vo-pc-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  white-space: nowrap;
}
.vo-pc-label {
   font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.vo-pc-price {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  margin-bottom: 0.25rem;
}
.vo-pc-currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
}
.vo-pc-amount {
  font-family: var(--font-d);
  font-size: 3rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
}
.vo-pc-period { font-size: 1rem;
  color: var(--muted);
}
.vo-pc-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 1.5rem 0 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.vo-pc-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem; font-size: 1rem;
  color: #374151;
}
.vo-pc-list li svg {
  flex-shrink: 0;
}
.vo-pc-note {
  text-align: center;
  font-size: 0.72rem;
  color: #aaa;
  margin-top: 0.875rem;
}
/* â”€â”€ 8. FINAL CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vo-final {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  text-align: center;
}
.vo-final-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vo-final-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vo-final-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 11, 88, 0.93) 0%, rgba(0, 11, 88, 0.97) 100%);
}
.vo-final-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1.5rem;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.vo-final-inner.visible {
  opacity: 1;
  transform: none;
}
.vo-final-eyebrow {
   font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.vo-final-h2 {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.vo-final-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin-bottom: 2.5rem;
}
.vo-final-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.vo-final-cta { font-size: 1rem;
  padding: 0.9rem 2.25rem;
}
.vo-final-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.9rem 1.75rem;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border-radius: var(--r-sm); font-size: 1rem;
  font-weight: 600;
  transition: border-color var(--t), color var(--t);
}
.vo-final-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.vo-final-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.vo-final-trust span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
/* â”€â”€ VIRTUAL OFFICE RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .vow-grid {
    grid-template-columns: 380px 1fr;
    gap: 3rem;
  }
  .vow-img {
    height: 440px;
  }
  .vob-body {
    grid-template-columns: 280px 1fr;
    gap: 2rem;
  }
  .vob-main-img {
    height: 440px;
  }
  .vo-persona-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vob-row-inner {
    grid-template-columns: 44px 40px 1fr 110px;
  }
  .vob-row-thumb {
    width: 110px;
  }
  .vob-row-thumb img {
    width: 110px;
  }
}
@media (max-width: 900px) {
  .vo-pricing-inner-new {grid-template-columns: 1fr !important;}
  .vob-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .vob-img-col {
    position: static;
  }
  .vob-main-img {
    height: 280px;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
  }
  .vow-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .vow-img {
    height: 320px;
  }
  .vo-pricing-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .vo-pricing-card {
    max-width: 420px;
    margin: 0 auto;
  }
  .vo-steps-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .vo-step-connector {
    display: none;
  }
  .vo-hero-stats {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 640px) {
  .vo-hero {
    min-height: auto;
    padding: 6rem 0 4rem;
  }
  .vo-hero-h1 {
    font-size: 2.1rem;
  }
  .vo-persona-grid {
    grid-template-columns: 1fr;
  }
  .vo-hstat-div {
    display: none;
  }
  .vob-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .vob-row-inner {
    grid-template-columns: 38px 38px 1fr;
  }
  .vob-row-thumb {
    display: none;
  }
  .vow-feats {
    grid-template-columns: 1fr;
  }
  .vow-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .vo-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .vo-final-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .vo-final-btns a {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
}
/* =============================================
   VO WHO â€” Left Tabs + Right Panel (redesign)
   ============================================= */
.vo-who {
  background: var(--navy);
  padding: 3rem 0;
  overflow: hidden;
}
.vo-who-head {
  text-align: center;
  margin-bottom: 3.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.vo-who-head.visible {
  opacity: 1;
  transform: none;
}
.vo-who-head .section-tag {
  color: var(--gold);
  justify-content: center;
}
.vo-who-h2 {
  color: #fff;
}
.vo-who-head .vo-section-sub {
  color: rgba(255, 255, 255, 0.5);
  margin: 0.5rem auto 0;
}
/* Layout: tabs left + panels right */
.vo-who-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  align-items: start;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease 0.15s, transform 0.55s ease 0.15s;
}
.vo-who-layout.visible {
  opacity: 1;
  transform: none;
}
/* LEFT TABS */
.vo-who-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.vo-who-tab {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
}
.vo-who-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.85);
  transform: translateX(4px);
}
.vo-who-tab.active {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(0, 106, 103, 0.5);
  color: #fff;
  transform: translateX(4px);
}
/* Number */
.vo-wt-num {
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.18);
  min-width: 26px;
  transition: color 0.25s ease;
  line-height: 1;
}
.vo-who-tab.active .vo-wt-num {
  color: var(--gold);
}
/* Colorful icon */
.vo-wt-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--icbg);
  color: var(--ic);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.vo-who-tab.active .vo-wt-icon {
  transform: scale(1.08);
}
/* Label */
.vo-wt-label {
  flex: 1;
   font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}
/* Arrow */
.vo-wt-arrow {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.25s ease, transform 0.25s ease;
}
.vo-who-tab.active .vo-wt-arrow {
  color: var(--gold);
  transform: translateX(3px);
}
/* Active left border accent */
.vo-who-tab.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  background: var(--gold);
  border-radius: 0 3px 3px 0;
}
/* RIGHT PANELS */
.vo-who-panels {
  position: relative;
  min-height: 420px;
}
.vo-who-panel {
  display: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  grid-template-columns: 340px 1fr;
  gap: 0;
  animation: voPanelIn 0.4s ease;
}
.vo-who-panel.active {
  display: grid;
}
@keyframes voPanelIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Panel image column */
.vo-wp-img {
  position: relative;
  height: 100%;
  min-height: 420px;
}
.vo-wp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vo-wp-img-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--icbg);
  color: var(--ic);
  border: 1px solid var(--ic);
  backdrop-filter: blur(10px);
   font-size: 1rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 100px;
}
/* Panel text column */
.vo-wp-content {
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vo-wp-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}
.vo-wp-h3 {
  font-family: var(--font-d);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.vo-wp-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.vo-wp-perks {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.vo-wp-perks li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}
.vo-wp-perks li svg {
  flex-shrink: 0;
  color: var(--ic);
}
/* Responsive â€” Who section */
@media (max-width: 900px) {
  .vo-who-layout {
    grid-template-columns: 1fr;
  }
  .vo-who-panel.active {
    grid-template-columns: 1fr;
  }
  .vo-wp-img {
    min-height: 260px;
  }
}
@media (max-width: 640px) {
  .vo-who {
    padding: 4rem 0;
  }
  .vo-wp-content {
    padding: 1.75rem 1.5rem;
  }
  .vo-wp-h3 {
    font-size: 1.3rem;
  }
  .vo-who-tab {
    padding: 0.875rem 1rem;
  }
}
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ABOUT US PAGE  â€”  prefix: au-
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* â”€â”€ AU: PAGE HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.au-hero {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  padding: 7rem 0 5rem;
}
.au-hero-bg-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(0, 106, 103, 0.10) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 60%);
  pointer-events: none;
}
.au-hero-inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.au-hero-tag {
  color: var(--gold);
  border-color: rgba(0, 106, 103, 0.4);
  background: rgba(0, 106, 103, 0.10);
}
.au-hero-h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.18;
  margin: 1.25rem 0 1.5rem;
  letter-spacing: -0.02em;
}
.au-hero-sub { font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 2rem;
}
.au-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.au-hero-coffee {
   font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
.au-hero-visual {
  position: relative;
}
.au-hero-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 1.5rem;
  display: block;
}
.au-hero-badge {
  position: absolute;
  bottom: -18px;
  left: -24px;
  background: #fff;
  border-radius: 1rem;
  padding: 0.85rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.au-hero-badge strong {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
}
.au-hero-badge small {
  font-size: 0.72rem;
  color: #666;
}
/* â”€â”€ AU: STORY SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.au-story {
  padding: 5rem;
  background: var(--off-white);
  overflow: hidden;
}
.au-story-grid {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 5rem;
  align-items: center;
}
/* Story visual */
.au-story-visual {
  position: relative;
}
.au-story-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.au-story-deco-tr {
  width: 220px;
  height: 220px;
  top: -40px;
  right: -50px;
  border: 2px solid rgba(0, 106, 103, 0.22);
  background: transparent;
}
.au-story-deco-bl {
  width: 130px;
  height: 130px;
  bottom: -30px;
  left: -30px;
  background: rgba(0, 106, 103, 0.09);
}
.au-story-img-frame {
  position: relative;
  border-radius: 1.75rem;
  overflow: visible;
  z-index: 1;
}
.au-story-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 1.75rem;
  display: block;
  box-shadow: 0 24px 64px rgba(0, 11, 88, 0.18);
}
.au-story-img-overlay {
  position: absolute;
  inset: 0;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 11, 88, 0.55) 100%);
  pointer-events: none;
}
/* Award card on image */
.au-story-award {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 0.875rem;
  padding: 0.85rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 2;
}
.au-story-award-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 106, 103, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.au-story-award strong {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
}
.au-story-award small {
  font-size: 0.71rem;
  color: #888;
}
/* Year badge */
.au-story-year {
  position: absolute;
  top: 28px;
  right: -20px;
  background: var(--gold);
  color: #fff;
  border-radius: 0.875rem;
  padding: 0.75rem 1rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 106, 103, 0.4);
  z-index: 2;
}
.au-story-year span {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  opacity: 0.85;
}
.au-story-year strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}
/* Story content */
.au-story-content {}
.au-h2 {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
  margin: 1rem 0 1.5rem;
  letter-spacing: -0.02em;
}
.au-mark {
  background: rgba(0, 106, 103, 0.14);
  color: var(--navy);
  border-radius: 0.25em;
  padding: 0 0.25em;
  font-style: normal;
}
.au-story-lead { font-size: 1rem;
  color: var(--navy);
  line-height: 1.75;
  margin-bottom: 1.1rem;
  font-weight: 400;
}
.au-story-body {
  font-size: 0.97rem;
  color: #4a5568;
  line-height: 1.75;
  margin-bottom: 2.25rem;
}
/* Timeline */
.au-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.5rem;
}
.au-tl-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.au-tl-line {
  width: 2px;
  height: 32px;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(0, 106, 103, 0.35) 100%);
  margin-left: 6px;
  flex-shrink: 0;
}
.au-tl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d1d5db;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #d1d5db;
  margin-top: 3px;
  flex-shrink: 0;
}
.au-tl-dot-gold {
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--gold);
}
.au-tl-dot-active {
  background: var(--navy);
  box-shadow: 0 0 0 2px var(--navy);
}
.au-tl-body strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
  margin-bottom: 0.25rem;
}
.au-tl-body span {
  font-size: 0.76rem;
  color: #64748b;
  line-height: 1.45;
  display: block;
}
/* Stats row */
.au-stats-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 106, 103, 0.15);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 11, 88, 0.06);
}
.au-stat-item {
  flex: 1;
  padding: 1.25rem 1rem;
  text-align: center;
}
.au-stat-item strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  display: block;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}
.au-stat-item span {
  font-size: 0.74rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.au-stat-div {
  width: 1px;
  background: rgba(0, 106, 103, 0.15);
  align-self: stretch;
}
/* â”€â”€ AU: BENEFITS SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.au-ben {
  padding: 7rem 0 6rem;
  background: #fff;
}
.au-ben-head {
  text-align: center;
  margin-bottom: 4rem;
}
.au-ben-sub { font-size: 1rem;
  color: #64748b;
  max-width: 1160px;
  margin: 0 auto;
  line-height: 1.7;
}
/* Two-column tab layout */
.au-ben-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: start;
}
/* Tab list */
.au-ben-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  position: sticky;
  top: 100px;
}
.au-ben-tab {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #f8f9fb;
  border: 1.5px solid transparent;
  border-radius: 0.875rem;
  padding: 0.875rem 1rem;
  cursor: pointer;
  text-align: left;
  transition: all 0.22s ease;
  position: relative;
  overflow: hidden;
}
.au-ben-tab::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold);
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.22s ease;
}
.au-ben-tab:hover {
  background: #f1f5f9;
  border-color: rgba(0, 106, 103, 0.2);
}
.au-ben-tab.active {
  background: rgba(0, 106, 103, 0.07);
  border-color: rgba(0, 106, 103, 0.3);
  box-shadow: 0 2px 12px rgba(0, 106, 103, 0.12);
}
.au-ben-tab.active::before {
  opacity: 1;
}
.au-bt-num {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  color: #c3c9d4;
  letter-spacing: 0.06em;
  min-width: 22px;
  transition: color 0.22s;
}
.au-ben-tab.active .au-bt-num {
  color: var(--gold);
}
.au-bt-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--icbg, rgba(0, 106, 103, 0.10));
  color: var(--ic, #006A67);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}
.au-ben-tab.active .au-bt-icon {
  transform: scale(1.08);
}
.au-bt-label {
  flex: 1; font-size: 1rem;
  font-weight: 600;
  color: #4a5568;
  line-height: 1.3;
  transition: color 0.22s;
}
.au-ben-tab.active .au-bt-label {
  color: var(--navy);
}
.au-bt-arrow {
  color: #c3c9d4;
  flex-shrink: 0;
  transition: color 0.22s ease, transform 0.22s ease;
  opacity: 0;
}
.au-ben-tab.active .au-bt-arrow {
  color: var(--gold);
  transform: translateX(2px);
  opacity: 1;
}
/* Panel container */
.au-ben-panels {
  min-height: 500px;
}
/* Individual panel */
.au-ben-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  background: #fafafa;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 11, 88, 0.07);
  animation: au-panel-in 0.32s ease forwards;
}
.au-ben-panel.active {
  display: grid;
}
@keyframes au-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Panel image side */
.au-bp-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
.au-bp-img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.au-ben-panel:hover .au-bp-img {
  transform: scale(1.03);
}
.au-bp-img-badge {
  position: absolute;
  bottom: 18px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.625rem;
  padding: 0.45rem 0.75rem;
   font-size: 1rem;
  font-weight: 600;
  color: var(--ic, #006A67);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
}
/* Panel content side */
.au-bp-content {
  padding: 2.5rem 2rem 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.au-bp-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}
.au-bp-h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
}
.au-bp-desc {
  font-size: 0.93rem;
  color: #4a5568;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.au-bp-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.au-bp-perks li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.87rem;
  color: #374151;
  font-weight: 600;
}
.au-bp-perks li svg {
  color: var(--ic, #006A67);
  flex-shrink: 0;
  background: var(--icbg, rgba(0, 106, 103, 0.12));
  border-radius: 50%;
  padding: 2px;
  width: 18px;
  height: 18px;
}
/* â”€â”€ AU: FINAL CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.au-final-cta {
  background: var(--navy);
}
/* â”€â”€ AU: RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1100px) {
  .au-story-grid {
    grid-template-columns: 400px 1fr;
    gap: 3.5rem;
  }
  .au-ben-layout {
    grid-template-columns: 260px 1fr;
    gap: 2rem;
  }
}
@media (max-width: 960px) {
  .au-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .au-hero-visual {
    order: -1;
  }
  .au-hero-img {
    height: 280px;
  }
  .au-hero-badge {
    left: 16px;
    bottom: -14px;
  }
  .au-hero-h1 {
    font-size: 2.2rem;
  }
  .au-story-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .au-story-visual {
    max-width: 480px;
    margin: 0 auto;
  }
  .au-story-img {
    height: 380px;
  }
  .au-ben-layout {
    grid-template-columns: 1fr;
  }
  .au-ben-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    gap: 0.5rem;
  }
  .au-ben-tab {
    flex: 0 0 calc(50% - 0.25rem);
  }
  .au-ben-panel {
    grid-template-columns: 1fr;
  }
  .au-bp-img-wrap {
    min-height: 240px;
  }
  .au-bp-img {
    min-height: 240px;
  }
  .au-bp-content {
    padding: 1.75rem;
  }
  .au-h2 {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .au-hero {
    padding: 5rem 0 3.5rem;
  }
  .au-hero-h1 {
    font-size: 1.75rem;
  }
  .au-story {
    padding: 4.5rem 0;
  }
  .au-ben {
    padding: 4.5rem 0;
  }
  .au-h2 {
    font-size: 1.7rem;
  }
  .au-ben-tab {
    flex: 0 0 100%;
  }
  .au-stats-row {
    flex-wrap: wrap;
  }
  .au-stat-item {
    flex: 0 0 calc(50% - 0.5px);
  }
  .au-stat-div:nth-child(4) {
    display: none;
  }
  .au-tl-body {
    padding-top: 0;
  }
  .au-story-year {
    right: 12px;
    top: 12px;
  }
  .au-story-award {
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.65rem 0.875rem;
  }
}
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOOK-A-TOUR FORM  â€”  prefix: btf-
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* â”€â”€ Page shell â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-page {
  min-height: 100vh;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1rem;
  font-family: var(--font-body);
}
.btf-section {
  width: 100%;
  max-width: 960px;
}
/* â”€â”€ Card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 8px 48px rgba(0, 11, 88, 0.10), 0 1px 4px rgba(0, 11, 88, 0.06);
  overflow: hidden;
}
/* â”€â”€ Card header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.25rem 2.5rem 0;
  flex-wrap: wrap;
}
.btf-h1 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
  position: relative;
  display: inline-block;
}
.btf-h1::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}
.btf-tagline { font-size: 1rem;
  color: #64748b;
  margin: 0.75rem 0 0;
}
.btf-head-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 0.25rem;
}
.btf-meta-pill {
  display: flex;
  align-items: center;
  gap: 0.35rem;
   font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  background: rgba(0, 11, 88, 0.05);
  border-radius: 100px;
  padding: 0.3rem 0.7rem;
  white-space: nowrap;
}
/* â”€â”€ Form â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-form {
  padding: 2rem 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* â”€â”€ Fieldsets â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem 1rem;
}
.btf-row-4 {
  grid-template-columns: repeat(4, 1fr);
}
.btf-row-3 {
  grid-template-columns: 1fr 1fr 2fr;
}
.btf-field-span {
  grid-column: span 1;
}
/* â”€â”€ Field â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
/* â”€â”€ Label â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #374151;
  letter-spacing: 0.01em;
}
.btf-req {
  color: var(--gold);
  margin-left: 1px;
}
.btf-optional {
  font-weight: 400;
  color: #9ca3af;
  font-size: 0.74rem;
}
/* â”€â”€ Input / Select / Textarea â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-input {
  width: 100%;
  background: #f8f9fb;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.625rem;
  padding: 0.7rem 0.9rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--navy);
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.btf-input::placeholder {
  color: #b0b8c4;
}
.btf-input:hover {
  border-color: #cbd5e1;
  background: #f4f6f8;
}
.btf-input:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 106, 103, 0.12);
}
.btf-input.btf-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.10);
}
.btf-input.btf-valid {
  border-color: #22c55e;
}
/* Select wrapper */
.btf-select-wrap {
  position: relative;
}
.btf-select {
  padding-right: 2.25rem;
  cursor: pointer;
}
.btf-select-arrow {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #9ca3af;
}
/* Textarea */
.btf-textarea {
  resize: vertical;
  min-height: 82px;
  line-height: 1.55;
}
.btf-char-count {
  font-size: 0.7rem;
  color: #9ca3af;
  text-align: right;
  margin-top: -0.15rem;
}
/* â”€â”€ Inline error â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-err {
  font-size: 0.74rem;
  color: #ef4444;
  min-height: 1em;
  display: block;
  font-weight: 600;
}
/* â”€â”€ Bottom row â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-bottom-row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  flex-wrap: wrap;
}
/* reCAPTCHA lookalike */
.btf-recaptcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #f8f9fb;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.625rem;
  padding: 0.75rem 1rem;
  min-width: 220px;
  flex-shrink: 0;
}
.btf-recap-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.btf-recap-checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid #9ca3af;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #4a90d9;
}
.btf-recap-label { font-size: 1rem;
  color: #374151;
  font-weight: 600;
  cursor: pointer;
}
.btf-recap-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.btf-recap-logo {
  font-size: 0.62rem;
  color: #9ca3af;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
}
.btf-recap-links {
  font-size: 0.58rem;
  color: #bbb;
  display: block;
}
/* Consent + submit */
.btf-consent-submit {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.btf-consent-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  cursor: pointer;
  flex: 1;
  min-width: 220px;
}
.btf-consent-check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.btf-consent-box {
  width: 18px;
  height: 18px;
  border: 1.5px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s, background 0.15s;
  position: relative;
}
.btf-consent-check:checked + .btf-consent-box {
  background: var(--gold);
  border-color: var(--gold);
}
.btf-consent-check:checked + .btf-consent-box::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}
.btf-consent-check:focus-visible + .btf-consent-box {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.btf-consent-text {
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.55;
}
/* Submit button */
.btf-submit {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  padding: 0.8rem 1.5rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: background 0.18s, transform 0.12s, box-shadow 0.18s;
}
.btf-submit:hover {
  background: var(--gold);
  box-shadow: 0 4px 18px rgba(0, 106, 103, 0.32);
  transform: translateY(-1px);
}
.btf-submit:active {
  transform: translateY(0);
}
.btf-submit:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
.btf-submit[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
.btf-submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btf-spin 0.7s linear infinite;
  flex-shrink: 0;
}
.btf-submit.btf-loading .btf-submit-text {
  opacity: 0.5;
}
.btf-submit.btf-loading .btf-submit-arrow {
  display: none;
}
.btf-submit.btf-loading .btf-submit-spinner {
  display: block;
}
@keyframes btf-spin {
  to {
    transform: rotate(360deg);
  }
}
.btf-privacy {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: #9ca3af;
  margin: 1.25rem 0 0;justify-content: center;
}
.btf-privacy svg {
  color: #c3c9d4;
  flex-shrink: 0;
}
.btf-privacy-link {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}
.btf-privacy-link:hover {
  
}
.btf-success {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: 0.875rem;
  padding: 1.1rem 1.25rem;
  animation: btf-fade-in 0.35s ease;
}
.btf-success[hidden] {
  display: none;
}
.btf-success strong {
  display: block;
   font-size: 1rem;
  color: #15803d;
  margin-bottom: 0.2rem;
}
.btf-success span {
  font-size: 0.83rem;
  color: #166534;
}
@keyframes btf-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* â”€â”€ SR-only utility â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* â”€â”€ Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”c��â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 900px) {
  .btf-row-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .btf-row-3 {
    grid-template-columns: 1fr 1fr;
  }
  .btf-field-span {
    grid-column: span 2;
  }
}
@media (max-width: 640px) {
  .btf-page {
    padding: 1rem;
  }
  .btf-card-head {
    padding: 1.5rem 1.25rem 0;
    flex-direction: column;
  }
  .btf-form {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }
  .btf-row-4 {
    grid-template-columns: 1fr;
  }
  .btf-row-3 {
    grid-template-columns: 1fr;
  }
  .btf-field-span {
    grid-column: span 1;
  }
  .btf-bottom-row {
    flex-direction: column;
  }
  .btf-recaptcha {
    width: 100%;
  }
  .btf-submit {
    width: 100%;
    justify-content: center;
  }
  .btf-head-meta {
    display: none;
  }
}
/* =============================================
   COWORKING PAGE  (cw-)
   ============================================= */
/* â”€â”€ Page hero â”€â”€ */
.cw-hero {
  position: relative;
  padding-top: calc(var(--header-h) + 4rem);
  padding-bottom: 0;
  overflow: hidden;
  background: var(--navy);
}
.cw-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&q=80&w=1920');
  background-size: cover;
  background-position: center;
  opacity: 0.14;
}
.cw-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 3.5rem;
}
.cw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.75rem;
}
.cw-breadcrumb a {
  color: rgba(255, 255, 255, 0.45);
  transition: color var(--t);
}
.cw-breadcrumb a:hover {
  color: var(--cream);
}
.cw-bc-sep {
  color: rgba(255, 255, 255, 0.25);
  margin: 0 0.35rem;
}
.cw-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cream);
  margin-bottom: 1.25rem;
}
.cw-tag-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 0 0 3px rgba(169, 219, 232, 0.3);
  animation: cwPulse 2s ease-in-out infinite;
}
@keyframes cwPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(169, 219, 232, 0.2)
  }
  50% {
    box-shadow: 0 0 0 6px rgba(169, 219, 232, 0.08)
  }
}
.cw-h1 {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}
.cw-h1 em {
  color: var(--cream);
  font-style: normal;
}
.cw-tagline {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 2rem;
}
.cw-perks {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}
.cw-perk {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--cream);
  border-radius: 100px;
  padding: 0.35rem 0.875rem;
}
.cw-perk-icon {
  font-size: 0.9rem;
}
.cw-hero-btns {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.cw-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
}
.cw-hstat {
  text-align: center;
  padding: 0.75rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.cw-hstat:last-child {
  border-right: none;
}
.cw-hstat b {
  font-family: var(--font-d);
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--cream);
  display: block;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.cw-hstat span {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255, 255, 255, 0.45);
}
/* â”€â”€ What is coworking â”€â”€ */
.cw-what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.cw-what-text .section-tag {
  display: flex;
}
.cw-what-lead { font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cw-what-sub {
   font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2rem;
  opacity: 0.85;
}
.cw-what-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cw-what-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
/* â”€â”€ Why choose coworking â”€â”€ */
.cw-why-lead { font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 1140px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cw-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.cw-compare-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem 1.5rem;
  transition: all var(--t);
}
.cw-compare-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.cw-compare-card.cw-compare--winner {
  border-color: var(--gold);
  background: var(--navy);
  color: #fff;
  box-shadow: 0 16px 48px rgba(29, 78, 216, 0.25);
}
.cw-compare-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cw-compare-title {
  font-family: var(--font-d);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.cw-compare--winner .cw-compare-title {
  color: var(--cream);
}
.cw-compare-verdict {
   font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.cw-compare-verdict--bad {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
.cw-compare-verdict--good {
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
}
.cw-compare-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.cw-compare-list li { font-size: 1rem;
  color: var(--muted);
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.5;
}
.cw-compare--winner .cw-compare-list li {
  color: rgba(255, 255, 255, 0.75);
}
.cw-compare-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border);
}
.cw-compare--winner .cw-compare-list li::before {
  background: var(--cream);
}
.cw-compare--bad li::before {
  background: rgba(239, 68, 68, 0.4);
}
/* â”€â”€ Features accordion â”€â”€ */
.cw-feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.cw-accord {
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t);
}
.cw-accord.open {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(29, 78, 216, 0.1);
}
.cw-accord-q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  text-align: left;
  cursor: pointer;
  transition: background var(--t);
}
.cw-accord-q:hover {
  background: var(--navy-light);
}
.cw-accord.open .cw-accord-q {
  background: var(--navy-light);
}
.cw-accord-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cw-accord-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 8px;
  background: var(--gold-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background var(--t);
}
.cw-accord.open .cw-accord-icon {
  background: var(--gold);
}
.cw-accord.open .cw-accord-icon svg {
  color: #fff;
}
.cw-accord-icon svg {
  color: var(--gold);
  display: block;
}
.cw-accord-text { font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}
.cw-accord-arrow {
  width: 20px;
  height: 20px;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.28s ease, color var(--t);
}
.cw-accord.open .cw-accord-arrow {
  transform: rotate(180deg);
  color: var(--gold);
}
.cw-accord-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.cw-accord.open .cw-accord-body {
  grid-template-rows: 1fr;
}
.cw-accord-body > div {
  overflow: hidden;
}
.cw-accord-answer {
  padding: 0 1.25rem 1.25rem 1.25rem; font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}
/* â”€â”€ Workspace type tabs â”€â”€ */
.cw-spaces-hd {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.5rem;
}
.cw-spaces-hd .section-tag {
  display: flex;
  justify-content: center;
}
.cw-space-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.cw-space-tab {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--muted);
  font-family: var(--font-b); font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.75rem;
  border-radius: 100px;
  transition: all var(--t);
  cursor: pointer;
}
.cw-space-tab:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.cw-space-tab.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.cw-space-panel {
  display: none;
}
.cw-space-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  animation: cwFadeUp 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes cwFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px)
  }
  to {
    opacity: 1;
    transform: none
  }
}
.cw-space-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.cw-space-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.cw-space-tag-badge {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0.3rem 0.875rem;
  margin-bottom: 1rem;
}
.cw-space-h3 {
  font-family: var(--font-d);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.cw-space-desc {
   font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.cw-space-feats {
  
  flex-direction: row;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.hp-space-feats {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.cw-space-feat {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem; font-size: 1rem;margin-bottom: 10px;
  color: var(--navy);

}
.cw-space-feat-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 0.42em;
}
.cw-space-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}
.cw-space-price b {
  font-family: var(--font-d);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
}
.cw-space-price span {
  font-size: 0.85rem;
  color: var(--muted);
}
/* â”€â”€ Bottom slogan CTA â”€â”€ */
.cw-final {
  background: var(--navy);
  padding: 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cw-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(29, 78, 216, 0.35), transparent);
}
.cw-final-inner {
  position: relative;
  z-index: 1;
}
.cw-final-sub {
   font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 1rem;
  display: block;
}
.cw-final-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.cw-final-slogan {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 2rem;
}
.cw-final-btns {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  flex-wrap: wrap;
}
/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 900px) {
  .cw-what-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .cw-space-feats{flex-direction: column;}
  .cw-what-img {
    order: -1;
  }
  .cw-what-img img {
    height: 280px;
  }
  .cw-compare-grid {
    grid-template-columns: 1fr;
  }
  .cw-feat-grid {
    grid-template-columns: 1fr;
  }
  .cw-space-panel.active {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .cw-space-img {
    order: -1;
  }
  .cw-space-img img {
    height: 240px;
  }
  .cw-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .cw-hero-btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .cw-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .cw-compare-grid {
    grid-template-columns: 1fr;
  }
}
/* -- Section labels -- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 1rem;
}

/* -- Headings -- */
.h2 {
  font-family: var(--f-d);
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.lead {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.78;
  max-width: 600px;
  margin-top: 0.875rem;
  opacity: 0.85;
}
/* -- Scroll reveal -- */
[data-r] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.52s ease, transform 0.52s ease;
}
[data-r].vis {
  opacity: 1;
  transform: none;
}
[data-r="1"] {
  transition-delay: 0.07s;
}
[data-r="2"] {
  transition-delay: 0.14s;
}
[data-r="3"] {
  transition-delay: 0.21s;
}
[data-r="4"] {
  transition-delay: 0.28s;
}
[data-r="5"] {
  transition-delay: 0.35s;
}
/* --------------------------------
       SEC 1 — WHY CHOOSE
    -------------------------------- */
.why-head {
  max-width: 640px;
}
.why-head .lead {
  margin-top: 0.75rem;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.why-card {
  grid-column: span 2;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 1.875rem 1.625rem 1.75rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
/* Centre last 2 cards in the second row */
.why-card:nth-child(4) { grid-column: 2 / span 2; }
.why-card:nth-child(5) { grid-column: 4 / span 2; }
/* Gradient top accent bar on hover */
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
  border-radius: 3px 3px 0 0;
}
.why-card:hover {
  border-color: rgba(19, 33, 97, 0.22);
  box-shadow: 0 12px 40px rgba(19, 33, 97, 0.09);
  transform: translateY(-5px);
}
.why-card:hover::before { transform: scaleX(1); }
/* Top row: icon left, number badge right */
.why-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.why-card:hover .am-icon-wrap {
  background: var(--blue);
  border-color: var(--blue);
}
.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy) 0%, #1e3a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
.why-icon svg {
  width: 26px;
  height: 26px;
}
.why-card:hover .why-icon {
  background: linear-gradient(135deg, var(--gold) 0%, #3d4a6b 100%);
  transform: scale(1.1) rotate(-4deg);
}
.why-body {
  font-size: 0.975rem;
  color: #3d4a6b;
  line-height: 1.78;
  margin: 0;
}
/* --------------------------------
       SEC 2 — USE CASES TABS
    -------------------------------- */
.uc-head {
  margin-bottom: 2.5rem;
}
/* Use-case cards (alternate view) */
.uc-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
}
.uc-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem 1.125rem 1.375rem;
  text-align: center;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.uc-card:hover {
  border-color: var(--uc-ic, var(--blue));
  background: #fff;
  box-shadow: 0 10px 32px rgba(19,33,97,0.10);
  transform: translateY(-4px);
}
.uc-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: var(--uc-bg, rgba(19,33,97,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}
.uc-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--uc-ic, var(--navy));
}
.uc-card:hover .uc-card-icon {
  transform: scale(1.12) rotate(-5deg);
}
.uc-card-label {
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
}
/* --------------------------------
       SEC 3 — WHO BENEFITS
    -------------------------------- */
.ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.new-ben-grid{grid-template-columns: repeat(4, 1fr);}
.ben-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1rem;
  border-radius: var(--r);
  border: 1.5px solid var(--border);
  background: #fff;
  transition: all var(--t);
}
.ben-item:hover {
  border-color: var(--cream);
  box-shadow: 0 4px 18px rgba(169, 219, 232, 0.35);
  transform: translateY(-2px);
}
.ben-dot {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(169, 219, 232, 0.4), rgba(29, 78, 216, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.ben-text strong {
  display: block; font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.ben-text span {
  font-size: 0.975rem;
  color: var(--muted);
  opacity: 0.7;
  line-height: 1.5;
}
/* --------------------------------
       CLOSING BANNER (IMAGE + OVERLAY)
    -------------------------------- */
.close-strip {
  position: relative;
  margin-top: 3rem;
  border-radius: 18px;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=1600&q=80');
  background-size: cover;
  background-position: center;
  text-align: center;
}
.close-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19,33,97,0.88) 0%, rgba(19,33,97,0.70) 100%);
  z-index: 0;
}
.close-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  padding: 4rem 2rem;
  max-width: 720px;
  width: 100%;
}
.close-strip-tag {
  font-family: var(--f-d);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--cream);
  margin: 0;
  opacity: 0.9;
}
.close-strip-h2 {
  font-family: var(--f-d);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}
.close-strip-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
  max-width: 560px;
  margin: 0;
}
.close-strip-btns {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

/* ── Meeting Rooms Interactive CTA Strip ── */
@keyframes mr-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
@keyframes mr-pulse {
  0%   { transform: scale(1); opacity: 0.7; }
  70%  { transform: scale(1.9); opacity: 0; }
  100% { transform: scale(1.9); opacity: 0; }
}
@keyframes mr-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}
.mr-cta-strip {
  position: relative;
  margin-top: 3.5rem;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=1600&q=80');
  background-size: cover;
  background-position: center;
  text-align: center;
}
.mr-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19,33,97,0.93) 0%, rgba(14,26,80,0.82) 60%, rgba(232,184,75,0.18) 100%);
  z-index: 0;
}
/* Floating badge chips */
.mr-cta-floats {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.mr-float-chip {
  position: absolute;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.mr-float-chip:nth-child(1) { top: 14%;  left: 5%;  animation: mr-float 4.2s ease-in-out infinite; }
.mr-float-chip:nth-child(2) { top: 10%;  right: 7%; animation: mr-float 3.8s ease-in-out infinite 0.6s; }
.mr-float-chip:nth-child(3) { bottom: 14%; left: 8%; animation: mr-float 4.5s ease-in-out infinite 1.1s; }
.mr-float-chip:nth-child(4) { bottom: 12%; right: 6%; animation: mr-float 3.6s ease-in-out infinite 0.3s; }
/* Inner content */
.mr-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  padding: 4.5rem 2rem;
  max-width: 740px;
  width: 100%;
}
.mr-cta-tag {
  font-family: var(--f-d);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin: 0;
  text-transform: uppercase;
}
.mr-cta-h2 {
  font-family: var(--f-d);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mr-cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  max-width: 560px;
  margin: 0;
}
/* Stats row */
.mr-cta-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0.5rem 0;
  padding: 1rem 2rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}
.mr-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}
.mr-stat strong {
  font-family: var(--f-d);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.mr-stat span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.mr-stat-div {
  width: 1px;
  height: 2.5rem;
  background: rgba(255,255,255,0.2);
}
/* Buttons */
.mr-cta-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.375rem;
}
/* Pulsing ring on call button */
.mr-call-btn {
  position: relative;
}
.mr-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 2px solid rgba(255,255,255,0.5);
  animation: mr-pulse 2s ease-out infinite;
  pointer-events: none;
}
/* Responsive */
@media (max-width: 768px) {
  .mr-float-chip:nth-child(3),
  .mr-float-chip:nth-child(4) { display: none; }
  .mr-cta-stats { gap: 1rem; padding: 0.875rem 1.25rem; }
  .mr-stat strong { font-size: 1.3rem; }
}
@media (max-width: 500px) {
  .mr-float-chip { display: none; }
  .mr-cta-stats { flex-wrap: wrap; justify-content: center; }
  .mr-stat-div { display: none; }
}

/* -- Responsive -- */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .why-card { grid-column: span 2; }
  .why-card:nth-child(4) { grid-column: 2 / span 2; }
  .why-card:nth-child(5) { grid-column: 2 / span 2; }
  .uc-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ben-grid {
    grid-template-columns: 1fr 1fr;
  }

}
@media (max-width: 600px) {
  .section {
    padding: 3.5rem 0;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-card,
  .why-card:nth-child(4),
  .why-card:nth-child(5) {
    grid-column: span 1;
  }
  .uc-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ben-grid {
    grid-template-columns: 1fr;
  }
}
/* -- Layout -- */
.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section--off {
  background: var(--off);
}
.section--white {
  background: #fff;
}
/* -- Page-level layout helpers (supplement main.css) -- */
[data-r="d1"] {
  transition-delay: 0.07s;
}
[data-r="d2"] {
  transition-delay: 0.14s;
}
[data-r="d3"] {
  transition-delay: 0.21s;
}
[data-r="d4"] {
  transition-delay: 0.28s;
}
[data-r="d5"] {
  transition-delay: 0.35s;
}
/* -- Eyebrow label (reuses main.css --gold / --font-d tokens) -- */
/* -- Page headings -- */
.ns-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.ns-h2 em {
  color: var(--gold);
  font-style: normal;
}
.ns-lead {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.78;
  max-width: 600px;
  margin-top: 0.875rem;
  opacity: 0.85;
}
/* ------------------------------------------
       SEC 1 — COMPARISON TABLE
    ------------------------------------------ */
.tbl-section {
  background: #fff;
  padding: 5.5rem 0 6rem;
}
.tbl-head {
  margin-bottom: 3rem;
}
.cmp-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
}
.cmp-table thead tr {
  background: var(--navy);
}
.cmp-table thead th {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-family: var(--font-d);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.th-feat {
  width: 22%;
  color: rgba(255, 255, 255, 0.55) !important;
}
.th-uni {
  width: 39%;
  color: var(--cream) !important;
}
.th-reg {
  width: 39%;
  color: rgba(255, 255, 255, 0.7) !important;
}
.th-uni-inner, .th-reg-inner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.th-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 100px;
  padding: 2px;
}
.th-badge--uni {
  background: rgba(34, 197, 94, 0.2);
  color: #22C55E;
}
.cmp-table tbody tr {
  border-bottom: 1.5px solid var(--border);
  transition: background var(--t);
}
.cmp-table tbody tr:last-child {
  border-bottom: none;
}
.cmp-table tbody tr:nth-child(odd) {
  background: #fff;
}
.cmp-table tbody tr:nth-child(even) {
  background: var(--off);
}
.cmp-table tbody tr:hover {
  background: var(--gold-bg);
}
.cmp-table td {
  padding: 1.1rem 1.5rem;
  vertical-align: middle;
}
.td-feat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.td-feat-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: var(--r-sm);
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-feat-label { font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
}
.td-uni, .td-reg { font-size: 1rem;
  line-height: 1.6;
}
.td-uni {
  color: var(--navy);
  font-weight: 600;
}
.td-reg {
  color: var(--muted);
}
.td-val {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.check, .cross {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1em;
  flex-shrink: 0;
}
.check {
  background: rgba(22, 163, 74, 0.1);
}
.cross {
  background: rgba(239, 68, 68, 0.1);
}
.check svg {
  stroke: #16A34A;
}
.cross svg {
  stroke: #EF4444;
}
/* Mobile stacked cards */
.cmp-mobile {
  display: none;
}
.mob-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}
.mob-card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--navy);
  border-bottom: 1px solid var(--border);
}
.mob-card-head .td-feat-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.mob-card-head .td-feat-label { font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.mob-rows {
  padding: 0.875rem 1.25rem 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.mob-row-lbl {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.mob-row-lbl--uni {
  color: var(--gold);
}
.mob-row-lbl--reg {
  color: var(--muted);
}
.mob-row-val {
  font-size: 0.82rem;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--muted);
}
.mob-row-val--uni {
  color: var(--navy);
  font-weight: 600;
}
/* ------------------------------------------
       SEC 2 — FEATURES
    ------------------------------------------ */
.feat-section {
  background: var(--off);
  padding: 3rem 0;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 3rem;
}
.feat-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem 1.25rem;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
.feat-card:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.feat-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.feat-text { font-size: 1rem;
  color: var(--muted);
  line-height: 1.72;
}
.feat-text strong {
  display: block;
  font-weight: 600;
  color: var(--navy);
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  font-family: var(--font-d);
}
/* ------------------------------------------
       SEC 3 — WHO CAN BENEFIT
    ------------------------------------------ */
.ben-section {
  background: #fff;
  padding: 3rem 0;
}
.ben-table {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3rem;
  overflow: hidden;
}
.ben-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-bottom: 1.5px solid var(--border);
  transition: background var(--t);
}
.ben-row:last-child {
  border-bottom: none;
}
.ben-row:hover {
  background: var(--gold-bg);
}
.ben-who {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.5rem 1.25rem;
  background: var(--off);
  border-right: 1.5px solid var(--border);
}
.ben-who-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: var(--r-sm);
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center; font-size: 1rem;
}
.ben-who-name {
  font-family: var(--font-d); font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.3;
  padding-top: 0.45rem;
}
.ben-desc {
  padding: 1.5rem; font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  display: flex;
  align-items: center;
}
/* ------------------------------------------
       CLOSING PARAGRAPH
    ------------------------------------------ */
.close-section {
  background: var(--navy);
  padding: 4rem 0;
}
.close-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.close-icon-wrap {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: var(--r);
  background: rgba(169, 219, 232, 0.12);
  border: 1px solid rgba(169, 219, 232, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.close-text {
  flex: 1;
  font-family: var(--font-d);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.72;
}
.close-text em {
  color: var(--cream);
  font-style: normal;
  font-weight: 600;
}
/* ------------------------------------------
       SEC 5 — WORKSPACE OPTIONS
    ------------------------------------------ */
.ws-section {
  background: var(--off);
  padding: 3rem 0;
}
.ws-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
.ws-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
.ws-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.ws-card:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.ws-card:hover::after {
  transform: scaleX(1);
}
.ws-num {
  font-family: var(--font-d);
  font-size: 3rem;
  font-weight: 600;
  color: rgba(19, 33, 97, 0.07);
  line-height: 1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.04em;
}
.ws-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ws-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: var(--r-sm);
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.ws-title {
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
}
.ws-desc { font-size: 1rem;
  color: var(--muted);
  line-height: 1.72;
}
/* -- Responsive -- */
@media (max-width: 900px) {
  .cmp-table {
    display: none;
  }
  .cmp-mobile {
    display: block;
  }
  .feat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ws-grid {
    grid-template-columns: 1fr;
  }
  .close-inner {
    gap: 1.5rem;
  }
}
@media (max-width: 640px) {
  .tbl-section, .feat-section, .ben-section, .ws-section {
    padding: 3.5rem 0;
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .ben-row {
    grid-template-columns: 1fr;
  }
  .ben-who {
    border-right: none;
    border-bottom: 1.5px solid var(--border);
  }
  .close-icon-wrap {
    display: none;
  }
}
/* -- Index-1 page-specific styles (prefix: i1-) -- */
/* -- About / Intro -- */
.i1-about {
  background: #fff;
  padding: 5.5rem 0 5rem;
  position: relative;
}
.i1-about::before {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 55%, var(--cream) 100%);
}
.i1-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.i1-about-text {}
.i1-about-text .section-tag {
  margin-bottom: 1rem;
}
.i1-about-lead { font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  margin: 1.25rem 0 2rem;
}
.i1-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.i1-hl {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.45rem 0.9rem;
  transition: border-color var(--t), box-shadow var(--t);
}
.i1-hl:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow-sm);
}
.i1-hl-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  color: var(--gold);
  flex-shrink: 0;
}
.i1-about-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
/* Workspace photo above the stat panel */
.i1-ar-img {
  width: 100%;
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  box-shadow: var(--shadow);
}
.i1-ar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.i1-ar-img:hover img {
  transform: scale(1.04);
}
.i1-ar-img-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(19, 33, 97, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
}
.i1-ar-img-badge span {
  color: var(--cream);
}
/* Navy stat card */
.i1-ar-card {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
}
.i1-ar-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(29, 78, 216, 0.35), transparent);
  pointer-events: none;
}
.i1-ar-title {
  font-family: var(--font-d);
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.i1-ar-sub { font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2rem;
}
.i1-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.i1-stat {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r);
  padding: 1.25rem 1rem;
}
.i1-stat-val {
  font-family: var(--font-d);
  font-size: 2rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: -0.02em;
  line-height: 1;
}
.i1-stat-lbl {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.35rem;
}
.i1-ar-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.i1-ar-cta-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}
/* -- Locations -- */
.i1-locations {
  background: var(--off);
  padding: 3rem 0;
}
/* -- How It Works -- */
.i1-hiw {
  background: #fff;
  padding: 3rem 0;
}
.i1-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: start;
  margin-top: 3.5rem;
}
.i1-step {
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.25rem 1.75rem;
  position: relative;
  text-align: left;
  transition: box-shadow var(--t), transform var(--t), border-color var(--t);
}
.i1-step:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
  border-color: var(--gold-border);
}
.i1-step-num {
  font-family: var(--font-d);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.i1-step-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r);
  background: var(--gold-bg);
  border: 1.5px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}
.i1-step h3 {
  font-family: var(--font-d);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.6rem;
}
.i1-step p { font-size: 1rem;
  color: var(--muted);
  line-height: 1.72;
  opacity: 0.88;
}
.i1-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  padding-top: 4rem;
  color: var(--gold-border);
}
.i1-step-arrow svg {
  opacity: 0.6;
}
/* -- Workspace Plans -- */
.i1-plans {
  background: var(--off);
  padding: 3rem 0;
}
.i1-plans-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.i1-plans-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.i1-badge {
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 100px;
  padding: 0.3rem 0.85rem;
  border: 1px solid var(--border);
  color: var(--muted);
  background: #fff;
}
.i1-badge--active {
  background: var(--gold-bg);
  border-color: var(--gold-border);
  color: var(--navy);
}
/* Desk cards */
.i1-desk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.i1-desk-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 66.66%;
}
.i1-desk {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
.i1-desk:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
/* Image at top of card */
.i1-desk-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.i1-desk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.i1-desk:hover .i1-desk-img img {
  transform: scale(1.05);
}
.i1-desk-img-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(19, 33, 97, 0.80);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
/* Card body */
.i1-desk-body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.i1-desk--featured {
  background: var(--navy);
  border-color: transparent;
}
.i1-desk-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(34, 197, 94, 0.14);
  color: #16A34A;
  border-radius: 100px;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0.75rem;
  align-self: flex-start;
}
.i1-desk-type {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.i1-desk--featured .i1-desk-type {
  color: var(--cream);
}
.i1-desk-name {
  font-family: var(--font-d);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
.i1-desk--featured .i1-desk-name {
  color: #fff;
}
.i1-desk-ideal {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 1rem;
  line-height: 1.5;
}
.i1-desk--featured .i1-desk-ideal {
  color: rgba(255, 255, 255, 0.55);
}
.i1-desk-divider {
  height: 1px;
  background: var(--border);
  margin: 1rem 0;
}
.i1-desk--featured .i1-desk-divider {
  background: rgba(255, 255, 255, 0.12);
}
.i1-desk-feats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.i1-desk-feats li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}
.i1-desk--featured .i1-desk-feats li {
  color: rgba(255, 255, 255, 0.7);
}
.i1-desk-feats li::before {
  content: '';
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12' stroke='%2316A34A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.i1-desk--featured .i1-desk-feats li::before {
  background-color: rgba(169, 219, 232, 0.15);
}
.i1-desk-price {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.i1-desk--featured .i1-desk-price {
  color: var(--cream);
}
.i1-desk-price span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}
.i1-desk--featured .i1-desk-price span {
  color: rgba(255, 255, 255, 0.5);
}
/* -- Community CTA strip -- */
.i1-community {
  background: var(--navy);
  padding: 4.5rem 0;
}
.i1-comm-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.i1-comm-text {
  flex: 1;
}
.i1-comm-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.875rem;
}

.i1-comm-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.i1-comm-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  max-width: 480px;
}
.i1-comm-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.i1-comm-note {
   font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
/* -- Community Spotlights -- */
.i1-spotlights {
  background: #fff;
  padding: 3rem 0;
}
.i1-logos-head {
  text-align: center;
  margin-bottom: 3rem;
}
.i1-logos-head .section-tag {
  justify-content: center;
}
.i1-logos-head .section-h2 {
  text-align: center;
}
.i1-logos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.i1-logo-tile {
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
  /*padding: 1.25rem 1.5rem;*/
}
.i1-logo-tile:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow-sm);
  background: #fff;
}
.i1-logo-tile img, .i1-logo-svg {
  max-width: 168px;
  max-height: 50px;
  width: 100%;
  height: auto;
  display: block;/*
  filter: grayscale(1) opacity(0.45);*/
  transition: filter 0.35s ease;
}
.i1-logo-tile:hover img, .i1-logo-tile:hover .i1-logo-svg {
  filter: grayscale(0) opacity(1);
}
/* -- Voices / Testimonials -- */
.i1-voices {
  background: var(--off);
  overflow: hidden;
}
.i1-voices-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.75rem;
  flex-wrap: wrap;
}
.i1-voices-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  flex-shrink: 0;
}
.i1-voices-stars {
  color: #F59E0B;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.i1-voices-score {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
}
.i1-voices-count {
  font-size: 0.78rem;
  color: var(--muted);
}
/* Video testimonial cards */
.i1-vtm-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.i1-vtm-label::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}
.i1-vtm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.i1-vtm-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--navy);
  cursor: pointer;
}
.i1-vtm-video-wrap {
  position: absolute;
  inset: 0;
}
.i1-vtm-video-wrap video, .i1-vtm-video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.i1-vtm-card:hover .i1-vtm-video-wrap img {
  transform: scale(1.04);
}
.i1-vtm-card.is-playing .i1-vtm-video-wrap img {
  display: none;
}
.i1-vtm-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}
.i1-vtm-card.is-playing .i1-vtm-video-wrap iframe {
  display: block;
}
.i1-vtm-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19, 33, 97, 0.90) 0%, rgba(19, 33, 97, 0.20) 50%, transparent 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  transition: opacity 0.3s;
}
.i1-vtm-card.is-playing .i1-vtm-overlay {
  opacity: 0;
  pointer-events: none;
}
.i1-vtm-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  z-index: 2;
}
.i1-vtm-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #fff;
}
.i1-vtm-play-btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.i1-vtm-play-btn svg {
  color: var(--navy);
  margin-left: 3px;
}
.i1-vtm-card.is-playing .i1-vtm-play-btn {
  opacity: 0;
  pointer-events: none;
}
.i1-vtm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 100px;
  margin-bottom: 1rem;
  align-self: flex-start;
}
.i1-vtm-quote {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.i1-vtm-name {
  font-weight: 600;
   font-size: 1rem;
  color: #fff;
}
.i1-vtm-role {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.2rem;
}
/* Horizontal scroll carousel */
.i1-tc-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.i1-tc-label::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}
.i1-tc-wrap {
  position: relative;
}
.i1-tc-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-bottom: 0.25rem;
}
.i1-tc-track::-webkit-scrollbar {
  display: none;
}
.i1-tc-track.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.i1-tc-card {
  flex: 0 0 400px;
  scroll-snap-align: start;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color var(--t), box-shadow var(--t);
  position: relative;
}
.i1-tc-card::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.25;
  position: absolute;
  top: 1rem;
  right: 1.25rem;
}
.i1-tc-card:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow);
}
.i1-tc-stars {
  color: #F59E0B;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}
.i1-tc-text {    font-size: 1rem;
  line-height: 1.65;
  color: #374151;
  flex: 1;
}
.i1-tc-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.i1-tc-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold-bg);
  border: 2px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  flex-shrink: 0;
}
.i1-tc-av-dark {
  background: var(--navy);
  color: #fff;
  border-color: transparent;
}
.i1-tc-name {
  font-weight: 600;
   font-size: 1rem;
  color: var(--navy);
}
.i1-tc-role {
  font-size: 0.74rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
/* Carousel nav */
.i1-tc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem;
}
.i1-tc-dots {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}
.i1-tc-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: background 0.25s, width 0.25s;
  padding: 0;
}
.i1-tc-dot.active {
  background: var(--navy);
  width: 24px;
}
.i1-tc-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.i1-tc-arrows {
  display: flex;
  gap: 0.5rem;
}
.i1-tc-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--t), background var(--t);
  color: var(--navy);
}
.i1-tc-arrow:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.i1-tc-arrow:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.i1-tc-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.i1-tc-scroll-hint {
  font-size: 0.74rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
/* -- CTA Closer / Footer section -- */
.i1-closer {
  background: var(--navy);
  padding: 3rem 0;
  text-align: center;
}
.i1-closer-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 1.25rem;
  display: block;
}
.i1-closer-slogan {
  font-family: var(--font-d);
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.i1-closer-slogan em {
  color: var(--cream);
  font-style: normal;
}
.i1-closer-sub { font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.25rem;
}
.i1-closer-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.75rem 1.75rem;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.9rem;
  transition: background var(--t), border-color var(--t);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}
/* -- Gallery (Location-Based Tab Gallery) -- */
.i1-gallery {
  background: #fff;
  padding: 3rem 0;
}
.i1-gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.i1-gallery-head h2 {
  margin: 0;
}
/* City tabs (primary) */
/* City panel heading (shows city name when "All" is selected) */
.i1-gloc-panel-city-hd {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-d);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  background: rgba(19,33,97,0.07);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
/* Hide centre sub-tabs in "All" view */
#gallery.is-all-view .i1-gloc-centres {
  display: none;
}
/* In "All" view: hide inactive centre panels, keep the active one visible */
#gallery.is-all-view .i1-gloc-centre-panel:not(.active) {
  display: none;
}

/* Spacing between stacked city panels in "All" view */
.i1-gloc-city-panel.active + .i1-gloc-city-panel.active {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}
.i1-gloc-cities {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.i1-gloc-city-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: var(--off);
  font-family: var(--font-d);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all var(--t);
}
.i1-gloc-city-tab:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.i1-gloc-city-tab.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.i1-gloc-city-tab .i1-gloc-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.i1-gloc-city-tab.active .i1-gloc-dot {
  opacity: 1;
  background: #7FDDFF;
}
.i1-gloc-city-tab:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
/* Centre sub-tabs */
.i1-gloc-centres {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.75rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.i1-gloc-centres::-webkit-scrollbar {
  display: none;
}
.i1-gloc-centre-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--t);
  flex-shrink: 0;
}
.i1-gloc-centre-tab:hover {
  border-color: var(--gold-border);
  color: var(--navy);
  background: var(--gold-bg);
}
.i1-gloc-centre-tab.active {
  background: var(--gold-bg);
  border-color: var(--gold-border);
  color: var(--navy);
}
.i1-gloc-centre-tab svg {
  flex-shrink: 0;
}
.i1-gloc-centre-tab:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
/* City + centre panels */
.i1-gloc-city-panel {
  display: none;
}
.i1-gloc-city-panel.active {
  display: block;
}
.i1-gloc-centre-panel {
  display: none;
}
.i1-gloc-centre-panel.active {
  display: block;
  animation: gloc-fade 0.32s ease;
}
@keyframes gloc-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Bento grid */
.i1-gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 230px 200px;
  gap: 1rem;
}
.i1-gal-item {
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  background: var(--off);
}
/* Photo tiles */
.i1-gal-photo {
  cursor: zoom-in;
}
.i1-gal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.i1-gal-photo:hover img {
  transform: scale(1.06);
}
.i1-gal-photo:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
.i1-gal-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19, 33, 97, 0.60) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}
.i1-gal-photo:hover .i1-gal-photo-overlay, .i1-gal-photo:focus-visible .i1-gal-photo-overlay {
  opacity: 1;
}
.i1-gal-photo-label {
  font-size: 0.73rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
}
.i1-gal-item--wide {
  grid-column: span 2;
}
.i1-gal-item--tall {
  grid-row: span 2;
}
/* Video tiles */
.i1-gal-video {
  position: relative;
}
.i1-gal-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.i1-gal-play-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: all;
  z-index: 2;
}
.i1-gal-play-btn:hover {
  transform: scale(1.1);
  background: #fff;
}
.i1-gal-play-btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.i1-gal-play-btn svg {
  color: var(--navy);
  margin-left: 3px;
}
.i1-gal-video.is-playing .i1-gal-play-btn {
  opacity: 0;
  pointer-events: none;
}
.i1-gal-video-label {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(19, 33, 97, 0.80);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  pointer-events: none;
  z-index: 2;
}
.i1-gal-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(19, 33, 97, 0.30);
  transition: background 0.3s;
  pointer-events: none;
}
.i1-gal-video.is-playing .i1-gal-video-overlay {
  background: transparent;
}
.i1-gal-video.is-playing .i1-gal-video-label {
  display: none;
}
/* Location info strip */
.i1-gloc-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  flex-wrap: wrap;
}
.i1-gloc-info-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.i1-gloc-info-pin {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold-bg);
  border: 1.5px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--navy);
}
.i1-gloc-info-addr {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}
.i1-gloc-info-addr small {
  display: block;
  font-weight: 600;
  color: var(--muted);
  font-size: 0.74rem;
  margin-top: 0.1rem;
}
.i1-gloc-info-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.i1-gloc-meta-item {
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
}
.i1-gloc-meta-item strong {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
}
.i1-gloc-meta-item span {
  color: var(--muted);
}
/* -- Comparison Table Section -- */
.i1-cmp {
  background: #fff;
  padding: 3rem 0;
  border-top: 1.5px solid var(--border);
}
.i1-cmp-head {
  margin-bottom: 2.5rem;
}
.i1-cmp-scroll {
  overflow-x: auto;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 24px rgba(19, 33, 97, 0.07);
}
.i1-cmp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
  table-layout: fixed;
}
/* -- Visual cards row — each desk type gets its own column cell -- */
.i1-cmp-visual-row > td {
  background: var(--navy);
  padding: 1.25rem 0.75rem;
  text-align: center;
  vertical-align: top;
}
/* rounded top corners — first and last cells */
.i1-cmp-visual-row > td:first-child {
  border-radius: calc(var(--r-lg) - 2px) 0 0 0;
  width: 120px;
}
.i1-cmp-visual-row > td:last-child {
  border-radius: 0 calc(var(--r-lg) - 2px) 0 0;
}
/* icon card — fills its own column cell */
.i1-cmp-visual-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 0.5rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.13);
  transition: background 0.22s, border-color 0.22s, transform 0.22s;
  text-decoration: none;
  width: 100%;
}
.i1-cmp-visual-card:hover {
  background: rgba(169, 219, 232, 0.14);
  border-color: rgba(169, 219, 232, 0.38);
  transform: translateY(-3px);
}
.i1-cmp-icon-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a9dbe8;
  flex-shrink: 0;
  transition: background 0.22s;
}
.i1-cmp-visual-card:hover .i1-cmp-icon-ring {
  background: rgba(169, 219, 232, 0.22);
}
.i1-cmp-visual-name {
  font-size: 0.76rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-family: var(--font-d);
}
.i1-cmp-visual-tag {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.3;
}
/* -- Row label column (first th of each body row) -- */
.i1-cmp-table tbody tr > th {
  background: linear-gradient(90deg, rgba(19,33,97,0.07) 0%, rgba(19,33,97,0.02) 100%);
  padding: 1.1rem 1rem 1.1rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
  border-right: 1.5px solid var(--border);
  border-left: 3px solid var(--navy);
  vertical-align: middle;
  white-space: nowrap;
  width: 140px;
}
/* Row heading inner layout */
.cmp-rh {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}
.cmp-rh-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cmp-rh-icon svg { width: 17px; height: 17px; }
.cmp-rh-text {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.2;
}
.i1-cmp-table tbody tr:last-child > th {
  border-bottom: none;
}
/* -- Desk type name row -- */
.i1-cmp-desk-name-row td {
  padding: 0.9rem 1rem;
  border-bottom: 1.5px solid var(--border);
  background: rgba(19, 33, 97, 0.03);
}
.i1-cmp-desk-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  color: var(--gray);
}
.i1-cmp-desk-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--border);
  border: 1.5px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  flex-shrink: 0;
}
.i1-cmp-desk-icon svg {
  width: 36px;
  height: 36px;
}
.i1-cmp-desk-label {
  font-weight: 600;
  font-family: var(--font-d);
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.25;
  text-align: center;
}
/* -- Data cells -- */
.i1-cmp-table tbody tr td {
  padding: 1.1rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
   font-size: 1rem;
  color: var(--muted);
  line-height: 1.55;
  text-align: left;
}
.i1-cmp-table tbody tr td:last-child {
  border-right: none;
}
.i1-cmp-table tbody tr:last-child td {
  border-bottom: none;
}
.i1-cmp-table tbody tr {
  transition: background 0.15s;
}
.i1-cmp-table tbody tr:not(.i1-cmp-desk-name-row):hover td {
  background: var(--gold-bg);
}
.i1-cmp-table tbody tr:not(.i1-cmp-desk-name-row):hover th {
  background: rgba(19, 33, 97, 0.07);
}
/* Features list */
.i1-cmp-feats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.i1-cmp-feats li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
   font-size: 1rem;
  color: var(--muted);
}
.i1-cmp-feats li::before { content: none; }
/* Feature-item icon (.cmp-fi) */
.cmp-fi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(29,78,216,0.1);
  color: var(--blue);
  margin-top: 0.05em;
}
.cmp-fi svg {
  width: 11px;
  height: 11px;
}

/* Price cell */
.i1-cmp-price-val {
   font-size: .95rem;
  font-weight: 600;
  font-family: var(--font-d);
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.i1-cmp-price-val.is-hot {
  color: #1a7e3a;
}
.i1-cmp-price-sub {
  font-size: 0.7rem;
  color: var(--muted);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.i1-cmp-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.71rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  border: 1.5px solid var(--gold-border);
  background: var(--gold-bg);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  transition: all 0.2s;
  white-space: nowrap;
  font-family: var(--font-d);
}
.i1-cmp-cta:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.i1-cmp-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
/* -- Mobile card layout — shown on small screens -- */
.i1-cmp-mobile {
  display: none;
}
@media (max-width: 767px) {
  .i1-cmp {
    padding: 3.5rem 0;
  }
  .i1-cmp-scroll {
    display: none;
  }
  .i1-cmp-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  /* Each desk-type card */
  .i1-cmp-mcard {
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(19, 33, 97, 0.06);
  }
  /* Card toggle button (the navy header) */
  .i1-cmp-mcard-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    background: var(--navy);
    border: none;
    cursor: pointer;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s;
  }
  .i1-cmp-mcard-toggle:hover, .i1-cmp-mcard-toggle:focus-visible {
    background: #1a2c7a;
  }
  .i1-cmp-mcard-toggle:focus-visible {
    outline: 3px solid var(--cream);
    outline-offset: -3px;
  }
  /* Icon ring in mobile header */
  .i1-cmp-mcard-ring {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a9dbe8;
    flex-shrink: 0;
  }
  .i1-cmp-mcard-ring svg {
    width: 22px;
    height: 22px;
  }
  /* Text in header */
  .i1-cmp-mcard-htext {
    flex: 1;
  }
  .i1-cmp-mcard-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    font-family: var(--font-d);
    line-height: 1.2;
    margin-bottom: 0.1rem;
  }
  .i1-cmp-mcard-tag {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
  }
  /* Chevron icon */
  .i1-cmp-mcard-chevron {
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }
  .i1-cmp-mcard[open] .i1-cmp-mcard-chevron {
    transform: rotate(180deg);
  }
  /* Card body — revealed when open */
  .i1-cmp-mcard-body {
    background: #fff;
    padding: 0 1.1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .i1-cmp-mcard[open] .i1-cmp-mcard-body {
    max-height: 600px;
    padding: 1.1rem;
  }
  /* Attribute row inside the body */
  .i1-cmp-mrow {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
  }
  .i1-cmp-mrow:last-child {
    border-bottom: none;
  }
  .i1-cmp-mlabel {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 0.4rem;
  }
  .cmp-rh-icon--sm {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    flex-shrink: 0;
  }
  .cmp-rh-icon--sm svg { width: 12px; height: 12px; }
  .i1-cmp-mval {
    font-size: 0.84rem;
    color: var(--muted);
    line-height: 1.5;
  }
  /* Price row */
  .i1-cmp-mprice { font-size: 1rem;
    font-weight: 600;
    font-family: var(--font-d);
    color: var(--navy);
    margin-bottom: 0.2rem;
  }
  .i1-cmp-mprice.is-hot {
    color: #1a7e3a;
  }
  .i1-cmp-mprice-sub {
    font-size: 0.72rem;
    color: var(--muted);
    margin-bottom: 0.7rem;
  }
  /* Mobile feats list */
  .i1-cmp-mfeats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .i1-cmp-mfeats li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: var(--muted);
  }
  .i1-cmp-mfeats li::before { content: none; }
}
/* Lightbox */
.i1-lb {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.i1-lb.open {
  display: flex;
}
.i1-lb-inner {
  position: relative;
  max-width: 900px;
  width: 100%;
}
.i1-lb-img {
  width: 100%;
  border-radius: var(--r-lg);
  display: block;
}
.i1-lb-caption {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  text-align: center;
  margin-top: 0.75rem;
}
.i1-lb-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}
.i1-lb-close:focus-visible {
  outline: 2px solid var(--gold);
  border-radius: 4px;
}
/* -- Marquee (reuse existing .marquee-wrap) -- */
/* -- Responsive -- */
@media (max-width: 1024px) {
  .i1-about-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .i1-about-right {
    order: -1;
  }
  .i1-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .i1-steps {
    grid-template-columns: 1fr;
  }
  .i1-step-arrow {
    display: none;
  }
  .i1-desk-grid {
    grid-template-columns: 1fr 1fr;
  }
  .i1-desk-grid-2 {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  .i1-logos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .i1-gal-grid {
    grid-template-rows: 200px 180px;
  }
  .i1-vtm-grid {
    grid-template-columns: 1fr 1fr;
  }
  .i1-vtm-grid .i1-vtm-card:last-child {
    display: none;
  }
  .i1-tc-card {
    flex: 0 0 280px;
  }
}
@media (max-width: 720px) {
  .i1-about {
    padding: 3.5rem 0;
  }
  .i1-highlights {
    grid-template-columns: 1fr;
  }
  .i1-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .i1-desk-grid {
    grid-template-columns: 1fr;
  }
  .i1-desk-grid-2 {
    grid-template-columns: 1fr;
  }
  .i1-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .i1-plans-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .i1-comm-actions {
    align-items: flex-start;
  }
  .i1-gal-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px;
  }
  .i1-gal-item--wide {
    grid-column: span 2;
  }
  .i1-vtm-grid {
    grid-template-columns: 1fr;
  }
  .i1-vtm-grid .i1-vtm-card:last-child {
    display: block;
  }
  .i1-vtm-card {
    aspect-ratio: 3/2;
  }
  .i1-tc-card {
    flex: 0 0 86vw;
  }
  .i1-tc-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .i1-voices-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .i1-comm-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .i1-gloc-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .i1-gloc-info-meta {
    flex-direction: column;
    gap: 0.75rem;
  }
  .i1-gallery-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .i1-gal-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .i1-gal-item {
    height: 200px;
  }
  .i1-gal-item--wide {
    grid-column: span 1;
  }
}
@media (max-width: 480px) {
  .i1-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ═══════════════════════════════════════════════════════════════
   LEGAL PAGES (lp-) — Terms & Conditions / Privacy Policy
   Added: 2026
═══════════════════════════════════════════════════════════════ */
/* Hero background overrides */
.lp-hero-bg-tc {
  background-image: url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1600&q=80');
}
.lp-hero-bg-pp {
  background-image: url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1600&q=80');
}
/* Wrap */
.lp-wrap {
  padding: 4rem 0 6rem;
  background: #f8fafc;
}
/* Two-column: TOC sidebar + content */
.lp-body {
  display: grid;
  grid-template-columns: 256px 1fr;
  gap: 3rem;
  align-items: start;
}
/* ── TOC Sidebar ──────────────────────────────────────────── */
.lp-toc {
  position: sticky;
  top: 100px;
}
.lp-toc-title {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: .85rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #e2e8f0;
}
.lp-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.lp-toc-link {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .55rem .75rem;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.lp-toc-link::before {
  content: '';
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: transparent;
  flex-shrink: 0;
  transition: background .18s;
}
.lp-toc-link:hover {
  background: #f1f5f9;
  color: #132161;
}
.lp-toc-link.active {
  background: rgba(29, 78, 216, .08);
  color: #1D4ED8;
  font-weight: 600;
}
.lp-toc-link.active::before {
  background: #1D4ED8;
}
/* ── Content Area ─────────────────────────────────────────── */
.lp-content {
  min-width: 0;
}
.lp-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}
.lp-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(29, 78, 216, .09);
  color: #1D4ED8;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .3rem .8rem;
  border-radius: 2rem;
}
.lp-meta-date {
  font-size: .8rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.lp-meta-date svg {
  color: #cbd5e1;
  flex-shrink: 0;
}
/* Individual section */
.lp-section {
  margin-bottom: 1.5rem;
  scroll-margin-top: 120px;
}
/* Card */
.lp-card {
  background: #fff;
  border: 1.5px solid #e8edf3;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .22s, box-shadow .22s;
}
.lp-card:hover {
  border-color: rgba(29, 78, 216, .22);
  box-shadow: 0 6px 24px rgba(19, 33, 97, .06);
}
.lp-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.6rem;
  border-bottom: 1px solid #f1f5f9;
  background: #fafbff;
}
.lp-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(29, 78, 216, .1);
  color: #1D4ED8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-card-meta {
  display: flex;
  flex-direction: column;
}
.lp-card-num {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: #94a3b8;
  text-transform: uppercase;
  line-height: 1;
}
.lp-card-title {
  font-family: var(--font-d, Outfit, sans-serif);
  font-size: 1rem;
  font-weight: 600;
  color: #132161;
  margin: .2rem 0 0;
  line-height: 1.3;
}
.lp-card-body {
  padding: 1.4rem 1.6rem;
}
.lp-card-body p {
  color: #475569;
  font-size: .9rem;
  line-height: 1.8;
  margin: 0 0 .75rem;
}
.lp-card-body p:last-child {
  margin-bottom: 0;
}
.lp-card-body ul {
  list-style: none;
  padding: 0;
  margin: .5rem 0 .75rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.lp-card-body ul li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: #475569;
  font-size: .9rem;
  line-height: 1.65;
}
.lp-card-body ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1D4ED8;
  flex-shrink: 0;
  margin-top: .58em;
}
/* What We Collect — table */
.pp-collect-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
  color: #475569;
  border-radius: 10px;
  overflow: hidden;
}
.pp-collect-table thead tr {
  background: #132161;
  color: #fff;
}
.pp-collect-table thead th {
  padding: .75rem 1.1rem;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.pp-collect-table thead th:first-child {
  width: 30%;
}
.pp-collect-table tbody tr:nth-child(odd) {
  background: #f8f9fb;
}
.pp-collect-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.pp-collect-table tbody tr {
  border-bottom: 1px solid #e8ecf2;
  transition: background 0.18s ease;
}
.pp-collect-table tbody tr:hover {
  background: rgba(19,33,97,.05);
}
.pp-collect-table tbody td {
  padding: .9rem 1.1rem;
  line-height: 1.7;
  vertical-align: top;
}
.pp-collect-table tbody td strong {
  color: #132161;
  font-weight: 600;
}
/* Alert / disclaimer */
.lp-alert {
  background: rgba(196, 144, 10, .07);
  border: 1.5px solid rgba(196, 144, 10, .22);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin-bottom: 1.75rem;
}
.lp-alert-icon {
  color: #c4900a;
  flex-shrink: 0;
  margin-top: .1rem;
}
.lp-alert p {
  color: #78500a;
  font-size: .85rem;
  line-height: 1.65;
  margin: 0;
}
/* Contact CTA strip inside card */
.lp-contact-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.6rem;
  background: rgba(19, 33, 97, .03);
  border-top: 1px solid #f1f5f9;
}
.lp-contact-cta p {
  font-size: .84rem;
  color: #64748b;
  margin: 0;
  flex: 1;
}
/* Last updated */
.lp-updated {
  font-size: .78rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.lp-updated svg {
  color: #cbd5e1;
  flex-shrink: 0;
}
/* Responsive ─────────────────────────── */
@media (max-width: 900px) {
  .lp-body {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .lp-toc {
    position: static;
    background: #fff;
    border: 1.5px solid #e8edf3;
    border-radius: 14px;
    padding: 1rem 1.25rem;
  }
  .lp-toc-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: .35rem;
  }
  .lp-toc-link {
    font-size: .78rem;
    padding: .38rem .7rem;
  }
  .lp-toc-link::before {
    display: none;
  }
  .lp-wrap {
    padding: 2.5rem 0 4rem;
  }
}
@media (max-width: 600px) {
  .lp-card-head {
    padding: 1rem 1.25rem;
  }
  .lp-card-body {
    padding: 1rem 1.25rem;
  }
  .lp-contact-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ── HERO ────────────────────────────────────────────────── */
    .rw-hero { position:relative; min-height:420px; display:flex; align-items:flex-end; overflow:hidden; }
    .rw-hero-bg {
      position:absolute; inset:0; z-index:0;
      background:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    }
    .rw-hero-overlay {
      position:absolute; inset:0; z-index:1;
      background:linear-gradient(105deg,rgba(19,33,97,.92) 48%,rgba(19,33,97,.72) 100%);
    }
    .rw-hero-inner {
      position:relative; z-index:2;
      padding:5rem 0 3.5rem;
      display:flex; flex-direction:column; gap:1rem;
    }
    .rw-hero-tag {
      display:inline-flex; align-items:center; gap:.5rem;
      background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2);
      color:#fff; font-size:.72rem; font-weight:600; letter-spacing:.1em;
      padding:.35rem .85rem; border-radius:2rem; text-transform:uppercase;
      width:fit-content;
    }
    .rw-hero-tag svg { opacity:.8; }
    .rw-h1 {
      font-family:var(--font-d,Outfit,sans-serif);
      font-size:clamp(1.8rem,4.5vw,3rem); font-weight:600; line-height:1.2;
      color:#fff; margin:0; max-width:700px;
    }
    .rw-h1 em { font-style:normal; color:#f6d47a; }
    .rw-hero-lead { color:rgba(255,255,255,.82); font-size:1.05rem; line-height:1.65; max-width:580px; }
    .rw-hero-ctas { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:.5rem; }
    .rw-hero-stats {
      display:flex; flex-wrap:wrap; gap:2rem; margin-top:1.5rem;
      padding-top:1.5rem; border-top:1px solid rgba(255,255,255,.18);
    }
    .rw-hs-item { display:flex; flex-direction:column; }
    .rw-hs-num { font-size:1.6rem; font-weight:600; color:#f6d47a; font-family:var(--font-d,Outfit,sans-serif); line-height:1; }
    .rw-hs-label { font-size:.78rem; color:rgba(255,255,255,.7); margin-top:.2rem; }

    /* ── BREADCRUMB ──────────────────────────────────────────── */
    .rw-breadcrumb {
      display:flex; align-items:center; gap:.4rem;
      font-size:.92rem; color:rgba(255,255,255,.6); margin-bottom:.75rem;
    }
    .rw-breadcrumb a { color:rgba(255,255,255,.6); text-decoration:none; }
    .rw-breadcrumb a:hover { color:#fff; }
    .rw-bc-sep { opacity:.5; margin: 0 0.35rem; }

    /* ── HOW IT WORKS ────────────────────────────────────────── */
    .rw-steps { background:var(--off,#F8FAFC); padding:3rem 0; }
    .rw-steps-head { text-align:center; margin-bottom:3rem; }
    .rw-steps-head .section-tag { justify-content:center; }
    .rw-sh2 { font-family:var(--font-d,Outfit,sans-serif); font-size:clamp(1.5rem,3vw,2.1rem); font-weight:600; color:var(--rw-navy); margin:.5rem 0; }
    .rw-sh2 span { color:var(--rw-gold); }
    .rw-steps-sub { color:#64748b; font-size:.97rem; line-height:1.65; }

    .rw-steps-grid {
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:1.5rem;
      position:relative;
    }
    .rw-steps-grid::before {
      content:''; position:absolute;
      top:56px; left:calc(12.5% + 28px); right:calc(12.5% + 28px);
      height:2px;
      background:repeating-linear-gradient(90deg,#c4900a 0,#c4900a 8px,transparent 8px,transparent 18px);
      z-index:0; pointer-events:none;
    }
    .rw-step {
      position:relative; z-index:1;
      background:#fff; border:1px solid #e2e8f0; border-radius:16px;
      padding:2rem 1.5rem 1.75rem;
      display:flex; flex-direction:column; gap:.9rem;
      transition:box-shadow .25s, transform .25s;
      text-align:center;
    }
    .rw-step:hover { box-shadow:0 12px 36px rgba(19,33,97,.1); transform:translateY(-4px); }
    .rw-step-num {
      position:absolute; top:-14px; left:50%; transform:translateX(-50%);
      background:var(--rw-navy); color:#fff;
      font-size:.72rem; font-weight:700; letter-spacing:.06em;
      padding:.25rem .65rem; border-radius:2rem;
    }
    .rw-step-icon {
      width:56px; height:56px; border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      margin:0 auto;
    }
    .rw-step-title { font-weight:700; font-size:1rem; color:var(--rw-navy); }
    .rw-step-desc { font-size:.88rem; color:#64748b; line-height:1.6; }

    /* ── BENEFITS ────────────────────────────────────────────── */
    .rw-why { padding:3rem 0; }
    .rw-why-head { text-align:center; margin-bottom:3rem; }
    .rw-ben-grid {
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:1rem;
      max-width:1200px; margin:0 auto;
    }
    .rw-ben-card {
      background:#fff; border:1px solid #e2e8f0; border-radius:14px;
      padding:1.75rem 1.5rem; display:flex; gap:1rem; align-items:flex-start;
      transition:box-shadow .25s, border-color .25s;
    }
    .rw-ben-card:hover { box-shadow:0 8px 28px rgba(19,33,97,.09); border-color:#c4900a40; }
    .rw-ben-icon {
      width:44px; height:44px; border-radius:12px; flex-shrink:0;
      display:flex; align-items:center; justify-content:center;
    }
    .rw-ben-body { display:flex; flex-direction:column; gap:.3rem; }
    .rw-ben-title { font-weight:700; font-size:.95rem; color:var(--rw-navy); }
    .rw-ben-desc { font-size:.84rem; color:#64748b; line-height:1.55; }

    /* ── REFERRAL FORM ───────────────────────────────────────── */
    .rw-form-section {
      background:linear-gradient(135deg,#132161 0%,#1a3285 50%,#0f1f5e 100%);
      padding:5rem 0; position:relative; overflow:hidden;
    }
    .rw-form-section::before {
      content:''; position:absolute; top:-60px; right:-60px;
      width:280px; height:280px; border-radius:50%;
      background:rgba(246,212,122,.06);
    }
    .rw-form-section::after {
      content:''; position:absolute; bottom:-80px; left:-40px;
      width:200px; height:200px; border-radius:50%;
      background:rgba(29,78,216,.15);
    }
    .rw-form-wrap {
      position:relative; z-index:1;
      display:grid; grid-template-columns: 1.4fr; gap:4rem; align-items:start;
    }
    .rw-form-copy { color:#fff; }
    .rw-form-eyebrow {
      display:inline-flex; align-items:center; gap:.5rem;
      background:rgba(246,212,122,.15); border:1px solid rgba(246,212,122,.3);
      color:#f6d47a; font-size:.72rem; font-weight:700; letter-spacing:.1em;
      padding:.3rem .8rem; border-radius:2rem; text-transform:uppercase;
      margin-bottom:1rem;
    }
    .rw-form-h2 { font-family:var(--font-d,Outfit,sans-serif); font-size:clamp(1.5rem,3vw,2rem); font-weight:600; line-height:1.25; margin-bottom:1rem; }
    .rw-form-h2 span { color:#f6d47a; }
    .rw-form-body { color:rgba(255,255,255,.78); font-size:.95rem; line-height:1.65; margin-bottom:1.75rem; }
    .rw-form-perks { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:.65rem; }
    .rw-form-perks li {
      display:flex; align-items:flex-start; gap:.65rem;
      color:rgba(255,255,255,.82); font-size:.88rem;
    }
    .rw-form-perks li svg { flex-shrink:0; margin-top:.15rem; color:#f6d47a; }

    /* Form card */
    .rw-form-card {
      background:#fff; border-radius:20px; padding:2.25rem;
      box-shadow:0 24px 60px rgba(0,0,0,.25);
    }
    .rw-form-card-title {
      font-family:var(--font-d,Outfit,sans-serif);
      font-size:1.25rem; font-weight:600; color:var(--rw-navy);
      margin-bottom:.35rem;
    }
    .rw-form-card-sub { font-size:.85rem; color:#64748b; margin-bottom:1.5rem; }
    .rw-form-card-sub strong { color:var(--rw-gold); }
    .rw-divider {
      font-size:.72rem; font-weight:700; letter-spacing:.08em;
      color:#94a3b8; text-transform:uppercase;
      display:flex; align-items:center; gap:.75rem; margin:.5rem 0 1rem;
    }
    .rw-divider::before, .rw-divider::after {
      content:''; flex:1; height:1px; background:#e2e8f0;
    }

    .rw-form { display:flex; flex-direction:column; gap:1rem; }
    .rw-field-row { display:grid; grid-template-columns:1fr 1fr; gap:3rem; }
    .new-field-space{grid-template-columns: 1fr 3fr;align-items:center;}
    .rw-field { display:flex; flex-direction:column; gap:.35rem; }
    .rw-field label { font-size:.8rem; font-weight:600; color:#475569; }
    .rw-field label span { color:#ef4444; }
    .rw-field input, .rw-field select, .rw-field textarea {
      padding:.65rem .9rem; border:1.5px solid #e2e8f0; border-radius:10px;
      font-size:.88rem; color:#1e293b; background:#f8fafc;
      font-family:inherit; transition:border-color .2s, box-shadow .2s;
      outline:none; width:100%; box-sizing:border-box;
    }
    .rw-field input:focus, .rw-field select:focus, .rw-field textarea:focus {
      border-color:var(--rw-blue); box-shadow:0 0 0 3px rgba(29,78,216,.1);
      background:#fff;
    }
    .rw-field textarea { resize:vertical; min-height:80px; }
    .rw-form-consent {
      display:flex; gap:.6rem; align-items:flex-start;
      font-size:.78rem; color:#64748b; line-height:1.5;
    }
    .rw-form-consent input[type="checkbox"] { flex-shrink:0; margin-top:.15rem; accent-color:var(--rw-blue); }
    .rw-form-consent a { color:var(--rw-blue); }
    .rw-submit-btn {
      background:#1a3285; color:#fff; border:none; cursor:pointer;
      padding:.9rem 1.5rem; border-radius:12px; font-size:.95rem;
      font-weight:700; letter-spacing:.02em; font-family:inherit;
      transition:background .2s, transform .15s, box-shadow .2s;
      display:flex; align-items:center; justify-content:center; gap:.5rem;width: fit-content;
    }
    .rw-submit-btn:hover { background:#1a3285; transform:translateY(-1px); box-shadow:0 8px 24px rgba(19,33,97,.35); }
    .rw-submit-btn:active { transform:none; }
    .rw-form-note { font-size:.75rem; color:#94a3b8; text-align:center; }

    /* Success state */
    .rw-form-success {
      display:none; text-align:center; padding:2rem 1rem;
      flex-direction:column; align-items:center; gap:1rem;
    }
    .rw-form-success.visible { display:flex; }
    .rw-success-icon {
      width:64px; height:64px; border-radius:50%;
      background:rgba(34,197,94,.12); display:flex; align-items:center; justify-content:center;
      color:#22c55e;
    }
    .rw-success-h { font-weight:600; font-size:1.2rem; color:var(--rw-navy); }
    .rw-success-p { font-size:.88rem; color:#64748b; line-height:1.6; }

    
/* ── WhatsApp CTA Button ───────────────────────────────────────── */
/* WhatsApp CTA — mirrors .vow-call layout */
.btn-wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--navy);
  transition: color 0.2s;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.btn-wa-cta:hover,
.btn-wa-cta:focus-visible {
  color: #1ebe5a;
  text-decoration: none;
}

/* Icon circle — green version of .vow-call-ring */
.btn-wa-ring {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(37,211,102,0.12);
  border: 2px solid rgba(37,211,102,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25D366;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.btn-wa-cta:hover .btn-wa-ring {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}

/* Two-line text — mirrors .vow-call-text */
.btn-wa-text {
  display: flex;
  flex-direction: column;
}
.btn-wa-text small {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.1rem;
}
.btn-wa-text strong {
  display: block;
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  transition: color 0.2s;
}
.btn-wa-cta:hover .btn-wa-text strong {
  color: #1ebe5a;
}

/* Small variant */
.btn-wa-cta--sm .btn-wa-ring {
  width: 38px;
  height: 38px;
}
.btn-wa-cta--sm .btn-wa-ring svg {
  width: 18px !important;
  height: 18px !important;
}
.btn-wa-cta--sm .btn-wa-text small { font-size: 0.65rem; }
.btn-wa-cta--sm .btn-wa-text strong { font-size: 0.875rem; }

@media (max-width: 480px) {
  .btn-wa-text small { font-size: 0.65rem; }
  .btn-wa-text strong { font-size: 0.9rem; }
}

/* ── FAQ (two-column interactive) ────────────────────────── */
    .rw-faq { background:#fff; padding:5.5rem 0; }
    .rw-faq-layout {
      display:grid;
      grid-template-columns:1fr 1.55fr;
      gap:4.5rem;
      align-items:start;
    }

    /* Left column */
    .rw-faq-left { position:sticky; top:100px; }
    .rw-faq-left-tag {
      display:inline-flex; align-items:center; gap:.5rem;
      color:#3d5a40; font-size:.78rem; font-weight:700;
      letter-spacing:.06em; text-transform:uppercase; margin-bottom:1rem;
    }
    .rw-faq-left-tag-dot {
      width:20px; height:20px; border-radius:50%;
      border:2px solid #3d5a40;
      display:flex; align-items:center; justify-content:center;
      font-size:.8rem; line-height:1; color:#3d5a40; flex-shrink:0;
    }
    .rw-faq-left-h {
      font-family:var(--font-d,Outfit,sans-serif);
      font-size:clamp(1.85rem,3.5vw,2.6rem); font-weight:600;
      color:var(--rw-navy); line-height:1.2; margin:0 0 2.5rem;
    }
    .rw-faq-left-h em {
      font-style:italic; font-weight:700;
      color:#334155;
    }

    /* Image duo: two overlapping arched/circle frames */
    .rw-faq-img-duo {
      position:relative; height:320px;
    }
    .rw-faq-img-circle {
      position:absolute; overflow:hidden;
      background:#e2e8f0;
    }
    .rw-faq-img-circle img { width:100%; height:100%; object-fit:cover; display:block; }
    .rw-faq-ic-main {
      width:200px; height:260px; border-radius:120px;
      left:0; bottom:0; z-index:2;
    }
    .rw-faq-ic-secondary {
      width:155px; height:210px; border-radius:100px;
      left:155px; bottom:30px; z-index:1;
      border:4px solid #fff;
    }

    /* Right column – accordion */
    .rw-faq-list { display:flex; flex-direction:column; gap:.65rem; }
    .rw-faq-item {
      background:#fff;
      border:1.5px solid #e8edf3;
      border-radius:14px;
      overflow:hidden;
      transition:border-color .25s, box-shadow .25s;
    }
    .rw-faq-item.open {
      border-color:#cbd5e1;
      box-shadow:0 6px 24px rgba(19,33,97,.07);
    }
    .rw-faq-q {
      width:100%; background:none; border:none; cursor:pointer;
      display:flex; align-items:center; justify-content:space-between; gap:1rem;
      padding:1.1rem 1.4rem; text-align:left; font-family:inherit;
    }
    .rw-faq-qtext {
      font-weight:600; font-size:.93rem; color:#1e293b; line-height:1.45;
      flex:1;
    }
    .rw-faq-item.open .rw-faq-qtext { color:var(--rw-navy); }
    .rw-faq-chevron {
      flex-shrink:0; color:#94a3b8;
      transition:transform .3s cubic-bezier(.4,0,.2,1), color .2s;
    }
    .rw-faq-item.open .rw-faq-chevron { transform:rotate(180deg); color:var(--rw-navy); }
    .rw-faq-a {
      max-height:0; overflow:hidden;
      transition:max-height .38s cubic-bezier(.4,0,.2,1);
    }
    .rw-faq-a-inner {
      padding:.05rem 1.4rem 1.2rem;
      color:#475569; font-size:.88rem; line-height:1.75;
      border-top:1px solid #f1f5f9;
    }
    .rw-faq-a-inner p { margin:0; padding-top:.75rem; }

    /* Responsive */
    @media (max-width:860px) {
      .rw-faq-layout { grid-template-columns:1fr; gap:2.5rem; }
      .rw-faq-left { position:static; }
      .rw-faq-img-duo { height:220px; }
      .rw-faq-ic-main  { width:140px; height:185px; }
      .rw-faq-ic-secondary { width:108px; height:148px; left:108px; bottom:20px; }
    }

    /* ── GUARANTEE STRIP ─────────────────────────────────────── */
    .rw-guarantee {
      background:var(--rw-navy); color:#fff;
      padding:3rem 0; text-align:center;
    }
    .rw-guarantee-inner { display:flex; flex-wrap:wrap; gap:2.5rem; justify-content:center; align-items:center; }
    .rw-g-item { display:flex; align-items:center; gap:.75rem; }
    .rw-g-icon { width:40px; height:40px; border-radius:50%; background:rgba(246,212,122,.15); display:flex; align-items:center; justify-content:center; color:#f6d47a; }
    .rw-g-text strong { display:block; font-size:.95rem; font-weight:700; }
    .rw-g-text span { font-size:.8rem; color:rgba(255,255,255,.65); }

    /* ── RESPONSIVE ──────────────────────────────────────────── */
    @media (max-width:900px) {
      .rw-steps-grid { grid-template-columns:repeat(2,1fr); }
      .rw-steps-grid::before { display:none; }
      .rw-form-wrap { grid-template-columns:1fr; gap:2rem; }
      .rw-ben-grid { grid-template-columns:repeat(2,1fr); }
    }
    @media (max-width:600px) {
      .rw-steps-grid { grid-template-columns:1fr; }
      .rw-ben-grid { grid-template-columns:1fr; }
      .rw-field-row { grid-template-columns:1fr; }
      .rw-hero-stats { gap:1.25rem; }
      .rw-form-card { padding:0.5rem; }
      .rw-guarantee-inner { flex-direction:column; gap:1.5rem; }
    }

    /* Focus visible ring for accessibility */
    :focus-visible { outline:2px solid var(--rw-blue); outline-offset:2px; }
/* ================================================
   FAQ PAGE — HERO + TESTIMONIALS
   ================================================ */

/* ── Hero ─────────────────────────────────────── */
.faq-hero {
  position: relative;
  background: var(--navy);
  background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80');
  background-size: cover;
  background-position: center;
  padding: 5.5rem 0 4.5rem;
  overflow: hidden;
}
.faq-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(19,33,97,0.93) 0%, rgba(19,33,97,0.78) 100%);
  z-index: 0;
}
.faq-hero-inner {
  position: relative;
  z-index: 1;
}
.faq-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
  color: rgba(255,255,255,0.6);
}
.faq-breadcrumb a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.faq-breadcrumb a:hover { color: #fff; }
.faq-bc-sep { color: rgba(255,255,255,0.35); margin: 0 0.35rem; }
.faq-hero .section-tag {
  color: var(--cream);
  border-color: rgba(169,219,232,0.3);
  background: rgba(169,219,232,0.08);
  margin-bottom: 1rem;
}
.faq-hero-h1 {
  font-family: var(--f-d);
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
}
.faq-hero-lead {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 2rem;
}
.faq-hero-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.faq-btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: var(--r);
  font-family: var(--f-d);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.faq-btn-ghost:hover {
  border-color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08);
}

/* ── Active nav link ──────────────────────────── */
.nav-link--active {
  color: var(--blue) !important;
  font-weight: 600;
}

/* ── FAQ page mobile tweaks ───────────────────── */
@media (max-width: 600px) {
  .faq-hero { padding: 4rem 0 3.5rem; }
  .faq-hero-h1 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
}

/* ================================================
   SITEMAP PAGE
   ================================================ */

.smap-hero .faq-hero-h1 { font-size: clamp(3rem, 8vw, 5.5rem); }

.smap-head {
  max-width: 640px;
  margin-bottom: 3rem;
}
.smap-h2 {
  font-family: var(--f-d);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
 font-weight: 600;
  color: var(--navy);
  margin: 0.5rem 0 0.75rem;
  line-height: 1.2;
}
.smap-lead {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
}

/* Grid */
.smap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Group card */
.smap-group {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.5rem;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.smap-group:hover {
  border-color: rgba(19,33,97,0.18);
  box-shadow: 0 10px 32px rgba(19,33,97,0.07);
  transform: translateY(-3px);
}

/* Group heading row */
.smap-group-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1.5px solid var(--border);
}

/* Icon circle */
.smap-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(19,33,97,0.07);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.smap-icon--blue {
  background: rgba(29,78,216,0.1);
  color: var(--blue);
}
.smap-icon--gold {
  background: rgba(196,144,10,0.1);
  color: #c4900a;
}

.smap-group-title {
  font-family: var(--f-d);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0;
  line-height: 1.2;
}
.smap-city-tag {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
  margin-top: 0.15rem;
  opacity: 0.75;
}
.smap-city-tag--gold { color: var(--gold, #c4900a); opacity: 1; font-weight: 600; }

/* Links list */
.smap-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.smap-links li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.smap-links li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cream);
  flex-shrink: 0;
  opacity: 0.8;
}
.smap-links a {
  font-size: 0.875rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.18s;
  line-height: 1.4;
}
.smap-links a:hover {
  color: var(--navy);
}
.smap-active-link {
  color: var(--blue) !important;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1100px) {
  .smap-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .smap-grid { grid-template-columns: repeat(2, 1fr); }
  .smap-hero .faq-hero-h1 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
}
@media (max-width: 480px) {
  .smap-grid { grid-template-columns: 1fr; }
}

/* ================================================
   FAQ PAGE — 2-COLUMN LAYOUT (accordion + image)
   ================================================ */

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 4rem;
  align-items: start;
}

/* Left column — content */
.faq-layout-content {
  min-width: 0;
}
.faq-layout-content .faq-new-wrap {
  padding: 0;
}
.faq-layout-content .faq-new-head {
  margin-bottom: 1.75rem;
}
.faq-layout-content .faq-new-h2 {
  text-align: left;
}
.faq-layout-content .faq-new-sub {
  text-align: left;
}
.faq-search-wrap--inline {
  margin-bottom: 1.5rem;
  padding: 0;
}
.faq-search-wrap--inline .faq-search-box {
  max-width: 100%;
}

/* Right column — sticky image panel */
.faq-layout-img {
  position: sticky;
  top: 6rem;
}
.faq-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(19,33,97,0.16);
}
.faq-img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* floating info card */
.faq-img-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(19,33,97,0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1.5rem 1.625rem 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  border-radius: 0 0 20px 20px;
}
.faq-img-card-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--f-d);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}
.faq-img-card-icon {
  font-size: 0.85rem;
  flex-shrink: 0;
}
.faq-img-cta {
  margin-top: 0.5rem;
  align-self: flex-start;
}

/* ── Responsive ───────────────────────────────── */
@media (max-width: 1100px) {
  .faq-layout {
    grid-template-columns: 1fr 360px;
    gap: 2.5rem;
  }
  .faq-img { height: 520px; }
}
@media (max-width: 860px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .faq-layout-img {
    position: static;
    order: -1;
  }
  .faq-img { height: 340px; }
}

/* ══════════════════════════════════════════════════════════
   ABOUT US PAGE — 4 NEW SECTIONS
   ══════════════════════════════════════════════════════════ */

/* Perks section — centered CTA below the grid */
.au-perks-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* Gallery — right-aligned header note */
.i1-gallery-lead-note {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 280px;
  text-align: right;
  margin: 0;
  align-self: flex-end;
}

/* Gallery city tab — small count badge */
.i1-gloc-city-count {
  font-size: 0.68rem;
  font-weight: 500;
  opacity: 0.7;
  margin-left: 0.15rem;
}

/* Gallery info bar — compact Book a Tour CTA */
.i1-gloc-info-cta {
  font-size: 0.8rem;
  padding: 0.55rem 1.25rem;
}

/* Community Spotlights — centered section lead */
.i1-logos-section-lead {
  text-align: center;
  margin: 0.75rem auto 0;
  color: var(--muted);
}

/* Voices carousel nav — right cluster (hint + arrows) */
.i1-tc-nav-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* ══════════════════════════════════════════════════════════════
   ITPL LOCATION PAGE
   ══════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.itpl-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  overflow: hidden;
}
.itpl-hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1600&q=85') center/cover no-repeat;
}
.itpl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11,22,66,0.93) 0%, rgba(11,22,66,0.72) 55%, rgba(11,22,66,0.45) 100%);
}
.itpl-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.itpl-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.25rem;
}
.itpl-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color var(--t); }
.itpl-breadcrumb a:hover { color: #fff; }
.itpl-breadcrumb span { color: rgba(255,255,255,0.35); }
.itpl-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(196,144,10,0.18);
  border: 1px solid rgba(196,144,10,0.45);
  color: #f5c842;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: var(--r-sm);
  margin-bottom: 1rem;
}
.itpl-hero-h1 {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
 font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1rem;
}
.itpl-hero-h1 em { font-style: normal; color: var(--cream); }
.itpl-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 2rem;
  max-width: 520px;
  line-height: 1.6;
}
.itpl-hero-btns {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.itpl-scroll-hint {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255,255,255,0.4);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.itpl-scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
}

/* ── Stats Bar ── */
.itpl-stats-bar {
  background: var(--navy);
  border-bottom: 3px solid var(--gold);
}
.itpl-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.itpl-stat {
  padding: 1.5rem 1.25rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.itpl-stat:last-child { border-right: none; }
.itpl-stat-val {
  font-family: var(--font-d);
  font-size: 1.9rem;
 font-weight: 600;
  color: #fff;
  line-height: 1;
}
.itpl-stat-val span { color: var(--gold); font-size: 1.1rem; }
.itpl-stat-lbl {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ── Shared section heading ── */
.itpl-sec { padding: 3rem 0; }
.itpl-sec-alt { background: var(--off); }
.itpl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.itpl-eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.itpl-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
 font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.itpl-h2 em { font-style: normal; color: var(--blue); }
.itpl-lead {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.7;

}

/* ── About Section ── */
.itpl-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.itpl-about-text p {
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 1rem;
  font-size: 0.975rem;
}
.itpl-about-text p:last-child { margin-bottom: 0; }
.itpl-about-img-wrap {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.itpl-about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itpl-about-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: rgba(11,22,66,0.9);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: var(--r-sm);
  font-size: 0.8rem;
  font-weight: 600;
  border-left: 3px solid var(--gold);
}

/* ── Why Choose ITPL ── */
.itpl-why-head {
  text-align: center;
  margin: 0 auto 0;
}
.itpl-why-head .itpl-eyebrow { justify-content: center; }
.itpl-why-head .itpl-h2    { margin: 0 auto 0.75rem; }
.itpl-why-head .itpl-lead  { margin: 0 auto; }
.itpl-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.itpl-why-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.itpl-why-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--t), border-color var(--t), transform var(--t);
}
.itpl-why-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--blue);
  transform: translateY(-4px);
}
.itpl-why-num {
  position: absolute;
  top: 0.25rem;
  right: 1rem;
  font-family: var(--font-d);
  font-size: 3rem;
  font-weight: 600;
  color: rgba(29,78,216,0.05);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.itpl-why-card h3 {
  font-family: var(--font-d);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.itpl-why-card p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* ── Free Day Pass CTA Banner ── */
.itpl-fdp {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3080 50%, #1D4ED8 100%);
  padding: 4rem 0;
}
.itpl-fdp-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.itpl-fdp-text {}
.itpl-fdp-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cream);
  margin-bottom: 0.6rem;
}
.itpl-fdp-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.5rem, 3vw, 2rem);
 font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.itpl-fdp-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
}
.itpl-fdp-actions {
  display: flex;
  gap: 0.875rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* ── Gallery Bento ── */
.itpl-gallery-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 280px 240px;
  gap: 0.75rem;
  margin-top: 3rem;
  border-radius: var(--r);
  overflow: hidden;
}
.itpl-gal-item {
  overflow: hidden;
  border-radius: var(--r-sm);
  position: relative;
  cursor: zoom-in;
}
.itpl-gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.itpl-gal-item:hover img { transform: scale(1.04); }
.itpl-gal-item--a { grid-column: span 7; grid-row: span 1; }
.itpl-gal-item--b { grid-column: span 5; grid-row: span 1; }
.itpl-gal-item--c { grid-column: span 4; grid-row: span 1; }
.itpl-gal-item--d { grid-column: span 4; grid-row: span 1; }
.itpl-gal-item--e { grid-column: span 4; grid-row: span 1; }
.itpl-gal-label {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(11,22,66,0.82);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
}

/* ── Workspace Plans ── */
.itpl-plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
.itpl-plan {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 2rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--t), transform var(--t);
}
.itpl-plan:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.itpl-plan.featured {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.itpl-plan-popular {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
}
.itpl-plan-icon {
  width: 42px;
  height: 42px;
  background: rgba(29,78,216,0.1);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 1.25rem;
}
.itpl-plan.featured .itpl-plan-icon {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.itpl-plan-name {
  font-family: var(--font-d);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.itpl-plan.featured .itpl-plan-name { color: rgba(255,255,255,0.6); }
.itpl-plan-price {
  font-family: var(--font-d);
  font-size: 2rem;
 font-weight: 600;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.itpl-plan.featured .itpl-plan-price { color: #fff; }
.itpl-plan-price small {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
}
.itpl-plan.featured .itpl-plan-price small { color: rgba(255,255,255,0.55); }
.itpl-plan-desc {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0.5rem 0 1.25rem;
  line-height: 1.55;
}
.itpl-plan.featured .itpl-plan-desc { color: rgba(255,255,255,0.65); }
.itpl-plan-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.itpl-plan-feats li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.83rem;
  color: var(--body);
  line-height: 1.45;
}
.itpl-plan.featured .itpl-plan-feats li { color: rgba(255,255,255,0.8); }
.itpl-plan-feats li::before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%231D4ED8' fill-opacity='.12'/%3E%3Cpath d='M4.5 8.5l2.5 2.5 4.5-5' stroke='%231D4ED8' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: 1px;
}
.itpl-plan.featured .itpl-plan-feats li::before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='rgba(255,255,255,.15)'/%3E%3Cpath d='M4.5 8.5l2.5 2.5 4.5-5' stroke='%23fff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.itpl-plan-btn {
  width: 100%;
  text-align: center;
}

/* ── Amenities ── */
.itpl-am-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.itpl-am-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 1.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: box-shadow var(--t), border-color var(--t);
}
.itpl-am-card:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--blue);
}
.itpl-am-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: rgba(29,78,216,0.08);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}
.itpl-am-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}
.itpl-am-label small {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

/* ── Connectivity ── */
.itpl-connect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
  margin-top: 3rem;
}
.itpl-connect-grid-new {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 3rem;
}
.itpl-transport-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.itpl-transport-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
}
.itpl-transport-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: rgba(29,78,216,0.08);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}
.itpl-transport-info {}
.itpl-transport-mode {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.itpl-transport-detail {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}
.itpl-nearby-h {
  font-family: var(--font-d);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.itpl-nearby-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.itpl-nearby-tag {
  background: rgba(29,78,216,0.07);
  border: 1px solid rgba(29,78,216,0.18);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: var(--r-sm);
}
.itpl-map-wrap {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
}
.itpl-map-wrap iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: none;
}
.whitefiled-map-wrap iframe{
   width: 100%;
  height: 170px !important;
  display: block;
  border-radius: 15px;
}
/* ── Testimonials ── */
.itpl-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.itpl-testi-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: box-shadow var(--t), transform var(--t);
}
.itpl-testi-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.itpl-testi-stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}
.itpl-testi-quote {
  font-size: 0.95rem;
  color: var(--body);
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}
.itpl-testi-quote::before { content: '\201C'; }
.itpl-testi-quote::after { content: '\201D'; }
.itpl-testi-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}
.itpl-testi-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-d);
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.itpl-testi-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--navy);
  line-height: 1.2;
}
.itpl-testi-role {
  font-size: 0.78rem;
  color: var(--muted);
}

/* ── FAQ ── */
.itpl-faq-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.itpl-faq-item {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t);
}
.itpl-faq-item.open {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}
.itpl-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-b);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: background var(--t);
}
.itpl-faq-q:hover { background: rgba(29,78,216,0.03); }
.itpl-faq-item.open .itpl-faq-q { background: rgba(29,78,216,0.05); }
.itpl-faq-chevron {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: rgba(29,78,216,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  transition: transform var(--t), background var(--t);
}
.itpl-faq-item.open .itpl-faq-chevron {
  transform: rotate(180deg);
  background: var(--blue);
  color: #fff;
}
.itpl-faq-a {
  display: none;
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
}
.itpl-faq-item.open .itpl-faq-a { display: block; }

/* ── Final CTA ── */
.itpl-final {
  background: linear-gradient(135deg, #0b1642 0%, var(--navy) 60%, #1a2d7a 100%);
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.itpl-final::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(29,78,216,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.itpl-final::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(196,144,10,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.itpl-final-inner { position: relative; z-index: 1; }
.itpl-final-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f5c842;
  margin-bottom: 1rem;
}
.itpl-final-h2 {
  font-family: var(--font-d);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
 font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.itpl-final-h2 em { font-style: normal; color: var(--cream); }
.itpl-final-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
.itpl-final-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .itpl-plans-grid { grid-template-columns: repeat(2, 1fr); }
  .itpl-am-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .itpl-hero { min-height: 80vh; padding-bottom: 3rem; }
  .itpl-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .itpl-stat { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .itpl-stat:nth-child(2) { border-right: none; }
  .itpl-about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .itpl-why-grid { grid-template-columns: 1fr; }
  .itpl-why-card { padding: 1.5rem 1.25rem; }
  .itpl-fdp-inner { flex-direction: column; text-align: center; }
  .itpl-fdp-actions { justify-content: center; }
  .itpl-gallery-bento { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px 200px; }
  .itpl-gal-item--a { grid-column: span 2; }
  .itpl-gal-item--b, .itpl-gal-item--c, .itpl-gal-item--d, .itpl-gal-item--e { grid-column: span 1; }
  .itpl-plans-grid { grid-template-columns: 1fr; }
  .itpl-am-grid { grid-template-columns: repeat(2, 1fr); }
  .itpl-connect-grid { grid-template-columns: 1fr; }
  .itpl-testi-grid { grid-template-columns: 1fr; }
  .itpl-sec { padding: 3.5rem 0; }
}
@media (max-width: 480px) {
  .itpl-gallery-bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .itpl-gal-item { aspect-ratio: 16/9; }
  .itpl-gal-item--a, .itpl-gal-item--b, .itpl-gal-item--c, .itpl-gal-item--d, .itpl-gal-item--e { grid-column: span 1; }
  .itpl-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .itpl-hero-btns { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════════════
   OFFICE SPACE BANGALORE PAGE  (osb-)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. HERO ── */
.osb-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.osb-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.osb-hero:hover .osb-hero-bg { transform: scale(1); }
.osb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19,33,97,.87) 0%, rgba(29,78,216,.55) 60%, rgba(0,0,0,.30) 100%);
}
.osb-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.osb-breadcrumb {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .78rem;
  font-family: var(--f-b);
  color: rgba(255,255,255,.65);
  flex-wrap: wrap;
}
.osb-breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
.osb-breadcrumb a:hover { color: #fff; }
.osb-bc-sep { color: rgba(255,255,255,.4); }
.osb-hero-label {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(196,144,10,.18);
  border: 1px solid rgba(196,144,10,.45);
  color: #f5c842;
  font-size: .72rem;
  font-family: var(--f-b);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: 999px;
  width: fit-content;
}
.osb-hero-h1 {
  font-family: var(--f-d);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
 font-weight: 600;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -.02em;
  max-width: 780px;
}
.osb-hero-h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #f5c842 0%, #c4900a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.osb-hero-sub {
  font-family: var(--f-b);
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.82);
  max-width: 520px;
  line-height: 1.6;
}
.osb-hero-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: .5rem;
}
.osb-hero-trust {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  font-family: var(--f-b);
  font-size: .8rem;
  color: rgba(255,255,255,.65);
  margin-top: .25rem;
}
.osb-trust-sep { color: rgba(255,255,255,.3); }

/* ── 2. ABOUT SECTION ── */
.osb-about { background: #fff; }
.osb-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.osb-about-img-col { display: flex; }
.osb-about-img-wrap {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/5;
  box-shadow: 0 24px 60px rgba(19,33,97,0.14);
}
.osb-about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.osb-about-img-wrap:hover .osb-about-img { transform: scale(1.04); }
.osb-about-img-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(29,78,216,.9);
  color: #fff;
  font-family: var(--f-b);
  font-size: .78rem;
  font-weight: 600;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.osb-about-text { display: flex; flex-direction: column; gap: 1.25rem; }
.osb-about-lead {
  font-family: var(--f-b);
  font-size: 1.05rem;
  color: var(--navy);
  line-height: 1.75;
  font-weight: 500;
}
.osb-about-body {
  font-family: var(--f-b);
  font-size: .97rem;
  color: #4b5563;
  line-height: 1.8;
}
.osb-about-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem .5rem;
}
.osb-check {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--f-b);
  font-size: .88rem;
  font-weight: 600;
  color: var(--navy);
}
.osb-check svg { color: var(--blue); flex-shrink: 0; }


/* ── 3. OFFICE LOCATIONS ── */
.osb-locs { background: var(--off); }
.osb-locs-head {
  text-align: center;
  margin-bottom: 3rem;
}
.osb-locs-h2 { max-width: 680px; margin-left: auto; margin-right: auto; }
.osb-locs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.osb-loc-card {
  background: #fff;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(19,33,97,.07);
  transition: transform .28s ease, box-shadow .28s ease;
  display: flex;
  flex-direction: column;
}
.osb-loc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(19,33,97,.14);
}
.osb-loc-img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.osb-loc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.osb-loc-card:hover .osb-loc-img-wrap img { transform: scale(1.06); }
.osb-loc-badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  background: var(--navy);
  color: #fff;
  font-family: var(--f-b);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-radius: 999px;
}
.osb-loc-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  flex: 1;
}
.osb-loc-title {
  font-family: var(--f-d);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}
.osb-loc-desc {
  font-family: var(--f-b);
  font-size: .88rem;
  color: #4b5563;
  line-height: 1.65;
  flex: 1;
}
.osb-loc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.osb-loc-tag {
  font-family: var(--f-b);
  font-size: .72rem;
  color: var(--blue);
  background: rgba(29,78,216,.07);
  padding: .25rem .65rem;
  border-radius: 999px;
  font-weight: 500;
}
.osb-loc-ctas {
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: .5rem;
  border-top: 1px solid rgba(19,33,97,.07);
}

/* ── OSB Responsive ── */
@media (max-width: 1024px) {
  .osb-about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .osb-about-img-wrap { aspect-ratio: 16/9; }
  .osb-locs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .osb-hero { min-height: 75vh; }
  .osb-hero-inner { padding-top: 6rem; }
  .osb-hero-ctas { flex-direction: column; align-items: flex-start; }
  .osb-about-checks { grid-template-columns: 1fr; }
  .osb-about-img-wrap { aspect-ratio: 3/2; }
  .osb-locs-grid { grid-template-columns: 1fr; }
  .osb-locs-h2 br { display: none; }
}
@media (max-width: 480px) {
  .osb-hero-h1 { font-size: 2rem; }
}

/* ═══════════════════════════════════════════════════════════
   ITPL — CHOOSE WHAT WORKS FOR YOU  (itpl-cww-*)
═══════════════════════════════════════════════════════════ */
.itpl-cww-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-top: 2.75rem;
}
.itpl-cww-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s;
  text-decoration: none;
  color: inherit;
}
.itpl-cww-card:hover {
  box-shadow: 0 8px 32px rgba(19,33,97,0.12);
  border-color: var(--blue);
  transform: translateY(-4px);
}
.itpl-cww-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}
.itpl-cww-icon--blue   { background: rgba(29,78,216,0.1); color: #1D4ED8; }
.itpl-cww-icon--gold   { background: rgba(196,144,10,0.1); color: #c4900a; }
.itpl-cww-icon--green  { background: rgba(16,185,129,0.1); color: #059669; }
.itpl-cww-icon--navy   { background: rgba(19,33,97,0.1);  color: #132161; }
.itpl-cww-icon--teal   { background: rgba(0,128,128,0.1); color: #0d9488; }
.itpl-cww-name {
  font-family: var(--f-d);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}
.itpl-cww-from {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.1rem;
}
.itpl-cww-price {
  font-family: var(--f-d);
  font-size: 18px;
 font-weight: 600;
  color: var(--blue);
  line-height: 1.8;
}
.itpl-cww-price small {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
}
.itpl-cww-desc {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
}
.itpl-cww-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.itpl-cww-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 1.5rem;
}
@media (max-width: 1200px) {
  .itpl-cww-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .itpl-cww-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .itpl-cww-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   OSB — CHOOSE WHAT WORKS FOR YOU  (osb-cww-*)  3-col grid
═══════════════════════════════════════════════════════════ */
.osb-cww-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.75rem;
}
.osb-cww-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 2.25rem 1.75rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s;
  text-decoration: none;
  color: inherit;
}
.osb-cww-card:hover {
  box-shadow: 0 8px 32px rgba(19,33,97,0.12);
  border-color: var(--blue);
  transform: translateY(-4px);
}
.osb-cww-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}
.osb-cww-icon--blue  { background: rgba(29,78,216,0.1);  color: #1D4ED8; }
.osb-cww-icon--gold  { background: rgba(196,144,10,0.1);  color: #c4900a; }
.osb-cww-icon--green { background: rgba(16,185,129,0.1);  color: #059669; }
.osb-cww-icon--navy  { background: rgba(19,33,97,0.1);    color: #132161; }
.osb-cww-icon--teal  { background: rgba(0,128,128,0.1);   color: #0d9488; }
.osb-cww-icon--red   { background: rgba(220,38,38,0.1);   color: #dc2626; }
.osb-cww-name {
  font-family: var(--f-d);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
}
.osb-cww-from {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.osb-cww-price {
  font-family: var(--f-d);
  font-size: 18px;
 font-weight: 600;
  color: var(--blue);
  line-height: 1.1;
}
.osb-cww-price small {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
}
.osb-cww-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}
.osb-cww-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.osb-cww-note {
  text-align: center;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--muted);
  margin-top: 1.75rem;
}
@media (max-width: 900px) {
  .osb-cww-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .osb-cww-grid { grid-template-columns: 1fr; }
}
.itpl-contact-wrapper{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.itpl-contact-item a,
.itpl-contact-address{
    display:flex;
    align-items:flex-start;
    gap:14px;
    text-decoration:none;
    color:#1c2352;
    line-height:1.6;
    font-size:16px;
    font-weight:normal;
}

.itpl-contact-item a{
    font-size:16px;
    font-weight:normal;
}


.itpl-contact-icon{
    width:22px;
    height:22px;
    min-width:22px;
    margin-top:3px;
}

.itpl-contact-item a:hover{
    opacity:.8;
}

@media(max-width:768px){

    .itpl-contact-item a,
    .itpl-contact-address{
        font-size:15px;
    }

    .itpl-contact-icon{
        width:20px;
        height:20px;
    }

}

/* ═══════════════════════════════════════════════════════════
   MMO — Managed Office Marathahalli
═══════════════════════════════════════════════════════════ */

/* Hero bg override for Marathahalli */
.mmo-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1497366412874-3415097a27e7?auto=format&fit=crop&w=1600&q=80');
}

/* For Corporates section */
.mmo-corp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}
.mmo-corp-text { display: flex; flex-direction: column; gap: 0; }
.mmo-corp-img-wrap {
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.mmo-corp-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mmo-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  margin-top: 1.5rem;
  width: fit-content;
}
.mmo-price-icon { font-size: 1rem; line-height: 1; }
.mmo-tour-note {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 0.75rem;
}

/* About the Location */
.mmo-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.mmo-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.mmo-location-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--off, #F8FAFC);
  border: 1.5px solid var(--border);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  padding: 0.35rem 0.85rem;
}
.mmo-map-wrap {
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 6 / 3;
  border: 1.5px solid var(--border);
}
.marthahalli-map-wrap {
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1.5px solid var(--border);
}
.mmo-map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* Why choose — icon override (Unicode instead of SVG) */
.mmo-card-icon {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}

/* Choose What Works — icon override */
.mmo-cww-icon {
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}

/* Responsive */
@media (max-width: 1024px) {
  .mmo-corp-grid { gap: 2.5rem; }
  .mmo-location-grid { gap: 2.5rem; }
}
@media (max-width: 768px) {
  .mmo-corp-grid { grid-template-columns: 1fr; }
  .mmo-corp-img-wrap { order: -1; }
  .mmo-location-grid { grid-template-columns: 1fr; }
  .mmo-map-wrap { aspect-ratio: 16 / 9; }
}
@media (max-width: 480px) {
  .mmo-price-badge { font-size: 0.78rem; padding: 0.45rem 0.9rem; }
}


/* ═══════════════════════════════════════════════════════════
   TKY — Thank You Pages (contact / day-pass / tour)
═══════════════════════════════════════════════════════════ */

/* ── Hero background variants ───────────────────────────── */
.tky-hero-bg-contact {
  background-image: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?auto=format&fit=crop&w=1920&q=80');
}
.tky-hero-bg-pass {
  background-image: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1920&q=80');
}
.tky-hero-bg-tour {
  background-image: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?auto=format&fit=crop&w=1920&q=80');
}

/* ── Overlay tint variants ──────────────────────────────── */
.tky-overlay-pass {
  background: linear-gradient(to bottom,
    rgba(10, 30, 10, 0.76) 0%,
    rgba(10, 30, 10, 0.72) 40%,
    rgba(10, 30, 10, 0.86) 75%,
    rgba(10, 30, 10, 0.95) 100%);
}
.tky-overlay-tour {
  background: linear-gradient(to bottom,
    rgba(12, 18, 40, 0.78) 0%,
    rgba(12, 18, 40, 0.74) 40%,
    rgba(12, 18, 40, 0.88) 75%,
    rgba(12, 18, 40, 0.96) 100%);
}

/* ── Hero height — taller for full-page feel ────────────── */
.tky-hero.ct-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.tky-hero .am-hero-inner {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

/* ── Centered content wrapper ───────────────────────────── */
.tky-inner {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}

/* ── Success checkmark ring ─────────────────────────────── */
.tky-check {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  border: 2px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: #fff;
  opacity: 0;
  animation: amFadeUp 0.45s ease 0.05s forwards;
}
.tky-check--gold {
  background: rgba(196, 144, 10, 0.18);
  border-color: rgba(196, 144, 10, 0.6);
  color: #f5c842;
}
.tky-check--navy {
  background: rgba(19, 33, 97, 0.25);
  border-color: rgba(169, 219, 232, 0.45);
  color: var(--cream, #a9dbe8);
}

/* ── Heading ────────────────────────────────────────────── */
.tky-h1 {
  font-family: var(--font-d, 'Outfit', sans-serif);
  font-size: clamp(2.4rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.18s forwards;
}
.tky-h1 em {
  font-style: normal;
  color: var(--cream, #a9dbe8);
}

/* ── Sub-copy ───────────────────────────────────────────── */
.tky-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin-bottom: 2rem;
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.28s forwards;
}
.tky-sub strong { color: #fff; }

/* ── "What happens next" meta list ─────────────────────── */
.tky-meta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 2.25rem;
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.36s forwards;
}
.tky-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}
.tky-meta-icon {
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
}

/* ── CTA buttons row ────────────────────────────────────── */
.tky-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.44s forwards;
}

/* ── Direct contact line ────────────────────────────────── */
.tky-direct {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  opacity: 0;
  animation: amFadeUp 0.55s ease 0.52s forwards;
}
.tky-direct a {
  color: rgba(255, 255, 255, 0.65);
  
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.tky-direct a:hover { color: var(--gold, #c4900a); }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .tky-hero.ct-hero { min-height: 100svh; }
  .tky-h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .tky-sub { font-size: 0.95rem; }
  .tky-check { width: 66px; height: 66px; }
  .tky-meta-item { font-size: 0.85rem; }
  .tky-actions { flex-direction: column; align-items: stretch; }
  .tky-actions .btn { text-align: center; width: 100%; }
}
@media (max-width: 480px) {
  .tky-inner { padding: 0 0.25rem; }
  .tky-meta-item { justify-content: flex-start; text-align: left; }
}

/* ── YouTube Video Lightbox ──────────────────────────────── */
.i1-yt-lb {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.i1-yt-lb[hidden] { display: none; }
.i1-yt-lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.i1-yt-lb-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  z-index: 1;
}
.i1-yt-lb-close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}
.i1-yt-lb-close:hover { background: rgba(255,255,255,0.25); }
.i1-yt-lb-close:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.i1-yt-lb-ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
}
.i1-yt-lb-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* -- Desk Type Reference Guide (horizontal cards) -- */
.dt-wrap {
  margin-top: 3rem;
  background: #f0f4ff;
  border-radius: 20px;
  padding: 2.5rem 2rem 2rem;
}
.dt-hdr {
  text-align: center;
  margin-bottom: 2rem;
}
.dt-title {
  font-family: var(--font-d);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}
.dt-sub {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}
/* Cards row */
.dt-cards {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  /*overflow-x: auto;*/
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.dt-cards::-webkit-scrollbar { height: 4px; }
.dt-cards::-webkit-scrollbar-track { background: transparent; }
.dt-cards::-webkit-scrollbar-thumb { background: #c7d2fe; border-radius: 4px; }

/* Individual card */
.dt-card {
  flex: 1 1 0;
  min-width: 175px;
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid transparent;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
  position: relative;
  cursor: default;
}
.dt-card:hover {
  border-color: var(--navy);
  box-shadow: 0 8px 32px rgba(19,33,97,0.13);
  transform: translateY(-4px);
}
/* Hot desk highlighted card */
.dt-card--hot {
  background: var(--navy);
  border-color: var(--navy);
}
.dt-card--hot:hover {
  box-shadow: 0 8px 36px rgba(19,33,97,0.28);
}

/* Icon circle */
.dt-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(29,78,216,0.12);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: background 0.22s, color 0.22s;
}
.dt-card-icon svg { width: 30px; height: 30px; }
.dt-card--hot .dt-card-icon {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.dt-card:hover .dt-card-icon {
  background: var(--navy);
  color: #fff;
}
.dt-card--hot:hover .dt-card-icon {
  background: rgba(255,255,255,0.25);
}

/* "Most Popular" tag */
.dt-card-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fde047;
  color: #854d0e;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  white-space: nowrap;
}
.dt-card-tag--hidden { display: none; }

/* Name */
.dt-card-name {
  font-family: var(--font-d);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 0.35rem;
  letter-spacing: -0.01em;
}
.dt-card--hot .dt-card-name { color: #fff; }

/* Ideal for */
.dt-card-ideal {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0 0 1rem;
  line-height: 1.4;
}
.dt-card--hot .dt-card-ideal { color: rgba(255,255,255,0.65); }

/* Features list */
.dt-card-feats {
  list-style: none;
  margin: 0 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.dt-card-feats li {
  font-size: 0.78rem;
  color: var(--body);
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.45;
}
.dt-card-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}
.dt-card--hot .dt-card-feats li { color: rgba(255,255,255,0.85); }
.dt-card--hot .dt-card-feats li::before { background: #fde047; }

/* Price block */
.dt-card-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.25rem 0 0.9rem;
  gap: 0;
}
.dt-price-from {
  font-size: 0.68rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.01em;
  min-height: 1em;
}
.dt-price-amt {
  font-family: var(--font-d);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.dt-price-amt--req {
  font-size: 0.95rem;
  letter-spacing: 0;
}
.dt-price-per {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
  min-height: 1em;
}
.dt-card--hot .dt-price-from { color: rgba(255,255,255,0.55); }
.dt-card--hot .dt-price-amt  { color: #fde047; }
.dt-card--hot .dt-price-per  { color: rgba(255,255,255,0.55); }

/* CTA link */
.dt-card-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
  border: 1.5px solid var(--navy);
  border-radius: 8px;
  padding: 0.55rem 0;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  letter-spacing: 0.01em;
}
.dt-card-cta:hover {
  background: var(--navy);
  color: #fff;
}
.dt-card--hot .dt-card-cta {
  border-color: rgba(255,255,255,0.55);
  color: #fff;
  background: rgba(255,255,255,0.12);
}
.dt-card--hot .dt-card-cta:hover {
  background: #fff;
  color: var(--navy);
}
.finder-error{
    display:block;
    color:#dc2626;
    font-size:12px;
    margin-top:4px;
    font-weight:500;
}
/* Responsive: 3 cols on tablet, stack on mobile */
@media (max-width: 900px) {
  .dt-cards { flex-wrap: wrap; }
  .dt-card   { min-width: calc(33.33% - 0.7rem); flex: 1 1 calc(33.33% - 0.7rem); }
}
@media (max-width: 640px) {
  .dt-wrap   { padding: 1.75rem 1rem 1.5rem; }
  .dt-title  { font-size: 1.1rem; }
  .dt-cards  { flex-wrap: nowrap; gap: 0.75rem; }
  .dt-card   { min-width: 155px; }
  .dt-card-icon { width: 52px; height: 52px; }
  .dt-card-icon svg { width: 24px; height: 24px; }
  .logo-img{height:auto;}
}
.steps-container{
    width:100%;
    max-width:700px;
    margin:0 auto;
}

.step{
    position:relative;
    padding-left:65px;
    margin-bottom:35px;
}

.step::before{
    content:attr(data-step);
    position:absolute;
    left:0;
    top:0;
    width:38px;
    height:38px;
    border-radius:50%;
    background:linear-gradient(135deg,#0D3B8E,#1E5CC6);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
    box-shadow:0 8px 20px rgba(13,59,142,.25);
    z-index:2;
}

.step::after{
    content:"";
    position:absolute;
    left:18px;
    top:45px;
    width:2px;
    height:calc(100% + 10px);
    background:linear-gradient(to bottom, #bfc5d1, rgba(13, 59, 142, .15));
}

.step:last-child::after{
    display:none;
}

.step h3{
    margin:0 0 8px;
    font-size:22px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
}

.step p{
    margin:0;
    font-size:16px;
    line-height:1.7;
    color:#cbd2dd;
}