/* TREXPOR v172 MASTER DESIGN SYSTEM
   Consolidated from legacy visual patches; current rules only. */
:root{
    --bg:#05070B; --bg-2:#080C13;
    --panel:rgba(255,255,255,.035); --panel-2:rgba(255,255,255,.055);
    --bd:rgba(255,255,255,.09); --bd-2:rgba(255,255,255,.16);
    --tx:#F2F5F9; --mut:#8D97A7; --mut-2:#5C6675;
    --red:#F03040; --red-2:#C3162A; --teal:#39E6D8; --green:#22C77E;
    --glow-rgb:240,48,64;
  }
  html{scroll-behavior:smooth;overflow-x:clip}
  body{font-family:"Manrope",sans-serif;background:var(--bg);color:var(--tx);
    -webkit-font-smoothing:antialiased;overflow-x:hidden}
  ::selection{background:var(--red);color:#fff}
  ::-webkit-scrollbar{width:10px}
  ::-webkit-scrollbar-track{background:var(--bg)}
  ::-webkit-scrollbar-thumb{background:#1B2330;border-radius:99px;border:2px solid var(--bg)}
  a{text-decoration:none;color:inherit}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px}
  h1, h2, h3{font-family:"Sora",sans-serif;letter-spacing:-.02em}
  :focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:4px}
  section{scroll-margin-top:86px}
  header{position:fixed;top:0;left:0;right:0;z-index:80;background:rgba(5,7,11,.55);
    backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s}
  header.scrolled{background:rgba(5,7,11,.88)}
  header .wrap{max-width:1480px;display:flex;align-items:center;justify-content:space-between;height:66px}
  .logo{font-family:"Sora",sans-serif;font-weight:700;font-size:21px;display:flex;align-items:center;gap:2px}
  .logo .tr{color:var(--red)}
  nav.main{display:flex;align-items:center;gap:20px;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}
  nav.main>a, .nav-trigger{position:relative;font-family:"Manrope",sans-serif;font-size:13.25px;font-weight:600;color:var(--mut);transition:color .2s;background:none;border:0;padding:24px 0 21px;cursor:pointer;white-space:nowrap}
  nav.main>a:hover, .nav-trigger:hover, .nav-drop.open .nav-trigger{color:#fff}
  nav.main>a::after, .nav-trigger::after{content:"";position:absolute;left:50%;right:50%;bottom:10px;height:2px;border-radius:99px;background:var(--red);box-shadow:0 0 12px rgba(240,48,64,.5);transition:left .22s,right .22s,opacity .22s;opacity:0}
  nav.main>a:hover::after, .nav-trigger:hover::after, nav.main>a.active::after, .nav-trigger.active::after, .nav-drop.open .nav-trigger::after{left:0;right:0;opacity:1}
  nav.main>a.active, .nav-trigger.active{color:#fff}
  .nav-drop{position:relative;display:flex;align-items:center}
  .nav-trigger{display:flex;align-items:center;gap:6px}
  .nav-trigger svg{width:13px;height:13px;transition:transform .2s;color:var(--mut-2)}
  .nav-drop:hover .nav-trigger svg, .nav-drop.open .nav-trigger svg{transform:rotate(180deg);color:var(--red)}
  .nav-drop::after{content:"";position:absolute;left:-20px;right:-20px;top:58px;height:22px;pointer-events:none}
  .mega-menu{position:absolute;top:58px;left:50%;width:min(330px,calc(100vw - 40px));transform:translate(-50%,12px);display:grid;grid-template-columns:1fr;gap:5px;padding:10px;background:rgba(9,13,20,.98);border:1px solid var(--bd-2);border-radius:16px;box-shadow:0 28px 90px rgba(0,0,0,.62);backdrop-filter:blur(22px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s;z-index:95}
  .nav-drop:hover .mega-menu, .nav-drop:focus-within .mega-menu, .nav-drop.open .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
  .mega-menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 10px;border-radius:10px;font-size:12.5px;font-weight:600;color:#DDE5EF;transition:background .18s,color .18s,transform .18s}
  .mega-menu a:hover{background:rgba(255,255,255,.055);color:#fff;transform:translateX(2px)}
  .mega-menu a:hover::after{opacity:1;transform:translateX(0)}

  

  
  .hdr-right{display:flex;align-items:center;gap:14px}
  .lang{position:relative}
  .icon-btn{width:36px;height:36px;border-radius:50%;background:var(--panel);border:1px solid var(--bd);
    color:var(--tx);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:.2s}
  .icon-btn:hover{border-color:var(--bd-2)}
  .lang-menu{display:none;position:absolute;right:0;top:48px;width:min(292px,calc(100vw - 24px));min-width:0;
    max-height:min(610px,calc(100dvh - 76px));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;
    scrollbar-gutter:stable;padding:10px;background:linear-gradient(180deg,rgba(13,18,27,.985),rgba(7,11,17,.985));
    border:1px solid rgba(255,255,255,.11);border-radius:18px;box-shadow:0 32px 90px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.025) inset;
    backdrop-filter:blur(24px) saturate(1.18);-webkit-backdrop-filter:blur(24px) saturate(1.18);z-index:90;
    scrollbar-width:thin;scrollbar-color:rgba(132,145,164,.42) transparent}
  .lang-menu::-webkit-scrollbar{width:6px}
  .lang-menu::-webkit-scrollbar-track{background:transparent;margin:10px 0}
  .lang-menu::-webkit-scrollbar-thumb{background:rgba(132,145,164,.38);border-radius:99px;border:1px solid transparent;background-clip:padding-box}
  .lang-menu::-webkit-scrollbar-thumb:hover{background:rgba(160,174,194,.58);background-clip:padding-box}
  .lang.open .lang-menu{display:block;animation:langMenuIn .18s ease-out both}
  @keyframes langMenuIn{from{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
  .lang-menu button{position:relative;display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;
    margin:0;padding:7px 8px;background:transparent;border:1px solid transparent;border-radius:12px;text-align:left;cursor:pointer;
    font-family:"Manrope",sans-serif;font-size:13.5px;color:var(--tx);font-weight:550;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s}
  .lang-menu button+button{margin-top:3px}
  .lang-menu button:hover{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.075);transform:translateX(2px)}
  .lang-menu button:focus-visible{outline:2px solid rgba(240,48,64,.9);outline-offset:1px}
  .lang-menu button.active{background:linear-gradient(135deg,rgba(240,48,64,.22),rgba(240,48,64,.075));
    border-color:rgba(240,48,64,.45);color:#fff;box-shadow:0 10px 28px rgba(240,48,64,.13),inset 3px 0 0 var(--red)}
  .lang-option{display:flex;align-items:center;gap:11px;min-width:0;flex:1}
  .lang-option>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15;font-weight:650}
  .lang-flag{display:block;width:32px;height:21px;flex:0 0 32px;object-fit:cover;object-position:center;border-radius:4px;
    border:1px solid rgba(255,255,255,.18);background:#fff;box-shadow:0 3px 9px rgba(0,0,0,.35)}
  .lang-current-flag{display:block;width:22px;height:15px;object-fit:cover;object-position:center;border-radius:3px;
    border:1px solid rgba(255,255,255,.2);background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.28)}
  .lang-menu .soon{color:var(--mut-2);cursor:default}
  .lang-menu .soon:hover{background:none;transform:none}
  .lang-menu .tagx{flex:0 0 auto;min-width:31px;padding:4px 6px;border:1px solid rgba(240,48,64,.16);border-radius:99px;
    background:rgba(240,48,64,.065);font-size:8.5px;line-height:1;color:#FF6673;text-align:center;
    font-family:"IBM Plex Mono",monospace;font-weight:700;letter-spacing:.09em}
  .lang-menu button.active .tagx{color:#fff;border-color:rgba(255,255,255,.16);background:rgba(240,48,64,.26)}
  .btn-pill{background:var(--red);color:#fff;font-weight:600;font-size:14px;padding:10px 22px;border-radius:99px;
    box-shadow:0 0 24px rgba(240,48,64,.35);transition:.2s;white-space:nowrap}
  .btn-pill:hover{background:#FF4453;box-shadow:0 0 34px rgba(240,48,64,.55)}
  .hero{position:relative;height:100svh;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#05070B}
  .hero::before{
    content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:1;
    background:url("/hero-poster-v131.jpg") center center/cover no-repeat;
    filter:brightness(.58) saturate(.92) contrast(1.05);
    transform:none;transition:opacity .28s ease
  }
  .hero canvas{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:0;transition:opacity .28s ease}
  .hero-vid{
    position:absolute;inset:0;z-index:1;width:100%;height:100%;
    object-fit:cover;object-position:center center;opacity:0;background:transparent;
    transition:opacity .28s ease;filter:brightness(.58) saturate(.92) contrast(1.05)
  }
  .hero.has-vid::before{opacity:0}
  .hero.video-pending .hero-vid, .hero.video-static .hero-vid{opacity:0}
  .hero.video-buffering.has-vid .hero-vid{opacity:1}
  .hero.video-pending canvas, .hero.video-buffering canvas, .hero.has-vid canvas, .hero.video-static canvas{opacity:0}
  .hero.video-failed canvas{opacity:1}
  .hero.video-autoplay-blocked::after{
    content:"▶";position:absolute;left:24px;bottom:24px;z-index:4;width:46px;height:46px;display:grid;place-items:center;
    border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(5,7,11,.7);color:#fff;font-size:17px;
    padding-left:3px;box-shadow:0 10px 30px rgba(0,0,0,.35);backdrop-filter:blur(8px);cursor:pointer;pointer-events:none
  }
  .hero .fade{position:absolute;inset:0;z-index:2;pointer-events:none;background:
    radial-gradient(1150px 600px at 50% 58%, rgba(5,7,11,.42), transparent 70%),
    linear-gradient(180deg, rgba(5,7,11,.55) 0%, rgba(5,7,11,.16) 24%, rgba(5,7,11,.16) 82%,
      rgba(5,7,11,.5) 100%)}
  .hero-inner{position:relative;z-index:3;text-align:center;padding:0 24px;max-width:1100px}
  .eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(5,7,11,.55);
    border:1px solid var(--bd-2);border-radius:99px;padding:8px 18px;font-size:12.5px;
    font-weight:500;color:#D6DEE9;backdrop-filter:blur(8px);margin-bottom:30px}
  .eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 12px var(--red);animation:blink 2s infinite}
  .hero h1{font-family:"Archivo Black","Sora",sans-serif;font-size:clamp(25px,3.6vw,52px);font-weight:400;line-height:1.15;
    text-transform:uppercase;letter-spacing:.01em;
    transform:skewX(-6deg);
    background:linear-gradient(180deg,#FFFFFF 0%,#EDF1F6 26%,#C6CDD8 48%,#8C96A6 66%,#6E7889 78%,#B7BFCB 100%);
    -webkit-background-clip:text;background-clip:text;
    color:transparent;-webkit-text-fill-color:transparent;
    filter:drop-shadow(0 10px 34px rgba(0,0,0,.55))}
  .hero h1 .hdot{position:relative;display:inline-block;width:.13em;height:.13em;margin:0 .07em}
  .hero h1 .hdot::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--red);
    box-shadow:0 0 3px rgba(240,48,64,.9),0 0 16px rgba(240,48,64,.7)}
  .hero .sub{margin:26px auto 0;max-width:62ch;color:#CBD5E1;font-size:clamp(15px,1.6vw,18px);line-height:1.7;
    text-shadow:0 1px 16px rgba(0,0,0,.6)}
  .ctas{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
  .hero .ctas{margin-top:40px;justify-content:center}
  .blk>.wrap>.ctas{justify-content:center}
  .btn-red{background:var(--red);color:#fff;font-weight:600;font-size:15px;padding:15px 32px;border-radius:10px;
    box-shadow:0 0 30px rgba(240,48,64,.4);transition:.2s;display:inline-block}
  .btn-red:hover{background:#FF4453;transform:translateY(-2px);box-shadow:0 8px 40px rgba(240,48,64,.55)}
  .hchips{margin-top:34px;display:grid;grid-template-columns:repeat(6,minmax(128px,158px));
    gap:12px;justify-content:center}
  @media (max-width:1100px){.hchips{grid-template-columns:repeat(3,minmax(140px,170px))}}
  @media (max-width:600px){.hchips{grid-template-columns:repeat(2,1fr);max-width:370px;margin-left:auto;margin-right:auto}}
  .hchip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
    min-height:92px;padding:14px 10px;text-align:center;font-size:12.5px;font-weight:500;color:#EAF0F7;
    background:rgba(7,10,16,.05);border:1px solid rgba(255,255,255,.16);border-radius:16px;line-height:1.35;
    backdrop-filter:blur(14px) saturate(1.15);cursor:default;
    transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .2s,background .2s,color .2s}
  .hchip:hover{transform:translateY(-4px);border-color:rgba(240,48,64,.55);
    background:rgba(240,48,64,.09);color:var(--tx);box-shadow:0 10px 26px rgba(240,48,64,.18)}
  .hchip svg{width:22px;height:22px;color:var(--red);flex:none}
  html.light .hchip{
    color:#20304D;
    background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(232,241,255,.91));
    border-color:rgba(43,92,176,.24);
    box-shadow:0 10px 28px rgba(31,69,137,.10),inset 0 1px 0 rgba(255,255,255,.96);
  }
  html.light .hchip:hover{
    color:#102B61;
    border-color:rgba(36,101,221,.55);
    background:linear-gradient(145deg,#FFFFFF,#E8F2FF);
    box-shadow:0 14px 34px rgba(36,101,221,.18),inset 0 1px 0 #FFFFFF;
  }
  html.light .hchip svg{color:#2465DD}
  .hero .hchip{
    position:relative;isolation:isolate;overflow:hidden;
    color:#F6F8FC;
    background:linear-gradient(145deg,rgba(6,10,17,.38),rgba(9,14,23,.24));
    border-color:rgba(255,255,255,.22);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.17),inset 0 -1px 0 rgba(255,255,255,.04),0 16px 38px rgba(0,0,0,.24);
    backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);
    transition:transform .34s cubic-bezier(.22,1,.36,1),border-color .25s,background .25s,color .25s,box-shadow .25s;
  }
  .hero .hchip>*{position:relative;z-index:2}
  .hero .hchip::after{
    content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
    background:radial-gradient(120% 90% at 50% -24%,rgba(240,48,64,.20),transparent 54%),linear-gradient(180deg,rgba(255,255,255,.075),transparent 45%);
    opacity:.72;transition:opacity .28s;
  }
  .hero .hchip::before{
    content:"";position:absolute;z-index:1;pointer-events:none;top:-48%;bottom:-48%;left:-72%;width:42%;
    transform:skewX(-20deg);opacity:0;filter:blur(4px);
    background:linear-gradient(90deg,transparent,rgba(240,48,64,.04),rgba(255,58,78,.52),rgba(255,255,255,.40),rgba(240,48,64,.10),transparent);
    will-change:left,opacity;
  }
  .hero .hchip:hover{
    transform:translateY(-6px) scale(1.015);color:#FFFFFF;
    border-color:rgba(255,66,84,.64);
    background:linear-gradient(145deg,rgba(25,9,15,.43),rgba(12,12,20,.28));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.30),0 0 0 1px rgba(240,48,64,.12),0 0 32px rgba(240,48,64,.28);
  }
  .hero .hchip:hover::before{animation:heroChipBeam 2.15s cubic-bezier(.22,.7,.25,1) infinite}
  .hero .hchip:hover::after{opacity:1}
  .hero .hchip svg{
    color:#FF4657;filter:drop-shadow(0 0 8px rgba(240,48,64,.40));
    transition:transform .28s cubic-bezier(.22,1,.36,1),color .25s,filter .25s;
  }
  .hero .hchip:hover svg{transform:translateY(-1px) scale(1.10);color:#FF5A68;filter:drop-shadow(0 0 13px rgba(240,48,64,.72))}
  html.light .hero .hchip:hover{
    color:#0B2452;border-color:rgba(35,108,255,.68);
    background:linear-gradient(145deg,rgba(241,247,255,.43),rgba(199,220,252,.29));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 18px 42px rgba(23,66,133,.20),0 0 0 1px rgba(35,108,255,.12),0 0 34px rgba(35,108,255,.30);
  }
  html.light .hero .hchip:hover svg{color:#0F62F3;filter:drop-shadow(0 0 14px rgba(31,111,255,.68))}

  @keyframes heroChipBeam{
    0%{left:-72%;opacity:0}
    10%{opacity:.9}
    52%{left:132%;opacity:.95}
    65%,100%{left:132%;opacity:0}
  }
  @media (prefers-reduced-motion:reduce){
    .hero .hchip:hover::before{animation:none;left:28%;opacity:.22}
    .hero .hchip:hover{transform:translateY(-2px)}
  }
  a.hchip,button.hchip{cursor:pointer}
  span.hchip{cursor:default}
  @media (max-width:600px){.hchip{min-height:72px;font-size:11.5px;padding:10px 8px;gap:6px}}
  @media (min-height:940px) and (min-width:1101px){
    .hero .hchips{position:absolute;top:100%;left:50%;transform:translateX(-50%);
      margin:48px 0 0;width:max-content}
    .hero .scroll-cue{display:none}
  }
  @media (max-width:600px){.hero{height:auto;min-height:100svh;padding:104px 0 60px}}
  .offer{display:inline-flex;align-items:center;gap:12px;margin-top:30px;max-width:640px;
    padding:14px 22px;border-radius:14px;text-align:left;
    background:rgba(34,199,126,.05);border:1px solid rgba(34,199,126,.28);
    box-shadow:0 0 26px rgba(34,199,126,.1);backdrop-filter:blur(12px) saturate(1.15);
    font-size:14px;line-height:1.55;color:#E9EEF5}
  .offer .sh{flex:0 0 auto;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;
    justify-content:center;background:linear-gradient(160deg,#16294D,#0D1B36);
    border:1px solid #2F5FB8;color:#7FA8FF;
    box-shadow:0 0 0 0 rgba(63,111,214,.45);animation:shieldPulse 2.8s ease-out infinite}
  .offer .sh svg{width:22px;height:22px}
  @keyframes shieldPulse{0%{box-shadow:0 0 0 0 rgba(63,111,214,.45)}
    70%{box-shadow:0 0 0 11px rgba(63,111,214,0)}100%{box-shadow:0 0 0 0 rgba(63,111,214,0)}}
  .offer b{color:var(--green)}
  @media (max-height:820px){.scroll-cue{display:none}}
  .scroll-cue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);color:#8C97A9;font-size:11px;
    letter-spacing:.24em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:10px}
  .scroll-cue::after{content:"";width:1px;height:38px;background:linear-gradient(180deg,var(--mut-2),transparent);
    animation:drop 1.8s ease-in-out infinite}
  @keyframes drop{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}
    55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

  section.blk{padding:120px 0}
  .title{font-size:clamp(30px,4vw,50px);font-weight:700;margin-top:16px;line-height:1.08;color:#fff}
  .lead{color:var(--mut);font-size:16.5px;margin-top:18px;line-height:1.75;max-width:60ch}
  .rv{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
  .rv.in{opacity:1;transform:none}
  .stat{background:var(--panel);border:1px solid var(--bd);border-radius:18px;padding:36px 32px;
    position:relative;overflow:hidden;transition:.25s}
  .stat::before{content:"";position:absolute;inset:0;border-radius:18px;padding:1px;
    background:linear-gradient(140deg,rgba(240,48,64,.5),transparent 40%);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.3s}
  .stat:hover{transform:translateY(-5px);background:var(--panel-2)}
  .stat:hover::before{opacity:1}
  .stat .tg{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--red)}
  .stat .num{font-family:"Sora",sans-serif;font-size:58px;font-weight:700;margin-top:14px;
    background:linear-gradient(180deg,#fff 30%,#9AA5B5);-webkit-background-clip:text;background-clip:text;color:transparent}
  .stat .num em{font-style:normal;color:var(--red);-webkit-text-fill-color:var(--red)}
  .stat .ds{color:var(--mut);font-size:14px;line-height:1.65;margin-top:12px}
  .stat .sr{color:var(--mut-2);font-size:12.5px;font-style:italic;margin-top:16px}

  .svc{scroll-margin-top:86px;border-top:1px solid var(--bd);display:grid;grid-template-columns:100px 1.05fr 1fr;
    gap:44px;padding:48px 8px;align-items:center;transition:.25s;border-radius:4px}
  .svc:last-of-type{border-bottom:1px solid var(--bd)}
  .svc:hover{background:rgba(255,255,255,.02)}
  .svc .no{font-family:"IBM Plex Mono",monospace;font-size:14px;color:var(--mut-2)}
  .svc h3{font-size:25px;font-weight:600;color:#fff;transition:.25s}
  .svc:hover h3{color:var(--red)}
  .svc p{color:var(--mut);font-size:15px;line-height:1.75;margin-top:12px}
  .svc .lk{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:#fff;font-weight:600;font-size:14px}
  .svc .lk::after{content:"→";transition:.2s;color:var(--red)}
  .svc:hover .lk::after{transform:translateX(4px)}
  .chips{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
  .chip{background:var(--panel);border:1px solid var(--bd);border-radius:9px;padding:10px 15px;
    font-size:13px;font-weight:500;color:var(--tx);cursor:default;
    transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .2s,background .2s}
  .chip:hover{transform:scale(1.07) translateY(-2px);border-color:var(--bd-2);background:var(--panel-2)}
  .chip.red{border-color:rgba(240,48,64,.4);color:var(--red);background:rgba(240,48,64,.07);
    box-shadow:0 0 18px rgba(240,48,64,.12)}
  .chip.ok{color:var(--green);border-color:rgba(34,199,126,.3)}

  .live{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 16%,var(--bg-2) 84%,var(--bg) 100%)}
  .live .wrap{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:120px 32px}
  .ui{background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
    border:1px solid var(--bd);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px);
    box-shadow:0 40px 100px rgba(0,0,0,.5)}
  .ui-h{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--bd)}
  .ui-code{display:flex;flex-direction:column;gap:3px;min-width:0}
  .ui-lbl{font-family:"IBM Plex Mono",monospace;font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;
    color:var(--mut-2);font-weight:600}
  .ui-sku{font-family:"IBM Plex Mono",monospace;font-size:14px;font-weight:600;color:#fff;letter-spacing:.02em}
  html.light .ui-sku{color:#0C1424}
  .ui-route{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;
    padding:20px 22px;border-bottom:1px solid var(--bd);
    background:radial-gradient(ellipse 60% 100% at center,rgba(240,48,64,.05),transparent)}
  .rt-node{display:flex;align-items:center;gap:12px;min-width:0}
  .rt-node.end{flex-direction:row-reverse}
  .rt-dot{width:9px;height:9px;border-radius:50%;background:var(--red);
    box-shadow:0 0 0 3px rgba(240,48,64,.16),0 0 14px rgba(240,48,64,.6);flex:none}
  .rt-dot:not(.done){background:transparent;border:1.5px solid rgba(255,255,255,.32);box-shadow:none}
  html.light .rt-dot:not(.done){border-color:rgba(13,26,44,.28)}
  .rt-txt b{display:block;font-size:12.5px;font-weight:700;letter-spacing:.08em;color:#fff;line-height:1.15}
  html.light .rt-txt b{color:#0C1424}
  .rt-txt em{display:block;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:9.5px;
    color:var(--mut-2);margin-top:3px;letter-spacing:.05em}
  .rt-node.end .rt-txt{text-align:right}
  .rt-line{position:relative;height:2px;background:rgba(255,255,255,.09);border-radius:99px}
  html.light .rt-line{background:rgba(13,26,44,.1)}
  .rt-prog{height:100%;width:42%;border-radius:99px;
    background:linear-gradient(90deg,var(--red-2),var(--red));box-shadow:0 0 12px rgba(240,48,64,.55)}
  .rt-marker{position:absolute;left:42%;top:50%;transform:translate(-50%,-50%);
    width:12px;height:12px;border-radius:50%;background:var(--red);
    box-shadow:0 0 0 4px rgba(240,48,64,.18),0 0 18px rgba(240,48,64,.7);
    animation:rtPulse 2.2s ease-in-out infinite}
  .rt-marker::after{content:"";position:absolute;inset:-3px;border-radius:50%;
    border:1.5px solid rgba(240,48,64,.55);animation:rtRing 2.2s ease-out infinite}
  @keyframes rtRing{0%{transform:scale(.6);opacity:1}80%, 100%{transform:scale(2.3);opacity:0}}
  .sd.live i{animation:sdRing 2s ease-out infinite}
  .tb{position:relative}
  .tb i{position:relative;overflow:hidden}
  .tb i::after{content:"";position:absolute;inset:0;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
    transform:translateX(-100%);animation:tbSheen 2.8s ease-in-out infinite}
  @keyframes tbSheen{55%, 100%{transform:translateX(100%)}}
  @keyframes rtPulse{0%, 100%{box-shadow:0 0 0 4px rgba(240,48,64,.18),0 0 18px rgba(240,48,64,.7)}
                     50%{box-shadow:0 0 0 8px rgba(240,48,64,.08),0 0 26px rgba(240,48,64,.95)}}
  @media (max-width:430px){
    .ui-route{grid-template-columns:auto 1fr auto;gap:12px;padding:18px 16px}
    .rt-txt b{font-size:11.5px}
  }
  .pill{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:var(--green);
    background:rgba(34,199,126,.1);border:1px solid rgba(34,199,126,.25);border-radius:99px;padding:6px 12px;letter-spacing:.06em}
  .pill i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);animation:blink 1.4s infinite}
  .ui-b{padding:22px}
  .ur{display:flex;justify-content:space-between;font-size:13.5px;padding:11px 0;border-bottom:1px dashed rgba(255,255,255,.08)}
  .ur:last-of-type{border-bottom:0}
  .ur .k{color:var(--mut)} .ur .v{font-weight:600}
  .lt{margin-top:16px}
  .lt .lb{display:flex;justify-content:space-between;font-size:12px;color:var(--mut);margin-bottom:9px}
  .lt .lb b{color:#fff}
  .tb{height:8px;background:rgba(255,255,255,.07);border-radius:99px;overflow:hidden}
  .tb i{display:block;height:100%;width:80%;border-radius:99px;
    background:linear-gradient(90deg,var(--red-2),var(--red));box-shadow:0 0 18px rgba(240,48,64,.6)}
  .dots{display:flex;justify-content:space-between;margin-top:12px}
  .sd{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10.5px;color:var(--mut-2);
    font-family:"IBM Plex Mono",monospace}
  .sd i{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    background:var(--red);color:#fff;font-size:11px;box-shadow:0 0 14px rgba(240,48,64,.5)}
  .sd.pend i{background:transparent;color:var(--mut-2);border:1px solid var(--bd);box-shadow:none}

  .princ{padding:130px 0;text-align:center}
  .princ blockquote{font-family:"Sora",sans-serif;font-size:clamp(22px,3vw,34px);font-weight:600;
    line-height:1.4;max-width:880px;margin:0 auto;color:#E7ECF3}
  .princ b{color:var(--red)}
  .princ .who{margin-top:28px;color:var(--mut-2);font-size:14px}
  .princ .who b{color:var(--tx);font-weight:600}

  .cta{position:relative;padding:150px 0;text-align:center;overflow:hidden}
  .cta::before{content:"";position:absolute;inset:0;
    background:radial-gradient(700px 380px at 50% 8%, rgba(240,48,64,.22), transparent 70%)}
  .cta .wrap{position:relative}
  .cta h2{font-size:clamp(34px,5vw,58px);font-weight:700;line-height:1.06;color:#fff}
  .cta p{color:var(--mut);font-size:17px;margin:24px auto 0;max-width:56ch;line-height:1.7}
  .cta .row{margin-top:44px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

  .formsec{padding:120px 0}
  .formsec .wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
  .qform{display:grid;gap:16px;background:var(--panel);border:1px solid var(--bd);border-radius:20px;
    padding:38px;backdrop-filter:blur(10px)}
  .qform label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
    color:var(--mut);margin-bottom:-9px}
  .qform input, .qform select, .qform textarea{width:100%;background:rgba(255,255,255,.04);border:1px solid var(--bd);
    border-radius:11px;padding:14px 15px;font-family:"Manrope",sans-serif;font-size:14.5px;color:#fff;transition:.2s}
  .qform textarea{min-height:96px;resize:vertical}
  .qform input::placeholder, .qform textarea::placeholder{color:var(--mut-2)}
  .qform select{color:var(--tx)} .qform select option{background:#0B0F17;color:#fff}
  .qform input:focus, .qform select:focus, .qform textarea:focus{outline:none;border-color:var(--red);
    box-shadow:0 0 0 3px rgba(240,48,64,.18)}
  .qform button{background:var(--red);border:0;border-radius:11px;padding:16px;cursor:pointer;
    font-family:"Manrope",sans-serif;font-weight:700;font-size:15px;color:#fff;margin-top:8px;
    box-shadow:0 0 26px rgba(240,48,64,.35);transition:.2s}
  .qform button:hover{background:#FF4453;box-shadow:0 0 40px rgba(240,48,64,.55)}
  .qform button:disabled{opacity:.6;cursor:wait}
  .qform .fine{font-size:12px;color:var(--mut-2);text-align:center}
  .form-ok{display:none;background:rgba(34,199,126,.08);border:1px solid rgba(34,199,126,.35);
    border-radius:20px;padding:44px 38px;text-align:center}
  .form-ok.show{display:block}
  .form-ok .big{font-size:44px}
  .form-ok h3{margin-top:14px;font-size:22px;color:#fff}
  .form-ok p{margin-top:10px;color:var(--mut);font-size:14.5px;line-height:1.7}
  .hidden{display:none !important}
  .mail-line{margin-top:22px;display:inline-flex;align-items:center;gap:10px;
    background:var(--panel);border:1px solid var(--bd);border-radius:12px;padding:14px 20px;font-size:14.5px}
  .mail-line a{color:var(--red);font-weight:600}

  footer{background:var(--bg-2);color:var(--mut);padding:76px 0 44px;font-size:13.5px}
  .fgrid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
  footer .logo{font-size:20px;color:#fff}
  footer .ab{margin-top:18px;line-height:1.75;max-width:32ch}
  footer h4{font-family:"Sora",sans-serif;color:#fff;font-size:13px;font-weight:600;
    margin-bottom:18px;letter-spacing:.1em;text-transform:uppercase}
  footer li{list-style:none;margin-bottom:12px}
  footer a{transition:.2s} footer a:hover{color:#fff}
  .fbot{border-top:1px solid var(--bd);margin-top:58px;padding-top:28px;
    display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:var(--mut-2)}
  .step{position:relative;background:var(--panel);border:1px solid var(--bd);border-radius:16px;padding:26px 22px;transition:.25s}
  .step:hover{transform:translateY(-4px);background:var(--panel-2);border-color:var(--bd-2)}
  .step .n{font-family:"IBM Plex Mono",monospace;color:var(--red);font-size:12px;letter-spacing:.15em}
  .step h3{font-size:17px;margin-top:10px;color:#fff}
  .step p{color:var(--mut);font-size:13.5px;line-height:1.6;margin-top:8px}
  .step::after{content:"";position:absolute;top:34px;right:-15px;width:16px;height:1px;background:var(--bd-2)}
  .step:last-child::after{display:none}
  .faq{max-width:820px;margin:52px auto 0}
  .faq details{border:1px solid var(--bd);border-radius:14px;background:var(--panel);margin-bottom:12px;overflow:hidden;transition:.2s}
  .faq details[open]{background:var(--panel-2)}
  .faq summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:600;font-size:15.5px;display:flex;justify-content:space-between;align-items:center;gap:16px}
  .faq summary::-webkit-details-marker{display:none}
  .faq summary::after{content:"+";color:var(--red);font-size:22px;font-weight:400;transition:.2s;line-height:1}
  .faq details[open] summary::after{transform:rotate(45deg)}
  .faq details p{padding:0 22px 20px;color:var(--mut);font-size:14.5px;line-height:1.75}
  .comp{background:linear-gradient(180deg,var(--bg),var(--bg-2));padding:48px 0 30px}
  .comp .wrap{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}
  .comp .lbl{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mut-2);margin-right:10px}
  .btt{position:fixed;right:22px;bottom:92px;z-index:70;width:44px;height:44px;border-radius:50%;
    background:rgba(255,255,255,.05);border:1px solid var(--bd);color:var(--tx);font-size:18px;cursor:pointer;
    display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:.25s;backdrop-filter:blur(8px)}
  .btt.show{opacity:1;pointer-events:auto}
  .btt:hover{border-color:var(--red);color:var(--red)}

  .burger{display:none;width:38px;height:38px;border-radius:10px;background:var(--panel);
    border:1px solid var(--bd);color:var(--tx);cursor:pointer;font-size:18px;line-height:1;
    align-items:center;justify-content:center}
  .mnav{display:none;position:fixed;top:66px;left:0;right:0;z-index:75;max-height:calc(100svh - 66px);overflow:auto;background:rgba(5,7,11,.98);
    backdrop-filter:blur(18px);border-bottom:1px solid var(--bd);padding:14px 20px 24px;box-shadow:0 22px 70px rgba(0,0,0,.38)}
  .mnav.open{display:block}
  .mnav-main-link, .mnav-solutions-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 6px;font-family:"Manrope",sans-serif;font-size:15.5px;font-weight:650;color:var(--tx);background:none;border:0;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;cursor:pointer}
  .mnav-solutions-toggle svg{width:16px;height:16px;transition:transform .2s;color:var(--red)}
  .mnav-solutions-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
  .mnav-sub{display:none;margin:6px 0 10px;padding:8px 10px 10px;border:1px solid var(--bd);border-radius:14px;background:rgba(255,255,255,.025)}
  .mnav-sub.open{display:block}
  .mnav-sub a{display:flex;align-items:center;gap:13px;padding:11px 10px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--mut)}
  .mnav-sub a:hover{background:rgba(255,255,255,.045);color:#fff}
  .mnav-cta{display:flex;align-items:center;justify-content:center;margin-top:16px;padding:13px 18px;border-radius:12px;background:var(--red);color:#fff;font-size:14.5px;font-weight:750;box-shadow:0 0 28px rgba(240,48,64,.28)}

  .modal{display:none;position:fixed;inset:0;z-index:120;background:rgba(2,4,8,.8);
    backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:24px}
  .modal.open{display:flex}
  .modal .box{max-width:640px;max-height:80vh;overflow:auto;background:#0B0F17;
    border:1px solid var(--bd);border-radius:18px;padding:34px}
  .modal h3{font-size:20px;color:#fff}
  .modal p{color:var(--mut);font-size:14px;line-height:1.75;margin-top:14px}
  .modal .x{float:right;background:none;border:0;color:var(--mut);font-size:22px;cursor:pointer}
  .modal .x:hover{color:var(--red)}
  footer .legal{cursor:pointer}
  footer .legal:hover{color:#fff}
  .range{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:52px}
  .wa-fab{position:fixed;right:22px;bottom:22px;z-index:95;width:56px;height:56px;border-radius:50%;
    background:rgba(25,195,187,.12);backdrop-filter:blur(12px) saturate(1.2);border:1.5px solid rgba(35,215,206,.75);
    display:flex;align-items:center;justify-content:center;cursor:pointer;
    box-shadow:0 10px 30px rgba(25,195,187,.28);transition:transform .2s}
  .wa-fab:hover{transform:scale(1.07);background:rgba(25,195,187,.22)}
  .wa-fab::before{content:"";position:absolute;inset:2px;border-radius:50%;
    background:radial-gradient(18px 18px at 32% 28%, rgba(255,255,255,.14), transparent 62%)}
  .wa-fab svg{width:27px;height:27px;fill:#fff;position:relative;z-index:1;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}
  .wa-fab::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(25,195,187,.6);
    animation:waPulse 3.2s ease-out infinite}
  @keyframes waPulse{0%{transform:scale(1);opacity:.9}70%{transform:scale(1.6);opacity:0}100%{opacity:0}}
  .wa-panel{position:fixed;right:22px;bottom:92px;z-index:110;width:min(360px,calc(100vw - 32px));
    background:#0B0F16;border:1px solid var(--bd-2);border-radius:18px;overflow:hidden;
    box-shadow:0 30px 90px rgba(0,0,0,.65);opacity:0;transform:translateY(16px) scale(.98);
    pointer-events:none;transition:opacity .25s,transform .25s}
  .wa-panel.open{opacity:1;transform:none;pointer-events:auto}
  .wa-head{display:flex;align-items:center;gap:12px;padding:14px 16px;
    background:linear-gradient(135deg,#101826,#0A0F16);border-bottom:1px solid var(--bd)}
  .wa-ava{position:relative;width:40px;height:40px;flex:none;border-radius:50%;overflow:visible;
    background:#080C13;border:1px solid rgba(240,48,64,.62);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 6px 18px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.035)}
  .wa-ava img{display:block;width:34px;height:34px;object-fit:contain;
    filter:drop-shadow(0 2px 5px rgba(0,0,0,.45))}
  .wa-ava i{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;
    background:#25D366;border:2px solid #0B0F16}
  .wa-head .t{flex:1;min-width:0}
  .wa-head .t b{display:block;font-family:"Sora",sans-serif;font-size:14.5px;color:#F2F5F9}
  .wa-head .t span{display:block;font-size:12px;color:var(--mut);margin-top:2px}
  .wa-x{background:none;border:0;color:var(--mut);font-size:17px;cursor:pointer;padding:6px;line-height:1}
  .wa-x:hover{color:#fff}
  .wa-body{padding:16px;display:flex;flex-direction:column;gap:10px;max-height:52vh;overflow:auto}
  .wa-msg{align-self:flex-start;background:rgba(255,255,255,.06);border:1px solid var(--bd);
    border-radius:4px 14px 14px 14px;padding:11px 14px;font-size:13.5px;color:#E9EEF5;line-height:1.55;max-width:88%}
  .wa-chips{display:flex;flex-wrap:wrap;gap:8px}
  .wa-chip{border:1px solid rgba(35,205,196,.5);color:#8FE8E2;background:rgba(25,195,187,.1);
    border-radius:99px;padding:8px 14px;font-size:12.5px;cursor:pointer;font-family:"Manrope",sans-serif;transition:.2s}
  .wa-chip:hover{background:rgba(25,195,187,.18)}
  .wa-foot{display:flex;align-items:flex-end;gap:10px;padding:12px 12px 8px;border-top:1px solid var(--bd)}
  .wa-foot textarea{flex:1;resize:none;background:rgba(255,255,255,.05);border:1px solid var(--bd);
    border-radius:12px;color:#F2F5F9;font-family:"Manrope",sans-serif;font-size:13.5px;padding:10px 12px;
    min-height:42px;max-height:110px;outline:none}
  .wa-foot textarea:focus{border-color:rgba(35,205,196,.6)}
  .wa-send{flex:none;width:42px;height:42px;border-radius:50%;border:0;background:#17BEB6;color:#fff;
    cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .wa-send:hover{background:#12A69F}
  .wa-send svg{width:18px;height:18px;fill:#fff}
  .wa-note{padding:6px 14px 12px;font-size:10.5px;color:var(--mut-2);text-align:center}
  .gal-wrap{margin-top:70px;grid-column:1 / -1}
  .gal-outer{grid-column:1 / -1}
  .gal-title{font-family:"Archivo Black","Sora",sans-serif;font-size:clamp(26px,3.2vw,44px);color:#fff;margin:12px 0 8px;
    font-weight:400;letter-spacing:-.01em;line-height:1.06}
  .gal-meta{color:var(--mut);font-family:"IBM Plex Mono",monospace;font-size:12.5px;letter-spacing:.03em}
  .gal-ship{margin:30px 0 0;display:inline-flex;align-items:center;gap:11px;width:fit-content;max-width:100%;
    padding:10px 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;
    background:rgba(8,13,21,.72);box-shadow:0 10px 30px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.04);
    color:#F1F5FA;font-size:14px;font-weight:700;line-height:1.45;letter-spacing:.015em;overflow-wrap:anywhere}
  .gal-ship::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);
    box-shadow:0 0 12px rgba(240,48,64,.9);flex:none;animation:blink 2s infinite}
  .gal-ship.rv{opacity:1;transform:none}
  .gal-outer + .gal-ship{margin-top:46px}
  .gal-outer{position:relative;width:100vw;margin:28px 0 0 calc(50% - 50vw)}
  .gal-strip{display:flex;gap:14px;overflow-x:auto;cursor:grab;
    padding:6px max(24px,calc(50vw - 660px)) 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .gal-strip.grabbing{cursor:grabbing}
  .gal-strip img, .gal-strip video{-webkit-user-drag:none;user-select:none;pointer-events:none}
  .gal-strip::-webkit-scrollbar{display:none}
  .gal-item{position:relative;flex:0 0 auto;width:clamp(266px,26vw,320px);height:clamp(200px,20vw,240px);
    border-radius:16px;overflow:hidden;border:1px solid var(--bd-2);cursor:pointer;background:#0A0F16;margin:0;user-select:none}
  .gal-item img, .gal-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
  .gal-item:hover img{transform:scale(1.04)}
  .gal-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:30px 14px 12px;font-size:12.5px;color:#E9EEF5;
    background:linear-gradient(180deg,transparent,rgba(4,6,10,.85));opacity:0;transition:opacity .3s;pointer-events:none}
  .gal-item:hover figcaption{opacity:1}
  .gal-item.vid{cursor:default}
  .gal-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;
    background:rgba(10,14,22,.72);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22);color:#fff;
    font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .gal-nav:hover{background:rgba(240,48,64,.85);border-color:transparent}
  .gal-nav.prev{left:22px}.gal-nav.next{right:22px}
  .gal-outer::before, .gal-outer::after{content:"";position:absolute;top:0;bottom:16px;width:72px;z-index:3;pointer-events:none}
  .gal-outer::before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}
  .gal-outer::after{right:0;background:linear-gradient(-90deg,var(--bg),transparent)}
  @media (max-width:700px){.gal-nav{display:none}.gal-item{width:230px;height:172px}}
  .gal-lb{position:fixed;inset:0;z-index:125;background:rgba(2,4,8,.93);display:none;
    align-items:center;justify-content:center;flex-direction:column;padding:28px}
  .gal-lb.open{display:flex}
  .gal-lb img{max-width:min(1240px,92vw);max-height:76vh;border-radius:12px;box-shadow:0 30px 90px rgba(0,0,0,.6)}
  .gal-lb .cap{margin-top:14px;color:#CBD5E1;font-size:13.5px;text-align:center}
  .gal-lb button{position:fixed;z-index:130;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);color:#fff;
    width:46px;height:46px;border-radius:50%;font-size:19px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .gal-lb button:hover{background:rgba(255,255,255,.18)}
  .gal-lb .x{top:22px;right:22px}
  .gal-lb .pv{left:22px;top:50%;transform:translateY(-50%)}
  .gal-lb .nx{right:22px;top:50%;transform:translateY(-50%)}
  html.light .gal-lb{background:rgba(8,12,20,.95)}
  html.light .gal-title{color:#0C1424}
  html.light .gal-nav{background:rgba(255,255,255,.8);color:#0C1424;border-color:rgba(13,26,44,.2)}
  .pl-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
  @media (max-width:960px){.pl-grid{grid-template-columns:1fr;gap:36px}}
  #plabel .btn-red{display:inline-block;margin-top:26px}
  .pl-card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
    border:1px solid var(--bd-2);border-radius:20px;padding:24px 22px 16px;
    box-shadow:0 30px 80px rgba(0,0,0,.45)}
  .pl-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 6px 14px}
  .pl-head .cat{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.14em;color:#E9EEF5;font-weight:600}
  .pl-head .tag{font-size:11px;font-family:"IBM Plex Mono",monospace;color:var(--red);white-space:nowrap;
    border:1px solid rgba(240,48,64,.5);border-radius:99px;padding:5px 12px;letter-spacing:.08em}
  .pl-row{display:flex;align-items:center;gap:14px;padding:11px 6px;border-top:1px solid var(--bd)}
  .pl-thumb{width:42px;height:42px;flex:none;border-radius:11px;border:1px solid var(--bd-2);
    display:flex;align-items:center;justify-content:center;color:var(--red);
    background:radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.16), transparent 60%),
    linear-gradient(135deg,#232C3C,#0C1017)}
  .pl-thumb svg{width:20px;height:20px}
  .pl-name{flex:1;color:#E9EEF5;font-size:14px}
  .pl-more{display:flex;justify-content:space-between;align-items:center;gap:12px;
    padding:12px 6px 6px;border-top:1px dashed var(--bd-2);color:var(--mut);font-size:12.5px}
  .pl-more b{color:#E9EEF5;font-weight:600}
  .pl-note{margin-top:14px;color:var(--mut-2);font-size:11.5px;text-align:center}
  .lanes{margin-top:52px;border:1px solid var(--bd);border-radius:16px;overflow:hidden;min-width:0;max-width:100%}
  .lanes table{width:100%;border-collapse:collapse;font-size:14px}
  .lanes th{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;
    color:var(--mut-2);text-align:left;padding:14px 18px;border-bottom:1px solid var(--bd);background:var(--panel)}
  .lanes td{padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.05)}
  .lanes tr:last-child td{border-bottom:0}
  .lanes td.m{color:var(--mut)} .lanes td.d{font-family:"IBM Plex Mono",monospace;color:var(--red)}
  .lscroll{max-height:430px;max-width:100%;min-width:0;overflow:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
  .lanes{position:relative}
  .lanes thead th{position:sticky;top:0;background:#0A0F16;z-index:2}
  .lanes tr.rg td{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--red);background:rgba(240,48,64,.05);padding:10px 18px}
  .lanes td.d{white-space:nowrap}
  .lanes::after{content:"";position:absolute;left:1px;right:1px;bottom:1px;height:44px;z-index:1;
    background:linear-gradient(180deg,transparent,var(--bg) 90%);pointer-events:none;
    border-radius:0 0 16px 16px}
  .ln-note{font-size:12px;color:var(--mut-2);margin-top:12px;font-style:italic}

  .cpy{background:none;border:0;color:var(--mut);cursor:pointer;font-size:15px;margin-left:4px}
  .cpy:hover{color:var(--red)}
  .toast{position:fixed;left:50%;bottom:84px;transform:translateX(-50%) translateY(16px);background:#0B0F17;
    border:1px solid var(--bd);color:#fff;padding:10px 20px;border-radius:99px;font-size:13px;opacity:0;
    pointer-events:none;transition:.25s;z-index:130}
  .toast.show{opacity:1;transform:translateX(-50%)}

  @media (max-width:1200px){
    .burger{display:flex}
    nav.main{display:none}
  }
  @media (max-width:960px){
    .step::after{display:none}
    .range{grid-template-columns:1fr 1fr}
    .burger{display:flex}
    nav.main{display:none}
    .hero{min-height:560px}
    .svc{grid-template-columns:1fr;gap:18px;padding:38px 4px}
    .chips{justify-content:flex-start}
    .live .wrap, .formsec .wrap{grid-template-columns:1fr;gap:48px;padding:90px 20px}
    .fgrid{grid-template-columns:1fr 1fr}
    .wrap{padding:0 20px}
    section.blk{padding:90px 0}
  }
  @media (max-width:430px){
    header .wrap{padding:0 14px}
    .hdr-right{gap:9px}
    .btn-pill{padding:9px 14px;font-size:13px}
    .logo{font-size:19px}
    .pl-grid>*{min-width:0}
    .pl-card{padding:20px 16px 14px}
    .pl-head{flex-wrap:wrap}
    .pl-head .tag{white-space:normal;text-align:right}
    .pl-more{flex-wrap:wrap}
    .pl-name{min-width:0}
  }
  .form-consent{font-size:11px;color:var(--mut-2);text-align:center;line-height:1.55}
  .form-consent a, .form-error a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
  .form-error{display:none;padding:12px 14px;border-radius:10px;border:1px solid rgba(240,48,64,.38);
    background:rgba(240,48,64,.08);color:var(--tx);font-size:12px;line-height:1.55}
  .form-error.show{display:block}
  .gal-swipe{display:none;margin:10px 20px 0;text-align:right;font-family:"IBM Plex Mono",monospace;
    font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mut-2)}
  .modal .box:focus{outline:none}
  body.modal-open{overflow:hidden}

  @media (max-width:600px){
    .gal-swipe{display:block}
    .wa-fab{right:16px;bottom:18px;width:52px;height:52px;transition:transform .2s,opacity .2s}
    body:not(.wa-scrolled) .wa-fab{opacity:0;pointer-events:none;transform:translateY(12px)}
    body.wa-scrolled .wa-fab{opacity:1;pointer-events:auto}
    .wa-panel{right:16px;left:16px;width:auto;bottom:82px}
    .icon-btn{width:44px;height:44px}
    .burger{width:44px;height:44px}
    .lang-menu{position:fixed;top:68px;right:10px;width:min(296px,calc(100vw - 20px));max-height:calc(100dvh - 78px);padding:9px;border-radius:16px}
    .lang-menu button{min-height:47px;padding:7px}
    .lang-flag{width:30px;height:20px;flex-basis:30px}
  }
  #themeBtn svg{width:17px;height:17px}
  #themeBtn .ic-moon{display:none}
  html.light #themeBtn .ic-moon{display:block}
  html.light #themeBtn .ic-sun{display:none}

  html.light{color-scheme:light;
    --bg:#F5F6F9; --bg-2:#FFFFFF;
    --panel:rgba(13,22,38,.045); --panel-2:rgba(13,22,38,.08);
    --bd:rgba(13,26,44,.12); --bd-2:rgba(13,26,44,.22);
    --tx:#0C1424; --mut:#55617A; --mut-2:#8A94A8;
    --glow-rgb:16,130,140}
  html.light ::-webkit-scrollbar-thumb{background:#C4CCDA;border-color:var(--bg)}
  html.light header{background:rgba(255,255,255,.75);border-bottom:1px solid rgba(13,26,44,.08)}
  html.light nav.main>a:hover, html.light nav.main>a.active, html.light .nav-trigger:hover, html.light .nav-trigger.active, html.light .nav-drop.open .nav-trigger{color:#0C1424}
  html.light .mega-menu a:hover{background:rgba(13,26,44,.055);color:#0C1424}
  html.light .mnav{background:rgba(255,255,255,.99)}
  html.light .mnav-main-link, html.light .mnav-solutions-toggle{border-bottom-color:rgba(13,26,44,.08);color:#0C1424}
  html.light .mnav-sub a:hover{background:rgba(13,26,44,.05);color:#0C1424}
  html.light .lang-menu{background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,249,252,.99));
    border-color:rgba(13,26,44,.12);box-shadow:0 30px 80px rgba(20,32,55,.18),0 0 0 1px rgba(255,255,255,.8) inset;
    scrollbar-color:rgba(86,101,126,.38) transparent}
  html.light .lang-menu button:hover{background:rgba(13,26,44,.055);border-color:rgba(13,26,44,.08)}
  html.light .lang-flag, html.light .lang-current-flag{border-color:rgba(13,26,44,.16);box-shadow:0 3px 9px rgba(20,32,55,.15)}
  html.light .gal-ship{color:#172033;background:rgba(255,255,255,.96);border-color:rgba(13,26,44,.18);
    box-shadow:0 10px 28px rgba(20,32,55,.12),inset 0 1px 0 rgba(255,255,255,.9)}
  html.light .title, html.light .svc h3, html.light .svc .lk, html.light .step h3, html.light .cta h2, html.light .form-ok h3, html.light .modal h3{color:#0C1424}
  html.light .svc:hover{background:rgba(13,26,44,.03)}
  html.light .stat .num{background:linear-gradient(180deg,#101C31 30%,#5E6B82);
    -webkit-background-clip:text;background-clip:text}
  html.light .princ blockquote{color:#16233C}
  html.light .lanes thead th{background:#ECEFF4}
  html.light .lanes td{border-bottom-color:rgba(13,26,44,.07)}
  html.light .ui{background:#FFFFFF;box-shadow:0 30px 70px rgba(20,32,55,.14)}
  html.light .ur{border-bottom-color:rgba(13,26,44,.12)}
  html.light .lt .lb b{color:#0C1424}
  html.light .tb{background:rgba(13,26,44,.09)}
  html.light .pl-card{background:#FFFFFF;box-shadow:0 26px 60px rgba(20,32,55,.13)}
  html.light .pl-head .cat, html.light .pl-name, html.light .pl-more b, html.light .pl-price{color:#0C1424}
  html.light .qform select option{background:#FFFFFF;color:#0C1424}
  html.light footer .logo, html.light footer h4{color:#0C1424}
  html.light footer a:hover, html.light footer .legal:hover{color:#0C1424}
  html.light .modal .box{background:#FFFFFF}
  html.light .toast{background:#FFFFFF;color:#0C1424;box-shadow:0 16px 44px rgba(20,32,55,.2)}
  html.light .btt{background:rgba(13,26,44,.05)}
  html.light .wa-panel{background:#FFFFFF}
  html.light .wa-head{background:linear-gradient(135deg,#F1F4F9,#FFFFFF)}
  html.light .wa-head .t b{color:#0C1424}
  html.light .wa-ava i{border-color:#FFFFFF}
  html.light .wa-x:hover{color:#0C1424}
  html.light .wa-msg{background:rgba(13,26,44,.05);color:#16233C}
  html.light .wa-foot textarea{background:rgba(13,26,44,.04);color:#0C1424}

  @media (prefers-reduced-motion:reduce){
    .rt-marker, .rt-marker::after, .sd.live i, .tb i::after{animation:none}
    .rv{opacity:1;transform:none;transition:none}
  }

  *{box-sizing:border-box;margin:0;padding:0}

  

  

  

  

  

  

  
  @keyframes spin{to{transform:rotate(360deg)}}
  @keyframes blink{0%, 100%{opacity:1}50%{opacity:.35}}
  @keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}

  
  @keyframes revIn{to{opacity:1;transform:none}}
  .fab{display:flex;flex-direction:column;gap:10px}

  

  

  

  

  
  @keyframes sdRing{0%{box-shadow:0 0 0 0 rgba(240,48,64,.5)}70%{box-shadow:0 0 0 8px rgba(240,48,64,0)}100%{box-shadow:0 0 0 0 rgba(240,48,64,0)}}
  @media (max-width:720px){
    body{padding:44px 14px 64px}

    

    

    

    

    

    

    
  }
  .marq{padding:26px 0 30px;position:relative}
  .marq-kick{display:flex;align-items:center;justify-content:center;gap:16px;width:min(94%,1040px);
    margin:0 auto 20px;padding:0 20px;text-align:center;font-family:"Sora",sans-serif;font-size:11px;
    font-weight:700;line-height:1.35;letter-spacing:.22em;text-transform:uppercase;color:var(--mut);
    text-shadow:0 0 18px rgba(255,39,64,.12)}
  .marq-kick::before, .marq-kick::after{content:"";display:block;flex:1 1 110px;max-width:110px;min-width:38px;
    height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,39,64,.55),var(--red));
    box-shadow:0 0 10px rgba(255,39,64,.28),0 0 2px rgba(255,39,64,.9)}
  .marq-kick::after{transform:scaleX(-1)}
  html.light .marq-kick{color:#526077;text-shadow:none}
  html.light .marq-kick::before, html.light .marq-kick::after{box-shadow:0 0 8px rgba(16,130,140,.18)}
  .marq-shell{direction:ltr;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:8px;width:100%;min-width:0;padding:0 10px}
  .marq-vp{overflow:hidden;position:relative;min-width:0;scrollbar-width:none;touch-action:pan-y pinch-zoom;cursor:grab;user-select:none;-webkit-user-select:none;overscroll-behavior-x:contain}
  .marq-vp.is-dragging{cursor:grabbing}
  .marq-nav{position:relative;z-index:5;display:grid;place-items:center;width:40px;height:40px;margin:auto;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:linear-gradient(145deg,rgba(20,25,34,.94),rgba(6,9,14,.96));color:#dce3ef;box-shadow:0 10px 28px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);cursor:pointer;transition:transform .16s ease,border-color .16s ease,color .16s ease,background .16s ease,box-shadow .16s ease;-webkit-tap-highlight-color:transparent}
  .marq-nav svg{width:20px;height:20px;pointer-events:none}
  .marq-nav:hover, .marq-nav:focus-visible{color:#fff;border-color:rgba(255,45,70,.72);background:linear-gradient(145deg,rgba(45,14,21,.96),rgba(10,11,16,.98));box-shadow:0 0 0 3px rgba(255,39,64,.09),0 12px 30px rgba(0,0,0,.34)}
  .marq-nav:active, .marq-nav.is-held{transform:scale(.92);color:var(--red)}
  html.light .marq-nav{border-color:rgba(13,26,44,.18);background:linear-gradient(145deg,#fff,#edf1f7);color:#344158;box-shadow:0 9px 24px rgba(22,34,54,.13),inset 0 1px 0 #fff}
  html.light .marq-nav:hover, html.light .marq-nav:focus-visible{color:#0E6B66;border-color:rgba(16,130,140,.5);background:#fff}
  .marq-vp::-webkit-scrollbar{display:none}
  .marq-vp::before, .marq-vp::after{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:2;pointer-events:none}
  .marq-vp::before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}
  .marq-vp::after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}
  .marq-track{display:flex;width:max-content;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden}
  .marq-track.marq-paused{will-change:auto}
  @keyframes trexporClockMarquee{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(-50%,0,0)}
  }
  .mq-set{display:flex;align-items:center;flex:none}
  .mq-cap{display:flex;align-items:baseline;gap:9px;white-space:nowrap;cursor:pointer;
    padding:6px 10px;border-radius:9px;transition:background .15s}
  .mq-cap:hover{background:rgba(255,255,255,.05)}
  html.light .mq-cap:hover{background:rgba(13,26,44,.06)}
  .mq-cap .cu{font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:600;color:var(--mut-2);
    border:1px solid var(--bd);border-radius:5px;padding:1px 5px;letter-spacing:.05em}
  .mq-cap .c{font-family:"Sora",sans-serif;font-weight:800;font-size:13.5px;letter-spacing:.07em;color:var(--mut)}
  .mq-cap .t{font-family:"IBM Plex Mono",monospace;font-size:12px;font-weight:600;color:var(--teal);font-variant-numeric:tabular-nums}
  .mq-dot{width:4px;height:4px;border-radius:50%;background:var(--red);opacity:.5;margin:0 22px;flex:none}
  html.light .mq-cap .c{color:#4A5670}
  #fxPop{position:fixed;z-index:1200;min-width:230px;max-width:300px;padding:16px 18px;border-radius:14px;
    background:#0E131C;border:1px solid var(--bd-2);
    box-shadow:0 24px 70px rgba(0,0,0,.55);display:none}
  #fxPop.open{display:block}
  #fxPop .fx-h{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
  #fxPop .fx-city{font-family:"Sora",sans-serif;font-weight:800;font-size:14px;color:#fff}
  #fxPop .fx-cur{font-family:"IBM Plex Mono",monospace;font-size:10.5px;color:var(--mut-2);margin-top:3px}
  #fxPop .fx-x{background:none;border:0;color:var(--mut-2);cursor:pointer;font-size:15px;line-height:1;padding:2px}
  #fxPop .fx-x:hover{color:#fff}
  #fxPop .fx-row{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-top:1px dashed var(--bd);
    font-family:"IBM Plex Mono",monospace;font-size:12.5px}
  #fxPop .fx-row span{color:var(--mut)}
  #fxPop .fx-row b{color:var(--teal);font-weight:600}
  #fxPop .fx-note{margin-top:10px;font-family:"IBM Plex Mono",monospace;font-size:9.5px;color:var(--mut-2)}
  @media (max-width:720px){
    .marq{padding:20px 0 24px}
    .marq-kick{gap:8px;width:100%;margin-bottom:16px;padding:0 8px;font-size:9px;letter-spacing:.13em}
    .marq-kick::before, .marq-kick::after{min-width:18px;max-width:36px;height:2px}
    .marq-shell{grid-template-columns:44px minmax(0,1fr) 44px;gap:2px;padding:0 2px}
    .marq-nav{width:40px;height:40px;border-radius:12px}
    .marq-nav svg{width:18px;height:18px}
    .mq-cap .c{font-size:11.5px}
    .mq-cap .t{font-size:10.5px}
    .mq-dot{margin:0 14px}
    .marq-vp::before, .marq-vp::after{width:70px}
  }

  #live .gal-wrap{margin-top:0}
  .logo img{height:46px;width:auto;display:block;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}
  @media (max-width:720px){.logo img{height:34px}}
  .svc-explain{position:relative;padding:108px 0 118px;background:
    radial-gradient(700px 340px at 50% 0,rgba(240,48,64,.07),transparent 72%),var(--bg)}
  .svc-explain::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.36;background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px}
  .svc-explain .wrap{position:relative}
  .svc-head{max-width:760px;margin:0 auto 48px;text-align:center}
  .svc-head .lead{margin-left:auto;margin-right:auto}
  .svc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .svc-detail{position:relative;min-height:286px;padding:28px;border:1px solid var(--bd);border-radius:20px;
    background:linear-gradient(155deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
    box-shadow:0 24px 70px rgba(0,0,0,.18);overflow:hidden;scroll-margin-top:90px;
    transition:transform .28s,border-color .28s,background .28s,box-shadow .28s}
  .svc-detail::after{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;border-radius:50%;
    background:radial-gradient(circle,rgba(var(--glow-rgb),.12),transparent 68%);pointer-events:none}
  .svc-detail:hover{transform:translateY(-5px);border-color:rgba(var(--glow-rgb),.35);
    background:linear-gradient(155deg,rgba(var(--glow-rgb),.075),rgba(255,255,255,.022));box-shadow:0 30px 80px rgba(0,0,0,.28)}
  .svc-detail:target{border-color:rgb(var(--glow-rgb));animation:svcTarget 1.65s ease-out;
    box-shadow:0 0 0 1px rgba(var(--glow-rgb),.28),0 0 45px rgba(var(--glow-rgb),.22),0 30px 80px rgba(0,0,0,.3)}
  @keyframes svcTarget{0%{transform:translateY(0) scale(.985);background:rgba(var(--glow-rgb),.18)}45%{transform:translateY(-6px) scale(1.012)}100%{transform:none}}
  .svc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
  .svc-ico{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:rgb(var(--glow-rgb));
    background:rgba(var(--glow-rgb),.08);border:1px solid rgba(var(--glow-rgb),.22)}
  .svc-ico svg{width:24px;height:24px}
  .svc-no{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;color:var(--mut-2)}
  .svc-detail h3{font-size:19px;line-height:1.3;margin-bottom:12px;color:var(--tx)}
  .svc-detail p{font-size:14px;line-height:1.72;color:var(--mut);margin-bottom:24px}
  .svc-detail .svc-link{position:absolute;left:28px;bottom:26px;display:inline-flex;align-items:center;gap:8px;
    font-size:13px;font-weight:700;color:var(--tx)}
  .svc-detail .svc-link::after{content:"→";color:rgb(var(--glow-rgb));transition:transform .2s}
  .svc-detail .svc-link:hover::after{transform:translateX(4px)}
  html.light .svc-detail{box-shadow:0 20px 55px rgba(16,28,45,.08)}
  @media(max-width:900px){.svc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
  @media(max-width:600px){.svc-explain{padding:82px 0 90px}.svc-head{margin-bottom:34px}.svc-grid{grid-template-columns:1fr;gap:14px}
    .svc-detail{min-height:250px;padding:24px}.svc-detail .svc-link{left:24px;bottom:22px}}
  #plabel, #pl-step-sample, #pl-step-packaging, #pl-step-quality, #svc-docs, #lanes{scroll-margin-top:96px}

  

  @keyframes solutionPulse{0%{filter:brightness(1)}35%{filter:brightness(1.22)}100%{filter:brightness(1)}}
  .about-menu{width:min(286px,calc(100vw - 40px))}
  .about-menu a{justify-content:flex-start;gap:13px;min-height:47px}
  .about-menu a::after{margin-left:auto}
  #about, #mission, #values, #why{scroll-margin-top:92px}
  .about-sec{position:relative;overflow:hidden;background:
    radial-gradient(850px 480px at 10% 12%,rgba(240,48,64,.10),transparent 64%),
    radial-gradient(700px 420px at 92% 88%,rgba(57,230,216,.055),transparent 68%),var(--bg)}
  .about-sec::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px}
  .about-intro{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:72px;align-items:end}
  .about-intro .lead{max-width:none;margin:0;font-size:16px}
  .about-duo{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:58px}
  .about-card{min-height:290px;padding:34px;border:1px solid var(--bd);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.23);transition:transform .25s,border-color .25s,background .25s}
  .about-card:hover{transform:translateY(-5px);border-color:rgba(240,48,64,.42);background:linear-gradient(145deg,rgba(240,48,64,.08),rgba(255,255,255,.025))}
  .about-card .about-no{display:inline-flex;align-items:center;gap:9px;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--red)}
  .about-card .about-no::before{content:"";width:22px;height:1px;background:var(--red)}
  .about-card h3{font-size:25px;line-height:1.25;margin-top:25px;color:var(--tx)}
  .about-card p{font-size:14.5px;line-height:1.78;color:var(--mut);margin-top:17px}
  .about-values{position:relative;margin-top:78px}
  .about-subhead{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
  .about-subhead h3{font-size:clamp(27px,3vw,38px);line-height:1.15;margin-top:12px}
  .about-subhead p{max-width:52ch;color:var(--mut);font-size:14px;line-height:1.7}
  .value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
  .value-card{min-height:218px;padding:26px 23px;border:1px solid var(--bd);border-radius:18px;background:rgba(255,255,255,.025);transition:.25s}
  .value-card:hover{transform:translateY(-4px);border-color:var(--bd-2);background:rgba(255,255,255,.045)}
  .value-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--red);background:rgba(240,48,64,.08);border:1px solid rgba(240,48,64,.22)}
  .value-icon svg{width:21px;height:21px}
  .value-card h4{font-family:"Sora",sans-serif;font-size:16px;margin-top:22px;color:var(--tx)}
  .value-card p{font-size:13px;line-height:1.68;color:var(--mut);margin-top:10px}
  .why-panel{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:48px;align-items:center;margin-top:78px;padding:44px;border:1px solid var(--bd-2);border-radius:24px;background:linear-gradient(120deg,rgba(240,48,64,.065),rgba(255,255,255,.025) 48%,rgba(57,230,216,.035));overflow:hidden}
  .why-panel::after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(240,48,64,.16);border-radius:50%;right:-130px;top:-120px;box-shadow:0 0 0 38px rgba(240,48,64,.025),0 0 0 78px rgba(240,48,64,.018)}
  .why-copy{position:relative;z-index:1}
  .why-copy h3{font-size:clamp(28px,3.2vw,42px);line-height:1.12;margin-top:14px}
  .why-copy p{color:var(--mut);font-size:14.5px;line-height:1.75;margin-top:17px}
  .why-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .why-item{display:flex;align-items:center;gap:11px;min-height:57px;padding:12px 14px;border:1px solid rgba(255,255,255,.075);border-radius:13px;background:rgba(5,7,11,.34);font-size:12.5px;font-weight:650;color:#E5EAF1}
  .why-item i{flex:0 0 22px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;color:#fff;background:var(--red);box-shadow:0 0 17px rgba(240,48,64,.28)}
  html.light .about-card, html.light .value-card, html.light .why-panel{box-shadow:0 22px 60px rgba(13,26,44,.07)}
  html.light .why-item{background:rgba(255,255,255,.66);color:#182337}
  @media(max-width:980px){.about-intro{grid-template-columns:1fr;gap:26px}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-panel{grid-template-columns:1fr;gap:30px}}
  @media(max-width:650px){.about-duo{grid-template-columns:1fr;margin-top:38px}.about-card{min-height:auto;padding:26px}.about-values, .why-panel{margin-top:54px}.about-subhead{display:block}.about-subhead p{margin-top:12px}.value-grid{grid-template-columns:1fr}.value-card{min-height:auto}.why-panel{padding:27px 22px}.why-list{grid-template-columns:1fr}}
  .docs-sec{
    position:relative;overflow:hidden;
    background:
      radial-gradient(880px 520px at 88% 4%,rgba(240,48,64,.09),transparent 66%),
      radial-gradient(700px 450px at 4% 95%,rgba(57,230,216,.045),transparent 68%),
      var(--bg)
  }
  .docs-sec::before{
    content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;
    background:
      linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
    background-size:56px 56px
  }
  .docs-sec .wrap{position:relative;z-index:1}
  .docs-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:54px;align-items:end}
  .docs-head .lead{max-width:690px}
  .docs-brief{
    position:relative;padding:24px;border:1px solid var(--bd-2);border-radius:20px;
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
    box-shadow:0 24px 70px rgba(0,0,0,.22);overflow:hidden
  }
  .docs-brief::after{
    content:"";position:absolute;width:180px;height:180px;border-radius:50%;
    right:-80px;top:-90px;background:rgba(240,48,64,.13);filter:blur(4px)
  }
  .docs-brief h3{position:relative;z-index:1;font-size:17px;line-height:1.35}
  .docs-brief p{position:relative;z-index:1;margin-top:10px;color:var(--mut);font-size:12.5px;line-height:1.65}
  .docs-factors{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}
  .docs-factor{
    display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--bd);
    border-radius:11px;background:rgba(5,7,11,.25);font-size:11.5px;font-weight:650;color:var(--tx)
  }
  .docs-factor i{
    flex:0 0 25px;width:25px;height:25px;border-radius:8px;display:flex;align-items:center;
    justify-content:center;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:9px;
    color:#fff;background:var(--red);box-shadow:0 0 16px rgba(240,48,64,.22)
  }
  .docs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:46px}
  .doc-card{
    position:relative;display:flex;flex-direction:column;min-height:330px;padding:23px 21px 20px;
    border:1px solid var(--bd);border-radius:18px;
    background:linear-gradient(160deg,rgba(255,255,255,.047),rgba(255,255,255,.014));
    overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s
  }
  .doc-card::before{
    content:"";position:absolute;left:0;right:0;top:0;height:2px;
    background:linear-gradient(90deg,var(--red),rgba(240,48,64,0));opacity:.72
  }
  .doc-card::after{
    content:"";position:absolute;right:-35px;top:-35px;width:115px;height:115px;border-radius:50%;
    border:1px solid rgba(255,255,255,.045)
  }
  .doc-card:hover{
    transform:translateY(-5px);border-color:rgba(240,48,64,.38);
    box-shadow:0 22px 58px rgba(0,0,0,.27),0 0 30px rgba(240,48,64,.06)
  }
  .doc-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px}
  .doc-no{font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--red)}
  .doc-type{
    padding:5px 8px;border:1px solid var(--bd);border-radius:99px;
    font-family:"IBM Plex Mono",monospace;font-size:8px;font-weight:700;letter-spacing:.09em;
    text-transform:uppercase;color:var(--mut)
  }
  .doc-icon{
    position:relative;z-index:1;width:39px;height:39px;margin-top:24px;border-radius:12px;
    display:flex;align-items:center;justify-content:center;color:var(--red);
    background:rgba(240,48,64,.09);border:1px solid rgba(240,48,64,.18)
  }
  .doc-icon svg{width:20px;height:20px}
  .doc-card h3{position:relative;z-index:1;margin-top:15px;font-size:16px;line-height:1.25}
  .doc-native{position:relative;z-index:1;display:block;margin-top:5px;font-size:10.5px;font-weight:650;color:var(--red)}
  .doc-desc{position:relative;z-index:1;margin-top:14px;color:var(--mut);font-size:11.6px;line-height:1.62}
  .doc-use{
    position:relative;z-index:1;margin-top:auto;padding-top:16px;border-top:1px solid var(--bd)
  }
  .doc-use b{
    display:block;font-family:"IBM Plex Mono",monospace;font-size:8.5px;letter-spacing:.14em;
    text-transform:uppercase;color:var(--teal)
  }
  .doc-use p{margin-top:7px;color:var(--tx);font-size:10.8px;line-height:1.55}
  .docs-flow{
    display:grid;grid-template-columns:1.05fr repeat(4,1fr);margin-top:22px;
    border:1px solid var(--bd);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.018)
  }
  .docs-flow-head, .docs-flow-step{padding:20px}
  .docs-flow-head{display:flex;flex-direction:column;justify-content:center;background:rgba(240,48,64,.055)}
  .docs-flow-head span{font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.15em;color:var(--red)}
  .docs-flow-head h3{margin-top:7px;font-size:15px}
  .docs-flow-step{border-left:1px solid var(--bd)}
  .docs-flow-step b{font-family:"IBM Plex Mono",monospace;font-size:10px;color:var(--red)}
  .docs-flow-step h4{margin-top:8px;font-family:"Sora",sans-serif;font-size:12px}
  .docs-flow-step p{margin-top:6px;color:var(--mut);font-size:10.5px;line-height:1.5}
  .docs-disclaimer{
    display:flex;align-items:flex-start;gap:12px;margin-top:17px;padding:15px 17px;
    border:1px solid rgba(57,230,216,.18);border-radius:14px;background:rgba(57,230,216,.035);
    color:var(--mut);font-size:11px;line-height:1.65
  }
  .docs-disclaimer i{
    flex:0 0 23px;width:23px;height:23px;border-radius:50%;display:flex;align-items:center;
    justify-content:center;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:10px;
    color:var(--teal);border:1px solid rgba(57,230,216,.32)
  }
  html.light .docs-sec::before{
    background:
      linear-gradient(rgba(13,26,44,.025) 1px,transparent 1px),
      linear-gradient(90deg,rgba(13,26,44,.025) 1px,transparent 1px)
  }
  html.light .docs-brief, html.light .doc-card, html.light .docs-flow{
    background:linear-gradient(155deg,#FFFFFF,#F4F7FA);
    box-shadow:0 22px 60px rgba(13,26,44,.07)
  }
  html.light .docs-factor{background:rgba(13,26,44,.025)}
  html.light .doc-card::after{border-color:rgba(13,26,44,.055)}
  @media(max-width:1080px){
    .docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .docs-flow{grid-template-columns:repeat(2,1fr)}
    .docs-flow-head{grid-column:1/-1}
    .docs-flow-step:nth-child(4){border-left:0;border-top:1px solid var(--bd)}
    .docs-flow-step:nth-child(5){border-top:1px solid var(--bd)}
  }
  @media(max-width:760px){
    .docs-head{grid-template-columns:1fr;gap:28px}
    .docs-grid{grid-template-columns:1fr;margin-top:34px}
    .doc-card{min-height:auto}
    .docs-flow{grid-template-columns:1fr}
    .docs-flow-head, .docs-flow-step{grid-column:auto;border-left:0}
    .docs-flow-step{border-top:1px solid var(--bd)}
  }
  :root{
    --red-premium:#FF4054;
    --red-premium-2:#FF6A78;
    --red-premium-dark:#D9233B;
  }
  .kick::before{
    content:"";
    position:absolute;
    left:13px;
    top:50%;
    width:17px;
    height:3px;
    border-radius:99px;
    transform:translateY(-50%);
    background:linear-gradient(90deg,var(--red-premium),var(--red-premium-2));
    box-shadow:0 0 13px rgba(255,64,84,.55);
  }
  .kick::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(115deg,rgba(255,255,255,.055),transparent 34%);
  }
  .mega-kicker, .mnav-subhead, .stat .tg, .lanes tr.rg td, .docs-flow-head span{
    font-family:"Sora",sans-serif;
    font-weight:800;
    letter-spacing:.135em;
  }
  .about-card .about-no, .doc-no{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:7px 10px;
    border:1px solid rgba(255,64,84,.27);
    border-radius:8px;
    background:linear-gradient(110deg,rgba(255,64,84,.13),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:9.5px;
    font-weight:800;
    line-height:1;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  }
  .pl-rank{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 36px;
    width:36px;
    height:36px;
    border:1px solid rgba(255,64,84,.30);
    border-radius:11px;
    background:linear-gradient(145deg,rgba(255,64,84,.15),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:10.5px;
    font-weight:850;
    line-height:1;
    letter-spacing:.025em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  }
  .step .n, .about-code, .docs-flow-step b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border:1px solid rgba(255,64,84,.28);
    border-radius:10px;
    background:linear-gradient(145deg,rgba(255,64,84,.14),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:10px;
    font-weight:850;
    line-height:1;
    letter-spacing:.025em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  }
  .docs-flow-step b{margin-bottom:2px}
  .doc-native, .pl-head .tag{
    font-family:"Sora",sans-serif;
    font-weight:750;
  }
  .doc-native{
    font-size:11px;
    line-height:1.4;
    letter-spacing:.012em;
    color:var(--red-premium-2);
  }
  .pl-head .tag{
    color:var(--red-premium-2);
    border-color:rgba(255,64,84,.35);
    background:rgba(255,64,84,.055);
  }
  html.light .kick, html.light .about-card .about-no, html.light .doc-no, html.light .mega-kicker, html.light .mnav-subhead, html.light .doc-native, html.light .pl-head .tag{
    color:#C91F38;
  }
  html.light .kick, html.light .about-card .about-no, html.light .doc-no{
    border-color:rgba(201,31,56,.22);
    background:linear-gradient(110deg,rgba(201,31,56,.085),rgba(201,31,56,.018));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 8px 24px rgba(20,32,55,.045);
    text-shadow:none;
  }
  html.light .pl-rank, html.light .step .n, html.light .about-code, html.light .docs-flow-step b{
    color:#C91F38;
    border-color:rgba(201,31,56,.20);
    background:linear-gradient(145deg,rgba(201,31,56,.075),rgba(201,31,56,.015));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
  }
  html.light .pl-row:hover .pl-rank, html.light .pl-row:focus-visible .pl-rank, html.light .pl-row.target-flash .pl-rank{
    color:#fff;
    border-color:rgba(201,31,56,.55);
    background:linear-gradient(145deg,#EF4256,#B81731);
  }

  @media(max-width:760px){
    .kick{
      min-height:32px;
      padding:7px 11px 7px 35px;
      font-size:9.5px;
      letter-spacing:.115em;
    }
    .kick::before{left:11px;width:15px}
    .about-card .about-no, .doc-no{font-size:9px}

  }
  :root{
    --tr-red-deep:#4A0009;
    --tr-red-shadow:#760011;
    --tr-red-core:#B80D2A;
    --tr-red-bright:#D91C3A;
    --tr-red-glint:#F04A5F;
  }
  .kick{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    min-height:30px;
    padding:4px 62px;
    border:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    color:var(--tr-red-bright);
    font-family:"Sora",sans-serif;
    font-size:11.5px;
    font-weight:850;
    line-height:1.2;
    letter-spacing:.16em;
    text-transform:uppercase;
    text-shadow:
      0 1px 0 rgba(255,255,255,.06),
      0 0 14px rgba(184,13,42,.16);
  }
  .kick::before, .kick::after{
    content:"";
    position:absolute;
    top:50%;
    width:43px;
    height:2px;
    border-radius:99px;
    transform:translateY(-50%);
    pointer-events:none;
  }
  .kick::before{
    left:0;
    background:linear-gradient(
      90deg,
      var(--tr-red-deep) 0%,
      var(--tr-red-shadow) 24%,
      var(--tr-red-core) 63%,
      var(--tr-red-glint) 100%
    );
    box-shadow:
      0 1px 0 rgba(255,255,255,.08),
      0 0 11px rgba(184,13,42,.24);
  }
  .kick::after{
    right:0;
    inset:auto 0 auto auto;
    background:linear-gradient(
      90deg,
      var(--tr-red-glint) 0%,
      var(--tr-red-core) 37%,
      var(--tr-red-shadow) 76%,
      var(--tr-red-deep) 100%
    );
    box-shadow:
      0 1px 0 rgba(255,255,255,.08),
      0 0 11px rgba(184,13,42,.24);
  }
  @supports ((-webkit-background-clip:text) or (background-clip:text)){
    .kick{
      background:linear-gradient(
        180deg,
        #F25A6C 0%,
        #CA1635 35%,
        #8A0019 72%,
        #5B000C 100%
      );
      -webkit-background-clip:text;
      background-clip:text;
      -webkit-text-fill-color:transparent;
      color:transparent;
    }
  }
  .about-card .about-no, .doc-no, .doc-native, .pl-head .tag{
    color:#D61B38;
  }
  .about-card .about-no, .doc-no{
    border-color:rgba(184,13,42,.32);
    background:
      linear-gradient(145deg,rgba(98,0,15,.34),rgba(184,13,42,.08));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.055),
      inset 0 -1px 0 rgba(54,0,8,.30),
      0 8px 22px rgba(0,0,0,.13);
  }
  .pl-rank, .step .n, .about-code, .docs-flow-step b{
    border-color:rgba(184,13,42,.34);
    background:
      linear-gradient(145deg,rgba(135,0,22,.28),rgba(46,0,7,.48));
    color:#D91C3A;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.07),
      inset 0 -1px 0 rgba(0,0,0,.38),
      0 8px 22px rgba(0,0,0,.16);
  }

  .pl-row:hover .pl-rank, .pl-row:focus-visible .pl-rank, .pl-row.target-flash .pl-rank{
    color:#FFF;
    border-color:rgba(240,74,95,.62);
    background:
      linear-gradient(
        145deg,
        #D92342 0%,
        #A20824 38%,
        #680010 72%,
        #330005 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.19),
      inset 0 -2px 5px rgba(0,0,0,.30),
      0 0 20px rgba(184,13,42,.26),
      0 10px 24px rgba(0,0,0,.22);
  }
  @supports ((-webkit-background-clip:text) or (background-clip:text)){
    html.light .kick{
      background:linear-gradient(
        180deg,
        #C31A36 0%,
        #9D071F 48%,
        #62000D 100%
      );
      -webkit-background-clip:text;
      background-clip:text;
      -webkit-text-fill-color:transparent;
    }
  }
  html.light .mega-kicker, html.light .mnav-subhead, html.light .about-card .about-no, html.light .doc-no, html.light .doc-native, html.light .pl-head .tag{
    color:#9F0922;
  }
  html.light .about-card .about-no, html.light .doc-no{
    border-color:rgba(159,9,34,.22);
    background:linear-gradient(145deg,rgba(159,9,34,.075),rgba(255,255,255,.55));
  }
  html.light .pl-rank, html.light .step .n, html.light .about-code, html.light .docs-flow-step b{
    color:#9F0922;
    border-color:rgba(159,9,34,.22);
    background:linear-gradient(145deg,rgba(159,9,34,.09),rgba(255,255,255,.58));
  }

  @media(max-width:760px){
    .kick{
      padding:4px 39px;
      font-size:9.6px;
      letter-spacing:.12em;
    }
    .kick::before, .kick::after{
      width:27px;
    }
  }
  html[lang="hi"] body, html[lang="hi"] button, html[lang="hi"] input, html[lang="hi"] textarea, html[lang="hi"] select{font-family:"Nirmala UI","Noto Sans Devanagari",Mangal,"Segoe UI",sans-serif}
  html[lang="zh"] body, html[lang="zh"] button, html[lang="zh"] input, html[lang="zh"] textarea, html[lang="zh"] select{font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC","Segoe UI",sans-serif}
  html[lang="ka"] body, html[lang="ka"] button, html[lang="ka"] input, html[lang="ka"] textarea, html[lang="ka"] select{font-family:Sylfaen,"Noto Sans Georgian","Segoe UI",sans-serif}
  html[dir="rtl"] body, html[dir="rtl"] button, html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  }
  html[dir="rtl"] body{direction:ltr;text-align:left}
  html[dir="rtl"] header .wrap, html[dir="rtl"] .hdr-right, html[dir="rtl"] nav.main, html[dir="rtl"] .mega-menu, html[dir="rtl"] .mnav, html[dir="rtl"] .lang-menu, html[dir="rtl"] .wa-panel{
    direction:ltr;
  }
  html[dir="rtl"] [data-i18n]{
    direction:rtl;
    unicode-bidi:plaintext;
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  }
  html[dir="rtl"] .mnav-solutions-toggle span[data-i18n]{
    flex:1;
    text-align:right;
  }
  html[dir="rtl"] .lang-menu button{direction:ltr;text-align:left}
  html[dir="rtl"] .lang-menu button[data-lang="ar"] .lang-option>span:last-child, html[dir="rtl"] .lang-menu button[data-lang="fa"] .lang-option>span:last-child{direction:rtl;text-align:right}
  html[dir="rtl"] .mnav-main-link, html[dir="rtl"] .mnav-solutions-toggle, html[dir="rtl"] .fab-tip, html[dir="rtl"] .lanes th, html[dir="rtl"] .lanes td{
    text-align:right;
  }

  html[dir="rtl"] .kick, html[dir="rtl"] .mega-kicker, html[dir="rtl"] .mnav-subhead, html[dir="rtl"] .about-card .about-no, html[dir="rtl"] .doc-no, html[dir="rtl"] .doc-type, html[dir="rtl"] .docs-flow-head span, html[dir="rtl"] .doc-use b, html[dir="rtl"] .stat .tg{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
    letter-spacing:0;
    text-transform:none;
  }
  html[dir="rtl"] .title, html[dir="rtl"] .hero h1, html[dir="rtl"] .about-title, html[dir="rtl"] .doc-card h3{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
    line-height:1.25;
  }

  html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select{
    direction:rtl;
    text-align:right;
  }
  html[dir="rtl"] input[type="email"], html[dir="rtl"] input[type="tel"]{
    direction:ltr;
    text-align:right;
  }
  html[dir="rtl"] .wa-chip, html[dir="rtl"] .wa-input{text-align:right}
  html[dir="rtl"] .marq-vp, html[dir="rtl"] .marq-track, html[dir="rtl"] .mq-set, html[dir="rtl"] .mq-cap, html[dir="rtl"] .gal-strip{
    direction:ltr;
  }
  html[dir="rtl"] .gal-item figcaption{
    direction:rtl;
    text-align:right;
  }
  html[dir="rtl"] #fxPop{
    direction:ltr;
    text-align:left;
  }
  html[dir="rtl"] #fxPop .fx-row span, html[dir="rtl"] #fxPop .fx-note{
    direction:rtl;
    text-align:right;
  }

  @media(max-width:760px){
    html[dir="rtl"] .docs-flow-step{border-right:0}
  }
  @media(max-width:600px){
    header .btn-pill{display:none}
  }
  .mega-menu{
    width:min(356px,calc(100vw - 32px));
    gap:8px;
    padding:11px;
    border-color:rgba(255,255,255,.12);
    border-radius:20px;
    background:
      radial-gradient(circle at 16% -18%,rgba(240,48,64,.13),transparent 39%),
      linear-gradient(180deg,rgba(13,18,27,.985),rgba(7,11,17,.988));
    box-shadow:
      0 34px 100px rgba(0,0,0,.72),
      0 0 0 1px rgba(255,255,255,.025) inset,
      inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter:blur(25px) saturate(1.16);
    -webkit-backdrop-filter:blur(25px) saturate(1.16);
  }
  .mega-menu::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
    pointer-events:none;
  }
  .mega-menu a{
    position:relative;
    isolation:isolate;
    justify-content:flex-start;
    min-height:58px;
    padding:9px 10px;
    gap:12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.075);
    border-radius:15px;
    background:
      linear-gradient(135deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 54%,rgba(255,255,255,.008));
    color:#E4EAF2;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.045),
      0 8px 22px rgba(0,0,0,.18);
    transform:translateZ(0);
    transition:
      border-color .2s ease,
      background .2s ease,
      box-shadow .2s ease,
      color .2s ease,
      transform .2s ease;
  }
  .mega-menu a::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    border-radius:inherit;
    background:
      radial-gradient(circle at 8% 50%,rgba(240,48,64,.17),transparent 43%),
      linear-gradient(105deg,rgba(240,48,64,.075),transparent 62%);
    opacity:0;
    transition:opacity .2s ease;
    pointer-events:none;
  }
  .mega-menu a::after{
    content:"›";
    display:grid;
    place-items:center;
    flex:0 0 28px;
    width:28px;
    height:28px;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.09);
    border-radius:10px;
    background:rgba(255,255,255,.025);
    color:#CFD7E3;
    font-family:"Sora",sans-serif;
    font-size:19px;
    font-weight:500;
    line-height:1;
    opacity:.48;
    transform:none;
    transition:
      opacity .2s ease,
      color .2s ease,
      border-color .2s ease,
      background .2s ease,
      transform .2s ease;
  }
  .mega-menu a:hover, .mega-menu a:focus-visible{
    border-color:rgba(240,48,64,.34);
    background:
      linear-gradient(135deg,rgba(255,255,255,.072),rgba(255,255,255,.024) 52%,rgba(240,48,64,.025));
    color:#FFF;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      0 13px 30px rgba(0,0,0,.27),
      0 0 0 1px rgba(240,48,64,.035);
    transform:translateY(-1px);
  }
  .mega-menu a:hover::before, .mega-menu a:focus-visible::before{opacity:1}
  .mega-menu a:hover::after, .mega-menu a:focus-visible::after{
    opacity:1;
    color:#FFF;
    border-color:rgba(240,48,64,.36);
    background:linear-gradient(145deg,rgba(240,48,64,.34),rgba(87,0,14,.42));
    transform:translateX(1px);
  }
  .about-menu a>span:last-child{
    flex:1;
    min-width:0;
    font-family:"Manrope",sans-serif;
    font-size:13px;
    font-weight:700;
    line-height:1.25;
    color:inherit;
  }
  .about-code{
    display:grid;
    place-items:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    padding:0;
    border:1px solid rgba(240,48,64,.30);
    border-radius:12px;
    background:
      linear-gradient(145deg,rgba(135,0,22,.31),rgba(46,0,7,.50));
    color:#F03B54;
    font-family:"IBM Plex Mono",monospace;
    font-size:10px;
    font-weight:800;
    line-height:1;
    letter-spacing:.07em;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      inset 0 -1px 0 rgba(0,0,0,.38),
      0 7px 18px rgba(0,0,0,.20),
      0 0 16px rgba(184,13,42,.06);
    transition:
      color .2s ease,
      border-color .2s ease,
      background .2s ease,
      box-shadow .2s ease,
      transform .2s ease;
  }
  .mega-menu a:hover .about-code, .mega-menu a:focus-visible .about-code{
    color:#FFF;
    border-color:rgba(255,92,111,.62);
    background:
      linear-gradient(145deg,#DC2845 0%,#A70825 42%,#5C000E 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.20),
      inset 0 -2px 4px rgba(0,0,0,.26),
      0 0 20px rgba(240,48,64,.22),
      0 9px 20px rgba(0,0,0,.24);
    transform:scale(1.025);
  }
  .mnav-sub{
    padding:8px;
    border-radius:17px;
    background:
      radial-gradient(circle at 10% 0,rgba(240,48,64,.075),transparent 34%),
      rgba(255,255,255,.018);
  }
  .mnav-sub a{
    position:relative;
    min-height:54px;
    margin:6px 0 0;
    padding:8px 10px;
    gap:12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.07);
    border-radius:13px;
    background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
    color:#DDE5EF;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 7px 18px rgba(0,0,0,.14);
    transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease;
  }
  .mnav-sub a:first-of-type{margin-top:3px}
  .mnav-sub a::after{
    content:"›";
    display:grid;
    place-items:center;
    flex:0 0 26px;
    width:26px;
    height:26px;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.08);
    border-radius:9px;
    color:var(--mut-2);
    background:rgba(255,255,255,.02);
    font-size:18px;
    line-height:1;
  }
  .mnav-sub a:hover, .mnav-sub a:focus-visible{
    border-color:rgba(240,48,64,.30);
    background:linear-gradient(135deg,rgba(240,48,64,.10),rgba(255,255,255,.025));
    color:#FFF;
    transform:translateY(-1px);
  }
  .mnav-sub a:hover::after, .mnav-sub a:focus-visible::after{
    color:#FFF;
    border-color:rgba(240,48,64,.34);
    background:rgba(240,48,64,.16);
  }
  .mnav-sub .about-code{
    flex-basis:36px;
    width:36px;
    height:36px;
    border-radius:11px;
  }
  .mnav-sub a>span[data-i18n]{flex:1;min-width:0}
  html.light .mega-menu a:hover, html.light .mega-menu a:focus-visible{
    border-color:rgba(181,12,42,.25);
    background:linear-gradient(135deg,#FFF,rgba(181,12,42,.045));
    color:#111A2A;
    box-shadow:inset 0 1px 0 #FFF,0 12px 28px rgba(25,39,64,.12),0 0 0 1px rgba(181,12,42,.025);
  }
  html.light .mega-menu a:hover::after, html.light .mega-menu a:focus-visible::after{
    color:#FFF;
    border-color:rgba(181,12,42,.30);
    background:linear-gradient(145deg,#D32242,#850016);
  }
  html.light .mnav-sub{
    border-color:rgba(13,26,44,.10);
    background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(246,248,252,.74));
  }
  html.light .mnav-sub a:hover, html.light .mnav-sub a:focus-visible{
    border-color:rgba(181,12,42,.22);
    background:linear-gradient(135deg,#FFF,rgba(181,12,42,.04));
    color:#111A2A;
  }

  html[dir="rtl"] .mega-menu a::after, html[dir="rtl"] .mnav-sub a::after{
    margin-left:0;
    margin-right:auto;
    transform:rotate(180deg);
  }
  html[dir="rtl"] .mega-menu a:hover::after, html[dir="rtl"] .mega-menu a:focus-visible::after{
    transform:rotate(180deg) translateX(1px);
  }

  @media(max-width:760px){
    .mega-menu{width:min(342px,calc(100vw - 20px));padding:9px;border-radius:18px}
    .mega-menu a{min-height:54px;border-radius:13px}
    .about-menu a{min-height:54px}
  }
  header .logo, header .hdr-right{position:relative;z-index:3}
  header nav.main{z-index:1}
  #hdr.header-nav-tight nav.main{gap:14px}
  #hdr.header-nav-tight nav.main>a, #hdr.header-nav-tight .nav-trigger{font-size:12.7px}
  #hdr.header-compact-cta .hdr-right>.btn-pill{display:none}
  #hdr.nav-compact nav.main{display:none}
  #hdr.nav-compact .burger{display:flex}
  @media(max-width:390px){
    .qform textarea{min-height:112px}
  }

.ui-progress-50{width:50%}
.ui-marker-50{left:50%}
.ui-pt-0{padding-top:0}
.ui-text-center{text-align:center}
.modal a[href^="mailto:"], .legal-link{color:var(--red)}
.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.form-status{min-height:1.2em}
.qform input:invalid:not(:placeholder-shown), .qform textarea:invalid:not(:placeholder-shown), .qform select:invalid{border-color:rgba(240,48,64,.65)}
.qform [aria-invalid="true"]{border-color:var(--red)!important;box-shadow:0 0 0 3px rgba(240,48,64,.12)}
.lang-trigger{width:47px!important;height:37px!important;border-radius:12px!important;gap:5px;overflow:visible!important;padding:0 7px!important;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.18)}
.lang-trigger::after{content:"";width:5px;height:5px;border-right:1.5px solid var(--mut);border-bottom:1.5px solid var(--mut);transform:rotate(45deg) translateY(-1px);transition:transform .18s,border-color .18s;flex:0 0 5px}
.lang.open .lang-trigger::after{transform:rotate(225deg) translate(-1px,-1px);border-color:var(--tx)}
.lang-current-flag{width:25px!important;height:17px!important;flex:0 0 25px;border-radius:4px!important;background:transparent!important;box-shadow:0 3px 10px rgba(0,0,0,.32)!important;image-rendering:auto}
.hero-vid{transition:opacity .22s ease!important;filter:brightness(.58) saturate(.92) contrast(1.05)!important;will-change:opacity;transform:translateZ(0);backface-visibility:hidden}
.hero.has-vid .hero-vid{opacity:1!important}
.hero.has-vid canvas{opacity:0!important}

.formsec{position:relative;overflow:hidden;background:
  radial-gradient(720px 520px at 78% 44%,rgba(240,48,64,.075),transparent 72%),
  linear-gradient(180deg,transparent,rgba(255,255,255,.008),transparent)}
.formsec::before{content:"";position:absolute;inset:12% -12% auto auto;width:520px;height:520px;border-radius:50%;background:rgba(240,48,64,.035);filter:blur(80px);pointer-events:none}
.formsec .wrap{grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);gap:72px;position:relative}
.qform{position:relative;display:block!important;overflow:hidden;padding:0!important;border-radius:24px!important;background:linear-gradient(155deg,rgba(17,23,33,.97),rgba(8,12,19,.985))!important;border:1px solid rgba(255,255,255,.105)!important;box-shadow:0 35px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.045);backdrop-filter:blur(18px) saturate(1.08)!important}
.qform::before{content:"";position:absolute;inset:0 18% auto;height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);box-shadow:0 0 22px rgba(240,48,64,.7);z-index:2}
.qform-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:23px 25px 20px;border-bottom:1px solid rgba(255,255,255,.075);background:linear-gradient(135deg,rgba(240,48,64,.055),transparent 58%)}
.qform-head-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;border:1px solid rgba(240,48,64,.42);background:linear-gradient(145deg,rgba(240,48,64,.23),rgba(240,48,64,.065));color:#fff;font-family:"IBM Plex Mono",monospace;font-size:11px;font-weight:700;letter-spacing:.08em;box-shadow:0 9px 25px rgba(240,48,64,.12),inset 0 1px 0 rgba(255,255,255,.1)}
.qform-head-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.qform-head-copy strong{font-family:"Sora",sans-serif;font-size:16px;line-height:1.3;color:var(--tx);overflow-wrap:anywhere}
.qform-head-copy span{font-size:11.5px;line-height:1.45;color:var(--mut-2)}
.qform-lock{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(51,211,161,.24);background:rgba(51,211,161,.065);color:#35d3a1}
.qform-lock svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.qform-progress{position:relative;height:3px;background:rgba(255,255,255,.055);overflow:visible}
.qform-progress>span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#b6102c,var(--red),#ff7180);box-shadow:0 0 14px rgba(240,48,64,.55);transition:transform .28s ease}
.qform-progress-count{position:absolute;right:19px;top:9px;font-family:"IBM Plex Mono",monospace;font-size:9px;color:var(--mut-2);letter-spacing:.08em}
.qform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 16px;padding:29px 25px 22px}
.qfield{position:relative;display:flex;flex-direction:column;gap:8px;min-width:0}
.qfield-full{grid-column:1/-1}
.qfield label{display:flex!important;align-items:center;gap:8px;margin:0!important;color:#aeb8c8!important;font-size:10.5px!important;font-weight:700!important;letter-spacing:.085em!important;line-height:1.3}
.qfield-no{display:inline-grid;place-items:center;width:23px;height:18px;border-radius:6px;background:rgba(240,48,64,.08);border:1px solid rgba(240,48,64,.2);font-family:"IBM Plex Mono",monospace;font-size:8px;color:#ff6976;letter-spacing:0}
.qform input, .qform select, .qform textarea{min-height:51px!important;border-radius:13px!important;padding:14px 15px!important;background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.023))!important;border:1px solid rgba(255,255,255,.105)!important;color:var(--tx)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:border-color .2s,box-shadow .2s,background .2s,transform .2s!important}
.qform textarea{min-height:116px!important;line-height:1.55}
.qform input:hover, .qform select:hover, .qform textarea:hover{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.058)!important}
.qform input:focus, .qform select:focus, .qform textarea:focus{border-color:rgba(240,48,64,.75)!important;background:rgba(240,48,64,.035)!important;box-shadow:0 0 0 3px rgba(240,48,64,.12),0 12px 30px rgba(0,0,0,.14)!important}
.qform-footer{padding:0 25px 25px;display:flex;flex-direction:column;gap:10px}
.qform #sendBtn{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;min-height:55px;margin:0!important;border-radius:14px!important;background:linear-gradient(135deg,#ff3b4e,#dc1735)!important;box-shadow:0 17px 42px rgba(240,48,64,.28),inset 0 1px 0 rgba(255,255,255,.22)!important;letter-spacing:.01em;overflow:hidden;position:relative}
.qform #sendBtn::before{content:"";position:absolute;inset:0;transform:translateX(-115%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent);transition:transform .55s}
.qform #sendBtn:hover::before{transform:translateX(115%)}
.qform-send-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}
.qform #sendBtn:hover .qform-send-icon{transform:translateX(3px)}
.qform #sendBtn[aria-busy="true"] .qform-send-icon{animation:qformSpin .85s linear infinite}
@keyframes qformSpin{to{transform:rotate(360deg)}}
.qform .fine{font-size:11.5px!important}
.form-consent{padding:0 5px}
.form-error{margin-top:3px;border-radius:12px!important;padding:13px 15px!important}
.form-ok{border-radius:24px!important;box-shadow:0 26px 80px rgba(0,0,0,.3)}
html.light .qform{background:linear-gradient(155deg,rgba(255,255,255,.99),rgba(245,248,252,.99))!important;border-color:rgba(13,26,44,.12)!important;box-shadow:0 32px 80px rgba(20,32,55,.14),inset 0 1px 0 #fff}
html.light .qform-head{border-color:rgba(13,26,44,.09);background:linear-gradient(135deg,rgba(16,130,140,.06),transparent 58%)}
html.light .qform-head-copy strong{color:#0c1424}
html.light .qform input, html.light .qform select, html.light .qform textarea{background:linear-gradient(145deg,#fff,#f7f9fc)!important;border-color:rgba(13,26,44,.13)!important;color:#0c1424!important}
html.light .qfield label{color:#4e5c72!important}
html[dir="rtl"] .qform-progress>span{transform-origin:right}
html[dir="rtl"] .qform-progress-count{right:auto;left:19px}
html[dir="rtl"] .qform-head{text-align:right}
html[dir="rtl"] .qfield label{justify-content:flex-start}
@media(max-width:1080px){.formsec .wrap{grid-template-columns:1fr;gap:44px}.qform{max-width:760px;width:100%;margin:0 auto}}
@media(max-width:620px){
  .lang-trigger{width:44px!important;padding:0 6px!important}.lang-current-flag{width:23px!important;height:16px!important}
  .qform{border-radius:20px!important}.qform-head{padding:19px 17px 17px;gap:11px}.qform-head-mark{width:39px;height:39px;border-radius:11px}.qform-lock{width:31px;height:31px}.qform-head-copy strong{font-size:14.5px}.qform-head-copy span{font-size:10.5px}
  .qform-grid{grid-template-columns:1fr;padding:25px 17px 19px;gap:15px}.qfield-full{grid-column:auto}.qform-footer{padding:0 17px 20px}.qform #sendBtn{min-height:53px}.qform-progress-count{right:15px}html[dir="rtl"] .qform-progress-count{left:15px}
}

.docs-sector-callout{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;margin-top:38px;padding:21px 23px;border:1px solid rgba(47,208,138,.27);border-radius:18px;background:radial-gradient(300px 130px at 0 50%,rgba(47,208,138,.11),transparent 70%),linear-gradient(145deg,rgba(47,208,138,.055),rgba(255,255,255,.018));box-shadow:0 18px 48px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.025)}
.docs-sector-mark{width:58px;height:58px;border-radius:17px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(47,208,138,.36);background:rgba(47,208,138,.09);color:var(--green);box-shadow:0 0 24px rgba(47,208,138,.10)}
.docs-sector-mark span{font-family:"IBM Plex Mono",monospace;font-size:13px;font-weight:800;letter-spacing:.06em}
.docs-sector-kick{display:block;font-family:"IBM Plex Mono",monospace;font-size:9px;font-weight:700;letter-spacing:.17em;color:var(--green)}
.docs-sector-callout h3{margin-top:6px;font-family:"Sora",sans-serif;font-size:17px;line-height:1.35}
.docs-sector-callout p{margin-top:7px;max-width:88ch;color:var(--mut);font-size:11.8px;line-height:1.62}
.doc-card.doc-featured{border-color:rgba(47,208,138,.28);background:radial-gradient(220px 160px at 100% 0,rgba(47,208,138,.09),transparent 72%),linear-gradient(160deg,rgba(255,255,255,.054),rgba(255,255,255,.016));box-shadow:0 18px 48px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.025)}
.doc-card.doc-featured::before{height:3px;background:linear-gradient(90deg,var(--green),var(--teal),rgba(57,230,216,0));opacity:.9}
.doc-card.doc-featured .doc-icon{color:var(--green);background:rgba(47,208,138,.085);border-color:rgba(47,208,138,.24)}
.doc-card.doc-featured .doc-native{color:var(--green)}
.doc-card.doc-featured:hover{border-color:rgba(47,208,138,.55);box-shadow:0 24px 62px rgba(0,0,0,.27),0 0 34px rgba(47,208,138,.08)}
.doc-priority{position:relative;z-index:1;align-self:flex-start;margin-top:14px;padding:5px 8px;border-radius:99px;border:1px solid rgba(47,208,138,.25);background:rgba(47,208,138,.07);font-family:"IBM Plex Mono",monospace;font-size:7.8px;font-weight:800;letter-spacing:.12em;color:var(--green)}
html.light .docs-sector-callout{background:radial-gradient(300px 130px at 0 50%,rgba(16,130,140,.09),transparent 70%),linear-gradient(145deg,#fff,#f1f8f7);box-shadow:0 18px 48px rgba(13,26,44,.08)}
@media(max-width:650px){.docs-sector-callout{grid-template-columns:1fr;padding:19px}.docs-sector-mark{width:50px;height:50px}.docs-sector-callout h3{font-size:15.5px}}

.qform-terms{position:relative;display:grid;grid-template-columns:21px minmax(0,1fr);gap:11px;align-items:start;margin-top:15px;padding:14px 15px;border:1px solid rgba(255,255,255,.105);border-radius:13px;background:rgba(255,255,255,.025);cursor:pointer;color:var(--mut);font-size:10.8px;line-height:1.55}
.qform-terms input{position:absolute;opacity:0;pointer-events:none}
.qform-checkmark{width:21px;height:21px;border-radius:7px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:rgba(5,7,11,.4);color:transparent;font-size:12px;font-weight:800;transition:.18s}
.qform-terms input:checked+.qform-checkmark{color:#fff;border-color:rgba(255,83,100,.7);background:linear-gradient(135deg,#f03040,#8e071f);box-shadow:0 0 16px rgba(240,48,64,.18)}
.qform-terms input:focus-visible+.qform-checkmark{outline:2px solid rgba(255,83,100,.9);outline-offset:3px}
.qform-terms-copy{min-width:0}
.qform-terms a{color:#ff6575;text-decoration:underline;text-underline-offset:2px}
.qform-terms:has(input:invalid){border-color:rgba(240,48,64,.20)}
html.light .qform-terms{background:rgba(13,26,44,.025);border-color:rgba(13,26,44,.10);color:#58657a}
html.light .qform-checkmark{background:#fff;border-color:rgba(13,26,44,.18)}
html[dir="rtl"] .qform-terms{text-align:right}
.terms-strong{padding:15px 16px!important;border:1px solid rgba(240,48,64,.25);border-radius:13px;background:rgba(240,48,64,.055);color:var(--tx)!important}
.terms-strong b{color:#ff6575}
header .header-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  min-width:164px;
  height:100%;
  padding:2px 0 1px;
  line-height:1;
  overflow:visible;
}
html.light header .header-brand>img{background:none;padding:0;border-radius:0;box-sizing:border-box}

.hero-inner{width:min(100%,1180px)}
.hero h1{
  width:min(100%,1080px);
  max-width:100%;
  margin-inline:auto;
  font-size:var(--hero-title-size,clamp(27px,3.8vw,58px));
  line-height:1.08;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
  letter-spacing:.008em;
  transform:skewX(-6deg);
  transform-origin:center;
  font-synthesis:none;
}
html[lang="ru"] .hero h1, html[lang="bg"] .hero h1, html[lang="sr"] .hero h1, html[lang="el"] .hero h1{font-family:"Noto Sans","Arial Black","Sora",sans-serif;font-weight:900;letter-spacing:-.015em}
html[lang="ar"] .hero h1, html[lang="fa"] .hero h1{font-family:"Noto Sans Arabic","Arial",sans-serif;font-weight:900;letter-spacing:0;transform:skewX(-3deg)}
html[lang="hi"] .hero h1{font-family:"Noto Sans Devanagari","Arial",sans-serif;font-weight:900;letter-spacing:-.01em;transform:skewX(-3deg)}
html[lang="ka"] .hero h1{font-family:"Noto Sans Georgian","Arial Black",sans-serif;font-weight:900;letter-spacing:-.015em;transform:skewX(-4deg)}
html[lang="zh"] .hero h1{font-family:"Noto Sans SC","Arial Black",sans-serif;font-weight:900;letter-spacing:.025em;transform:skewX(-3deg)}

.hero h1 .hdot::after{
  animation:heroDotPulse 2.45s cubic-bezier(.4,0,.2,1) infinite;
  transform-origin:center;
  will-change:transform,opacity,box-shadow;
}
.hero h1 .hdot:nth-of-type(2)::after{animation-delay:.34s}
@keyframes heroDotPulse{
  0%, 100%{opacity:1;transform:scale(1);box-shadow:0 0 3px rgba(240,48,64,.9),0 0 13px rgba(240,48,64,.55)}
  45%{opacity:.58;transform:scale(.82);box-shadow:0 0 2px rgba(240,48,64,.65),0 0 7px rgba(240,48,64,.28)}
  58%{opacity:1;transform:scale(1.18);box-shadow:0 0 5px rgba(255,72,88,1),0 0 22px rgba(240,48,64,.78)}
  72%{opacity:.9;transform:scale(.96);box-shadow:0 0 3px rgba(240,48,64,.85),0 0 12px rgba(240,48,64,.45)}
}
@media (prefers-reduced-motion:reduce){.hero h1 .hdot::after{animation:none}}

@media(max-width:600px){
  .hero h1{line-height:1.09;max-width:96vw;letter-spacing:0}
}

  @media (max-width:600px){
    .gal-ship{font-size:12.5px;padding:9px 12px;border-radius:14px;align-items:flex-start}
    .gal-ship::before{margin-top:.34em}
  }
@media(max-width:600px){
  html.light header .header-brand{padding:0 3px}
  html.light header .header-brand>img{width:126px;max-height:49px}
}
@media(max-width:360px){
  html.light header .header-brand>img{width:114px;max-height:44px}
}
html.light header .header-brand{
  padding-left:7px!important;padding-right:7px!important;background:linear-gradient(180deg,rgba(7,9,13,.98),rgba(5,7,11,.96))!important;
  border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;box-shadow:0 5px 18px rgba(13,26,44,.15)!important;
}
@media(max-width:600px){
  header .header-brand{min-width:126px!important;align-items:flex-start!important;padding-left:0!important;padding-right:0!important}
  header .header-brand>img{height:29px!important}
  html.light header .header-brand{padding-left:5px!important;padding-right:5px!important}
}
@media(max-width:360px){
  header .header-brand>img{height:26px!important}
}
body.trexpor-dialog-open{overflow:hidden!important}
.gal-lb[aria-hidden="true"]{display:none!important}
.gal-lb[aria-hidden="false"]{display:flex}
.gal-lb:focus{outline:none}

@media (max-width:699px){
  .hero::before{background-image:url("/hero-poster-mobile-v131.jpg")}
  .docs-head, .docs-head>*{min-width:0}
  .docs-head .kick{width:fit-content;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.42;letter-spacing:.11em}

  

  
}
@media (max-width:380px){
  .docs-head .kick{font-size:9.5px;padding-inline-start:34px;padding-inline-end:10px;letter-spacing:.085em}
}
@media (prefers-reduced-motion: reduce){
  .marq-track{animation:none!important}
}
#lanes .wrap, #lanes .lanes, #lanes .lscroll{min-width:0;max-width:100%}
.table-swipe-hint{display:none}
@media (max-width:700px){
  html, body{max-width:100%;overflow-x:clip}
  #lanes .lanes table{width:max-content;min-width:680px}
  #lanes .lscroll{position:relative;z-index:2;overflow-x:auto;overflow-y:auto;scrollbar-gutter:stable}
  #lanes .lanes.is-scrollable-x .table-swipe-hint{
    display:flex;align-items:center;gap:7px;position:absolute;right:10px;bottom:10px;z-index:5;
    max-width:calc(100% - 20px);padding:7px 10px;border:1px solid rgba(255,255,255,.18);
    border-radius:999px;background:rgba(5,8,13,.9);box-shadow:0 8px 24px rgba(0,0,0,.28);
    color:#fff;font-family:"Sora",sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.025em;
    pointer-events:none;opacity:1;transform:translateY(0);transition:opacity .25s ease,transform .25s ease;
    backdrop-filter:blur(8px)
  }
  #lanes .table-swipe-hint .swipe-icon{font-size:15px;line-height:1;color:var(--red)}
  #lanes .lanes.has-scrolled-x .table-swipe-hint{opacity:0;transform:translateY(5px)}
  html[dir="rtl"] #lanes .lanes.is-scrollable-x .table-swipe-hint{right:auto;left:10px}
  html.light #lanes .lanes.is-scrollable-x .table-swipe-hint{background:rgba(255,255,255,.94);border-color:rgba(13,26,44,.16);color:#0c1424}
}
@media (max-width:380px){
  #lanes .lanes table{min-width:650px}
  html[lang="ka"] #lanes .lanes table{min-width:620px}
  html[lang="ka"] #lanes .lanes th, html[lang="ka"] #lanes .lanes td{padding-inline:13px}
}
@media (prefers-reduced-motion:reduce){
  .marq-track{animation:none!important}
}
.fgrid>*{min-width:0}
footer h4, footer li, footer a{overflow-wrap:anywhere;word-break:normal}
@media (max-width:380px){
  .fgrid{grid-template-columns:1fr;gap:30px}
  footer{padding-top:62px}
  .fbot{margin-top:42px}
}
button.wa-fab{font:inherit;padding:0;border:0;color:inherit;text-align:initial;-webkit-appearance:none;appearance:none}
.mnav[inert]{pointer-events:none}
button.mq-cap{font:inherit;color:inherit;background:transparent;border:0;text-align:initial;-webkit-appearance:none;appearance:none}
button.mq-cap:focus-visible{outline:2px solid var(--teal);outline-offset:2px;background:rgba(255,255,255,.06)}
html.light button.mq-cap:focus-visible{background:rgba(13,26,44,.08)}
.qform-terms input[type="checkbox"]{position:absolute!important;inset-block-start:14px;inset-inline-start:15px;width:21px!important;height:21px!important;margin:0!important;opacity:.001!important;pointer-events:auto!important;z-index:3;cursor:pointer;-webkit-appearance:none;appearance:none}
.qform-terms input[type="checkbox"]:focus-visible+.qform-checkmark{outline:2px solid rgba(255,83,100,.9);outline-offset:3px}
html.light header .header-brand{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
html.light header .header-brand>img{width:190px!important;height:auto!important;max-height:60px!important;background:#08090b!important;padding:0!important}
footer .logo img{height:52px;width:auto;max-width:min(100%,210px);object-fit:contain;border-radius:7px;background:#08090b}
@media(max-width:600px){
  header .header-brand>img, html.light header .header-brand>img{width:142px!important;height:auto!important;max-height:45px!important;border-radius:5px!important}
}
@media(max-width:360px){
  header .header-brand>img, html.light header .header-brand>img{width:130px!important;max-height:42px!important}
}
.marq-vp, .marq-nav{contain:layout style}
.marq-vp.is-dragging .mq-cap{pointer-events:none}
@media (max-width:420px){
  .marq-vp::before, .marq-vp::after{width:36px}
  .mq-cap{gap:7px;padding-inline:8px}
  .mq-dot{margin-inline:10px}
}
html.light .btn-red{box-shadow:0 0 30px rgba(16,130,140,.35)}
html.light .btn-red:hover{background:#12A39C;box-shadow:0 8px 40px rgba(16,130,140,.45)}
html.light .btn-pill:hover{background:#12A39C}
html.light .marq-kick::before,html.light .marq-kick::after{background:linear-gradient(90deg,transparent,rgba(16,130,140,.55),#0E8A84)}
body.subpage .about-intro{grid-template-columns:1fr;gap:18px;align-items:start}
body.subpage .about-intro .lead{max-width:820px}
body.subpage .docs-head{grid-template-columns:1fr;gap:26px;align-items:start}
body.subpage .docs-brief{max-width:720px}
.home-overview-grid{
  position:relative;isolation:isolate;max-width:1320px;margin:0 auto;padding:92px 32px 86px;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px
}
.home-overview-grid::before{
  content:"";position:absolute;z-index:-1;inset:28px 0 24px;pointer-events:none;
  background:radial-gradient(620px 360px at 16% 18%,rgba(240,48,64,.08),transparent 72%),
             radial-gradient(560px 330px at 88% 78%,rgba(57,230,216,.045),transparent 74%)
}
.home-overview-grid>section.blk{padding:0!important;min-width:0}
.home-overview-grid>section.blk>.wrap{height:100%;padding:0}
.home-overview-grid>section.blk .rv{
  position:relative;overflow:hidden;max-width:none!important;min-height:100%;padding:31px 29px 28px;
  display:flex;flex-direction:column;align-items:flex-start;text-align:start;
  border:1px solid var(--bd);border-radius:22px;
  background:linear-gradient(148deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 58%,rgba(255,255,255,.028));
  box-shadow:0 24px 68px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);
  transition:opacity .7s ease,transform .7s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease
}
.home-overview-grid>section.blk .rv::before{
  content:"";position:absolute;inset:0 0 auto 0;height:2px;pointer-events:none;
  background:linear-gradient(90deg,var(--red),rgba(240,48,64,.12) 48%,transparent 82%);
  opacity:.88
}
.home-overview-grid>section.blk:nth-child(2n) .rv::before{
  background:linear-gradient(90deg,var(--teal),rgba(57,230,216,.11) 45%,transparent 82%);opacity:.58
}
.home-overview-grid>section.blk .rv:hover{
  transform:translateY(-4px);border-color:var(--bd-2);
  background:linear-gradient(148deg,rgba(255,255,255,.068),rgba(255,255,255,.024) 60%,rgba(255,255,255,.034));
  box-shadow:0 30px 78px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05)
}
.home-overview-grid .kick{font-size:10px;letter-spacing:.155em}
.home-overview-grid .title{font-size:clamp(24px,1.9vw,34px);line-height:1.12;margin-top:13px}
.home-overview-grid .lead{max-width:none;font-size:14.2px;line-height:1.67;margin-top:14px}
.home-overview-grid .ctas{width:100%;margin-top:auto!important;padding-top:22px;align-items:center}
.home-overview-grid .svc-link{font-size:13px;line-height:1.45}
.home-overview-grid #plabel .btn-red{margin-top:0}
.home-overview-grid ~ #faq.blk{padding:88px 0 96px}
.home-overview-grid ~ #faq .faq{max-width:1120px;margin-top:38px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;align-items:start}
.home-overview-grid ~ #faq .faq details{margin:0}
.home-overview-grid ~ #faq .faq summary{min-height:62px;padding:17px 20px;font-size:14.5px}
.home-overview-grid ~ #faq .faq details p{padding:0 20px 18px;font-size:13.8px;line-height:1.68}
.home-overview-grid ~ #faq + .formsec{padding:94px 0 104px}
.home-overview-grid ~ #faq + .formsec .wrap{gap:64px}
html.light .home-overview-grid>section.blk .rv:hover{
  background:#fff;box-shadow:0 28px 70px rgba(19,31,49,.13)
}

@media(max-width:1120px){
  .home-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px;padding-top:82px;padding-bottom:78px}
  .home-overview-grid .title{font-size:clamp(25px,3vw,34px)}
}
@media(max-width:720px){
  .home-overview-grid{grid-template-columns:1fr;padding:66px 20px 68px;gap:14px}
  .home-overview-grid>section.blk .rv{padding:25px 23px 24px;border-radius:18px}
  .home-overview-grid .title{font-size:clamp(24px,7.4vw,31px)}
  .home-overview-grid .lead{font-size:13.8px;line-height:1.65}
  .home-overview-grid .ctas{padding-top:19px}
  .home-overview-grid ~ #faq.blk{padding:70px 0 76px}
  .home-overview-grid ~ #faq .faq{grid-template-columns:1fr;margin-top:30px;gap:10px}
  .home-overview-grid ~ #faq .faq summary{min-height:0;padding:17px 18px;font-size:14px}
  .home-overview-grid ~ #faq .faq details p{padding:0 18px 17px;font-size:13.4px}
  .home-overview-grid ~ #faq + .formsec{padding:76px 0 82px}
}
@media(prefers-reduced-motion:reduce){
  .home-overview-grid>section.blk .rv:hover{transform:none}
}
.product-groups{position:relative;padding:clamp(58px,7vw,92px) 0;border-bottom:1px solid var(--bd);overflow:hidden}
.product-groups::before{content:"";position:absolute;width:520px;height:520px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(var(--glow-rgb),.09),transparent 68%);pointer-events:none}
.product-groups-head{position:relative;max-width:820px;margin:0 auto 28px;text-align:center}
.product-groups-head .lead{max-width:760px;margin-left:auto;margin-right:auto}
.product-group-card{position:relative;min-height:285px;padding:28px;border:1px solid var(--bd);border-radius:24px;background:linear-gradient(145deg,var(--panel-2),var(--panel));display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;column-gap:20px;overflow:hidden;isolation:isolate;transition:transform .25s,border-color .25s,box-shadow .25s}
.product-group-card:hover{transform:translateY(-5px);border-color:var(--bd-2);box-shadow:0 28px 70px rgba(0,0,0,.24)}
.product-group-index{grid-column:1/-1;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--red);margin-bottom:26px}
.product-group-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:rgba(240,48,64,.1);border:1px solid rgba(240,48,64,.22);color:#ff6673}
.product-group-clean .product-group-icon{background:rgba(57,230,216,.08);border-color:rgba(57,230,216,.2);color:var(--teal)}
.product-group-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.product-group-copy{display:flex;flex-direction:column;gap:9px;align-self:center}
.product-group-copy strong{font-family:"Sora",sans-serif;font-size:clamp(21px,2.3vw,29px);line-height:1.12;letter-spacing:-.025em;color:var(--tx)}
.product-group-copy>span{font-size:14px;line-height:1.7;color:var(--mut);max-width:460px}
.product-group-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:25px;padding-top:18px;border-top:1px solid var(--bd);font-size:12.5px;font-weight:700;color:var(--tx)}
.product-group-action b{font-size:18px;color:var(--red);transition:transform .2s}
.product-group-clean .product-group-action b{color:var(--teal)}
@media(max-width:760px){.product-group-grid{grid-template-columns:1fr}}
@media(max-width:480px){.product-group-card{grid-template-columns:50px 1fr;column-gap:15px}.product-group-icon{width:50px;height:50px;border-radius:15px}.product-group-icon svg{width:29px;height:29px}.product-group-copy>span{font-size:13px;line-height:1.6}}
.pwa-install-fab,.pwa-sheet-backdrop,.pwa-bottom-nav{display:none!important}
html.light :focus-visible{outline-color:#2563EB}
html.light nav.main>a::after,
html.light .nav-trigger::after{
  background:linear-gradient(90deg,#1D4ED8,#3B82F6 52%,#60A5FA);
  box-shadow:0 0 14px rgba(37,99,235,.42);
}
html.light .nav-drop:hover .nav-trigger svg,
html.light .nav-drop.open .nav-trigger svg{color:#2563EB}
.mega-menu{
  gap:10px;
  padding:12px;
  border-radius:22px;
}
.mega-menu a{
  min-height:62px;
  padding:10px 11px;
  border-radius:16px;
}
.about-menu a{min-height:62px;padding:10px 11px;gap:13px}
.about-code{flex-basis:40px;width:40px;height:40px;border-radius:13px}

html.light .mega-menu{
  width:min(370px,calc(100vw - 32px));
  border:1px solid rgba(37,99,235,.17);
  background:
    radial-gradient(340px 180px at 8% -12%,rgba(59,130,246,.16),transparent 70%),
    radial-gradient(260px 180px at 100% 108%,rgba(147,197,253,.12),transparent 72%),
    linear-gradient(155deg,rgba(255,255,255,.995),rgba(244,248,255,.985));
  box-shadow:
    0 34px 90px rgba(15,23,42,.18),
    0 14px 34px rgba(37,99,235,.08),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(255,255,255,.68);
  backdrop-filter:blur(28px) saturate(1.25);
  -webkit-backdrop-filter:blur(28px) saturate(1.25);
}
html.light .mega-menu::before{
  left:24px;right:24px;height:2px;
  background:linear-gradient(90deg,transparent,#60A5FA 30%,#2563EB 56%,transparent);
  opacity:.62;
  box-shadow:0 0 18px rgba(37,99,235,.3);
}
html.light .mega-menu a{
  border:1px solid rgba(30,64,175,.105);
  background:
    linear-gradient(118deg,rgba(255,255,255,.99),rgba(246,249,255,.96) 58%,rgba(237,244,255,.92));
  color:#23314A;
  box-shadow:
    0 8px 22px rgba(30,64,175,.065),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(30,64,175,.035);
}
html.light .mega-menu a::before{
  background:
    radial-gradient(circle at 2% 50%,rgba(37,99,235,.18),transparent 42%),
    linear-gradient(105deg,rgba(37,99,235,.09),rgba(96,165,250,.03) 54%,transparent 76%);
}
html.light .mega-menu a::after{
  border-color:rgba(37,99,235,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(232,240,255,.92));
  color:#3566B8;
  box-shadow:inset 0 1px 0 #fff,0 5px 14px rgba(37,99,235,.08);
  opacity:.72;
}
html.light .mega-menu a:hover,
html.light .mega-menu a:focus-visible{
  border-color:rgba(37,99,235,.34);
  background:
    linear-gradient(118deg,#fff,rgba(239,245,255,.98) 55%,rgba(222,235,255,.94));
  color:#10234A;
  box-shadow:
    0 15px 34px rgba(30,64,175,.13),
    0 0 0 1px rgba(37,99,235,.045),
    inset 0 1px 0 #fff;
  transform:translateY(-2px) translateX(1px);
}
html.light .mega-menu a:hover::after,
html.light .mega-menu a:focus-visible::after{
  color:#fff;
  border-color:rgba(96,165,250,.58);
  background:linear-gradient(145deg,#60A5FA 0%,#2563EB 48%,#1E40AF 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 7px 18px rgba(37,99,235,.26);
}
html.light .about-menu a>span:last-child{
  color:#263653;
  font-weight:750;
  letter-spacing:-.01em;
}
html.light .mega-menu a:hover>span:last-child,
html.light .mega-menu a:focus-visible>span:last-child{color:#10234A}
html.light .about-code{
  color:#1D4ED8;
  border-color:rgba(37,99,235,.24);
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(224,235,255,.92));
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(30,64,175,.08),
    0 7px 17px rgba(37,99,235,.11),
    0 0 0 1px rgba(255,255,255,.65);
}
html.light .mega-menu a:hover .about-code,
html.light .mega-menu a:focus-visible .about-code{
  color:#fff;
  border-color:rgba(147,197,253,.72);
  background:linear-gradient(145deg,#60A5FA 0%,#2563EB 46%,#1E3A8A 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -2px 4px rgba(30,58,138,.22),
    0 0 22px rgba(37,99,235,.24),
    0 9px 20px rgba(30,64,175,.18);
}
html.light .mnav-sub{
  border:1px solid rgba(37,99,235,.12);
  background:
    radial-gradient(280px 130px at 8% 0,rgba(59,130,246,.10),transparent 72%),
    linear-gradient(180deg,rgba(250,252,255,.98),rgba(242,247,255,.95));
  box-shadow:inset 0 1px 0 #fff;
}
html.light .mnav-sub a{
  border-color:rgba(37,99,235,.11);
  background:linear-gradient(125deg,#fff,rgba(239,245,255,.96));
  color:#2B3A55;
  box-shadow:inset 0 1px 0 #fff,0 8px 19px rgba(30,64,175,.065);
}
html.light .mnav-sub a::after{
  border-color:rgba(37,99,235,.13);
  color:#3566B8;
  background:linear-gradient(145deg,#fff,#E8F0FF);
}
html.light .mnav-sub a:hover,
html.light .mnav-sub a:focus-visible{
  border-color:rgba(37,99,235,.30);
  background:linear-gradient(125deg,#fff,#E8F1FF);
  color:#10234A;
  box-shadow:0 12px 27px rgba(30,64,175,.10),inset 0 1px 0 #fff;
}
html.light .mnav-sub a:hover::after,
html.light .mnav-sub a:focus-visible::after{
  color:#fff;border-color:#60A5FA;background:linear-gradient(145deg,#60A5FA,#2563EB);
}
html.light .lang-menu button.active{
  background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(96,165,250,.055));
  border-color:rgba(37,99,235,.34);
  color:#10234A;
  box-shadow:0 10px 26px rgba(37,99,235,.10),inset 3px 0 0 #2563EB;
}
html.light .marq-kick::before,
html.light .marq-kick::after{
  background:linear-gradient(90deg,transparent,rgba(96,165,250,.72),#2563EB);
  box-shadow:0 0 9px rgba(37,99,235,.22);
}
html.light .marq-nav:hover,
html.light .marq-nav:focus-visible{color:#1D4ED8;border-color:rgba(37,99,235,.48);background:#fff}
html.light .docs-sec{
  background:radial-gradient(880px 520px at 88% 4%,rgba(37,99,235,.075),transparent 66%),radial-gradient(700px 450px at 4% 95%,rgba(96,165,250,.055),transparent 68%),#F5F7FB;
}
html.light .eyebrow i{background:#2563EB;box-shadow:0 0 12px rgba(37,99,235,.8)}
html.light .hero h1 .hdot::after{background:#2563EB;box-shadow:0 0 3px rgba(37,99,235,.92),0 0 16px rgba(37,99,235,.72)}
html.light .kick{
  color:#1D4ED8!important;
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  text-shadow:none!important;
}
html.light .mega-kicker,
html.light .mnav-subhead,
html.light .about-card .about-no,
html.light .doc-no,
html.light .doc-native,
html.light .pl-head .tag{
  color:#1D4ED8!important;
}
html.light .about-card .about-no,
html.light .doc-no,
html.light .pl-rank,
html.light .step .n,
html.light .docs-flow-step b{
  color:#1D4ED8!important;
  border-color:rgba(37,99,235,.22)!important;
  background:linear-gradient(145deg,rgba(37,99,235,.095),rgba(255,255,255,.72))!important;
}
html.light .pl-head .tag{border-color:rgba(37,99,235,.24);background:rgba(37,99,235,.065)}
html.light .pl-row:hover .pl-rank,
html.light .pl-row:focus-visible .pl-rank,
html.light .pl-row.target-flash .pl-rank{
  color:#fff!important;border-color:#60A5FA!important;background:linear-gradient(145deg,#60A5FA,#2563EB 52%,#1E40AF)!important;
}
html.light .qform-progress>span{
  background:linear-gradient(90deg,#1E40AF,#2563EB,#60A5FA);
  box-shadow:0 0 14px rgba(37,99,235,.50);
}
html.light .qfield-no{color:#2563EB;background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.21)}
html.light .qform input:focus,
html.light .qform select:focus,
html.light .qform textarea:focus{
  border-color:rgba(37,99,235,.72)!important;
  background:rgba(37,99,235,.025)!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.11),0 12px 30px rgba(30,64,175,.09)!important;
}
html.light .qform #sendBtn{
  background:linear-gradient(135deg,#60A5FA 0%,#2563EB 48%,#1D4ED8 100%)!important;
  box-shadow:0 17px 42px rgba(37,99,235,.28),inset 0 1px 0 rgba(255,255,255,.28)!important;
}
html.light .qform-terms input:checked+.qform-checkmark{
  border-color:rgba(96,165,250,.75);background:linear-gradient(135deg,#3B82F6,#1D4ED8);box-shadow:0 0 16px rgba(37,99,235,.20)
}
html.light .qform-terms a,
html.light .form-consent a,
html.light .form-error a{color:#1D4ED8}

@media(max-width:760px){
  .mega-menu{padding:10px;border-radius:20px}
  .mega-menu a,.about-menu a{min-height:57px;border-radius:14px}
  .about-code{flex-basis:38px;width:38px;height:38px;border-radius:12px}
}
@keyframes trexporMenuBeamSweep{
  0%{transform:translate3d(-135%,0,0) skewX(-18deg);opacity:0}
  10%{opacity:.16}34%{opacity:.94}66%{opacity:.38}
  100%{transform:translate3d(630%,0,0) skewX(-18deg);opacity:0}
}
.mega-menu a,.mnav-sub a{isolation:isolate;overflow:hidden;will-change:transform,box-shadow}
.mega-menu a>span,.mnav-sub a>span{position:relative;z-index:2}
.mega-menu a::after,.mnav-sub a::after{position:relative;z-index:3}
.mega-menu a::before,.mnav-sub a::before{
  content:"";position:absolute;z-index:1;top:-58%;bottom:-58%;left:-35%;width:26%;
  border-radius:50%;pointer-events:none;opacity:0;transform:translate3d(-135%,0,0) skewX(-18deg);
  background:linear-gradient(90deg,transparent 0%,rgba(30,64,175,.02) 10%,rgba(59,130,246,.18) 29%,rgba(96,165,250,.56) 43%,rgba(219,234,254,.98) 51%,rgba(96,165,250,.60) 58%,rgba(37,99,235,.18) 76%,transparent 100%);
  filter:blur(4px);mix-blend-mode:screen;box-shadow:0 0 18px rgba(59,130,246,.32),0 0 44px rgba(37,99,235,.22)
}
.mega-menu a:hover::before,.mega-menu a:focus-visible::before,.mnav-sub a:hover::before,.mnav-sub a:focus-visible::before{animation:trexporMenuBeamSweep 1.55s cubic-bezier(.2,.62,.18,1) .04s infinite}
.mega-menu a{
  background:radial-gradient(120px 84px at 4% 14%,rgba(96,165,250,.075),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.066),rgba(255,255,255,.022) 54%,rgba(37,99,235,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(0,0,0,.18),0 10px 25px rgba(0,0,0,.23)
}
.mega-menu a:hover,.mega-menu a:focus-visible{
  border-color:rgba(96,165,250,.50);
  background:radial-gradient(165px 100px at 7% 27%,rgba(59,130,246,.20),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.10),rgba(37,99,235,.06) 58%,rgba(96,165,250,.04));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),inset 0 0 30px rgba(37,99,235,.085),0 18px 40px rgba(0,0,0,.36),0 0 0 1px rgba(59,130,246,.085),0 0 30px rgba(37,99,235,.14);
  transform:translateY(-3px) scale(1.006)
}
.mega-menu a:hover::after,.mega-menu a:focus-visible::after,.mnav-sub a:hover::after,.mnav-sub a:focus-visible::after{
  color:#fff;border-color:rgba(147,197,253,.70);background:linear-gradient(145deg,#6CAEFF 0%,#2563EB 49%,#1E3A8A 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.40),inset 0 -2px 4px rgba(30,58,138,.26),0 0 22px rgba(59,130,246,.30),0 9px 20px rgba(30,64,175,.24)
}
.mega-menu a:hover .about-code,.mega-menu a:focus-visible .about-code,.mnav-sub a:hover .about-code,.mnav-sub a:focus-visible .about-code{
  color:#fff;border-color:rgba(147,197,253,.74);background:linear-gradient(145deg,#82BCFF 0%,#2563EB 44%,#1E3A8A 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44),inset 0 -2px 5px rgba(30,58,138,.29),0 0 27px rgba(59,130,246,.35),0 11px 23px rgba(30,64,175,.25);
  transform:translateY(-1px) scale(1.06)
}
html.light .mega-menu{
  border-color:rgba(37,99,235,.23);
  background:radial-gradient(390px 225px at 4% -10%,rgba(96,165,250,.21),transparent 70%),radial-gradient(300px 215px at 108% 112%,rgba(191,219,254,.21),transparent 72%),linear-gradient(158deg,rgba(255,255,255,.999),rgba(241,247,255,.994));
  box-shadow:0 40px 105px rgba(15,23,42,.21),0 19px 44px rgba(37,99,235,.12),0 0 0 1px rgba(255,255,255,.92) inset,inset 0 1px 0 #fff
}
html.light .mega-menu a{
  border-color:rgba(30,64,175,.14);
  background:radial-gradient(125px 80px at 4% 12%,rgba(96,165,250,.11),transparent 72%),linear-gradient(122deg,#fff 0%,rgba(246,250,255,.995) 54%,rgba(231,241,255,.97) 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(30,64,175,.055),0 11px 26px rgba(30,64,175,.09),0 0 0 1px rgba(255,255,255,.84)
}
html.light .mega-menu a::before,html.light .mnav-sub a::before{
  mix-blend-mode:normal;filter:blur(3px);
  background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.01) 10%,rgba(59,130,246,.10) 27%,rgba(96,165,250,.32) 42%,rgba(255,255,255,.99) 50%,rgba(147,197,253,.49) 58%,rgba(37,99,235,.12) 75%,transparent 100%);
  box-shadow:0 0 23px rgba(96,165,250,.27),0 0 48px rgba(37,99,235,.14)
}
html.light .mega-menu a:hover,html.light .mega-menu a:focus-visible{
  border-color:rgba(37,99,235,.45);
  background:radial-gradient(175px 102px at 7% 25%,rgba(96,165,250,.21),transparent 72%),linear-gradient(122deg,#fff 0%,rgba(238,246,255,.998) 53%,rgba(216,232,255,.985) 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 0 30px rgba(59,130,246,.07),0 19px 44px rgba(30,64,175,.17),0 0 0 1px rgba(37,99,235,.06),0 0 30px rgba(59,130,246,.11)
}
html.light .about-code{
  background:linear-gradient(145deg,#fff 0%,#EAF2FF 58%,#DCE9FF 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(30,64,175,.095),0 9px 21px rgba(37,99,235,.13),0 0 0 1px rgba(255,255,255,.78)
}
.mnav-sub a::before{width:28%;left:-39%}
.mnav-sub a:hover,.mnav-sub a:focus-visible{
  border-color:rgba(96,165,250,.42);
  background:radial-gradient(145px 92px at 6% 25%,rgba(59,130,246,.17),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.085),rgba(37,99,235,.05));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 0 25px rgba(37,99,235,.07),0 15px 33px rgba(0,0,0,.26),0 0 24px rgba(37,99,235,.11);transform:translateY(-2px)
}
html.light .mnav-sub a:hover,html.light .mnav-sub a:focus-visible{
  border-color:rgba(37,99,235,.38);
  background:radial-gradient(150px 92px at 6% 22%,rgba(96,165,250,.18),transparent 72%),linear-gradient(125deg,#fff,#E6F0FF);
  box-shadow:inset 0 1px 0 #fff,inset 0 0 25px rgba(59,130,246,.06),0 15px 33px rgba(30,64,175,.14),0 0 24px rgba(59,130,246,.09)
}
@media(prefers-reduced-motion:reduce){
  .mega-menu a:hover::before,.mega-menu a:focus-visible::before,.mnav-sub a:hover::before,.mnav-sub a:focus-visible::before{animation:none;opacity:.18;transform:translate3d(250%,0,0) skewX(-18deg)}
  .mega-menu a:hover,.mega-menu a:focus-visible,.mnav-sub a:hover,.mnav-sub a:focus-visible{transform:none}
}
header .header-brand{
  min-width:254px!important;height:100%!important;padding:4px 0 3px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  gap:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;overflow:visible!important;
}
header .header-brand>img{
  width:246px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;
  display:block!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.16)) drop-shadow(0 6px 13px rgba(0,0,0,.58))!important;
}
.header-brand-signature{
  display:flex!important;width:242px!important;margin-top:2px!important;align-items:center!important;justify-content:center!important;
  gap:6px!important;white-space:nowrap!important;pointer-events:none!important;
}
.header-brand-signature .sig-line{
  position:relative!important;flex:0 0 28px!important;width:28px!important;max-width:28px!important;height:8px!important;
  border-radius:0!important;background:none!important;box-shadow:none!important;overflow:visible!important;
}
.header-brand-signature .sig-line::before,
.header-brand-signature .sig-line::after{
  content:""!important;position:absolute!important;left:0!important;right:0!important;width:100%!important;height:2px!important;
  border-radius:99px!important;transform:none!important;opacity:1!important;
}
.header-brand-signature .sig-line::before{
  top:0!important;background:#F03040!important;
  box-shadow:0 0 7px rgba(240,48,64,.48)!important;
}
.header-brand-signature .sig-line::after{
  bottom:0!important;background:#F2F4F7!important;
  box-shadow:0 0 5px rgba(242,244,247,.28)!important;
}
.header-brand-signature .sig-line:last-child{background:none!important}
.header-brand-signature .sig-copy{
  font-family:"Sora",sans-serif!important;font-size:8px!important;line-height:1!important;font-weight:700!important;
  letter-spacing:.13em!important;color:#F3F6FA!important;
  text-shadow:0 1px 3px rgba(0,0,0,.98),0 0 10px rgba(255,255,255,.12)!important;
}
.header-brand-signature .sig-dot{color:#F03040!important;text-shadow:0 0 8px rgba(240,48,64,.82)!important}

html.light header .header-brand{background:transparent!important;border:0!important;box-shadow:none!important}
html.light header .header-brand>img{
  background:transparent!important;
  filter:drop-shadow(0 1px 0 rgba(11,25,47,.72)) drop-shadow(0 2px 2px rgba(11,25,47,.34)) drop-shadow(0 6px 12px rgba(11,25,47,.22))!important;
}
html.light .header-brand-signature .sig-line{background:none!important;box-shadow:none!important}
html.light .header-brand-signature .sig-line::before{
  background:linear-gradient(90deg,#b91325 0%,#ed3344 58%,#ff5d68 100%)!important;
  box-shadow:0 0 4px rgba(240,48,64,.24)!important;box-shadow:0 0 6px rgba(240,48,64,.32)!important;
}
html.light .header-brand-signature .sig-line::after{
  background:linear-gradient(90deg,#8d96a3 0%,#d4d9e0 54%,#f2f4f7 100%)!important;
  box-shadow:0 0 3px rgba(220,225,232,.12)!important;
  box-shadow:0 0 0 1px rgba(24,39,61,.28),0 1px 3px rgba(24,39,61,.20)!important;
}
html.light .header-brand-signature .sig-line:last-child{background:none!important}

footer .logo img{
  width:min(100%,245px)!important;height:auto!important;max-height:68px!important;object-fit:contain!important;
  padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  filter:drop-shadow(0 5px 15px rgba(0,0,0,.56))!important;
}
html.light footer .logo img{
  background:transparent!important;
  filter:drop-shadow(0 1px 0 rgba(11,25,47,.58)) drop-shadow(0 5px 12px rgba(11,25,47,.18))!important;
}

@media(max-width:900px){
  header .header-brand{min-width:184px!important;padding:4px 0 2px!important}
  header .header-brand>img{width:178px!important;max-height:40px!important}
  .header-brand-signature{width:176px!important;gap:4px!important;margin-top:1px!important}
  .header-brand-signature .sig-line{flex-basis:18px!important;width:18px!important;max-width:18px!important}
  .header-brand-signature .sig-copy{font-size:5.65px!important;letter-spacing:.115em!important}
}
@media(max-width:600px){
  header .header-brand{min-width:151px!important;align-items:flex-start!important;padding:3px 0 2px!important}
  header .header-brand>img{width:148px!important;max-height:34px!important}
  .header-brand-signature{width:148px!important;gap:3px!important;margin-top:1px!important}
  .header-brand-signature .sig-line{flex-basis:13px!important;width:13px!important;max-width:13px!important}
  .header-brand-signature .sig-copy{font-size:4.75px!important;letter-spacing:.095em!important}
}
@media(max-width:360px){
  header .header-brand{min-width:136px!important}
  header .header-brand>img{width:133px!important;max-height:31px!important}
  .header-brand-signature{width:133px!important}
  .header-brand-signature .sig-line{flex-basis:10px!important;width:10px!important;max-width:10px!important}
  .header-brand-signature .sig-copy{font-size:4.25px!important;letter-spacing:.085em!important}
}
.header-brand-signature .sig-line,
.header-brand-signature .sig-line:last-child{background:none!important;box-shadow:none!important}
.header-brand-signature .sig-line::before{background:#F03040!important}
.header-brand-signature .sig-line::after{background:#F2F4F7!important}
.qform-advanced{margin:0 25px 22px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.014));overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.qform-advanced summary{list-style:none;display:grid;grid-template-columns:42px minmax(0,1fr) auto 24px;align-items:center;gap:13px;padding:16px 17px;cursor:pointer;user-select:none;background:linear-gradient(110deg,rgba(37,99,235,.06),rgba(240,48,64,.035) 68%,transparent);transition:background .2s,border-color .2s}
.qform-advanced summary::-webkit-details-marker{display:none}.qform-advanced summary::marker{display:none;content:""}
.qform-advanced summary:hover{background:linear-gradient(110deg,rgba(37,99,235,.095),rgba(240,48,64,.055) 68%,transparent)}
.qform-advanced[open] summary{border-bottom:1px solid rgba(255,255,255,.075)}
.qform-advanced-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;border:1px solid rgba(72,132,255,.32);background:linear-gradient(145deg,rgba(37,99,235,.2),rgba(37,99,235,.055));color:#74a7ff;box-shadow:0 10px 28px rgba(37,99,235,.12),inset 0 1px 0 rgba(255,255,255,.08)}
.qform-advanced-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.qform-advanced-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.qform-advanced-copy strong{font-family:"Sora",sans-serif;font-size:13px;color:var(--tx)}.qform-advanced-copy small{color:var(--mut-2);font-size:10.5px;line-height:1.45}
.qform-advanced-badge{padding:6px 8px;border:1px solid rgba(51,211,161,.23);border-radius:999px;background:rgba(51,211,161,.065);color:#4cdfb0;font:700 8px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;white-space:nowrap}
.qform-advanced-chevron{color:var(--mut-2);font-size:20px;line-height:1;transition:transform .24s}.qform-advanced[open] .qform-advanced-chevron{transform:rotate(180deg)}
.qform-advanced-body{padding:18px}.qform-advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.qsample{position:relative;display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.025);color:#aeb8c8;font-size:11px;line-height:1.45;cursor:pointer}.qsample input{position:absolute!important;opacity:.001!important;width:22px!important;height:22px!important;pointer-events:auto!important}.qsample-box{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:7px;border:1px solid rgba(255,255,255,.18);background:rgba(5,7,11,.38);color:transparent;font-weight:800;transition:.18s}.qsample input:checked+.qsample-box{color:#fff;border-color:rgba(72,132,255,.7);background:linear-gradient(135deg,#2f73f1,#174db8);box-shadow:0 0 16px rgba(37,99,235,.2)}.qsample input:focus-visible+.qsample-box{outline:2px solid rgba(72,132,255,.9);outline-offset:3px}
.qfile-section{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}.qfile-heading{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#aeb8c8}.qfile-heading strong{font-size:10.5px;letter-spacing:.085em;text-transform:uppercase}.qfile-heading small{margin-inline-start:auto;color:var(--mut-2);font-size:9px;text-align:end}
.qfile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.qfile-drop{position:relative;min-height:132px;border:1px dashed rgba(104,145,220,.36);border-radius:15px;background:radial-gradient(circle at 50% 0,rgba(37,99,235,.08),transparent 58%),rgba(255,255,255,.018);overflow:hidden;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s}.qfile-drop:hover,.qfile-drop.is-dragover{border-color:rgba(79,139,255,.75);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.15),transparent 62%),rgba(37,99,235,.035);box-shadow:0 12px 32px rgba(0,0,0,.16),inset 0 0 25px rgba(37,99,235,.035);transform:translateY(-1px)}
.qfile-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.qfile-click{display:flex!important;min-height:132px!important;margin:0!important;padding:17px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:7px!important;text-align:center!important;cursor:pointer!important;color:var(--mut)!important}.qfile-click svg{width:25px;height:25px;fill:none;stroke:#69a0ff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(37,99,235,.32))}.qfile-click strong{color:var(--tx);font-family:"Sora",sans-serif;font-size:11.5px}.qfile-click span{color:var(--mut-2);font:500 8.5px/1.4 "IBM Plex Mono",monospace;letter-spacing:.035em}
.qfile-preview{display:none;min-height:132px;padding:14px;align-items:center;gap:12px}.qfile-drop.has-file .qfile-click{display:none!important}.qfile-drop.has-file .qfile-preview{display:flex}.qfile-thumb{width:66px;height:66px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.2)}.qfile-doc{display:grid;place-items:center;width:58px;height:66px;border-radius:12px;border:1px solid rgba(240,48,64,.32);background:linear-gradient(145deg,rgba(240,48,64,.18),rgba(240,48,64,.035));color:#ff7582;font:700 10px/1 "IBM Plex Mono",monospace}.qfile-meta{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.qfile-meta b{overflow:hidden;color:var(--tx);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.qfile-meta small{color:var(--mut-2);font:500 9px/1.3 "IBM Plex Mono",monospace}.qfile-remove{display:grid;place-items:center;flex:0 0 29px;width:29px;height:29px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.04);color:var(--mut);font-size:18px;line-height:1;cursor:pointer}.qfile-remove:hover{border-color:rgba(240,48,64,.5);background:rgba(240,48,64,.09);color:#ff6d7b}.qfile-error,.qfile-total-error{display:none;margin:0;padding:0 12px 10px;color:#ff7180;font-size:9.5px;line-height:1.4}.qfile-drop.has-error{border-color:rgba(240,48,64,.7)}.qfile-drop.has-error .qfile-error,.qfile-total-error.show{display:block}.qfile-total-error{padding:10px 0 0}.qfile-privacy{margin:11px 1px 0;color:var(--mut-2);font-size:9.5px;line-height:1.45}
html.light .qform-advanced{border-color:rgba(13,26,44,.11);background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(241,246,255,.58));box-shadow:0 12px 35px rgba(19,42,82,.055),inset 0 1px 0 #fff}html.light .qform-advanced summary{background:linear-gradient(110deg,rgba(37,99,235,.075),rgba(255,255,255,.68) 70%)}html.light .qform-advanced[open] summary{border-color:rgba(13,26,44,.08)}html.light .qform-advanced-copy strong{color:#0c1830}html.light .qform-advanced-copy small{color:#64728a}html.light .qsample{border-color:rgba(13,26,44,.11);background:rgba(255,255,255,.7);color:#4e5d75}html.light .qsample-box{border-color:rgba(13,26,44,.18);background:#fff}html.light .qfile-section{border-color:rgba(13,26,44,.08)}html.light .qfile-heading{color:#48566e}html.light .qfile-drop{border-color:rgba(37,99,235,.28);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.08),transparent 58%),rgba(255,255,255,.75)}html.light .qfile-drop:hover,html.light .qfile-drop.is-dragover{border-color:rgba(37,99,235,.68);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.14),transparent 62%),#fff}html.light .qfile-click strong,html.light .qfile-meta b{color:#14213a}html.light .qfile-thumb{border-color:rgba(13,26,44,.12);background:#eef3fb}html.light .qfile-remove{border-color:rgba(13,26,44,.12);background:#fff;color:#5b687e}
html[dir="rtl"] .qform-advanced summary{text-align:right}html[dir="rtl"] .qfile-heading small{margin-inline-start:auto;text-align:start}
@media(max-width:700px){.qform-advanced{margin:0 17px 18px;border-radius:16px}.qform-advanced summary{grid-template-columns:38px minmax(0,1fr) 20px;padding:14px;gap:10px}.qform-advanced-icon{width:38px;height:38px;border-radius:11px}.qform-advanced-badge{display:none}.qform-advanced-copy strong{font-size:12px}.qform-advanced-copy small{font-size:9.8px}.qform-advanced-body{padding:15px}.qform-advanced-grid,.qfile-grid{grid-template-columns:1fr}.qfile-heading{align-items:flex-start;flex-wrap:wrap}.qfile-heading small{width:100%;margin:0;text-align:start}.qfile-drop,.qfile-click,.qfile-preview{min-height:116px!important}.qfile-thumb{width:58px;height:58px}}
@media(prefers-reduced-motion:reduce){.qform-advanced-chevron,.qfile-drop{transition:none!important}}
:root{
  --brand-lockup-width:270px;
  --brand-image-width:258px;
  --brand-image-height:51px;
  /* Signature belongs to the TREXPOR wordmark, not the emblem. */
  --brand-signature-width:190px;
  --brand-signature-offset:72px;
  --brand-signature-line:15px;
}
header .wrap{height:82px}
header .header-brand,
html.light header .header-brand{
  position:relative!important;
  flex:0 0 var(--brand-lockup-width)!important;
  inline-size:var(--brand-lockup-width)!important;
  min-inline-size:var(--brand-lockup-width)!important;
  max-inline-size:var(--brand-lockup-width)!important;
  block-size:100%!important;
  min-block-size:0!important;
  padding:4px 0 3px!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  line-height:1!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
  isolation:isolate;
}
header .header-brand::before,
html.light header .header-brand::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:47%;
  width:94%;
  height:70%;
  transform:translate(-50%,-50%);
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(240,48,64,.08) 0,rgba(255,255,255,.035) 36%,transparent 72%);
  filter:blur(9px);
  opacity:.72;
}
html.light header .header-brand::before{
  background:radial-gradient(ellipse at center,rgba(37,99,235,.08) 0,rgba(240,48,64,.055) 38%,transparent 73%);
  opacity:.58;
}
header .header-brand>img,
html.light header .header-brand>img{
  flex:0 0 var(--brand-image-height)!important;
  inline-size:var(--brand-image-width)!important;
  min-inline-size:var(--brand-image-width)!important;
  max-inline-size:var(--brand-image-width)!important;
  block-size:var(--brand-image-height)!important;
  min-block-size:var(--brand-image-height)!important;
  max-block-size:var(--brand-image-height)!important;
  aspect-ratio:1304 / 260!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
}
header .header-brand>img{
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.22)) drop-shadow(0 4px 7px rgba(0,0,0,.56)) drop-shadow(0 0 12px rgba(240,48,64,.075))!important;
}
html.light header .header-brand>img{
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.98)) drop-shadow(0 2px 1px rgba(19,37,64,.38)) drop-shadow(0 6px 10px rgba(19,37,64,.20))!important;
}
.header-brand-signature,
html.light .header-brand-signature{
  flex:0 0 auto!important;
  inline-size:var(--brand-signature-width)!important;
  min-inline-size:var(--brand-signature-width)!important;
  max-inline-size:var(--brand-signature-width)!important;
  block-size:7px!important;
  align-self:flex-start!important;
  margin:-1px 0 0 var(--brand-signature-offset)!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  white-space:nowrap!important;
  pointer-events:none!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
}
.header-brand-signature .sig-line,
html.light .header-brand-signature .sig-line{
  position:relative!important;
  flex:0 0 var(--brand-signature-line)!important;
  inline-size:var(--brand-signature-line)!important;
  min-inline-size:var(--brand-signature-line)!important;
  max-inline-size:var(--brand-signature-line)!important;
  block-size:5px!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.header-brand-signature .sig-line::before,
.header-brand-signature .sig-line::after,
html.light .header-brand-signature .sig-line::before,
html.light .header-brand-signature .sig-line::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:auto!important;
  inline-size:var(--brand-signature-line)!important;
  min-inline-size:var(--brand-signature-line)!important;
  max-inline-size:var(--brand-signature-line)!important;
  block-size:1px!important;
  border-radius:99px!important;
  transform:none!important;
  opacity:.92!important;
}
.header-brand-signature .sig-line::before,
html.light .header-brand-signature .sig-line::before{
  top:0!important;
  background:linear-gradient(90deg,#b71224 0%,#db2638 58%,#f04a58 100%)!important;
  box-shadow:0 0 3px rgba(225,36,54,.18)!important;
}
.header-brand-signature .sig-line::after{
  bottom:0!important;
  background:linear-gradient(90deg,#818a96 0%,#c1c7cf 54%,#e3e6ea 100%)!important;
  box-shadow:0 0 2px rgba(220,225,232,.10)!important;
}
html.light .header-brand-signature .sig-line::after{
  bottom:0!important;
  background:linear-gradient(90deg,#657184 0%,#8d98a8 54%,#b3bbc6 100%)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.55)!important;
}
.header-brand-signature .sig-copy,
html.light .header-brand-signature .sig-copy{
  flex:0 0 auto!important;
  font-family:"Sora",sans-serif!important;
  font-size:6.15px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.155em!important;
  transform:none!important;
  scale:1!important;
}
.header-brand-signature .sig-copy{
  color:#C9CFD8!important;
  text-shadow:0 1px 1px rgba(0,0,0,.82),0 0 3px rgba(255,255,255,.045)!important;
}
html.light .header-brand-signature .sig-copy{
  color:#465267!important;
  text-shadow:0 1px 0 rgba(255,255,255,.86)!important;
}
.header-brand-signature .sig-dot,
html.light .header-brand-signature .sig-dot{
  color:#d92b3a!important;
  text-shadow:0 0 2px rgba(217,43,58,.18)!important;
}

@media(max-width:1200px) and (min-width:901px){
  :root{
    --brand-lockup-width:236px;
    --brand-image-width:226px;
    --brand-image-height:45px;
    --brand-signature-width:166px;
    --brand-signature-offset:63px;
    --brand-signature-line:13px;
  }
  header .wrap{height:78px}
  .header-brand-signature .sig-copy,
  html.light .header-brand-signature .sig-copy{font-size:5.45px!important;letter-spacing:.145em!important}
}
@media(max-width:900px){
  :root{
    --brand-lockup-width:184px;
    --brand-image-width:178px;
    --brand-image-height:40px;
    --brand-signature-width:132px;
    --brand-signature-offset:49px;
    --brand-signature-line:10px;
  }
  header .wrap{height:70px}
  header .header-brand,html.light header .header-brand{align-items:center!important;padding:4px 0 2px!important}
  .header-brand-signature,html.light .header-brand-signature{gap:4px!important;margin-top:-1px!important}
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:4.75px!important;letter-spacing:.13em!important}
}
@media(max-width:600px){
  :root{
    --brand-lockup-width:151px;
    --brand-image-width:148px;
    --brand-image-height:34px;
    --brand-signature-width:110px;
    --brand-signature-offset:40px;
    --brand-signature-line:8px;
  }
  header .wrap{height:66px}
  header .header-brand,html.light header .header-brand{align-items:flex-start!important;padding:3px 0 2px!important}
  .header-brand-signature,html.light .header-brand-signature{gap:3px!important;margin-top:-1px!important}
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:4.05px!important;letter-spacing:.11em!important}
}
@media(max-width:360px){
  :root{
    --brand-lockup-width:136px;
    --brand-image-width:133px;
    --brand-image-height:31px;
    --brand-signature-width:99px;
    --brand-signature-offset:36px;
    --brand-signature-line:7px;
  }
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:3.65px!important;letter-spacing:.095em!important}
}
.product-groups{
  padding:clamp(52px,6vw,78px) 0;
}
.product-groups-head{
  max-width:860px;
  margin-bottom:30px;
}
.product-group-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(7,10,16,.58);
  box-shadow:
    0 32px 90px rgba(0,0,0,.27),
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(255,255,255,.025);
  backdrop-filter:blur(18px) saturate(1.15);
  -webkit-backdrop-filter:blur(18px) saturate(1.15);
}
.product-group-grid::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 0 auto;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  opacity:.7;
}
.product-group-card{
  min-width:0;
  min-height:172px;
  padding:32px 28px 27px;
  border:0;
  border-radius:0;
  background:transparent;
  display:grid;
  grid-template-columns:62px minmax(0,1fr) auto;
  grid-template-rows:1fr;
  align-items:center;
  column-gap:18px;
  isolation:isolate;
  overflow:hidden;
  transition:background .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.2,.8,.2,1);
}
.product-group-card+.product-group-card{
  border-inline-start:1px solid rgba(255,255,255,.10);
}
.product-group-card::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-35% -20%;
  height:auto;
  border-radius:0;
  opacity:0;
  transform:translateX(-28%) skewX(-14deg);
  background:linear-gradient(105deg,transparent 20%,rgba(240,48,64,.02) 34%,rgba(240,48,64,.16) 50%,rgba(240,48,64,.025) 66%,transparent 80%);
  filter:blur(1px);
  transition:opacity .28s ease,transform .72s cubic-bezier(.2,.75,.2,1);
}
.product-group-clean::before{
  background:linear-gradient(105deg,transparent 20%,rgba(57,230,216,.02) 34%,rgba(57,230,216,.14) 50%,rgba(57,230,216,.025) 66%,transparent 80%);
}
.product-group-card::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0 auto 0 0;
  width:2px;
  opacity:.72;
  background:linear-gradient(180deg,transparent 8%,var(--red) 48%,transparent 92%);
  box-shadow:0 0 18px rgba(240,48,64,.34);
  transition:width .25s ease,opacity .25s ease;
}
.product-group-clean::after{
  background:linear-gradient(180deg,transparent 8%,var(--teal) 48%,transparent 92%);
  box-shadow:0 0 18px rgba(57,230,216,.28);
}
.product-group-card:hover{
  transform:none;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 0 42px rgba(255,255,255,.018);
}
.product-group-card:hover::before{
  opacity:1;
  transform:translateX(26%) skewX(-14deg);
}
.product-group-card:hover::after{width:3px;opacity:1}
.product-group-index{
  position:absolute;
  inset:15px auto auto 22px;
  grid-column:auto;
  margin:0;
  font-size:9px;
  letter-spacing:.18em;
  color:rgba(255,255,255,.42);
}
[dir="rtl"] .product-group-index{inset:15px 22px auto auto}
.product-group-icon{
  grid-column:1;
  grid-row:1;
  width:58px;
  height:58px;
  border-radius:17px;
  background:linear-gradient(145deg,rgba(240,48,64,.14),rgba(240,48,64,.055));
  border:1px solid rgba(240,48,64,.27);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(240,48,64,.10);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s,border-color .28s;
}
.product-group-clean .product-group-icon{
  background:linear-gradient(145deg,rgba(57,230,216,.13),rgba(57,230,216,.045));
  border-color:rgba(57,230,216,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(57,230,216,.08);
}
.product-group-card:hover .product-group-icon{
  transform:translateY(-2px) scale(1.035);
  border-color:rgba(240,48,64,.48);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 34px rgba(240,48,64,.17),0 0 22px rgba(240,48,64,.09);
}
.product-group-clean:hover .product-group-icon{
  border-color:rgba(57,230,216,.46);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 34px rgba(57,230,216,.14),0 0 22px rgba(57,230,216,.08);
}
.product-group-icon svg{width:31px;height:31px}
.product-group-copy{
  grid-column:2;
  grid-row:1;
  min-width:0;
  gap:7px;
  align-self:center;
}
.product-group-copy strong{
  font-size:clamp(19px,1.65vw,24px);
  line-height:1.18;
  letter-spacing:-.022em;
}
.product-group-copy>span{
  max-width:430px;
  font-size:12.8px;
  line-height:1.58;
}
.product-group-action{
  grid-column:3;
  grid-row:1;
  min-width:142px;
  margin:0;
  padding:11px 12px 11px 14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  justify-content:space-between;
  gap:11px;
  font-size:10.5px;
  line-height:1.25;
  transition:border-color .22s,background .22s,transform .22s,box-shadow .22s;
}
.product-group-action b{
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(240,48,64,.10);
  font-size:15px;
}
.product-group-clean .product-group-action b{background:rgba(57,230,216,.09)}
.product-group-card:hover .product-group-action{
  transform:translateX(2px);
  border-color:rgba(240,48,64,.30);
  background:rgba(240,48,64,.055);
  box-shadow:0 10px 26px rgba(240,48,64,.07);
}
[dir="rtl"] .product-group-card:hover .product-group-action{transform:translateX(-2px)}
.product-group-clean:hover .product-group-action{
  border-color:rgba(57,230,216,.27);
  background:rgba(57,230,216,.045);
  box-shadow:0 10px 26px rgba(57,230,216,.055);
}
.product-group-card:hover .product-group-action b{transform:translateX(2px)}
[dir="rtl"] .product-group-card:hover .product-group-action b{transform:translateX(-2px)}

html.light .product-group-grid{
  border-color:rgba(23,48,82,.13);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(241,246,253,.78)),
    rgba(255,255,255,.76);
  box-shadow:
    0 28px 74px rgba(31,55,88,.11),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(23,48,82,.035);
}
html.light .product-group-grid::before{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);
}
html.light .product-group-card+.product-group-card{border-inline-start-color:rgba(23,48,82,.11)}
html.light .product-group-card:hover{
  background:rgba(37,99,235,.035);
  box-shadow:inset 0 0 42px rgba(37,99,235,.025);
}
html.light .product-group-index{color:rgba(34,57,91,.48)}
html.light .product-group-icon{
  background:linear-gradient(145deg,rgba(37,99,235,.13),rgba(37,99,235,.045));
  border-color:rgba(37,99,235,.23);
  color:#2563EB;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 28px rgba(37,99,235,.10);
}
html.light .product-group-action{
  border-color:rgba(23,48,82,.12);
  background:rgba(255,255,255,.60);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
html.light .product-group-action b{background:rgba(37,99,235,.09);color:#2563EB}
html.light .product-group-card:hover .product-group-action{
  border-color:rgba(37,99,235,.24);
  background:rgba(37,99,235,.055);
  box-shadow:0 10px 24px rgba(37,99,235,.07),inset 0 1px 0 rgba(255,255,255,.8);
}
html.light .product-group-card::before{
  background:linear-gradient(105deg,transparent 20%,rgba(37,99,235,.01) 34%,rgba(37,99,235,.11) 50%,rgba(37,99,235,.015) 66%,transparent 80%);
}
html.light .product-group-card::after{
  background:linear-gradient(180deg,transparent 8%,#2563EB 48%,transparent 92%);
  box-shadow:0 0 18px rgba(37,99,235,.26);
}

@media(max-width:1120px){
  .product-group-card{grid-template-columns:56px minmax(0,1fr) 44px;padding-inline:23px;column-gap:15px}
  .product-group-icon{width:54px;height:54px;border-radius:16px}
  .product-group-icon svg{width:29px;height:29px}
  .product-group-action{min-width:0;width:44px;height:44px;padding:0;justify-content:center;border-radius:13px}
  .product-group-action>span{display:none}
  .product-group-action b{background:transparent!important;width:auto;height:auto}
}
@media(max-width:760px){
  .product-groups{padding:48px 0}
  .product-groups-head{text-align:start;margin-bottom:24px}
  .product-groups-head .lead{margin-inline:0}
  .product-group-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    margin-inline:-18px;
    padding:3px 18px 15px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    scroll-padding-inline:18px;
    scrollbar-width:none;
  }
  .product-group-grid::-webkit-scrollbar{display:none}
  .product-group-grid::before{display:none}
  .product-group-card{
    flex:0 0 min(88vw,430px);
    min-height:166px;
    padding:31px 21px 23px;
    grid-template-columns:54px minmax(0,1fr) 42px;
    column-gap:14px;
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:20px;
    background:linear-gradient(140deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),rgba(7,10,16,.64);
    box-shadow:0 20px 52px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.055);
    scroll-snap-align:center;
  }
  html.light .product-group-card{
    border-color:rgba(23,48,82,.13)!important;
    background:linear-gradient(140deg,rgba(255,255,255,.96),rgba(240,246,253,.82));
    box-shadow:0 18px 48px rgba(31,55,88,.10),inset 0 1px 0 #fff;
  }
  .product-group-copy strong{font-size:20px}
  .product-group-copy>span{font-size:12.5px;line-height:1.55}
  .product-group-index{inset:13px auto auto 20px}
  [dir="rtl"] .product-group-index{inset:13px 20px auto auto}
}
@media(max-width:440px){
  .product-group-card{flex-basis:84vw;grid-template-columns:48px minmax(0,1fr) 38px;padding-inline:18px;column-gap:12px}
  .product-group-icon{width:48px;height:48px;border-radius:14px}
  .product-group-icon svg{width:26px;height:26px}
  .product-group-action{width:38px;height:38px;border-radius:12px}
  .product-group-copy strong{font-size:18px}
  .product-group-copy>span{font-size:12px}
}
#ctaband .lead{max-width:820px;margin-inline:auto}
#ctaband .title{max-width:980px;margin-inline:auto}
[dir="rtl"] #ctaband .ctas{justify-content:center}
@media(max-width:720px){#ctaband{padding-bottom:64px!important}#ctaband .title{font-size:clamp(28px,9vw,40px)}}
.skip-link{
  position:fixed;left:16px;top:12px;z-index:5000;
  transform:translateY(-180%);
  padding:11px 16px;border-radius:10px;
  background:#0f172a;color:#fff;border:1px solid rgba(59,130,246,.65);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  font:700 14px/1.2 Manrope,Arial,sans-serif;
  transition:transform .18s ease;
}
.skip-link:focus{transform:translateY(0);outline:3px solid rgba(59,130,246,.35);outline-offset:3px}
html[dir="rtl"] .skip-link{left:auto;right:16px}
main#main-content{display:block}
@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}
html.light{
  --red:#1F6FFF;
  --red-2:#1459D9;
  --red-premium:#1F6FFF;
  --red-premium-2:#4388FF;
  --red-premium-dark:#104DB9;
  --glow-rgb:31,111,255;
  --tx:#081426;
  --mut:#3F4F69;
  --mut-2:#66758C;
  --bd:rgba(18,44,82,.14);
  --bd-2:rgba(18,44,82,.25);
}
header .header-brand>img,
html.light header .header-brand>img{
  background:transparent!important;
  border-radius:0!important;
}
html.light header{
  background:linear-gradient(180deg,rgba(248,251,255,.90),rgba(244,248,254,.82));
  border-bottom-color:rgba(25,66,126,.12);
  box-shadow:0 8px 30px rgba(24,49,84,.055);
  backdrop-filter:blur(20px) saturate(1.2);
  -webkit-backdrop-filter:blur(20px) saturate(1.2);
}
html.light header.scrolled{
  background:rgba(250,252,255,.96);
  box-shadow:0 10px 34px rgba(24,49,84,.09);
}
.hero .hchip{
  min-height:102px;
  padding:14px 12px 13px;
  border-radius:18px;
  font-weight:650;
  letter-spacing:-.005em;
  text-shadow:0 2px 13px rgba(0,0,0,.30);
}
.hero .hchip svg{
  width:34px;
  height:34px;
  padding:6px;
  border-radius:11px;
  background:linear-gradient(145deg,rgba(240,48,64,.13),rgba(240,48,64,.035));
  border:1px solid rgba(255,82,98,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 7px 20px rgba(240,48,64,.10);
}
.hero .hchip:hover,
.hero .hchip:focus-visible{
  outline:none;
  transform:translateY(-6px) scale(1.018);
}
.hero .hchip:focus-visible{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.30),0 0 0 2px rgba(255,74,92,.40),0 0 34px rgba(240,48,64,.30);
}

html.light .hero .hchip{
  color:#07192F!important;
  font-weight:720;
  font-size:13px;
  background:
    linear-gradient(145deg,rgba(252,254,255,.58),rgba(213,230,253,.44)),
    rgba(235,244,255,.20);
  border-color:rgba(255,255,255,.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -1px 0 rgba(35,91,176,.12),
    0 16px 38px rgba(9,30,62,.19),
    0 0 0 1px rgba(33,105,230,.055);
  text-shadow:
    0 1px 0 rgba(255,255,255,1),
    0 2px 9px rgba(255,255,255,.58);
  backdrop-filter:blur(21px) saturate(1.38) brightness(1.08);
  -webkit-backdrop-filter:blur(21px) saturate(1.38) brightness(1.08);
}
html.light .hero .hchip::before{
  background:linear-gradient(90deg,transparent,rgba(31,111,255,.04),rgba(31,111,255,.48),rgba(255,255,255,.78),rgba(31,111,255,.13),transparent);
}
html.light .hero .hchip svg{
  color:#1265F3;
  background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(190,216,255,.34));
  border-color:rgba(31,111,255,.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 8px 22px rgba(31,111,255,.15),0 0 16px rgba(31,111,255,.08);
  filter:drop-shadow(0 0 7px rgba(31,111,255,.30));
}
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  color:#0759E8;
  border-color:rgba(31,111,255,.48);
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(172,207,255,.42));
  filter:drop-shadow(0 0 13px rgba(31,111,255,.58));
}
html.light .hero .hchip:focus-visible{
  outline:3px solid rgba(31,111,255,.24);
  outline-offset:4px;
}
html.light .hero .sub{
  color:#F0F5FC;
  font-weight:550;
  text-shadow:0 2px 18px rgba(0,0,0,.82),0 1px 2px rgba(0,0,0,.95);
}
html.light .hero .eyebrow{
  color:#F5F8FC;
  background:rgba(4,10,20,.58);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 8px 24px rgba(0,0,0,.17);
}
html.light .btn-red,
html.light .btn-pill{background:#1F6FFF;color:#fff;box-shadow:0 8px 28px rgba(31,111,255,.28)}
html.light .btn-red:hover,
html.light .btn-pill:hover{background:#145FE8;box-shadow:0 12px 36px rgba(31,111,255,.38)}
html.light .lang-menu button.active{
  background:linear-gradient(135deg,rgba(31,111,255,.14),rgba(31,111,255,.045));
  border-color:rgba(31,111,255,.34);
  box-shadow:0 10px 26px rgba(31,86,170,.09),inset 3px 0 0 #1F6FFF;
}
html[dir="rtl"].light .lang-menu button.active{box-shadow:0 10px 26px rgba(31,86,170,.09),inset -3px 0 0 #1F6FFF}
html.light .lang-menu button.active .tagx{color:#1459D9;border-color:rgba(31,111,255,.20);background:rgba(31,111,255,.09)}
html.light .marq-nav:hover,
html.light .marq-nav:focus-visible{color:#1459D9;border-color:rgba(31,111,255,.48)}
html.light .mq-cap .t{color:#1459D9}
html.light .marq-kick::before,
html.light .marq-kick::after{background:linear-gradient(90deg,transparent,rgba(31,111,255,.48),#1F6FFF)}
html.light .eyebrow i,
html.light .hero h1 .hdot::after{background:#1F6FFF;box-shadow:0 0 3px rgba(31,111,255,.95),0 0 16px rgba(31,111,255,.70)}
html.light ::selection{background:#1F6FFF;color:#fff}
html.light .gal-nav:hover{background:#1F6FFF;color:#fff}
html.light .wa-chip{color:#1459D9;border-color:rgba(31,111,255,.42);background:rgba(31,111,255,.08)}
html.light .lead,
html.light .subtle,
html.light .svc p,
html.light .step p,
html.light .rcard p,
html.light footer p{color:var(--mut)}
html.light input::placeholder,
html.light textarea::placeholder{color:#75839A;opacity:1}
html.light a:focus-visible,
html.light button:focus-visible,
html.light input:focus-visible,
html.light select:focus-visible,
html.light textarea:focus-visible{
  outline-color:rgba(31,111,255,.72);
}

@media(max-width:600px){
  .hero .hchip{min-height:84px;padding:11px 9px;font-size:11.8px}
  .hero .hchip svg{width:30px;height:30px;padding:5px;border-radius:10px}
  html.light .hero .hchip{font-size:11.9px}
}
@media(hover:none){
  .hero .hchip:hover{transform:none}
  .hero .hchip:hover::before{animation:none;opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .hero .hchip:hover::before,.hero .hchip:focus-visible::before{animation:none!important;opacity:.18;left:30%}
}
html.light .why-panel{background:linear-gradient(120deg,rgba(31,111,255,.065),rgba(255,255,255,.52) 48%,rgba(66,135,255,.045))}
html.light .why-item i{background:#1F6FFF;box-shadow:0 0 17px rgba(31,111,255,.26)}
html.light .gal-ship::before{background:#1F6FFF;box-shadow:0 0 12px rgba(31,111,255,.58)}
html.light .svc-explain{background:radial-gradient(700px 340px at 50% 0,rgba(31,111,255,.07),transparent 72%),var(--bg)}
html.light .about-sec{background:radial-gradient(850px 480px at 10% 12%,rgba(31,111,255,.065),transparent 64%),radial-gradient(700px 420px at 92% 88%,rgba(78,143,255,.045),transparent 68%),var(--bg)}
html.light .docs-flow-head{background:rgba(31,111,255,.065)}
html.light .docs-disclaimer{background:rgba(31,111,255,.035)}
html.light .qform-head{background:linear-gradient(135deg,rgba(31,111,255,.065),transparent 58%)}
html.light .docs-sector-callout{background:radial-gradient(300px 130px at 0 50%,rgba(31,111,255,.085),transparent 70%),linear-gradient(145deg,#fff,#f2f6fd)}
html.light .doc-card.doc-featured{background:radial-gradient(220px 160px at 100% 0,rgba(31,111,255,.075),transparent 72%),linear-gradient(155deg,#fff,#f2f6fd)}
.hero .hchip:focus-visible::before{animation:heroChipBeam 2.15s cubic-bezier(.22,.7,.25,1) infinite}
.hero .hchip:focus-visible::after{opacity:1}
:root{--trx-header-h:82px}
@media(max-width:1200px) and (min-width:901px){:root{--trx-header-h:78px}}
@media(max-width:900px){:root{--trx-header-h:70px}}
@media(max-width:600px){:root{--trx-header-h:66px}}
@media(max-width:1200px){
  .mnav{
    top:var(--trx-header-h)!important;
    max-height:calc(100svh - var(--trx-header-h))!important;
    padding-bottom:max(24px,calc(18px + env(safe-area-inset-bottom)))!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  body.mobile-nav-open{overflow:hidden!important}
  body.mobile-nav-open .mnav{touch-action:pan-y}
}
html.light .hero .hchip{
  color:#04162C!important;
  font-weight:760!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.78),rgba(218,233,255,.64)),
    rgba(238,246,255,.40)!important;
  border-color:rgba(255,255,255,.96)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(31,95,192,.16),
    0 16px 38px rgba(5,25,58,.24),
    0 0 0 1px rgba(31,111,255,.09)!important;
  text-shadow:0 1px 0 rgba(255,255,255,1),0 1px 5px rgba(255,255,255,.86)!important;
  backdrop-filter:blur(18px) saturate(1.28) brightness(1.06)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.28) brightness(1.06)!important;
}
html.light .hero .hchip::after{
  background:
    radial-gradient(130% 105% at 50% -28%,rgba(94,154,255,.28),transparent 52%),
    linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.05) 50%,rgba(25,88,184,.055))!important;
  opacity:.92!important;
}
html.light .hero .hchip svg{
  color:#075DEB!important;
  background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(190,217,255,.54))!important;
  border-color:rgba(31,111,255,.38)!important;
  box-shadow:inset 0 1px 0 #fff,0 9px 23px rgba(31,111,255,.18),0 0 18px rgba(31,111,255,.10)!important;
}
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  color:#021228!important;
  border-color:rgba(31,111,255,.82)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(205,226,255,.70))!important;
  box-shadow:inset 0 1px 0 #fff,0 22px 48px rgba(17,63,132,.29),0 0 0 1px rgba(31,111,255,.18),0 0 38px rgba(31,111,255,.30)!important;
}
@media(hover:none){
  .hero a.hchip,.hero button.hchip{-webkit-tap-highlight-color:transparent}
  .hero a.hchip:active,.hero button.hchip:active{
    transform:scale(.975)!important;
    border-color:rgba(255,76,94,.72)!important;
    box-shadow:inset 0 0 28px rgba(240,48,64,.12),0 10px 28px rgba(0,0,0,.30),0 0 24px rgba(240,48,64,.20)!important;
  }
  html.light .hero a.hchip:active,html.light .hero button.hchip:active{
    border-color:rgba(31,111,255,.80)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(198,222,255,.76))!important;
    box-shadow:inset 0 0 28px rgba(31,111,255,.11),0 10px 28px rgba(13,53,112,.22),0 0 28px rgba(31,111,255,.23)!important;
  }
  html.light .hero a.hchip:active::before,html.light .hero button.hchip:active::before{
    animation:none!important;opacity:.48!important;left:48%!important;
  }
}
html.light .product-group-clean .product-group-icon{
  color:#2563EB!important;
  border-color:rgba(37,99,235,.24)!important;
  background:linear-gradient(145deg,rgba(37,99,235,.13),rgba(96,165,250,.045))!important;
  box-shadow:inset 0 1px 0 #fff,0 12px 28px rgba(37,99,235,.10)!important;
}
html.light .product-group-clean .product-group-action b{background:rgba(37,99,235,.09)!important;color:#2563EB!important}
html.light .product-group-clean:hover .product-group-action{
  border-color:rgba(37,99,235,.24)!important;background:rgba(37,99,235,.055)!important;
  box-shadow:0 10px 24px rgba(37,99,235,.07),inset 0 1px 0 rgba(255,255,255,.86)!important;
}
html.light .product-group-clean::before{background:linear-gradient(105deg,transparent 20%,rgba(37,99,235,.01) 34%,rgba(96,165,250,.12) 50%,rgba(37,99,235,.015) 66%,transparent 80%)!important}
html.light .product-group-clean::after{background:linear-gradient(180deg,transparent 8%,#60A5FA 48%,transparent 92%)!important;box-shadow:0 0 18px rgba(37,99,235,.25)!important}
html.light .home-overview-grid::before{
  background:radial-gradient(650px 370px at 14% 15%,rgba(37,99,235,.095),transparent 72%),radial-gradient(600px 350px at 88% 82%,rgba(96,165,250,.075),transparent 74%)!important;
}
html.light .home-overview-grid>section.blk .rv{
  border-color:rgba(30,64,175,.13)!important;
  background:linear-gradient(148deg,rgba(255,255,255,.985),rgba(242,247,255,.94))!important;
  box-shadow:0 23px 58px rgba(23,52,96,.105),inset 0 1px 0 #fff!important;
}
html.light .home-overview-grid>section.blk .rv::before{background:linear-gradient(90deg,#2563EB,#60A5FA)!important;box-shadow:0 0 18px rgba(37,99,235,.23)!important}
html.light .home-overview-grid>section.blk:nth-child(2n) .rv::before{background:linear-gradient(90deg,#1D4ED8,#93C5FD)!important}
html.light .home-overview-grid>section.blk .rv:hover{border-color:rgba(37,99,235,.27)!important;box-shadow:0 30px 74px rgba(23,52,96,.15),0 0 0 1px rgba(37,99,235,.055),inset 0 1px 0 #fff!important}
html.light .home-overview-grid .lead{color:#34455F!important}
html.light .offer{
  color:#18304F!important;
  background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(219,234,254,.55))!important;
  border-color:rgba(37,99,235,.28)!important;
  box-shadow:0 13px 34px rgba(31,73,137,.12),inset 0 1px 0 rgba(255,255,255,.92)!important;
}
html.light .offer .sh{background:linear-gradient(150deg,#FFFFFF,#DCEAFF)!important;border-color:rgba(37,99,235,.38)!important;color:#2563EB!important;box-shadow:0 8px 21px rgba(37,99,235,.13)!important;animation:none!important}
html.light .offer b{color:#1D4ED8!important}
html.light .faq details{
  border-color:rgba(30,64,175,.13)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,248,255,.94))!important;
  box-shadow:0 10px 28px rgba(29,55,95,.065),inset 0 1px 0 #fff!important;
}
html.light .faq details:hover{border-color:rgba(37,99,235,.25)!important;box-shadow:0 15px 36px rgba(29,55,95,.095),inset 0 1px 0 #fff!important}
html.light .faq details[open]{border-color:rgba(37,99,235,.34)!important;background:linear-gradient(145deg,#fff,#EEF5FF)!important;box-shadow:0 18px 40px rgba(29,78,155,.11),inset 3px 0 0 #2563EB!important}
html[dir="rtl"].light .faq details[open]{box-shadow:0 18px 40px rgba(29,78,155,.11),inset -3px 0 0 #2563EB!important}
html.light .faq summary{color:#132641!important}
html.light .faq summary::after{color:#2563EB!important}
html.light .faq details p{color:#42536D!important}
@media(max-width:700px){
  .qform input,.qform select,.qform textarea{
    font-size:16px!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .qform input[type="date"]{appearance:auto;-webkit-appearance:auto}
  .qform-grid>*{min-width:0}
}
@media(max-width:600px){
  .burger,.theme,.lang-trigger{min-width:44px;min-height:44px}
  .wa-fab{right:max(16px,env(safe-area-inset-right));bottom:max(18px,calc(12px + env(safe-area-inset-bottom)))}
  .btt{left:max(16px,env(safe-area-inset-left));right:auto;bottom:max(18px,calc(12px + env(safe-area-inset-bottom)))}
}
@media(max-width:600px){
  .lang-menu{
    top:calc(var(--trx-header-h) + 2px)!important;
    max-height:calc(100dvh - var(--trx-header-h) - 12px)!important;
    padding-bottom:max(9px,env(safe-area-inset-bottom))!important;
  }
  .wa-panel{bottom:max(82px,calc(76px + env(safe-area-inset-bottom)))!important}
}
#lanes.transit-premium{
  position:relative;isolation:isolate;overflow:hidden;
  background:
    radial-gradient(900px 420px at 78% 14%,rgba(240,48,64,.055),transparent 66%),
    radial-gradient(720px 360px at 8% 38%,rgba(50,95,170,.04),transparent 68%);
}
#lanes.transit-premium::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent 26%,rgba(0,0,0,.04));
}
#lanes.transit-premium .wrap{position:relative}
#lanes.transit-premium .rv:first-child{position:relative;z-index:2}
#lanes.transit-premium .title{
  max-width:780px;text-wrap:balance;
  text-shadow:0 14px 50px rgba(0,0,0,.22);
}
#lanes.transit-premium .kick{position:relative}

#lanes.transit-premium .lanes{
  position:relative;margin-top:46px;border-radius:24px;overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(1000px 280px at 50% -25%,rgba(255,255,255,.065),transparent 62%),
    linear-gradient(180deg,rgba(13,18,27,.96),rgba(5,8,13,.97));
  box-shadow:
    0 34px 90px rgba(0,0,0,.42),
    0 10px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 0 0 1px rgba(240,48,64,.025);
  backdrop-filter:blur(18px) saturate(118%);
  -webkit-backdrop-filter:blur(18px) saturate(118%);
}
#lanes.transit-premium .lanes::before{
  content:"";position:absolute;z-index:6;left:28px;right:28px;top:0;height:2px;pointer-events:none;
  background:linear-gradient(90deg,transparent 0%,rgba(240,48,64,.3) 13%,#f03040 36%,rgba(255,255,255,.92) 50%,#f03040 64%,rgba(240,48,64,.3) 87%,transparent 100%);
  box-shadow:0 0 22px rgba(240,48,64,.35);
}
#lanes.transit-premium .lanes::after{
  content:"";position:absolute;left:1px;right:1px;bottom:1px;height:62px;z-index:4;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(5,8,13,.88) 78%,rgba(5,8,13,.98));
  border-radius:0 0 23px 23px;
}
#lanes.transit-premium .lscroll{
  max-height:460px;scrollbar-width:thin;scrollbar-color:rgba(240,48,64,.48) rgba(255,255,255,.035);
}
#lanes.transit-premium .lscroll::-webkit-scrollbar{width:8px;height:8px}
#lanes.transit-premium .lscroll::-webkit-scrollbar-track{background:rgba(255,255,255,.025)}
#lanes.transit-premium .lscroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(240,48,64,.8),rgba(145,35,47,.72));
  border:2px solid rgba(7,10,15,.82);border-radius:99px;
}
#lanes.transit-premium .lanes table{font-size:14px}
#lanes.transit-premium .lanes thead th{
  padding:17px 20px;background:rgba(12,17,25,.96);color:#808b9d;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 1px 0 rgba(240,48,64,.07),0 12px 24px rgba(0,0,0,.08);
  font-size:10px;letter-spacing:.17em;font-weight:600;
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
}
#lanes.transit-premium .lanes tbody tr:not(.rg){
  transition:background-color .22s ease,box-shadow .22s ease;
}
#lanes.transit-premium .lanes td{
  padding:15px 20px;color:#e2e7ef;border-bottom:1px solid rgba(255,255,255,.055);
  transition:color .2s ease,background-color .2s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td:first-child{color:#fff}
#lanes.transit-premium .lanes td.m{
  color:#8f9bad;font-weight:600;
}
#lanes.transit-premium .lanes td.m::before{
  content:"";display:inline-block;width:5px;height:5px;margin:0 9px 2px 0;border-radius:50%;
  background:#5e6a7d;box-shadow:0 0 0 3px rgba(94,106,125,.08);
}
#lanes.transit-premium .lanes td.d{
  color:#ff4d5e;font-weight:700;letter-spacing:.055em;
  text-shadow:0 0 18px rgba(240,48,64,.18);
}
#lanes.transit-premium .lanes tr.rg td{
  padding:11px 20px;color:#ff5362;font-weight:700;
  background:linear-gradient(90deg,rgba(240,48,64,.115),rgba(240,48,64,.045) 58%,rgba(240,48,64,.018));
  border-top:1px solid rgba(240,48,64,.14);border-bottom:1px solid rgba(240,48,64,.12);
  letter-spacing:.2em;
}
#lanes.transit-premium .ln-note{
  margin-top:15px;padding-left:2px;color:#6f7a8d;letter-spacing:.005em;
}
html.light #lanes.transit-premium{
  background:
    radial-gradient(850px 380px at 80% 10%,rgba(35,102,225,.085),transparent 64%),
    radial-gradient(700px 360px at 4% 48%,rgba(35,102,225,.045),transparent 68%),
    linear-gradient(180deg,#f7f9fc 0%,#f4f7fb 100%);
}
html.light #lanes.transit-premium::before{
  background:linear-gradient(180deg,rgba(255,255,255,.46),transparent 28%,rgba(20,52,105,.018));
}
html.light #lanes.transit-premium .title{
  color:#0a1426;text-shadow:0 12px 36px rgba(18,54,112,.08);
}
html.light #lanes.transit-premium .lanes{
  border-color:rgba(31,89,184,.17);
  background:
    radial-gradient(900px 260px at 52% -32%,rgba(255,255,255,1),transparent 64%),
    linear-gradient(180deg,rgba(255,255,255,.90),rgba(248,250,254,.92));
  box-shadow:
    0 32px 80px rgba(28,58,112,.13),
    0 10px 28px rgba(28,58,112,.07),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(255,255,255,.48);
}
html.light #lanes.transit-premium .lanes::after{
  background:linear-gradient(180deg,transparent,rgba(248,250,254,.88) 78%,rgba(248,250,254,.99));
}
html.light #lanes.transit-premium .lscroll{
  scrollbar-color:rgba(40,107,234,.48) rgba(23,54,104,.05);
}
html.light #lanes.transit-premium .lscroll::-webkit-scrollbar-track{background:rgba(23,54,104,.035)}
html.light #lanes.transit-premium .lscroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(40,107,234,.78),rgba(28,77,171,.68));
  border-color:rgba(248,250,254,.9);
}
html.light #lanes.transit-premium .lanes thead th{
  background:rgba(235,241,251,.96);color:#687995;
  border-bottom-color:rgba(28,70,140,.10);
  box-shadow:0 1px 0 rgba(40,107,234,.06),0 12px 22px rgba(31,65,122,.035);
}
html.light #lanes.transit-premium .lanes td{
  color:#22304a;border-bottom-color:rgba(20,54,108,.075);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td:first-child{color:#07152c}
html.light #lanes.transit-premium .lanes td.m{color:#64748c}
html.light #lanes.transit-premium .lanes td.m::before{
  background:#6680a8;box-shadow:0 0 0 3px rgba(40,107,234,.07);
}
html.light #lanes.transit-premium .lanes td.d{
  color:#1762da;text-shadow:0 0 18px rgba(40,107,234,.12);
}
html.light #lanes.transit-premium .lanes tr.rg td{
  color:#1358c7;
  background:linear-gradient(90deg,rgba(40,107,234,.095),rgba(40,107,234,.038) 58%,rgba(40,107,234,.012));
  border-top-color:rgba(40,107,234,.12);border-bottom-color:rgba(40,107,234,.105);
}
html.light #lanes.transit-premium .ln-note{color:#73819a}
html.light #lanes.transit-premium .lanes.is-scrollable-x .table-swipe-hint{
  background:rgba(255,255,255,.94);border-color:rgba(40,107,234,.19);color:#10213e;
  box-shadow:0 12px 30px rgba(31,69,130,.13);
}
html.light #lanes.transit-premium .table-swipe-hint .swipe-icon{color:#286bea}

@media (max-width:900px){
  #lanes.transit-premium .lanes{margin-top:34px;border-radius:20px}
  #lanes.transit-premium .lanes::before{left:18px;right:18px}
  #lanes.transit-premium .lanes thead th{padding:15px 15px}
  #lanes.transit-premium .lanes td{padding:14px 15px}
  #lanes.transit-premium .lanes tr.rg td{padding:10px 15px}
  #lanes.transit-premium .lscroll{max-height:min(58vh,460px)}
}
@media (max-width:600px){
  #lanes.transit-premium .lanes{margin-top:28px;border-radius:18px;box-shadow:0 24px 56px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)}
  html.light #lanes.transit-premium .lanes{box-shadow:0 24px 56px rgba(28,58,112,.11),inset 0 1px 0 rgba(255,255,255,1)}
  #lanes.transit-premium .lanes table{font-size:13px}
  #lanes.transit-premium .lanes thead th{font-size:9.5px;letter-spacing:.13em}
  #lanes.transit-premium .lanes td{padding-block:13px}
  #lanes.transit-premium .ln-note{font-size:11px;line-height:1.6}
}
@media (prefers-reduced-motion:reduce){
  #lanes.transit-premium .lanes tbody tr{transition:none!important}
}
@keyframes trxTransitEdgeFlow{
  0%{background-position:180% 0}
  100%{background-position:-80% 0}
}
@keyframes trxTransitPanelSweep{
  0%{transform:translate3d(-135%,0,0) skewX(-15deg);opacity:0}
  14%{opacity:.72}
  78%{opacity:.42}
  100%{transform:translate3d(155%,0,0) skewX(-15deg);opacity:0}
}
@keyframes trxTransitRowSweep{
  0%{background-position:160% 0}
  100%{background-position:-55% 0}
}
@keyframes trxTransitPulseDark{
  0%,100%{box-shadow:0 0 0 1px rgba(255,77,94,.14),0 0 14px rgba(240,48,64,.18),inset 0 1px 0 rgba(255,255,255,.08)}
  50%{box-shadow:0 0 0 1px rgba(255,77,94,.27),0 0 24px rgba(240,48,64,.32),inset 0 1px 0 rgba(255,255,255,.14)}
}
@keyframes trxTransitPulseLight{
  0%,100%{box-shadow:0 0 0 1px rgba(40,107,234,.12),0 0 13px rgba(40,107,234,.12),inset 0 1px 0 rgba(255,255,255,.96)}
  50%{box-shadow:0 0 0 1px rgba(40,107,234,.25),0 0 22px rgba(40,107,234,.22),inset 0 1px 0 rgba(255,255,255,1)}
}

#lanes.transit-premium .kick::before,
#lanes.transit-premium .kick::after{
  box-shadow:0 0 15px rgba(240,48,64,.42),0 0 28px rgba(240,48,64,.14);
}
#lanes.transit-premium .title{
  position:relative;
  filter:drop-shadow(0 18px 44px rgba(0,0,0,.13));
}
#lanes.transit-premium .lanes{
  isolation:isolate;
  border-color:rgba(255,255,255,.16);
  box-shadow:
    0 38px 110px rgba(0,0,0,.48),
    0 12px 36px rgba(0,0,0,.26),
    0 0 0 1px rgba(240,48,64,.035),
    0 0 52px rgba(240,48,64,.055),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 0 44px rgba(255,255,255,.018);
  transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1);
}
#lanes.transit-premium .lanes:hover,
#lanes.transit-premium .lanes:focus-within{
  border-color:rgba(255,90,104,.30);
  box-shadow:
    0 44px 120px rgba(0,0,0,.52),
    0 14px 42px rgba(0,0,0,.28),
    0 0 0 1px rgba(240,48,64,.075),
    0 0 68px rgba(240,48,64,.11),
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 0 58px rgba(240,48,64,.025);
}
#lanes.transit-premium .lanes::before{
  left:18px;right:18px;height:2px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(240,48,64,.20) 14%,
      #f03040 30%,
      rgba(255,236,239,.98) 46%,
      #ff5264 56%,
      rgba(240,48,64,.26) 72%,
      transparent 100%);
  background-size:230% 100%;
  animation:trxTransitEdgeFlow 4.8s linear infinite;
  box-shadow:0 0 12px rgba(240,48,64,.52),0 0 30px rgba(240,48,64,.22);
}
#lanes.transit-premium .lscroll{
  position:relative;
  isolation:isolate;
}
#lanes.transit-premium .lscroll::before{
  content:"";position:absolute;z-index:7;top:0;bottom:0;left:0;width:34%;
  pointer-events:none;opacity:0;transform:translate3d(-135%,0,0) skewX(-15deg);
  background:linear-gradient(90deg,transparent,rgba(240,48,64,.025) 20%,rgba(255,92,108,.10) 43%,rgba(255,255,255,.10) 50%,rgba(255,75,94,.085) 57%,transparent 84%);
  filter:blur(.15px);
}
#lanes.transit-premium .lanes:hover .lscroll::before,
#lanes.transit-premium .lanes:focus-within .lscroll::before{
  animation:trxTransitPanelSweep 1.35s cubic-bezier(.2,.7,.15,1) 1;
}
#lanes.transit-premium .lscroll::after{
  content:"";position:absolute;z-index:1;inset:0;pointer-events:none;
  background:
    radial-gradient(420px 190px at 8% 2%,rgba(255,255,255,.045),transparent 72%),
    radial-gradient(460px 220px at 92% 96%,rgba(240,48,64,.045),transparent 72%);
  mix-blend-mode:screen;
}
#lanes.transit-premium .lanes thead th{
  position:sticky;top:0;z-index:5;
  background:
    linear-gradient(180deg,rgba(18,24,34,.985),rgba(9,14,21,.965)),
    radial-gradient(500px 80px at 50% 0,rgba(255,255,255,.07),transparent 70%);
  box-shadow:0 1px 0 rgba(240,48,64,.10),0 14px 30px rgba(0,0,0,.11),inset 0 1px 0 rgba(255,255,255,.045);
}
#lanes.transit-premium .lanes tbody tr:not(.rg){
  position:relative;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:
    linear-gradient(102deg,transparent 0 26%,rgba(255,255,255,.035) 41%,rgba(240,48,64,.095) 49%,rgba(255,255,255,.025) 57%,transparent 72%),
    linear-gradient(90deg,rgba(240,48,64,.105),rgba(240,48,64,.025) 48%,transparent 84%);
  background-size:220% 100%,100% 100%;
  animation:trxTransitRowSweep .95s ease-out 1;
  box-shadow:inset 3px 0 0 rgba(255,76,94,.86),inset 18px 0 38px rgba(240,48,64,.035);
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td{
  text-shadow:0 0 18px rgba(255,255,255,.055);
}
#lanes.transit-premium .lanes td.m::before{
  width:6px;height:6px;
  background:#737f91;
  box-shadow:0 0 0 3px rgba(115,127,145,.08),0 0 10px rgba(115,127,145,.08);
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td.m::before{
  background:#ff5363;transform:scale(1.12);
  box-shadow:0 0 0 4px rgba(240,48,64,.10),0 0 18px rgba(240,48,64,.42);
}
#lanes.transit-premium .transit-time-badge{
  display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 12px;
  border:1px solid rgba(255,86,101,.24);border-radius:999px;
  background:linear-gradient(180deg,rgba(240,48,64,.105),rgba(240,48,64,.035));
  color:#ff6674;font:700 11px/1 "IBM Plex Mono",monospace;letter-spacing:.07em;
  text-shadow:0 0 16px rgba(240,48,64,.34);
  box-shadow:0 0 0 1px rgba(240,48,64,.025),inset 0 1px 0 rgba(255,255,255,.07);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover .transit-time-badge{
  transform:translateY(-1px) scale(1.035);color:#fff0f2;border-color:rgba(255,95,110,.55);
  background:linear-gradient(180deg,rgba(255,69,87,.30),rgba(144,19,34,.17));
  animation:trxTransitPulseDark 1.65s ease-in-out infinite;
}
#lanes.transit-premium .lanes tr.rg td{
  position:relative;overflow:hidden;
  text-shadow:0 0 18px rgba(240,48,64,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(0,0,0,.15);
}
#lanes.transit-premium .lanes tr.rg td::before{
  content:"";display:inline-block;width:18px;height:2px;margin:0 10px 3px 0;border-radius:99px;
  background:linear-gradient(90deg,#ff3449,#ff7b87);
  box-shadow:0 0 10px rgba(240,48,64,.55),0 0 20px rgba(240,48,64,.18);
}
#lanes.transit-premium .lanes tr.rg td::after{
  content:"";position:absolute;right:4%;top:50%;width:180px;height:1px;transform:translateY(-50%);
  background:linear-gradient(90deg,transparent,rgba(240,48,64,.23),transparent);
  box-shadow:0 0 12px rgba(240,48,64,.18);
}
html.light #lanes.transit-premium .kick::before,
html.light #lanes.transit-premium .kick::after{
  box-shadow:0 0 14px rgba(40,107,234,.36),0 0 28px rgba(40,107,234,.11);
}
html.light #lanes.transit-premium .lanes{
  border-color:rgba(38,91,182,.20);
  box-shadow:
    0 38px 100px rgba(28,58,112,.15),
    0 12px 32px rgba(31,65,122,.075),
    0 0 0 1px rgba(40,107,234,.035),
    0 0 48px rgba(40,107,234,.045),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 50px rgba(40,107,234,.018);
}
html.light #lanes.transit-premium .lanes:hover,
html.light #lanes.transit-premium .lanes:focus-within{
  border-color:rgba(40,107,234,.35);
  box-shadow:
    0 44px 110px rgba(28,58,112,.18),
    0 14px 38px rgba(31,65,122,.09),
    0 0 0 1px rgba(40,107,234,.075),
    0 0 66px rgba(40,107,234,.095),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 58px rgba(40,107,234,.025);
}
html.light #lanes.transit-premium .lanes::before{
  background:linear-gradient(90deg,transparent 0%,rgba(40,107,234,.17) 14%,#286bea 30%,rgba(219,235,255,.99) 46%,#5b98ff 56%,rgba(40,107,234,.24) 72%,transparent 100%);
  background-size:230% 100%;animation:trxTransitEdgeFlow 4.8s linear infinite;
  box-shadow:0 0 12px rgba(40,107,234,.42),0 0 30px rgba(40,107,234,.17);
}
html.light #lanes.transit-premium .lscroll::before{
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.018) 20%,rgba(40,107,234,.075) 43%,rgba(255,255,255,.75) 50%,rgba(40,107,234,.065) 57%,transparent 84%);
}
html.light #lanes.transit-premium .lscroll::after{
  background:
    radial-gradient(430px 190px at 7% 1%,rgba(255,255,255,.92),transparent 72%),
    radial-gradient(460px 220px at 93% 96%,rgba(40,107,234,.045),transparent 72%);
  mix-blend-mode:multiply;opacity:.55;
}
html.light #lanes.transit-premium .lanes thead th{
  background:linear-gradient(180deg,rgba(243,247,254,.99),rgba(232,239,250,.965));
  box-shadow:0 1px 0 rgba(40,107,234,.10),0 14px 28px rgba(31,65,122,.045),inset 0 1px 0 rgba(255,255,255,1);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:
    linear-gradient(102deg,transparent 0 26%,rgba(255,255,255,.70) 41%,rgba(40,107,234,.10) 49%,rgba(255,255,255,.38) 57%,transparent 72%),
    linear-gradient(90deg,rgba(40,107,234,.105),rgba(40,107,234,.025) 48%,transparent 84%);
  background-size:220% 100%,100% 100%;animation:trxTransitRowSweep .95s ease-out 1;
  box-shadow:inset 3px 0 0 rgba(40,107,234,.90),inset 18px 0 38px rgba(40,107,234,.028);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td{text-shadow:none}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td.m::before{
  background:#286bea;box-shadow:0 0 0 4px rgba(40,107,234,.10),0 0 18px rgba(40,107,234,.34);
}
html.light #lanes.transit-premium .transit-time-badge{
  border-color:rgba(40,107,234,.20);
  background:linear-gradient(180deg,rgba(40,107,234,.085),rgba(40,107,234,.025));
  color:#135dcc;text-shadow:0 0 15px rgba(40,107,234,.13);
  box-shadow:0 0 0 1px rgba(40,107,234,.02),inset 0 1px 0 rgba(255,255,255,.95);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover .transit-time-badge{
  color:#0b4fba;border-color:rgba(40,107,234,.46);
  background:linear-gradient(180deg,rgba(218,233,255,.98),rgba(232,241,255,.93));
  animation:trxTransitPulseLight 1.65s ease-in-out infinite;
}
html.light #lanes.transit-premium .lanes tr.rg td{text-shadow:0 0 15px rgba(40,107,234,.10)}
html.light #lanes.transit-premium .lanes tr.rg td::before{
  background:linear-gradient(90deg,#145ed1,#63a0ff);
  box-shadow:0 0 10px rgba(40,107,234,.38),0 0 20px rgba(40,107,234,.12);
}
html.light #lanes.transit-premium .lanes tr.rg td::after{
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.18),transparent);
  box-shadow:0 0 12px rgba(40,107,234,.12);
}

@media (hover:none){
  #lanes.transit-premium .lanes:active{
    border-color:rgba(255,90,104,.28);box-shadow:0 28px 70px rgba(0,0,0,.34),0 0 44px rgba(240,48,64,.08),inset 0 1px 0 rgba(255,255,255,.10);
  }
  html.light #lanes.transit-premium .lanes:active{
    border-color:rgba(40,107,234,.30);box-shadow:0 28px 70px rgba(28,58,112,.13),0 0 42px rgba(40,107,234,.075),inset 0 1px 0 rgba(255,255,255,1);
  }
}
@media (max-width:600px){
  #lanes.transit-premium .transit-time-badge{min-width:58px;padding:5px 10px;font-size:10px}
  #lanes.transit-premium .lanes tr.rg td::after{width:110px}
}
@media (prefers-reduced-motion:reduce){
  #lanes.transit-premium .lanes::before,
  #lanes.transit-premium .lscroll::before,
  #lanes.transit-premium .lanes tbody tr,
  #lanes.transit-premium .transit-time-badge{animation:none!important;transition:none!important}
}


/* ==============================================================
   TREXPOR v171 · HERO GLASS SYSTEM
   Light and dark use the same glass geometry/transparency.
   Only the interactive accent changes: blue in light, red in dark.
   ============================================================== */
.hero .hchip,
html.light .hero .hchip{
  --hero-glass-accent:240,48,64;
  --hero-glass-accent-solid:#F03040;
  position:relative!important;
  isolation:isolate;
  overflow:hidden;
  color:#F8FAFF!important;
  font-weight:700!important;
  background:
    linear-gradient(145deg,rgba(9,14,23,.32),rgba(12,18,29,.18))!important;
  border:1px solid rgba(255,255,255,.29)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(255,255,255,.035),
    0 17px 38px rgba(0,0,0,.25),
    0 0 0 1px rgba(255,255,255,.025)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.68)!important;
  backdrop-filter:blur(11px) saturate(1.28)!important;
  -webkit-backdrop-filter:blur(11px) saturate(1.28)!important;
}
html.light .hero .hchip{
  --hero-glass-accent:31,111,255;
  --hero-glass-accent-solid:#1F6FFF;
}
.hero .hchip::after,
html.light .hero .hchip::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(120% 90% at 50% -25%,rgba(var(--hero-glass-accent),.17),transparent 55%),
    linear-gradient(180deg,rgba(255,255,255,.10),transparent 44%)!important;
  opacity:.68!important;
  transition:opacity .28s ease;
}
.hero .hchip::before,
html.light .hero .hchip::before{
  content:"";
  position:absolute;
  z-index:1;
  pointer-events:none;
  top:-48%;bottom:-48%;left:-72%;width:42%;
  transform:skewX(-20deg);
  opacity:0;
  filter:blur(4px);
  background:linear-gradient(90deg,
    transparent,
    rgba(var(--hero-glass-accent),.04),
    rgba(var(--hero-glass-accent),.48),
    rgba(255,255,255,.48),
    rgba(var(--hero-glass-accent),.11),
    transparent)!important;
  will-change:left,opacity;
}
.hero .hchip svg,
html.light .hero .hchip svg{
  color:rgb(var(--hero-glass-accent))!important;
  background:linear-gradient(145deg,rgba(var(--hero-glass-accent),.14),rgba(var(--hero-glass-accent),.035))!important;
  border:1px solid rgba(var(--hero-glass-accent),.31)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 8px 22px rgba(var(--hero-glass-accent),.14),
    0 0 14px rgba(var(--hero-glass-accent),.08)!important;
  filter:drop-shadow(0 0 7px rgba(var(--hero-glass-accent),.28))!important;
}
.hero .hchip:hover,
.hero .hchip:focus-visible,
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  color:#FFFFFF!important;
  border-color:rgba(var(--hero-glass-accent),.72)!important;
  background:
    linear-gradient(145deg,rgba(11,17,28,.39),rgba(var(--hero-glass-accent),.10))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 20px 45px rgba(0,0,0,.29),
    0 0 0 1px rgba(var(--hero-glass-accent),.14),
    0 0 34px rgba(var(--hero-glass-accent),.28)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.74)!important;
}
.hero .hchip:hover svg,
.hero .hchip:focus-visible svg,
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  color:rgb(var(--hero-glass-accent))!important;
  border-color:rgba(var(--hero-glass-accent),.52)!important;
  background:linear-gradient(145deg,rgba(var(--hero-glass-accent),.21),rgba(var(--hero-glass-accent),.06))!important;
  filter:drop-shadow(0 0 14px rgba(var(--hero-glass-accent),.66))!important;
}

/* Cargo-insurance glass card: identical visual treatment in both themes. */
.offer,
html.light .offer{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#EAF1F8!important;
  background:
    radial-gradient(120% 130% at 5% 0%,rgba(34,199,126,.105),transparent 52%),
    linear-gradient(135deg,rgba(7,15,19,.43),rgba(8,17,20,.27))!important;
  border:1px solid rgba(34,199,126,.42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 16px 36px rgba(0,0,0,.24),
    0 0 24px rgba(34,199,126,.09)!important;
  backdrop-filter:blur(12px) saturate(1.22)!important;
  -webkit-backdrop-filter:blur(12px) saturate(1.22)!important;
  text-shadow:0 2px 10px rgba(0,0,0,.52)!important;
}
.offer::after,
html.light .offer::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(105deg,transparent 18%,rgba(255,255,255,.045) 45%,transparent 68%);
}
.offer>*{position:relative;z-index:1}
.offer .sh,
html.light .offer .sh{
  background:linear-gradient(160deg,#16294D,#0D1B36)!important;
  border:1px solid #2F5FB8!important;
  color:#7FA8FF!important;
  box-shadow:0 0 0 0 rgba(63,111,214,.45),inset 0 1px 0 rgba(255,255,255,.08)!important;
  animation:shieldPulse 2.8s ease-out infinite!important;
}
.offer b,
html.light .offer b{color:#22C77E!important;text-shadow:0 0 14px rgba(34,199,126,.22)!important}

@media (prefers-reduced-motion:reduce){
  .offer .sh,html.light .offer .sh{animation:none!important}
}


/* ========================================================================
   TREXPOR V174 · Premium micro-details
   Subtle section progress, restrained depth, pointer light, document holo
   verification and shipment metadata polish. Motion is reduced on touch and
   for users who prefer reduced motion.
   ======================================================================== */

:root{
  --trx-micro-blue:40,107,234;
  --trx-micro-red:240,48,64;
  --trx-micro-silver:216,225,238;
}

/* 1 · Discreet page/section progress under the fixed header */
.trx-section-progress{
  position:fixed;
  top:calc(var(--hdr-h,84px) - 1px);
  left:0;
  right:0;
  height:2px;
  z-index:118;
  pointer-events:none;
  opacity:.72;
  background:rgba(255,255,255,.025);
  transform:translateZ(0);
}
.trx-section-progress>.trx-progress-fill{
  position:absolute;
  inset:0 auto 0 0;
  width:100%;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(var(--trx-micro-red),.18),rgba(var(--trx-micro-red),.88),rgba(255,255,255,.82));
  box-shadow:0 0 8px rgba(var(--trx-micro-red),.28);
  will-change:transform;
}
.trx-section-progress>.trx-progress-head{
  position:absolute;
  top:50%;
  left:0;
  width:34px;
  height:2px;
  transform:translate(-100%,-50%);
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.96));
  filter:drop-shadow(0 0 5px rgba(var(--trx-micro-red),.5));
  will-change:left;
}
.trx-progress-tick{
  position:absolute;
  top:50%;
  width:1px;
  height:6px;
  transform:translate(-50%,-50%);
  border-radius:2px;
  background:rgba(255,255,255,.17);
  transition:height .24s ease,background-color .24s ease,box-shadow .24s ease;
}
.trx-progress-tick.is-passed{background:rgba(var(--trx-micro-red),.48)}
.trx-progress-tick.is-current{
  height:9px;
  background:rgba(255,255,255,.9);
  box-shadow:0 0 8px rgba(var(--trx-micro-red),.45);
}
html.light .trx-section-progress{background:rgba(23,48,82,.055)}
html.light .trx-section-progress>.trx-progress-fill{
  background:linear-gradient(90deg,rgba(var(--trx-micro-blue),.18),rgba(var(--trx-micro-blue),.9),rgba(204,226,255,.98));
  box-shadow:0 0 8px rgba(var(--trx-micro-blue),.24);
}
html.light .trx-section-progress>.trx-progress-head{
  background:linear-gradient(90deg,transparent,rgba(70,139,255,.98));
  filter:drop-shadow(0 0 5px rgba(var(--trx-micro-blue),.42));
}
html.light .trx-progress-tick{background:rgba(25,58,105,.15)}
html.light .trx-progress-tick.is-passed{background:rgba(var(--trx-micro-blue),.42)}
html.light .trx-progress-tick.is-current{background:#286bea;box-shadow:0 0 8px rgba(var(--trx-micro-blue),.34)}

/* 2 · Premium numbered elements: no fabricated metrics, only existing IDs */
.trx-count-premium{
  font-variant-numeric:tabular-nums;
  text-rendering:geometricPrecision;
  transition:text-shadow .35s ease,color .35s ease,filter .35s ease;
}
.trx-count-premium.trx-count-done{
  text-shadow:0 0 14px rgba(var(--trx-micro-red),.18);
}
html.light .trx-count-premium.trx-count-done{
  text-shadow:0 0 12px rgba(var(--trx-micro-blue),.14);
}

/* 3 · Restrained 2–3 px physical depth. Existing larger lifts are normalized. */
:where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui){
  transition-property:transform,border-color,box-shadow,background-color,filter;
  transition-duration:.28s;
  transition-timing-function:cubic-bezier(.2,.75,.25,1);
  will-change:transform;
}
@media (hover:hover) and (pointer:fine){
  :where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui):hover{
    transform:translateY(-3px);
  }
}

/* 4 · Pointer-following ambient light. The element is JS-injected and cheap. */
.trx-micro-surface{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.trx-pointer-glow{
  position:absolute;
  left:0;
  top:0;
  width:190px;
  height:190px;
  margin:-95px 0 0 -95px;
  border-radius:50%;
  pointer-events:none;
  z-index:8;
  opacity:0;
  transform:translate3d(var(--trx-mx,50%),var(--trx-my,50%),0);
  background:radial-gradient(circle,rgba(var(--trx-micro-red),.12) 0,rgba(var(--trx-micro-red),.055) 34%,rgba(var(--trx-micro-red),0) 72%);
  mix-blend-mode:screen;
  transition:opacity .24s ease;
  will-change:transform,opacity;
}
.trx-micro-surface:hover>.trx-pointer-glow,
.trx-micro-surface:focus-within>.trx-pointer-glow{opacity:1}
html.light .trx-pointer-glow{
  background:radial-gradient(circle,rgba(255,255,255,.44) 0,rgba(var(--trx-micro-blue),.095) 34%,rgba(var(--trx-micro-blue),0) 72%);
  mix-blend-mode:normal;
}
/* keep glow restrained on small surfaces */
.hchip>.trx-pointer-glow{width:130px;height:130px;margin:-65px 0 0 -65px}

/* 5 · Document center: fine holographic verification line */
.doc-card>.trx-holo-line{
  position:absolute;
  z-index:9;
  left:-42%;
  top:0;
  width:42%;
  height:1px;
  pointer-events:none;
  opacity:.38;
  background:linear-gradient(90deg,transparent,rgba(92,182,255,.55),rgba(255,255,255,.98),rgba(240,48,64,.38),transparent);
  box-shadow:0 0 7px rgba(146,202,255,.16);
  animation:trxHoloVerify 8.5s cubic-bezier(.55,0,.25,1) infinite;
}
.doc-card.doc-featured>.trx-holo-line{
  opacity:.58;
  background:linear-gradient(90deg,transparent,rgba(74,226,202,.58),rgba(255,255,255,.98),rgba(74,148,255,.62),rgba(240,48,64,.28),transparent);
}
.doc-card:hover>.trx-holo-line{opacity:.85;animation-duration:1.55s}
html.light .doc-card>.trx-holo-line{
  opacity:.5;
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.36),rgba(255,255,255,1),rgba(103,164,255,.72),rgba(240,48,64,.22),transparent);
  box-shadow:0 0 8px rgba(40,107,234,.14);
}
@keyframes trxHoloVerify{
  0%,10%{left:-45%;opacity:.08}
  42%{opacity:.58}
  62%{left:103%;opacity:.22}
  100%{left:103%;opacity:.06}
}

/* 6 · Real shipment route labels / verification presentation */
.gal-ship.trx-ship-label{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  padding:7px;
  border-radius:15px;
  background:rgba(10,14,21,.62);
  border:1px solid rgba(255,255,255,.105);
  backdrop-filter:blur(13px) saturate(128%);
  -webkit-backdrop-filter:blur(13px) saturate(128%);
  box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.055);
}
.gal-ship.trx-ship-label::before{display:none}
.trx-ship-mode,.trx-ship-route,.trx-ship-verified,.trx-ship-year{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  border-radius:10px;
  font-family:"IBM Plex Mono",monospace;
  line-height:1.15;
}
.trx-ship-mode{
  padding:0 10px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#ff6a78;
  border:1px solid rgba(var(--trx-micro-red),.24);
  background:rgba(var(--trx-micro-red),.075);
}
.trx-ship-route{
  padding:0 10px;
  color:rgba(239,244,252,.88);
  font-size:10.5px;
  letter-spacing:.015em;
}
.trx-ship-verified{
  width:29px;
  justify-content:center;
  color:#73e0ba;
  border:1px solid rgba(66,216,165,.20);
  background:rgba(66,216,165,.065);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.trx-ship-verified svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
html.light .gal-ship.trx-ship-label{
  background:rgba(248,251,255,.70);
  border-color:rgba(36,72,124,.14);
  box-shadow:0 12px 32px rgba(27,57,105,.09),inset 0 1px 0 rgba(255,255,255,.95);
}
html.light .trx-ship-mode{
  color:#155bc7;
  border-color:rgba(var(--trx-micro-blue),.18);
  background:rgba(var(--trx-micro-blue),.06);
}
html.light .trx-ship-route{color:#34445c}
html.light .trx-ship-verified{color:#17855f;background:rgba(25,156,107,.055);border-color:rgba(25,156,107,.16)}

/* Year is extracted from the existing shipment number, never invented. */
.ui-code{display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.ui-code .ui-lbl{flex-basis:100%}
.trx-ship-year{
  min-height:24px;
  padding:0 8px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  color:#ff6876;
  border:1px solid rgba(var(--trx-micro-red),.22);
  background:rgba(var(--trx-micro-red),.07);
}
html.light .trx-ship-year{color:#155bc7;border-color:rgba(var(--trx-micro-blue),.18);background:rgba(var(--trx-micro-blue),.055)}

/* 7 · Small depth/shimmer on key shipment media, not constant neon */
@media (hover:hover) and (pointer:fine){
  .gal-item{
    transition:transform .28s cubic-bezier(.2,.75,.25,1),box-shadow .28s ease,filter .28s ease;
  }
  .gal-item:hover{
    transform:translateY(-3px);
    box-shadow:0 24px 52px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.06);
    filter:saturate(1.035) contrast(1.015);
  }
  html.light .gal-item:hover{box-shadow:0 22px 50px rgba(28,58,112,.16),0 0 0 1px rgba(40,107,234,.07)}
}

/* Mobile/tablet: keep the same visual language without pointer-tracking cost. */
@media (hover:none),(pointer:coarse){
  .trx-pointer-glow{display:none!important}
  :where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui):active{transform:translateY(-1px)}
  .doc-card>.trx-holo-line{animation-duration:11s;opacity:.3}
}
@media(max-width:700px){
  .trx-section-progress{height:1px;opacity:.66}
  .trx-progress-tick{display:none}
  .gal-ship.trx-ship-label{width:100%;max-width:100%;gap:5px}
  .trx-ship-route{flex:1 1 170px;white-space:normal;line-height:1.35;padding-block:6px}
  .trx-ship-mode{flex:0 0 auto}
}

@media (prefers-reduced-motion:reduce){
  .trx-section-progress>*{transition:none!important}
  .doc-card>.trx-holo-line{animation:none!important;left:29%;opacity:.25}
  .trx-pointer-glow{display:none!important}
  .trx-count-premium{transition:none!important}
}

/* ==========================================================
   V175 · Theme-correct premium About / mega-menu illumination
   Dark = TREXPOR red. Light = cobalt blue.
   ========================================================== */
html:not(.light) .mega-menu a::before,
html:not(.light) .mnav-sub a::before{
  mix-blend-mode:screen;
  filter:blur(4px);
  background:linear-gradient(90deg,
    transparent 0%,
    rgba(128,0,20,.02) 10%,
    rgba(190,15,42,.18) 28%,
    rgba(240,48,64,.58) 43%,
    rgba(255,218,224,.98) 51%,
    rgba(255,92,111,.62) 58%,
    rgba(190,15,42,.20) 76%,
    transparent 100%);
  box-shadow:0 0 18px rgba(240,48,64,.34),0 0 44px rgba(184,13,42,.24);
}
html:not(.light) .mega-menu a{
  background:
    radial-gradient(120px 84px at 4% 14%,rgba(240,48,64,.075),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.066),rgba(255,255,255,.022) 54%,rgba(240,48,64,.02));
}
html:not(.light) .mega-menu a:hover,
html:not(.light) .mega-menu a:focus-visible{
  border-color:rgba(255,92,111,.50);
  background:
    radial-gradient(165px 100px at 7% 27%,rgba(240,48,64,.20),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.10),rgba(240,48,64,.06) 58%,rgba(255,92,111,.035));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 0 30px rgba(240,48,64,.085),
    0 18px 40px rgba(0,0,0,.36),
    0 0 0 1px rgba(240,48,64,.085),
    0 0 30px rgba(184,13,42,.16);
}
html:not(.light) .mega-menu a:hover::after,
html:not(.light) .mega-menu a:focus-visible::after,
html:not(.light) .mnav-sub a:hover::after,
html:not(.light) .mnav-sub a:focus-visible::after{
  color:#fff;
  border-color:rgba(255,132,147,.70);
  background:linear-gradient(145deg,#FF667A 0%,#DC2845 49%,#710011 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -2px 4px rgba(88,0,13,.30),
    0 0 22px rgba(240,48,64,.32),
    0 9px 20px rgba(95,0,16,.26);
}
html:not(.light) .mega-menu a:hover .about-code,
html:not(.light) .mega-menu a:focus-visible .about-code,
html:not(.light) .mnav-sub a:hover .about-code,
html:not(.light) .mnav-sub a:focus-visible .about-code{
  color:#fff;
  border-color:rgba(255,132,147,.74);
  background:linear-gradient(145deg,#FF7B8C 0%,#DC2845 44%,#710011 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.40),
    inset 0 -2px 5px rgba(88,0,13,.32),
    0 0 27px rgba(240,48,64,.37),
    0 11px 23px rgba(95,0,16,.27);
}
html:not(.light) .mnav-sub a:hover,
html:not(.light) .mnav-sub a:focus-visible{
  border-color:rgba(255,92,111,.42);
  background:
    radial-gradient(145px 92px at 6% 25%,rgba(240,48,64,.17),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.085),rgba(240,48,64,.05));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 0 25px rgba(240,48,64,.07),
    0 15px 33px rgba(0,0,0,.26),
    0 0 24px rgba(184,13,42,.13);
}

/* ==============================================================
   TREXPOR v176 · COMPACT PREMIUM HERO BENEFITS
   Restores the tighter proportions while upgrading the icon badges.
   ============================================================== */
.hero .hchips{
  gap:11px!important;
}
.hero .hchip,
html.light .hero .hchip{
  min-height:86px!important;
  padding:10px 9px 9px!important;
  gap:6px!important;
  border-radius:15px!important;
  font-size:11.8px!important;
  line-height:1.26!important;
  letter-spacing:-.008em!important;
  transform-origin:50% 70%;
}
.hero .hchip svg,
html.light .hero .hchip svg{
  width:30px!important;
  height:30px!important;
  padding:5px!important;
  border-radius:9px!important;
  flex:0 0 30px!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  background:
    radial-gradient(circle at 32% 18%,rgba(255,255,255,.20),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(var(--hero-glass-accent),.14) 57%,rgba(0,0,0,.06))!important;
  border:1px solid rgba(var(--hero-glass-accent),.34)!important;
  outline:1px solid rgba(255,255,255,.045);
  outline-offset:-2px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 6px 15px rgba(0,0,0,.20),
    0 0 13px rgba(var(--hero-glass-accent),.11)!important;
  filter:drop-shadow(0 0 6px rgba(var(--hero-glass-accent),.30))!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1),filter .25s,border-color .25s,box-shadow .25s,background .25s!important;
}
html.light .hero .hchip svg{
  background:
    radial-gradient(circle at 32% 18%,rgba(255,255,255,.98),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.90),rgba(199,220,255,.58) 58%,rgba(126,170,239,.20))!important;
  border-color:rgba(var(--hero-glass-accent),.32)!important;
  outline-color:rgba(255,255,255,.62);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(28,83,173,.14),
    0 6px 15px rgba(20,61,126,.15),
    0 0 13px rgba(var(--hero-glass-accent),.10)!important;
}
.hero .hchip:hover,
.hero .hchip:focus-visible,
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  transform:translateY(-3px) scale(1.008)!important;
}
.hero .hchip:hover svg,
.hero .hchip:focus-visible svg,
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  transform:translateY(-1px) scale(1.075)!important;
  border-color:rgba(var(--hero-glass-accent),.60)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -1px 0 rgba(0,0,0,.13),
    0 8px 19px rgba(0,0,0,.20),
    0 0 20px rgba(var(--hero-glass-accent),.30)!important;
  filter:drop-shadow(0 0 10px rgba(var(--hero-glass-accent),.56))!important;
}
/* Keep the pointer-follow light proportionate to the smaller cards. */
.hchip>.trx-pointer-glow{
  width:106px!important;
  height:106px!important;
  margin:-53px 0 0 -53px!important;
}
@media (max-width:1100px){
  .hero .hchip,
  html.light .hero .hchip{min-height:84px!important;padding:9px 8px 8px!important}
}
@media (max-width:600px){
  .hero .hchips{gap:9px!important}
  .hero .hchip,
  html.light .hero .hchip{
    min-height:72px!important;
    padding:8px 7px!important;
    gap:5px!important;
    border-radius:13px!important;
    font-size:11.2px!important;
    line-height:1.22!important;
  }
  .hero .hchip svg,
  html.light .hero .hchip svg{
    width:27px!important;
    height:27px!important;
    padding:4px!important;
    border-radius:8px!important;
    flex-basis:27px!important;
  }
}
@media (hover:none){
  .hero .hchip:hover,
  html.light .hero .hchip:hover{transform:none!important}
}

/* ==============================================================
   TREXPOR v177 · PRECISION METAL ICON BADGES
   Richer symbol geometry + layered chrome/glass bezel.
   ============================================================== */
.hero .hchip .hchip-icon,
html.light .hero .hchip .hchip-icon{
  position:relative;
  z-index:3;
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  overflow:hidden;
  isolation:isolate;
  color:rgb(var(--hero-glass-accent));
  background:
    radial-gradient(circle at 28% 16%,rgba(255,255,255,.34),transparent 29%),
    linear-gradient(145deg,rgba(255,255,255,.105),rgba(var(--hero-glass-accent),.14) 52%,rgba(2,5,10,.17));
  border:1px solid rgba(var(--hero-glass-accent),.46);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -1px 0 rgba(0,0,0,.27),
    inset 0 0 0 1px rgba(255,255,255,.045),
    0 7px 16px rgba(0,0,0,.24),
    0 0 16px rgba(var(--hero-glass-accent),.15);
  transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .28s,box-shadow .28s,background .28s;
}
.hero .hchip .hchip-icon::before,
html.light .hero .hchip .hchip-icon::before{
  content:"";
  position:absolute;
  inset:2px;
  z-index:-1;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.105);
  box-shadow:inset 0 0 11px rgba(var(--hero-glass-accent),.08);
  pointer-events:none;
}
.hero .hchip .hchip-icon::after,
html.light .hero .hchip .hchip-icon::after{
  content:"";
  position:absolute;
  z-index:1;
  top:-24%;
  left:-62%;
  width:34%;
  height:150%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(255,255,255,.68),rgba(var(--hero-glass-accent),.22),transparent);
  opacity:.45;
  pointer-events:none;
  transition:left .62s cubic-bezier(.22,1,.36,1),opacity .28s;
}
.hero .hchip .hchip-icon svg,
html.light .hero .hchip .hchip-icon svg{
  position:relative;
  z-index:2;
  width:19px!important;
  height:19px!important;
  flex:0 0 19px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:inherit!important;
  stroke:currentColor!important;
  stroke-width:1.48!important;
  vector-effect:non-scaling-stroke;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.08)) drop-shadow(0 0 4px rgba(var(--hero-glass-accent),.30))!important;
  transition:transform .32s cubic-bezier(.22,1,.36,1),filter .28s!important;
}
.hero .hchip .hchip-icon .ico-soft,
html.light .hero .hchip .hchip-icon .ico-soft{
  fill:currentColor;
  fill-opacity:.055;
  stroke:currentColor;
  stroke-opacity:.55;
}
.hero .hchip .hchip-icon .ico-dot,
html.light .hero .hchip .hchip-icon .ico-dot{
  fill:currentColor;
  stroke:none;
}
html.light .hero .hchip .hchip-icon{
  background:
    radial-gradient(circle at 27% 14%,rgba(255,255,255,1),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.88),rgba(206,224,255,.50) 52%,rgba(101,153,238,.17));
  border-color:rgba(var(--hero-glass-accent),.42);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(21,72,153,.16),
    inset 0 0 0 1px rgba(255,255,255,.55),
    0 7px 16px rgba(18,60,128,.16),
    0 0 16px rgba(var(--hero-glass-accent),.12);
}
html.light .hero .hchip .hchip-icon::before{
  border-color:rgba(255,255,255,.76);
  box-shadow:inset 0 0 11px rgba(var(--hero-glass-accent),.08);
}
.hero .hchip:hover .hchip-icon,
.hero .hchip:focus-visible .hchip-icon,
html.light .hero .hchip:hover .hchip-icon,
html.light .hero .hchip:focus-visible .hchip-icon{
  transform:translateY(-1px) scale(1.055);
  border-color:rgba(var(--hero-glass-accent),.74);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -1px 0 rgba(0,0,0,.17),
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 8px 18px rgba(0,0,0,.24),
    0 0 24px rgba(var(--hero-glass-accent),.34);
}
.hero .hchip:hover .hchip-icon::after,
.hero .hchip:focus-visible .hchip-icon::after,
html.light .hero .hchip:hover .hchip-icon::after,
html.light .hero .hchip:focus-visible .hchip-icon::after{
  left:132%;
  opacity:.75;
}
.hero .hchip:hover .hchip-icon svg,
.hero .hchip:focus-visible .hchip-icon svg,
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{
  transform:scale(1.035);
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.12)) drop-shadow(0 0 7px rgba(var(--hero-glass-accent),.58))!important;
}
@media (max-width:600px){
  .hero .hchip .hchip-icon,
  html.light .hero .hchip .hchip-icon{width:29px;height:29px;flex-basis:29px;border-radius:9px}
  .hero .hchip .hchip-icon::before,
  html.light .hero .hchip .hchip-icon::before{border-radius:7px}
  .hero .hchip .hchip-icon svg,
  html.light .hero .hchip .hchip-icon svg{width:17px!important;height:17px!important;flex-basis:17px!important}
}
@media (hover:none){
  .hero .hchip .hchip-icon::after,
  html.light .hero .hchip .hchip-icon::after{display:none}
  .hero .hchip:hover .hchip-icon,
  html.light .hero .hchip:hover .hchip-icon{transform:none}
}
@media (prefers-reduced-motion:reduce){
  .hero .hchip .hchip-icon,
  .hero .hchip .hchip-icon::after,
  .hero .hchip .hchip-icon svg{transition:none!important}
}

/* ==============================================================
   TREXPOR v177B · AUTOMOTIVE PRECISION ICON SYSTEM
   Satin graphite + machined chrome + restrained theme accent.
   ============================================================== */
.hero .hchip .hchip-icon,
html.light .hero .hchip .hchip-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  isolation:isolate;
  color:#E9EDF2!important;
  border:0!important;
  outline:0!important;
  background:
    linear-gradient(145deg,
      rgba(255,255,255,.98) 0%,
      rgba(181,188,197,.96) 18%,
      rgba(72,79,88,.98) 38%,
      rgba(18,22,28,.99) 52%,
      rgba(111,120,130,.96) 71%,
      rgba(237,241,245,.97) 88%,
      rgba(75,82,91,.98) 100%)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.42),
    0 8px 17px rgba(0,0,0,.28),
    0 0 0 1px rgba(0,0,0,.44),
    0 0 13px rgba(var(--hero-glass-accent),.10)!important;
  transition:transform .30s cubic-bezier(.22,1,.36,1),box-shadow .28s,filter .28s!important;
}
.hero .hchip .hchip-icon::before,
html.light .hero .hchip .hchip-icon::before{
  content:""!important;
  position:absolute!important;
  inset:2px!important;
  z-index:0!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:
    radial-gradient(circle at 34% 24%,rgba(255,255,255,.095),transparent 29%),
    linear-gradient(150deg,#171C23 0%,#0A0D12 55%,#20262E 100%)!important;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.10),
    inset 0 -1px 1px rgba(0,0,0,.75),
    inset 0 0 0 1px rgba(var(--hero-glass-accent),.10)!important;
}
.hero .hchip .hchip-icon::after,
html.light .hero .hchip .hchip-icon::after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  top:-12%!important;
  left:-62%!important;
  width:28%!important;
  height:124%!important;
  border-radius:50%!important;
  transform:skewX(-18deg)!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(255,255,255,.78),rgba(255,255,255,.06),transparent)!important;
  opacity:.28!important;
  transition:left .72s cubic-bezier(.2,.78,.22,1),opacity .28s!important;
  pointer-events:none!important;
}
.hero .hchip .hchip-icon svg,
html.light .hero .hchip .hchip-icon svg{
  position:relative!important;
  z-index:2!important;
  width:17px!important;
  height:17px!important;
  flex:0 0 17px!important;
  padding:0!important;
  color:#E7EBEF!important;
  stroke:currentColor!important;
  stroke-width:1.35!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.14))
    drop-shadow(0 0 2px rgba(255,255,255,.16))!important;
  transition:transform .30s cubic-bezier(.22,1,.36,1),filter .28s,color .28s!important;
}
.hero .hchip .hchip-icon .ico-soft,
html.light .hero .hchip .hchip-icon .ico-soft{
  fill:rgba(var(--hero-glass-accent),.08)!important;
  stroke:currentColor!important;
  stroke-opacity:.55!important;
}
.hero .hchip .hchip-icon .ico-dot,
html.light .hero .hchip .hchip-icon .ico-dot{
  fill:rgb(var(--hero-glass-accent))!important;
  stroke:none!important;
  filter:drop-shadow(0 0 3px rgba(var(--hero-glass-accent),.65));
}
.hero .hchip:hover .hchip-icon,
.hero .hchip:focus-visible .hchip-icon,
html.light .hero .hchip:hover .hchip-icon,
html.light .hero .hchip:focus-visible .hchip-icon{
  transform:translateY(-1px) scale(1.045)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.55),
    0 10px 22px rgba(0,0,0,.30),
    0 0 0 1px rgba(var(--hero-glass-accent),.38),
    0 0 17px rgba(var(--hero-glass-accent),.22)!important;
}
.hero .hchip:hover .hchip-icon::after,
.hero .hchip:focus-visible .hchip-icon::after,
html.light .hero .hchip:hover .hchip-icon::after,
html.light .hero .hchip:focus-visible .hchip-icon::after{
  left:134%!important;
  opacity:.66!important;
}
.hero .hchip:hover .hchip-icon svg,
.hero .hchip:focus-visible .hchip-icon svg,
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{
  transform:scale(1.045)!important;
  color:#FFFFFF!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.20))
    drop-shadow(0 0 5px rgba(var(--hero-glass-accent),.28))!important;
}

/* Light mode uses the same machined geometry, with a brighter inner dial. */
html.light .hero .hchip .hchip-icon{
  color:#263445!important;
  background:
    linear-gradient(145deg,
      #FFFFFF 0%,
      #DCE2E9 19%,
      #7D8793 39%,
      #EEF2F6 54%,
      #A7B0BA 72%,
      #FFFFFF 89%,
      #8F99A5 100%)!important;
  box-shadow:
    0 1px 0 #fff,
    0 7px 15px rgba(26,42,65,.18),
    0 0 0 1px rgba(55,67,83,.20),
    0 0 12px rgba(var(--hero-glass-accent),.08)!important;
}
html.light .hero .hchip .hchip-icon::before{
  border-color:rgba(255,255,255,.88)!important;
  background:
    radial-gradient(circle at 34% 23%,rgba(255,255,255,1),transparent 30%),
    linear-gradient(150deg,#F8FAFC 0%,#E4E9EF 56%,#F5F7FA 100%)!important;
  box-shadow:
    inset 0 1px 1px #fff,
    inset 0 -1px 1px rgba(70,84,103,.20),
    inset 0 0 0 1px rgba(var(--hero-glass-accent),.10)!important;
}
html.light .hero .hchip .hchip-icon svg{color:#27374A!important}
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{color:#102238!important}

/* A precision tick at the bottom of every dial gives a cockpit-instrument feel. */
.hero .hchip .hchip-icon + span{
  position:relative;
}
.hero .hchip .hchip-icon + span::before{
  content:"";
  position:absolute;
  top:-5px;
  left:50%;
  width:14px;
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(var(--hero-glass-accent),.72),transparent);
  opacity:.42;
  transition:width .28s,opacity .28s;
}
.hero .hchip:hover .hchip-icon + span::before,
.hero .hchip:focus-visible .hchip-icon + span::before{
  width:22px;
  opacity:.85;
}

@media (max-width:600px){
  .hero .hchip .hchip-icon,
  html.light .hero .hchip .hchip-icon{width:28px!important;height:28px!important;flex-basis:28px!important}
  .hero .hchip .hchip-icon svg,
  html.light .hero .hchip .hchip-icon svg{width:15px!important;height:15px!important;flex-basis:15px!important}
}
@media (hover:none){
  .hero .hchip .hchip-icon::after,
  html.light .hero .hchip .hchip-icon::after{display:none!important}
}
@media (prefers-reduced-motion:reduce){
  .hero .hchip .hchip-icon,
  .hero .hchip .hchip-icon::after,
  .hero .hchip .hchip-icon svg,
  .hero .hchip .hchip-icon + span::before{transition:none!important}
}

/* =====================================================================
   TREXPOR v178 · AUTOMOTIVE EXECUTIVE DESIGN SYSTEM
   Premium cockpit-inspired visual language. Existing TREXPOR logo and
   hero video remain untouched. Dark = graphite/chrome/red, Light =
   pearl/chrome/cobalt. Geometry is shared between both themes.
   ===================================================================== */
:root{
  --auto-accent:#e12b3e;
  --auto-accent-rgb:225,43,62;
  --auto-silver:#d8dce1;
  --auto-silver-2:#8e98a5;
  --auto-graphite:#111419;
  --auto-graphite-2:#080a0d;
  --auto-line:rgba(232,236,242,.16);
  --auto-line-strong:rgba(232,236,242,.27);
  --auto-glass:rgba(13,16,21,.66);
  --auto-glass-2:rgba(7,9,12,.83);
  --auto-shadow:0 26px 70px rgba(0,0,0,.34);
  --auto-radius:20px;
}
html.light{
  --auto-accent:#2867d8;
  --auto-accent-rgb:40,103,216;
  --auto-silver:#29384c;
  --auto-silver-2:#738096;
  --auto-graphite:#f8f9fb;
  --auto-graphite-2:#eef1f5;
  --auto-line:rgba(19,35,58,.12);
  --auto-line-strong:rgba(19,35,58,.22);
  --auto-glass:rgba(255,255,255,.68);
  --auto-glass-2:rgba(246,248,251,.86);
  --auto-shadow:0 22px 58px rgba(31,52,83,.14);
}

/* ---- base / typography ---- */
body{
  background:
    radial-gradient(1000px 520px at 10% -8%,rgba(var(--auto-accent-rgb),.055),transparent 64%),
    linear-gradient(180deg,var(--bg),var(--bg-2) 45%,var(--bg));
}
body::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.009) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(180deg,#000,transparent 78%);
}
html.light body::before{opacity:.18;background-image:linear-gradient(rgba(21,39,65,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(21,39,65,.018) 1px,transparent 1px)}
h1,h2,h3,.title,.gal-title{font-weight:650;letter-spacing:-.035em}
.kick,.marq-kick,.docs-flow-head span,.stat .tg,.about-card .about-no,.doc-no,.doc-type{
  letter-spacing:.19em!important;font-weight:650!important;
}
.kick::before,.kick::after,.marq-kick::before,.marq-kick::after{
  height:1px!important;box-shadow:none!important;background:linear-gradient(90deg,transparent,rgba(var(--auto-accent-rgb),.9),transparent)!important;
}

/* ---- premium header / navigation ---- */
#hdr{
  background:linear-gradient(180deg,rgba(5,6,8,.94),rgba(8,10,13,.84))!important;
  border-bottom:1px solid rgba(225,230,237,.12)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.14),inset 0 -1px 0 rgba(255,255,255,.018);
  backdrop-filter:blur(24px) saturate(1.18)!important;-webkit-backdrop-filter:blur(24px) saturate(1.18)!important;
}
html.light #hdr{
  background:linear-gradient(180deg,rgba(252,253,254,.92),rgba(240,243,247,.85))!important;
  border-bottom-color:rgba(25,42,66,.11)!important;
  box-shadow:0 9px 26px rgba(25,42,66,.08),inset 0 -1px 0 rgba(255,255,255,.7);
}
#hdr .wrap{height:72px!important}
.header-brand{filter:drop-shadow(0 7px 14px rgba(0,0,0,.28));transition:filter .25s,transform .25s}
.header-brand:hover{transform:translateY(-1px);filter:drop-shadow(0 9px 20px rgba(0,0,0,.36))}
nav.main>a,.nav-trigger{font-size:12.5px!important;font-weight:560!important;letter-spacing:.01em!important;padding-top:27px!important;padding-bottom:24px!important}
nav.main>a::after,.nav-trigger::after{height:1px!important;bottom:12px!important;box-shadow:0 0 10px rgba(var(--auto-accent-rgb),.35)!important;background:linear-gradient(90deg,transparent,rgb(var(--auto-accent-rgb)),transparent)!important}
.icon-btn{
  border-radius:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  border-color:var(--auto-line)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 20px rgba(0,0,0,.12)!important;
}
html.light .icon-btn{background:linear-gradient(145deg,#fff,#edf1f5)!important;box-shadow:inset 0 1px 0 #fff,0 7px 18px rgba(30,48,74,.09)!important}
.btn-pill,.mnav-cta{
  border:1px solid rgba(var(--auto-accent-rgb),.42)!important;border-radius:12px!important;
  background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 78%,#111 22%))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 26px rgba(var(--auto-accent-rgb),.18)!important;
}
.mega-menu,.lang-menu,.mnav{
  background:linear-gradient(160deg,rgba(18,21,27,.98),rgba(6,8,11,.985))!important;
  border-color:rgba(225,230,237,.15)!important;border-radius:20px!important;
  box-shadow:0 30px 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
html.light .mega-menu,html.light .lang-menu,html.light .mnav{
  background:linear-gradient(155deg,rgba(255,255,255,.985),rgba(239,243,248,.98))!important;
  border-color:rgba(25,42,66,.13)!important;box-shadow:0 26px 65px rgba(30,48,74,.15),inset 0 1px 0 #fff!important;
}
.mega-menu a,.lang-menu button{border:1px solid transparent!important}
.mega-menu a:hover,.lang-menu button:hover{
  transform:translateX(2px)!important;border-color:rgba(var(--auto-accent-rgb),.22)!important;
  background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.10),rgba(255,255,255,.025))!important;
}
html.light .mega-menu a:hover,html.light .lang-menu button:hover{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.08),rgba(255,255,255,.78))!important}

/* ---- cinematic hero using the EXISTING TREXPOR video ---- */
.hero{background:#050608!important}
.hero-vid{filter:brightness(.48) saturate(.78) contrast(1.13)!important}
html.light .hero-vid{filter:brightness(.58) saturate(.72) contrast(1.08)!important}
.hero::before{filter:brightness(.48) saturate(.78) contrast(1.13)!important}
.hero .fade{
  background:
    radial-gradient(900px 520px at 20% 48%,rgba(0,0,0,.18),rgba(3,5,8,.44) 62%,transparent 78%),
    linear-gradient(90deg,rgba(3,5,8,.72) 0%,rgba(3,5,8,.38) 38%,rgba(3,5,8,.14) 68%,rgba(3,5,8,.28) 100%),
    linear-gradient(180deg,rgba(3,5,8,.46) 0%,rgba(3,5,8,.06) 32%,rgba(3,5,8,.12) 72%,rgba(3,5,8,.70) 100%)!important;
}
html.light .hero .fade{
  background:
    linear-gradient(90deg,rgba(239,243,248,.50) 0%,rgba(239,243,248,.12) 46%,rgba(8,12,18,.12) 100%),
    linear-gradient(180deg,rgba(8,12,18,.26),rgba(8,12,18,.03) 38%,rgba(8,12,18,.08) 72%,rgba(8,12,18,.46))!important;
}
@media(min-width:901px){
  .hero-inner{width:min(100%,1320px)!important;max-width:1320px!important;text-align:left!important;padding:96px 64px 38px!important}
  .hero .eyebrow{margin-bottom:24px!important}
  .hero h1{max-width:780px!important;font-size:clamp(42px,4.7vw,70px)!important;line-height:1.02!important;letter-spacing:-.025em!important;transform:none!important}
  .hero .sub{margin:24px 0 0!important;max-width:660px!important;font-size:16px!important}
  .hero .ctas{justify-content:flex-start!important;margin-top:30px!important}
  .hero .offer{margin-left:0!important;margin-right:0!important}
  .hero .hchips{width:100%!important;max-width:1180px!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;justify-content:stretch!important;margin:34px 0 0!important}
}
.hero .eyebrow{
  border-color:rgba(230,235,241,.20)!important;background:rgba(8,10,14,.58)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 26px rgba(0,0,0,.18)!important;
}
.hero h1{
  background:linear-gradient(180deg,#fff 0%,#e2e5e9 33%,#a8afb8 61%,#e6e9ed 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;filter:drop-shadow(0 12px 28px rgba(0,0,0,.48))!important;
}
.hero .sub{color:#d6d9de!important;font-weight:450!important}
.btn-red{
  border:1px solid rgba(var(--auto-accent-rgb),.5)!important;border-radius:12px!important;
  background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 78%,#111 22%))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 28px rgba(var(--auto-accent-rgb),.23)!important;
}
.btn-red:hover{transform:translateY(-2px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 18px 38px rgba(var(--auto-accent-rgb),.31)!important}
.hero .offer{
  background:linear-gradient(145deg,rgba(13,18,22,.63),rgba(7,10,13,.46))!important;
  border-color:rgba(58,187,125,.32)!important;border-radius:16px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.21)!important;
}
html.light .hero .offer{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(229,238,244,.60))!important;color:#1a3042!important;border-color:rgba(34,154,105,.28)!important}

/* ---- cockpit benefit cards ---- */
.hero .hchip,html.light .hero .hchip{
  min-height:88px!important;padding:12px 10px!important;border-radius:17px!important;
  background:linear-gradient(155deg,rgba(25,29,35,.72),rgba(6,8,11,.62))!important;
  border:1px solid rgba(225,230,237,.20)!important;color:#f5f6f8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(0,0,0,.42),0 15px 32px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .hchip{
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(226,231,238,.61))!important;
  border-color:rgba(42,60,84,.20)!important;color:#172338!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -1px 0 rgba(58,77,104,.08),0 14px 28px rgba(27,46,73,.12)!important;
}
.hero .hchip:hover,html.light .hero .hchip:hover{
  transform:translateY(-3px)!important;border-color:rgba(var(--auto-accent-rgb),.52)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 38px rgba(0,0,0,.28),0 0 0 1px rgba(var(--auto-accent-rgb),.08),0 0 22px rgba(var(--auto-accent-rgb),.15)!important;
}
html.light .hero .hchip:hover{box-shadow:inset 0 1px 0 #fff,0 18px 38px rgba(27,46,73,.15),0 0 0 1px rgba(var(--auto-accent-rgb),.08),0 0 22px rgba(var(--auto-accent-rgb),.12)!important}

/* ---- shared executive surface system ---- */
:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes,.gal-item,.wa-panel,.modal .box){
  border-color:var(--auto-line)!important;
  box-shadow:var(--auto-shadow),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes){
  background:linear-gradient(145deg,rgba(22,26,32,.76),rgba(7,9,12,.72))!important;
}
html.light :where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes){
  background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(237,240,245,.82))!important;
  box-shadow:0 22px 55px rgba(30,48,74,.10),inset 0 1px 0 #fff!important;
}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details){
  position:relative;overflow:hidden;
}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details)::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.36;
  background:linear-gradient(118deg,transparent 18%,rgba(255,255,255,.035) 38%,transparent 55%);
}
html.light :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details)::after{opacity:.6;background:linear-gradient(118deg,transparent 20%,rgba(255,255,255,.62) 39%,transparent 56%)}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{
  transform:translateY(-3px)!important;border-color:rgba(var(--auto-accent-rgb),.30)!important;
  box-shadow:0 28px 66px rgba(0,0,0,.27),0 0 0 1px rgba(var(--auto-accent-rgb),.045),inset 0 1px 0 rgba(255,255,255,.065)!important;
}
html.light :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{
  box-shadow:0 26px 58px rgba(30,48,74,.14),0 0 0 1px rgba(var(--auto-accent-rgb),.05),inset 0 1px 0 #fff!important;
}

/* ---- sections / product groups / services ---- */
section.blk,.product-groups,.docs-sec,.about-sec,.formsec,.live,.comp{border-color:var(--auto-line)!important}
.product-groups::before,.docs-sec::before{opacity:.55!important}
.product-group-grid{border-radius:22px!important;border-color:var(--auto-line)!important;box-shadow:var(--auto-shadow)!important}
.product-group-card{border-radius:0!important}
.product-group-icon,.value-icon,.doc-icon{
  border-radius:50%!important;color:#e9edf1!important;
  background:linear-gradient(145deg,#eef1f4 0%,#8f98a3 18%,#252a31 41%,#0c0f13 58%,#858e99 79%,#f2f4f6 100%)!important;
  border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 10px 20px rgba(0,0,0,.23),inset 0 0 0 2px rgba(0,0,0,.52),0 0 13px rgba(var(--auto-accent-rgb),.08)!important;
}
.product-group-icon::before,.value-icon::before,.doc-icon::before{content:"";position:absolute;inset:3px;border-radius:inherit;background:linear-gradient(145deg,#181c22,#07090c);z-index:0}
.product-group-icon svg,.value-icon svg,.doc-icon svg{position:relative;z-index:1}
html.light .product-group-icon,html.light .value-icon,html.light .doc-icon{color:#20324b!important;background:linear-gradient(145deg,#fff,#d3d9e1 26%,#778291 48%,#f8fafc 66%,#a3acb8 82%,#fff)!important}
html.light .product-group-icon::before,html.light .value-icon::before,html.light .doc-icon::before{background:linear-gradient(145deg,#fff,#e7ebf1)}
.product-group-clean .product-group-icon{color:#e9edf1!important}
.product-group-action b,.doc-no,.doc-native,.about-card .about-no,.svc-detail .svc-link::after{color:rgb(var(--auto-accent-rgb))!important}

/* ---- live world clock strip ---- */
.marq{background:linear-gradient(180deg,rgba(10,12,16,.88),rgba(5,7,10,.82))!important;border-block:1px solid var(--auto-line)!important}
html.light .marq{background:linear-gradient(180deg,rgba(250,251,253,.94),rgba(236,240,245,.86))!important}
.marq-nav{border-color:var(--auto-line)!important;background:linear-gradient(145deg,#1b2027,#080a0e)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24)!important}
html.light .marq-nav{background:linear-gradient(145deg,#fff,#e5e9ef)!important;box-shadow:inset 0 1px 0 #fff,0 9px 20px rgba(30,48,74,.10)!important}
.mq-cap{border-radius:14px!important;transition:background .2s,transform .2s!important}
.mq-cap:hover{transform:translateY(-2px);background:rgba(255,255,255,.035)!important}
html.light .mq-cap:hover{background:rgba(32,53,80,.035)!important}

/* ---- about mega / about pages ---- */
.about-menu a{border-radius:14px!important;padding:12px 12px!important}
.about-code{
  border-radius:10px!important;border-color:rgba(var(--auto-accent-rgb),.34)!important;
  background:linear-gradient(145deg,rgba(var(--auto-accent-rgb),.13),rgba(255,255,255,.015))!important;
}
.about-menu a:hover .about-code{box-shadow:0 0 18px rgba(var(--auto-accent-rgb),.17)!important}

/* ---- document center: restrained holographic chrome ---- */
.doc-card{border-radius:20px!important}
.doc-card::before{height:1px!important;background:linear-gradient(90deg,transparent,rgb(var(--auto-accent-rgb)),rgba(220,225,233,.9),transparent)!important}
.doc-card:hover::before{box-shadow:0 0 14px rgba(var(--auto-accent-rgb),.28)!important}
.doc-priority{border-radius:999px!important;background:rgba(var(--auto-accent-rgb),.085)!important;border-color:rgba(var(--auto-accent-rgb),.25)!important;color:rgb(var(--auto-accent-rgb))!important}
.docs-flow{border-radius:20px!important;overflow:hidden}

/* ---- real shipments: executive evidence gallery ---- */
.gal-title{letter-spacing:-.035em!important}
.gal-ship{
  border-radius:999px!important;border:1px solid var(--auto-line)!important;
  background:linear-gradient(145deg,rgba(20,24,30,.74),rgba(8,10,13,.65))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 24px rgba(0,0,0,.18)!important;
}
html.light .gal-ship{background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(235,239,244,.82))!important}
.gal-item{border-radius:20px!important;border:1px solid var(--auto-line)!important;background:#0a0c0f!important}
.gal-item img{filter:saturate(.88) contrast(1.04);transition:transform .38s cubic-bezier(.22,1,.36,1),filter .35s}
.gal-item:hover img{transform:scale(1.018);filter:saturate(.96) contrast(1.07)}
.gal-item figcaption{background:linear-gradient(180deg,transparent,rgba(4,6,9,.86))!important;padding:38px 16px 14px!important}
.gal-nav{border:1px solid var(--auto-line)!important;background:linear-gradient(145deg,rgba(28,33,40,.94),rgba(7,9,12,.96))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 25px rgba(0,0,0,.24)!important}
html.light .gal-nav{background:linear-gradient(145deg,#fff,#e5e9ef)!important;color:#1d2b3f!important}

/* ---- transit: premium instrument table ---- */
.lanes{border-radius:22px!important;box-shadow:0 28px 70px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.04)!important}
.lanes thead th{background:linear-gradient(180deg,#12161c,#0b0e12)!important;border-bottom:1px solid var(--auto-line)!important}
html.light .lanes thead th{background:linear-gradient(180deg,#f7f9fb,#e8edf3)!important}
.lanes tbody tr:not(.rg){transition:background .18s,transform .18s}
.lanes tbody tr:not(.rg):hover{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.055),rgba(255,255,255,.018),transparent)!important}
.lanes tr.rg td{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.09),rgba(var(--auto-accent-rgb),.025))!important;color:rgb(var(--auto-accent-rgb))!important}
.lanes td.d{color:rgb(var(--auto-accent-rgb))!important;font-weight:650!important}

/* ---- RFQ / forms ---- */
.formsec::before{background:rgba(var(--auto-accent-rgb),.035)!important}
.qform{border-radius:24px!important;padding:28px!important}
.qfield-no{border-radius:7px!important;background:rgba(var(--auto-accent-rgb),.08)!important;border-color:rgba(var(--auto-accent-rgb),.24)!important;color:rgb(var(--auto-accent-rgb))!important}
.qform input,.qform select,.qform textarea{
  border-radius:13px!important;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.016))!important;
  border-color:rgba(229,234,241,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
html.light .qform input,html.light .qform select,html.light .qform textarea{background:linear-gradient(145deg,#fff,#f1f4f8)!important;border-color:rgba(25,42,66,.14)!important;box-shadow:inset 0 1px 0 #fff!important}
.qform input:focus,.qform select:focus,.qform textarea:focus{border-color:rgba(var(--auto-accent-rgb),.56)!important;box-shadow:0 0 0 3px rgba(var(--auto-accent-rgb),.075),inset 0 1px 0 rgba(255,255,255,.04)!important}
.qform button#sendBtn{border:1px solid rgba(var(--auto-accent-rgb),.45)!important;background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 76%,#111 24%))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 15px 30px rgba(var(--auto-accent-rgb),.20)!important}
.qform-advanced{border-radius:18px!important}
.qfile-drop{border-style:solid!important;border-radius:16px!important}

/* ---- FAQ ---- */
.faq details{border-radius:16px!important;margin-bottom:10px!important}
.faq summary{font-weight:560!important}
.faq summary::after{color:rgb(var(--auto-accent-rgb))!important}
.faq details[open]{border-color:rgba(var(--auto-accent-rgb),.25)!important}

/* ---- compliance / footer ---- */
.comp{background:linear-gradient(180deg,var(--bg),var(--bg-2))!important}
.comp .chip{
  border-radius:11px!important;border-color:var(--auto-line)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
html.light .comp .chip{background:linear-gradient(145deg,#fff,#edf1f5)!important;box-shadow:inset 0 1px 0 #fff!important}
.comp .chip.red{color:rgb(var(--auto-accent-rgb))!important;border-color:rgba(var(--auto-accent-rgb),.24)!important;background:rgba(var(--auto-accent-rgb),.06)!important}
footer{
  background:linear-gradient(180deg,#090b0e,#040506)!important;border-top:1px solid rgba(229,234,241,.11)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
}
html.light footer{background:linear-gradient(180deg,#eef1f5,#e4e8ee)!important;border-top-color:rgba(25,42,66,.10)!important}
footer h4{letter-spacing:.10em;text-transform:uppercase;font-size:10.5px!important;color:#cdd2d9!important}
html.light footer h4{color:#29384c!important}
footer a{transition:color .18s,transform .18s}
footer a:hover{color:rgb(var(--auto-accent-rgb))!important}

/* ---- floating controls ---- */
.btt,.wa-btn{
  border-color:var(--auto-line)!important;background:linear-gradient(145deg,rgba(28,33,40,.92),rgba(7,9,12,.95))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 32px rgba(0,0,0,.24)!important;
}
html.light .btt,html.light .wa-btn{background:linear-gradient(145deg,#fff,#e6ebf1)!important;box-shadow:inset 0 1px 0 #fff,0 12px 26px rgba(30,48,74,.12)!important}

/* ---- light theme text clarity ---- */
html.light body{color:#111927!important}
html.light .title,html.light h1,html.light h2,html.light h3{color:#111927}
html.light .lead,html.light .about-card p,html.light .doc-desc,html.light .faq details p,html.light .svc-detail p{color:#5b6678!important}

/* ---- responsive automotive refinement ---- */
@media(max-width:1200px){
  #hdr .wrap{height:72px!important}
}
@media(max-width:900px){
  .hero-inner{text-align:center!important;padding-inline:24px!important}
  .hero .ctas{justify-content:center!important}
  .hero .offer{margin-inline:auto!important}
  .hero .hchips{margin-inline:auto!important}
}
@media(max-width:600px){
  #hdr .wrap{height:66px!important}
  .hero{padding-top:92px!important}
  .hero h1{font-size:clamp(31px,10vw,44px)!important;line-height:1.05!important}
  .hero .sub{font-size:14px!important;line-height:1.6!important}
  .hero .hchips{gap:9px!important}
  .hero .hchip,html.light .hero .hchip{min-height:76px!important;border-radius:15px!important;padding:9px 7px!important}
  .qform{padding:18px!important;border-radius:20px!important}
  :where(.svc-detail,.about-card,.value-card,.doc-card,.pl-card){border-radius:17px!important}
}
@media(hover:none){
  :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
}
html.light{--red:#2867D8;--red-2:#1E4FA8;--glow-rgb:40,103,216;--teal:#2867D8}
/* v178 preview refinement: light hero keeps the same transparent cockpit glass geometry as dark. */
html.light .hero .hchip{
  background:linear-gradient(145deg,rgba(248,251,255,.38),rgba(207,217,231,.23))!important;
  border-color:rgba(255,255,255,.66)!important;
  color:#142239!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -1px 0 rgba(64,82,108,.08),0 14px 28px rgba(27,46,73,.10)!important;
  backdrop-filter:blur(15px) saturate(1.12)!important;-webkit-backdrop-filter:blur(15px) saturate(1.12)!important;
}
html.light .hero .offer{
  background:linear-gradient(145deg,rgba(246,251,255,.42),rgba(213,227,235,.25))!important;
  border-color:rgba(34,154,105,.34)!important;color:#173044!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 14px 28px rgba(26,54,68,.10)!important;
  backdrop-filter:blur(15px) saturate(1.12)!important;-webkit-backdrop-filter:blur(15px) saturate(1.12)!important;
}
/* Final hero parity: light theme keeps the same dark transparent glass as dark mode; only the interactive accent becomes cobalt. */
html.light .hero .hchip{
  background:linear-gradient(155deg,rgba(22,27,34,.54),rgba(7,10,14,.46))!important;
  border-color:rgba(255,255,255,.28)!important;color:#F5F7FA!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.30),0 15px 30px rgba(0,0,0,.17)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .hchip:hover{
  color:#fff!important;border-color:rgba(63,131,255,.60)!important;
  background:linear-gradient(155deg,rgba(20,38,65,.56),rgba(7,13,23,.48))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 18px 38px rgba(0,0,0,.20),0 0 0 1px rgba(40,103,216,.08),0 0 24px rgba(40,103,216,.19)!important;
}
html.light .hero .offer{
  background:linear-gradient(145deg,rgba(13,18,22,.57),rgba(7,10,13,.47))!important;
  border-color:rgba(58,187,125,.34)!important;color:#EAF2F7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 15px 30px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .offer strong,html.light .hero .offer b{color:#26D991!important}

/* ======================================================================
   v179 · TREXPOR EXECUTIVE AUTOMOTIVE HOMEPAGE
   User-approved reference composition; existing TREXPOR logo + hero video.
   ====================================================================== */
body.home-cockpit{background:#050607;color:#eef1f5}
html.light body.home-cockpit{background:#edf1f5;color:#121a28}
body.home-cockpit .marq{display:none!important}
body.home-cockpit .scroll-cue{display:none!important}

/* Header: thin executive cockpit bar */
body.home-cockpit #hdr{
  background:rgba(3,4,6,.94)!important;
  border-bottom:1px solid rgba(220,225,232,.14)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(18px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
}
html.light body.home-cockpit #hdr{
  background:rgba(245,247,250,.94)!important;
  border-bottom-color:rgba(28,42,61,.12)!important;
  box-shadow:0 10px 26px rgba(31,47,70,.09)!important;
}
@media(min-width:1201px){
  body.home-cockpit #hdr .wrap{height:72px!important;max-width:1460px!important;padding-inline:30px!important}
  body.home-cockpit .header-brand{width:255px!important;min-width:255px!important;align-items:center!important}
  body.home-cockpit .header-brand img{height:49px!important;width:auto!important;max-width:238px!important;object-fit:contain!important}
  body.home-cockpit .header-brand-signature{width:190px!important;margin-top:-3px!important;gap:7px!important}
  body.home-cockpit .header-brand-signature .sig-copy{font-size:6.9px!important;letter-spacing:.145em!important;color:#bcc2ca!important}
  body.home-cockpit .header-brand-signature .sig-line{height:1px!important;opacity:.72!important}
  html.light body.home-cockpit .header-brand-signature .sig-copy{color:#4a5565!important}
  body.home-cockpit .main{gap:23px!important}
  body.home-cockpit .main>a,body.home-cockpit .nav-trigger{font-size:12px!important;font-weight:500!important;letter-spacing:0!important}
  body.home-cockpit .hdr-right{gap:10px!important}
  body.home-cockpit .btn-pill{border-radius:8px!important;padding:11px 19px!important;background:transparent!important;border:1px solid rgba(235,239,245,.34)!important;box-shadow:none!important}
  body.home-cockpit .btn-pill:hover{border-color:rgba(240,48,64,.66)!important;color:#fff!important;background:rgba(240,48,64,.08)!important;box-shadow:0 0 22px rgba(240,48,64,.12)!important}
  html.light body.home-cockpit .btn-pill{color:#142033!important;border-color:rgba(25,42,66,.24)!important}
  html.light body.home-cockpit .btn-pill:hover{border-color:rgba(40,103,216,.56)!important;background:rgba(40,103,216,.06)!important}
}

/* Hero uses the existing TREXPOR MP4 as the whole visual field */
@media(min-width:1101px){
  body.home-cockpit .hero{
    height:525px!important;min-height:525px!important;
    align-items:stretch!important;justify-content:flex-start!important;
    border-bottom:1px solid rgba(228,233,239,.13)!important;
  }
  body.home-cockpit .hero-inner{
    width:min(100%,1460px)!important;max-width:1460px!important;height:100%!important;
    margin:0 auto!important;text-align:left!important;
    padding:58px 72px 128px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;
  }
  body.home-cockpit .hero .eyebrow{
    margin:0 0 16px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;
    color:#e33b49!important;font-family:"IBM Plex Mono",monospace!important;font-size:10.5px!important;font-weight:600!important;letter-spacing:.24em!important;text-transform:uppercase!important;
  }
  body.home-cockpit .hero .eyebrow i{width:5px!important;height:5px!important;box-shadow:0 0 10px rgba(240,48,64,.62)!important}
  html.light body.home-cockpit .hero .eyebrow{color:#2767d8!important}
  html.light body.home-cockpit .hero .eyebrow i{background:#2767d8!important;box-shadow:0 0 10px rgba(39,103,216,.42)!important}
  body.home-cockpit .hero h1{
    max-width:470px!important;margin:0!important;
    font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(54px,4.3vw,72px)!important;font-weight:400!important;line-height:.95!important;
    letter-spacing:-.045em!important;text-transform:none!important;transform:none!important;
    background:none!important;color:#f3f4f6!important;-webkit-text-fill-color:#f3f4f6!important;
    filter:drop-shadow(0 9px 30px rgba(0,0,0,.48))!important;
  }
  body.home-cockpit .hero h1 .hdot{width:.09em!important;height:.09em!important;margin:0 .02em!important;vertical-align:.08em!important}
  body.home-cockpit .hero .sub{max-width:430px!important;margin:18px 0 0!important;font-size:13.8px!important;line-height:1.62!important;color:#d0d4da!important;font-weight:440!important}
  body.home-cockpit .hero .ctas{margin:20px 0 0!important;justify-content:flex-start!important;gap:12px!important}
  body.home-cockpit .hero .btn-red,body.home-cockpit .hero .btn-ghost-auto{
    min-height:42px!important;padding:11px 20px!important;border-radius:7px!important;font-size:12.5px!important;font-weight:560!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:.22s ease!important
  }
  body.home-cockpit .hero .btn-red{background:linear-gradient(180deg,#c71824,#8f0e16)!important;border-color:rgba(255,72,82,.66)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 12px 26px rgba(210,24,36,.18)!important}
  body.home-cockpit .hero .btn-ghost-auto{color:#eef1f5!important;background:rgba(4,6,9,.44)!important;border:1px solid rgba(227,232,239,.31)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;backdrop-filter:blur(9px)!important}
  body.home-cockpit .hero .btn-ghost-auto:hover{transform:translateY(-2px);border-color:rgba(240,48,64,.54)!important;background:rgba(240,48,64,.055)!important}
  html.light body.home-cockpit .hero .btn-red{background:linear-gradient(180deg,#3478ef,#2058bd)!important;border-color:rgba(76,141,255,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 12px 24px rgba(40,103,216,.17)!important}
  html.light body.home-cockpit .hero .btn-ghost-auto{color:#f3f6fa!important;background:rgba(8,15,26,.42)!important;border-color:rgba(255,255,255,.31)!important}
  html.light body.home-cockpit .hero .btn-ghost-auto:hover{border-color:rgba(65,132,255,.58)!important;background:rgba(40,103,216,.07)!important}

  body.home-cockpit .hero .hchips{
    position:absolute!important;left:72px!important;right:72px!important;bottom:18px!important;width:auto!important;max-width:none!important;
    margin:0!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;
  }
  body.home-cockpit .hero .hchip,html.light body.home-cockpit .hero .hchip{
    min-height:95px!important;padding:11px 12px!important;border-radius:12px!important;
    display:grid!important;grid-template-columns:42px 1fr!important;grid-template-rows:auto 1fr!important;column-gap:10px!important;row-gap:3px!important;
    align-items:center!important;text-align:left!important;color:#f2f4f7!important;
    background:linear-gradient(145deg,rgba(16,19,23,.72),rgba(5,7,10,.66))!important;
    border:1px solid rgba(223,229,237,.23)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 10px 25px rgba(0,0,0,.23)!important;
    backdrop-filter:blur(13px) saturate(1.08)!important;-webkit-backdrop-filter:blur(13px) saturate(1.08)!important;
  }
  html.light body.home-cockpit .hero .hchip{
    color:#142139!important;background:linear-gradient(145deg,rgba(252,253,255,.78),rgba(223,228,236,.66))!important;
    border-color:rgba(255,255,255,.82)!important;box-shadow:inset 0 1px 0 #fff,0 12px 26px rgba(32,49,73,.09)!important;
  }
  body.home-cockpit .hero .hchip:hover{border-color:rgba(240,48,64,.58)!important;transform:translateY(-3px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 15px 32px rgba(0,0,0,.27),0 0 18px rgba(240,48,64,.11)!important}
  html.light body.home-cockpit .hero .hchip:hover{border-color:rgba(40,103,216,.56)!important;box-shadow:inset 0 1px 0 #fff,0 15px 32px rgba(31,51,80,.13),0 0 18px rgba(40,103,216,.10)!important}
  body.home-cockpit .hero .hchip-icon{
    grid-row:1/3!important;width:38px!important;height:38px!important;border-radius:50%!important;display:grid!important;place-items:center!important;
    background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.22),transparent 31%),linear-gradient(145deg,#aeb5be 0%,#252b32 26%,#080a0d 55%,#5d6671 76%,#d7dbe0 100%)!important;
    border:1px solid rgba(238,241,245,.52)!important;box-shadow:inset 0 0 0 3px rgba(3,5,8,.76),0 0 0 1px rgba(240,48,64,.26),0 7px 17px rgba(0,0,0,.27)!important;
  }
  body.home-cockpit .hero .hchip-icon::after{content:"";position:absolute;inset:4px;border-radius:50%;border:1px solid rgba(240,48,64,.48);pointer-events:none}
  html.light body.home-cockpit .hero .hchip-icon{box-shadow:inset 0 0 0 3px rgba(240,244,250,.88),0 0 0 1px rgba(40,103,216,.26),0 7px 17px rgba(31,48,72,.16)!important}
  html.light body.home-cockpit .hero .hchip-icon::after{border-color:rgba(40,103,216,.48)}
  body.home-cockpit .hero .hchip-icon svg{width:18px!important;height:18px!important;color:#eff2f5!important;stroke-width:1.55!important;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}
  html.light body.home-cockpit .hero .hchip-icon svg{color:#193a74!important;filter:none}
  body.home-cockpit .hero .hchip>span:not(.hchip-icon){font-size:11.2px!important;font-weight:650!important;line-height:1.22!important;align-self:end!important}
  body.home-cockpit .hero .hchip-desc{font-size:9.2px!important;line-height:1.35!important;font-weight:430!important;color:#9ea5ae!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;align-self:start!important}
  html.light body.home-cockpit .hero .hchip-desc{color:#627085!important}
  body.home-cockpit .hero .offer{display:none!important}
  body.home-cockpit .hero-stage{display:flex!important}
}

body.home-cockpit .hero .fade{
  background:
    linear-gradient(90deg,rgba(4,6,9,.88) 0%,rgba(4,6,9,.60) 28%,rgba(4,6,9,.16) 57%,rgba(4,6,9,.28) 100%),
    linear-gradient(180deg,rgba(4,6,9,.18),rgba(4,6,9,.06) 54%,rgba(4,6,9,.48) 100%)!important;
}
html.light body.home-cockpit .hero .fade{
  background:
    linear-gradient(90deg,rgba(238,243,249,.82) 0%,rgba(238,243,249,.54) 29%,rgba(238,243,249,.08) 58%,rgba(9,14,21,.18) 100%),
    linear-gradient(180deg,rgba(245,248,252,.10),rgba(8,12,18,.03) 52%,rgba(10,15,22,.28) 100%)!important;
}
html.light body.home-cockpit .hero h1{color:#172033!important;-webkit-text-fill-color:#172033!important;filter:drop-shadow(0 7px 20px rgba(255,255,255,.23))!important}
html.light body.home-cockpit .hero .sub{color:#334155!important;text-shadow:0 1px 8px rgba(255,255,255,.35)!important}

/* vertical stage indicator from approved reference */
.hero-stage{position:absolute;z-index:4;right:27px;top:50%;transform:translateY(-42%);display:none;flex-direction:column;align-items:center;gap:7px;color:#e8ebef;font:500 9px/1 "IBM Plex Mono",monospace;pointer-events:none}
.hero-stage i{display:block;width:5px;height:5px;border-radius:50%;background:#6f7680;box-shadow:0 0 0 1px rgba(255,255,255,.08)}
.hero-stage i.on{width:8px;height:8px;background:#ef2736;box-shadow:0 0 14px rgba(239,39,54,.62)}
html.light .hero-stage{color:#233248}.hero-stage::before{content:"";position:absolute;top:23px;bottom:23px;width:1px;background:rgba(220,225,233,.23);z-index:-1}
html.light .hero-stage i.on{background:#2867d8;box-shadow:0 0 14px rgba(40,103,216,.42)}

/* ======================================================================
   Homepage cockpit dashboard
   ====================================================================== */
.home-dashboard{max-width:1460px;margin:14px auto 32px;padding:0 24px;position:relative;z-index:2}
.dash-grid{display:grid;gap:14px;margin-bottom:14px}.dash-grid-top{grid-template-columns:.78fr 1.22fr}.dash-grid-bottom{grid-template-columns:.78fr 1.22fr}
.dash-panel{position:relative;overflow:hidden;border:1px solid rgba(220,225,233,.16);border-radius:13px;background:linear-gradient(145deg,rgba(16,19,23,.93),rgba(5,7,10,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 17px 38px rgba(0,0,0,.22)}
.dash-panel::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(118deg,transparent 20%,rgba(255,255,255,.025) 38%,transparent 54%)}
html.light .dash-panel{border-color:rgba(29,46,69,.14);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(231,235,241,.91));box-shadow:inset 0 1px 0 #fff,0 17px 38px rgba(31,48,72,.09)}
html.light .dash-panel::after{background:linear-gradient(118deg,transparent 22%,rgba(255,255,255,.55) 39%,transparent 56%)}
.dash-panel-title{height:42px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(220,225,233,.10);font-family:Georgia,"Times New Roman",serif;font-size:13px;letter-spacing:.065em;color:#e5e8ec;position:relative;z-index:1}
.dash-panel-title::after{content:"";position:absolute;left:22px;bottom:-1px;width:22px;height:1px;background:#ef2736;box-shadow:0 0 7px rgba(239,39,54,.36)}
html.light .dash-panel-title{color:#182337;border-bottom-color:rgba(29,46,69,.09)}
html.light .dash-panel-title::after{background:#2867d8;box-shadow:0 0 7px rgba(40,103,216,.25)}
.dash-view-all{font-family:Manrope,sans-serif;font-size:9.5px;letter-spacing:0;color:#c4c9d0;border:1px solid rgba(220,225,233,.18);border-radius:6px;padding:6px 9px;transition:.18s}.dash-view-all:hover{color:#fff;border-color:rgba(239,39,54,.44)}
html.light .dash-view-all{color:#4f5e72;border-color:rgba(29,46,69,.14)}html.light .dash-view-all:hover{color:#1c58bb;border-color:rgba(40,103,216,.38)}

/* Stats */
.dash-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:130px;position:relative;z-index:1}.dash-stat{padding:18px 10px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid rgba(220,225,233,.08)}.dash-stat:last-child{border-right:0}.dash-stat-icon{font-size:19px;color:#b8bec7;margin-bottom:5px}.dash-stat strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;font-weight:400;color:#f0f2f5;line-height:1}.dash-stat small{margin-top:7px;font-size:8.7px;line-height:1.25;color:#979fa9;max-width:95px}.dash-stat:hover .dash-stat-icon{color:#ef2736}.dash-stat:hover strong{color:#fff}
html.light .dash-stat{border-right-color:rgba(29,46,69,.08)}html.light .dash-stat-icon{color:#68768a}html.light .dash-stat strong{color:#172033}html.light .dash-stat small{color:#657286}html.light .dash-stat:hover .dash-stat-icon{color:#2867d8}

/* Instrument clocks */
.dash-clocks{min-width:0}.dash-clock-strip{min-height:130px;display:flex;align-items:center;justify-content:space-evenly;gap:12px;padding:12px 48px 10px;overflow-x:auto;scrollbar-width:none;position:relative;z-index:1}.dash-clock-strip::-webkit-scrollbar{display:none}.dash-clock{min-width:86px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#dfe3e8}.dash-clock>strong{font-size:8px;letter-spacing:.06em;margin-top:5px}.dash-clock .clock-time{font:500 15px/1.2 "IBM Plex Mono",monospace;margin-top:2px;color:#f5f6f8}.clock-face{width:56px;height:56px;border-radius:50%;position:relative;background:radial-gradient(circle at 38% 33%,#23272d 0%,#0a0c0f 64%,#020304 100%);border:1px solid #9ba2aa;box-shadow:inset 0 0 0 3px #090b0e,inset 0 0 0 4px rgba(255,255,255,.15),0 5px 14px rgba(0,0,0,.28)}.clock-face::before{content:"";position:absolute;inset:5px;border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(255,255,255,.42) 0 1deg,transparent 1deg 30deg);-webkit-mask:radial-gradient(circle,transparent 0 75%,#000 76%);mask:radial-gradient(circle,transparent 0 75%,#000 76%);opacity:.45}.clock-face .tick{position:absolute;background:#b9c0c8}.clock-face .t1,.clock-face .t3{left:50%;width:1px;height:4px;transform:translateX(-50%)}.clock-face .t1{top:7px}.clock-face .t3{bottom:7px}.clock-face .t2,.clock-face .t4{top:50%;height:1px;width:4px;transform:translateY(-50%)}.clock-face .t2{right:7px}.clock-face .t4{left:7px}.clock-face .hand{position:absolute;left:50%;bottom:50%;transform-origin:50% 100%;border-radius:4px;background:#d7dbe0}.clock-face .hour{width:2px;height:15px;margin-left:-1px}.clock-face .minute{width:1px;height:20px;margin-left:-.5px;background:#f0f2f4}.clock-face .second{width:1px;height:21px;margin-left:-.5px;background:#ef2736}.clock-face em{position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:#d8dde2;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #1b1f25}.dash-clock-nav{position:absolute;z-index:3;top:50%;transform:translateY(3px);width:28px;height:28px;border:0;background:transparent;color:#d8dde2;font-size:26px;line-height:1;cursor:pointer}.dash-clock-nav.prev{left:12px}.dash-clock-nav.next{right:12px}.dash-clock-nav:hover{color:#ef2736}
html.light .dash-clock{color:#2d394a}html.light .dash-clock .clock-time{color:#172033}html.light .clock-face{background:radial-gradient(circle at 38% 33%,#fff 0%,#e1e5eb 64%,#c9d0d8 100%);border-color:#6d7887;box-shadow:inset 0 0 0 3px #f6f8fb,inset 0 0 0 4px rgba(55,72,96,.12),0 5px 14px rgba(31,48,72,.12)}html.light .clock-face .hand{background:#35445a}html.light .clock-face .minute{background:#1b2a3f}html.light .clock-face .second{background:#2867d8}html.light .clock-face em{background:#1d2b40;box-shadow:0 0 0 1px #fff}html.light .dash-clock-nav{color:#536176}html.light .dash-clock-nav:hover{color:#2867d8}

/* Operations center */
.dash-ops-flow{min-height:150px;padding:18px 16px;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;align-items:start;position:relative;z-index:1}.dash-ops-flow::before{content:"";position:absolute;left:9%;right:9%;top:55px;height:1px;background:linear-gradient(90deg,transparent,rgba(236,239,243,.34) 8%,rgba(236,239,243,.34) 92%,transparent)}.dash-op{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;color:#dce0e5;transition:.2s}.dash-op b{font:500 8px/1 "IBM Plex Mono",monospace;color:#ef2736;margin-bottom:5px}.dash-op-ico{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:18px;background:linear-gradient(145deg,#292e35,#07090c);border:1px solid #9aa1aa;box-shadow:inset 0 0 0 3px #080a0d,0 0 0 1px rgba(239,39,54,.26),0 6px 14px rgba(0,0,0,.22);position:relative;z-index:1}.dash-op small{margin-top:8px;font-size:8.8px;line-height:1.3;max-width:78px;color:#c5cad1}.dash-op:hover{transform:translateY(-2px)}.dash-op:hover .dash-op-ico{border-color:#d8dde2;box-shadow:inset 0 0 0 3px #080a0d,0 0 0 1px rgba(239,39,54,.55),0 0 16px rgba(239,39,54,.12)}
html.light .dash-ops-flow::before{background:linear-gradient(90deg,transparent,rgba(35,53,77,.24) 8%,rgba(35,53,77,.24) 92%,transparent)}html.light .dash-op{color:#253247}html.light .dash-op b{color:#2867d8}html.light .dash-op-ico{background:linear-gradient(145deg,#fff,#d7dce4);border-color:#7f8997;box-shadow:inset 0 0 0 3px #f6f8fb,0 0 0 1px rgba(40,103,216,.22),0 6px 14px rgba(31,48,72,.10)}html.light .dash-op small{color:#566479}html.light .dash-op:hover .dash-op-ico{box-shadow:inset 0 0 0 3px #f6f8fb,0 0 0 1px rgba(40,103,216,.48),0 0 16px rgba(40,103,216,.10)}

/* Evidence cards */
.dash-shipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px;min-height:150px;position:relative;z-index:1}.dash-ship{position:relative;min-width:0;height:122px;border:1px solid rgba(220,225,233,.14);border-radius:9px;overflow:hidden;background:#090b0e;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:.22s}.dash-ship img{width:100%;height:100%;object-fit:cover;filter:brightness(.52) saturate(.82) contrast(1.04);transition:.28s}.dash-ship::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,3,5,.05),rgba(2,3,5,.13) 38%,rgba(2,3,5,.88) 100%)}.dash-ship-badge{position:absolute;z-index:2;left:8px;top:8px;padding:4px 6px;border-radius:5px;background:rgba(4,6,9,.78);border:1px solid rgba(235,239,245,.20);font:600 7px/1 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.06em}.dash-ship strong{position:absolute;z-index:2;left:9px;right:8px;bottom:27px;font-size:9px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dash-ship small{position:absolute;z-index:2;left:9px;right:8px;bottom:8px;font-size:7.5px;color:#aeb5be;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-ship:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.42);box-shadow:0 12px 25px rgba(0,0,0,.25),0 0 14px rgba(239,39,54,.08)}.dash-ship:hover img{transform:scale(1.025);filter:brightness(.60) saturate(.92) contrast(1.06)}
html.light .dash-ship{border-color:rgba(29,46,69,.14);box-shadow:0 8px 18px rgba(31,48,72,.10)}html.light .dash-ship:hover{border-color:rgba(40,103,216,.40);box-shadow:0 12px 25px rgba(31,48,72,.13),0 0 14px rgba(40,103,216,.07)}

/* Approved-reference footer signature rhythm on the dashboard */
.home-dashboard::after{content:"ONE CONTACT. FULL CONTROL.";display:flex;align-items:center;justify-content:center;height:26px;margin-top:3px;color:#7f8791;font:500 8px/1 "IBM Plex Mono",monospace;letter-spacing:.34em;background:linear-gradient(90deg,rgba(239,39,54,.78) 0 34%,transparent 34% 66%,rgba(239,39,54,.78) 66% 100%) center/100% 1px no-repeat}.home-dashboard::before{content:"";position:absolute;left:24px;right:24px;bottom:13px;height:4px;background:#050607;z-index:-1}html.light .home-dashboard::after{color:#738095;background:linear-gradient(90deg,rgba(40,103,216,.70) 0 34%,transparent 34% 66%,rgba(40,103,216,.70) 66% 100%) center/100% 1px no-repeat}html.light .home-dashboard::before{background:#edf1f5}

/* Mobile/tablet: same design language, no cramped desktop dashboard */
@media(max-width:1100px){
  body.home-cockpit .hero{min-height:760px!important;height:auto!important;padding-bottom:24px!important}
  body.home-cockpit .hero-inner{padding:104px 24px 24px!important;max-width:760px!important;margin:auto!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}
  body.home-cockpit .hero .eyebrow{margin-bottom:17px!important}
  body.home-cockpit .hero h1{font-family:Georgia,"Times New Roman",serif!important;transform:none!important;text-transform:none!important;font-size:clamp(42px,8vw,62px)!important;line-height:.98!important;letter-spacing:-.04em!important;background:none!important;color:#f3f4f6!important;-webkit-text-fill-color:#f3f4f6!important}
  html.light body.home-cockpit .hero h1{color:#172033!important;-webkit-text-fill-color:#172033!important}
  body.home-cockpit .hero .sub{max-width:560px!important;margin-top:18px!important;font-size:14px!important}
  body.home-cockpit .hero .ctas{order:4!important;justify-content:center!important;margin-top:20px!important}
  body.home-cockpit .hero .hchips{position:static!important;order:5!important;width:100%!important;max-width:700px!important;grid-template-columns:repeat(3,1fr)!important;margin:24px auto 0!important}
  body.home-cockpit .hero .offer{display:none!important}
  body.home-cockpit .hero-stage{display:none!important}
  body.home-cockpit .hero .hchip,html.light body.home-cockpit .hero .hchip{min-height:86px!important}
  .home-dashboard{padding:0 14px;margin-top:12px}.dash-grid-top,.dash-grid-bottom{grid-template-columns:1fr}.dash-stat-grid{min-height:118px}.dash-clock-strip{justify-content:flex-start;padding-inline:44px}.dash-ops-flow{overflow-x:auto;grid-template-columns:repeat(6,100px);justify-content:flex-start}.dash-shipment-grid{overflow-x:auto;display:flex}.dash-ship{min-width:215px}
}
@media(max-width:600px){
  body.home-cockpit .hero{min-height:790px!important;padding-top:0!important}
  body.home-cockpit .hero-inner{padding:92px 15px 18px!important}
  body.home-cockpit .hero h1{font-size:clamp(38px,12vw,52px)!important}
  body.home-cockpit .hero .hchips{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;max-width:390px!important}
  body.home-cockpit .hero .hchip,html.light body.home-cockpit .hero .hchip{min-height:82px!important;padding:8px!important;grid-template-columns:34px 1fr!important;column-gap:7px!important;border-radius:10px!important}
  body.home-cockpit .hero .hchip-icon{width:31px!important;height:31px!important}.hero .hchip-icon svg{width:15px!important;height:15px!important}
  body.home-cockpit .hero .hchip>span:not(.hchip-icon){font-size:9.7px!important}.hero .hchip-desc{font-size:7.8px!important;-webkit-line-clamp:1!important}
  .home-dashboard{padding:0 9px;margin-top:9px}.dash-grid{gap:9px;margin-bottom:9px}.dash-panel{border-radius:11px}.dash-panel-title{height:39px;padding-inline:14px;font-size:11px}.dash-panel-title::after{left:14px}.dash-stat-grid{grid-template-columns:repeat(2,1fr)}.dash-stat:nth-child(2){border-right:0}.dash-stat:nth-child(-n+2){border-bottom:1px solid rgba(220,225,233,.08)}html.light .dash-stat:nth-child(-n+2){border-bottom-color:rgba(29,46,69,.08)}.dash-stat strong{font-size:23px}.dash-clock{min-width:78px}.clock-face{width:52px;height:52px}.dash-ops-flow{padding-inline:10px}.dash-shipment-grid{padding:9px}.home-dashboard::after{font-size:6.5px;letter-spacing:.23em}
}


/* ======================================================================
   V180 · homepage restoration: benefits / partners / clock motion
   ====================================================================== */
body.home-cockpit .hero .hchips{display:none!important}
.home-benefits-cockpit{max-width:1460px;margin:-18px auto 13px;padding:0 24px;position:relative;z-index:8}
.home-benefits-cockpit>.wrap{max-width:none!important;padding:0!important}
.home-benefits-cockpit .hchips{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0!important;max-width:none!important;width:100%!important}
.home-benefits-cockpit .hchip{position:relative;min-height:104px;padding:13px 13px 12px;border-radius:12px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto 1fr;column-gap:11px;row-gap:4px;align-items:center;text-align:left;color:#f3f5f8;background:linear-gradient(145deg,rgba(15,18,22,.91),rgba(4,6,9,.88));border:1px solid rgba(226,231,238,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 15px 32px rgba(0,0,0,.25);backdrop-filter:blur(15px) saturate(1.08);-webkit-backdrop-filter:blur(15px) saturate(1.08);overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.home-benefits-cockpit .hchip::before{content:"";position:absolute;inset:-35% auto -35% -42%;width:42%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(239,39,54,.12),rgba(255,255,255,.07),transparent);opacity:0;pointer-events:none}
.home-benefits-cockpit .hchip:hover{transform:translateY(-3px);border-color:rgba(239,39,54,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 38px rgba(0,0,0,.30),0 0 20px rgba(239,39,54,.08)}
.home-benefits-cockpit .hchip:hover::before{opacity:1;animation:v180BenefitSweep .9s ease-out}
@keyframes v180BenefitSweep{from{left:-42%}to{left:118%}}
.home-benefits-cockpit .hchip-icon{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;position:relative;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.24),transparent 31%),linear-gradient(145deg,#aeb4bd 0%,#282e35 25%,#07090c 56%,#59636e 78%,#dce0e5 100%);border:1px solid rgba(241,244,248,.58);box-shadow:inset 0 0 0 3px rgba(3,5,8,.78),0 0 0 1px rgba(239,39,54,.27),0 8px 18px rgba(0,0,0,.28)}
.home-benefits-cockpit .hchip-icon::after{content:"";position:absolute;inset:4px;border-radius:50%;border:1px solid rgba(239,39,54,.46)}
.home-benefits-cockpit .hchip-icon svg{width:20px;height:20px;color:#f2f4f7;stroke-width:1.6;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}
.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.8px;font-weight:680;line-height:1.22;align-self:end}
.home-benefits-cockpit .hchip-desc{font-size:9.4px;line-height:1.36;font-weight:430;color:#a4abb4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;align-self:start}
html.light .home-benefits-cockpit .hchip{color:#17243a;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(222,228,237,.78));border-color:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 #fff,0 15px 32px rgba(31,48,72,.11)}
html.light .home-benefits-cockpit .hchip::before{background:linear-gradient(90deg,transparent,rgba(40,103,216,.11),rgba(255,255,255,.70),transparent)}
html.light .home-benefits-cockpit .hchip:hover{border-color:rgba(40,103,216,.50);box-shadow:inset 0 1px 0 #fff,0 18px 38px rgba(31,48,72,.14),0 0 20px rgba(40,103,216,.08)}
html.light .home-benefits-cockpit .hchip-icon{box-shadow:inset 0 0 0 3px rgba(241,245,251,.91),0 0 0 1px rgba(40,103,216,.28),0 8px 18px rgba(31,48,72,.16)}
html.light .home-benefits-cockpit .hchip-icon::after{border-color:rgba(40,103,216,.48)}
html.light .home-benefits-cockpit .hchip-icon svg{color:#17386f;filter:none}
html.light .home-benefits-cockpit .hchip-desc{color:#657287}

/* Companies we work with — logo-ready placeholders */
.dash-partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:16px;min-height:130px;position:relative;z-index:1;align-items:stretch}
.dash-partner-slot{min-width:0;border:1px solid rgba(225,230,237,.13);border-radius:9px;background:linear-gradient(145deg,rgba(28,32,38,.54),rgba(6,8,11,.64));display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column;color:#7e8792;box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:.2s ease}
.dash-partner-slot span{font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.18em}
.dash-partner-slot small{font:500 7px/1 "IBM Plex Mono",monospace;color:#535c68}
.dash-partner-slot:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.34);color:#bbc1c9;background:linear-gradient(145deg,rgba(36,40,47,.68),rgba(7,9,12,.76))}
html.light .dash-partner-slot{border-color:rgba(30,47,70,.12);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(221,227,236,.68));color:#718096;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
html.light .dash-partner-slot small{color:#9aa4b1}
html.light .dash-partner-slot:hover{border-color:rgba(40,103,216,.32);color:#35567f;background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(225,232,242,.82))}

/* Dashboard clocks: continuous leftward instrument conveyor */
.dash-clock-strip.is-auto-scroll{justify-content:flex-start!important;scroll-behavior:auto!important;overscroll-behavior-x:contain;touch-action:pan-x}
.dash-clock-strip.is-auto-scroll .dash-clock{flex:0 0 86px}
.dash-clock-clone{pointer-events:none}

.main .nav-home-link{position:relative}
.main .nav-home-link.active{color:#fff}
html.light .main .nav-home-link.active{color:#16243a}

@media(max-width:1200px){
 .home-benefits-cockpit{margin:12px auto 12px;padding:0 14px}
 .home-benefits-cockpit .hchips{grid-template-columns:repeat(3,1fr)}
 .home-benefits-cockpit .hchip{min-height:94px}
 .dash-partner-grid{grid-template-columns:repeat(4,minmax(92px,1fr));overflow-x:auto}
}
@media(max-width:600px){
 .home-benefits-cockpit{padding:0 9px;margin:9px auto 10px}
 .home-benefits-cockpit .hchips{grid-template-columns:repeat(2,1fr);gap:8px}
 .home-benefits-cockpit .hchip{min-height:84px;padding:10px;grid-template-columns:38px 1fr;column-gap:8px}
 .home-benefits-cockpit .hchip-icon{width:36px;height:36px}
 .home-benefits-cockpit .hchip-icon svg{width:17px;height:17px}
 .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.5px}
 .home-benefits-cockpit .hchip-desc{font-size:8.5px;-webkit-line-clamp:2}
 .dash-partner-grid{display:flex;overflow-x:auto;min-height:105px;padding:10px;scroll-snap-type:x proximity}
 .dash-partner-slot{min-width:118px;min-height:82px;scroll-snap-align:start}
}
@media(prefers-reduced-motion:reduce){.home-benefits-cockpit .hchip:hover::before{animation:none}.dash-clock-strip.is-auto-scroll{scroll-behavior:auto!important}}


/* ======================================================================
   V180 hero alignment refinement · Türkiye'den Dünyaya
   ====================================================================== */
@media(min-width:1101px){
  body.home-cockpit .hero-inner{
    padding:96px 72px 80px!important;
  }
  body.home-cockpit .hero .eyebrow{
    margin-bottom:18px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:12px!important;
  }
  body.home-cockpit .hero .eyebrow i{
    width:28px!important;
    height:1px!important;
    min-width:28px!important;
    border-radius:0!important;
    background:#ef2736!important;
    box-shadow:0 0 8px rgba(239,39,54,.26)!important;
  }
  html.light body.home-cockpit .hero .eyebrow i{
    background:#2867d8!important;
    box-shadow:0 0 8px rgba(40,103,216,.22)!important;
  }
}
@media(min-width:601px) and (max-width:1100px){
  body.home-cockpit .hero-inner{
    padding:132px 24px 28px!important;
  }
  body.home-cockpit .hero .eyebrow{
    display:inline-flex!important;
    align-items:center!important;
    gap:10px!important;
    margin-bottom:18px!important;
  }
  body.home-cockpit .hero .eyebrow i{
    width:24px!important;height:1px!important;min-width:24px!important;border-radius:0!important;
    background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.24)!important;
  }
  html.light body.home-cockpit .hero .eyebrow i{background:#2867d8!important;box-shadow:0 0 7px rgba(40,103,216,.20)!important}
}
@media(max-width:600px){
  body.home-cockpit .hero-inner{
    padding:122px 18px 24px!important;
  }
  body.home-cockpit .hero .eyebrow{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    margin-bottom:16px!important;
  }
  body.home-cockpit .hero .eyebrow i{
    width:22px!important;height:1px!important;min-width:22px!important;border-radius:0!important;
    background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.22)!important;
  }
  html.light body.home-cockpit .hero .eyebrow i{background:#2867d8!important;box-shadow:0 0 7px rgba(40,103,216,.18)!important}
}

/* v181 · Mercedes instrument-style world clocks */
.dash-clocks{
  --clock-accent:#ef2938;
  --clock-metal-hi:#cfd3d8;
  --clock-metal-mid:#777e86;
  --clock-metal-lo:#252a30;
}
.dash-clocks .dash-panel-title{
  justify-content:center;
  text-align:center;
  letter-spacing:.07em;
  font-weight:500;
}
.dash-clocks .dash-panel-title::after{display:none}
.dash-clock-strip{
  min-height:142px;
  gap:18px;
  padding:10px 54px 12px;
  justify-content:space-evenly;
}
.dash-clock{
  flex:0 0 94px;
  min-width:94px;
  color:#e9edf2;
}
.dash-clock>strong{
  margin-top:6px;
  font:600 9px/1.05 "Inter",Arial,sans-serif;
  letter-spacing:.045em;
  color:#f1f3f6;
}
.dash-clock .clock-time{
  margin-top:2px;
  font:500 17px/1.02 "IBM Plex Mono",ui-monospace,monospace;
  letter-spacing:-.035em;
  color:#f7f8fa;
}
.dash-clock .clock-country{
  display:block;
  margin-top:2px;
  min-height:11px;
  font:400 8px/1.1 "Inter",Arial,sans-serif;
  color:#9da4ad;
  white-space:nowrap;
}
.clock-face{
  width:62px;
  height:62px;
  isolation:isolate;
  border:1px solid rgba(234,238,242,.72);
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.10),transparent 25%),
    radial-gradient(circle at 50% 53%,#171a1e 0 39%,#080a0d 62%,#020304 100%);
  box-shadow:
    0 4px 12px rgba(0,0,0,.48),
    0 0 0 1px #171a20,
    0 0 0 2px rgba(184,191,199,.38),
    inset 0 0 0 2px #050608,
    inset 0 0 0 4px rgba(183,190,198,.16),
    inset 0 0 18px rgba(0,0,0,.72);
}
.clock-face::before{
  inset:6px;
  opacity:.72;
  background:repeating-conic-gradient(from -1deg,rgba(238,241,244,.65) 0 .65deg,transparent .65deg 6deg);
  -webkit-mask:radial-gradient(circle,transparent 0 78%,#000 79% 100%);
  mask:radial-gradient(circle,transparent 0 78%,#000 79% 100%);
}
.clock-face::after{
  content:"12\A 9\00a0\00a0\00a0 3\A 6";
  white-space:pre;
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  color:#d8dde3;
  font:600 5.5px/19px "IBM Plex Mono",monospace;
  text-align:center;
  letter-spacing:0;
  padding-top:1px;
  opacity:.84;
  text-shadow:0 1px 1px #000;
}
.clock-face .tick{z-index:2;background:#c9ced4;opacity:.8}
.clock-face .t1,.clock-face .t3{height:3px}
.clock-face .t2,.clock-face .t4{width:3px}
.clock-face .hand{z-index:4;box-shadow:0 1px 2px rgba(0,0,0,.75)}
.clock-face .hour{
  width:2px;height:16px;margin-left:-1px;
  background:linear-gradient(90deg,#8c939b,#f4f5f6 48%,#8b9299);
}
.clock-face .minute{
  width:1.5px;height:22px;margin-left:-.75px;
  background:#eff1f3;
}
.clock-face .second{
  width:1px;height:24px;margin-left:-.5px;
  background:#d85a38;
  box-shadow:0 0 5px rgba(216,90,56,.28);
}
.clock-face em{
  z-index:6;
  width:5px;height:5px;
  background:#d9dde1;
  box-shadow:0 0 0 1px #11151a,0 0 5px rgba(255,255,255,.15);
}
.dash-clock-nav{
  width:32px;height:42px;
  color:#cdd2d8;
  font-size:31px;
  font-weight:200;
  opacity:.9;
  transition:color .2s ease,transform .2s ease,opacity .2s ease;
}
.dash-clock-nav.prev{left:15px}
.dash-clock-nav.next{right:15px}
.dash-clock-nav:hover{color:#fff;opacity:1}
.dash-clock-nav.prev:hover{transform:translate(-2px,3px)}
.dash-clock-nav.next:hover{transform:translate(2px,3px)}

/* Keep the Mercedes instrument face dark in both themes; only panel chrome changes. */
html.light .dash-clocks{--clock-accent:#2f72e5}
html.light .dash-clock{color:#1a2433}
html.light .dash-clock>strong{color:#1a2433}
html.light .dash-clock .clock-time{color:#152033}
html.light .dash-clock .clock-country{color:#667387}
html.light .clock-face{
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.12),transparent 25%),
    radial-gradient(circle at 50% 53%,#191c20 0 39%,#090b0e 62%,#020304 100%);
  border-color:#6c7580;
  box-shadow:0 4px 12px rgba(19,29,43,.20),0 0 0 1px #c9ced5,0 0 0 2px rgba(83,94,108,.22),inset 0 0 0 2px #050608,inset 0 0 0 4px rgba(183,190,198,.16),inset 0 0 18px rgba(0,0,0,.72);
}
html.light .clock-face .hour{background:linear-gradient(90deg,#8c939b,#f4f5f6 48%,#8b9299)}
html.light .clock-face .minute{background:#eff1f3}
html.light .clock-face .second{background:#d85a38}
html.light .clock-face em{background:#d9dde1;box-shadow:0 0 0 1px #11151a}
html.light .dash-clock-nav{color:#5c6878}
html.light .dash-clock-nav:hover{color:#1f2937}

@media(max-width:900px){
  .dash-clock-strip{min-height:136px;gap:14px;padding-inline:46px;justify-content:flex-start}
  .dash-clock{flex-basis:88px;min-width:88px}
  .clock-face{width:58px;height:58px}
  .dash-clock .clock-time{font-size:16px}
}
@media(max-width:600px){
  .dash-clock-strip{min-height:128px;padding:8px 42px 10px;gap:12px}
  .dash-clock{flex-basis:82px;min-width:82px}
  .clock-face{width:54px;height:54px}
  .dash-clock>strong{font-size:8px}
  .dash-clock .clock-time{font-size:15px}
  .dash-clock .clock-country{font-size:7.5px}
  .dash-clock-nav{font-size:28px}
}


/* ======================================================================
   V182 · Product groups visibility + premium automotive medallions
   ====================================================================== */
.product-group-grid{
  --pg-accent-rgb:239,39,54;
  background:
    radial-gradient(90% 140% at 12% 0%,rgba(255,255,255,.045),transparent 52%),
    linear-gradient(145deg,rgba(17,20,25,.92),rgba(6,8,11,.94))!important;
  border-color:rgba(206,214,224,.18)!important;
  box-shadow:0 30px 84px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.055),inset 0 -1px 0 rgba(255,255,255,.018)!important;
}
.product-group-card{
  min-height:188px!important;
  padding:34px 30px 29px!important;
  grid-template-columns:78px minmax(0,1fr) auto!important;
  column-gap:22px!important;
  background:
    radial-gradient(80% 120% at 12% 50%,rgba(var(--pg-accent-rgb),.045),transparent 62%),
    transparent!important;
}
.product-group-card+.product-group-card{border-inline-start-color:rgba(209,216,224,.13)!important}
.product-group-card::after{
  inset:18px auto 18px 0!important;
  width:1px!important;
  border-radius:999px;
  background:linear-gradient(180deg,transparent,rgba(var(--pg-accent-rgb),.95),transparent)!important;
  box-shadow:0 0 16px rgba(var(--pg-accent-rgb),.24)!important;
  opacity:.75!important;
}
.product-group-card:hover::after{width:2px!important;opacity:1!important}

/* Content must never depend on hover state. */
.product-group-copy,.product-group-action{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:5!important;
  filter:none!important;
}
.product-group-copy{display:flex!important;transform:none!important}
.product-group-copy strong{
  display:block!important;
  color:#f2f4f7!important;
  -webkit-text-fill-color:#f2f4f7!important;
  font-size:clamp(21px,1.7vw,27px)!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
  text-shadow:0 1px 12px rgba(0,0,0,.28);
}
.product-group-copy>span{
  display:block!important;
  color:#9ea7b4!important;
  -webkit-text-fill-color:#9ea7b4!important;
  font-size:13px!important;
  line-height:1.58!important;
  max-width:440px!important;
}
.product-group-action{
  display:flex!important;
  color:#e8ebef!important;
  -webkit-text-fill-color:#e8ebef!important;
  min-width:158px!important;
  border-color:rgba(207,214,223,.14)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.product-group-action>span{display:inline!important}
.product-group-action b{
  color:#f05a65!important;
  -webkit-text-fill-color:#f05a65!important;
  background:rgba(var(--pg-accent-rgb),.085)!important;
  border:1px solid rgba(var(--pg-accent-rgb),.16);
}

/* Premium automotive instrument medallion. */
.product-group-icon{
  width:70px!important;
  height:70px!important;
  border-radius:50%!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  color:#edf0f4!important;
  background:
    linear-gradient(145deg,#f5f6f8 0%,#959da7 13%,#282d34 31%,#090b0e 52%,#59616b 72%,#f0f2f4 100%)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:
    0 13px 28px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.045),
    0 0 18px rgba(var(--pg-accent-rgb),.075),
    inset 0 1px 0 rgba(255,255,255,.55)!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.product-group-icon::before{
  content:""!important;
  position:absolute!important;
  inset:5px!important;
  border-radius:50%!important;
  z-index:0!important;
  background:
    radial-gradient(circle at 35% 28%,rgba(255,255,255,.08),transparent 24%),
    linear-gradient(145deg,#191d22,#050608 68%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.09),inset 0 0 18px rgba(0,0,0,.68)!important;
}
.product-group-icon::after{
  content:"";
  position:absolute;
  inset:-3px;
  z-index:-1;
  border-radius:50%;
  background:conic-gradient(from 205deg,transparent 0 17%,rgba(var(--pg-accent-rgb),.96) 20% 34%,transparent 38% 76%,rgba(255,255,255,.38) 80% 86%,transparent 90%);
  -webkit-mask:radial-gradient(circle,transparent 0 78%,#000 80% 100%);
  mask:radial-gradient(circle,transparent 0 78%,#000 80% 100%);
  filter:drop-shadow(0 0 5px rgba(var(--pg-accent-rgb),.22));
  opacity:.82;
  transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .25s ease;
}
.product-group-icon svg{
  width:32px!important;
  height:32px!important;
  position:relative!important;
  z-index:2!important;
  stroke:#f2f4f7!important;
  stroke-width:1.55!important;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.55)) drop-shadow(0 0 5px rgba(var(--pg-accent-rgb),.10));
}
.product-group-card:hover .product-group-icon{
  transform:translateY(-2px)!important;
  box-shadow:0 17px 34px rgba(0,0,0,.38),0 0 0 1px rgba(var(--pg-accent-rgb),.16),0 0 22px rgba(var(--pg-accent-rgb),.12),inset 0 1px 0 rgba(255,255,255,.62)!important;
}
.product-group-card:hover .product-group-icon::after{transform:rotate(16deg);opacity:1}
.product-group-card:hover .product-group-action{
  transform:translateX(2px)!important;
  border-color:rgba(var(--pg-accent-rgb),.28)!important;
  background:linear-gradient(145deg,rgba(var(--pg-accent-rgb),.065),rgba(255,255,255,.02))!important;
}

/* One coherent premium theme: dark = red, light = cobalt blue. */
.product-group-clean{--pg-accent-rgb:239,39,54}
html.light .product-group-grid{--pg-accent-rgb:40,103,216}
html.light .product-group-card,html.light .product-group-clean{--pg-accent-rgb:40,103,216}
html.light .product-group-grid{
  background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(232,237,244,.90))!important;
  border-color:rgba(30,47,70,.15)!important;
  box-shadow:0 28px 66px rgba(26,43,66,.12),inset 0 1px 0 #fff!important;
}
html.light .product-group-card{background:radial-gradient(80% 120% at 12% 50%,rgba(var(--pg-accent-rgb),.045),transparent 62%)!important}
html.light .product-group-copy strong{color:#162238!important;-webkit-text-fill-color:#162238!important;text-shadow:none}
html.light .product-group-copy>span{color:#657287!important;-webkit-text-fill-color:#657287!important}
html.light .product-group-action{color:#22334d!important;-webkit-text-fill-color:#22334d!important;border-color:rgba(31,53,83,.13)!important;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(224,230,238,.64))!important}
html.light .product-group-action b{color:#2867d8!important;-webkit-text-fill-color:#2867d8!important;background:rgba(40,103,216,.075)!important;border-color:rgba(40,103,216,.14)!important}
html.light .product-group-icon{
  color:#163566!important;
  background:linear-gradient(145deg,#fff 0%,#d9dee5 18%,#87919e 39%,#f7f9fb 61%,#a8b0ba 78%,#fff 100%)!important;
  border-color:rgba(27,48,76,.20)!important;
  box-shadow:0 12px 24px rgba(31,48,72,.15),0 0 15px rgba(40,103,216,.075),inset 0 1px 0 #fff!important;
}
html.light .product-group-icon::before{background:linear-gradient(145deg,#fbfcfe,#dfe4eb)!important;box-shadow:inset 0 0 0 1px rgba(39,59,86,.08),inset 0 0 14px rgba(53,74,103,.055)!important}
html.light .product-group-icon svg{stroke:#173a70!important;filter:drop-shadow(0 1px 1px rgba(255,255,255,.85))}

@media(max-width:900px){
  .product-group-card{grid-template-columns:64px minmax(0,1fr) 44px!important;min-height:160px!important;padding:26px 22px!important;column-gap:15px!important}
  .product-group-icon{width:58px!important;height:58px!important}
  .product-group-icon svg{width:27px!important;height:27px!important}
  .product-group-action{min-width:0!important;width:44px!important;height:44px!important;padding:0!important;justify-content:center!important}
  .product-group-action>span{display:none!important}
}
@media(max-width:600px){
  .product-group-card{grid-template-columns:54px minmax(0,1fr) 38px!important;min-height:148px!important;padding:22px 18px!important;column-gap:12px!important}
  .product-group-icon{width:50px!important;height:50px!important}
  .product-group-icon svg{width:24px!important;height:24px!important}
  .product-group-copy strong{font-size:18px!important}
  .product-group-copy>span{font-size:11.5px!important;line-height:1.48!important}
  .product-group-action{width:38px!important;height:38px!important}
}


/* ======================================================================
   V183 · approved visual match: premium cards + continuously moving rails
   ====================================================================== */

/* Approved six-card visual language */
body.home-cockpit .home-benefits-cockpit{max-width:1500px!important;margin:16px auto 18px!important;padding:0 28px!important}
body.home-cockpit .home-benefits-cockpit .hchips{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:11px!important}
body.home-cockpit .home-benefits-cockpit .hchip,
html.light body.home-cockpit .home-benefits-cockpit .hchip{
  min-height:128px!important;padding:14px 14px 13px!important;border-radius:14px!important;
  grid-template-columns:66px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;column-gap:12px!important;row-gap:5px!important;
  background:linear-gradient(145deg,rgba(13,16,20,.91),rgba(3,5,8,.94))!important;
  border:1px solid rgba(221,227,234,.20)!important;color:#f3f5f7!important;text-align:left!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(12px) saturate(1.03)!important;-webkit-backdrop-filter:blur(12px) saturate(1.03)!important;
}
body.home-cockpit .home-benefits-cockpit .hchip::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,transparent 18%,rgba(239,39,54,.055) 45%,transparent 70%);opacity:.55}
body.home-cockpit .home-benefits-cockpit .hchip:hover{transform:translateY(-3px)!important;border-color:rgba(239,39,54,.50)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 17px 34px rgba(0,0,0,.31),0 0 18px rgba(239,39,54,.11)!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover{border-color:rgba(40,103,216,.50)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 17px 34px rgba(0,0,0,.31),0 0 18px rgba(40,103,216,.11)!important}
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  grid-row:1/3!important;width:62px!important;height:62px!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;display:grid!important;place-items:center!important;
}
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after{display:none!important}
body.home-cockpit .home-benefits-cockpit .hchip-icon img{display:block;width:62px!important;height:62px!important;object-fit:contain!important;filter:drop-shadow(0 8px 12px rgba(0,0,0,.35));transition:transform .22s ease,filter .22s ease}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{filter:hue-rotate(215deg) saturate(.9) brightness(1.05) drop-shadow(0 8px 12px rgba(12,32,62,.18))}
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{transform:translateY(-2px) scale(1.035);filter:drop-shadow(0 8px 14px rgba(0,0,0,.40)) drop-shadow(0 0 7px rgba(239,39,54,.18))}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{filter:hue-rotate(215deg) saturate(.95) brightness(1.07) drop-shadow(0 8px 14px rgba(12,32,62,.19)) drop-shadow(0 0 7px rgba(40,103,216,.17))}
body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){align-self:end!important;color:#f6f7f9!important;font-size:12.5px!important;font-weight:700!important;line-height:1.24!important;text-shadow:0 1px 2px #000!important}
body.home-cockpit .home-benefits-cockpit .hchip-desc{align-self:start!important;color:#b2b8c0!important;font-size:10px!important;line-height:1.42!important;font-weight:440!important;-webkit-line-clamp:2!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){color:#f6f7f9!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip-desc{color:#c5cad1!important}

/* Product groups — approved reference with real product imagery and always-visible copy */
body.home-cockpit .product-groups{padding:74px 0 88px!important;background:#030406!important;border-top:1px solid rgba(223,228,235,.10)!important;border-bottom:1px solid rgba(223,228,235,.10)!important}
html.light body.home-cockpit .product-groups{background:#eef1f5!important;border-color:rgba(28,44,66,.10)!important}
body.home-cockpit .product-groups .wrap{max-width:1600px!important;padding-inline:34px!important}
body.home-cockpit .product-groups-head{text-align:center!important;max-width:1040px!important;margin:0 auto 36px!important}
body.home-cockpit .product-groups-head .kick{display:inline-flex!important;align-items:center!important;gap:16px!important;color:#ef3140!important;letter-spacing:.24em!important;font-size:12px!important;font-weight:700!important}
body.home-cockpit .product-groups-head .title{max-width:1040px!important;margin:20px auto 16px!important;font-size:clamp(38px,4vw,62px)!important;line-height:1.03!important;letter-spacing:-.045em!important;color:#f7f8fa!important}
body.home-cockpit .product-groups-head .lead{max-width:920px!important;margin:0 auto!important;font-size:16px!important;line-height:1.65!important;color:#939ba6!important}
html.light body.home-cockpit .product-groups-head .kick{color:#2867d8!important}
html.light body.home-cockpit .product-groups-head .title{color:#162238!important}
html.light body.home-cockpit .product-groups-head .lead{color:#667387!important}
body.home-cockpit .product-group-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.home-cockpit .product-group-card,
html.light body.home-cockpit .product-group-card{
  --pg-accent-rgb:239,39,54;position:relative!important;display:grid!important;
  grid-template-columns:minmax(260px,38%) 76px minmax(0,1fr)!important;grid-template-rows:auto 1fr auto!important;
  min-height:390px!important;padding:28px 34px 34px 0!important;column-gap:20px!important;row-gap:8px!important;
  border:1px solid rgba(215,222,230,.27)!important;border-radius:24px!important;overflow:hidden!important;
  background:radial-gradient(75% 110% at 9% 48%,rgba(239,39,54,.08),transparent 58%),linear-gradient(145deg,#15191e,#080a0d 62%,#11151a)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 22px 55px rgba(0,0,0,.23)!important;
  color:#f3f5f8!important;transform:none!important;
}
body.home-cockpit .product-group-card+.product-group-card{border-inline-start:1px solid rgba(215,222,230,.27)!important}
body.home-cockpit .product-group-card::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(115deg,transparent 20%,rgba(239,39,54,.045) 47%,transparent 69%)!important;opacity:.45!important;pointer-events:none!important}
body.home-cockpit .product-group-card::after{left:0!important;right:auto!important;top:0!important;bottom:0!important;width:1px!important;height:auto!important;background:linear-gradient(180deg,transparent 6%,#ef2736 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(239,39,54,.28)!important;opacity:.85!important}
body.home-cockpit .product-group-card:hover{transform:translateY(-3px)!important;border-color:rgba(239,39,54,.40)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 28px 64px rgba(0,0,0,.30),0 0 22px rgba(239,39,54,.07)!important}
body.home-cockpit .product-group-visual{grid-column:1!important;grid-row:1/4!important;align-self:stretch!important;width:100%!important;height:100%!important;min-height:330px!important;object-fit:cover!important;object-position:center bottom!important;opacity:.98!important;z-index:1!important;pointer-events:none!important;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 76%,rgba(0,0,0,.65) 88%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 76%,rgba(0,0,0,.65) 88%,transparent 100%)}
body.home-cockpit .product-group-index{position:absolute!important;left:30px!important;top:28px!important;z-index:6!important;color:#ef3140!important;font:700 13px/1 "IBM Plex Mono",monospace!important;letter-spacing:.08em!important}
body.home-cockpit .product-group-icon{grid-column:2!important;grid-row:1!important;align-self:end!important;width:70px!important;height:70px!important;border-radius:50%!important;margin-top:52px!important;z-index:4!important}
body.home-cockpit .product-group-copy{grid-column:3!important;grid-row:1/3!important;display:flex!important;align-self:center!important;justify-self:stretch!important;transform:none!important;opacity:1!important;visibility:visible!important;z-index:4!important;margin-top:46px!important}
body.home-cockpit .product-group-copy strong{font-size:31px!important;line-height:1.06!important;color:#f8f9fa!important;-webkit-text-fill-color:#f8f9fa!important;letter-spacing:-.035em!important}
body.home-cockpit .product-group-copy strong::after{content:"";display:block;width:62px;height:2px;background:#ef2736;margin-top:22px;box-shadow:0 0 9px rgba(239,39,54,.22)}
body.home-cockpit .product-group-copy>span{margin-top:24px!important;max-width:510px!important;font-size:17px!important;line-height:1.58!important;color:#c2c7cf!important;-webkit-text-fill-color:#c2c7cf!important}
body.home-cockpit .product-group-action{grid-column:3!important;grid-row:3!important;justify-self:start!important;align-self:end!important;display:inline-flex!important;min-width:220px!important;min-height:58px!important;padding:0 18px 0 24px!important;gap:22px!important;border-radius:14px!important;border:1px solid rgba(239,39,54,.48)!important;background:linear-gradient(145deg,rgba(239,39,54,.085),rgba(8,10,13,.42))!important;color:#f6f7f9!important;z-index:4!important}
body.home-cockpit .product-group-action>span{display:inline!important;font-size:14px!important;font-weight:700!important}
body.home-cockpit .product-group-action b{width:38px!important;height:38px!important;border-radius:11px!important;color:#ff3443!important;background:rgba(239,39,54,.08)!important;border-color:rgba(239,39,54,.14)!important;font-size:22px!important}
html.light body.home-cockpit .product-group-card{--pg-accent-rgb:40,103,216;background:radial-gradient(75% 110% at 9% 48%,rgba(40,103,216,.055),transparent 58%),linear-gradient(145deg,#fbfcfe,#e7ebf1 62%,#f2f5f9)!important;border-color:rgba(30,48,74,.18)!important;box-shadow:inset 0 1px 0 #fff,0 22px 50px rgba(32,49,73,.10)!important;color:#172338!important}
html.light body.home-cockpit .product-group-card::before{background:linear-gradient(115deg,transparent 20%,rgba(40,103,216,.045) 47%,transparent 69%)!important}
html.light body.home-cockpit .product-group-card::after{background:linear-gradient(180deg,transparent 6%,#2867d8 48%,transparent 94%)!important;box-shadow:0 0 18px rgba(40,103,216,.22)!important}
html.light body.home-cockpit .product-group-index{color:#2867d8!important}
html.light body.home-cockpit .product-group-copy strong{color:#172338!important;-webkit-text-fill-color:#172338!important}
html.light body.home-cockpit .product-group-copy strong::after{background:#2867d8;box-shadow:0 0 9px rgba(40,103,216,.18)}
html.light body.home-cockpit .product-group-copy>span{color:#59677a!important;-webkit-text-fill-color:#59677a!important}
html.light body.home-cockpit .product-group-action{border-color:rgba(40,103,216,.36)!important;background:linear-gradient(145deg,rgba(40,103,216,.06),rgba(255,255,255,.52))!important;color:#20314b!important}
html.light body.home-cockpit .product-group-action b{color:#2867d8!important;background:rgba(40,103,216,.07)!important;border-color:rgba(40,103,216,.13)!important}

/* Moving working-partner rail */
body.home-cockpit .dash-partners{position:relative!important;overflow:hidden!important}
body.home-cockpit .dash-partner-grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:hidden!important;scrollbar-width:none!important;scroll-snap-type:none!important;justify-content:flex-start!important;padding:12px 44px 14px!important;min-height:112px!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important}
body.home-cockpit .dash-partner-grid::-webkit-scrollbar{display:none!important}
body.home-cockpit .dash-partner-slot{flex:0 0 132px!important;min-width:132px!important;min-height:76px!important}
.dash-partner-clone{pointer-events:none!important}
.dash-partner-nav{position:absolute;z-index:8;top:50%;transform:translateY(-7%);width:34px;height:46px;border:0;background:transparent;color:#cdd2d8;font-size:31px;font-weight:200;cursor:pointer;display:grid;place-items:center;opacity:.9}
.dash-partner-nav.prev{left:9px}.dash-partner-nav.next{right:9px}
.dash-partner-nav:hover{color:#fff}.dash-partner-nav.prev:hover{transform:translate(-2px,-7%)}.dash-partner-nav.next:hover{transform:translate(2px,-7%)}
html.light .dash-partner-nav{color:#667386}html.light .dash-partner-nav:hover{color:#1f2937}

/* World clocks — approved size + reliable leftward marquee */
body.home-cockpit .dash-clock-strip{min-height:150px!important;display:flex!important;gap:16px!important;padding:10px 52px 12px!important;justify-content:flex-start!important;overflow-x:hidden!important;scrollbar-width:none!important;scroll-snap-type:none!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important}
body.home-cockpit .dash-clock-strip::-webkit-scrollbar{display:none!important}
body.home-cockpit .dash-clock{flex:0 0 96px!important;min-width:96px!important}
body.home-cockpit .clock-face{width:68px!important;height:68px!important}
body.home-cockpit .dash-clock>strong{font-size:9.5px!important;margin-top:7px!important}
body.home-cockpit .dash-clock .clock-time{font-size:17px!important;margin-top:2px!important}
body.home-cockpit .dash-clock .clock-country{font-size:8px!important;margin-top:3px!important}
body.home-cockpit .clock-face .hour{height:17px!important}
body.home-cockpit .clock-face .minute{height:24px!important}
body.home-cockpit .clock-face .second{height:26px!important;background:#dc633e!important;box-shadow:0 0 5px rgba(220,99,62,.30)!important}
.v183-marquee-clone{pointer-events:none!important}

@media(max-width:1200px){
 body.home-cockpit .home-benefits-cockpit .hchips{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body.home-cockpit .product-group-card{grid-template-columns:minmax(190px,34%) 60px minmax(0,1fr)!important;min-height:330px!important;padding:24px 24px 28px 0!important;column-gap:14px!important}
 body.home-cockpit .product-group-visual{min-height:280px!important}
 body.home-cockpit .product-group-icon{width:58px!important;height:58px!important}
 body.home-cockpit .product-group-copy strong{font-size:26px!important}
 body.home-cockpit .product-group-copy>span{font-size:14px!important}
 body.home-cockpit .product-group-action{min-width:0!important;min-height:50px!important}
}
@media(max-width:760px){
 body.home-cockpit .home-benefits-cockpit{padding:0 12px!important}
 body.home-cockpit .home-benefits-cockpit .hchips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 body.home-cockpit .home-benefits-cockpit .hchip{min-height:112px!important;padding:10px!important;grid-template-columns:52px minmax(0,1fr)!important;column-gap:8px!important}
 body.home-cockpit .home-benefits-cockpit .hchip-icon,body.home-cockpit .home-benefits-cockpit .hchip-icon img{width:50px!important;height:50px!important}
 body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.5px!important}
 body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:8.7px!important}
 body.home-cockpit .product-groups{padding:52px 0 62px!important}
 body.home-cockpit .product-groups .wrap{padding-inline:14px!important}
 body.home-cockpit .product-groups-head{margin-bottom:24px!important;text-align:left!important}
 body.home-cockpit .product-groups-head .title{font-size:34px!important;margin:14px 0 12px!important}
 body.home-cockpit .product-groups-head .lead{font-size:13px!important;margin:0!important}
 body.home-cockpit .product-group-grid{display:flex!important;overflow-x:auto!important;gap:12px!important;scroll-snap-type:x mandatory!important;padding-bottom:5px!important;scrollbar-width:none!important}
 body.home-cockpit .product-group-grid::-webkit-scrollbar{display:none!important}
 body.home-cockpit .product-group-card{flex:0 0 88vw!important;display:grid!important;grid-template-columns:126px 52px minmax(0,1fr)!important;grid-template-rows:auto 1fr auto!important;min-height:290px!important;padding:20px 18px 22px 0!important;column-gap:10px!important;scroll-snap-align:center!important}
 body.home-cockpit .product-group-visual{min-height:250px!important}
 body.home-cockpit .product-group-index{left:18px!important;top:18px!important;font-size:10px!important}
 body.home-cockpit .product-group-icon{width:50px!important;height:50px!important;margin-top:40px!important}
 body.home-cockpit .product-group-copy{margin-top:34px!important}
 body.home-cockpit .product-group-copy strong{font-size:19px!important}
 body.home-cockpit .product-group-copy strong::after{width:40px!important;margin-top:12px!important}
 body.home-cockpit .product-group-copy>span{font-size:11.3px!important;line-height:1.48!important;margin-top:12px!important}
 body.home-cockpit .product-group-action{min-height:42px!important;padding:0 10px 0 13px!important;gap:8px!important;border-radius:11px!important}
 body.home-cockpit .product-group-action>span{font-size:10px!important}
 body.home-cockpit .product-group-action b{width:28px!important;height:28px!important;font-size:17px!important}
 body.home-cockpit .dash-partner-slot{flex-basis:112px!important;min-width:112px!important}
 body.home-cockpit .dash-clock{flex-basis:88px!important;min-width:88px!important}
 body.home-cockpit .clock-face{width:60px!important;height:60px!important}
}

/* ======================================================================
   v184 · Operation Center exact reference treatment + reliable marquee
   ====================================================================== */
body.home-cockpit .marq{display:none!important}

/* advantage icon plates: full icon visible inside a premium round bezel */
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  width:70px!important;height:70px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;
  background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.16),transparent 28%),linear-gradient(145deg,#20252b 0%,#090b0e 55%,#171b20 100%)!important;
  border:1px solid rgba(220,225,232,.48)!important;
  box-shadow:inset 0 0 0 3px rgba(2,4,7,.9),inset 0 0 0 4px rgba(255,255,255,.06),0 0 0 1px rgba(239,39,54,.38),0 9px 20px rgba(0,0,0,.34)!important;
  position:relative!important;
}
body.home-cockpit .home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:5px!important;border-radius:50%!important;
  border:1px solid rgba(239,39,54,.42)!important;pointer-events:none!important;z-index:2!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.9),transparent 29%),linear-gradient(145deg,#f8fbff 0%,#cbd3de 50%,#eef2f7 100%)!important;
  border-color:rgba(67,82,105,.38)!important;
  box-shadow:inset 0 0 0 3px rgba(245,248,252,.95),inset 0 0 0 4px rgba(42,65,98,.08),0 0 0 1px rgba(40,103,216,.34),0 9px 20px rgba(31,48,72,.14)!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before{border-color:rgba(40,103,216,.42)!important}
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:contain!important;border-radius:50%!important;
  transform:none!important;filter:drop-shadow(0 5px 8px rgba(0,0,0,.40))!important;position:relative!important;z-index:1!important;
}
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{transform:scale(1.04)!important;filter:drop-shadow(0 5px 9px rgba(0,0,0,.46)) drop-shadow(0 0 7px rgba(239,39,54,.22))!important}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{filter:drop-shadow(0 5px 9px rgba(22,39,66,.18)) drop-shadow(0 0 7px rgba(40,103,216,.20))!important}

/* Operation Center — match the supplied reference: red connector + exact round icons */
body.home-cockpit .dash-ops{background:linear-gradient(155deg,#0b0e12,#05070a 72%)!important;border-color:rgba(210,216,225,.22)!important;overflow:hidden!important}
body.home-cockpit .dash-ops .dash-panel-title{height:48px!important;padding:0 28px!important;font-family:Georgia,'Times New Roman',serif!important;font-size:15px!important;letter-spacing:.035em!important;color:#f1f2f4!important}
body.home-cockpit .dash-ops .dash-panel-title::after{left:28px!important;width:20px!important;height:1px!important;background:#ef2736!important;box-shadow:none!important}
body.home-cockpit .dash-ops-flow{
  min-height:174px!important;padding:20px 22px 17px!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:6px!important;align-items:start!important;overflow:visible!important;
}
body.home-cockpit .dash-ops-flow::before{
  left:8.7%!important;right:8.7%!important;top:50px!important;height:2px!important;
  background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.20)!important;opacity:.95!important;
}
body.home-cockpit .dash-op{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;color:#f0f1f3!important;min-width:0!important;position:relative!important}
body.home-cockpit .dash-op-ico{
  order:1!important;width:62px!important;height:62px!important;display:block!important;border:0!important;border-radius:50%!important;
  background:none!important;box-shadow:none!important;padding:0!important;overflow:visible!important;position:relative!important;z-index:2!important;
}
body.home-cockpit .dash-op-ico img{display:block!important;width:62px!important;height:62px!important;object-fit:contain!important;border-radius:50%!important;filter:drop-shadow(0 7px 12px rgba(0,0,0,.40))!important}
body.home-cockpit .dash-op b{order:2!important;margin:7px 0 0!important;color:#ef2736!important;font:500 10px/1 'IBM Plex Mono',monospace!important}
body.home-cockpit .dash-op small{order:3!important;margin-top:7px!important;max-width:112px!important;min-height:34px!important;color:#f0f1f3!important;font-size:11.6px!important;line-height:1.35!important;font-weight:440!important}
body.home-cockpit .dash-op:hover{transform:translateY(-2px)!important}
body.home-cockpit .dash-op:hover .dash-op-ico{box-shadow:none!important}
body.home-cockpit .dash-op:hover .dash-op-ico img{filter:drop-shadow(0 7px 12px rgba(0,0,0,.45)) drop-shadow(0 0 8px rgba(239,39,54,.20))!important}
html.light body.home-cockpit .dash-ops{background:linear-gradient(155deg,#10141a,#06080b 72%)!important;border-color:rgba(44,57,76,.25)!important}
html.light body.home-cockpit .dash-ops-flow::before{background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.18)!important}
html.light body.home-cockpit .dash-op,html.light body.home-cockpit .dash-op small{color:#f0f1f3!important}
html.light body.home-cockpit .dash-op b{color:#ef2736!important}

/* v184 rails: transform-based conveyor is independent of scrollLeft/browser quirks */
body.home-cockpit .dash-clock-strip,body.home-cockpit .dash-partner-grid{
  overflow:hidden!important;position:relative!important;scroll-behavior:auto!important;touch-action:pan-y!important;cursor:grab!important;
}
body.home-cockpit .dash-clock-strip:active,body.home-cockpit .dash-partner-grid:active{cursor:grabbing!important}
.v184-rail-track{display:flex!important;align-items:center!important;width:max-content!important;will-change:transform!important;transform:translate3d(0,0,0);gap:inherit!important}
body.home-cockpit .dash-clock-strip>.v184-rail-track{padding:0!important}
body.home-cockpit .dash-partner-grid>.v184-rail-track{padding:0!important;align-items:stretch!important}
.v184-rail-clone{pointer-events:none!important;user-select:none!important}
body.home-cockpit .dash-clock-strip .dash-clock{flex:0 0 104px!important;min-width:104px!important}
body.home-cockpit .dash-partner-grid .dash-partner-slot{flex:0 0 132px!important;min-width:132px!important}
body.home-cockpit .dash-clock-strip{padding:10px 52px 12px!important;gap:0!important}
body.home-cockpit .dash-clock-strip .v184-rail-track{gap:16px!important}
body.home-cockpit .dash-partner-grid{padding:12px 44px 14px!important;gap:0!important}
body.home-cockpit .dash-partner-grid .v184-rail-track{gap:10px!important}

/* World clocks — stronger Mercedes-style instrument readability */
body.home-cockpit .clock-face{width:72px!important;height:72px!important;border:1px solid #c1c6cd!important;background:radial-gradient(circle at 36% 30%,#2a2e34 0%,#0a0c0f 58%,#020304 100%)!important;box-shadow:inset 0 0 0 3px #090b0e,inset 0 0 0 4px rgba(255,255,255,.18),0 7px 15px rgba(0,0,0,.34)!important}
body.home-cockpit .dash-clock>strong{font-size:10px!important;color:#f2f3f5!important;letter-spacing:.035em!important}
body.home-cockpit .dash-clock .clock-time{font-size:18px!important;color:#fff!important;font-weight:560!important}
body.home-cockpit .dash-clock .clock-country{font-size:9px!important;color:#c6cbd1!important}
body.home-cockpit .clock-face .second{background:#e06940!important;box-shadow:0 0 5px rgba(224,105,64,.35)!important}
html.light body.home-cockpit .dash-clocks{background:linear-gradient(155deg,#0b0e12,#05070a 72%)!important;color:#f3f5f8!important}
html.light body.home-cockpit .dash-clocks .dash-panel-title,html.light body.home-cockpit .dash-clock>strong,html.light body.home-cockpit .dash-clock .clock-time{color:#f3f5f8!important}
html.light body.home-cockpit .dash-clock .clock-country{color:#c3c8cf!important}

@media(max-width:1200px){
  body.home-cockpit .dash-ops-flow{grid-template-columns:repeat(6,100px)!important;overflow-x:auto!important;justify-content:flex-start!important;padding-inline:16px!important}
  body.home-cockpit .dash-ops-flow::before{left:56px!important;right:auto!important;width:500px!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{width:62px!important;height:62px!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon img,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{width:52px!important;height:52px!important}
}
@media(max-width:760px){
  body.home-cockpit .home-benefits-cockpit .hchip{grid-template-columns:54px minmax(0,1fr)!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{width:52px!important;height:52px!important}
  body.home-cockpit .home-benefits-cockpit .hchip-icon img,html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{width:44px!important;height:44px!important}
  body.home-cockpit .dash-ops-flow{min-height:166px!important}
  body.home-cockpit .dash-op small{font-size:10px!important;max-width:92px!important}
  body.home-cockpit .dash-clock-strip .dash-clock{flex-basis:92px!important;min-width:92px!important}
  body.home-cockpit .clock-face{width:64px!important;height:64px!important}
}
@media(prefers-reduced-motion:reduce){.v184-rail-track{will-change:auto!important}}


/* ============================================================================
   v185 — Hero alti fayda kartlari (home-benefits-cockpit)
   Hedef duzen: [ikon][baslik] ust satirda yan yana + dikey ortalanmis,
   aciklama kartin tam genisliginde ORTALANMIS ve kesilmeden.
   ========================================================================== */
.home-benefits-cockpit .hchip,
body.home-cockpit .home-benefits-cockpit .hchip,
html.light body.home-cockpit .home-benefits-cockpit .hchip{
  grid-template-columns:66px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:12px!important;
  row-gap:10px!important;
  align-items:center!important;
  align-content:center!important;
  min-height:132px!important;
  padding:14px 13px 14px!important;
}
/* ikon: sadece 1. satir, dikey ortali */
.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
}
/* baslik: 1. satir 2. sutun, ikonla dikey hizali */
.home-benefits-cockpit .hchip>span:not(.hchip-icon),
body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  text-align:left!important;
  font-size:12.6px!important;
  line-height:1.26!important;
  font-weight:700!important;
  overflow-wrap:anywhere!important;
}
/* aciklama: tam genislik, ortalanmis, KESME YOK */
.home-benefits-cockpit .hchip-desc,
body.home-cockpit .home-benefits-cockpit .hchip-desc{
  grid-column:1/-1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:stretch!important;
  width:100%!important;
  text-align:center!important;
  display:block!important;
  -webkit-line-clamp:none!important;
  -webkit-box-orient:horizontal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:10.4px!important;
  line-height:1.5!important;
  font-weight:450!important;
  padding-top:2px!important;
  overflow-wrap:anywhere!important;
}
/* RTL (ar / fa): baslik saga dayali */
html[dir="rtl"] .home-benefits-cockpit .hchip>span:not(.hchip-icon),
html[dir="rtl"] body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){
  text-align:right!important;
}

@media(max-width:1200px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:62px minmax(0,1fr)!important;min-height:130px!important}
}
@media(max-width:1100px){
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:12.2px!important}
}
@media(max-width:760px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:54px minmax(0,1fr)!important;
    column-gap:9px!important;row-gap:8px!important;
    min-height:126px!important;padding:12px 10px!important}
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.4px!important}
  .home-benefits-cockpit .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:9.6px!important;line-height:1.45!important}
}
/* --- v185b: ikon cercevesi her iki temada da KOYU (light temada beyaz halka bug'i) --- */
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
.home-benefits-cockpit .hchip-icon{
  background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.10),transparent 30%),linear-gradient(150deg,#1b2026 0%,#080a0d 58%,#141319 100%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:inset 0 0 0 3px rgba(2,4,7,.92),0 0 0 1px rgba(239,39,54,.30),0 8px 18px rgba(0,0,0,.34)!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
.home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:4px!important;
  border-radius:50%!important;border:1px solid rgba(239,39,54,.34)!important;pointer-events:none!important;z-index:2!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
.home-benefits-cockpit .hchip-icon::after{display:none!important}
/* light temada ikon PNG'sine hue-rotate uygulanmasin */
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.40))!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  filter:drop-shadow(0 5px 9px rgba(0,0,0,.46)) drop-shadow(0 0 7px rgba(239,39,54,.22))!important;
}

@media(max-width:600px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:48px minmax(0,1fr)!important;
    min-height:138px!important;padding:11px 9px!important}
  .home-benefits-cockpit .hchip-icon,
  body.home-cockpit .home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{width:46px!important;height:46px!important}
  .home-benefits-cockpit .hchip-icon img,
  body.home-cockpit .home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
    width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.6px!important;line-height:1.22!important}
  .home-benefits-cockpit .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:9px!important;line-height:1.44!important}
}


/* ============================================================================
   v186 — Ikon PNG'si cemberi TAMAMEN doldurur (bosluk yok, tam ortali)
   ========================================================================== */
.home-benefits-cockpit .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:100%!important;height:100%!important;
  max-width:100%!important;max-height:100%!important;
  border-radius:50%!important;
  object-fit:cover!important;object-position:center center!important;
  display:block!important;
  transform:none!important;
  filter:none!important;
}
.home-benefits-cockpit .hchip:hover .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  transform:scale(1.05)!important;
  filter:none!important;
}
/* kirmizi ic halka goruntunun USTUNDE kalsin, dis kontur korunur */
.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(239,39,54,.34),0 8px 18px rgba(0,0,0,.34)!important;
}
.home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:3px!important;
  border-radius:50%!important;border:1px solid rgba(239,39,54,.40)!important;
  pointer-events:none!important;z-index:2!important;
}


/* ============================================================================
   v199 — Ikon cercevesi/kirmizi halka KALDIRILDI; orijinal rozet gorselleri
   dogrudan, kendi seffaf zeminleriyle gosterilir.
   ========================================================================== */
.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  background:transparent!important;border:0!important;box-shadow:none!important;
  border-radius:0!important;overflow:visible!important;
}
.home-benefits-cockpit .hchip-icon::before,
.home-benefits-cockpit .hchip-icon::after,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::after{display:none!important}
.home-benefits-cockpit .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;border-radius:0!important;transform:none!important;
  filter:drop-shadow(0 7px 12px rgba(0,0,0,.40))!important;
}
.home-benefits-cockpit .hchip:hover .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  transform:translateY(-2px) scale(1.05)!important;
  filter:drop-shadow(0 9px 14px rgba(0,0,0,.45)) drop-shadow(0 0 9px rgba(239,39,54,.22))!important;
}


/* ============================================================================
   v203 — "Calistigimiz Firmalar": gercek logolar
   ========================================================================== */
.dash-partner-slot{padding:10px 14px!important}
.dash-partner-slot img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.35))}
body.home-cockpit .dash-partner-slot{flex:0 0 152px!important;min-width:152px!important;min-height:80px!important}
/* logolarin cogu koyu zemine gore hazirlandi: light temada da slotlar koyu kalsin */
html.light .dash-partner-slot{
  border-color:rgba(255,255,255,.14)!important;
  background:linear-gradient(145deg,rgba(28,32,38,.92),rgba(6,8,11,.94))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
html.light .dash-partner-slot:hover{border-color:rgba(40,103,216,.4)!important}
@media(max-width:700px){
  body.home-cockpit .dash-partner-slot{flex:0 0 128px!important;min-width:128px!important;min-height:70px!important}
}


/* v203b — logo slotlari: iki temada da BEYAZ cip (kurumsal logolar icin standart) */
.dash-partner-slot,
html.light .dash-partner-slot,
body.home-cockpit .dash-partner-slot{
  background:linear-gradient(160deg,#ffffff 0%,#eef1f5 100%)!important;
  border:1px solid rgba(18,28,44,.10)!important;
  box-shadow:inset 0 1px 0 #fff,0 6px 14px rgba(0,0,0,.22)!important;
}
.dash-partner-slot:hover,
html.light .dash-partner-slot:hover{
  border-color:rgba(239,39,54,.38)!important;
  box-shadow:inset 0 1px 0 #fff,0 9px 18px rgba(0,0,0,.28),0 0 14px rgba(239,39,54,.10)!important;
}
html.light .dash-partner-slot:hover{border-color:rgba(40,103,216,.4)!important}
.dash-partner-slot img{filter:none!important}


/* ============================================================================
   v205 — Weekly featured products / opportunities (replaces world clocks)
   ========================================================================== */
body.home-cockpit .dash-weekly{min-width:0;overflow:hidden!important;background:linear-gradient(155deg,#0b0e12,#05070a 72%)!important}
body.home-cockpit .weekly-deals-head{gap:12px;white-space:nowrap}
body.home-cockpit .weekly-deals-head>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}
.weekly-refresh{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(239,39,54,.28);border-radius:999px;background:rgba(239,39,54,.07);color:#f1b9bf;font:650 8px/1 "IBM Plex Mono",monospace;letter-spacing:.055em;white-space:nowrap}
.weekly-refresh i{width:6px;height:6px;border-radius:50%;background:#ef2736;box-shadow:0 0 10px rgba(239,39,54,.62);animation:v205DealPulse 1.8s ease-in-out infinite}
@keyframes v205DealPulse{50%{opacity:.45;transform:scale(.78)}}
.weekly-deals-sub{position:relative;z-index:2;padding:8px 50px 2px;color:#969faa;font-size:9.2px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-vp{position:relative;z-index:2;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;touch-action:pan-x pan-y;padding:7px 50px 8px;direction:ltr}
.weekly-deal-vp::-webkit-scrollbar{display:none}
.weekly-deal-track{display:flex;gap:10px;width:max-content;min-width:100%}
.weekly-deal-card{position:relative;display:grid;grid-template-columns:92px minmax(145px,1fr);flex:0 0 292px;height:96px;border:1px solid rgba(225,230,237,.14);border-radius:10px;overflow:hidden;background:linear-gradient(145deg,rgba(26,30,36,.78),rgba(7,9,12,.88));color:#f3f5f8;box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 19px rgba(0,0,0,.18);scroll-snap-align:start;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.weekly-deal-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.035) 45%,transparent 61%)}
.weekly-deal-card:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 25px rgba(0,0,0,.24),0 0 16px rgba(239,39,54,.07)}
.weekly-deal-media{position:relative;min-width:0;overflow:hidden;background:#0b0d11}
.weekly-deal-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(7,9,12,.92) 100%);pointer-events:none}
.weekly-deal-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.76) saturate(.82) contrast(1.03);transition:transform .28s ease,filter .28s ease}
.weekly-deal-card:hover .weekly-deal-media img{transform:scale(1.035);filter:brightness(.84) saturate(.92) contrast(1.04)}
.weekly-deal-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:10px 12px 10px 10px;text-align:left;direction:ltr}
html[dir="rtl"] .weekly-deal-copy{direction:rtl;text-align:right;align-items:flex-end}
.weekly-deal-badge{display:inline-flex;padding:4px 6px;border-radius:5px;border:1px solid rgba(239,39,54,.27);background:rgba(239,39,54,.08);color:#f0adb5;font:650 7px/1 "IBM Plex Mono",monospace;letter-spacing:.055em;text-transform:uppercase;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-copy strong{display:block;width:100%;margin-top:6px;color:#f7f8fa;font-size:12.5px;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-meta{display:block;width:100%;margin-top:4px;color:#8e98a5;font:500 8px/1.15 "IBM Plex Mono",monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-cta{display:inline-flex;align-items:center;gap:5px;margin-top:7px;color:#d9dde3;font-size:8.4px;font-weight:650}
.weekly-deal-cta b{color:#ef2736;font-size:12px;line-height:1;transition:transform .18s ease}.weekly-deal-card:hover .weekly-deal-cta b{transform:translateX(2px)}
html[dir="rtl"] .weekly-deal-card:hover .weekly-deal-cta b{transform:translateX(-2px)}
.weekly-deal-nav{position:absolute;z-index:6;top:50%;transform:translateY(-1px);width:30px;height:42px;border:0;background:linear-gradient(90deg,rgba(5,7,10,.88),rgba(5,7,10,.30));color:#d7dce2;font-size:27px;line-height:1;display:grid;place-items:center;cursor:pointer;opacity:.92;transition:color .18s ease,transform .18s ease}
.weekly-deal-nav.prev{left:10px}.weekly-deal-nav.next{right:10px;background:linear-gradient(270deg,rgba(5,7,10,.88),rgba(5,7,10,.30))}.weekly-deal-nav:hover{color:#ef2736}.weekly-deal-nav.prev:hover{transform:translate(-2px,-1px)}.weekly-deal-nav.next:hover{transform:translate(2px,-1px)}
.weekly-deals-note{position:relative;z-index:2;min-height:24px;padding:2px 50px 8px;color:#68727f;font-size:7.6px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
html.light body.home-cockpit .dash-weekly{background:linear-gradient(155deg,#10141a,#06080b 72%)!important;color:#f3f5f8!important}
html.light body.home-cockpit .dash-weekly .dash-panel-title{color:#f1f2f4!important;border-bottom-color:rgba(220,225,233,.10)!important}
html.light body.home-cockpit .dash-weekly .dash-panel-title::after{background:#ef2736!important;box-shadow:0 0 7px rgba(239,39,54,.36)!important}
html.light .weekly-deals-sub{color:#aeb6c1}.weekly-deal-card{isolation:isolate}
@media(max-width:1200px){.weekly-deal-card{flex-basis:276px}.weekly-deals-sub{padding-inline:46px}}
@media(max-width:760px){
 body.home-cockpit .weekly-deals-head{height:auto!important;min-height:44px!important;padding-top:8px!important;padding-bottom:8px!important;align-items:flex-start!important;flex-direction:column!important;gap:5px!important}
 body.home-cockpit .weekly-deals-head>span:first-child{white-space:normal!important;line-height:1.15!important;overflow:visible!important}
 .weekly-refresh{font-size:7px;padding:4px 7px}
 .weekly-deals-sub{padding:8px 42px 2px;font-size:8.4px;white-space:normal;min-height:31px}
 .weekly-deal-vp{padding:7px 42px 8px}
 .weekly-deal-card{grid-template-columns:78px minmax(130px,1fr);flex-basis:min(82vw,282px);height:94px}
 .weekly-deal-copy strong{font-size:11.7px}.weekly-deal-meta{font-size:7.4px}.weekly-deal-cta{font-size:8px}
 .weekly-deal-nav{width:27px;height:40px}.weekly-deal-nav.prev{left:6px}.weekly-deal-nav.next{right:6px}
 .weekly-deals-note{padding:2px 42px 8px;font-size:7px;white-space:normal;min-height:27px}
}
@media(prefers-reduced-motion:reduce){.weekly-refresh i{animation:none}.weekly-deal-vp{scroll-behavior:auto}.weekly-deal-card,.weekly-deal-media img,.weekly-deal-cta b{transition:none!important}}


/* ============================================================================
   TREXPOR v219 — Executive Quote CTA
   Piano-black / satin-chrome control, designed to sit cleanly in both themes.
   ============================================================================ */
header .btn-pill,
html.light header .btn-pill{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:40px!important;
  padding:9px 15px 9px 18px!important;
  border-radius:10px!important;
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  font-weight:720!important;
  letter-spacing:.005em!important;
  background:
    linear-gradient(145deg,rgba(39,45,52,.98) 0%,rgba(12,15,19,.99) 45%,rgba(3,5,8,1) 74%,rgba(23,27,32,.99) 100%)!important;
  border:1px solid rgba(122,133,145,.62)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(0,0,0,.75),
    0 8px 20px rgba(7,14,24,.16),
    0 0 0 1px rgba(255,255,255,.04)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.72)!important;
  transform:translateZ(0)!important;
  transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .24s,box-shadow .24s,background .24s!important;
}
header .btn-pill::before,
html.light header .btn-pill::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:12px!important;
  right:12px!important;
  top:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.64),transparent)!important;
  opacity:.72!important;
  pointer-events:none!important;
}
header .btn-pill::after,
html.light header .btn-pill::after{
  content:"→"!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  height:20px!important;
  flex:0 0 20px!important;
  border-left:1px solid rgba(255,255,255,.18)!important;
  padding-left:9px!important;
  margin-left:1px!important;
  color:#ff5362!important;
  -webkit-text-fill-color:#ff5362!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:760!important;
  transition:transform .24s cubic-bezier(.22,1,.36,1),color .24s!important;
}
header .btn-pill:hover,
header .btn-pill:focus-visible,
html.light header .btn-pill:hover,
html.light header .btn-pill:focus-visible{
  transform:translateY(-1px)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(207,216,225,.78)!important;
  background:linear-gradient(145deg,#343b43 0%,#15191e 40%,#05070a 72%,#1f242a 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(0,0,0,.78),
    0 10px 24px rgba(7,14,24,.22),
    0 0 18px rgba(213,31,47,.10)!important;
}
header .btn-pill:hover::after,
header .btn-pill:focus-visible::after,
html.light header .btn-pill:hover::after,
html.light header .btn-pill:focus-visible::after{
  transform:translateX(2px)!important;
  color:#ff6875!important;
  -webkit-text-fill-color:#ff6875!important;
}
@media(max-width:600px){
  header .btn-pill,html.light header .btn-pill{min-height:37px!important;padding:8px 12px 8px 14px!important;border-radius:9px!important}
}

html:not(.light) header .btn-pill{
  color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;
  background:linear-gradient(145deg,rgba(39,45,52,.98) 0%,rgba(12,15,19,.99) 45%,rgba(3,5,8,1) 74%,rgba(23,27,32,.99) 100%)!important;
  border:1px solid rgba(122,133,145,.62)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(0,0,0,.75),0 8px 20px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.04)!important;
}

/* ============================================================================
   TREXPOR v220 — Subtle Black Marble / Gold Vein Night Canvas (subpages)
   Night mode only. Content surfaces remain untouched; the texture lives in
   negative space and section canvases at very low visual weight.
   ============================================================================ */
html:not(.light) body.subpage,
html:not(.light) body:not(.home-cockpit){
  background-color:#050607!important;
  background-image:
    radial-gradient(900px 520px at 12% 0%,rgba(176,116,36,.024),transparent 68%),
    linear-gradient(rgba(4,6,8,.92),rgba(4,6,8,.945)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,auto,1380px auto!important;
  background-position:center,center,center top!important;
  background-repeat:no-repeat,no-repeat,repeat-y!important;
}

html:not(.light) body.subpage section.blk,
html:not(.light) body:not(.home-cockpit) section.blk{
  background-color:transparent!important;
  background-image:
    radial-gradient(ellipse 62% 100% at 50% 48%,rgba(4,6,8,.95),rgba(4,6,8,.87) 74%,rgba(4,6,8,.80)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,1360px auto!important;
  background-position:center,center 48%!important;
  background-repeat:no-repeat,no-repeat!important;
}

html:not(.light) body.subpage .formsec,
html:not(.light) body:not(.home-cockpit) .formsec{
  background-color:#050607!important;
  background-image:
    radial-gradient(ellipse 66% 100% at 50% 45%,rgba(4,6,8,.95),rgba(4,6,8,.88) 72%,rgba(4,6,8,.82)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,1280px auto!important;
  background-position:center,76% 30%!important;
  background-repeat:no-repeat,no-repeat!important;
}

html:not(.light) body.subpage footer,
html:not(.light) body:not(.home-cockpit) footer{
  background-color:#050608!important;
  background-image:linear-gradient(rgba(5,6,8,.935),rgba(5,6,8,.97)),url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,1160px auto!important;
  background-position:center,center 78%!important;
  background-repeat:no-repeat,no-repeat!important;
}

@media(max-width:760px){
  html:not(.light) body.subpage,
  html:not(.light) body:not(.home-cockpit){background-size:auto,auto,980px auto!important}
  html:not(.light) body.subpage section.blk,
  html:not(.light) body:not(.home-cockpit) section.blk,
  html:not(.light) body.subpage .formsec,
  html:not(.light) body:not(.home-cockpit) .formsec{background-size:auto,1050px auto!important}
}
