.elementor-64449 .elementor-element.elementor-element-53fd851{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64449 .elementor-element.elementor-element-34b15d8{padding:0px 0px 0px 10px;}/* Start custom CSS for html, class: .elementor-element-34b15d8 */#destine-services-app {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  font-family: inherit;
}

/* ── Sidebar ──────────────────────────────────────────────────────── */
.sv-sidebar {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  /* Sticky: stays at its natural starting position (116px = 32px admin bar
     + 64px site header + 20px Elementor section padding) while the main
     content scrolls past it. align-self: flex-start is required so the
     flex item doesn't stretch to match sv-main's height. */
  position: sticky;
  top: 116px;
  align-self: flex-start;
  max-height: calc(100vh - 124px); /* 116px offset + 8px bottom gap */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.10) transparent;
}
.sv-sidebar::-webkit-scrollbar { width: 3px; }
.sv-sidebar::-webkit-scrollbar-track { background: transparent; }
.sv-sidebar::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.10); border-radius: 2px; }

.sv-search-wrap { margin-bottom: 12px; }
.sv-search {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: #e8eaf0;
  border-radius: 4px;
  padding: 8px 12px 8px 30px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237a8299' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 8px center;
}
.sv-search::placeholder { color: #7a8299; font-size: 12px; }
.sv-search:focus { border-color: rgba(239,43,137,0.5); }

.sv-reset {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  color: #e8eaf0;
  border-radius: 4px;
  padding: 7px 14px;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
  transition: border-color .15s, color .15s;
}
.sv-reset:hover { border-color: #ef2b89; color: #ef2b89; }

.sv-filters-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: #e8eaf0;
  padding: 8px 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 4px;
}
.sv-filter-icon { color: #7a8299; font-size: 16px; }

.sv-filter-group { border-bottom: 1px solid rgba(255,255,255,0.07); }
.sv-filter-title {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; color: #c8cce0; cursor: pointer;
  padding: 10px 0; user-select: none; transition: color .15s;
}
.sv-filter-title:hover { color: #fff; }
.sv-filter-arrow {
  font-size: 18px; color: #7a8299;
  transition: transform .2s; display: inline-block;
}

.sv-filter-items {
  padding: 4px 0 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.15) transparent;
  /* Animation: fade + slide in when panel opens */
  animation: sv-panel-in 0.18s ease;
}
@keyframes sv-panel-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sv-filter-items::-webkit-scrollbar { width: 4px; }
.sv-filter-items::-webkit-scrollbar-track { background: transparent; }
.sv-filter-items::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 2px; }

.sv-filter-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #8892a4; cursor: pointer;
  padding: 3px 0; line-height: 1.4; transition: color .12s;
}
.sv-filter-item input[type="checkbox"] {
  accent-color: #ef2b89; width: 13px; height: 13px;
  flex-shrink: 0; cursor: pointer;
}
.sv-filter-item:hover { color: #e8eaf0; }

/* ── Main ─────────────────────────────────────────────────────────── */
.sv-main { flex: 1; min-width: 0; max-width: 100%; overflow: hidden; }

/* ── Audience name header + fav toggle ───────────────────────────── */
.sv-audience-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  min-height: 36px;
}
.sv-audience-name {
  font-size: 22px; font-weight: 700; color: #e8eaf0; letter-spacing: .01em;
}
.sv-fav-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: transparent; border: 1px solid rgba(255,255,255,0.15); color: #7a8299;
  border-radius: 6px; padding: 6px 12px; font-size: 12px; cursor: pointer;
  flex-shrink: 0; margin-left: auto; transition: border-color .15s, color .15s, background .15s;
}
.sv-fav-toggle img { filter: brightness(0.6); transition: filter .15s; }
.sv-fav-toggle:hover { border-color: rgba(239,43,137,0.5); color: #ef2b89; }
.sv-fav-toggle:hover img { filter: brightness(1) sepia(1) saturate(5) hue-rotate(295deg); }
.sv-fav-toggle--active { background: rgba(239,43,137,0.12); border-color: #ef2b89; color: #ef2b89; }
.sv-fav-toggle--active img { filter: brightness(1) sepia(1) saturate(5) hue-rotate(295deg); }

/* ── Highlights wrapper ───────────────────────────────────────────── */
.sv-highlights-section { margin-bottom: 36px; }

/* ── Strip header: title + arrows ────────────────────────────────── */
.sv-strip-header {
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  margin-bottom: 14px;
}

.sv-strip-title-row { 
    font-size: 16px; 
    font-weight: 700; 
    color: #e8eaf0; margin: 0; 
    
}

.sv-strip-arrows-wrap { display: flex; gap: 6px; flex-shrink: 0; }

/* ── Arrow buttons ────────────────────────────────────────────────── */
.sv-strip-arrow {
  width: 32px;
  height: 32px; 
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15); 
  background: rgba(255,255,255,0.05);
  color: #c8cce0; 
  font-size: 20px; 
  line-height: 1; 
  cursor: pointer;
  display: flex; 
  align-items: center; 
  justify-content: center;
  transition: border-color .15s, background .15s, color .15s;
  user-select: none; 
  flex-shrink: 0;
}

.sv-strip-arrow:hover:not(:disabled) {
  border-color: #ef2b89; 
  background: rgba(239,43,137,0.1); 
  color: #ef2b89;
}

.sv-strip-arrow:disabled { 
    opacity: 0.25; 
    cursor: default; 
    
}

/* ── Carousel: full-width track, no scrollbar ────────────────────── */
.sv-strip-carousel { width: 100%; max-width: 100%; }
.sv-strip-track-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  cursor: grab;
}
.sv-strip-track-wrap:active { cursor: grabbing; }
.sv-strip-track {
  display: flex; gap: 14px;
  transition: transform .3s ease;
  will-change: transform;
}

