:root {
      --bg: #070712;
      --bg2: #0d1020;
      --card: rgba(255,255,255,.06);
      --card-strong: rgba(255,255,255,.1);
      --text: #f5f7ff;
      --muted: #b8bdd4;
      --line: rgba(255,255,255,.12);
      --pink: #d74fff;
      --violet: #8a5cff;
      --blue: #5ab2ff;
      --green: #4de4a7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius: 26px;
      --max: 1180px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top right, rgba(215,79,255,.16), transparent 25%),
        radial-gradient(circle at 20% 20%, rgba(90,178,255,.12), transparent 25%),
        linear-gradient(180deg, #04050d 0%, #090b16 55%, #04050d 100%);
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
    .pill {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 10px 16px; border: 1px solid var(--line);
      background: rgba(255,255,255,.04); border-radius: 999px;
      color: #fff; font-size: 14px; backdrop-filter: blur(12px);
    }
    .pill .dot {
      width: 10px; height: 10px; border-radius: 50%;
      background: linear-gradient(135deg, var(--pink), var(--blue));
      box-shadow: 0 0 18px rgba(215,79,255,.7);
    }
    .site-header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(4,5,13,.65); backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .nav {
      display: flex; align-items: center; justify-content: space-between;
      min-height: 74px; gap: 18px;
    }
    .brand { display: flex; align-items: center; gap: 14px; font-weight: 800; letter-spacing: .2px; }
    .brand img { width: 146px; height: auto; }
    .nav-links { display: flex; gap: 24px; color: var(--muted); font-size: 15px; }
    .nav-actions { display: flex; gap: 12px; align-items: center; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      min-height: 52px; padding: 0 22px; border-radius: 18px;
      border: 1px solid rgba(255,255,255,.12); font-weight: 700;
      transition: .25s ease; cursor: pointer;
    }
    .btn-primary {
      background: linear-gradient(90deg, var(--pink), var(--violet), var(--blue));
      color: #fff; box-shadow: 0 10px 30px rgba(138,92,255,.3);
    }
    .btn-secondary {
      background: rgba(255,255,255,.05); color: #fff;
      backdrop-filter: blur(12px);
    }
    .btn:hover { transform: translateY(-2px); }
    .hero {
      padding: 72px 0 56px;
      position: relative;
    }
    .hero-grid {
      display: grid; grid-template-columns: 1.04fr .96fr; gap: 42px; align-items: start;
    }
    .eyebrow { margin-bottom: 18px; }
    h1 {
      margin: 0 0 18px; font-size: clamp(42px, 7vw, 78px);
      line-height: .98; letter-spacing: -2px;
    }
    .gradient-text {
      background: linear-gradient(90deg, #fff, #d8cbff 35%, #ff9cf2 70%, #96d0ff);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
    .hero p.lead {
      margin: 0 0 22px; max-width: 610px;
      color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.65;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 10px; }
    .hero-support {
      grid-column: 1 / -1;
      width: 100%;
      min-width: 0;
      margin-top: 26px;
      display: grid;
      gap: 18px;
    }
    .trust {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
      width: 100%;
      min-width: 0;
    }
    .mini-card {
      padding: 16px 18px; border: 1px solid var(--line); border-radius: 22px;
      background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
      min-width: 0;
    }
    .mini-card strong { display: block; font-size: 19px; margin-bottom: 6px; line-height: 1.12; }
    .mini-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
    .hero-visual {
      position: relative;
      min-height: 720px;
    }
    .visual-panel {
      position: absolute; inset: 0;
      border-radius: 34px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.1);
      box-shadow: var(--shadow);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(circle at 60% 10%, rgba(215,79,255,.18), transparent 28%),
        #0b0d16;
    }
    .visual-panel::after {
      content: "";
      position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(4,5,13,.1) 0%, rgba(4,5,13,.0) 38%, rgba(4,5,13,.36) 100%);
      pointer-events: none;
    }
    .visual-panel img.hero-art {
      width: 100%; height: 100%; object-fit: cover; object-position: center top;
      opacity: .98;
    }

    .device-stage {
      position: absolute;
      inset: 34px;
      display: grid;
      place-items: center;
      z-index: 1;
    }
    .device-shell {
      position: relative;
      width: min(390px, 82%);
      aspect-ratio: 390 / 844;
      padding: 12px;
      border-radius: 44px;
      background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
      box-shadow: 0 24px 70px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.22);
    }
    .device-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0));
      pointer-events: none;
    }
    .device-notch {
      position: absolute;
      top: 16px;
      left: 50%;
      transform: translateX(-50%);
      width: 36%;
      height: 24px;
      border-radius: 0 0 18px 18px;
      background: rgba(5,7,15,.96);
      z-index: 3;
    }
    .device-screen {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 34px;
      background: #060913;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    }
    .device-video,
    .device-fallback {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center center;
      background: #060913;
    }
    .device-video { z-index: 2; }
    .device-fallback { z-index: 1; }

    .float-card {
      position: absolute; right: -18px;
      width: min(320px, calc(100% - 20px));
      padding: 20px; border-radius: 24px;
      background: rgba(8,10,20,.72); border: 1px solid rgba(255,255,255,.1);
      box-shadow: var(--shadow); backdrop-filter: blur(16px);
    }
    .float-top { top: 24px; }
    .float-bottom { bottom: 28px; left: -18px; right: auto; width: min(360px, calc(100% - 20px)); }
    .coach {
      display: flex; align-items: center; gap: 14px; margin-bottom: 10px;
    }
    .coach img {
      width: 76px; height: 76px; border-radius: 22px; object-fit: cover;
      background: linear-gradient(135deg, rgba(215,79,255,.25), rgba(90,178,255,.25));
      padding: 4px;
    }
    .coach small { color: var(--muted); display: block; margin-bottom: 4px; }
    .coach strong { font-size: 22px; }
    .float-card p { color: var(--muted); margin: 0; line-height: 1.5; }
    .tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
    .tag {
      padding: 9px 12px; border-radius: 999px; font-size: 13px;
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08);
    }
    section { padding: 48px 0; }
    .section-head {
      display: flex; gap: 18px; align-items: end; justify-content: space-between; margin-bottom: 28px;
    }
    .problem-head {
      align-items: flex-start;
      margin-bottom: 22px;
    }
    .problem-head > div { max-width: 700px; }
    .problem-head > p {
      max-width: 430px;
      padding-top: 10px;
    }
    .section-head h2 {
      margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.02; letter-spacing: -1.4px;
    }
    .section-head p {
      margin: 0;
      color: var(--muted);
      max-width: 520px;
      line-height: 1.7;
      padding: 22px 24px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      box-shadow: var(--shadow);
    }
    .features {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
    }
    .feature {
      padding: 24px; border-radius: 28px; border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
    }
    .feature .icon {
      width: 54px; height: 54px; border-radius: 16px;
      display: grid; place-items: center; font-size: 24px;
      background: linear-gradient(135deg, rgba(215,79,255,.18), rgba(90,178,255,.18));
      border: 1px solid rgba(255,255,255,.08); margin-bottom: 16px;
    }
    .feature h3 { margin: 0 0 10px; font-size: 22px; }
    .feature p { margin: 0; color: var(--muted); line-height: 1.6; }
    .split {
      display: grid; grid-template-columns: .98fr 1.02fr; gap: 18px;
    }
    .big-card {
      border-radius: 32px; border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
      overflow: hidden;
      min-height: 540px;
    }
    .big-card.media {
      position: relative;
      background:
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
        radial-gradient(circle at 20% 25%, rgba(215,79,255,.12), transparent 22%),
        #0b0d16;
    }
    .big-card.media img {
      width: 100%; height: 100%; object-fit: cover; object-position: center top;
      opacity: .95;
    }
    .overlay-copy {
      position: absolute; inset: auto 20px 20px 20px;
      padding: 22px; border-radius: 24px; background: rgba(8,10,20,.64);
      border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px);
    }
    .overlay-copy h3 { margin: 0 0 10px; font-size: 28px; }
    .overlay-copy p { margin: 0; color: var(--muted); line-height: 1.6; }
    .stack {
      display: grid; gap: 18px;
    }
    .check-list {
      display: grid; gap: 14px; margin-top: 14px;
    }
    .check {
      display: grid; grid-template-columns: 38px 1fr; gap: 14px;
      align-items: start; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.08);
    }
    .check:first-child { border-top: none; padding-top: 0; }
    .check-bullet {
      width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center;
      background: linear-gradient(135deg, rgba(215,79,255,.18), rgba(90,178,255,.18));
      border: 1px solid rgba(255,255,255,.08);
      font-weight: 800;
    }
    .problem-split {
      align-items: stretch;
      grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
      gap: 24px;
    }
    .problem-card,
    .problem-side-card {
      min-height: auto;
    }
    .problem-card {
      padding: 32px !important;
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
        radial-gradient(circle at top left, rgba(90,178,255,.08), transparent 32%);
    }
    .problem-stack {
      align-self: start;
      align-content: start;
      gap: 24px;
    }
    .problem-side-card {
      padding: 32px !important;
    }
    .check strong { display: block; margin-bottom: 6px; font-size: 18px; }
    .check span { color: var(--muted); line-height: 1.55; }
    .steps {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
    }
    .step {
      position: relative; padding: 24px; min-height: 240px;
      border-radius: 28px; border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
    }
    .step .n {
      position: absolute; right: 18px; top: 16px;
      font-size: 42px; line-height: 1; font-weight: 900; color: rgba(255,255,255,.11);
    }
    .step h3 { margin: 10px 0 10px; font-size: 24px; }
    .step p { margin: 0; color: var(--muted); line-height: 1.6; }
    .cta-band {
      position: relative; overflow: hidden;
      padding: 30px; border-radius: 34px; border: 1px solid rgba(255,255,255,.12);
      background:
        radial-gradient(circle at 20% 20%, rgba(215,79,255,.18), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(90,178,255,.18), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
      box-shadow: var(--shadow);
    }
    .cta-grid {
      display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; align-items: center;
    }
    .cta-band h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 50px); line-height: 1.02; }
    .cta-band p { margin: 0; color: var(--muted); line-height: 1.65; max-width: 720px; }
    .cta-card {
      justify-self: end; width: 100%; max-width: 380px; padding: 24px;
      border-radius: 28px; background: rgba(8,10,20,.62);
      border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px);
    }
    .cta-card .price {
      font-size: 42px; font-weight: 900; letter-spacing: -1.2px; margin: 0 0 8px;
    }
    .cta-card .sub { color: var(--muted); margin-bottom: 18px; }
    .store-group { display:flex; flex-wrap:wrap; gap:12px; }
    .store-group-vertical { display:block; }
    .store-group [data-store-target][hidden] { display:none !important; }
    .signal-bar { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:22px; }
    .signal-pill { padding:9px 12px; border-radius:999px; font-size:13px; color:#fff; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); }

    .reviews-section[hidden] { display: none !important; }
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .review-card {
      position: relative;
      overflow: hidden;
      min-height: 230px;
      padding: 24px;
      border-radius: 28px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 15% 0%, rgba(215,79,255,.12), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
    }
    .review-card::before {
      content: "\201C";
      position: absolute;
      right: 18px;
      top: 0;
      color: rgba(255,255,255,.08);
      font-size: 96px;
      line-height: 1;
      font-weight: 900;
      pointer-events: none;
    }
    .review-card-head {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
      z-index: 1;
    }
    .review-name {
      font-weight: 800;
      color: #fff;
      font-size: 18px;
      line-height: 1.25;
    }
    .review-provider {
      margin-top: 6px;
      color: var(--muted);
      font-size: 13px;
    }
    .review-stars {
      display: inline-flex;
      gap: 3px;
      white-space: nowrap;
      color: #ffd166;
      font-size: 15px;
      letter-spacing: .02em;
    }
    .review-stars .is-empty {
      color: rgba(255,255,255,.22);
    }
    .review-card p {
      position: relative;
      z-index: 1;
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: 16px;
    }
    .reviews-empty {
      padding: 20px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.04);
      color: var(--muted);
    }
    .faq-list { display:grid; gap:16px; }
    .faq-item { border:1px solid var(--line); border-radius:24px; background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)); box-shadow:var(--shadow); overflow:hidden; }
    .faq-item summary { list-style:none; cursor:pointer; padding:22px 24px; font-weight:700; font-size:18px; }
    .faq-item summary::-webkit-details-marker { display:none; }
    .faq-item p { margin:0; padding:0 24px 22px; color:var(--muted); line-height:1.7; }
    .faq-item[open] summary { padding-bottom:12px; }

    footer {
      padding: 30px 0 60px; color: var(--muted); font-size: 14px;
    }
    .footer-row {
      display: flex; gap: 18px; justify-content: space-between; align-items: center;
      border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px;
    }
    .footer-row-rich {
      align-items: flex-start;
      gap: 26px;
      flex-wrap: wrap;
    }
    .footer-brand-block {
      display: grid;
      gap: 8px;
      max-width: 420px;
    }
    .footer-logo-link {
      display: inline-flex;
      align-items: center;
      width: fit-content;
    }
    .footer-logo {
      width: 138px;
      height: auto;
      display: block;
      opacity: .96;
    }
    .footer-copy {
      color: #fff;
      font-weight: 700;
    }
    .footer-tagline {
      color: var(--muted);
      line-height: 1.6;
    }
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px 18px;
      margin-left: auto;
    }
    .footer-links a {
      color: var(--muted);
      text-decoration: none;
      transition: color .2s ease, transform .2s ease;
    }
    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: #fff;
      transform: translateY(-1px);
      outline: none;
    }
    .utility-main {
      padding: 56px 0 72px;
    }
    .utility-shell {
      display: grid;
      gap: 24px;
    }
    .utility-hero,
    .utility-card {
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 28px;
      background: rgba(255,255,255,.04);
      box-shadow: 0 24px 80px rgba(0,0,0,.22);
      padding: clamp(24px, 3vw, 36px);
    }
    .utility-hero h1 {
      margin: 16px 0 12px;
      font-size: clamp(40px, 5vw, 68px);
      line-height: .96;
      letter-spacing: -.05em;
    }
    .utility-hero p,
    .utility-card p,
    .utility-card li {
      color: var(--muted);
      line-height: 1.75;
    }
    .utility-card h2 {
      margin: 0 0 12px;
      font-size: clamp(24px, 2.8vw, 34px);
      letter-spacing: -.03em;
    }
    .utility-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
    .utility-list {
      margin: 0;
      padding-left: 18px;
    }
    .utility-list li + li {
      margin-top: 10px;
    }
    .utility-links {
      display: grid;
      gap: 10px;
    }
    .utility-links a {
      color: #fff;
      text-decoration: none;
      padding: 14px 16px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.03);
      transition: border-color .2s ease, background .2s ease, transform .2s ease;
    }
    .utility-links a:hover,
    .utility-links a:focus-visible {
      border-color: rgba(255,255,255,.18);
      background: rgba(255,255,255,.06);
      transform: translateY(-1px);
      outline: none;
    }
    .reveal {
      opacity: 0; transform: translateY(22px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.visible {
      opacity: 1; transform: translateY(0);
    }
    @media (max-width: 1080px) {
      .hero-grid, .split, .cta-grid { grid-template-columns: 1fr; }
      .hero-visual { min-height: 680px; }
      .cta-card { justify-self: start; }
      .problem-head > p { max-width: none; padding-top: 0; }
      .hero-support { margin-top: 22px; }
    }
    @media (max-width: 860px) {
      .nav-links { display: none; }
      .features, .steps, .trust, .reviews-grid { grid-template-columns: 1fr; }
      .hero { padding-top: 34px; }
      .hero-visual { min-height: 620px; }
      .device-stage { inset: 24px; }
      .device-shell { width: min(360px, 88%); }
      .float-top { right: 12px; left: 12px; width: auto; top: auto; bottom: 20px; }
      .float-bottom { display: none; }
      .section-head { flex-direction: column; align-items: start; }
      .section-head p { padding: 18px 20px; max-width: none; }
      .footer-row {
        flex-direction: column;
        align-items: flex-start;
      }
      .footer-links {
        justify-content: flex-start;
        margin-left: 0;
      }
      .utility-grid {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 620px) {
      .brand img { width: 122px; }
      .nav-actions .btn-secondary { display: none; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .btn { width: 100%; }
      .hero-visual { min-height: 540px; }
      .device-stage { inset: 18px; }
      .device-shell { width: min(320px, 92%); border-radius: 36px; padding: 10px; }
      .device-screen { border-radius: 28px; }
      .device-notch { top: 14px; height: 20px; }
      .big-card { min-height: 420px; }
      .cta-band { padding: 22px; }
      .cta-card .price { font-size: 36px; }
    }

.countdown-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 320px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(10, 10, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.countdown-label {
  margin: 0 24px 12px 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}

.countdown-timer {
  display: flex;
  gap: 10px;
}

.countdown-timer div {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.countdown-timer span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(90deg, #d946ef, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.countdown-timer small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.countdown-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.countdown-close:hover {
  background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 768px) {
  .countdown-widget {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    padding: 16px 16px 14px;
    border-radius: 18px;
  }

  .countdown-timer {
    gap: 8px;
  }

  .countdown-timer span {
    font-size: 20px;
  }

  .countdown-label {
    font-size: 13px;
  }
}


/* experience section surgical restore */
.experience-layout{align-items:stretch;gap:28px;}
.experience-media-card{min-height:620px;padding:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.media-stage{display:grid;place-items:center;width:100%;min-height:100%;}
.experience-device-shell{width:min(285px,72vw);aspect-ratio:9 / 21;flex:0 0 auto;}
.experience-device-shell .device-video{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;background:#05070d;}
.experience-copy-card,.experience-proof-card{padding:28px;min-height:auto;}
.experience-title{margin:0 0 10px;font-size:40px;line-height:1.05;letter-spacing:-1.2px;}
.experience-intro,.experience-proof-text{margin:0;color:var(--muted);line-height:1.7;}
.experience-check-list{margin-top:18px;}
.experience-proof-title{margin:0 0 10px;font-size:30px;line-height:1.15;}
@media (max-width: 1100px){.experience-layout{grid-template-columns:1fr;}.experience-media-card{order:1;min-height:600px;}.stack{order:2;}.experience-device-shell{width:min(280px,76vw);}}
@media (max-width: 640px){.experience-media-card{min-height:520px;padding:18px;}.experience-device-shell{width:min(240px,76vw);border-radius:36px;padding:10px;}.experience-device-shell .device-screen{border-radius:28px;}.experience-device-shell .device-notch{top:14px;height:20px;}.experience-title{font-size:34px;}.experience-proof-title{font-size:26px;}}

/* site-v2 shared language switcher */
.lang-switcher{position:relative;min-width:180px;max-width:220px;z-index:70;}
.lang-switcher[data-rtl="true"] .lang-dropdown{right:auto;left:0;}
.lang-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;appearance:none;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);color:#fff;border-radius:999px;padding:12px 16px;min-height:50px;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.02);transition:border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;}
.lang-trigger:hover,.lang-trigger:focus-visible{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05);transform:translateY(-1px);outline:none;}
.nav-actions .btn-primary{
  border-radius:999px;
  min-height:50px;
  padding-inline:22px;
}
.lang-trigger-main{display:flex;align-items:center;gap:12px;min-width:0;}
.lang-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lang-flag{width:22px;height:16px;display:block;flex:0 0 auto;border-radius:4px;box-shadow:0 0 0 1px rgba(255,255,255,.12);object-fit:cover;background:rgba(255,255,255,.06);}
.lang-chevron{width:16px;height:16px;opacity:.72;flex:0 0 auto;transition:transform .2s ease;}
.lang-switcher.is-open .lang-chevron{transform:rotate(180deg);}
.lang-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:min(340px,calc(100vw - 32px));padding:12px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg, rgba(10,16,32,.96), rgba(16,22,41,.98));box-shadow:0 24px 70px rgba(0,0,0,.45);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:1000;display:none;}
.lang-switcher.is-open .lang-dropdown{display:block;}
.lang-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:10px;}
.lang-search-wrap{position:relative;flex:1 1 auto;display:block;}
.lang-search{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#fff;padding:11px 14px 11px 38px;font:inherit;outline:none;}
.lang-search:focus{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.06);}
.lang-search::-webkit-search-cancel-button{display:none;}
.lang-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:.72;pointer-events:none;color:#fff;}
.lang-sort{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#fff;cursor:pointer;transition:border-color .2s ease, background .2s ease, transform .2s ease;}
.lang-sort svg{width:18px;height:18px;display:block;}
.lang-sort:hover,.lang-sort:focus-visible{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.07);transform:translateY(-1px);outline:none;}
.lang-list{display:grid;gap:6px;max-height:min(52vh,420px);overflow:auto;padding-right:2px;}
.lang-list::-webkit-scrollbar{width:8px;}
.lang-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:999px;}
.lang-option{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:none;background:transparent;color:#fff;border-radius:16px;padding:12px;cursor:pointer;font:inherit;transition:background .18s ease, transform .18s ease;}
.lang-option:hover,.lang-option:focus-visible{background:rgba(255,255,255,.06);transform:translateY(-1px);outline:none;}
.lang-option.is-active{background:linear-gradient(135deg, rgba(191,96,255,.22), rgba(92,178,255,.18));box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
.lang-option-copy{display:flex;flex-direction:column;min-width:0;}
.lang-option-label{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lang-option-meta{font-size:12px;line-height:1.3;color:rgba(255,255,255,.62);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* site-v2 landing pages */
.landing-hero .hero-grid{align-items:center;}
.landing-proofbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px;}
.landing-proof,.landing-card,.landing-step,.contrast-card,.landing-quote,.landing-cta-card{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);}
.landing-proof{padding:16px 18px;border-radius:22px;}
.landing-proof strong{display:block;color:#fff;margin-bottom:5px;font-size:14px;}
.landing-proof span,.landing-card p,.landing-step p,.contrast-card p,.landing-quote span,.landing-cta-card p{display:block;color:var(--muted);line-height:1.65;}
.landing-frame{position:relative;overflow:hidden;border-radius:36px;border:1px solid rgba(255,255,255,.10);background:radial-gradient(circle at 15% 10%, rgba(191,96,255,.20), transparent 32%),radial-gradient(circle at 85% 22%, rgba(92,178,255,.17), transparent 36%),linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));box-shadow:0 34px 100px rgba(0,0,0,.32);padding:clamp(22px,4vw,44px);}
.landing-cards,.landing-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.landing-card,.landing-step{padding:24px;border-radius:28px;}
.landing-card .icon{margin-bottom:14px;}
.landing-card h3,.landing-step h3{margin:0 0 10px;font-size:clamp(20px,2.2vw,28px);letter-spacing:-.025em;}
.landing-contrast{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.contrast-card{padding:24px;border-radius:28px;}
.contrast-card.is-soft{background:linear-gradient(135deg, rgba(255,96,150,.10), rgba(255,177,92,.075));}
.contrast-card.is-smart{background:linear-gradient(135deg, rgba(191,96,255,.14), rgba(92,178,255,.10));}
.contrast-card h3{margin:0 0 12px;font-size:clamp(22px,3vw,34px);}
.landing-tag-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
.landing-tag{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:#fff;font-weight:800;font-size:13px;}
.landing-step .n{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-weight:900;background:linear-gradient(135deg, rgba(191,96,255,.35), rgba(92,178,255,.28));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);}
.landing-quote{padding:28px;border-radius:30px;background:linear-gradient(135deg, rgba(191,96,255,.13), rgba(92,178,255,.09));}
.landing-quote strong{display:block;font-size:clamp(24px,3vw,38px);line-height:1.08;letter-spacing:-.04em;}
.landing-cta-card{padding:clamp(24px,4vw,40px);border-radius:34px;background:rgba(9,13,25,.62);box-shadow:0 22px 70px rgba(0,0,0,.28);}
.landing-cta-card h2{margin:0 0 14px;font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:-.055em;}
.landing-cta-actions{display:flex;flex-wrap:wrap;gap:12px;}
.landing-anchor{scroll-margin-top:110px;}

/* site-v2 help page */
.help-hero .hero-grid{align-items:center;}
.help-search-card{padding:22px;border-radius:28px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);box-shadow:0 24px 70px rgba(0,0,0,.24);}
.help-search-card label{display:block;margin-bottom:10px;color:rgba(255,255,255,.68);font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;}
.help-search-card input{width:100%;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);color:#fff;padding:15px 18px;font:inherit;outline:none;}
.help-search-card input::placeholder{color:rgba(255,255,255,.45);}
.help-topic-link{text-decoration:none;color:inherit;display:block;height:100%;}
.help-topic-link .feature{height:100%;}
.support-article{padding:32px;min-height:auto;}
.support-article h3{margin:0 0 14px;font-size:clamp(28px,4vw,46px);line-height:1.05;}
.support-article p{color:var(--muted);line-height:1.75;}
.help-steps{display:grid;gap:14px;margin:22px 0 0;padding:0;list-style:none;}
.help-steps li{display:flex;gap:14px;align-items:flex-start;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.035);}
.help-steps strong{display:block;margin-bottom:4px;color:#fff;}
.help-steps span{display:block;color:var(--muted);line-height:1.6;}
.help-number{width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-weight:900;background:linear-gradient(135deg, rgba(191,96,255,.35), rgba(92,178,255,.28));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);}
.help-note{margin-top:22px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg, rgba(191,96,255,.12), rgba(92,178,255,.09));color:#fff;}
.help-note strong{display:block;margin-bottom:6px;}
.help-note span{color:var(--muted);line-height:1.65;}
.help-anchor-offset{scroll-margin-top:110px;}
.help-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px;}
.help-mini{padding:20px;border-radius:22px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04);}
.help-mini strong{display:block;margin-bottom:6px;color:#fff;}
.help-mini span{display:block;color:var(--muted);line-height:1.6;}
.support-card{overflow:hidden;}
.premium-status{margin:18px 0;padding:16px 18px;border-radius:20px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:#fff;}
.premium-status strong{display:block;margin-bottom:6px;font-size:15px;}
.premium-status span{display:block;color:var(--muted);line-height:1.55;font-size:14px;}
.premium-status-success{background:linear-gradient(135deg, rgba(92,178,255,.14), rgba(83,255,181,.10));}
.premium-status-locked{background:linear-gradient(135deg, rgba(255,177,92,.13), rgba(255,96,150,.10));}
.support-form{display:grid;gap:16px;margin-top:18px;text-align:left;}
.support-form label{display:grid;gap:8px;color:#fff;font-weight:800;font-size:13px;letter-spacing:.02em;}
.support-form input,.support-form select,.support-form textarea{width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);color:#fff;padding:13px 14px;font:inherit;outline:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);}
.support-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6.5l4 4 4-4' fill='none' stroke='rgba(255,255,255,0.82)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 16px;padding-right:44px;}
.support-form select option{color:#ffffff;background:#1b2130;}
.support-form textarea{min-height:132px;resize:vertical;line-height:1.55;}
.support-form input:focus,.support-form select:focus,.support-form textarea:focus{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.07);}
.support-form input::placeholder,.support-form textarea::placeholder{color:rgba(255,255,255,.42);}
.support-form [disabled]{opacity:.62;cursor:not-allowed;}
.support-consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px;color:var(--muted)!important;font-weight:600!important;line-height:1.45;}
.support-consent input{width:auto;margin-top:3px;flex:0 0 auto;}
.support-form-message{min-height:20px;margin:0;color:var(--muted);line-height:1.5;font-size:14px;}
.support-dev-note{margin-top:12px;color:rgba(255,255,255,.48);font-size:12px;line-height:1.5;}
#contact{padding-top:clamp(36px,6vw,88px);}
.support-hub{position:relative;overflow:hidden;border-radius:36px;border:1px solid rgba(255,255,255,.10);background:radial-gradient(circle at 12% 8%, rgba(191,96,255,.22), transparent 32%),radial-gradient(circle at 88% 16%, rgba(92,178,255,.18), transparent 34%),linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));box-shadow:0 34px 100px rgba(0,0,0,.32);padding:clamp(22px,4vw,44px);}
.support-hub::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(255,255,255,.035), transparent 42%, rgba(255,255,255,.03));pointer-events:none;}
.support-hub-head,.support-layout{position:relative;z-index:1;}
.support-hub-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(18px,3vw,36px);align-items:end;margin-bottom:clamp(18px,3vw,30px);}
.support-hub-head h2{margin:0;font-size:clamp(38px,5vw,70px);line-height:.96;letter-spacing:-.055em;}
.support-hub-head p{margin:14px 0 0;color:var(--muted);line-height:1.75;max-width:760px;}
.support-hub-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.support-layout{display:grid;grid-template-columns:minmax(340px,.85fr) minmax(460px,1.15fr);gap:clamp(18px,3vw,28px);align-items:start;}
.support-panel{border-radius:30px;border:1px solid rgba(255,255,255,.10);background:rgba(9,13,25,.58);box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:clamp(20px,3vw,30px);}
.support-panel h3{margin:0 0 10px;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em;}
.support-panel p{color:var(--muted);line-height:1.7;}
.support-check-panel{display:grid;gap:18px;}
.support-check-panel .help-mini-grid{grid-template-columns:1fr;margin-top:0;}
.premium-email-form{display:grid;gap:12px;margin:0;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);}
.premium-email-form label{display:block;color:#fff;font-weight:900;font-size:13px;letter-spacing:.02em;margin-bottom:8px;}
.premium-email-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;}
.premium-email-row input{width:100%;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:#fff;padding:14px 16px;font:inherit;outline:none;min-height:52px;}
.premium-email-row input:focus{border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.075);}
.premium-email-row input::placeholder{color:rgba(255,255,255,.42);}
.premium-email-row .btn{min-height:52px;white-space:nowrap;}
.premium-status-email{background:linear-gradient(135deg, rgba(191,96,255,.12), rgba(92,178,255,.08));}
.support-card .price{margin:0 0 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1.05;letter-spacing:0;}
.support-card .sub{margin:0;color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.65;}
.verified-email{padding:14px 16px;border-radius:18px;border:1px solid rgba(83,255,181,.18);background:linear-gradient(135deg, rgba(83,255,181,.10), rgba(92,178,255,.08));}
.verified-email small{display:block;margin-bottom:4px;color:rgba(255,255,255,.62);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:11px;}
.verified-email strong{display:block;color:#fff;word-break:break-word;}
.support-form input[readonly]{opacity:1;cursor:default;}
.support-form-message.is-error{color:#ffb5c8;}
.support-form-message.is-success{color:#a9ffd8;}
.support-form-message.is-muted{color:var(--muted);}
.support-upgrade-actions{display:grid;gap:10px;margin-top:12px;}
.support-api-note{margin-top:14px;padding:14px 16px;border-radius:18px;border:1px dashed rgba(255,255,255,.14);background:rgba(255,255,255,.035);color:rgba(255,255,255,.58);font-size:12px;line-height:1.55;}
.support-form.is-locked{position:relative;opacity:.72;filter:saturate(.75);}
.support-form.is-locked input:not([type="hidden"]),
.support-form.is-locked select,
.support-form.is-locked textarea,
.support-form.is-locked button[type="submit"]{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.07);}
.support-form.is-unlocked{opacity:1;filter:none;}

@media (max-width:1100px){
  .landing-proofbar,.landing-cards,.landing-steps,.landing-contrast{grid-template-columns:1fr;}
  .support-hub-head,.support-layout{grid-template-columns:1fr;}
  .support-hub-summary{max-width:none;}
  .premium-email-row{grid-template-columns:1fr;}
  .premium-email-row .btn{width:100%;}
}
@media (max-width:960px){
  .lang-switcher{min-width:160px;max-width:100%;}
  .lang-dropdown{width:min(320px,calc(100vw - 24px));}
  .landing-frame{border-radius:28px;padding:20px;}
  .help-mini-grid{grid-template-columns:1fr;}
  .support-article{padding:24px;}
}
@media (max-width:640px){
  .support-hub{border-radius:28px;padding:20px;}
  .support-panel{border-radius:24px;padding:18px;}
  .support-hub-summary{grid-template-columns:1fr;}
  .support-card .price{font-size:28px;}
}

.mobile-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:#fff;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.02);
  transition:border-color .2s ease, background .2s ease, transform .2s ease;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
  transform:translateY(-1px);
  outline:none;
}
.mobile-menu-toggle-lines{
  position:relative;
  width:18px;
  height:14px;
}
.mobile-menu-toggle-lines::before,
.mobile-menu-toggle-lines::after,
.mobile-menu-toggle-lines span{
  content:"";
  position:absolute;
  left:0;
  width:18px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transition:transform .2s ease, opacity .2s ease, top .2s ease;
}
.mobile-menu-toggle-lines::before{top:0;}
.mobile-menu-toggle-lines span{top:6px;}
.mobile-menu-toggle-lines::after{top:12px;}
.site-header.is-mobile-open .mobile-menu-toggle-lines::before{top:6px;transform:rotate(45deg);}
.site-header.is-mobile-open .mobile-menu-toggle-lines span{opacity:0;}
.site-header.is-mobile-open .mobile-menu-toggle-lines::after{top:6px;transform:rotate(-45deg);}

@media (max-width:860px){
  .site-header .nav{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
    gap:12px;
    padding-block:12px;
  }
  .site-header .brand{
    min-width:0;
  }
  .site-header .brand img{
    width:132px;
  }
  .mobile-menu-toggle{
    display:inline-flex;
    position:static;
    z-index:80;
    width:52px;
    height:52px;
    border-radius:18px;
  }
  .site-header .nav-actions{
    width:auto;
    display:flex !important;
    grid-column:auto;
    gap:10px;
    padding:0;
    margin:0;
    border:none;
    background:transparent;
    box-shadow:none;
  }
  .site-header .nav-actions .lang-switcher{
    min-width:0 !important;
    width:auto;
    max-width:180px !important;
  }
  .site-header .nav-actions .lang-trigger{
    min-height:46px;
    padding:10px 14px;
  }
  .site-header .nav-actions .btn{
    display:none !important;
  }
  .site-header .nav-links{
    display:none !important;
    grid-column:1 / -1;
    width:100%;
    flex-direction:column;
    gap:10px;
    margin-top:8px;
    padding:14px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.10);
    background:linear-gradient(180deg, rgba(10,16,32,.96), rgba(16,22,41,.98));
    box-shadow:0 24px 70px rgba(0,0,0,.32);
  }
  .site-header.is-mobile-open .nav-links{
    display:flex !important;
  }
  .site-header .nav-links a{
    display:flex;
    align-items:center;
    min-height:46px;
    padding:0 14px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
  }
  .site-header .lang-dropdown{
    left:0;
    right:auto;
    width:min(320px,calc(100vw - 24px)) !important;
    max-width:calc(100vw - 24px);
  }
}

