:root{
      --bg0:#ffffff;
      --bg1:#f6f7fb;
      --card:#ffffff;
      --text:#111827;
      --muted:#5b667a;
      --line:rgba(17,24,39,.10);
      --line2:rgba(17,24,39,.14);
      --shadow:0 18px 45px rgba(17,24,39,.10);
      --shadow2:0 10px 28px rgba(17,24,39,.10);
      --radius:18px;
      --radius2:24px;
      --accentA:#5b8cff;
      --accentB:#7c5cff;
      --accentC:#00c2ff;
      --accentD:#ff4da2;
      --good:#0ea5e9;
      --warn:#f59e0b;
      --ok:#16a34a;
      --focus:rgba(91,140,255,.22);
      --container:1120px;
      --pad:22px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:
        radial-gradient(1200px 600px at 20% -10%, rgba(91,140,255,.16), transparent 55%),
        radial-gradient(900px 520px at 85% 5%, rgba(255,77,162,.12), transparent 55%),
        radial-gradient(800px 520px at 70% 85%, rgba(0,194,255,.10), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fc 42%, #ffffff 100%);
      color:var(--text);
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      line-height:1.55;
      overflow-x:hidden;
    }
    a{color:inherit}
    .container{
      width:min(var(--container), calc(100% - var(--pad)*2));
      margin:0 auto;
    }
    .skip{
      position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
    }
    .skip:focus{
      left:18px;top:18px;width:auto;height:auto;padding:10px 12px;background:#fff;border:1px solid var(--line2);border-radius:12px;z-index:9999;
      box-shadow:0 12px 35px rgba(0,0,0,.12);
    }

    header{
      position:sticky;top:0;z-index:60;
      background:rgba(255,255,255,.72);
      backdrop-filter:saturate(150%) blur(10px);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .nav-wrap{
      display:flex;align-items:center;justify-content:space-between;gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex;align-items:center;gap:12px;min-width:240px;
    }
    .brand .mark{
      width:42px;height:42px;border-radius:14px;
      background:
        radial-gradient(12px 12px at 25% 30%, rgba(255,255,255,.9), rgba(255,255,255,0) 60%),
        linear-gradient(135deg, var(--accentA), var(--accentB) 45%, var(--accentD));
      box-shadow:0 14px 35px rgba(124,92,255,.22);
      display:flex;align-items:center;justify-content:center;
      border:1px solid rgba(255,255,255,.65);
    }
    .brand .mark svg{opacity:.95}
    .brand .text{
      display:flex;flex-direction:column;gap:3px;
    }
    .brand .name{
      font-weight:840;letter-spacing:.2px;font-size:15.5px;
    }
    .brand .sub{
      font-size:12px;color:var(--muted);
    }

    nav.desktop{
      display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;
      max-width:720px;
    }
    .nav-link{
      text-decoration:none;
      font-size:13px;color:rgba(17,24,39,.78);
      padding:8px 10px;border-radius:12px;border:1px solid transparent;
      transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      white-space:nowrap;
    }
    .nav-link:hover{
      background:rgba(91,140,255,.08);
      border-color:rgba(91,140,255,.18);
      color:rgba(17,24,39,.92);
      transform:translateY(-1px);
    }
    .nav-cta{
      display:flex;align-items:center;gap:10px;
    }
    .btn{
      appearance:none;border:1px solid rgba(17,24,39,.12);
      background:#fff;color:rgba(17,24,39,.92);
      border-radius:14px;padding:10px 14px;
      font-size:13.5px;font-weight:700;cursor:pointer;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
      display:inline-flex;align-items:center;gap:10px;justify-content:center;
      text-decoration:none;
    }
    .btn:hover{transform:translateY(-1px); box-shadow:0 12px 28px rgba(17,24,39,.12); border-color:rgba(17,24,39,.18)}
    .btn:focus{outline:none; box-shadow:0 0 0 4px var(--focus), 0 12px 28px rgba(17,24,39,.12)}
    .btn-primary{
      border-color:rgba(91,140,255,.35);
      background:linear-gradient(135deg, rgba(91,140,255,.14), rgba(124,92,255,.12), rgba(255,77,162,.10));
    }
    .btn-gradient{
      border:1px solid rgba(255,255,255,.55);
      color:#0b1220;
      background:
        radial-gradient(100% 140% at 10% 10%, rgba(255,255,255,.65), rgba(255,255,255,.00) 55%),
        linear-gradient(135deg, rgba(91,140,255,.95), rgba(124,92,255,.95) 45%, rgba(255,77,162,.88));
      box-shadow:0 18px 45px rgba(124,92,255,.22);
    }
    .btn-gradient:hover{box-shadow:0 22px 55px rgba(124,92,255,.28)}
    .btn-small{padding:9px 12px;border-radius:12px;font-size:13px}

    .mobile{
      display:none;
    }
    .burger{
      width:44px;height:44px;border-radius:14px;border:1px solid rgba(17,24,39,.12);
      background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .burger:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(17,24,39,.10)}
    .burger:focus{outline:none; box-shadow:0 0 0 4px var(--focus), 0 12px 28px rgba(17,24,39,.10)}
    .drawer{
      display:none;
      padding:10px 0 16px;
    }
    .drawer.open{display:block}
    .drawer .row{display:flex;flex-direction:column;gap:10px}
    .drawer .grid{
      display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;
    }
    .drawer .drawer-link{
      text-decoration:none;border:1px solid rgba(17,24,39,.10);background:rgba(255,255,255,.72);
      border-radius:14px;padding:12px 12px;font-weight:700;font-size:13px;color:rgba(17,24,39,.88);
      transition:transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .drawer .drawer-link:hover{transform:translateY(-1px);border-color:rgba(91,140,255,.25);background:rgba(91,140,255,.07)}
    .drawer .drawer-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}

    .hero{
      padding:34px 0 18px;
    }
    .hero-grid{
      display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch;
    }
    .hero-left{
      background:
        radial-gradient(800px 420px at 20% 0%, rgba(91,140,255,.22), transparent 55%),
        radial-gradient(600px 360px at 92% 18%, rgba(255,77,162,.14), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.66) 100%);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius2);
      box-shadow:0 20px 60px rgba(17,24,39,.10);
      padding:26px 24px;
      position:relative;
      overflow:hidden;
    }
    .hero-left:before{
      content:"";
      position:absolute;inset:-2px;
      background:
        radial-gradient(600px 260px at 10% 20%, rgba(0,194,255,.18), transparent 60%),
        radial-gradient(560px 260px at 60% 0%, rgba(124,92,255,.18), transparent 65%),
        radial-gradient(480px 220px at 95% 40%, rgba(255,77,162,.14), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .hero-left > *{position:relative;z-index:1}
    .badge-row{
      display:flex;gap:10px;flex-wrap:wrap;align-items:center;
      margin-bottom:14px;
    }
    .badge{
      display:inline-flex;align-items:center;gap:10px;
      padding:8px 12px;border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      color:rgba(17,24,39,.86);
      font-weight:760;font-size:12.5px;
    }
    .badge .dot{
      width:10px;height:10px;border-radius:50%;
      background:linear-gradient(135deg, var(--accentA), var(--accentB) 45%, var(--accentD));
      box-shadow:0 0 0 4px rgba(91,140,255,.14);
    }
    .hero h1{
      margin:0;
      font-size:34px;line-height:1.18;letter-spacing:-.6px;
      font-weight:920;
    }
    .lead{
      margin:14px 0 0;
      color:rgba(17,24,39,.76);
      font-size:15.5px;max-width:62ch;
    }
    .hero-actions{
      display:flex;gap:12px;flex-wrap:wrap;
      margin-top:18px;align-items:center;
    }
    .hero-actions .meta{
      display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-left:auto;
    }
    .meta .mini{
      display:flex;flex-direction:column;gap:2px;
      padding:10px 12px;border-radius:14px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(17,24,39,.10);
      min-width:132px;
    }
    .mini .k{font-weight:900;font-size:14px}
    .mini .v{color:var(--muted);font-size:12.5px}

    .hero-right{
      display:flex;flex-direction:column;gap:14px;
    }
    .glass{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius2);
      padding:18px 16px;
      box-shadow:0 18px 45px rgba(17,24,39,.08);
      overflow:hidden;
      position:relative;
    }
    .glass:after{
      content:"";
      position:absolute;inset:auto -40px -40px auto;
      width:180px;height:180px;border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.8), rgba(255,255,255,0) 58%),
        linear-gradient(135deg, rgba(0,194,255,.35), rgba(124,92,255,.25), rgba(255,77,162,.18));
      filter:blur(0px);
      opacity:.55;
      pointer-events:none;
    }
    .glass > *{position:relative;z-index:1}
    .glass h2{
      margin:0 0 10px;
      font-size:15px; letter-spacing:.2px;
    }
    .chips{
      display:flex;flex-wrap:wrap;gap:8px;
    }
    .chip{
      padding:8px 10px;border-radius:999px;
      background:rgba(91,140,255,.08);
      border:1px solid rgba(91,140,255,.18);
      color:rgba(17,24,39,.86);
      font-weight:760;font-size:12.5px;
      white-space:nowrap;
    }
    .chip.alt{
      background:rgba(124,92,255,.08);
      border-color:rgba(124,92,255,.18);
    }
    .chip.hot{
      background:rgba(255,77,162,.08);
      border-color:rgba(255,77,162,.18);
    }

    .stats{
      display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;
    }
    .stat{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.66);
      padding:14px 12px;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .stat:hover{transform:translateY(-2px); box-shadow:0 16px 40px rgba(17,24,39,.12); border-color:rgba(91,140,255,.22)}
    .stat .t{color:var(--muted);font-size:12.5px}
    .stat .n{font-size:20px;font-weight:920;margin-top:6px;letter-spacing:-.3px}
    .stat .s{color:rgba(17,24,39,.76);font-size:12.5px;margin-top:4px}

    section{padding:34px 0}
    .section-head{
      display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;
      margin-bottom:16px;
    }
    .section-head h2{
      margin:0;
      font-size:22px;letter-spacing:-.3px;
      font-weight:900;
    }
    .section-head p{
      margin:0;color:var(--muted);max-width:70ch;font-size:14.5px
    }

    .grid2{
      display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
      align-items:stretch;
    }
    .grid3{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
      align-items:stretch;
    }
    .card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius);
      padding:16px 14px;
      box-shadow:0 12px 30px rgba(17,24,39,.06);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .card:hover{transform:translateY(-2px); box-shadow:0 18px 48px rgba(17,24,39,.10); border-color:rgba(91,140,255,.22)}
    .card .icon{
      width:42px;height:42px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg, rgba(91,140,255,.14), rgba(124,92,255,.12), rgba(255,77,162,.08));
      border:1px solid rgba(91,140,255,.18);
      margin-bottom:10px;
    }
    .card h3{margin:0;font-size:15.5px;font-weight:900;letter-spacing:.1px}
    .card p{margin:10px 0 0;color:rgba(17,24,39,.76);font-size:13.8px}
    .card .list{
      margin:10px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px
    }
    .li{
      display:flex;gap:10px;align-items:flex-start;
      color:rgba(17,24,39,.78);
      font-size:13.5px;
    }
    .li .check{
      width:18px;height:18px;border-radius:6px;
      background:rgba(14,165,233,.12);
      border:1px solid rgba(14,165,233,.28);
      display:flex;align-items:center;justify-content:center;
      margin-top:1px;
      flex:0 0 auto;
    }

    .timeline{
      display:grid;gap:12px;
    }
    .step{
      display:grid;grid-template-columns:52px 1fr;gap:12px;
      align-items:start;
      padding:14px 14px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.74);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .step:hover{transform:translateY(-2px); box-shadow:0 18px 48px rgba(17,24,39,.10); border-color:rgba(124,92,255,.22)}
    .step .num{
      width:46px;height:46px;border-radius:18px;
      background:
        radial-gradient(14px 14px at 25% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 60%),
        linear-gradient(135deg, rgba(91,140,255,.95), rgba(124,92,255,.92) 50%, rgba(255,77,162,.85));
      color:#0b1220;
      display:flex;align-items:center;justify-content:center;
      font-weight:950;
      box-shadow:0 18px 45px rgba(124,92,255,.18);
      border:1px solid rgba(255,255,255,.55);
    }
    .step h3{margin:0;font-size:15.5px;font-weight:920}
    .step p{margin:8px 0 0;color:rgba(17,24,39,.76);font-size:13.8px}

    .compare-wrap{
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(900px 420px at 15% 0%, rgba(91,140,255,.18), transparent 58%),
        radial-gradient(740px 400px at 92% 12%, rgba(255,77,162,.12), transparent 60%),
        rgba(255,255,255,.78);
      box-shadow:0 20px 60px rgba(17,24,39,.10);
      padding:18px;
      overflow:hidden;
    }
    .compare-top{
      display:flex;gap:14px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;
      margin-bottom:14px;
    }
    .rating-card{
      display:flex;gap:14px;align-items:center;
      padding:14px 14px;border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
    }
    .rating{
      width:74px;height:74px;border-radius:28px;
      background:
        radial-gradient(18px 18px at 25% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 60%),
        linear-gradient(135deg, rgba(245,158,11,.18), rgba(14,165,233,.16), rgba(124,92,255,.16));
      border:1px solid rgba(17,24,39,.10);
      display:flex;flex-direction:column;align-items:center;justify-content:center;
      font-weight:950;
    }
    .rating .big{font-size:20px;letter-spacing:-.3px}
    .rating .small{font-size:12.5px;color:var(--muted);margin-top:2px;font-weight:800}
    .rating-meta h3{margin:0;font-size:16px;font-weight:950}
    .rating-meta p{margin:6px 0 0;color:rgba(17,24,39,.74);font-size:13.5px}
    .stars{
      display:flex;gap:6px;align-items:center;margin-top:8px;
    }
    .star{
      width:18px;height:18px;display:inline-block;
      background:conic-gradient(from 180deg, #fbbf24, #f59e0b);
      clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
      border:1px solid rgba(0,0,0,.06);
      box-shadow:0 10px 25px rgba(245,158,11,.18);
    }

    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.86);
    }
    .compare-table th,.compare-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(17,24,39,.08);
      vertical-align:top;
      font-size:13.6px;
    }
    .compare-table th{
      background:linear-gradient(135deg, rgba(91,140,255,.10), rgba(124,92,255,.08), rgba(255,77,162,.06));
      font-weight:950;
      color:rgba(17,24,39,.92);
      text-align:left;
    }
    .compare-table tr:last-child td{border-bottom:none}
    .pill{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 10px;border-radius:999px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.7);
      font-weight:850;font-size:12.8px;color:rgba(17,24,39,.88);
      white-space:nowrap;
    }
    .pill.good{
      border-color:rgba(22,163,74,.20);
      background:rgba(22,163,74,.10);
    }
    .pill.info{
      border-color:rgba(14,165,233,.22);
      background:rgba(14,165,233,.10);
    }

    .client-grid{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
      align-items:stretch;
    }
    .quote{
      display:flex;flex-direction:column;gap:10px;
    }
    .quote .top{
      display:flex;align-items:center;justify-content:space-between;gap:10px;
    }
    .avatar{
      width:44px;height:44px;border-radius:18px;
      background:
        radial-gradient(14px 14px at 25% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 60%),
        linear-gradient(135deg, rgba(91,140,255,.38), rgba(124,92,255,.30), rgba(255,77,162,.24));
      border:1px solid rgba(17,24,39,.10);
      display:flex;align-items:center;justify-content:center;
      font-weight:950;
      color:rgba(17,24,39,.9);
      box-shadow:0 16px 40px rgba(124,92,255,.12);
      flex:0 0 auto;
    }
    .role{
      display:flex;flex-direction:column;gap:2px;
    }
    .role .name{font-weight:950;font-size:14.2px}
    .role .type{color:var(--muted);font-size:12.7px}
    .quote .text{
      color:rgba(17,24,39,.78);
      font-size:13.8px;
      margin:0;
    }
    .quote .bottom{
      display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:auto;
    }
    .tag{
      padding:7px 10px;border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.7);
      font-size:12.5px;font-weight:820;color:rgba(17,24,39,.82);
    }

    .cases{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
    }
    .case-card .media{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      overflow:hidden;
      padding:0;
    }
    .case-card .media .ph{
      padding:14px 14px;
    }
    .case-card .media .ph .row{
      display:flex;gap:10px;align-items:flex-start;justify-content:space-between;
    }
    .case-card .media .shape{
      width:46px;height:46px;border-radius:18px;
      background:
        radial-gradient(14px 14px at 25% 30%, rgba(255,255,255,.85), rgba(255,255,255,0) 60%),
        linear-gradient(135deg, rgba(0,194,255,.18), rgba(91,140,255,.18), rgba(255,77,162,.14));
      border:1px solid rgba(17,24,39,.10);
      display:flex;align-items:center;justify-content:center;
      color:rgba(17,24,39,.85);
      font-weight:950;
    }
    .case-card h3{margin:12px 0 0;font-size:15.5px;font-weight:950}
    .case-card p{margin:8px 0 0;color:rgba(17,24,39,.76);font-size:13.7px}
    .case-card .meta-row{
      display:flex;gap:8px;flex-wrap:wrap;margin-top:12px
    }
    .case-card .meta-row .meta-pill{
      font-size:12.5px;font-weight:860;
      padding:7px 10px;border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.75);
      color:rgba(17,24,39,.82);
    }

    .article-list{
      display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
    }
    .article{
      padding:14px 14px;border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.76);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      display:flex;flex-direction:column;gap:10px;
      min-height:122px;
    }
    .article:hover{transform:translateY(-2px); box-shadow:0 18px 48px rgba(17,24,39,.10); border-color:rgba(91,140,255,.22)}
    .article a{ text-decoration:none; }
    .article .k{
      display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
    }
    .article .title{
      font-weight:950; letter-spacing:.1px; font-size:14.8px; margin:0;
    }
    .article .desc{
      margin:0;color:rgba(17,24,39,.76);font-size:13.4px
    }
    .article .foot{
      margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;
      color:var(--muted);font-size:12.5px;
    }

    .form-card{
      padding:18px;
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(800px 350px at 20% 0%, rgba(0,194,255,.16), transparent 55%),
        radial-gradient(700px 360px at 95% 10%, rgba(124,92,255,.16), transparent 60%),
        rgba(255,255,255,.78);
      box-shadow:0 20px 60px rgba(17,24,39,.10);
    }
    form{
      display:grid;gap:12px;
      grid-template-columns:repeat(2,minmax(0,1fr));
      align-items:start;
    }
    .field{display:flex;flex-direction:column;gap:7px}
    label{
      font-size:13px;font-weight:900;color:rgba(17,24,39,.86);
    }
    input,select,textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      padding:11px 12px;
      background:rgba(255,255,255,.86);
      color:rgba(17,24,39,.92);
      font-size:14px;
      outline:none;
      transition:box-shadow .18s ease, border-color .18s ease, transform .18s ease;
    }
    textarea{min-height:110px;resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color:rgba(91,140,255,.35);
      box-shadow:0 0 0 4px var(--focus);
    }
    .span-2{grid-column:span 2}
    .form-actions{
      grid-column:span 2;
      display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;
      margin-top:2px;
    }
    .hint{
      color:rgba(17,24,39,.72);font-size:12.7px;
      display:flex;gap:8px;align-items:flex-start;max-width:56ch;
    }
    .hint svg{flex:0 0 auto;margin-top:2px;opacity:.9}

    .accordion{
      display:grid;gap:12px;
    }
    details.faq{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 12px 30px rgba(17,24,39,.04);
      overflow:hidden;
    }
    details.faq summary{
      cursor:pointer;
      list-style:none;
      padding:14px 14px;
      display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
      font-weight:950;
      font-size:14.2px;
      user-select:none;
    }
    details.faq summary::-webkit-details-marker{display:none}
    .sum-right{
      display:flex;align-items:center;gap:10px;flex:0 0 auto;
      color:var(--muted);font-weight:850;font-size:12.8px;
    }
    .chev{
      width:28px;height:28px;border-radius:12px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      display:flex;align-items:center;justify-content:center;
      transition:transform .2s ease;
    }
    details[open] .chev{transform:rotate(180deg)}
    .faq .content{
      padding:0 14px 14px 14px;
      color:rgba(17,24,39,.76);
      font-size:13.8px;
    }

    .net-grid{
      display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch;
    }
    .net-map{
      border-radius:var(--radius2);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(900px 420px at 20% 0%, rgba(91,140,255,.16), transparent 55%),
        radial-gradient(720px 380px at 92% 10%, rgba(255,77,162,.12), transparent 60%),
        rgba(255,255,255,.78);
      box-shadow:0 20px 60px rgba(17,24,39,.08);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .net-map:before{
      content:"";
      position:absolute;inset:-20px;
      background:
        linear-gradient(90deg, rgba(17,24,39,.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(17,24,39,.06) 1px, transparent 1px);
      background-size:46px 46px;
      opacity:.35;
      pointer-events:none;
      mask-image:radial-gradient(circle at 35% 20%, rgba(0,0,0,1), rgba(0,0,0,0) 62%);
    }
    .net-map > *{position:relative;z-index:1}
    .net-map .title{
      display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
      margin-bottom:10px;
    }
    .net-map h3{margin:0;font-size:16px;font-weight:950}
    .net-pills{
      display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;
    }
    .route{
      display:flex;align-items:flex-start;gap:10px;margin-top:12px;
      padding-top:12px;border-top:1px dashed rgba(17,24,39,.14);
    }
    .route .badge2{
      width:42px;height:42px;border-radius:18px;
      background:rgba(91,140,255,.08);
      border:1px solid rgba(91,140,255,.20);
      display:flex;align-items:center;justify-content:center;
      font-weight:950;
    }
    .route .rt h4{margin:0;font-size:14.2px;font-weight:950}
    .route .rt p{margin:6px 0 0;color:rgba(17,24,39,.76);font-size:13.4px}

    footer{
      padding:26px 0 28px;
      border-top:1px solid rgba(17,24,39,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.55), rgba(247,248,252,.92));
    }
    .footer-grid{
      display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:start;
    }
    .foot-card{
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius2);
      background:rgba(255,255,255,.75);
      padding:16px;
      box-shadow:0 12px 30px rgba(17,24,39,.06);
    }
    .foot-top{
      display:flex;align-items:flex-start;gap:14px;justify-content:space-between;flex-wrap:wrap;
    }
    .foot-brand{
      display:flex;align-items:center;gap:12px;
    }
    .foot-brand .logo{
      width:46px;height:46px;border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.88);
      display:flex;align-items:center;justify-content:center;overflow:hidden;
    }
    .foot-brand h3{margin:0;font-size:16px;font-weight:950}
    .foot-brand p{margin:6px 0 0;color:rgba(17,24,39,.72);font-size:13.5px}
    .foot-links{
      display:flex;flex-direction:column;gap:10px;margin-top:12px;
      color:rgba(17,24,39,.78);
      font-size:13.6px;
    }
    .foot-links a{
      text-decoration:none;
      display:inline-flex;align-items:center;gap:10px;
      padding:9px 10px;border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.72);
      transition:transform .18s ease, border-color .18s ease;
      width:fit-content;
      max-width:100%;
    }
    .foot-links a:hover{transform:translateY(-2px);border-color:rgba(91,140,255,.22)}
    .copyright{
      margin-top:14px;color:rgba(17,24,39,.66);font-size:12.6px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;
    }
    .divider{
      width:1px;height:14px;background:rgba(17,24,39,.16);
    }

    .float-contact{
      position:fixed;right:16px;bottom:16px;z-index:80;
      display:flex;flex-direction:column;gap:10px;align-items:flex-end;
    }
    .float-btn{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.86);
      box-shadow:0 18px 45px rgba(17,24,39,.14);
      padding:10px 10px;
      display:flex;align-items:center;gap:10px;cursor:pointer;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      max-width:240px;
    }
    .float-btn:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(17,24,39,.18);border-color:rgba(91,140,255,.22)}
    .float-btn .ico{
      width:38px;height:38px;border-radius:16px;
      background:linear-gradient(135deg, rgba(91,140,255,.22), rgba(124,92,255,.18), rgba(255,77,162,.12));
      border:1px solid rgba(91,140,255,.20);
      display:flex;align-items:center;justify-content:center;
    }
    .float-btn .txt{
      display:flex;flex-direction:column;gap:2px;
    }
    .float-btn .txt .t{font-weight:950;font-size:13.5px}
    .float-btn .txt .s{color:var(--muted);font-size:12.4px}
    .qr-pop{
      display:none;
      width:260px;
      border-radius:22px;
      border:1px solid rgba(17,24,39,.12);
      background:rgba(255,255,255,.92);
      box-shadow:0 22px 70px rgba(17,24,39,.20);
      overflow:hidden;
      transform-origin:bottom right;
    }
    .qr-pop.open{display:block}
    .qr-head{
      display:flex;align-items:center;justify-content:space-between;gap:10px;
      padding:12px 14px;border-bottom:1px solid rgba(17,24,39,.08);
      background:linear-gradient(135deg, rgba(91,140,255,.10), rgba(124,92,255,.08), rgba(255,77,162,.06));
    }
    .qr-head .title{font-weight:950;font-size:13.8px}
    .qr-close{
      width:34px;height:34px;border-radius:14px;border:1px solid rgba(17,24,39,.10);
      background:#fff;cursor:pointer;
      display:flex;align-items:center;justify-content:center;
      transition:transform .18s ease;
    }
    .qr-close:hover{transform:translateY(-1px)}
    .qr-body{padding:14px}
    .qr-body p{margin:0 0 10px;color:rgba(17,24,39,.74);font-size:13px;font-weight:750}
    .qr-img{
      width:100%;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      padding:10px;
      display:flex;align-items:center;justify-content:center;
    }
    .qr-img img{max-width:100%;height:auto;display:block}

    .fade-in{
      opacity:0; transform: translateY(10px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .fade-in.show{
      opacity:1; transform: translateY(0);
    }

    .anchor{
      scroll-margin-top:92px;
    }

    .backTop{
      position:fixed;left:16px;bottom:16px;z-index:75;
      width:44px;height:44px;border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.86);
      box-shadow:0 18px 45px rgba(17,24,39,.12);
      display:flex;align-items:center;justify-content:center;
      cursor:pointer;
      transition:transform .2s ease, opacity .2s ease;
      opacity:0;pointer-events:none;
    }
    .backTop.show{opacity:1;pointer-events:auto}
    .backTop:hover{transform:translateY(-3px)}

    @media (max-width: 980px){
      .hero-grid{grid-template-columns:1fr;gap:14px}
      .hero h1{font-size:30px}
      .grid3{grid-template-columns:repeat(2,minmax(0,1fr))}
      .cases{grid-template-columns:repeat(2,minmax(0,1fr))}
      .client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .article-list{grid-template-columns:1fr}
      .net-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      nav.desktop{display:none}
      .mobile{display:flex}
      .drawer{display:none}
      .drawer.open{display:block}
    }
    @media (max-width: 560px){
      :root{--pad:16px}
      .hero-left{padding:20px 16px}
      .hero-actions .meta{margin-left:0;width:100%}
      .meta .mini{min-width:0;flex:1}
      .grid2{grid-template-columns:1fr}
      .grid3{grid-template-columns:1fr}
      .cases{grid-template-columns:1fr}
      .client-grid{grid-template-columns:1fr}
      form{grid-template-columns:1fr}
      .span-2{grid-column:span 1}
      .form-actions{grid-column:span 1}
      .float-contact{right:12px;bottom:12px}
      .qr-pop{width:240px}
    }