/* ── Strip card — 4 visible ──────────────────────────────────────── */
.sv-strip-card {
  /* 4 cards: 3 gaps × 14px = 42px; divide remaining width by 4 */
  flex: 0 0 calc(25% - 10.5px);
  display: flex; flex-direction: column;
  background: #131c2e; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; overflow: hidden;
  text-decoration: none; position: relative;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.sv-strip-card:hover {
  border-color: rgba(255,255,255,0.20);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transform: translateY(-1px);
}

.sv-strip-thumb {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  background: #0e1525; overflow: hidden; flex-shrink: 0;
}
.sv-strip-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sv-strip-img--placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a2338 0%, #0e1525 100%);
}
.sv-strip-body { 
    padding: 10px 12px; 
    display: flex; 
    flex-direction: 
    column; gap: 4px; 
    flex: 1; 
}

.sv-strip-meta {
    min-height: 18px; 
}

.sv-strip-title {
  font-size: 16px; 
  font-weight: 600; 
  color: #fff; 
  line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 
  overflow: hidden;
}

.sv-strip-desc {
  font-size: 15px; 
  color: #b7b7b7; 
  line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; 
  overflow: hidden;
}

/* ── Browse section ──────────────────────────────────────────────── */
#sv-browse-section { padding-top: 4px; }

