/*
Theme Name: Fennec AI Landing
Theme URI: https://example.com/
Author: Generated by ChatGPT
Description: قالب لصفحة هبوط عربية (RTL) مبني على ملف HTML الذي زوّده المستخدم.
Version: 1.0.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fennec-ai
Tags: one-column, rtl-language-support, custom-logo
*/

:root{
      --bg0:#050507;
      --bg1:#07070A;

      --text: rgba(255,255,255,.92);
      --muted: rgba(255,255,255,.72);
      --muted2: rgba(255,255,255,.55);

      --neon:#FF6A00;
      --neon2:#FF9A3D;

      --shadow: 0 18px 60px rgba(0,0,0,.55);
      --radius: 18px;
      --radius2: 26px;
      --max: 1120px;
    }

    *{ box-sizing:border-box; }
    html,body{ height:100%; }
    body{
      margin:0;
      font-family: "Tajawal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(900px 520px at 18% 12%, rgba(255,106,0,.18), transparent 62%),
        radial-gradient(900px 520px at 82% 18%, rgba(255,154,61,.12), transparent 65%),
        radial-gradient(700px 420px at 50% 88%, rgba(255,106,0,.10), transparent 65%),
        linear-gradient(180deg, var(--bg0), var(--bg1));
      overflow-x:hidden;
    }
    a{ color:inherit; text-decoration:none; }
    .container{ width:min(var(--max), calc(100% - 40px)); margin-inline:auto; }

    /* Topbar */
    .topbar{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(14px);
      background: rgba(5,5,7,.58);
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .topbar-inner{
      display:flex; align-items:center; justify-content:space-between;
      padding: 14px 0; gap:14px;
    }
    .brand{ display:flex; align-items:center; gap:12px; min-width:260px; }
    .brand .name{ font-weight:900; letter-spacing:.2px; line-height:1.05; }
    .brand .tag{ font-size:12px; color: rgba(255,255,255,.55); margin-top:3px; }

    .brand-logo-wrap{
      width:44px; height:44px;
      border-radius:16px;
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.04);
      box-shadow: 0 18px 60px rgba(0,0,0,.45);
      flex: 0 0 auto;
    }
    .brand-logo-wrap::before{
      content:"";
      position:absolute; inset:-6px;
      background: radial-gradient(26px 20px at 35% 35%, rgba(255,106,0,.35), transparent 70%);
      filter: blur(8px);
      opacity:.95;
      pointer-events:none;
    }
    .brand-logo{
      width:100%; height:100%;
      object-fit: cover;
      object-position:center;
      display:block;
      filter: drop-shadow(0 0 14px rgba(255,106,0,.22)) drop-shadow(0 0 28px rgba(255,106,0,.12));
    }

    nav{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
    nav a{
      font-size:14px; padding:8px 10px; border-radius: 999px;
      color: rgba(255,255,255,.72);
      border: 1px solid transparent;
      transition:.2s ease;
    }
    nav a:hover{
      color: rgba(255,255,255,.92);
      border-color: rgba(255,106,0,.35);
      background: rgba(255,106,0,.08);
      box-shadow: 0 0 0 6px rgba(255,106,0,.08);
    }

    .actions{ display:flex; align-items:center; justify-content:flex-end; gap:10px; min-width:260px; }

    /* Buttons */
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      border-radius: 999px;
      padding: 10px 14px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.05);
      color: rgba(255,255,255,.92);
      cursor:pointer;
      transition:.18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{
      transform: translateY(-1px);
      border-color: rgba(255,106,0,.35);
      background: rgba(255,106,0,.08);
      box-shadow: 0 10px 30px rgba(255,106,0,.10);
    }
    .btn.primary{
      border-color: rgba(255,106,0,.55);
      background: linear-gradient(135deg, rgba(255,106,0,.22), rgba(255,154,61,.12));
      box-shadow: 0 18px 55px rgba(255,106,0,.10), 0 0 0 1px rgba(255,106,0,.16) inset;
      position:relative;
    }
    .btn.primary::after{
      content:"";
      position:absolute; inset:-2px;
      border-radius: 999px;
      pointer-events:none;
      background: radial-gradient(200px 60px at 30% 50%, rgba(255,106,0,.25), transparent 60%);
      opacity:.9;
      filter: blur(6px);
    }
    .btn.small{ padding: 9px 12px; font-size:14px; }
    .btn.ghost{ background: rgba(255,255,255,.03); }

    .pill{
      display:inline-flex; align-items:center; gap:10px;
      border-radius:999px;
      padding: 8px 12px;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      color: rgba(255,255,255,.72);
      font-size:13px;
    }
    .dot{
      width:9px; height:9px; border-radius:50%;
      background: var(--neon);
      box-shadow: 0 0 0 6px rgba(255,106,0,.10), 0 0 18px rgba(255,106,0,.35);
    }

    /* Layout */
    .hero{ padding: 48px 0 22px; }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 16px;
      align-items:stretch;
    }
    @media (max-width: 920px){
      .hero-grid{ grid-template-columns: 1fr; }
          .actions,.brand{ min-width:auto; }
    }

    .card{
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
      border: 1px solid rgba(255,255,255,.10);
      border-radius: var(--radius2);
      box-shadow: var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .card::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(600px 320px at 18% 15%, rgba(255,106,0,.20), transparent 55%),
        radial-gradient(520px 280px at 90% 10%, rgba(255,154,61,.16), transparent 60%),
        radial-gradient(520px 280px at 60% 90%, rgba(255,106,0,.10), transparent 60%);
      opacity:.95;
      pointer-events:none;
    }
    .card > *{ position:relative; }

    .hero-main{ padding: 26px; }
    .hero-logo{ display:flex; justify-content:flex-start; margin-bottom: 10px; }
    .hero-logo img{
      height: 56px; width:auto; object-fit:contain;
      filter: drop-shadow(0 0 18px rgba(255,106,0,.18)) drop-shadow(0 0 36px rgba(255,106,0,.10));
      opacity:.95;
    }
    .kicker{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px; }

    h1{
      margin: 10px 0 12px;
      font-size: clamp(30px, 3.2vw, 46px);
      line-height: 1.15;
      letter-spacing:.2px;
      text-shadow: 0 0 18px rgba(255,106,0,.18);
    }
    .accent{ color: var(--neon2); font-weight:900; text-shadow: 0 0 20px rgba(255,106,0,.25); }
    .lead{ margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.95; }

    .hero-cta{ display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-top: 16px; }
    .subnote{ margin-top: 10px; color: rgba(255,255,255,.55); font-size: 13px; line-height:1.9; }

    .hero-side{ padding: 18px; display:flex; flex-direction:column; gap:12px; }
    .mini{
      padding: 14px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
    }
    .mini h3{ margin:0 0 8px; font-size:15px; }
    .mini p{ margin:0; color:rgba(255,255,255,.72); font-size:14px; line-height:1.95; }

    .stat-row{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top: 10px;
    }
    .stat{
      padding: 12px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(0,0,0,.20);
    }
    .stat .label{ color: rgba(255,255,255,.55); font-size:12px; }
    .stat .value{ font-size:18px; font-weight:900; margin-top:4px; color: rgba(255,255,255,.92); }

    section{ padding: 26px 0; }
    .section-title{
      display:flex; align-items:flex-end; justify-content:space-between; gap:12px;
      margin-bottom: 14px;
    }
    .section-title h2{ margin:0; font-size:22px; letter-spacing:.2px; }
    .section-title .hint{ color: rgba(255,255,255,.55); font-size:13px; }

    .grid3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
    @media (max-width: 920px){ .grid3{ grid-template-columns: 1fr; } }

    .feature{
      padding: 16px;
      border-radius: var(--radius);
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
    }
    .feature .icon{
      width: 46px; height:46px;
      border-radius: 16px;
      display:grid; place-items:center;
      background: linear-gradient(135deg, rgba(255,106,0,.22), rgba(255,154,61,.10));
      border: 1px solid rgba(255,106,0,.30);
      margin-bottom: 10px;
      box-shadow: 0 0 22px rgba(255,106,0,.10);
    }
    .feature h3{ margin:0 0 6px; font-size:16px; }
    .feature p{ margin:0; color: rgba(255,255,255,.72); line-height:1.95; font-size:14px; }

    /* Video */
    .video-card{
      padding: 18px;
      border-radius: var(--radius2);
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .video-card::before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(520px 220px at 18% 12%, rgba(255,106,0,.12), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .video-card > *{ position:relative; }
    .video-wrap{
      border-radius: 18px;
      overflow:hidden;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(0,0,0,.35);
    }
    .video-wrap video,
    .video-wrap iframe{
      width:100%;
      height: 420px;
      display:block;
    }
    @media (max-width: 920px){
      .video-wrap video,
      .video-wrap iframe{ height: 240px; }
    }

    /* Pricing */
    .pricing{
      padding: 22px;
      border-radius: var(--radius2);
      border: 1px solid rgba(255,106,0,.28);
      background: linear-gradient(135deg, rgba(255,106,0,.18), rgba(0,0,0,.25));
      box-shadow: var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .pricing::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(520px 220px at 20% 10%, rgba(255,106,0,.20), transparent 60%),
        radial-gradient(520px 220px at 80% 80%, rgba(255,154,61,.10), transparent 65%);
      opacity:.9;
      pointer-events:none;
    }
    .pricing > *{ position:relative; }
    .price-top{ display:flex; align-items:flex-end; justify-content:space-between; gap: 12px; flex-wrap:wrap; }
    .price{
      font-size: 42px;
      font-weight: 1000;
      letter-spacing:.2px;
      line-height:1;
      text-shadow: 0 0 18px rgba(255,106,0,.20);
    }
    .price small{ font-size: 14px; font-weight: 800; color: rgba(255,255,255,.75); margin-right: 10px; }
    .strike{ color: rgba(255,255,255,.58); text-decoration: line-through; font-size: 14px; margin-top:6px; display:block; }
    .fine{ margin-top: 10px; color: rgba(255,255,255,.78); line-height: 1.95; font-size: 14px; }

    /* FAQ */
    details{
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 18px;
      background: rgba(255,255,255,.04);
      padding: 12px 14px;
    }
    details + details{ margin-top: 10px; }
    summary{ cursor:pointer; font-weight: 900; color: rgba(255,255,255,.92); list-style:none; }
    summary::-webkit-details-marker{ display:none; }
    details p{ margin: 10px 0 0; color: rgba(255,255,255,.72); line-height:1.95; }

    /* Footer */
    footer{
      padding: 26px 0 40px;
      color: rgba(255,255,255,.55);
      border-top: 1px solid rgba(255,255,255,.08);
      margin-top: 18px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    @media (max-width: 920px){ .footer-grid{ grid-template-columns: 1fr; } }

    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,106,0,.28);
      background: rgba(255,106,0,.08);
      color: rgba(255,255,255,.86);
      font-size: 13px;
      box-shadow: 0 0 26px rgba(255,106,0,.08);
    }
    .note{ margin-top: 10px; font-size: 12px; line-height:1.95; color: rgba(255,255,255,.55); }

    /* Social Icons */
    .social{
      display:flex; gap:10px; flex-wrap:wrap;
      justify-content:flex-end;
      margin-top:12px;
    }
    @media (max-width: 920px){ .social{ justify-content:flex-start; } }
    .icon-btn{
      width:44px; height:44px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.04);
      display:grid; place-items:center;
      transition:.18s ease;
    }
    .icon-btn:hover{
      transform: translateY(-1px);
      border-color: rgba(255,106,0,.35);
      background: rgba(255,106,0,.07);
      box-shadow: 0 14px 34px rgba(255,106,0,.10);
    }
    .icon-btn svg{ width:22px; height:22px; display:block; }
    .icon-btn svg path,
    .icon-btn svg rect,
    .icon-btn svg circle,
    .icon-btn svg line,
    .icon-btn svg polyline{ stroke: rgba(255,255,255,.95); }
    .icon-btn svg .fill{ fill: rgba(255,255,255,.95); }

    /* Toast */
    .toast{
      position: fixed;
      left: 18px;
      bottom: 18px;
      z-index: 9999;
      background: rgba(0,0,0,.55);
      border: 1px solid rgba(255,255,255,.12);
      backdrop-filter: blur(10px);
      color: rgba(255,255,255,.90);
      padding: 10px 12px;
      border-radius: 14px;
      box-shadow: var(--shadow);
      opacity: 0;
      transform: translateY(10px);
      transition: .18s ease;
      pointer-events: none;
      max-width: 92vw;
    }
    .toast.show{ opacity:1; transform: translateY(0); }

    /* Popup */
    .modal-overlay{
      position: fixed; inset:0;
      background: rgba(0,0,0,.62);
      display:none;
      align-items:center;
      justify-content:center;
      z-index: 99999;
      padding: 18px;
    }
    .modal-overlay.show{ display:flex; }

    .modal{
      width: min(520px, 100%);
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,.12);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow: var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .modal::before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(520px 220px at 18% 12%, rgba(255,106,0,.18), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .modal > *{ position:relative; }
    .modal-inner{ padding: 18px; }
    .modal-top{
      display:flex; align-items:center; justify-content:space-between;
      gap: 10px;
      margin-bottom: 10px;
    }
    .modal-title{ font-weight: 1000; font-size: 18px; }
    .modal-close{
      width: 40px; height: 40px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.04);
      display:grid; place-items:center;
      cursor:pointer;
      transition:.18s ease;
      color: rgba(255,255,255,.92);
    }
    .modal-close:hover{
      border-color: rgba(255,106,0,.35);
      background: rgba(255,106,0,.07);
      transform: translateY(-1px);
    }
    .modal-text{ color: rgba(255,255,255,.72); line-height: 1.95; margin: 0 0 12px; }
    .modal-actions{ display:flex; gap:10px; flex-wrap:wrap; }

    @media (max-width:520px){
      .container{ width: calc(100% - 28px); }
      .hero-main{ padding: 22px; }
      .price{ font-size: 38px; }
      .hero-logo img{ height: 50px; }
    }