@media (max-width:420px){
  .site-header .brand img{
    width:118px;
  }
  .site-header .nav{
    gap:10px;
    padding-block:10px;
  }
  .site-header .nav-actions .lang-switcher{
    max-width:156px !important;
  }
  .site-header .nav-actions .lang-label{
    font-size:14px;
  }
  .site-header .lang-dropdown{
    width:calc(100vw - 24px) !important;
  }
}


/* mobile language menu hotfix - keeps the selector inside the viewport */
@media (max-width:860px){
  .site-header:has(.lang-switcher.is-open){z-index:10000;}
  .site-header .lang-switcher.is-open .lang-dropdown{
    position:fixed !important;
    top:var(--lang-dropdown-top,84px) !important;
    left:var(--lang-dropdown-left,12px) !important;
    right:var(--lang-dropdown-right,12px) !important;
    width:auto !important;
    max-width:none !important;
    max-height:calc(100dvh - var(--lang-dropdown-top,84px) - 12px - env(safe-area-inset-bottom,0px)) !important;
    overflow:hidden !important;
    z-index:10000 !important;
  }
  .site-header .lang-switcher.is-open .lang-list{
    max-height:min(42dvh,360px) !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch;
  }
}

.footer-nav-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 0;
}

.footer-social-link {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-2px);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(197, 82, 255, 0.42), rgba(82, 160, 255, 0.34)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 38px rgba(110, 90, 255, 0.28),
    0 0 0 4px rgba(197, 82, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.footer-social-link:focus-visible {
  outline: none;
}

@media (max-width: 768px) {
  .footer-nav-block {
    align-items: flex-start;
  }

  .footer-socials {
    justify-content: flex-start;
    margin-top: 4px;
  }

  .footer-social-link {
    width: 40px;
    height: 40px;
  }
}
