/*
 * VS Digital Lab — precise device ranges 1.12.3
 * Loaded after responsive-devices.css and only up to 1100px.
 * Desktop (>1100px) is intentionally untouched.
 */

/* Shared fluid rules for every tablet and phone. */
@media (max-width: 1100px) {
  :root {
    --vsdl-range-gutter: clamp(12px, 3.4vw, 24px);
  }

  .alignwide,
  .vsdl-page-shell,
  .vsdl-content-shell {
    width: min(100% - (var(--vsdl-range-gutter) * 2), 1280px) !important;
  }

  .vsdl-hero-v2 h1,
  .vsdl-final-cta-copy h2,
  .vsdl-industry-title-row h2,
  .vsdl-why-v143-heading h2,
  .vsdl-process-v145-heading h2 {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .vsdl-hero-v2-btn,
  .vsdl-final-cta-primary,
  .vsdl-final-cta-secondary,
  .vsdl-header .vsdl-nav-link,
  .vsdl-mobile-toggle {
    touch-action: manipulation;
  }
}

/* =========================================================
   1025–1100px — TABLET LANDSCAPE / SMALL TOUCH LAPTOP
   ========================================================= */
@media (min-width: 1025px) and (max-width: 1100px) {
  :root { --vsdl-range-gutter: 24px; }

  .vsdl-header .vsdl-header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  .vsdl-header .vsdl-nav {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    justify-self: center !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .vsdl-header .vsdl-nav-link {
    width: auto !important;
    min-height: 42px !important;
    padding-inline: 6px !important;
    font-size: 10.5px !important;
  }

  .vsdl-header .vsdl-mobile-toggle { display: none !important; }
  .vsdl-header .vsdl-header-login { display: none !important; }
  .vsdl-header .vsdl-header-demo {
    display: inline-flex !important;
    min-height: 43px !important;
    padding-inline: 15px !important;
  }

  .vsdl-hero-v2 { padding-top: 105px !important; }

  .vsdl-hero-v2-inner {
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr) !important;
    align-items: center !important;
    gap: 22px !important;
  }

  .vsdl-hero-v2-copy { padding-top: 10px !important; }

  .vsdl-hero-v2 h1 {
    font-size: clamp(49px, 5.25vw, 58px) !important;
    line-height: 1.04 !important;
  }

  .vsdl-hero-v2-copy > p {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  .vsdl-hero-v2-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 0 !important;
  }

  .vsdl-hero-v2-stage {
    width: 100% !important;
    height: 505px !important;
    margin: 0 !important;
  }

  .vsdl-hero-v2-backcard { height: 72px !important; }
  .vsdl-hero-v2-backcard.is-student { top: 8px !important; }
  .vsdl-hero-v2-backcard.is-building { top: 44px !important; }
  .vsdl-hero-v2-backcard.is-playroom { top: 80px !important; }

  .vsdl-hero-v2-app {
    top: 112px !important;
    left: 0 !important;
    right: 0 !important;
    height: 380px !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }

  .vsdl-industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .vsdl-why-v143-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .vsdl-process-v145-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }

  .vsdl-final-cta-panel {
    grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr) !important;
  }

  .vsdl-final-cta-actions {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vsdl-footer-v144-grid,
  .vsdl-footer-cms .vsdl-footer-v144-grid {
    grid-template-columns: minmax(230px, 1.25fr) repeat(3, minmax(0, 1fr)) !important;
    gap: 26px 22px !important;
  }
}