/* =========================
   Mobile Menu (phone only)
   ========================= */
.mobile-only{ display:none !important; }

/* Only enable phone UI on real mobile devices (UA) + small screens */
@media (max-width: 920px){
  html.is-mobile-ua .mobile-only{ display:inline-flex !important; }
  html.is-mobile-ua nav{ display:none !important; }
  html.is-mobile-ua .actions .desk-only{ display:none !important; }
}

/* Force desktop layout for non-mobile user agents even if the viewport is small */
html.force-desktop .mobile-only{ display:none !important; }
html.force-desktop nav{ display:flex !important; }
html.force-desktop .actions .desk-only{ display:inline-flex !important; }
html.force-desktop .hero-grid{ grid-template-columns: 1.15fr .85fr !important; }
html.force-desktop .grid3{ grid-template-columns: repeat(3, 1fr) !important; }
html.force-desktop .video-wrap{ grid-template-columns: 1.1fr .9fr !important; }
html.force-desktop .pricing{ grid-template-columns: 1fr 1fr !important; }


html.mnav-open,
html.mnav-open body{
  overflow:hidden;
}

.mnav-overlay{
  position: fixed; inset:0;
  background: rgba(0,0,0,.62);
  display:none;
  align-items:stretch;
  justify-content:flex-end;
  z-index: 99998;
}
.mnav-overlay.show{ display:flex; }
.mnav-overlay[hidden]{ display:none !important; }

