:root{
      --bg:#06101f;
      --bg2:#0b1a2d;
      --panel:rgba(10,24,42,.82);
      --line:rgba(168,203,255,.18);
      --text:#f7fbff;
      --muted:#adc0d8;
      --accent:#5bbcff;
      --accent2:#d8b46a;
      --ok:#6ee7c8;
      --danger:#ff6a88;
      --shadow:0 28px 75px rgba(0,0,0,.34);
      --radius:24px;
      --max:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    :target{scroll-margin-top:96px}
    main[id], section[id]{scroll-margin-top:96px}
    body{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(circle at 14% 18%, rgba(91,188,255,.16), transparent 31%),
        radial-gradient(circle at 84% 10%, rgba(216,180,106,.13), transparent 25%),
        radial-gradient(circle at 72% 82%, rgba(110,231,200,.07), transparent 24%),
        linear-gradient(180deg, #0a1a2d 0%, #06101f 48%, #040913 100%);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height:1.55;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    ::selection{background:rgba(216,180,106,.28); color:#fff}
    img{max-width:100%}
    .wrap{width:min(var(--max), calc(100% - 32px));margin:auto}
    .grid-bg::before{
      content:"";
      position:fixed; inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
      pointer-events:none;
      z-index:-1;
    }

    .topbar{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(14px);
      background:rgba(5,16,31,.78);
      border-bottom:1px solid rgba(216,180,106,.12);
    }
    .nav{
      display:flex; align-items:center; justify-content:space-between; gap:18px;
      min-height:74px;
    }
    .brand{
      display:flex; align-items:center; gap:14px;
      font-weight:800; letter-spacing:.4px;
    }
    .brand-mark{
      width:42px; height:42px; border-radius:14px;
      display:grid; place-items:center;
      background:linear-gradient(135deg, rgba(91,188,255,.24), rgba(216,180,106,.18));
      border:1px solid rgba(255,255,255,.08);
      box-shadow: inset 0 0 22px rgba(255,255,255,.05), 0 12px 35px rgba(0,0,0,.28);
      font-size:15px;
    }
    .brand small{display:block; color:var(--muted); font-weight:600; font-size:12px; margin-top:2px}
    .menu{display:flex; align-items:center; gap:22px; color:#d4e2f5}
    .menu a{font-size:14px}

    .language-switch{
      display:inline-flex; align-items:center; gap:4px;
      padding:4px; border-radius:999px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(168,203,255,.14);
    }
    .language-switch a{
      min-width:34px; text-align:center;
      padding:8px 10px; border-radius:999px;
      font-size:12px; font-weight:900; letter-spacing:.04em;
      color:#d4e2f5;
      transition:background .2s ease, color .2s ease, border-color .2s ease;
    }
    .language-switch a.is-active{
      background:#0f2f52; color:#fff;
      border:1px solid rgba(216,180,106,.40);
    }
    .language-switch a:not(.is-active):hover{background:rgba(255,255,255,.06); color:#fff;}
    .nav-cta{
      padding:12px 18px; border-radius:999px;
      background:#0f2f52;
      color:#f7fbff; font-weight:700;
      border:1px solid rgba(216,180,106,.42);
      box-shadow:0 14px 34px rgba(0,0,0,.22);
    }
    .nav-cta:hover{
      background:#143a63;
      border-color:rgba(216,180,106,.68);
    }

    .hero{
      padding:72px 0 40px;
      position:relative;
      overflow:hidden;
      isolation:isolate;
    }
    .hero::before{
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(circle at 12% 18%, rgba(91,188,255,.16), transparent 30%),
        radial-gradient(circle at 88% 22%, rgba(216,180,106,.10), transparent 24%),
        linear-gradient(180deg, rgba(7,19,35,.12), rgba(7,19,35,.02));
      pointer-events:none;
      z-index:0;
    }
    .hero > .wrap{position:relative; z-index:2;}
    .hero-code-bg{
      position:absolute; inset:0;
      pointer-events:none;
      z-index:1;
      overflow:hidden;
      opacity:.82;
    }
    .hero-code-bg::after{
      content:"";
      position:absolute; inset:0;
      background:linear-gradient(180deg, rgba(6,16,31,.16) 0%, rgba(6,16,31,.42) 58%, rgba(6,16,31,.70) 100%);
    }
    .code-column{
      position:absolute;
      width:min(42vw, 520px);
      padding:20px 24px;
      border:1px solid rgba(168,203,255,.08);
      border-radius:22px;
      background:linear-gradient(180deg, rgba(10,24,42,.22), rgba(10,24,42,.08));
      backdrop-filter:blur(2px);
      box-shadow:0 18px 45px rgba(0,0,0,.10);
    }
    .code-column.left{
      top:14px;
      left:-2vw;
      transform:rotate(-6deg);
    }
    .code-column.right{
      right:-6vw;
      top:48px;
      transform:rotate(7deg);
      width:min(32vw, 420px);
    }
    .code-header{
      display:flex; align-items:center; gap:8px; margin-bottom:12px;
      color:rgba(216,180,106,.76);
      font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
    }
    .code-header span{width:8px; height:8px; border-radius:50%; background:rgba(216,180,106,.65); box-shadow:16px 0 0 rgba(91,188,255,.55), 32px 0 0 rgba(255,255,255,.26);}
    .code-lines{
      margin:0;
      color:rgba(216,233,255,.22);
      font-size:13px;
      line-height:1.85;
      white-space:pre-wrap;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      animation: codeFloat 18s linear infinite;
    }
    .code-column.right .code-lines{
      color:rgba(216,233,255,.17);
      animation-duration:22s;
    }
    @keyframes codeFloat{
      0%{transform:translateY(0)}
      50%{transform:translateY(-12px)}
      100%{transform:translateY(0)}
    }
    .hero-grid{
      display:grid; grid-template-columns: 1.08fr .92fr; gap:28px; align-items:center;
    }
    .hero-copy{
      position:relative;
      padding:28px;
      border-radius:30px;
      background:linear-gradient(180deg, rgba(12,29,50,.44), rgba(7,19,35,.18));
      border:1px solid rgba(168,203,255,.12);
      box-shadow:0 30px 70px rgba(0,0,0,.18);
      backdrop-filter:blur(10px);
      overflow:hidden;
    }
    .hero-copy::before{
      content:"";
      position:absolute; inset:0;
      background:linear-gradient(135deg, rgba(255,255,255,.09), transparent 24%, transparent 70%, rgba(216,180,106,.05));
      pointer-events:none;
    }
    .hero-copy > *{position:relative; z-index:1;}
    .eyebrow{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 14px; border-radius:999px;
      background:rgba(91,188,255,.09);
      border:1px solid rgba(91,188,255,.18);
      color:#d6efff; font-size:13px; font-weight:700; letter-spacing:.2px;
    }
    .eyebrow .dot{
      width:8px; height:8px; border-radius:50%; background:var(--ok);
      box-shadow:0 0 0 6px rgba(110,231,200,.12);
    }
    h1{
      font-size:clamp(28px, 4.2vw, 48px);
      line-height:1.12;
      margin:18px 0 18px;
      letter-spacing:-0.8px;
      max-width:15ch;
    }
    .lead{
      color:var(--muted);
      font-size:clamp(16px, 2.1vw, 19px);
      max-width:62ch;
      margin-bottom:18px;
    }
    .hero-highlight{
      display:inline-block;
      margin:0 0 22px;
      padding:14px 16px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(91,188,255,.10), rgba(255,255,255,.03));
      border:1px solid rgba(168,203,255,.16);
      color:#dce9fb;
      box-shadow:0 12px 28px rgba(0,0,0,.12);
    }
    .hero-highlight strong{color:#ffffff; margin-right:6px;}
    .hero-actions{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:22px}
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding:15px 20px; border-radius:14px; font-weight:800;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      min-height:52px;
      text-align:center;
    }
    .btn:hover{transform:translateY(-1px)}
    .btn-primary{
      background:#0f2f52;
      color:#f7fbff;
      border:1px solid rgba(216,180,106,.46);
      box-shadow:0 20px 42px rgba(0,0,0,.24);
    }
    .btn-primary:hover{
      background:#143a63;
      border-color:rgba(216,180,106,.72);
    }
    .btn-secondary{
      background:rgba(255,255,255,.035);
      border:1px solid rgba(168,203,255,.18);
      color:var(--text);
    }
    .btn-secondary:hover{
      background:rgba(255,255,255,.06);
      border-color:rgba(216,180,106,.35);
    }

    .mini-trust{
      display:flex; flex-wrap:wrap; gap:12px;
      margin-top:10px;
    }
    .mini-pill{
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:#d2deef;
      border-radius:999px;
      padding:10px 13px;
      font-size:13px; font-weight:700;
    }

    .hero-panel, .card, .stat, .service, .timeline-step, .contact-box, .footer-panel{
      border:1px solid rgba(168,203,255,.12);
      background:linear-gradient(180deg, rgba(12,29,50,.88), rgba(7,19,35,.76));
      box-shadow:var(--shadow);
      backdrop-filter: blur(12px);
    }

    .hero-panel{
      border-radius:28px; padding:22px;
      position:relative; overflow:hidden;
      overflow-anchor:none;
    }
    .hero-panel::before{
      content:"";
      position:absolute; inset:0;
      background:linear-gradient(135deg, rgba(255,255,255,.10), transparent 28%, transparent 72%, rgba(216,180,106,.06));
      pointer-events:none;
    }
    .hero-panel > *{position:relative; z-index:1;}
    .hero-panel::after{
      content:"";
      position:absolute; inset:auto -30px -60px auto;
      width:220px; height:220px; border-radius:50%;
      background:radial-gradient(circle, rgba(91,188,255,.20), transparent 70%);
      filter:blur(8px);
    }
    .terminal{
      border-radius:22px; overflow:hidden; border:1px solid rgba(255,255,255,.08);
      background:#071527;
      position:relative;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
    }
    .terminal::after{
      content:"";
      position:absolute; left:0; right:0; top:-18%; height:44px;
      background:linear-gradient(180deg, transparent, rgba(91,188,255,.09), transparent);
      opacity:.55;
      pointer-events:none;
      animation:terminalSweep 7.5s linear infinite;
    }
    @keyframes terminalSweep{
      0%{transform:translateY(0); opacity:0;}
      12%{opacity:.45;}
      50%{opacity:.28;}
      100%{transform:translateY(260px); opacity:0;}
    }
    .terminal-top{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:14px 16px; background:rgba(255,255,255,.03); border-bottom:1px solid rgba(216,180,106,.12);
      position:relative; z-index:2;
    }
    .terminal-top-left{display:flex; align-items:center; gap:8px;}
    .terminal-top-left span{width:10px;height:10px;border-radius:50%;display:block}
    .terminal-top-left span:nth-child(1){background:#ff6a88}
    .terminal-top-left span:nth-child(2){background:#ffc857}
    .terminal-top-left span:nth-child(3){background:#4ef2b0}
    .terminal-live-badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:6px 10px; border-radius:999px;
      font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
      color:#dff8ee;
      background:rgba(78,242,176,.08);
      border:1px solid rgba(78,242,176,.20);
      box-shadow:0 0 0 1px rgba(78,242,176,.04) inset;
    }
    .terminal-live-badge::before{
      content:""; width:8px; height:8px; border-radius:50%; background:#4ef2b0;
      box-shadow:0 0 0 0 rgba(78,242,176,.55);
      animation:livePulse 1.6s ease-out infinite;
    }
    @keyframes livePulse{
      0%{box-shadow:0 0 0 0 rgba(78,242,176,.50);}
      75%{box-shadow:0 0 0 8px rgba(78,242,176,0);}
      100%{box-shadow:0 0 0 0 rgba(78,242,176,0);}
    }
    .terminal-body{position:relative; z-index:2; padding:0 0 14px;}
    .terminal-output{
      margin:0; padding:20px 20px 12px;
      color:#e4f0ff; font-size:14px; line-height:1.7; overflow:hidden;
      overflow-anchor:none;
      min-height:224px;
      height:224px;
      max-height:224px;
      white-space:pre-wrap;
      scrollbar-width:thin;
      scrollbar-color:rgba(216,180,106,.28) rgba(255,255,255,.04);
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    }
    .terminal-line{display:block;}
    .terminal-line.is-command{color:#e4f0ff;}
    .terminal-line.is-file{color:#f1f5fb; font-weight:700;}
    .terminal-current{display:inline;}
    .terminal-live::after{
      content:"";
      display:inline-block;
      width:10px; height:1.15em; vertical-align:-0.18em; margin-left:4px;
      border-radius:2px;
      background:linear-gradient(180deg, rgba(216,180,106,1), rgba(255,243,205,.92));
      box-shadow:0 0 0 1px rgba(255,255,255,.12) inset, 0 0 10px rgba(216,180,106,.48), 0 0 18px rgba(216,180,106,.18);
      animation:terminalCursor 1.05s steps(1,end) infinite;
    }
    @keyframes terminalCursor{
      0%, 46%{opacity:1;}
      47%, 100%{opacity:.08;}
    }
    .terminal-status-list{
      display:grid;
      grid-template-rows:repeat(6, minmax(37px, auto));
      gap:8px;
      min-height:262px;
      padding:0 20px 4px;
      contain:layout;
    }
    .terminal-status-item{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:8px 12px; border-radius:12px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      color:#d7e9fb; font-size:12px;
      opacity:0; transform:translateY(6px) scale(.985);
      transition:opacity .35s ease, transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
    }
    .terminal-status-item.is-visible{opacity:1; transform:translateY(0) scale(1);}
    .terminal-status-item.is-active{
      border-color:rgba(78,242,176,.28);
      background:rgba(78,242,176,.07);
      box-shadow:0 0 0 1px rgba(78,242,176,.05) inset;
    }
    .terminal-status-command{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:78%;}
    .terminal-status-state{
      display:inline-flex; align-items:center; gap:7px;
      color:#dff8ee; font-weight:800; text-transform:uppercase; letter-spacing:.05em;
    }
    .terminal-status-state::before{
      content:"✓";
      display:grid; place-items:center;
      width:18px; height:18px; border-radius:50%;
      background:rgba(78,242,176,.12);
      border:1px solid rgba(78,242,176,.30);
      color:#4ef2b0; font-size:12px; line-height:1;
      box-shadow:0 0 12px rgba(78,242,176,.16);
    }
    .terminal-status-meta{
      display:flex; justify-content:space-between; align-items:center; gap:10px;
      padding:8px 20px 0; color:#9db4ce; font-size:11px; letter-spacing:.04em; text-transform:uppercase;
    }
    .terminal-progress{
      margin:12px 20px 0;
    }
    .terminal-progress-top{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:8px; color:#b7cbe1; font-size:11px; letter-spacing:.08em; text-transform:uppercase;
    }
    .terminal-progress-track{
      height:8px; border-radius:999px; overflow:hidden;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.06);
      box-shadow:inset 0 1px 3px rgba(0,0,0,.28);
    }
    .terminal-progress-bar{
      height:100%; width:0%; border-radius:999px;
      background:linear-gradient(90deg, rgba(78,242,176,.55), rgba(91,188,255,.82), rgba(216,180,106,.95));
      box-shadow:0 0 14px rgba(91,188,255,.28);
      transition:width .55s cubic-bezier(.22,.61,.36,1);
    }
    .terminal-prompt{color:#68d1ff;}
    .terminal-command-name{color:#f7fbff;}
    .terminal-flag{color:#f2dfad;}
    .terminal-state-token{color:#4ef2b0; text-shadow:0 0 12px rgba(78,242,176,.12);}
    .terminal-dotfill{color:rgba(173,192,216,.55);}
    .terminal-line.is-file .terminal-command-name{color:#f7fbff;}
    .terminal-status-item::after{
      content:""; position:absolute; inset:auto 10px 0 10px; height:1px;
      background:linear-gradient(90deg, transparent, rgba(78,242,176,.18), transparent);
      opacity:0; transition:opacity .35s ease;
    }
    .terminal-status-item{position:relative; overflow:hidden;}
    .terminal-status-item.is-visible::after{opacity:1;}
    .terminal-status-state::before{box-shadow:0 0 0 0 rgba(78,242,176,.28), 0 0 14px rgba(78,242,176,.16);}
    .terminal-status-item.is-active .terminal-status-state::before{animation:statusPop 1s ease;}
    @keyframes statusPop{
      0%{transform:scale(.82); box-shadow:0 0 0 0 rgba(78,242,176,.40), 0 0 0 rgba(78,242,176,.18);}
      55%{transform:scale(1.08); box-shadow:0 0 0 8px rgba(78,242,176,0), 0 0 16px rgba(78,242,176,.28);}
      100%{transform:scale(1);}
    }
    .terminal-interactive{
      transform-style:preserve-3d;
      transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
      will-change:transform;
    }
    .terminal-interactive:hover{
      border-color:rgba(216,180,106,.24);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 22px 46px rgba(0,0,0,.22);
    }
    .terminal-glow{
      position:absolute; inset:auto auto -70px -60px; width:180px; height:180px; border-radius:50%;
      background:radial-gradient(circle, rgba(91,188,255,.18), transparent 68%);
      filter:blur(10px); pointer-events:none; opacity:.9;
    }
    @media (max-width: 900px){
      .terminal-progress-top{font-size:10px;}
      .terminal-progress{margin:10px 16px 0;}
    }
    .signal{
      margin-top:16px; display:grid; grid-template-columns:repeat(2,1fr); gap:14px;
    }
    .stat{
      border-radius:20px; padding:18px;
      min-height:110px;
    }
    .stat strong{display:block; font-size:30px; letter-spacing:-1px}
    .stat span{display:block; color:var(--muted); margin-top:8px; font-size:14px}

    section{padding:34px 0}
    .section-head{
      display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:20px;
    }
    .section-head h2{
      margin:0; font-size:clamp(28px, 4vw, 42px); letter-spacing:-1px;
    }
    .section-head p{margin:0; color:var(--muted); max-width:62ch}

    .cards-3{
      display:grid; grid-template-columns:repeat(3,1fr); gap:18px;
    }
    .service{
      border-radius:24px; padding:22px;
      min-height:250px;
      position:relative; overflow:hidden;
    }
    .service::before{
      content:"";
      position:absolute; inset:-40% auto auto 60%;
      width:180px; height:180px; border-radius:50%;
      background:radial-gradient(circle, rgba(216,180,106,.13), transparent 70%);
    }
    .service .icon{
      width:48px; height:48px; border-radius:16px; display:grid; place-items:center;
      background:rgba(91,188,255,.09);
      border:1px solid rgba(91,188,255,.17);
      margin-bottom:16px; font-weight:900;
    }
    .service h3{margin:0 0 10px; font-size:22px}
    .service p{margin:0; color:var(--muted)}
    .service ul{
      margin:16px 0 0; padding-left:18px; color:#e2ecf9;
    }
    .service li{margin:8px 0}

    .split{
      display:grid; grid-template-columns:1fr 1fr; gap:18px;
    }
    .card{
      border-radius:26px; padding:24px;
    }
    .badge{
      display:inline-block; font-size:12px; font-weight:800;
      letter-spacing:.5px; text-transform:uppercase;
      color:#f2dfad; padding:8px 10px; border-radius:999px;
      background:rgba(73,195,255,.08); border:1px solid rgba(73,195,255,.16);
      margin-bottom:16px;
    }
    .checklist{display:grid; gap:12px; margin-top:12px}
    .check{
      display:flex; gap:12px; align-items:flex-start;
      color:#d8e6fb;
    }
    .check i{
      width:22px; height:22px; border-radius:50%;
      background:rgba(216,180,106,.12); color:var(--accent2);
      display:grid; place-items:center; flex:none; font-style:normal; font-weight:900;
      border:1px solid rgba(216,180,106,.22);
    }

    .timeline{
      display:grid; grid-template-columns:repeat(4,1fr); gap:16px;
    }
    .timeline-step{
      border-radius:24px; padding:22px;
    }
    .timeline-step .num{
      width:42px;height:42px;border-radius:14px;display:grid;place-items:center;
      font-weight:900; margin-bottom:14px;
      background:linear-gradient(135deg, rgba(91,188,255,.16), rgba(216,180,106,.16));
      border:1px solid rgba(255,255,255,.1);
    }
    .timeline-step h3{margin:0 0 10px}
    .timeline-step p{margin:0;color:var(--muted)}

    .contact{
      display:grid; grid-template-columns:1.1fr .9fr; gap:18px; align-items:stretch;
    }
    .contact-box{
      border-radius:28px; padding:28px;
      position:relative; overflow:hidden;
    }
    .contact-box::before{
      content:"";
      position:absolute; inset:0;
      background:linear-gradient(145deg, rgba(255,255,255,.07), transparent 26%, transparent 74%, rgba(216,180,106,.05));
      pointer-events:none;
    }
    .contact-box > *{position:relative; z-index:1;}
    .contact-list{
      display:grid; gap:14px; margin-top:18px;
    }
    .contact-item{
      display:flex; align-items:flex-start; gap:14px;
      padding:16px; border-radius:20px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.07);
    }
    .contact-item b{display:block; margin-bottom:4px}
    .contact-item span{color:var(--muted)}

    .quote{
      font-size:clamp(20px,2.8vw,30px); line-height:1.2; letter-spacing:-.6px; margin:12px 0 18px;
    }

    footer{padding:10px 0 40px}

    .cards-2{
      display:grid; grid-template-columns:repeat(2,1fr); gap:18px;
    }
    .why-card, .faq-item{
      border-radius:24px; padding:24px;
      border:1px solid rgba(168,203,255,.12);
      background:linear-gradient(180deg, rgba(12,29,50,.88), rgba(7,19,35,.76));
      box-shadow:var(--shadow);
      backdrop-filter: blur(12px);
    }
    .why-card h3, .sector-card h3, .faq-item h3{margin:0 0 10px; font-size:22px}
    .why-card p, .sector-card p, .faq-item p{margin:0; color:var(--muted)}
    .why-grid, .faq-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
    .sector-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
    .sector-card{
      border-radius:24px; padding:24px; position:relative; overflow:hidden;
      border:1px solid rgba(168,203,255,.12);
      background:linear-gradient(180deg, rgba(12,29,50,.88), rgba(7,19,35,.76));
      box-shadow:var(--shadow);
    }
    .sector-card::before{
      content:""; position:absolute; inset:auto -20px -30px auto; width:140px; height:140px;
      border-radius:50%; background:radial-gradient(circle, rgba(73,195,255,.12), transparent 70%);
    }
    .list-points{margin:14px 0 0; padding-left:18px; color:#dbe7f9}
    .list-points li{margin:8px 0}

    .footer-panel{
      border-radius:24px; padding:20px 22px;
      display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; align-items:center;
      color:#d0dcec;
      background:linear-gradient(180deg, rgba(12,29,50,.96), rgba(5,16,31,.90));
      border-color:rgba(216,180,106,.15);
      position:relative; overflow:hidden;
    }
    .footer-panel::before{
      content:""; position:absolute; inset:0 auto auto 0; width:100%; height:1px;
      background:linear-gradient(90deg, transparent, rgba(216,180,106,.5), transparent);
    }
    .footer-panel > *{position:relative; z-index:1;}
    .footer-note{margin-top:6px; color:var(--muted); font-size:14px; max-width:560px;}
    .footer-links{display:flex; gap:14px; flex-wrap:wrap; align-items:center;}
    .footer-contact{display:flex; gap:10px; flex-wrap:wrap;}
    .footer-contact a{
      padding:10px 14px; border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(168,203,255,.14);
      color:#e6effc; font-weight:700;
      transition:background .2s ease, border-color .2s ease, transform .2s ease;
    }
    .footer-contact a:hover{background:rgba(255,255,255,.07); border-color:rgba(216,180,106,.35); transform:translateY(-1px);}
    .footer-links a{
      color:#dbe7f7;
      border-bottom:1px solid transparent;
      transition:color .2s ease, border-color .2s ease;
    }
    .footer-links a:hover{color:#f2dfad; border-color:rgba(216,180,106,.45)}

    .mobile-cta{
      display:none;
      position:fixed; left:12px; right:12px; bottom:12px; z-index:70;
      gap:10px;
    }
    .mobile-cta a{
      flex:1; text-align:center; padding:14px 16px; border-radius:14px; font-weight:800;
      box-shadow:0 18px 40px rgba(0,0,0,.28);
      border:1px solid rgba(168,203,255,.16);
    }
    .mobile-cta .btn-primary{
      background:#0f2f52;
      color:#f7fbff;
      border-color:rgba(216,180,106,.48);
    }
    .mobile-cta .btn-secondary{
      background:#071d34;
      color:#f7fbff;
      border-color:rgba(168,203,255,.22);
    }

    .menu-toggle{
      display:none;
      width:48px; height:48px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
      align-items:center; justify-content:center;
      flex-direction:column; gap:5px;
      cursor:pointer;
      box-shadow:0 10px 25px rgba(0,0,0,.2);
    }
    .menu-toggle span{
      display:block;
      width:20px; height:2px;
      background:#edf6ff;
      border-radius:999px;
      transition:transform .25s ease, opacity .25s ease;
    }
    .menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
    .menu-toggle.is-open span:nth-child(2){opacity:0}
    .menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

    .mobile-menu{
      display:none;
      width:min(var(--max), calc(100% - 32px));
      margin:0 auto 12px;
      padding:10px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:22px;
      background:linear-gradient(180deg, rgba(12,29,50,.98), rgba(7,19,35,.96));
      box-shadow:var(--shadow);
      backdrop-filter: blur(12px);
    }
    .mobile-menu.is-open{display:grid; gap:8px}
    .mobile-menu a{
      display:flex; align-items:center; justify-content:center;
      min-height:48px;
      padding:12px 14px;
      border-radius:14px;
      color:#e4efff;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.05);
      font-weight:700;
      text-align:center;
    }
    .mobile-menu-cta{
      background:#0f2f52 !important;
      color:#f7fbff !important;
      border:1px solid rgba(216,180,106,.46) !important;
      box-shadow:0 16px 34px rgba(0,0,0,.22);
    }

    a:focus-visible, button:focus-visible{
      outline:3px solid rgba(91,188,255,.72);
      outline-offset:4px;
      border-radius:12px;
    }
    .service, .sector-card, .faq-item, .timeline-step, .contact-item{
      content-visibility:auto;
      contain-intrinsic-size:1px 320px;
    }
    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      *, *::before, *::after{animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important}
    }


    /* Responsive header fix: long desktop navigation breaks on tablet widths, so switch to mobile menu earlier. */
    @media (max-width: 1100px){
      .menu{display:none}
      .menu-toggle{display:flex; flex:none}
      .nav{min-height:66px; position:relative}
      .brand{min-width:0; flex:1}
      .brand > div:last-child{min-width:0; overflow:hidden}
      .mobile-menu{
        max-height:calc(100vh - 86px);
        overflow-y:auto;
        overscroll-behavior:contain;
      }
    }
    @media (max-width: 1040px){
      .hero-grid, .cards-3, .split, .contact, .timeline, .why-grid, .faq-grid, .sector-grid{grid-template-columns:1fr 1fr}
      .hero{padding-top:44px}
      h1{max-width:none}
    }
    @media (max-width: 760px){
      :target{scroll-margin-top:88px}
      main[id], section[id]{scroll-margin-top:88px}
      .menu{display:none}
      .menu-toggle{display:flex}
      .nav{min-height:66px; position:relative}
      .brand{gap:10px}
      .brand-mark{width:38px; height:38px; border-radius:12px}
      .hero-grid, .cards-3, .split, .contact, .timeline, .signal, .why-grid, .faq-grid, .sector-grid{grid-template-columns:1fr}
      .wrap{width:min(var(--max), calc(100% - 20px))}
      .topbar .wrap{width:min(var(--max), calc(100% - 20px))}
      .hero{padding:28px 0 22px}
      .eyebrow{width:100%; justify-content:center; text-align:center; padding:10px 12px; line-height:1.4}
      h1{font-size:clamp(28px, 8.5vw, 42px); letter-spacing:-0.8px; margin:16px 0 14px; line-height:1.12}
      .lead{font-size:15px; margin-bottom:20px}
      .service, .card, .contact-box, .hero-panel, .footer-panel{border-radius:22px}
      .service, .card, .contact-box{padding:20px}
      .hero-panel{padding:16px}
      .hero-copy{padding:18px}
      .terminal-output{padding:16px 16px 10px; font-size:13px; min-height:208px; height:208px; max-height:208px}
      .terminal-status-list{padding:0 16px 4px}
      .terminal-status-item{font-size:11px; padding:8px 10px}
      .terminal-status-meta{padding:8px 16px 0}
      .stat{min-height:auto; padding:16px}
      .hero-actions{gap:10px}
      .hero-actions .btn, .contact-box .hero-actions .btn{width:100%}
      .section-head{display:block}
      .section-head p{margin-top:10px}
      .contact-item{padding:14px; gap:12px}
      .footer-panel{padding:16px; font-size:14px; justify-content:center; text-align:center}
      .footer-note{margin-left:auto; margin-right:auto;}
      .footer-contact{justify-content:center; width:100%;}
      .footer-panel > div{width:100%}
      .footer-links{justify-content:center}
      footer{padding:8px 0 24px}
      .mobile-menu{width:min(var(--max), calc(100% - 20px)); margin:0 auto 10px}
      .mobile-cta{display:flex; padding-bottom:max(0px, env(safe-area-inset-bottom))}
      body{padding-bottom:82px}
    }

    @media (max-width: 480px){
      .wrap{width:calc(100% - 16px)}
      .topbar{position:sticky}
      .nav{min-height:62px; gap:12px}
      .brand{max-width:calc(100% - 60px); min-width:0}
      .brand > div:last-child{min-width:0; font-size:15px; line-height:1.15}
      .brand small{font-size:11px}
      .hero{padding:22px 0 18px}
      .eyebrow{font-size:12px; border-radius:18px}
      h1{font-size:clamp(28px, 10.5vw, 40px); line-height:1.06}
      .mini-trust{gap:10px}
      .mini-pill{width:100%; text-align:center; padding:11px 12px}
      .service h3, .timeline-step h3{font-size:20px}
      .timeline-step, .service, .card, .contact-box{padding:18px}
      .terminal{border-radius:18px}
      .terminal-output{font-size:12px; line-height:1.6; min-height:188px; height:188px; max-height:188px}
      .terminal-live-badge{font-size:10px; padding:5px 8px}
      .terminal-status-command{max-width:68%}
      .contact-item{align-items:flex-start}
      .mobile-menu{width:calc(100% - 16px); border-radius:18px}
      footer{padding:6px 0 14px}
      .footer-panel{padding:14px 16px}
      .hero-copy{padding:16px}
      .mobile-cta{left:8px; right:8px; bottom:8px; gap:8px}
      .mobile-cta a{padding:13px 12px; border-radius:14px; font-size:14px; min-width:0}
      body{padding-bottom:88px}
    }


    /* Mobile performance layer: keep premium look, reduce scroll jank on phones. */
    @media (max-width: 760px){
      html{scroll-behavior:auto;}
      body{
        background:linear-gradient(180deg, #0a1a2d 0%, #06101f 52%, #040913 100%);
      }
      .grid-bg::before{display:none;}
      .topbar,
      .hero-copy,
      .hero-panel,
      .card,
      .stat,
      .service,
      .timeline-step,
      .contact-box,
      .footer-panel,
      .why-card,
      .faq-item,
      .sector-card{
        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
        box-shadow:0 12px 28px rgba(0,0,0,.20) !important;
      }
      .hero-code-bg{opacity:.18; transform:none !important;}
      .code-lines{animation:none !important;}
      .terminal::after{animation:none !important; opacity:.18;}
      .terminal-glow{opacity:.45; filter:blur(6px);}
      .terminal-live-badge::before{animation:none !important; box-shadow:0 0 8px rgba(78,242,176,.32);}
      .terminal-interactive,
      .terminal-interactive:hover{
        transform:none !important;
        transition:none !important;
      }
      .terminal-status-item,
      .terminal-progress-bar,
      .btn,
      .nav-cta,
      .footer-contact a{
        transition:none !important;
      }
      .btn:hover,
      .footer-contact a:hover{transform:none !important;}
      .hero-copy::before,
      .hero-panel::before,
      .contact-box::before{opacity:.55;}
      .hero-panel::after{filter:blur(4px); opacity:.45;}
      section{padding:28px 0;}
    }

    @media (max-width: 480px){
      .hero-code-bg{display:none;}
      .terminal-output{min-height:184px; height:184px; max-height:184px;}
      .terminal-status-list{gap:6px;}
      .terminal-status-item{padding:7px 9px;}
      .terminal-progress{margin-top:10px;}
      .terminal-progress-track{height:7px;}
    }


    /* Instagram / in-app browser compatibility layer */
    html{
      -webkit-text-size-adjust:100%;
      text-size-adjust:100%;
      overflow-x:hidden;
    }
    *, *::before, *::after{box-sizing:border-box;}
    body{min-width:320px; overflow-x:hidden;}
    img, svg, video, canvas{max-width:100%; height:auto;}
    @supports (-webkit-touch-callout: none){
      .topbar{position:-webkit-sticky;}
    }
    @media (max-width: 760px){
      .language-switch{display:none;}
      .mobile-language-switch{
        display:flex;
        justify-content:center;
        gap:8px;
        padding:8px 0 2px;
      }
      .mobile-language-switch a{
        min-width:54px;
        min-height:42px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:999px;
        background:rgba(255,255,255,.05);
        border:1px solid rgba(255,255,255,.08);
        font-weight:900;
      }
      .mobile-language-switch a.is-active{
        background:#0f2f52;
        border-color:rgba(216,180,106,.45);
      }
      .service, .sector-card, .faq-item, .timeline-step, .contact-item{
        content-visibility:visible;
        contain-intrinsic-size:auto;
      }
    }
    @media (max-width: 420px){
      .brand small{display:none;}
      .brand-mark{width:36px; height:36px;}
      .menu-toggle{width:44px; height:44px;}
    }


    /* Final fixed header layer: keeps menu visible while scrolling in Chrome, Safari and Instagram WebView */
    :root{--fixed-header-height:74px;}
    body{padding-top:var(--fixed-header-height);}
    .topbar{
      position:fixed !important;
      top:0 !important;
      left:0 !important;
      right:0 !important;
      width:100% !important;
      z-index:9999 !important;
      transform:translateZ(0);
      -webkit-transform:translateZ(0);
      will-change:transform;
    }
    main[id], section[id], :target{scroll-margin-top:calc(var(--fixed-header-height) + 22px) !important;}
    @media (max-width:1100px){
      :root{--fixed-header-height:66px;}
      .mobile-menu{max-height:calc(100dvh - var(--fixed-header-height) - 16px); overflow-y:auto;}
    }
    @media (max-width:480px){
      :root{--fixed-header-height:62px;}
    }

  

/* Accessibility and non-content utility rules */
.skip-link{position:fixed;left:16px;top:10px;z-index:99999;transform:translateY(-160%);padding:12px 16px;border-radius:10px;background:#fff;color:#07111f;font-weight:900;text-decoration:none;box-shadow:0 8px 30px rgba(0,0,0,.3)}
.skip-link:focus{transform:translateY(0)}
.tracking-frame{display:none!important;visibility:hidden!important;width:0!important;height:0!important;border:0!important}
.footer-contact{font-style:normal}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
