  :root{
    --red:#EC022A;
    --red-dim:#8a0018;
    --ember:#FF8A3D;
    --green:#33D17A;

    --ink:#0A0D16;
    --ink-2:#0d101c;
    --surface:#121728;
    --surface-2:#171d30;
    --line:rgba(255,255,255,.08);
    --paper:#F5F3EE;
    --muted:#8B93A7;
    --muted-dim:#5c6478;
    --nav-bg:rgba(10,13,22,.72);
    --phone-bg:#0a0a0a;
    --shadow-strong: rgba(0,0,0,.65);
    --shadow-soft: rgba(0,0,0,.5);
  }
  html[data-theme="light"]{
    --ink:#F7F5F0;
    --ink-2:#FFFFFF;
    --surface:#FFFFFF;
    --surface-2:#F0EDE6;
    --line:rgba(10,13,22,.09);
    --paper:#14161C;
    --muted:#6b7280;
    --muted-dim:#93989f;
    --nav-bg:rgba(247,245,240,.78);
    --phone-bg:#0a0a0a;
    --shadow-strong: rgba(20,22,25,.16);
    --shadow-soft: rgba(20,22,25,.1);
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--ink);
    color:var(--paper);
    font-family:'Inter',ui-sans-serif,system-ui,sans-serif;
    -webkit-font-smoothing:antialiased;
    transition:background .25s ease, color .25s ease;
  }
  html[lang="ar"] body{font-family:'Noto Kufi Arabic','Inter',ui-sans-serif,sans-serif;}
  #logo{width:120px;object-fit:contain;object-position:center;}
  h1,h2,h3,.display{
    font-family:'Manrope',ui-sans-serif,sans-serif;
    letter-spacing:-.02em;
    margin:0;
  }
  html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] .display{
    font-family:'Noto Kufi Arabic','Manrope',sans-serif;
    letter-spacing:0;
  }
  .mono{font-family:'JetBrains Mono',monospace;}
  img{max-width:100%;display:block;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
  .btn{
    display:inline-flex;align-items:center;gap:10px;
    padding:14px 24px;border-radius:14px;
    font-family:'Manrope',sans-serif;font-weight:700;font-size:15px;
    border:1px solid transparent;cursor:pointer;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }
  .btn:hover{transform:translateY(-2px);}
  .btn:focus-visible{outline:2px solid var(--red);outline-offset:3px;}
  .btn-primary{
    background:linear-gradient(135deg,var(--red),#b40120);
    color:#fff;
    box-shadow:0 12px 28px -10px rgba(236,2,42,.55);
  }
  .btn-primary:hover{box-shadow:0 18px 34px -10px rgba(236,2,42,.7);}

  /* ---------- NAV ---------- */
  .nav{
    position:sticky;top:0;z-index:50;
    background:var(--nav-bg);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    max-width:1180px;margin:0 auto;padding:14px 24px;
    display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  }
  .nav-logo{
    font-family:'Manrope',sans-serif;font-weight:800;font-size:21px;
    color:var(--red);letter-spacing:-.01em;
  }
  .nav-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
  .nav-controls{display:flex;align-items:center;gap:8px;}
  .lang-group{
    display:flex;align-items:center;gap:2px;
    background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:3px;
  }
  .lang-btn{
    font-family:'Manrope',sans-serif;font-weight:700;font-size:12px;letter-spacing:.03em;
    padding:7px 11px;border-radius:8px;border:none;background:transparent;color:var(--muted);
    cursor:pointer;transition:background .15s ease,color .15s ease;
  }
  .lang-btn.active{background:var(--red);color:#fff;}
  .lang-btn:hover:not(.active){color:var(--paper);}
  .theme-toggle{
    width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:var(--surface);
    display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--paper);
    transition:border-color .15s ease, background .15s ease;
    flex:none;
  }
  .theme-toggle:hover{border-color:rgba(236,2,42,.4);}
  .theme-toggle svg{width:18px;height:18px;}
  .nav-cta{padding:10px 18px;font-size:14px;border-radius:11px;}

  .social-links{display:flex;align-items:center;gap:8px;}
  .social-btn{
    width:36px;height:36px;border-radius:10px;flex:none;
    display:flex;align-items:center;justify-content:center;
    background:var(--surface);border:1px solid var(--line);color:var(--paper);
    transition:border-color .15s ease,color .15s ease,transform .15s ease;
  }
  .social-btn:hover{border-color:var(--red);color:var(--red);transform:translateY(-2px);}
  .social-btn svg{width:17px;height:17px;}
  .footer-social{display:flex;gap:10px;margin-top:22px;}
  .footer-social .social-btn{width:40px;height:40px;}
  .footer-social .social-btn svg{width:18px;height:18px;}

  /* ================= HERO ================= */
  #dzt-showcase{
    position:relative;
    overflow:hidden;
    padding:64px 24px 72px;
    background:
      radial-gradient(60% 50% at 18% 8%, rgba(236,2,42,.24), transparent 60%),
      radial-gradient(55% 45% at 88% 18%, rgba(255,138,61,.10), transparent 60%),
      linear-gradient(180deg,var(--ink) 0%,var(--ink-2) 55%,var(--ink) 100%);
    isolation:isolate;
  }
  html[data-theme="light"] #dzt-showcase{
    background:
      radial-gradient(60% 50% at 18% 8%, rgba(236,2,42,.10), transparent 60%),
      radial-gradient(55% 45% at 88% 18%, rgba(255,138,61,.08), transparent 60%),
      linear-gradient(180deg,var(--ink) 0%,var(--ink-2) 55%,var(--ink) 100%);
  }
  .dzt-inner{
    max-width:1180px;margin:0 auto;
    display:grid;grid-template-columns:1fr 1.15fr;gap:56px;align-items:center;
  }
  .dzt-copy{color:var(--paper);}
  .dzt-brand{display:inline-flex;align-items:center;gap:12px;margin-bottom:26px;}
  .dzt-logo-fallback{ 
    width:100px;height:100px; 
    flex:none;
    display:flex;align-items:center;justify-content:center;
   
  }
  #logo_img{
    width:80px;height:80px; 
    border-radius:50%;
  }
  .dzt-brand-name{
    font-family:'Manrope',sans-serif;font-weight:700;font-size:14px;
    letter-spacing:.02em;color:var(--muted);
  }
  .dzt-brand-name b{color:var(--paper);}
  .dzt-eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
    color:var(--ember);background:rgba(255,138,61,.08);
    border:1px solid rgba(255,138,61,.28);padding:6px 13px;border-radius:99px;margin-bottom:20px;
  }
  .dzt-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ember);box-shadow:0 0 0 4px rgba(255,138,61,.18);}
  .dzt-h2{
    font-weight:800;font-size:clamp(32px,4.2vw,48px);line-height:1.08;
    letter-spacing:-.03em;margin:0 0 20px;
  }
  html[lang="ar"] .dzt-h2{letter-spacing:0;line-height:1.3;}
  .dzt-h2 em{
    font-style:normal;
    background:linear-gradient(90deg,var(--red),#ff6b6b);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
  .dzt-desc{font-size:17px;line-height:1.7;color:var(--muted);max-width:46ch;margin:0 0 32px;}
  .dzt-badge-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;}
  .dzt-play-badge{
    display:inline-flex;align-items:center;gap:11px;
    background:#000;border:1px solid rgba(255,255,255,.15);color:#fff;
    padding:11px 20px 11px 15px;border-radius:13px;
    transition:transform .18s ease,border-color .18s ease;
  }
  html[dir="rtl"] .dzt-play-badge{padding:11px 15px 11px 20px;}
  .dzt-play-badge:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.35);}
  .dzt-play-badge svg{width:23px;height:23px;flex:none;}
  .dzt-play-badge-text{display:flex;flex-direction:column;line-height:1.15;}
  .dzt-play-badge-text small{font-size:10px;color:#a0a0a0;letter-spacing:.04em;}
  .dzt-play-badge-text strong{font-size:16px;font-family:'Manrope',sans-serif;}
  html[lang="ar"] .dzt-play-badge-text strong{font-family:'Noto Kufi Arabic',sans-serif;}
  .dzt-android-note{font-size:13px;color:var(--muted-dim);margin-top:16px;}

  .dzt-phones{position:relative;height:520px;display:flex;align-items:center;justify-content:center;}
  .dzt-phone{
    position:absolute;width:210px;aspect-ratio:9/19.5;border-radius:32px;
    background:var(--phone-bg);padding:9px;
    box-shadow:0 30px 60px -20px var(--shadow-strong),0 0 0 1px rgba(255,255,255,.06);
    transition:transform .4s cubic-bezier(.22,1,.36,1);
  }
  .dzt-phone::before{
    content:"";position:absolute;top:9px;left:50%;transform:translateX(-50%);
    width:80px;height:20px;background:var(--phone-bg);border-radius:0 0 13px 13px;z-index:2;
  }
  .dzt-phone-screen{width:100%;height:100%;border-radius:24px;overflow:hidden;background:var(--surface-2);position:relative;}
  .dzt-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;}
  .dzt-phone-left{transform:rotate(-13deg) translate(-104px,20px) scale(.88);z-index:1;}
  .dzt-phone-right{transform:rotate(13deg) translate(104px,20px) scale(.88);z-index:1;}
  .dzt-phone-center{transform:translateY(-16px) scale(1);z-index:2;}
  .dzt-phones:hover .dzt-phone-left{transform:rotate(-8deg) translate(-120px,8px) scale(.9);}
  .dzt-phones:hover .dzt-phone-right{transform:rotate(8deg) translate(120px,8px) scale(.9);}
  .dzt-phones:hover .dzt-phone-center{transform:translateY(-24px) scale(1.02);}

  /* ---------- SECTION SHARED ---------- */
  .section{padding:100px 24px;}
  .eyebrow-line{
    display:inline-flex;align-items:center;gap:8px;
    font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
    color:var(--red);margin-bottom:16px;
  }
  .eyebrow-line::before{content:"";width:22px;height:1.5px;background:var(--red);}
  .section-title{font-size:clamp(26px,3.4vw,40px);font-weight:800;line-height:1.16;max-width:18ch;}

  /* ---------- FEATURE ROWS ---------- */
  .feature-row{
    display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;
    max-width:1180px;margin:0 auto;
  }
  .feature-row + .feature-row{margin-top:130px;}
  .feature-row.reverse .feature-visual{order:2;}
  .feature-row.reverse .feature-copy{order:1;}
  .feature-tag{
    display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:99px;
    font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px;
  }
  .feature-tag.track{background:rgba(236,2,42,.08);border:1px solid rgba(236,2,42,.28);color:#ff5069;}
  html[data-theme="light"] .feature-tag.track{color:var(--red);}
  .feature-tag.deals{background:rgba(255,138,61,.08);border:1px solid rgba(255,138,61,.28);color:var(--ember);}
  .feature-copy h3{font-size:clamp(23px,2.6vw,32px);font-weight:800;line-height:1.24;margin-bottom:16px;}
  .feature-copy p{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:24px;max-width:44ch;}
  .feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;}
  .feature-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--paper);}
  .feature-list li svg{flex:none;margin-top:2px;}

  .feature-visual{display:flex;justify-content:center;position:relative;}
  .phone-frame{
    width:236px;aspect-ratio:9/19.5;border-radius:34px;background:var(--phone-bg);padding:10px;
    box-shadow:0 40px 70px -28px var(--shadow-strong),0 0 0 1px rgba(255,255,255,.06);
    position:relative;
  }
  .phone-frame::before{
    content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);
    width:86px;height:22px;background:var(--phone-bg);border-radius:0 0 14px 14px;z-index:2;
  }
  .phone-frame .phone-screen{width:100%;height:100%;border-radius:26px;overflow:hidden;background:var(--surface-2);}
  .phone-frame .phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top;}
  .float-chip{
    position:absolute;background:var(--surface);border:1px solid var(--line);
    border-radius:14px;padding:12px 16px;box-shadow:0 20px 40px -18px var(--shadow-strong);
    display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--paper);
  }
  .float-chip .ico{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none;}
  .chip-track{top:14%;right:-6%;}
  .chip-track .ico{background:rgba(51,209,122,.15);}
  .chip-deal{bottom:12%;left:-10%;}
  .chip-deal .ico{background:rgba(255,138,61,.15);}
  html[dir="rtl"] .chip-track{right:auto;left:-6%;}
  html[dir="rtl"] .chip-deal{left:auto;right:-10%;}
  .chip-code{
    font-family:'JetBrains Mono',monospace;font-weight:700;color:var(--ember);
    background:rgba(255,138,61,.08);border:1px dashed rgba(255,138,61,.4);
    padding:2px 8px;border-radius:6px;font-size:12px;
  }

  /* ---------- HOW IT WORKS ---------- */
  .how-section{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
  .how-grid{
    max-width:1180px;margin:52px auto 0;
    display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  }
  .how-step{padding:0 32px;position:relative;}
  .how-step + .how-step{border-left:1px solid var(--line);}
  html[dir="rtl"] .how-step + .how-step{border-left:none;border-right:1px solid var(--line);}
  .how-num{
    font-family:'JetBrains Mono',monospace;font-weight:700;font-size:13px;color:var(--red);
    margin-bottom:18px;display:block;
  }
  .how-step h4{font-size:19px;font-weight:700;margin-bottom:10px;}
  .how-step p{font-size:14.5px;color:var(--muted);line-height:1.65;}

  /* ---------- DOWNLOAD CTA BANNER ---------- */
  .cta-banner{
    margin:0 24px;border-radius:28px;padding:64px 40px;position:relative;overflow:hidden;
    background:
      radial-gradient(70% 120% at 20% 0%, rgba(255,255,255,.14), transparent 60%),
      linear-gradient(135deg,var(--red) 0%,#a5011e 100%);
    text-align:center;
    box-shadow:0 40px 80px -30px rgba(236,2,42,.4);
  }
  .cta-banner h2{font-size:clamp(27px,3.6vw,42px);font-weight:800;color:#fff;margin-bottom:14px;letter-spacing:-.02em;}
  .cta-banner p{font-size:16px;color:rgba(255,255,255,.85);max-width:44ch;margin:0 auto 34px;}
  .cta-badge-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;}
  .cta-banner .dzt-play-badge{background:#000;border-color:rgba(255,255,255,.25);}
  .cta-android-note{margin-top:20px;font-size:13px;color:rgba(255,255,255,.65);}

  /* ---------- FOOTER ---------- */
  footer{padding:56px 24px 32px;border-top:1px solid var(--line);}
  .footer-inner{max-width:1180px;margin:0 auto;}
  .footer-top{
    display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px;
    padding-bottom:40px;border-bottom:1px solid var(--line);
  }
  .footer-brand .nav-logo{margin-bottom:12px;display:block;}
  .footer-brand p{font-size:14px;color:var(--muted);max-width:32ch;line-height:1.6;}
  .footer-cols{display:flex;gap:56px;flex-wrap:wrap;}
  .footer-col h5{
    font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
    color:var(--muted);margin-bottom:16px;
  }
  .footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px;}
  .footer-col a{font-size:14.5px;color:var(--paper);opacity:.85;transition:color .15s ease,opacity .15s ease;}
  .footer-col a:hover{color:var(--red);opacity:1; cursor: pointer;}
  .footer-bottom{
    display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;
    padding-top:26px;font-size:13px;color:var(--muted-dim);
  }

  ::selection{background:var(--red);color:#fff;}
  :focus-visible{outline:2px solid var(--red);outline-offset:2px;}

/* ---------- POPUP COMPONENT CSS ---------- */
  .modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px);
    z-index: 100; display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
    padding: 20px;
  }
  .modal-overlay.active { opacity: 1; visibility: visible; }
  .modal-card {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: 20px; max-width: 500px; width: 100%;
    padding: 32px; box-shadow: 0 30px 60px var(--shadow-strong);
    position: relative; transform: translateY(20px); transition: transform .25s ease;
  }
  .modal-overlay.active .modal-card { transform: translateY(0); }
  .modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
  .modal-title { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 22px; color: var(--paper); }
  html[lang="ar"] .modal-title { font-family: 'Noto Kufi Arabic', sans-serif; }
  .modal-close {
    background: var(--surface-2); border: 1px solid var(--line); color: var(--paper);
    width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background .15s ease;
  }
  .modal-close:hover { background: var(--red); color: white; }
  .modal-body { font-size: 15px; color: var(--muted); line-height: 1.6; }
  .modal-body p { margin: 0 0 16px; }
  .modal-body strong { color: var(--paper); }
  .carrier-chip{
    font-family:'Manrope',sans-serif;font-weight:700;font-size:14px;
    padding:10px 18px;border-radius:99px;background:var(--surface);
    border:1px solid var(--line);color:var(--paper);
  }
  .faq-item{
    background:var(--surface);border:1px solid var(--line);border-radius:16px;
    padding:22px 24px;text-align:start;
  }
  .faq-item h4{font-size:17px;font-weight:800;margin:0 0 8px;font-family:'Manrope',sans-serif;}
  html[lang="ar"] .faq-item h4{font-family:'Noto Kufi Arabic',sans-serif;}
  .faq-item p{font-size:15px;line-height:1.6;color:var(--muted);margin:0;}

  /* ================= MOBILE ================= */
  @media (max-width:900px){
    .dzt-inner{grid-template-columns:1fr;gap:8px;text-align:center;}
    .dzt-brand{justify-content:center;}
    .dzt-desc{margin-left:auto;margin-right:auto;}
    .dzt-badge-row{justify-content:center;}
    .dzt-phones{height:380px;margin-top:8px;}
    .dzt-phone{width:150px;}
    .dzt-phone-left{transform:rotate(-11deg) translate(-68px,16px) scale(.84);}
    .dzt-phone-right{transform:rotate(11deg) translate(68px,16px) scale(.84);}
    .dzt-phone-center{transform:translateY(-8px) scale(.98);}

    .feature-row,.feature-row.reverse{grid-template-columns:1fr;gap:32px;text-align:center;}
    .feature-row.reverse .feature-visual,.feature-row.reverse .feature-copy{order:initial;}
    .feature-copy p{margin-left:auto;margin-right:auto;}
    .feature-list{align-items:center;max-width:38ch;margin:0 auto;}
    .feature-list li{text-align:start;}
    .float-chip{display:none;}
    .feature-row+.feature-row{margin-top:72px;}

    .how-grid{grid-template-columns:1fr;gap:36px;}
    .how-step + .how-step,html[dir="rtl"] .how-step + .how-step{border-left:none;border-right:none;border-top:1px solid var(--line);padding-top:32px;}

    .section{padding:72px 20px;}
    .cta-banner{margin:0 4px;padding:44px 24px;border-radius:22px;}
  }

  @media (max-width:640px){
    .nav-inner{padding:12px 16px;gap:10px;}
    .nav-social{order:4;width:100%;justify-content:center;padding-top:6px;border-top:1px solid var(--line);margin-top:4px;}
    .nav-right{width:100%;justify-content:space-between;order:3;}
    .nav-cta{order:2;}
    .dzt-badge-row a, .cta-badge-row a{width:100%;max-width:300px;justify-content:center;}
    #dzt-showcase{padding:40px 18px 52px;}
    .dzt-h2{font-size:clamp(27px,7vw,34px);}
    .dzt-desc{font-size:15.5px;}
    .footer-top{gap:32px;}
    .footer-cols{gap:32px 40px;width:100%;justify-content:space-between;}
  }

/* ---------- SHARED INNER-PAGE CONTENT (parcel-tracking, aliexpress-tracking, carriers, why-different, blog) ---------- */
.page-hero{padding:56px 24px 8px;max-width:840px;margin:0 auto;}
.page-hero h1{font-size:clamp(28px,4.2vw,42px);font-weight:800;margin:0 0 18px;}
.page-hero p.lead{font-size:17px;line-height:1.7;color:var(--muted);max-width:64ch;}
.content-block{max-width:840px;margin:0 auto;padding:0 24px 8px;}
.content-block h2{font-size:clamp(21px,2.6vw,28px);font-weight:800;margin:44px 0 14px;}
.content-block p{font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 16px;max-width:70ch;}
.check-list{list-style:none;padding:0;margin:0 0 24px;}
.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--paper);margin-bottom:12px;}
.check-list li::before{content:"✓";color:var(--green);font-weight:800;flex:none;}
table.compare{width:100%;border-collapse:collapse;margin:20px 0 32px;font-size:14px;}
table.compare th,table.compare td{border:1px solid var(--line);padding:10px 12px;text-align:start;vertical-align:top;}
table.compare th{background:var(--surface);color:var(--paper);}
table.compare td{color:var(--muted);}
.carrier-grid{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 32px;}
.breadcrumbs{max-width:840px;margin:0 auto;padding:20px 24px 0;font-size:13px;color:var(--muted-dim);}
.breadcrumbs a{color:var(--muted);}