@media (min-width: 921px){
  .mnav-overlay,
  .mnav-overlay.show{ display:none !important; }
  html.mnav-open,
  html.mnav-open body{ overflow:auto; }
}


.mnav{
  width: min(380px, 88vw);
  height: 100%;
  border-right: 1px solid rgba(255,255,255,.12);
  border-left: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  padding: 16px;
  transform: translateX(16px);
  animation: mnavIn .18s ease forwards;
}
@keyframes mnavIn{
  from{ opacity:.65; transform: translateX(18px); }
  to{ opacity:1; transform: translateX(0); }
}

.mnav-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  margin-bottom: 12px;
}
.mnav-title{
  font-weight: 1000;
  font-size: 16px;
}
.mnav-close{
  width: 40px; height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display:grid; place-items:center;
  cursor:pointer;
  transition:.18s ease;
  color: rgba(255,255,255,.92);
}
.mnav-close:hover{
  border-color: rgba(255,106,0,.35);
  background: rgba(255,106,0,.07);
  transform: translateY(-1px);
}

.mnav-links{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding: 6px 0 12px;
}
.mnav-link{
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.88);
  transition: .18s ease;
}
.mnav-link:hover{
  border-color: rgba(255,106,0,.35);
  background: rgba(255,106,0,.08);
  box-shadow: 0 0 0 6px rgba(255,106,0,.08);
}

