:root{
      --bg0:#f6f7fb;
      --bg1:#ffffff;
      --ink:#14161b;
      --muted:#5a6170;
      --muted2:#7b8292;
      --line:rgba(20,22,27,.10);
      --line2:rgba(20,22,27,.14);
      --card:rgba(255,255,255,.78);
      --card2:#ffffff;
      --shadow: 0 10px 30px rgba(15, 23, 42, .08);
      --shadow2: 0 14px 45px rgba(12, 18, 35, .10);
      --r12:12px;
      --r16:16px;
      --r20:20px;
      --r24:24px;
      --accent1:#7c3aed;
      --accent2:#06b6d4;
      --accent3:#22c55e;
      --accent4:#f97316;
      --neonA: rgba(124, 58, 237, .22);
      --neonB: rgba(6, 182, 212, .22);
      --focus: rgba(124, 58, 237, .35);
      --btn:#0f172a;
      --btnText:#fff;
      --link:#2b4eff;
      --ok:#16a34a;
      --warn:#f59e0b;
      --bad:#ef4444;
      --max: 1140px;
      --padX: 20px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", sans-serif;
      color:var(--ink);
      background:
        radial-gradient(900px 450px at 10% -10%, rgba(124,58,237,.18), transparent 60%),
        radial-gradient(900px 500px at 90% 0%, rgba(6,182,212,.18), transparent 62%),
        radial-gradient(700px 380px at 50% 10%, rgba(249,115,22,.10), transparent 58%),
        linear-gradient(180deg, var(--bg0), #ffffff 45%, #fbfcff 100%);
    }

    a{color:inherit; text-decoration:none}
    .container{
      width: min(var(--max), calc(100% - var(--padX)*2));
      margin:0 auto;
    }

    .skip{
      position:absolute;
      left:-999px;
      top:auto;
      width:1px;height:1px;overflow:hidden;
    }
    .skip:focus{
      left:12px;top:12px;width:auto;height:auto;padding:10px 12px;background:#fff;border:1px solid var(--line2);border-radius:10px;z-index:9999;
      box-shadow:var(--shadow);
    }

    header{
      position:sticky; top:0; z-index:50;
      background: rgba(246, 247, 251, .65);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(20,22,27,.08);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width: 220px;
    }
    .ai-page-logo{
      width: 44px; height: 44px;
      object-fit: contain;
      padding:8px;
      background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.58));
      border:1px solid rgba(20,22,27,.10);
      border-radius: 14px;
      box-shadow: 0 10px 25px rgba(124,58,237,.10);
    }
    .brand-title{
      display:flex; flex-direction:column; line-height:1.05;
    }
    .brand-title strong{font-size:14px; letter-spacing:.2px}
    .brand-title span{font-size:12px; color:var(--muted)}
    nav{
      display:flex; align-items:center; gap:10px; justify-content:flex-end;
      flex:1;
    }
    .menu{
      display:flex; align-items:center; gap:8px; flex-wrap:wrap;
      justify-content:flex-end;
      padding:0;
      margin:0;
      list-style:none;
    }
    .menu a{
      display:inline-flex; align-items:center; justify-content:center;
      padding:9px 10px;
      border-radius: 999px;
      color:var(--muted);
      border:1px solid transparent;
      transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      font-size:13px;
      white-space:nowrap;
    }
    .menu a:hover{
      transform: translateY(-1px);
      background: rgba(255,255,255,.7);
      border-color: rgba(20,22,27,.10);
      color: var(--ink);
    }
    .nav-actions{
      display:flex; align-items:center; gap:10px;
      min-width: 220px; justify-content:flex-end;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding:11px 14px; border-radius: 12px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.7);
      color:var(--ink);
      font-weight:650;
      font-size:13px;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      cursor:pointer;
      user-select:none;
    }
    .btn:hover{transform: translateY(-1px); box-shadow: 0 14px 35px rgba(15, 23, 42, .10); border-color: rgba(20,22,27,.16); background: rgba(255,255,255,.95);}
    .btn-primary{
      background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(6,182,212,.92));
      border-color: rgba(255,255,255,.12);
      color: #07101f;
      box-shadow: 0 18px 45px rgba(124,58,237,.20);
    }
    .btn-primary .spark{
      width:10px;height:10px;border-radius:50%;
      background: rgba(255,255,255,.95);
      box-shadow: 0 0 0 6px rgba(255,255,255,.16), 0 0 22px rgba(255,255,255,.35);
    }
    .btn-ghost{
      background: rgba(255,255,255,.55);
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius: 999px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.55);
      color: var(--muted);
      font-size:12.5px;
      white-space:nowrap;
    }
    .pill i{
      width:10px;height:10px;border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,.0) 55%),
                  linear-gradient(135deg, var(--accent1), var(--accent2));
      box-shadow: 0 0 0 5px rgba(124,58,237,.12);
    }

    .mobile-only{display:none}
    .desktop-only{display:flex}

    .hamburger{
      display:none;
      width:42px;height:42px;
      border-radius:12px;
      border:1px solid rgba(20,22,27,.12);
      background: rgba(255,255,255,.62);
      cursor:pointer;
      align-items:center; justify-content:center;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .hamburger:hover{transform: translateY(-1px); box-shadow: 0 16px 40px rgba(15, 23, 42, .10);}
    .hamburger span{
      width:18px;height:2px;background:var(--ink); border-radius:2px; position:relative; display:block;
    }
    .hamburger span::before,.hamburger span::after{
      content:""; position:absolute; left:0; width:18px;height:2px; background:var(--ink); border-radius:2px;
      transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .hamburger span::before{top:-6px}
    .hamburger span::after{top:6px}
    .mobile-panel{
      display:none;
      padding: 10px 0 16px;
    }
    .mobile-panel .menu{
      justify-content:flex-start;
      gap:10px;
    }

    main{padding: 18px 0 44px}

    .hero{
      padding: 24px 0 10px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:16px;
      align-items:stretch;
    }
    .hero-card{
      position:relative;
      border-radius: var(--r24);
      background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.55));
      border: 1px solid rgba(20,22,27,.10);
      box-shadow: var(--shadow);
      overflow:hidden;
      padding: 22px;
      min-height: 340px;
    }
    .hero-card::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(700px 280px at 15% 10%, rgba(124,58,237,.30), transparent 60%),
        radial-gradient(650px 260px at 85% 0%, rgba(6,182,212,.26), transparent 62%),
        radial-gradient(560px 240px at 60% 50%, rgba(249,115,22,.12), transparent 58%);
      pointer-events:none;
      filter: saturate(1.1);
    }
    .hero-card::after{
      content:"";
      position:absolute; left:-30px; top:-60px;
      width:140px; height:140px;
      border-radius: 30px;
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(6,182,212,.16));
      border: 1px solid rgba(255,255,255,.18);
      transform: rotate(12deg);
      box-shadow: 0 22px 60px rgba(124,58,237,.18);
      pointer-events:none;
      opacity:.95;
    }

    .hero-inner{position:relative; z-index:1; display:flex; flex-direction:column; height:100%}
    .hero-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:16px;
      margin-bottom: 14px;
      flex-wrap:wrap;
    }
    .hero h1{
      margin:0;
      font-size: 34px;
      letter-spacing: -0.5px;
      line-height:1.18;
    }
    .hero-sub{
      margin: 10px 0 0;
      color: var(--muted);
      font-size: 15px;
      line-height:1.7;
      max-width: 64ch;
    }
    .hero-actions{
      display:flex; align-items:center; gap:12px; flex-wrap:wrap;
      margin-top: 16px;
    }
    .btn-market{
      display:inline-flex; align-items:center; gap:10px;
      padding: 12px 16px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(14,165,233,.14), rgba(124,58,237,.14));
      border: 1px solid rgba(20,22,27,.10);
      color: var(--ink);
      font-weight: 750;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      box-shadow: 0 16px 40px rgba(124,58,237,.10);
    }
    .btn-market:hover{transform: translateY(-1px); box-shadow: 0 18px 50px rgba(124,58,237,.16); border-color: rgba(20,22,27,.16);}
    .btn-market .arrow{
      width:28px;height:28px;border-radius:10px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(20,22,27,.10);
      display:inline-flex; align-items:center; justify-content:center;
    }
    .btn-market .arrow svg{width:16px;height:16px}
    .micro{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
      margin-top: 14px;
    }
    .micro .tag{
      font-size:12.5px;
      color: var(--muted);
      border: 1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.58);
      padding: 8px 10px;
      border-radius: 999px;
      display:inline-flex; gap:8px; align-items:center;
      white-space:nowrap;
    }
    .micro .tag b{color: var(--ink); font-weight:750}
    .dot{
      width:8px;height:8px;border-radius:50%;
      background: linear-gradient(135deg, var(--accent1), var(--accent2));
      box-shadow: 0 0 0 5px rgba(124,58,237,.12);
    }

    .side-stack{
      display:flex; flex-direction:column; gap:14px;
    }
    .side-card{
      border-radius: var(--r20);
      background: rgba(255,255,255,.68);
      border: 1px solid rgba(20,22,27,.10);
      box-shadow: 0 10px 26px rgba(15,23,42,.06);
      padding: 16px;
      overflow:hidden;
      position:relative;
      min-height: 160px;
    }
    .side-card::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(350px 180px at 10% 0%, rgba(124,58,237,.22), transparent 58%),
        radial-gradient(300px 160px at 90% 10%, rgba(6,182,212,.20), transparent 55%);
      pointer-events:none;
      opacity:.9;
    }
    .side-card > *{position:relative; z-index:1}
    .side-title{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .side-title h2{
      margin:0;
      font-size:14px;
      color: var(--muted);
      font-weight: 780;
      letter-spacing:.2px;
      text-transform: none;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.62);
      border:1px solid rgba(20,22,27,.10);
      color: var(--muted);
      font-size:12.5px;
      white-space:nowrap;
    }
    .badge .bolt{
      width:10px;height:10px;border-radius:3px;
      background: linear-gradient(135deg, var(--accent1), var(--accent2));
      box-shadow: 0 0 0 5px rgba(6,182,212,.10);
    }
    .metric-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top: 8px;
    }
    .metric{
      border-radius: 16px;
      background: rgba(255,255,255,.62);
      border:1px solid rgba(20,22,27,.10);
      padding: 12px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .metric:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 45px rgba(124,58,237,.12);
      border-color: rgba(20,22,27,.16);
    }
    .metric .num{
      font-weight: 900;
      font-size: 18px;
      letter-spacing:-.4px;
    }
    .metric .lbl{
      margin-top:6px;
      color: var(--muted);
      font-size: 12.5px;
      line-height:1.35;
    }

    section{
      margin-top: 18px;
    }

    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin: 8px 0 12px;
      flex-wrap:wrap;
    }
    .section-head h2{
      margin:0;
      font-size: 22px;
      letter-spacing:-.3px;
      line-height:1.25;
    }
    .section-head p{
      margin:0;
      color: var(--muted);
      max-width: 62ch;
      line-height:1.7;
      font-size: 14.5px;
    }

    .grid-3{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .grid-2{
      display:grid; grid-template-columns: repeat(2, 1fr);
      gap:14px;
    }
    .card{
      border-radius: var(--r20);
      background: rgba(255,255,255,.70);
      border: 1px solid rgba(20,22,27,.10);
      box-shadow: 0 12px 32px rgba(15,23,42,.06);
      padding: 16px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{transform: translateY(-2px); border-color: rgba(20,22,27,.16); box-shadow: var(--shadow2);}
    .card h3{
      margin: 10px 0 8px;
      font-size: 16px;
      letter-spacing: -.2px;
    }
    .card p{
      margin:0;
      color: var(--muted);
      line-height:1.7;
      font-size: 14px;
    }
    .icon{
      width:44px;height:44px;border-radius: 16px;
      border:1px solid rgba(20,22,27,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 18px 45px rgba(124,58,237,.10);
    }
    .icon svg{width:20px;height:20px}

    .steps{
      display:grid; grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      padding: 14px;
      border-radius: var(--r20);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 12px 30px rgba(15,23,42,.05);
      position:relative;
      overflow:hidden;
    }
    .step::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(300px 120px at 10% 0%, rgba(124,58,237,.18), transparent 60%),
        radial-gradient(260px 110px at 90% 10%, rgba(6,182,212,.14), transparent 60%);
      opacity:.7; pointer-events:none;
    }
    .step > *{position:relative; z-index:1}
    .step .k{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom: 10px;
    }
    .step .idx{
      font-weight: 950;
      font-size: 16px;
      letter-spacing:-.2px;
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(6,182,212,.18));
      border:1px solid rgba(20,22,27,.10);
      padding: 8px 10px;
      border-radius: 14px;
    }
    .step .time{
      color: var(--muted);
      font-size: 12.5px;
      white-space:nowrap;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.55);
      padding: 8px 10px;
      border-radius: 999px;
    }
    .step h3{margin:0 0 8px; font-size:15.5px}
    .step p{margin:0; color:var(--muted); line-height:1.65; font-size:13.8px}

    .compare-wrap{
      border-radius: var(--r24);
      border:1px solid rgba(20,22,27,.10);
      background:
        radial-gradient(520px 240px at 15% 0%, rgba(124,58,237,.16), transparent 55%),
        radial-gradient(520px 240px at 85% 10%, rgba(6,182,212,.14), transparent 58%),
        rgba(255,255,255,.62);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .compare-top{
      padding: 16px;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      border-bottom: 1px solid rgba(20,22,27,.08);
    }
    .rating{
      display:flex; align-items:center; gap:12px; flex-wrap:wrap;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
    }
    .star{
      width:18px;height:18px;
      filter: drop-shadow(0 6px 14px rgba(124,58,237,.18));
    }
    .rating .score{
      font-weight: 950;
      font-size: 18px;
      letter-spacing:-.3px;
    }
    .rating .tagline{
      color: var(--muted);
      font-size: 13.5px;
      line-height:1.4;
    }

    table{
      width:100%;
      border-collapse: collapse;
      font-size: 14px;
      min-width: 680px;
    }
    .table-wrap{
      overflow:auto;
      padding: 0 16px 16px;
    }
    thead th{
      text-align:left;
      padding: 12px 10px;
      color: var(--muted);
      font-weight: 800;
      border-bottom: 1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.55);
      position: sticky;
      top:0;
      z-index:1;
    }
    tbody td{
      padding: 12px 10px;
      border-bottom: 1px solid rgba(20,22,27,.08);
      color: var(--ink);
      vertical-align: top;
    }
    tbody tr:hover td{ background: rgba(255,255,255,.45);}
    .check{
      display:inline-flex; align-items:center; gap:8px;
      padding: 7px 10px;
      border-radius: 999px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.62);
      color: var(--muted);
      font-size: 12.5px;
      white-space:nowrap;
    }
    .check.ok{
      background: rgba(34,197,94,.10);
      border-color: rgba(34,197,94,.22);
      color: #0f3d1e;
      font-weight: 800;
    }
    .check.neutral{
      background: rgba(124,58,237,.10);
      border-color: rgba(124,58,237,.20);
      color: #2c1456;
      font-weight: 800;
    }
    .check.warn{
      background: rgba(245,158,11,.10);
      border-color: rgba(245,158,11,.22);
      color: #4a2a00;
      font-weight: 800;
    }

    .timeline{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .timeline-card{
      border-radius: var(--r20);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.68);
      box-shadow: 0 12px 32px rgba(15,23,42,.06);
      padding: 16px;
      overflow:hidden;
      position:relative;
    }
    .timeline-card::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(420px 180px at 10% 0%, rgba(124,58,237,.18), transparent 60%),
        radial-gradient(380px 170px at 90% 20%, rgba(6,182,212,.14), transparent 60%);
      opacity:.75; pointer-events:none;
    }
    .timeline-card > *{position:relative; z-index:1}
    .timeline-title{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom: 10px;
      flex-wrap:wrap;
    }
    .timeline-title h3{margin:0; font-size:16px}
    .timeline-list{
      display:flex; flex-direction:column; gap:10px;
      margin-top: 10px;
    }
    .titem{
      display:flex; gap:12px; align-items:flex-start;
      padding: 12px;
      border-radius: 16px;
      background: rgba(255,255,255,.58);
      border:1px solid rgba(20,22,27,.10);
    }
    .titem .bubble{
      width:34px; height:34px; border-radius: 14px;
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(6,182,212,.18));
      border:1px solid rgba(20,22,27,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight: 950;
      color: var(--ink);
      flex:0 0 auto;
    }
    .titem b{display:block; font-size:13.8px}
    .titem span{display:block; color:var(--muted); margin-top:4px; font-size:13.3px; line-height:1.55}

    .gallery-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .img-card{
      border-radius: var(--r20);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.68);
      box-shadow: 0 12px 30px rgba(15,23,42,.06);
      overflow:hidden;
    }
    .img-wrap{
      padding: 14px;
    }
    .img-wrap .thumb{
      width:100%;
      aspect-ratio: 16/10;
      border-radius: 16px;
      background:
        linear-gradient(180deg, rgba(124,58,237,.10), rgba(6,182,212,.08));
      border:1px solid rgba(20,22,27,.10);
      display:flex; align-items:center; justify-content:center;
      position:relative;
      overflow:hidden;
    }
    .img-wrap .thumb::before{
      content:"";
      position:absolute; inset:-30%;
      background:
        radial-gradient(circle at 30% 30%, rgba(124,58,237,.35), transparent 45%),
        radial-gradient(circle at 70% 40%, rgba(6,182,212,.30), transparent 45%),
        radial-gradient(circle at 55% 70%, rgba(249,115,22,.18), transparent 50%);
      filter: blur(2px);
      animation: floaty 8s ease-in-out infinite;
      opacity:.85;
    }
    @keyframes floaty{
      0%,100%{transform: translate3d(0,0,0) scale(1)}
      50%{transform: translate3d(0,-10px,0) scale(1.03)}
    }
    .img-wrap .thumb .label{
      position:relative; z-index:1;
      display:flex; flex-direction:column; align-items:center; gap:6px;
      text-align:center;
      padding: 0 10px;
    }
    .img-wrap .thumb .label .cap{
      font-weight: 900;
      letter-spacing:-.2px;
    }
    .img-wrap .thumb .label .sub{
      color: var(--muted);
      font-size: 12.8px;
      line-height:1.4;
    }
    .img-card .meta{
      padding: 0 14px 14px;
    }
    .img-card .meta h3{
      margin: 10px 0 6px;
      font-size: 15.5px;
    }
    .img-card .meta p{
      margin:0;
      color: var(--muted);
      font-size: 13.8px;
      line-height:1.65;
    }

    .list-bullets{
      margin: 10px 0 0; padding:0; list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .list-bullets li{
      display:flex; gap:10px; align-items:flex-start;
      color: var(--muted);
      line-height:1.6;
      font-size: 14px;
    }
    .tick{
      width:18px;height:18px; border-radius: 7px;
      border:1px solid rgba(34,197,94,.25);
      background: rgba(34,197,94,.12);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:2px;
    }
    .tick svg{width:12px;height:12px}

    .accordion{
      display:flex; flex-direction:column; gap:10px;
    }
    details.acc{
      border-radius: var(--r20);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.68);
      box-shadow: 0 12px 30px rgba(15,23,42,.05);
      overflow:hidden;
      transition: border-color .18s ease, box-shadow .18s ease;
    }
    details.acc[open]{border-color: rgba(20,22,27,.16); box-shadow: 0 18px 50px rgba(124,58,237,.12);}
    summary{
      list-style:none;
      cursor:pointer;
      padding: 14px 16px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
      user-select:none;
    }
    summary::-webkit-details-marker{display:none}
    .q{
      display:flex; gap:12px; align-items:flex-start;
    }
    .q .qicon{
      width:34px;height:34px;border-radius:14px;
      border:1px solid rgba(20,22,27,.10);
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(6,182,212,.16));
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .q .qicon svg{width:16px;height:16px}
    .q b{
      display:block;
      font-size: 14.8px;
      letter-spacing:-.15px;
      line-height:1.35;
    }
    .chev{
      width:34px;height:34px;border-radius:14px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.55);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      transition: transform .2s ease;
    }
    details.acc[open] .chev{transform: rotate(180deg)}
    .acc-body{
      padding: 0 16px 14px 62px;
      color: var(--muted);
      line-height:1.75;
      font-size: 14px;
    }

    .reviews{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border-radius: var(--r20);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.68);
      box-shadow: 0 12px 32px rgba(15,23,42,.06);
      padding: 16px;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .review:hover{transform: translateY(-2px); border-color: rgba(20,22,27,.16); box-shadow: var(--shadow2);}
    .review::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(320px 150px at 10% 0%, rgba(124,58,237,.16), transparent 60%),
        radial-gradient(280px 140px at 90% 10%, rgba(6,182,212,.14), transparent 60%);
      opacity:.7; pointer-events:none;
    }
    .review > *{position:relative; z-index:1}
    .review .top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom: 10px;
    }
    .avatar{
      width:40px;height:40px;border-radius: 16px;
      border:1px solid rgba(20,22,27,.10);
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(6,182,212,.16));
      display:flex; align-items:center; justify-content:center;
      font-weight: 950;
      letter-spacing:-.3px;
    }
    .review .who b{display:block; font-size:14.6px}
    .review .who span{display:block; color: var(--muted); font-size: 12.8px; margin-top:4px}
    .review .text{
      margin:0;
      color: var(--muted);
      line-height:1.75;
      font-size: 14px;
    }

    .form-card{
      border-radius: var(--r24);
      border:1px solid rgba(20,22,27,.10);
      background:
        radial-gradient(680px 280px at 20% 0%, rgba(124,58,237,.18), transparent 58%),
        radial-gradient(620px 260px at 90% 10%, rgba(6,182,212,.16), transparent 60%),
        rgba(255,255,255,.66);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .form-wrap{
      padding: 18px;
    }
    .form-grid{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top: 10px;
    }
    label{
      display:flex; flex-direction:column; gap:8px;
      color: var(--muted);
      font-size: 13px;
    }
    input, select, textarea{
      width:100%;
      border-radius: 14px;
      border:1px solid rgba(20,22,27,.12);
      background: rgba(255,255,255,.74);
      padding: 12px 12px;
      outline:none;
      color: var(--ink);
      transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
      font-size:14px;
    }
    textarea{min-height: 118px; resize: vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(124,58,237,.35);
      box-shadow: 0 0 0 4px var(--focus);
      background: rgba(255,255,255,.95);
    }
    .form-actions{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top: 12px;
      padding-top: 10px;
      border-top: 1px solid rgba(20,22,27,.08);
    }
    .help-text{
      color: var(--muted);
      font-size: 12.8px;
      line-height:1.5;
      max-width: 54ch;
    }

    .prices{
      display:grid; grid-template-columns: 1fr 1fr 1fr;
      gap:12px;
    }
    .price-card{
      padding: 16px;
      border-radius: var(--r20);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.68);
      box-shadow: 0 12px 32px rgba(15,23,42,.06);
      position:relative;
      overflow:hidden;
    }
    .price-card::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(360px 140px at 10% 0%, rgba(124,58,237,.16), transparent 60%),
        radial-gradient(320px 140px at 90% 10%, rgba(6,182,212,.14), transparent 60%);
      opacity:.7; pointer-events:none;
    }
    .price-card > *{position:relative; z-index:1}
    .price-card .top{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom: 10px;
    }
    .price-card h3{margin:0; font-size: 15.5px}
    .price{
      font-weight: 950;
      font-size: 22px;
      letter-spacing:-.5px;
      margin-top: 4px;
    }
    .price-note{
      color: var(--muted);
      margin-top: 8px;
      font-size: 13.7px;
      line-height:1.7;
    }
    .price-foot{
      margin-top: 12px;
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .chip{
      font-size: 12.5px;
      color: var(--muted);
      background: rgba(255,255,255,.58);
      border:1px solid rgba(20,22,27,.10);
      padding: 8px 10px;
      border-radius: 999px;
      display:inline-flex; align-items:center; gap:8px;
      white-space:nowrap;
    }
    .chip i{
      width:10px;height:10px;border-radius:4px;
      background: linear-gradient(135deg, rgba(124,58,237,.9), rgba(6,182,212,.9));
      box-shadow: 0 0 0 5px rgba(6,182,212,.10);
    }

    .tag-cloud{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .cloud-tag{
      padding: 10px 12px;
      border-radius: 999px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.65);
      color: var(--muted);
      font-size: 13px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
      cursor:pointer;
    }
    .cloud-tag:hover{transform: translateY(-1px); border-color: rgba(20,22,27,.16); background: rgba(255,255,255,.92); color: var(--ink);}

    .network{
      display:grid; grid-template-columns: 1.1fr .9fr;
      gap:14px;
    }
    .mapish{
      border-radius: var(--r24);
      border:1px solid rgba(20,22,27,.10);
      background:
        radial-gradient(620px 260px at 10% 0%, rgba(124,58,237,.16), transparent 58%),
        radial-gradient(540px 240px at 90% 10%, rgba(6,182,212,.14), transparent 60%),
        rgba(255,255,255,.66);
      box-shadow: var(--shadow);
      overflow:hidden;
      padding: 18px;
      position:relative;
      min-height: 260px;
    }
    .mapish::after{
      content:"";
      position:absolute; inset:0;
      background:
        linear-gradient(90deg, rgba(20,22,27,.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(20,22,27,.06) 1px, transparent 1px);
      background-size: 34px 34px;
      opacity:.32;
      pointer-events:none;
    }
    .map-canvas{
      position:relative; z-index:1;
      height: 100%;
      min-height: 224px;
      display:flex; flex-direction:column; justify-content:space-between;
    }
    .region-row{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      justify-content:flex-start;
      margin-top: 6px;
    }
    .region{
      display:inline-flex; align-items:center; gap:10px;
      border-radius: 999px;
      padding: 10px 12px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.62);
      color: var(--muted);
      font-size: 13px;
      white-space:nowrap;
    }
    .region .pin{
      width:10px;height:10px;border-radius:50%;
      background: linear-gradient(135deg, var(--accent1), var(--accent2));
      box-shadow: 0 0 0 6px rgba(124,58,237,.12);
    }

    .partner-card{
      border-radius: var(--r24);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.68);
      box-shadow: var(--shadow);
      padding: 18px;
    }
    .partner-card h3{margin:0 0 8px; font-size:16.5px}
    .partner-card p{margin:0; color:var(--muted); line-height:1.7; font-size:14.2px}
    .partner-list{
      margin-top: 12px;
      display:grid; grid-template-columns: 1fr;
      gap:10px;
    }
    .partner-item{
      display:flex; gap:12px; align-items:flex-start;
      padding: 12px;
      border-radius: 16px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.58);
    }
    .partner-item b{display:block; font-size:14px}
    .partner-item span{display:block; color:var(--muted); font-size:13.3px; margin-top:4px; line-height:1.6}

    .footer{
      background: rgba(255,255,255,.6);
      border-top: 1px solid rgba(20,22,27,.08);
      padding: 18px 0 14px;
      margin-top: 22px;
    }
    .footer-grid{
      display:grid; grid-template-columns: 1.2fr .8fr; gap:14px; align-items:start;
    }
    .footer-left{
      border-radius: var(--r24);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 12px 32px rgba(15,23,42,.05);
      padding: 16px;
    }
    .footer-right{
      border-radius: var(--r24);
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 12px 32px rgba(15,23,42,.05);
      padding: 16px;
    }
    .footer-left .row{
      display:flex; gap:14px; align-items:flex-start; flex-wrap:wrap;
    }
    .footer-links{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top: 10px;
    }
    .footer-links a{
      padding: 8px 10px;
      border-radius: 999px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.58);
      color: var(--muted);
      font-size: 13px;
      transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
    }
    .footer-links a:hover{
      transform: translateY(-1px);
      background: rgba(255,255,255,.95);
      border-color: rgba(20,22,27,.16);
      color: var(--ink);
    }
    .qr{
      width:88px;height:88px;border-radius: 24px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.72);
      padding:8px;
      display:flex; align-items:center; justify-content:center;
      box-shadow: 0 16px 40px rgba(124,58,237,.12);
    }
    .qr img{
      width:100%; height:auto; display:block;
      border-radius: 18px;
    }
    .footer-right h3{margin:0 0 8px; font-size:16.5px}
    .footer-right p{margin:0; color:var(--muted); line-height:1.7; font-size:14.2px}
    .small-row{
      display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px;
    }
    .small-link{
      padding: 10px 12px;
      border-radius: 14px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.58);
      color: var(--muted);
      font-size: 13.2px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
      display:inline-flex; align-items:center; gap:10px;
      white-space:nowrap;
    }
    .small-link:hover{transform: translateY(-1px); border-color: rgba(20,22,27,.16); background: rgba(255,255,255,.95); color: var(--ink);}
    .copy{
      margin-top: 12px;
      text-align:center;
      color: var(--muted2);
      font-size: 12.8px;
    }

    .floating{
      position:fixed;
      right: 16px;
      bottom: 16px;
      z-index: 60;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .float-btn{
      display:flex; align-items:center; gap:10px;
      border-radius: 16px;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 20px 55px rgba(15,23,42,.12);
      padding: 12px 12px;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
      user-select:none;
    }
    .float-btn:hover{transform: translateY(-2px); border-color: rgba(20,22,27,.16); background: rgba(255,255,255,.98); box-shadow: 0 26px 70px rgba(15,23,42,.16);}
    .float-btn .ficon{
      width:36px;height:36px;border-radius: 14px;
      background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(6,182,212,.16));
      border:1px solid rgba(20,22,27,.10);
      display:flex; align-items:center; justify-content:center;
    }
    .float-btn .ficon svg{width:18px;height:18px}
    .float-btn span{font-weight: 820; font-size: 13.5px}
    .toTop{
      width:46px;height:46px;border-radius: 18px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(20,22,27,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 20px 55px rgba(15,23,42,.12);
      cursor:pointer;
      transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .toTop:hover{transform: translateY(-2px); border-color: rgba(20,22,27,.16); background: rgba(255,255,255,.98); box-shadow: 0 26px 70px rgba(15,23,42,.16);}
    .toTop svg{width:18px;height:18px}

    .reveal{
      opacity:0;
      transform: translateY(10px);
      transition: opacity .55s ease, transform .55s ease;
    }
    .reveal.in{
      opacity:1; transform: translateY(0);
    }

    .divider{
      height:1px;
      background: rgba(20,22,27,.08);
      margin: 16px 0 0;
    }

    .section-anchor{
      scroll-margin-top: 90px;
    }

    .small-note{
      color: var(--muted);
      font-size: 13.5px;
      line-height:1.7;
      margin: 0;
    }

    .hide-on-mobile{display:inline}
    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; }
      .hero-card{min-height: auto}
      .grid-3{grid-template-columns: 1fr}
      .grid-2{grid-template-columns: 1fr}
      .steps{grid-template-columns: repeat(2, 1fr)}
      .gallery-grid{grid-template-columns: 1fr}
      .reviews{grid-template-columns: 1fr}
      .prices{grid-template-columns: 1fr}
      .timeline{grid-template-columns: 1fr}
      .network{grid-template-columns: 1fr}
      table{min-width: 620px}
      .footer-grid{grid-template-columns: 1fr}
      .desktop-only{display:none}
      .mobile-only{display:flex}
      .hamburger{display:flex}
      .mobile-panel{display:none}
      nav{display:none}
      .nav-actions{min-width: unset}
      .hero h1{font-size: 28px}
      .form-grid{grid-template-columns: 1fr}
      .acc-body{padding-left: 54px}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .reveal{transition:none}
      .img-wrap .thumb::before{animation:none}
    }