/* =========================================================
   768–1024px — TABLET PORTRAIT / COMPACT LANDSCAPE
   ========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  :root { --vsdl-range-gutter: clamp(20px, 3vw, 28px); }

  .vsdl-header .vsdl-header-inner { min-height: 58px !important; }

  .vsdl-hero-v2 {
    padding-top: 104px !important;
    padding-bottom: 54px !important;
  }

  .vsdl-hero-v2-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .vsdl-hero-v2-copy {
    max-width: 760px !important;
    padding-top: 24px !important;
  }

  .vsdl-hero-v2 h1 {
    font-size: clamp(52px, 7.2vw, 68px) !important;
    line-height: 1.03 !important;
  }

  .vsdl-hero-v2-actions {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .vsdl-hero-v2-btn { min-width: 210px !important; }

  .vsdl-hero-v2-stage {
    width: min(860px, 100%) !important;
    height: 520px !important;
    margin-inline: auto !important;
  }

  .vsdl-hero-v2-app {
    top: 132px !important;
    height: 375px !important;
  }

  .vsdl-industry-grid,
  .vsdl-solutions-grid,
  .vsdl-home-project-grid,
  .vsdl-projects-premium .vsdl-home-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vsdl-why-v143-grid,
  .vsdl-process-v145-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vsdl-final-cta-panel { grid-template-columns: 1fr !important; }
  .vsdl-final-cta-visual { min-height: 255px !important; }

  .vsdl-final-cta-copy {
    max-width: 720px !important;
    margin-inline: auto !important;
    padding: 22px 34px 36px !important;
  }

  .vsdl-final-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 26px 34px 30px !important;
  }

  .vsdl-footer-v144-grid,
  .vsdl-footer-cms .vsdl-footer-v144-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
  }

  .vsdl-footer-v144-brand,
  .vsdl-footer-cms .vsdl-footer-v144-brand {
    grid-column: 1 / -1 !important;
  }

  .vsdl-footer-contact,
  .vsdl-footer-cms .vsdl-footer-contact {
    grid-column: auto !important;
  }
}

/* =========================================================
   480–767px — LARGE PHONES / SMALL TABLETS
   ========================================================= */
@media (min-width: 480px) and (max-width: 767px) {
  :root { --vsdl-range-gutter: clamp(18px, 4vw, 24px); }

  .vsdl-header { padding-block: 11px !important; }
  .vsdl-header .vsdl-header-inner { min-height: 54px !important; }

  .vsdl-hero-v2 {
    padding-top: 94px !important;
    padding-bottom: 46px !important;
  }

  .vsdl-hero-v2-copy { padding-top: 18px !important; }

  .vsdl-hero-v2-eyebrow {
    min-height: 34px !important;
    font-size: 9px !important;
  }

  .vsdl-hero-v2 h1 {
    max-width: 690px !important;
    font-size: clamp(43px, 8.6vw, 58px) !important;
    line-height: 1.02 !important;
  }

  .vsdl-hero-v2-copy > p {
    max-width: 610px !important;
    font-size: 14.5px !important;
  }

  .vsdl-hero-v2-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vsdl-hero-v2-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .vsdl-hero-stat,
  .vsdl-hero-stat + .vsdl-hero-stat {
    min-height: 90px !important;
  }

  .vsdl-hero-v2-stage { margin-top: 26px !important; }

  .vsdl-hero-v2-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vsdl-industry-grid,
  .vsdl-solutions-grid,
  .vsdl-home-project-grid,
  .vsdl-projects-premium .vsdl-home-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vsdl-why-v143-grid,
  .vsdl-process-v145-grid {
    grid-template-columns: 1fr !important;
  }

  .vsdl-final-cta .vsdl-final-cta-panel {
    width: min(100% - 36px, 690px) !important;
  }

  .vsdl-final-cta-visual { min-height: 220px !important; }
  .vsdl-final-cta-copy { padding: 30px 28px 24px !important; }

  .vsdl-final-cta-copy h2 {
    font-size: clamp(36px, 7.8vw, 46px) !important;
  }

  .vsdl-final-cta-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: none !important;
  }

  .vsdl-final-cta-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 22px 28px 26px !important;
  }

  .vsdl-footer-v144-grid,
  .vsdl-footer-cms .vsdl-footer-v144-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100% - 40px, 720px) !important;
    gap: 0 28px !important;
  }

  .vsdl-footer-v144-brand,
  .vsdl-footer-cms .vsdl-footer-v144-brand,
  .vsdl-footer-contact,
  .vsdl-footer-cms .vsdl-footer-contact {
    grid-column: 1 / -1 !important;
  }

  .vsdl-footer-v144-bottom,
  .vsdl-footer-cms .vsdl-footer-v144-bottom {
    width: min(100% - 40px, 720px) !important;
  }
}