.mnav-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top: 8px;
}


/* ===== Mobile layout refinements (keep desktop unchanged) ===== */
@media (max-width: 920px){
  .topbar-inner{
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
  }
  .brand{
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }
  .brand .tag{ font-size: 11px; }
  .actions{
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 10px;
  }
  #topTelegram{
    flex: 1 1 auto;
    justify-content: center;
  }
  .hero{ padding: 26px 0 14px; }
  .hero-main{ padding: 18px; }
  .hero-side{ padding: 14px; }
  .kicker{ gap: 8px; }
  .pill{ font-size: 12px; padding: 7px 10px; }
  .hero-cta{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero-cta .btn{ width: 100%; }
  .subnote{ font-size: 12px; }
  .section-title{ flex-wrap: wrap; }
  .section-title .hint{ width: 100%; }
}

@media (max-width: 520px){
  .container{ width: calc(100% - 22px); }
  h1{ font-size: 28px; line-height: 1.25; }
  .lead{ font-size: 15px; line-height: 1.9; }
  .stat-row{ grid-template-columns: 1fr; }
  .video-wrap video, .video-wrap iframe{ height: 210px; }
  .price{ font-size: 36px; }
  .brand-logo-wrap{ width: 40px; height: 40px; border-radius: 14px; }
  .btn.small{ padding: 9px 12px; }
}