/* ---------- HOMEPAGE: TELEGRAM / DEVELOPED APPS (added) ---------- */
.telegram-banner{
  max-width:1180px;margin:0 auto;padding:36px 40px;border-radius:24px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;
  background:var(--surface);border:1px solid var(--line);
  box-shadow:0 30px 60px -32px var(--shadow-strong);
}
.telegram-banner-copy{display:flex;align-items:center;gap:18px;}
.telegram-icon{
  width:56px;height:56px;border-radius:16px;flex:none;
  display:flex;align-items:center;justify-content:center;
  background:rgba(41,169,224,.12);border:1px solid rgba(41,169,224,.3);color:#29A9E0;
}
.telegram-icon svg{width:28px;height:28px;}
.telegram-banner h3{font-size:19px;font-weight:800;margin:0 0 4px;}
.telegram-banner p{font-size:14.5px;color:var(--muted);margin:0;max-width:52ch;}
.telegram-stat{
  font-family:'JetBrains Mono',monospace;font-weight:700;color:var(--red);
}
.telegram-banner .btn-primary{background:linear-gradient(135deg,#29A9E0,#1c7fac);box-shadow:0 12px 28px -10px rgba(41,169,224,.5);flex:none;}
.telegram-banner .btn-primary:hover{box-shadow:0 18px 34px -10px rgba(41,169,224,.65);}

.stats-row{
  max-width:1180px;margin:52px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:0;
}
.stats-row .stat-item{padding:0 32px;text-align:center;}
.stats-row .stat-item + .stat-item{border-left:1px solid var(--line);}
html[dir="rtl"] .stats-row .stat-item + .stat-item{border-left:none;border-right:1px solid var(--line);}
.stat-num{
  display:block;font-family:'Manrope',sans-serif;font-weight:800;
  font-size:clamp(26px,3.6vw,38px);color:var(--paper);letter-spacing:-.02em;margin-bottom:6px;
}
.stat-label{font-size:13px;color:var(--muted);letter-spacing:.02em;}

.apps-grid{max-width:1180px;margin:0 auto;display:flex;justify-content:center;}
.app-card{
  position:relative;
  width:100%;max-width:560px;
  border:1px solid rgba(236,2,42,.35);
  border-radius:28px;
  padding:44px 40px;
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(236,2,42,.10), transparent 60%),
    var(--surface);
  box-shadow:0 40px 90px -30px rgba(236,2,42,.45), 0 0 0 1px rgba(236,2,42,.06) inset;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display:flex;flex-direction:column;gap:22px;
}
.app-card:hover{
  transform:translateY(-6px);
  border-color:rgba(236,2,42,.6);
  box-shadow:0 50px 100px -28px rgba(236,2,42,.6), 0 0 0 1px rgba(236,2,42,.1) inset;
}
.app-card-top{display:flex;align-items:center;gap:18px;}
.app-card-icon{
  width:64px;height:64px;border-radius:18px;flex:none;overflow:hidden;
  box-shadow:0 14px 30px -12px rgba(236,2,42,.55);
}
.app-card-icon img{width:100%;height:100%;object-fit:cover;}
.app-card-name{font-size:22px;font-weight:800;font-family:'Manrope',sans-serif;margin:0 0 4px;}
.app-card-sub{font-size:13px;color:var(--muted);}
.app-card-badges{display:flex;gap:8px;flex-wrap:wrap;}
.app-card-badge{
  font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  padding:5px 11px;border-radius:99px;
  background:rgba(51,209,122,.1);border:1px solid rgba(51,209,122,.3);color:var(--green);
}
.app-card-badge.ember{background:rgba(255,138,61,.1);border-color:rgba(255,138,61,.3);color:var(--ember);}
.app-card-desc{font-size:15.5px;line-height:1.7;color:var(--muted);margin:0;}
.app-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;}
.app-card-list li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:var(--paper);}
.app-card-list li::before{content:"✓";color:var(--green);font-weight:800;flex:none;}
.app-card-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px;}
.app-card-actions .btn-ghost{
  background:transparent;border:1px solid var(--line);color:var(--paper);
}
.app-card-actions .btn-ghost:hover{border-color:var(--red);color:var(--red);}
.more-apps-note{
  text-align:center;max-width:560px;margin:26px auto 0;font-size:13.5px;color:var(--muted-dim);
}

@media (max-width:900px){
  .telegram-banner{flex-direction:column;text-align:center;padding:32px 24px;}
  .telegram-banner-copy{flex-direction:column;}
  .stats-row{grid-template-columns:1fr;gap:28px;}
  .stats-row .stat-item + .stat-item{border-left:none;border-top:1px solid var(--line);padding-top:24px;}
  .app-card{padding:32px 24px;}
}