/* =========================================================
   360–479px — STANDARD PHONES IN PORTRAIT
   ========================================================= */
@media (min-width: 360px) and (max-width: 479px) {
  :root { --vsdl-range-gutter: clamp(14px, 4.2vw, 18px); }

  .vsdl-header { padding-block: 10px !important; }
  .vsdl-header .vsdl-header-inner { min-height: 52px !important; }

  .vsdl-hero-v2 {
    padding-top: 90px !important;
    padding-bottom: 42px !important;
  }

  .vsdl-hero-v2 h1 {
    font-size: clamp(36px, 10.3vw, 47px) !important;
    line-height: 1.015 !important;
  }

  .vsdl-hero-v2-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .vsdl-hero-stat,
  .vsdl-hero-stat + .vsdl-hero-stat {
    min-height: 92px !important;
    padding: 12px 10px !important;
  }

  .vsdl-hero-v2-dashboard > header { height: 44px !important; }

  .vsdl-final-cta .vsdl-final-cta-panel {
    width: calc(100% - 24px) !important;
  }

  .vsdl-final-cta-visual { min-height: 195px !important; }
  .vsdl-final-cta-copy { padding: 26px 18px 22px !important; }
  .vsdl-final-cta-actions { padding: 18px !important; }

  .vsdl-footer-v144-grid,
  .vsdl-footer-cms .vsdl-footer-v144-grid,
  .vsdl-footer-v144-bottom,
  .vsdl-footer-cms .vsdl-footer-v144-bottom {
    width: calc(100% - 28px) !important;
  }

  .vsdl-footer-v144-grid,
  .vsdl-footer-cms .vsdl-footer-v144-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 16px !important;
  }

  .vsdl-footer-v144-brand,
  .vsdl-footer-cms .vsdl-footer-v144-brand,
  .vsdl-footer-contact,
  .vsdl-footer-cms .vsdl-footer-contact {
    grid-column: 1 / -1 !important;
  }
}

/* =========================================================
   UP TO 359px — VERY SMALL PHONES
   ========================================================= */