/* Mobile menu polish */
.mnav-overlay{
  backdrop-filter: blur(6px);
}
.mnav{
  border-radius: 22px 0 0 22px;
}
.mnav-link{
  font-weight: 800;
}
.mnav-actions .btn{
  width: 100%;
}
@media (max-width: 520px){
  .mnav{
    width: min(360px, 92vw);
    padding: 14px;
  }
}




/* =========================
   XM Affiliate Section
   ========================= */
.xm-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
  align-items:stretch;
}
@media (max-width: 920px){
  html.is-mobile-ua .xm-grid{ grid-template-columns: 1fr; }
}
.xm-main{ padding: 16px; }
.xm-badges{ display:flex; flex-wrap:wrap; gap: 10px; align-items:center; margin-bottom: 10px; }
.xm-head{ margin: 8px 0 8px; font-weight: 1000; font-size: 18px; }
.xm-text{ margin:0 0 12px; color: var(--muted); line-height:1.9; font-weight:700; font-size: 13.8px; }
.xm-cta{ display:flex; flex-wrap:wrap; gap: 10px; align-items:center; margin-top: 10px; }
.xm-note{ margin-top: 14px; padding: 12px; border-radius: 18px; background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.08); }
.xm-terms-title{ font-weight: 1000; margin-bottom: 8px; color: rgba(255,255,255,.90); }
.xm-terms{
  margin:0;
  white-space: pre-wrap;
  font-family: inherit;
  color: rgba(255,255,255,.80);
  line-height: 1.85;
  font-weight: 700;
  font-size: 13px;
}

.xm-links{ padding: 16px; }
.xm-links-top h3{ margin:0 0 6px; font-weight:1000; }
.xm-links-sub{ color: var(--muted2); font-weight:700; font-size: 12.5px; margin-bottom: 10px; }
.xm-link-list{ display:flex; flex-direction:column; gap: 10px; }
.xm-link-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
}
@media (max-width: 920px){
  html.is-mobile-ua .xm-link-row{ flex-direction:column; align-items:stretch; }
}
.xm-link-label{ font-weight: 900; color: rgba(255,255,255,.88); }
.xm-link-actions{ display:flex; gap: 10px; flex-wrap:wrap; justify-content:flex-start; }

.xm-guide{
  margin-top: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.08);
}
.xm-guide-title{
  font-weight: 1000;
  margin-bottom: 10px;
  color: rgba(255,255,255,.90);
}
.xm-guide-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 920px){
  html.is-mobile-ua .xm-guide-grid{ grid-template-columns: 1fr; }
}
.xm-guide-item{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  display:block;
}
.xm-guide-item img{
  width:100%;
  height:auto;
  display:block;
}
.xm-disclaimer{ margin: 12px 0 0; color: rgba(255,255,255,.60); line-height:1.8; font-weight:700; font-size: 12.5px; }

/* Make sure overlay never appears unexpectedly */
.mnav-overlay{ display:none; }
.mnav-overlay.show{ display:flex; }
.mnav-overlay[hidden]{ display:none !important; }
