/* ============================================
   BALLOONS FILES - INDEX PAGE STYLES
   New design v6
   ============================================ */

/* Utility */
.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;
  }
  
  /* ── WRAPPER ────────────────────────────────── */
  .videoControlsOverlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: clip;
    background-color: #ffffff;
  }
  
  .videoControlsOverlay .audioControlsOverlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  /* ── NAVIGATION ─────────────────────────────── */
  .videoControlsOverlay .searchSuggestionItem {
    display: flex;
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 18px 120px;
    box-sizing: border-box;
    z-index: 1000;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-bottom: 2px solid #ffffff;
    backdrop-filter: blur(4px) brightness(100%);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
  }
  
  .videoControlsOverlay .sidebarAvatar {
    position: relative;
    width: 172.46px;
    height: 84.75px;
  }
  
  .videoControlsOverlay .sidebarAvatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .videoControlsOverlay .chatOnlineStatus {
    gap: 12px;
    padding: 16px 56px;
    flex: 0 0 auto;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #007B77;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
  }
  
  .videoControlsOverlay .chatOnlineStatus:hover {
    background-color: #006964;
    transform: translateY(-2px);
  }
  
  .videoControlsOverlay .chatOnlineStatus:active {
    transform: translateY(0);
  }
  
  .videoControlsOverlay .accordionWrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: #f4f9f9;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.40px;
    line-height: 24px;
    white-space: nowrap;
  }
  
  .videoControlsOverlay .chatOfflineStatus {
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  /* ── HERO SECTION ───────────────────────────── */
  .videoControlsOverlay .sidebarItem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 300px;
    position: relative;
    align-self: stretch;
    width: 100%;
    min-height: 837px;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .videoControlsOverlay .tagGroupItem {
    display: flex;
    max-width: 1320px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: clamp(40px, 5vw, 80px);
    position: relative;
    box-sizing: border-box;
  }
  
  .videoControlsOverlay .footerSticky {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 24px;
    position: relative;
  }
  
  .videoControlsOverlay .commentReplyButton {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    display: flex;
    position: relative;
  }
  
  .videoControlsOverlay .commentEditButton {
    position: relative;
    display: block;
    align-self: stretch;
    margin-bottom: 0;
    font-family: "DM Sans", Helvetica;
    font-weight: 800;
    color: #014751;
    font-size: clamp(42px, 4.6vw, 63px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-align: center;
  }
  
  .videoControlsOverlay .accordionArrow {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "DM Sans", Helvetica;
    font-weight: 500;
    color: #014751;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
    justify-content: center;
  }
  
  .videoControlsOverlay .accordionIcon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px 0px 0px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .alertSuccess {
    min-height: 114px;
    gap: 17px;
    padding: 36px 90px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
      0px 4px 8px -4px #0000001a,
      -5px 0px 12px -2px #0000001a,
      5px -5px 12px -2px #0000001a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #F34500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    text-decoration: none;
  }
  
  .videoControlsOverlay .alertSuccess:hover {
    background-color: rgb(212, 62, 3);
    transform: translateY(-2px);
    box-shadow: 0px 6px 14px -4px #0000002a, -7px 0px 16px -2px #0000001a, 7px -7px 16px -2px #0000001a;
  }
  
  .videoControlsOverlay .alertSuccess:active {
    transform: translateY(0);
  }
  
  .videoControlsOverlay .alertError {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(34px, 2.8vw, 45px);
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
  }
  
  .videoControlsOverlay .alertInfo {
    position: relative;
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }

  .videoControlsOverlay .alertDlIcon {
    flex-shrink: 0;
    width: 51px;
    height: 51px;
    object-fit: contain;
    display: block;
  }
  
  .videoControlsOverlay .badgeRounded {
    position: relative;
    display: block;
    width: min(699px, 100%);
    max-width: 100%;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: rgba(1, 71, 81, 0.27);
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
    margin-top: 40px;
  }
  
  .videoControlsOverlay .accordionToggle {
    color: rgba(1, 71, 81, 0.27);
    display: inline;
    white-space: normal;
  }
  
  .videoControlsOverlay .sidebarLink {
    color: rgba(38, 122, 241, 0.46);
    text-decoration: underline;
    display: inline;
    white-space: nowrap;
    margin: 0 2px;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  .videoControlsOverlay .sidebarLink:hover {
    color: #3d57ef;
  }
  
  .videoControlsOverlay .legalSeparator {
    display: inline;
    white-space: nowrap;
  }

  .videoControlsOverlay .dl-consent-cb {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1.5px solid rgba(1, 71, 81, 0.27);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    display: inline-grid;
    place-content: center;
    position: relative;
    top: -3px;
    left: 5px;
  }

  .videoControlsOverlay .dl-consent-cb::before {
    content: "";
    width: 7px;
    height: 4px;
    border: 2px solid rgba(1, 71, 81, 0.27);
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg) scale(0);
    transform-origin: center;
    transition: transform 0.12s ease-in-out;
  }

  .videoControlsOverlay .dl-consent-cb:checked::before {
    transform: rotate(-45deg) scale(1);
  }

  .videoControlsOverlay .dl-consent-cb:focus-visible {
    outline: 2px solid #014751;
    outline-offset: 2px;
  }
  
  /* Hero image */
  .videoControlsOverlay .hero-image-wrap {
    flex: 0 0 auto;
    width: 42%;
    max-width: 520px;
    position: relative;
  }
  
  .videoControlsOverlay .hero-image {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* ── FEATURE BADGES BAR ────────────────────── */
  .videoControlsOverlay .feature-badges-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 60px;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--cream);
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  
  .videoControlsOverlay .feature-badges-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(32px, 5vw, 80px);
    max-width: 1200px;
    width: 100%;
  }
  
  .videoControlsOverlay .feature-badge {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .videoControlsOverlay .feature-badge-icon {
    flex-shrink: 0;
  }
  
  .videoControlsOverlay .feature-badge-label {
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: var(--black);
    font-size: 15px;
    letter-spacing: -0.2px;
    white-space: nowrap;
  }
  
  /* ── FEATURES GRID ──────────────────────────── */
  .videoControlsOverlay .tagGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 320px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
  }
  
  .videoControlsOverlay .features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    max-width: none;
    width: 100%;
  }
  
  .videoControlsOverlay .features-row {
    display: contents;
  }
  
  .videoControlsOverlay .feature-card {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 73px 33px;
    border-radius: 16px;
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
  }
  
  .videoControlsOverlay .feature-card--lg {
    flex: 1 1 0;
  }
  
  .videoControlsOverlay .feature-card--white {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: none;
  }
  
  .videoControlsOverlay .feature-card--teal {
    background-color: #2D5F5D;
    color: #ffffff;
  }
  
  .videoControlsOverlay .feature-card--orange {
    background-color: var(--orange);
    color: #ffffff;
  }
  
  .videoControlsOverlay .feature-card__sparkle {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  
  .videoControlsOverlay .feature-card__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: #F34500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .videoControlsOverlay .feature-card__title {
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  .videoControlsOverlay .feature-card--white .feature-card__title {
    color: #0f1729;
  }
  
  .videoControlsOverlay .feature-card__desc {
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
  }
  
  .videoControlsOverlay .feature-card--white .feature-card__desc {
    color: #1b2232;
  }
  
  .videoControlsOverlay .feature-card--teal .feature-card__desc,
  .videoControlsOverlay .feature-card--orange .feature-card__desc {
    color: rgba(255,255,255,0.85);
  }
  
  /* ── HOW IT WORKS / STEPS ───────────────────── */
  .videoControlsOverlay .footerTransparent {
    align-items: center;
    justify-content: center;
    padding: 120px 320px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
    display: flex;
    position: relative;
    box-sizing: border-box;
  }
  
  .videoControlsOverlay .formDisabled {
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    gap: 56px;
    display: flex;
    position: relative;
  }
  
  .videoControlsOverlay .badgePill {
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
  }
  
  .videoControlsOverlay .formReadonly {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: #0f1729;
    font-size: 40px;
    text-align: center;
    letter-spacing: -1.08px;
    line-height: 40px;
    white-space: nowrap;
  }
  
  .videoControlsOverlay .formFocus {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .navCollapsed {
    display: flex;
    flex-direction: column;
    width: 320px;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
  }
  
  .videoControlsOverlay .step-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #F34500;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
  }
  
  .videoControlsOverlay .profileVerified {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    color: var(--dark-grey);
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.60px;
    line-height: 16px;
    white-space: nowrap;
  }
  
  .videoControlsOverlay .profileOnline {
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: #0f1729;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.60px;
    line-height: 28px;
    white-space: nowrap;
    display: flex;
    position: relative;
  }
  
  .videoControlsOverlay .sidebarHidden {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: #65758b;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: normal;
    max-width: 280px;
  }
  
  /* ── FAQ SECTION ────────────────────────────── */
  .videoControlsOverlay .buttonIcon {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
    display: flex;
    position: relative;
    box-sizing: border-box;
  }
  
  .videoControlsOverlay .tabDisabledState {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    gap: 56px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .formHorizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .tabLoading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: var(--black);
    font-size: 56px;
    text-align: center;
    letter-spacing: -1.4px;
    line-height: normal;
  }
  
  .videoControlsOverlay .contentBlurred {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .buttonIcon .highlightText {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 48px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom: 1px solid #1b223240;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
  }
  
  .videoControlsOverlay .buttonIcon .highlightText:hover {
    background-color: rgba(0,0,0,0.03);
  }
  
  .videoControlsOverlay .buttonIcon .formTextarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding: 0 32px 0 0;
    position: relative;
    flex: 1;
    min-width: 0;
  }
  
  .videoControlsOverlay .buttonIcon .messageBox {
    position: relative;
    align-self: stretch;
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: #1b2232;
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: normal;
    cursor: pointer;
  }
  
  .videoControlsOverlay .buttonIcon .alertIcon {
    position: relative;
    align-self: stretch;
    font-family: "DM Sans", Helvetica;
    font-weight: 500;
    color: #1b2232;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.45;
    display: none;
  }
  
  .videoControlsOverlay .buttonIcon .highlightText.active .alertIcon {
    display: block;
  }
  
  /* FAQ toggle icon */
  .videoControlsOverlay .buttonIcon .faq-toggle {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: transform 0.35s ease;
    transform-origin: center;
    transform: rotate(45deg);
  }

  .videoControlsOverlay .buttonIcon .faq-toggle svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .videoControlsOverlay .buttonIcon .highlightText.active .faq-toggle {
    transform: rotate(0deg);
  }
  
  .videoControlsOverlay .headerStatic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 32px;
  }
  
  .videoControlsOverlay .loginError {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .registerError {
    position: relative;
    align-self: stretch;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
    line-height: normal;
  }
  
  .videoControlsOverlay .formSuccessMessage {
    letter-spacing: 0;
  }
  
  .videoControlsOverlay .modalClosed {
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: underline;
  }
  
  .videoControlsOverlay .registerError a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
  }
  
  .videoControlsOverlay .registerError a:hover {
    color: var(--orange);
  }
  
  /* ── CTA BANNER ─────────────────────────────── */
  .videoControlsOverlay .cta-banner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  
  .videoControlsOverlay .cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: none;
    width: 100%;
    padding: 64px;
    background-color: #F34500;
    border-radius: 40px;
    box-sizing: border-box;
  }
  
  .videoControlsOverlay .cta-banner__title {
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(32px, 3vw, 48px);
    letter-spacing: 0;
    line-height: 1;
  }
  
  .videoControlsOverlay .cta-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 36px;
    background-color: #ffffff;
    color: #F34500;
    font-family: "DM Sans", Helvetica;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    flex-shrink: 0;
  }
  
  .videoControlsOverlay .cta-banner__btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
  }
  
  .videoControlsOverlay .cta-banner__btn:active {
    transform: translateY(0);
  }
  
  /* ── FOOTER ─────────────────────────────────── */
  .videoControlsOverlay .page500 {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 56px 200px;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-top: 1px solid #0a0a0a;
  }
  
  .videoControlsOverlay .searchHighlight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .searchNoResults {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .sidebarExpanded {
    display: flex;
    flex-direction: column;
    width: 350px;
    align-items: flex-start;
    gap: 12px;
    position: relative;
  }
  
  .videoControlsOverlay .footer-heading {
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    color: var(--black);
    font-size: 32px;
    letter-spacing: -0.8px;
    line-height: 1.2;
  }
  
  .videoControlsOverlay .tabTransition {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: normal;
  }
  
  .videoControlsOverlay .tagSelected {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .videoControlsOverlay .footer-links-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
  }
  
  .videoControlsOverlay .footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
    letter-spacing: -0.2px;
    text-decoration: none;
    transition: color 0.2s ease;
    min-width: 120px;
  }
  
  .videoControlsOverlay .footer-link:hover {
    color: var(--orange);
  }
  
  .videoControlsOverlay .footer-arrow {
    font-size: 18px;
    color: var(--orange);
    transition: transform 0.2s ease;
  }
  
  .videoControlsOverlay .footer-link:hover .footer-arrow {
    transform: translateX(4px);
  }
  
  .videoControlsOverlay .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
  }
  
  .videoControlsOverlay .headerSticky {
    position: relative;
    width: 126.33px;
    height: 60.72px;
  }
  
  .videoControlsOverlay .headerSticky img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .videoControlsOverlay .audioLoading {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: var(--dark-grey);
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 20px;
  }
  
  
  /* ==========================================
     RESPONSIVE BREAKPOINTS
     ========================================== */
  
  /* ---------- <=1600px ---------- */
  @media (max-width: 1600px) {
    .videoControlsOverlay .searchSuggestionItem {
      padding: 16px 80px;
    }
  }
  
  /* ---------- <=1440px ---------- */
  @media (max-width: 1440px) {
    .videoControlsOverlay .searchSuggestionItem {
      padding: 16px 60px;
    }
    .videoControlsOverlay .sidebarItem {
      padding: clamp(40px, 6vh, 100px) clamp(60px, 8vw, 140px);
    }
    .videoControlsOverlay .cta-banner {
      padding: 40px 48px;
    }
  }
  
  /* ---------- <=1280px ---------- */
  @media (max-width: 1280px) {
    .videoControlsOverlay .searchSuggestionItem {
      padding: 14px 40px;
    }
    .videoControlsOverlay .sidebarItem {
      padding: clamp(32px, 5vh, 60px) clamp(40px, 6vw, 100px);
      min-height: calc(100vh - 100px);
      min-height: calc(100dvh - 100px);
    }
    .videoControlsOverlay .tagGroup {
      padding: 60px clamp(30px, 4vw, 80px);
    }
    .videoControlsOverlay .features-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .videoControlsOverlay .footerTransparent {
      padding: 60px clamp(30px, 4vw, 80px);
    }
    .videoControlsOverlay .buttonIcon {
      padding: 60px clamp(30px, 4vw, 80px);
    }
    .videoControlsOverlay .cta-banner-section {
      padding: 60px clamp(30px, 4vw, 80px);
    }
    .videoControlsOverlay .formFocus {
      gap: 40px;
    }
    .videoControlsOverlay .searchNoResults {
      gap: 40px;
    }
    .videoControlsOverlay .tagSelected {
      gap: 40px;
    }
  }
  
  /* ---------- <=1024px ---------- */
  @media (max-width: 1024px) {
    .videoControlsOverlay .searchSuggestionItem {
      padding: 12px 24px;
    }
    .videoControlsOverlay .tagGroupItem {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .videoControlsOverlay .features-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .videoControlsOverlay .footerSticky {
      width: 100%;
      max-width: 600px;
      align-items: center;
    }
    .videoControlsOverlay .accordionArrow {
      justify-content: center;
      text-align: center;
    }
    .videoControlsOverlay .accordionIcon {
      align-items: center;
    }
    .videoControlsOverlay .badgeRounded {
      text-align: center;
    }
    .videoControlsOverlay .hero-image-wrap {
      width: 70%;
      max-width: 420px;
    }
    .videoControlsOverlay .feature-badges-bar {
      padding: 24px 24px;
    }
    .videoControlsOverlay .feature-badges-inner {
      flex-direction: column;
      gap: 16px;
      align-items: center;
    }
    .videoControlsOverlay .features-row {
      flex-direction: column;
    }
    .videoControlsOverlay .feature-card--lg {
      flex: 1;
    }
    .videoControlsOverlay .tagGroup {
      padding: 48px 24px;
    }
    .videoControlsOverlay .footerTransparent {
      padding: 48px 24px;
    }
    .videoControlsOverlay .formFocus {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
    .videoControlsOverlay .navCollapsed {
      width: 100%;
      max-width: 320px;
    }
    .videoControlsOverlay .buttonIcon {
      padding: 48px 24px;
    }
    .videoControlsOverlay .tabLoading {
      font-size: 32px;
      letter-spacing: -0.8px;
    }
    .videoControlsOverlay .cta-banner-section {
      padding: 48px 24px;
    }
    .videoControlsOverlay .cta-banner {
      flex-direction: column;
      text-align: center;
      padding: 40px 32px;
      gap: 24px;
    }
    .videoControlsOverlay .searchNoResults {
      flex-direction: column;
      gap: 32px;
    }
    .videoControlsOverlay .sidebarExpanded {
      width: 100%;
    }
    .videoControlsOverlay .tagSelected {
      width: 100%;
      justify-content: space-between;
      gap: 24px;
    }
    .videoControlsOverlay .page500 {
      padding: 40px 24px;
    }
  }
  
  /* ---------- <=768px ---------- */
  @media (max-width: 768px) {
    .videoControlsOverlay .searchSuggestionItem {
      padding: 10px 16px;
    }
    .videoControlsOverlay .sidebarAvatar {
      width: 120px;
      height: auto;
    }
    .videoControlsOverlay .chatOnlineStatus {
      padding: 10px 24px;
      gap: 8px;
    }
    .videoControlsOverlay .accordionWrapper {
      font-size: 16px;
    }
    .videoControlsOverlay .sidebarItem {
      padding: clamp(24px, 4vh, 48px) 24px;
      min-height: calc(100vh - 82px);
      min-height: calc(100dvh - 82px);
    }
    .videoControlsOverlay .commentEditButton {
      font-size: clamp(26px, 5.5vw, 36px);
    }
    .videoControlsOverlay .accordionArrow {
      font-size: 15px;
      line-height: 22px;
    }
    .videoControlsOverlay .alertSuccess {
      min-height: 70px;
      padding: 0 28px;
      min-width: 300px;
    }
    .videoControlsOverlay .alertError {
      font-size: 24px;
    }
    .videoControlsOverlay .alertInfo {
      width: 18px;
      height: 18px;
    }
    .videoControlsOverlay .alertDlIcon {
      width: 36px;
      height: 36px;
    }
    .videoControlsOverlay .hero-image-wrap {
      width: 80%;
      max-width: 360px;
    }
    .videoControlsOverlay .feature-badges-bar {
      padding: 20px 16px;
    }
    .videoControlsOverlay .feature-badge-label {
      font-size: 13px;
    }
    .videoControlsOverlay .feature-card {
      padding: 28px 24px;
    }
    .videoControlsOverlay .feature-card__title {
      font-size: 20px;
    }
    .videoControlsOverlay .feature-card__desc {
      font-size: 14px;
    }
    .videoControlsOverlay .formReadonly {
      font-size: 26px;
      line-height: 32px;
      white-space: normal;
    }
    .videoControlsOverlay .profileOnline {
      white-space: normal;
    }
    .videoControlsOverlay .sidebarHidden {
      font-size: 14px;
    }
    .videoControlsOverlay .tabLoading {
      font-size: 26px;
    }
    .videoControlsOverlay .buttonIcon .highlightText {
      padding: 24px 16px;
    }
    .videoControlsOverlay .buttonIcon .messageBox {
      font-size: 18px;
    }
    .videoControlsOverlay .buttonIcon .alertIcon {
      font-size: 15px;
    }
    .videoControlsOverlay .cta-banner__title {
      font-size: 22px;
    }
    .videoControlsOverlay .footer-heading {
      font-size: 26px;
    }
    .videoControlsOverlay .tagSelected {
      flex-direction: column;
      gap: 20px;
    }
    .videoControlsOverlay .page500 {
      padding: 32px 16px;
    }
    .videoControlsOverlay .badgeRounded {
      font-size: 11px;
    }
  }
  
  /* ---------- <=480px ---------- */
  @media (max-width: 480px) {
    .videoControlsOverlay .searchSuggestionItem {
      padding: 8px 12px;
    }
    .videoControlsOverlay .sidebarAvatar {
      width: 100px;
    }
    .videoControlsOverlay .chatOnlineStatus {
      padding: 8px 16px;
    }
    .videoControlsOverlay .accordionWrapper {
      font-size: 14px;
    }
    .videoControlsOverlay .chatOfflineStatus {
      width: 12px;
      height: 12px;
    }
    .videoControlsOverlay .sidebarItem {
      padding: clamp(16px, 3vh, 28px) 16px;
      min-height: calc(100vh - 68px);
      min-height: calc(100dvh - 68px);
    }
    .videoControlsOverlay .footerSticky {
      gap: 16px;
      min-width: 0;
    }
    .videoControlsOverlay .commentEditButton {
      font-size: clamp(22px, 5.5vw, 28px);
    }
    .videoControlsOverlay .accordionArrow {
      font-size: 13px;
      line-height: 18px;
    }
    .videoControlsOverlay .alertSuccess {
      min-height: 50px;
      padding: 0 20px;
    }
    .videoControlsOverlay .alertError {
      font-size: 15px;
    }
    .videoControlsOverlay .alertInfo {
      width: 14px;
      height: 14px;
    }
    .videoControlsOverlay .alertDlIcon {
      width: 28px;
      height: 28px;
    }
    .videoControlsOverlay .badgeRounded {
      font-size: 9px;
    }
    .videoControlsOverlay .hero-image-wrap {
      width: 90%;
    }
    .videoControlsOverlay .feature-badges-bar {
      padding: 16px 12px;
    }
    .videoControlsOverlay .feature-badge-label {
      font-size: 12px;
    }
    .videoControlsOverlay .tagGroup {
      padding: 32px 16px;
    }
    .videoControlsOverlay .feature-card {
      padding: 24px 20px;
      border-radius: 16px;
    }
    .videoControlsOverlay .feature-card__title {
      font-size: 18px;
    }
    .videoControlsOverlay .footerTransparent {
      padding: 32px 16px;
    }
    .videoControlsOverlay .formReadonly {
      font-size: 22px;
      line-height: 28px;
    }
    .videoControlsOverlay .navExpanded {
      width: 52px;
      height: 50px;
    }
    .videoControlsOverlay .buttonIcon {
      padding: 32px 16px;
    }
    .videoControlsOverlay .tabLoading {
      font-size: 22px;
    }
    .videoControlsOverlay .buttonIcon .highlightText {
      padding: 20px 12px;
    }
    .videoControlsOverlay .buttonIcon .messageBox {
      font-size: 16px;
    }
    .videoControlsOverlay .faq-toggle {
      width: 30px !important;
      height: 30px !important;
    }
    .videoControlsOverlay .cta-banner-section {
      padding: 32px 16px;
    }
    .videoControlsOverlay .cta-banner {
      padding: 32px 24px;
      border-radius: 16px;
    }
    .videoControlsOverlay .cta-banner__title {
      font-size: 20px;
    }
    .videoControlsOverlay .cta-banner__btn {
      padding: 12px 28px;
      font-size: 16px;
    }
    .videoControlsOverlay .page500 {
      padding: 24px 12px;
    }
    .videoControlsOverlay .footer-heading {
      font-size: 22px;
    }
    .videoControlsOverlay .headerSticky {
      width: 90px;
      height: auto;
    }
    .videoControlsOverlay .footer-link {
      font-size: 14px;
    }
  }
  