/* ── Chips bar ────────────────────────────────────────────────────── */
#sv-chips { display: none; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.sv-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: #c8cce0; background: transparent;
  border: 1px solid rgba(255,255,255,0.18); border-radius: 6px;
  padding: 4px 10px; white-space: nowrap;
}
.sv-chip-x {
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: none; padding: 0;
  cursor: pointer; color: #7a8299; font-size: 12px; line-height: 1; transition: color .12s;
}
.sv-chip-x:hover { color: #ef2b89; }

/* ── Stats ────────────────────────────────────────────────────────── */
.sv-stats { font-size: 13px; color: #7a8299; margin-bottom: 16px; }

/* ── Grid ─────────────────────────────────────────────────────────── */
.sv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 2px; /* breathing room so hover translateY doesn't clip top row */
}
@media (max-width: 1100px) { .sv-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 750px)  { .sv-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Grid card ────────────────────────────────────────────────────── */
.sv-card {
  display: flex; flex-direction: column;
  background: #131c2e; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; overflow: hidden;
  text-decoration: none; position: relative;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.sv-card:hover {
  border-color: rgba(255,255,255,0.20);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transform: translateY(-1px);
}

.sv-card-thumb {
  position: relative; width: 100%; background: #0e1525;
  flex-shrink: 0; aspect-ratio: 16 / 9;
}
.sv-card-img {
  width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 9px 9px 0 0;
}
.sv-card-img--placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a2338 0%, #0e1525 100%);
  border-radius: 9px 9px 0 0;
}
.sv-card-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.sv-card-meta { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; min-height: 20px; 
    
}
.sv-card-title { 
    font-size: 16px; 
    font-weight: 600; 
    color: #fff; 
    line-height: 1.3; 
    
}

.sv-card-desc {
  font-size: 15px; 
  color: #b7b7b7; 
  line-height: 1.5; 
  flex: 1;
  display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; 
  overflow: hidden;
}

/* ── Badges ───────────────────────────────────────────────────────── */
.sv-badge {
  font-size: 10px; font-weight: 600; letter-spacing: .05em;
  padding: 2px 8px; border-radius: 10px; text-transform: uppercase; white-space: nowrap;
}
.sv-badge--operational { display: none; }
.sv-badge--coming-soon { display: none; }
.sv-badge--beta-testing { background: rgba(150,155,170,.15); color: #9a9fb5; }

/* ── Overlays ─────────────────────────────────────────────────────── */
.sv-coming-soon-banner {
  position: absolute; top: 0; left: 0; right: 0; z-index: 2; pointer-events: none;
}
.sv-coming-soon-banner img { width: 100%; display: block; }

.sv-destine-logo-overlay {
  position: absolute; top: 8px; left: 8px; z-index: 10;
  opacity: 0; transition: opacity .2s ease; pointer-events: none;
}
.sv-destine-logo-overlay img {
  width: 110px; height: auto; display: block;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.8));
}
.sv-destine-logo--visible { opacity: 1 !important; }

/* ── Bookmark ─────────────────────────────────────────────────────── */
.sv-card-bookmark {
  position: absolute; top: 10px; right: 10px;
  background: rgba(0,0,0,0); border: none; border-radius: 4px;
  padding: 5px 7px; cursor: pointer; line-height: 1; transition: background .15s;
}
.sv-card-bookmark:hover { background: rgba(0,0,0,0.3); }
.sv-card-bookmark img { display: block; width: 20px !important; }
.sv-card-bookmark.sv-bookmarked img { filter: brightness(1) sepia(1) saturate(5) hue-rotate(295deg); }

/* ── Dataset accordion ────────────────────────────────────────────── */
.sv-ds-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border: none;
  background: transparent !important; box-shadow: none !important; outline: none !important;
  cursor: pointer; padding: 0; flex-shrink: 0; color: #7a8299;
  margin-left: auto; transition: transform .2s ease;
}
.sv-ds-toggle:focus, .sv-ds-toggle:active { background: transparent !important; outline: none !important; }
.sv-ds-toggle[aria-expanded="true"] { transform: rotate(180deg); }
.sv-ds-toggle svg { display: block; }
.sv-dataset-item { display: flex; align-items: center; width: 100%; gap: 6px; }
.sv-ds-children {
  padding-left: 14px; border-left: 1px solid rgba(255,255,255,0.08);
  margin-top: 2px; margin-bottom: 4px;
}

