/* ============================================
   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;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex: 0 0 auto;
  background-color: var(--cream);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #007B77;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) 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: 100px;
  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: clamp(40px, 6vh, 140px) clamp(60px, 10vw, 160px);
  position: relative;
  align-self: stretch;
  width: 100%;
  min-height: calc(100vh - 122px);
  min-height: calc(100dvh - 122px);
  background-color: var(--cream);
  box-sizing: border-box;
  overflow: hidden;
}

.videoControlsOverlay .tagGroupItem {
  display: flex;
  max-width: 1400px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 5vw, 80px);
  position: relative;
  box-sizing: border-box;
}

.videoControlsOverlay .footerSticky {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  width: 50%;
  min-width: 300px;
  align-items: flex-start;
  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: 700;
  color: var(--black);
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.15;
  letter-spacing: -1px;
}

.videoControlsOverlay .accordionArrow {
  position: relative;
  display: flex;
  align-items: center;
  width: min(520px, 100%);
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: var(--dark-grey);
  font-size: 18px;
  letter-spacing: -0.40px;
  line-height: 28px;
}

.videoControlsOverlay .accordionIcon {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.videoControlsOverlay .alertSuccess {
  min-height: 104px;
  gap: 17px;
  padding: 0px clamp(50px, 5vw, 100px);
  border-radius: 1000px;
  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: #007B77;
  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: #006964;
  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(26px, 2.2vw, 36px);
  text-align: center;
  letter-spacing: -0.6px;
  line-height: 1.25;
  white-space: nowrap;
}

.videoControlsOverlay .alertInfo {
  position: relative;
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.videoControlsOverlay .badgeRounded {
  position: relative;
  display: block;
  width: min(540px, 100%);
  max-width: 100%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--black);
  font-size: 13px;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.videoControlsOverlay .accordionToggle {
  color: #434449b2;
  display: inline;
  white-space: normal;
}

.videoControlsOverlay .sidebarLink {
  color: #4d67ffb2;
  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;
}

/* 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: 80px clamp(40px, 6vw, 120px);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #F3F3F3;
  position: relative;
  box-sizing: border-box;
}

.videoControlsOverlay .features-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1100px;
  width: 100%;
}

.videoControlsOverlay .features-row {
  display: flex;
  gap: 24px;
  width: 100%;
}

.videoControlsOverlay .feature-card {
  display: flex;
  flex-direction: column;
  padding: 36px 32px;
  border-radius: 20px;
  position: relative;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

.videoControlsOverlay .feature-card--lg {
  flex: 1.3;
}

.videoControlsOverlay .feature-card--white {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.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 {
  margin-bottom: 16px;
}

.videoControlsOverlay .feature-card__title {
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.videoControlsOverlay .feature-card--white .feature-card__title {
  color: #0f1729;
}

.videoControlsOverlay .feature-card__desc {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.videoControlsOverlay .feature-card--white .feature-card__desc {
  color: #65758b;
}

.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: 100px clamp(40px, 6vw, 120px);
  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: 36px;
  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: var(--orange);
  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: 100px clamp(40px, 6vw, 120px);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #C3EBE8;
  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: 48px;
  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: 40px 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: 20px;
  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: bold;
  color: #1b2232;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: normal;
  cursor: pointer;
}

.videoControlsOverlay .buttonIcon .alertIcon {
  position: relative;
  align-self: stretch;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #1b2232;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.6;
  display: none;
}

.videoControlsOverlay .buttonIcon .highlightText.active .alertIcon {
  display: block;
}

/* FAQ toggle – circled × */
.videoControlsOverlay .buttonIcon .faq-toggle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #1b2232;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  border: 2px solid #1b2232;
  border-radius: 50%;
  transition: transform 0.35s ease, background-color 0.2s ease;
  transform-origin: center;
}

.videoControlsOverlay .buttonIcon .highlightText.active .faq-toggle {
  transform: rotate(90deg);
}

.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: 80px clamp(40px, 6vw, 120px);
  width: 100%;
  box-sizing: border-box;
  background-color: var(--cream);
}

.videoControlsOverlay .cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  padding: 48px 64px;
  background-color: var(--orange);
  border-radius: 24px;
  box-sizing: border-box;
}

.videoControlsOverlay .cta-banner__title {
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.videoControlsOverlay .cta-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background-color: #ffffff;
  color: var(--orange);
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.3px;
  border-radius: 100px;
  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 clamp(40px, 6vw, 120px);
  box-sizing: border-box;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--cream);
  border-top: 1px solid rgba(0,0,0,0.1);
}

.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 .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 .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: 60px;
    padding: 0 28px;
  }
  .videoControlsOverlay .alertError {
    font-size: 18px;
  }
  .videoControlsOverlay .alertInfo {
    width: 18px;
    height: 18px;
  }
  .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 .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;
    font-size: 14px !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;
  }
}