@media (max-width: 359px) {
  :root { --vsdl-range-gutter: 11px; }

  .vsdl-header { padding-block: 8px !important; }
  .vsdl-header .vsdl-header-inner { min-height: 48px !important; }

  .vsdl-header .vsdl-brand-lockup { gap: 3px !important; }
  .vsdl-header .vsdl-brand-mark,
  .vsdl-header .vsdl-brand-mark svg {
    width: 40px !important;
    height: 30px !important;
  }
  .vsdl-header .vsdl-brand-mark { flex-basis: 40px !important; }
  .vsdl-header .vsdl-brand-copy strong { font-size: 11px !important; }
  .vsdl-header .vsdl-brand-copy small {
    font-size: 5.5px !important;
    letter-spacing: .06em !important;
  }

  .vsdl-mobile-toggle {
    width: 42px !important;
    height: 42px !important;
  }

  .vsdl-hero-v2 {
    padding-top: 82px !important;
    padding-bottom: 34px !important;
  }

  .vsdl-hero-v2-eyebrow {
    min-height: 31px !important;
    padding: 6px 9px !important;
    font-size: 8px !important;
    letter-spacing: .09em !important;
  }

  .vsdl-hero-v2 h1 {
    margin-top: 15px !important;
    font-size: clamp(32px, 10.5vw, 37px) !important;
    line-height: 1.01 !important;
  }

  .vsdl-hero-v2-copy > p {
    font-size: 13px !important;
    line-height: 1.58 !important;
  }

  .vsdl-hero-v2-btn { min-height: 49px !important; }

  .vsdl-hero-v2-stats {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .vsdl-hero-stat,
  .vsdl-hero-stat + .vsdl-hero-stat {
    min-height: 76px !important;
    padding: 10px 12px !important;
  }

  .vsdl-hero-v2-dashboard { padding-inline: 7px !important; }
  .vsdl-hero-v2-dashboard > header { height: 41px !important; }
  .vsdl-hero-v2-kpis { grid-template-columns: 1fr !important; }

  .vsdl-industry-showcase,
  .vsdl-why-v143,
  .vsdl-process-v145,
  .vsdl-final-cta {
    padding-top: 46px !important;
    padding-bottom: 48px !important;
  }

  .vsdl-final-cta .vsdl-final-cta-panel {
    width: calc(100% - 16px) !important;
    border-radius: 18px !important;
  }

  .vsdl-final-cta-visual { min-height: 170px !important; }
  .vsdl-final-cta-copy { padding: 22px 15px 18px !important; }

  .vsdl-final-cta-copy h2 {
    font-size: clamp(29px, 9.8vw, 34px) !important;
  }

  .vsdl-final-cta-actions { padding: 15px !important; }
  .vsdl-final-cta-primary,
  .vsdl-final-cta-secondary { min-height: 50px !important; }

  .vsdl-footer-v144-grid,
  .vsdl-footer-cms .vsdl-footer-v144-grid {
    grid-template-columns: 1fr !important;
    width: calc(100% - 22px) !important;
    gap: 0 !important;
  }

  .vsdl-footer-v144-brand,
  .vsdl-footer-cms .vsdl-footer-v144-brand,
  .vsdl-footer-contact,
  .vsdl-footer-cms .vsdl-footer-contact {
    grid-column: auto !important;
  }

  .vsdl-footer-v144-bottom,
  .vsdl-footer-cms .vsdl-footer-v144-bottom {
    width: calc(100% - 22px) !important;
  }

  .vsdl-footer-v144-bottom nav,
  .vsdl-footer-cms .vsdl-footer-v144-bottom nav {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   PHONE LANDSCAPE — width may look tablet-like, height does not
   ========================================================= */
@media (max-width: 900px) and (max-height: 560px) and (orientation: landscape) {
  :root { --vsdl-range-gutter: clamp(16px, 3vw, 26px); }

  .admin-bar .vsdl-header { top: 32px !important; }
  .vsdl-header { padding-block: 6px !important; }
  .vsdl-header .vsdl-header-inner { min-height: 48px !important; }

  .vsdl-header .vsdl-nav {
    max-height: calc(100dvh - 76px) !important;
    padding: 8px !important;
  }

  .vsdl-header .vsdl-nav-link {
    min-height: 40px !important;
    padding-block: 8px !important;
  }

  .vsdl-hero-v2 {
    padding-top: 76px !important;
    padding-bottom: 26px !important;
  }

  .vsdl-hero-v2-copy { padding-top: 8px !important; }

  .vsdl-hero-v2-eyebrow {
    min-height: 28px !important;
    padding-block: 5px !important;
  }

  .vsdl-hero-v2 h1 {
    margin: 12px 0 10px !important;
    font-size: clamp(34px, 6vw, 48px) !important;
    line-height: 1 !important;
  }

  .vsdl-hero-v2-copy > p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .vsdl-hero-v2-actions {
    display: flex !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  .vsdl-hero-v2-btn {
    width: auto !important;
    min-height: 44px !important;
    padding-inline: 17px !important;
  }

  .vsdl-hero-v2-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .vsdl-hero-stat,
  .vsdl-hero-stat + .vsdl-hero-stat {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    min-height: 64px !important;
    padding: 8px !important;
  }

  .vsdl-hero-stat-icon,
  .vsdl-hero-stat-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  .vsdl-hero-stat b { font-size: 15px !important; }
  .vsdl-hero-stat small { font-size: 8px !important; }

  .vsdl-hero-v2-stage { margin-top: 18px !important; }

  .vsdl-final-cta { padding-block: 34px 24px !important; }

  .vsdl-final-cta .vsdl-final-cta-panel {
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr) !important;
    width: min(100% - 32px, 820px) !important;
  }

  .vsdl-final-cta-visual {
    min-height: 220px !important;
    border-right: 1px solid rgba(255,255,255,.08) !important;
    border-bottom: 0 !important;
  }

  .vsdl-final-cta-copy {
    padding: 24px 24px 18px !important;
  }

  .vsdl-final-cta-copy h2 {
    font-size: clamp(30px, 4.6vw, 40px) !important;
  }

  .vsdl-final-cta-benefits { margin-top: 14px !important; }

  .vsdl-final-cta-actions {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 16px 22px 20px !important;
  }

  .vsdl-footer-v144-grid,
  .vsdl-footer-cms .vsdl-footer-v144-grid {
    grid-template-columns: minmax(210px, 1.2fr) repeat(2, minmax(0, 1fr)) !important;
    width: min(100% - 36px, 860px) !important;
    gap: 22px !important;
    padding-block: 30px 22px !important;
  }

  .vsdl-footer-v144-brand,
  .vsdl-footer-cms .vsdl-footer-v144-brand {
    grid-column: auto !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .vsdl-footer-contact,
  .vsdl-footer-cms .vsdl-footer-contact {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
  }

  .vsdl-footer-v144-bottom,
  .vsdl-footer-cms .vsdl-footer-v144-bottom {
    width: min(100% - 36px, 860px) !important;
    padding-block: 16px 20px !important;
  }
}

/* Wide landscape phones get a two-column hero without affecting portrait. */
@media (min-width: 700px) and (max-width: 900px) and (max-height: 560px) and (orientation: landscape) {
  .vsdl-hero-v2-inner {
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr) !important;
    align-items: center !important;
    gap: 20px !important;
  }

  .vsdl-hero-v2-stage {
    align-self: center !important;
    margin-top: 0 !important;
  }

  .vsdl-hero-v2-app {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 15px !important;
  }

  .vsdl-hero-v2-stage::after,
  .vsdl-hero-v2-backcard,
  .vsdl-hero-v2-sidebar,
  .vsdl-hero-v2-donut,
  .vsdl-hero-v2-bottom {
    display: none !important;
  }

  .vsdl-hero-v2-dashboard { padding: 0 8px 8px !important; }
  .vsdl-hero-v2-dashboard > header { height: 40px !important; }
  .vsdl-hero-v2-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .vsdl-hero-v2-kpis article { min-height: 56px !important; padding: 7px !important; }
  .vsdl-hero-v2-panels { display: block !important; margin-top: 6px !important; }
  .vsdl-hero-v2-chart { min-height: 116px !important; }
  .vsdl-hero-v2-chart svg { height: 65px !important; }
}

/* 1.15.9 — mobile CTA clones must never appear in the desktop header */
.vsdl-mobile-actions {
  display: none !important;
}

/* 1.15.8 — mobile navigation: practical right-side off-canvas drawer */
@media (max-width: 1024px) {
  .vsdl-header.is-menu-open {
    z-index: 10001 !important;
  }

  .vsdl-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: block;
    background: rgba(1, 7, 18, .62);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
  }

  body.vsdl-menu-open .vsdl-mobile-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .vsdl-header .vsdl-nav {
    position: fixed !important;
    z-index: 10002 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: min(88vw, 380px) !important;
    height: 100dvh !important;
    max-width: 380px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 92px 18px max(24px, env(safe-area-inset-bottom)) !important;
    gap: 4px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    border: 0 !important;
    border-left: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 24px 0 0 24px !important;
    background:
      radial-gradient(circle at 100% 0%, rgba(31,112,255,.19), transparent 31%),
      linear-gradient(180deg,#07152d 0%,#041126 100%) !important;
    box-shadow: -28px 0 70px rgba(0,0,0,.42) !important;
    -webkit-backdrop-filter: blur(22px) saturate(145%) !important;
    backdrop-filter: blur(22px) saturate(145%) !important;
    transform: translate3d(102%,0,0) !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform .3s cubic-bezier(.22,.8,.25,1), visibility .3s !important;
  }

  .vsdl-header .vsdl-nav::before {
    content: "NAVIGACIJA";
    position: absolute;
    top: 29px;
    left: 22px;
    color: #7f9bc2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
  }

  .vsdl-header.is-menu-open .vsdl-nav {
    transform: translate3d(0,0,0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .vsdl-header .vsdl-nav-link {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 14px 42px 14px 16px !important;
    border: 1px solid transparent !important;
    border-bottom-color: rgba(255,255,255,.07) !important;
    border-radius: 12px !important;
    color: #eaf2ff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
  }

  .vsdl-header .vsdl-nav-link::before {
    content: "→";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #4da2ff;
    font-size: 17px;
    font-weight: 700;
  }

  .vsdl-header .vsdl-nav-link::after {
    display: none !important;
  }

  .vsdl-header .vsdl-nav-link:hover,
  .vsdl-header .vsdl-nav-link:focus-visible {
    border-color: rgba(92,160,255,.20) !important;
    background: rgba(255,255,255,.055) !important;
    color: #fff !important;
    transform: translateX(-2px);
  }

  .vsdl-header .vsdl-nav-link.is-current {
    border-color: rgba(73,150,255,.25) !important;
    background: linear-gradient(90deg,rgba(16,111,255,.18),rgba(16,111,255,.06)) !important;
    color: #fff !important;
  }

  .vsdl-header .vsdl-nav-link.is-current::before {
    content: "•";
    color: #55c8ff;
    font-size: 22px;
  }

  .vsdl-header .vsdl-mobile-toggle {
    position: relative;
    z-index: 10003 !important;
  }

  .vsdl-header.is-menu-open .vsdl-mobile-toggle {
    position: fixed !important;
    top: max(20px, env(safe-area-inset-top)) !important;
    right: 18px !important;
    width: 48px !important;
    height: 48px !important;
    border-color: rgba(255,255,255,.15) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.08) !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .admin-bar .vsdl-header.is-menu-open .vsdl-mobile-toggle {
    top: calc(46px + max(14px, env(safe-area-inset-top))) !important;
  }

  .vsdl-mobile-actions {
    display: grid !important;
    gap: 10px;
    margin-top: auto;
    padding: 22px 0 0;
  }

  .vsdl-mobile-actions::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 8px;
    background: rgba(255,255,255,.09);
  }

  .vsdl-mobile-actions .vsdl-header-login,
  .vsdl-mobile-actions .vsdl-header-demo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .vsdl-mobile-actions .vsdl-header-login {
    gap: 9px;
    border: 1px solid rgba(255,255,255,.15) !important;
    background: rgba(255,255,255,.045) !important;
    color: #eef5ff !important;
  }

  .vsdl-mobile-actions .vsdl-header-login svg {
    width: 18px;
    height: 18px;
  }

  .vsdl-mobile-actions .vsdl-header-demo {
    border: 1px solid rgba(72,157,255,.48) !important;
    background: linear-gradient(135deg,#1478ff,#3159e9) !important;
    color: #fff !important;
    box-shadow: 0 13px 30px rgba(16,105,255,.22) !important;
  }

  body.vsdl-menu-open {
    overflow: hidden !important;
    touch-action: none;
  }
}

@media (max-width: 480px) {
  .vsdl-header .vsdl-nav {
    width: min(91vw, 360px) !important;
    padding-inline: 14px !important;
    border-radius: 20px 0 0 20px !important;
  }

  .vsdl-header .vsdl-nav-link {
    min-height: 52px !important;
    padding-left: 14px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 900px) and (max-height: 560px) and (orientation: landscape) {
  .vsdl-header .vsdl-nav {
    width: min(72vw, 390px) !important;
    padding-top: 70px !important;
  }

  .vsdl-header .vsdl-nav::before {
    top: 21px;
  }

  .vsdl-header .vsdl-nav-link {
    min-height: 44px !important;
    padding-block: 10px !important;
    font-size: 14px !important;
  }

  .vsdl-header.is-menu-open .vsdl-mobile-toggle {
    top: max(10px, env(safe-area-inset-top)) !important;
  }

  .admin-bar .vsdl-header.is-menu-open .vsdl-mobile-toggle {
    top: calc(32px + max(8px, env(safe-area-inset-top))) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vsdl-mobile-backdrop,
  .vsdl-header .vsdl-nav {
    transition: none !important;
  }
}