/* ── Skeleton loading ─────────────────────────────────────────────── */
/* Same animation as the roadmap page (svshimmer / rmshimmer are identical) */
.sv-skeleton {
  background: linear-gradient(90deg, #131c2e 25%, #1c2740 50%, #131c2e 75%);
  background-size: 200% 100%;
  animation: svshimmer 1.4s infinite;
  border-radius: 4px;
  display: block;
}
@keyframes svshimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Grid skeleton card — matches sv-card shape */
.sv-skeleton-card {
  background: #131c2e;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  min-height: 220px;
}

/* Carousel skeleton card — matches sv-strip-card shape */
.sv-strip-skeleton {
  flex: 0 0 calc(25% - 10.5px);
  background: #131c2e;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.sv-empty { grid-column: 1/-1; text-align: center; color: #4a5568; padding: 48px; font-size: 14px; }

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE
   Breakpoint logic:
   - >1024px  : sidebar beside main, 4 cards
   - ≤1024px  : sidebar beside main (220px), 3 cards in carousel
   - ≤768px   : sidebar beside main (180px), 2 cards in carousel
   - ≤680px   : sidebar moves above main (column), 2 cards
   - ≤480px   : column layout, 1 card + peek
   ════════════════════════════════════════════════════════════════════ */

/* ── ≤ 1024px: 3 cards, sidebar still beside main ──────────────────── */
@media (max-width: 1024px) {
  /* 3-column grid */
  .sv-grid { grid-template-columns: repeat(3, 1fr); }

  /* 3 cards: 100%/3 minus 2 gaps/3 */
  .sv-strip-card    { flex: 0 0 calc(33.333% - 9.334px); }
  .sv-strip-skeleton{ flex: 0 0 calc(33.333% - 9.334px); }
}

/* ── ≤ 768px: narrow sidebar, 2 cards ──────────────────────────────── */
@media (max-width: 768px) {
  /* Shrink sidebar to give more room to main */
  .sv-sidebar { width: 180px; }

  /* 2-column grid */
  .sv-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* 2 cards: 100%/2 minus 1 gap/2 */
  .sv-strip-card    { flex: 0 0 calc(50% - 7px); }
  .sv-strip-skeleton{ flex: 0 0 calc(50% - 7px); }

  /* Audience header */
  .sv-audience-header { flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
  .sv-audience-name   { font-size: 18px; }
  .sv-fav-toggle      { margin-left: 0; }

  /* Strip header tighter */
  .sv-strip-header     { margin-bottom: 10px; }
  .sv-strip-title-row  { font-size: 14px; }
  .sv-strip-arrow      { width: 28px; height: 28px; font-size: 17px; }
  .sv-highlights-section { margin-bottom: 24px; }

  /* Chips */
  .sv-chip { font-size: 11px; padding: 3px 8px; }
}

/* ── ≤ 680px: sidebar moves above main ─────────────────────────────── */
@media (max-width: 680px) {
  #destine-services-app { flex-direction: column; gap: 16px; }

  .sv-sidebar {
    width: 100%;
    position: relative; /* override sticky — no room for sticky in column layout */
    max-height: none;
    overflow: visible;
    align-self: auto;
  }

  /* sv-main must be clamped to full width in column layout */
  .sv-main { width: 100%; max-width: 100%; overflow: hidden; }

  .sv-strip-card    { flex: 0 0 calc(50% - 7px); }
  .sv-strip-skeleton{ flex: 0 0 calc(50% - 7px); }
}

/* ── ≤ 480px: 1 card with peek ──────────────────────────────────────── */
@media (max-width: 480px) {
  #destine-services-app { gap: 12px; flex-direction: column; }

  /* Both sidebar and main are full-width columns */
  .sv-sidebar { width: 100%; position: relative; max-height: none; overflow: visible; align-self: auto; }
  .sv-main    { width: 100%; max-width: 100%; overflow: hidden; }

  /* Compact sidebar text */
  .sv-filter-title  { padding: 8px 0; font-size: 12px; }
  .sv-filter-item   { font-size: 11px; }
  .sv-filters-label { font-size: 12px; padding: 6px 0 10px; }

  /* 1-column grid */
  .sv-grid { grid-template-columns: 1fr; gap: 10px; }

  /* 1 card + peek: card = 100% of track-wrap minus 24px peek allowance.
     Must use a fixed calc relative to parent, not % of track. */
  .sv-strip-track-wrap { overflow: hidden; }
  .sv-strip-card    { flex: 0 0 calc(100% - 24px); max-width: calc(100% - 24px); }
  .sv-strip-skeleton{ flex: 0 0 calc(100% - 24px); max-width: calc(100% - 24px); }

  /* Card body compact */
  .sv-card-body  { padding: 10px 12px; }
  .sv-card-title { font-size: 13px; }
  .sv-card-desc  { -webkit-line-clamp: 2; }

  /* Strip compact */
  .sv-strip-body  { padding: 8px 10px; }
  .sv-strip-title { font-size: 12px; }

  /* Audience */
  .sv-audience-name { font-size: 15px; }
}/* End custom CSS */