:root{
      --bg0:#fffdf6;
      --bg1:#fff2b8;
      --card:#ffffff;
      --text:#1f2430;
      --muted:#5a6376;
      --line:rgba(31,36,48,.10);
      --shadow:0 18px 45px rgba(20,20,20,.10);
      --shadow2:0 10px 25px rgba(20,20,20,.10);
      --yellow:#f6c400;
      --yellow2:#ffdd4a;
      --accent:#1e3a8a;
      --accent2:#0b5cab;
      --ok:#18a957;
      --danger:#e11d48;
      --radius:18px;
      --radius2:14px;
      --max:1120px;
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
      background:
        radial-gradient(1200px 600px at 10% -10%, rgba(246,196,0,.35), transparent 55%),
        radial-gradient(900px 500px at 95% 0%, rgba(255,221,74,.35), transparent 52%),
        linear-gradient(180deg, var(--bg0), #ffffff 60%, #fffdf6);
      color:var(--text);
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    img{max-width:100%; height:auto; display:block}
    .container{width:100%; max-width:var(--max); margin:0 auto; padding:0 18px}
    .skip-link{
      position:absolute; left:-999px; top:10px;
      background:#000; color:#fff; padding:10px 12px; border-radius:10px; z-index:9999;
    }
    .skip-link:focus{left:14px}
    header{
      position:sticky; top:0; z-index:60;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(255,253,246,.75);
      border-bottom:1px solid rgba(31,36,48,.08);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between; gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:10px; min-width:220px;
    }
    .brand-badge{
      width:38px; height:38px; border-radius:12px;
      background:linear-gradient(135deg, var(--yellow2), var(--yellow));
      box-shadow:0 10px 25px rgba(246,196,0,.30);
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(31,36,48,.08);
      flex:0 0 auto;
    }
    .brand-badge svg{width:22px; height:22px}
    .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); margin-top:4px}
    nav{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end;
    }
    .nav-links{
      display:flex; align-items:center; gap:14px; flex-wrap:wrap;
    }
    .nav-links a{
      font-size:13px; color:rgba(31,36,48,.82);
      padding:8px 10px; border-radius:12px;
      border:1px solid transparent;
      transition:transform .18s ease, background .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .nav-links a:hover{
      background:rgba(246,196,0,.10);
      border-color:rgba(246,196,0,.25);
      transform:translateY(-1px);
    }
    .nav-cta{
      display:flex; gap:10px; align-items:center;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:8px;
      padding:10px 14px; border-radius:14px;
      border:1px solid rgba(31,36,48,.12);
      background:#fff;
      color:var(--text);
      font-weight:650; font-size:13px;
      box-shadow:0 10px 25px rgba(20,20,20,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
      cursor:pointer;
      user-select:none;
    }
    .btn:hover{transform:translateY(-1px); box-shadow:0 16px 35px rgba(20,20,20,.10); border-color:rgba(31,36,48,.18)}
    .btn:active{transform:translateY(0px)}
    .btn-primary{
      background:linear-gradient(135deg, var(--yellow2), var(--yellow));
      border-color:rgba(31,36,48,.12);
      box-shadow:0 18px 40px rgba(246,196,0,.24);
    }
    .btn-primary:hover{box-shadow:0 24px 55px rgba(246,196,0,.30)}
    .btn-ghost{
      background:rgba(255,255,255,.7);
    }
    .btn svg{width:16px; height:16px}
    .menu-btn{
      display:none;
      width:42px; height:42px; border-radius:14px;
      border:1px solid rgba(31,36,48,.12);
      background:#fff;
      align-items:center; justify-content:center;
      cursor:pointer;
      box-shadow:0 10px 25px rgba(20,20,20,.06);
      transition:transform .18s ease;
    }
    .menu-btn:hover{transform:translateY(-1px)}
    .menu-panel{
      display:none;
      padding:10px 0 16px;
    }
    .menu-panel .panel-links{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      margin-top:10px;
    }
    .panel-links a{
      padding:10px 12px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      border-radius:14px;
      font-weight:650;
      font-size:13px;
      color:rgba(31,36,48,.88);
    }

    main{padding-bottom:10px}
    .hero{
      padding:28px 0 18px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-left{
      border-radius:24px;
      border:1px solid rgba(31,36,48,.10);
      background:
        radial-gradient(1200px 500px at 0% 0%, rgba(246,196,0,.35), transparent 55%),
        radial-gradient(700px 380px at 80% 20%, rgba(255,221,74,.35), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.62));
      box-shadow:0 30px 80px rgba(20,20,20,.10);
      overflow:hidden;
      position:relative;
      padding:22px;
      min-height:360px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:16px;
    }
    .hero-left:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(closest-side at 20% 15%, rgba(255,221,74,.28), transparent 60%),
        radial-gradient(closest-side at 85% 55%, rgba(246,196,0,.26), transparent 62%);
      pointer-events:none;
    }
    .hero-left > *{position:relative}
    .pill-row{display:flex; flex-wrap:wrap; gap:10px; align-items:center}
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(31,36,48,.10);
      box-shadow:0 10px 25px rgba(20,20,20,.05);
      font-size:13px;
      color:rgba(31,36,48,.86);
      font-weight:650;
    }
    .pill i{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--yellow2), var(--yellow));
      box-shadow:0 0 0 4px rgba(246,196,0,.18);
      display:inline-block;
    }
    h1{
      font-size:34px;
      margin:4px 0 10px;
      letter-spacing:-.5px;
      line-height:1.12;
    }
    .lead{
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
      margin:0;
      max-width:64ch;
    }
    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:10px;
      align-items:center;
    }
    .hero-mini{
      display:flex; gap:14px; flex-wrap:wrap;
      margin-top:12px;
    }
    .mini-card{
      flex:1 1 170px;
      min-width:170px;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.72);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .mini-card:hover{
      transform:translateY(-2px);
      box-shadow:0 22px 60px rgba(20,20,20,.10);
      border-color:rgba(246,196,0,.28);
    }
    .mini-top{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:8px;
    }
    .mini-kpi{
      font-weight:850;
      font-size:18px;
      letter-spacing:-.3px;
    }
    .mini-tag{
      font-size:12px; color:rgba(31,36,48,.78);
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      padding:6px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .mini-desc{font-size:13px; color:var(--muted); line-height:1.6; margin:0}
    .hero-right{
      display:flex; flex-direction:column; gap:12px;
    }
    .panel{
      border-radius:24px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 22px 70px rgba(20,20,20,.08);
      padding:16px;
      overflow:hidden;
      position:relative;
      min-height:190px;
    }
    .panel:after{
      content:"";
      position:absolute; right:-40px; top:-40px;
      width:160px; height:160px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, rgba(255,221,74,.55), rgba(246,196,0,.10) 60%, transparent 70%);
      pointer-events:none;
    }
    .panel > *{position:relative}
    .panel h2{
      font-size:15px; margin:0 0 10px;
      letter-spacing:.2px;
    }
    .quick-list{
      display:flex; flex-direction:column; gap:10px;
      margin:0; padding:0; list-style:none;
    }
    .quick-item{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .quick-item:hover{transform:translateY(-2px); box-shadow:0 18px 45px rgba(20,20,20,.10)}
    .qdot{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(255,221,74,.95), rgba(246,196,0,.85));
      border:1px solid rgba(31,36,48,.12);
      display:flex; align-items:center; justify-content:center; flex:0 0 auto;
      box-shadow:0 14px 35px rgba(246,196,0,.25);
    }
    .qdot svg{width:18px; height:18px}
    .quick-text strong{display:block; font-size:13px}
    .quick-text span{display:block; font-size:12.5px; color:var(--muted); margin-top:4px; line-height:1.5}
    .ticker{
      display:flex; align-items:center; gap:10px;
      border-radius:18px;
      border:1px dashed rgba(31,36,48,.16);
      padding:10px 12px;
      background:rgba(255,255,255,.62);
      margin-top:12px;
    }
    .ticker .label{
      font-weight:850; font-size:12px;
      color:rgba(31,36,48,.88);
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      padding:6px 10px; border-radius:999px;
      white-space:nowrap;
    }
    .ticker .marquee{
      overflow:hidden; flex:1 1 auto; min-width:0;
      mask-image:linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    }
    .ticker .track{
      display:flex; gap:18px; align-items:center;
      white-space:nowrap;
      will-change:transform;
      animation:marq 18s linear infinite;
    }
    .ticker .chip{
      font-size:12.5px; color:rgba(31,36,48,.84);
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.75);
      padding:7px 10px; border-radius:999px;
    }
    @keyframes marq{
      0%{transform:translateX(0)}
      100%{transform:translateX(-50%)}
    }
    .section{
      padding:28px 0;
    }
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin-bottom:14px;
    }
    .section-head h2{
      font-size:22px; margin:0;
      letter-spacing:-.3px;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:14px; line-height:1.7;
      max-width:64ch;
    }
    .grid-3{
      display:grid; grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .grid-4{
      display:grid; grid-template-columns:repeat(4, 1fr);
      gap:12px;
    }
    .card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:20px;
      padding:16px;
      box-shadow:0 18px 55px rgba(20,20,20,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      height:100%;
    }
    .card:hover{
      transform:translateY(-2px);
      border-color:rgba(246,196,0,.30);
      box-shadow:0 26px 75px rgba(20,20,20,.10);
    }
    .card h3{
      margin:10px 0 8px;
      font-size:15px; letter-spacing:.1px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13.5px; line-height:1.7;
    }
    .icon{
      width:44px; height:44px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(31,36,48,.10);
      background:linear-gradient(135deg, rgba(255,221,74,.9), rgba(246,196,0,.55));
      box-shadow:0 16px 40px rgba(246,196,0,.25);
    }
    .icon svg{width:22px; height:22px}
    .steps{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:12px;
    }
    .step{
      padding:16px;
      border-radius:20px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      position:relative;
      overflow:hidden;
      transition:transform .18s ease, box-shadow .18s ease;
      height:100%;
    }
    .step:hover{transform:translateY(-2px); box-shadow:0 26px 70px rgba(20,20,20,.10)}
    .step:before{
      content:"";
      position:absolute; left:-30px; top:-30px;
      width:80px; height:80px; border-radius:26px;
      background:rgba(246,196,0,.22);
      transform:rotate(15deg);
    }
    .step > *{position:relative}
    .step-num{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .step-num strong{
      font-size:30px; line-height:1;
      color:rgba(31,36,48,.90);
      letter-spacing:-1px;
    }
    .step-badge{
      font-size:12px; font-weight:850;
      color:rgba(31,36,48,.86);
      border:1px solid rgba(31,36,48,.10);
      background:#fff; padding:6px 10px; border-radius:999px; white-space:nowrap;
    }
    .step h3{margin:0 0 8px; font-size:15px}
    .step p{margin:0; color:var(--muted); font-size:13.5px; line-height:1.7}
    .compare{
      border-radius:24px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 24px 70px rgba(20,20,20,.07);
      overflow:hidden;
    }
    .compare-head{
      padding:16px 16px 12px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
      border-bottom:1px solid rgba(31,36,48,.08);
      background:linear-gradient(135deg, rgba(255,221,74,.22), rgba(246,196,0,.06));
    }
    .score{
      display:flex; align-items:flex-end; gap:10px;
    }
    .score .star{
      width:44px; height:44px; border-radius:18px;
      background:linear-gradient(135deg, #fff, rgba(255,221,74,.35));
      border:1px solid rgba(31,36,48,.10);
      display:flex; align-items:center; justify-content:center;
      box-shadow:0 18px 55px rgba(246,196,0,.18);
      flex:0 0 auto;
    }
    .score .star svg{width:22px; height:22px}
    .score strong{
      font-size:34px; letter-spacing:-.8px;
      line-height:1;
    }
    .score span{
      display:block; color:var(--muted); font-size:13px; margin-top:6px;
      line-height:1.2;
    }
    .compare-head h3{margin:0; font-size:16px}
    .compare-head p{margin:6px 0 0; color:var(--muted); font-size:13.5px; line-height:1.6}
    .table-wrap{overflow:auto}
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:860px;
      font-size:13.5px;
    }
    thead th{
      position:sticky; top:0;
      background:rgba(255,255,255,.95);
      z-index:1;
      border-bottom:1px solid rgba(31,36,48,.10);
      color:rgba(31,36,48,.86);
      padding:14px 12px;
      text-align:left;
      font-size:13px;
      white-space:nowrap;
    }
    tbody td{
      padding:12px 12px;
      border-bottom:1px solid rgba(31,36,48,.08);
      color:rgba(31,36,48,.86);
      vertical-align:middle;
      white-space:nowrap;
    }
    tbody tr:hover td{background:rgba(246,196,0,.06)}
    .yes{
      display:inline-flex; align-items:center; gap:8px;
      font-weight:750;
    }
    .yes .dot{
      width:18px; height:18px; border-radius:7px;
      background:rgba(24,169,87,.12);
      border:1px solid rgba(24,169,87,.26);
      display:flex; align-items:center; justify-content:center;
      color:var(--ok);
      flex:0 0 auto;
    }
    .rating{
      display:inline-flex; align-items:center; gap:8px;
      font-weight:800;
    }
    .rating .meter{
      width:96px; height:8px; border-radius:999px;
      background:rgba(31,36,48,.10);
      overflow:hidden;
      border:1px solid rgba(31,36,48,.10);
    }
    .rating .fill{
      height:100%;
      width:72%;
      background:linear-gradient(90deg, rgba(255,221,74,.95), rgba(246,196,0,.90));
      border-radius:999px;
    }
    .rating span{color:var(--muted); font-weight:750}
    .badge-best{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      font-weight:900;
      font-size:12.5px;
      white-space:nowrap;
    }
    .badge-best em{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--yellow2), var(--yellow));
      box-shadow:0 0 0 4px rgba(246,196,0,.18);
      display:inline-block;
    }

    .timeline{
      display:grid; grid-template-columns: 1fr;
      gap:12px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns: 150px 1fr;
      gap:12px;
      align-items:flex-start;
      padding:14px 14px;
      border-radius:20px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
    }
    .tdate{
      font-weight:900; letter-spacing:-.2px;
      color:rgba(31,36,48,.90);
      font-size:14px;
    }
    .tcontent h3{margin:0 0 8px; font-size:15px}
    .tcontent p{margin:0; color:var(--muted); font-size:13.5px; line-height:1.7}
    .split{
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap:14px;
      align-items:stretch;
    }
    .list-grid{
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
    }
    .checklist{
      display:flex; flex-direction:column; gap:10px;
      margin:0; padding:0; list-style:none;
    }
    .check{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
    }
    .check .box{
      width:22px; height:22px; border-radius:9px;
      background:rgba(246,196,0,.18);
      border:1px solid rgba(246,196,0,.30);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:2px;
    }
    .check .box svg{width:14px; height:14px}
    .check strong{display:block; font-size:13.5px}
    .check span{display:block; color:var(--muted); font-size:12.8px; margin-top:4px; line-height:1.5}

    .tagcloud{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .tag{
      padding:9px 10px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.7);
      color:rgba(31,36,48,.86);
      font-size:13px;
      font-weight:700;
      transition:transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .tag:hover{transform:translateY(-2px); border-color:rgba(246,196,0,.30); background:#fff}
    .reviews{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:12px;
    }
    .review{
      padding:16px;
      border-radius:22px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      box-shadow:0 18px 55px rgba(20,20,20,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      height:100%;
      display:flex; flex-direction:column; gap:10px;
    }
    .review:hover{transform:translateY(-2px); border-color:rgba(246,196,0,.28); box-shadow:0 26px 75px rgba(20,20,20,.10)}
    .review-top{display:flex; align-items:center; justify-content:space-between; gap:10px}
    .avatar{
      width:42px; height:42px; border-radius:18px;
      border:1px solid rgba(31,36,48,.10);
      background:linear-gradient(135deg, rgba(255,221,74,.35), rgba(246,196,0,.10));
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .avatar svg{width:20px; height:20px}
    .who strong{display:block; font-size:14px}
    .who span{display:block; font-size:12.5px; color:var(--muted); margin-top:4px}
    .review .quote{
      margin:0;
      color:rgba(31,36,48,.90);
      line-height:1.7;
      font-size:13.5px;
    }
    .review .marks{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      color:var(--muted);
      font-size:12.8px;
    }

    .gallery{
      display:grid; grid-template-columns:1.1fr .9fr; gap:14px;
      align-items:stretch;
    }
    .case-grid{
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
    }
    .img-card{
      border-radius:22px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.80);
      overflow:hidden;
      box-shadow:0 22px 70px rgba(20,20,20,.07);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      cursor:pointer;
    }
    .img-card:hover{transform:translateY(-2px); border-color:rgba(246,196,0,.30); box-shadow:0 30px 90px rgba(20,20,20,.12)}
    .img-top{
      position:relative;
      padding:10px;
      background:linear-gradient(180deg, rgba(255,221,74,.18), rgba(246,196,0,.05));
    }
    .img-top img{
      width:100%;
      height:210px;
      object-fit:cover;
      border-radius:16px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
    }
    .img-body{padding:14px 14px 16px}
    .img-body h3{margin:0 0 8px; font-size:15px}
    .img-body p{margin:0; color:var(--muted); font-size:13.5px; line-height:1.7}
    .img-foot{
      margin-top:10px;
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .chip2{
      font-size:12.5px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      color:rgba(31,36,48,.86);
      font-weight:750;
    }

    .articles{
      display:grid; grid-template-columns:1fr 1fr 1fr;
      gap:12px;
    }
    .article{
      padding:14px;
      border-radius:20px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      height:100%;
      display:flex; flex-direction:column; gap:10px;
    }
    .article:hover{transform:translateY(-2px); box-shadow:0 26px 70px rgba(20,20,20,.10); border-color:rgba(246,196,0,.30)}
    .article .meta{
      display:flex; align-items:center; justify-content:space-between; gap:10px; color:var(--muted);
      font-size:12.5px;
    }
    .article h3{
      margin:0;
      font-size:15px;
      letter-spacing:-.1px;
      line-height:1.4;
    }
    .article p{
      margin:0; color:var(--muted);
      font-size:13.5px; line-height:1.7;
      flex:1 1 auto;
    }
    .article a.more{
      display:inline-flex; align-items:center; gap:8px;
      font-weight:850; font-size:13px;
      color:rgba(11,92,171,.95);
    }
    .article a.more svg{width:16px; height:16px}

    .form-card{
      border-radius:24px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.80);
      box-shadow:0 24px 80px rgba(20,20,20,.08);
      overflow:hidden;
    }
    .form-top{
      padding:16px 16px 12px;
      border-bottom:1px solid rgba(31,36,48,.08);
      background:linear-gradient(135deg, rgba(255,221,74,.20), rgba(246,196,0,.06));
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      flex-wrap:wrap;
    }
    .form-top h2{margin:0; font-size:16px}
    .form-top p{margin:6px 0 0; color:var(--muted); font-size:13.5px; line-height:1.6; max-width:70ch}
    form{padding:16px}
    .fields{
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
    }
    .field{
      display:flex; flex-direction:column; gap:8px;
    }
    .field label{font-weight:850; font-size:13px; color:rgba(31,36,48,.88)}
    input, select, textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(31,36,48,.12);
      background:#fff;
      color:var(--text);
      font-size:14px;
      outline:none;
      transition:border-color .18s ease, box-shadow .18s ease;
    }
    textarea{min-height:108px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color:rgba(246,196,0,.55);
      box-shadow:0 0 0 4px rgba(246,196,0,.18);
    }
    .form-actions{
      margin-top:12px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      flex-wrap:wrap;
    }
    .hint{
      color:var(--muted);
      font-size:12.8px; line-height:1.6;
      max-width:68ch;
    }
    .form-actions .btn{padding:12px 16px; border-radius:16px}
    .toast{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      background:rgba(31,36,48,.92);
      color:#fff;
      padding:12px 14px;
      border-radius:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.25);
      opacity:0;
      pointer-events:none;
      transition:opacity .25s ease, transform .25s ease;
      z-index:200;
      width:min(520px, calc(100vw - 28px));
    }
    .toast.show{opacity:1; pointer-events:auto; transform:translateX(-50%) translateY(-6px)}
    .toast strong{display:block; font-size:13.5px}
    .toast span{display:block; opacity:.9; font-size:12.8px; margin-top:4px; line-height:1.5}

    .faq{
      display:grid; grid-template-columns:1fr 1fr; gap:12px;
    }
    .faq-col{display:flex; flex-direction:column; gap:10px}
    .acc{
      border-radius:20px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      overflow:hidden;
      transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }
    .acc:hover{border-color:rgba(246,196,0,.28); box-shadow:0 26px 70px rgba(20,20,20,.10); transform:translateY(-1px)}
    .acc-btn{
      width:100%;
      text-align:left;
      background:transparent;
      border:none;
      padding:14px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      cursor:pointer;
      font-weight:900;
      color:rgba(31,36,48,.92);
    }
    .acc-btn:focus-visible{outline:3px solid rgba(246,196,0,.35); outline-offset:2px}
    .acc-btn span{font-size:14px; line-height:1.5}
    .chev{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      transition:transform .22s ease;
    }
    .acc[data-open="true"] .chev{transform:rotate(180deg)}
    .acc-panel{
      padding:0 14px 14px;
      display:none;
      color:var(--muted);
      font-size:13.5px; line-height:1.8;
    }
    .acc[data-open="true"] .acc-panel{display:block}

    .network{
      display:grid; grid-template-columns:repeat(3, 1fr);
      gap:12px;
      align-items:stretch;
    }
    .maplike{
      padding:16px;
      border-radius:24px;
      border:1px solid rgba(31,36,48,.10);
      background:
        radial-gradient(600px 250px at 30% 0%, rgba(255,221,74,.22), transparent 60%),
        rgba(255,255,255,.80);
      box-shadow:0 24px 80px rgba(20,20,20,.08);
      position:relative;
      overflow:hidden;
      min-height:220px;
    }
    .maplike:before{
      content:"";
      position:absolute; inset:-10px;
      background-image:
        radial-gradient(circle at 20% 30%, rgba(246,196,0,.35) 0 2px, transparent 3px),
        radial-gradient(circle at 65% 45%, rgba(246,196,0,.35) 0 2px, transparent 3px),
        radial-gradient(circle at 45% 70%, rgba(30,58,138,.20) 0 2px, transparent 3px),
        radial-gradient(circle at 80% 20%, rgba(30,58,138,.20) 0 2px, transparent 3px),
        linear-gradient(90deg, rgba(31,36,48,.08), transparent 40%, rgba(31,36,48,.06));
      opacity:.7;
      pointer-events:none;
    }
    .maplike > *{position:relative}
    .network .cell{
      padding:16px;
      border-radius:22px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 18px 55px rgba(20,20,20,.06);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      height:100%;
    }
    .network .cell:hover{transform:translateY(-2px); border-color:rgba(246,196,0,.30); box-shadow:0 26px 75px rgba(20,20,20,.10)}
    .cell h3{margin:10px 0 8px; font-size:15px}
    .cell p{margin:0; color:var(--muted); font-size:13.5px; line-height:1.7}

    footer{
      padding:18px 0 26px;
      border-top:1px solid rgba(31,36,48,.08);
      background:rgba(255,253,246,.72);
    }
    .footer-grid{
      display:grid; grid-template-columns:1.2fr .8fr;
      gap:14px;
      align-items:flex-start;
    }
    .footer-card{
      border-radius:22px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      padding:16px;
      box-shadow:0 18px 55px rgba(20,20,20,.06);
    }
    .footer-card h3{margin:0 0 8px; font-size:15px}
    .footer-card p{margin:0; color:var(--muted); font-size:13.5px; line-height:1.7}
    .links-row{
      display:flex; gap:10px; flex-wrap:wrap; margin-top:10px;
    }
    .f-link{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
      font-size:12.8px;
      font-weight:800;
      transition:transform .18s ease, border-color .18s ease;
    }
    .f-link:hover{transform:translateY(-2px); border-color:rgba(246,196,0,.30)}
    .copyright{
      margin-top:12px;
      color:var(--muted);
      font-size:12.5px;
      line-height:1.7;
    }

    .float{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:120;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .float a, .float button{
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(31,36,48,.12);
      background:#fff;
      box-shadow:0 22px 70px rgba(20,20,20,.12);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      padding:0;
    }
    .float a:hover, .float button:hover{transform:translateY(-2px); border-color:rgba(246,196,0,.35); box-shadow:0 30px 90px rgba(20,20,20,.18)}
    .float svg{width:20px; height:20px}
    .qr{
      display:none;
      position:absolute;
      right:56px; bottom:2px;
      width:196px;
      border-radius:18px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.92);
      box-shadow:0 26px 90px rgba(0,0,0,.18);
      padding:12px;
      transform-origin:right bottom;
      animation:pop .18s ease both;
    }
    .qr.show{display:block}
    @keyframes pop{
      from{opacity:0; transform:translateY(6px) scale(.98)}
      to{opacity:1; transform:translateY(0) scale(1)}
    }
    .qr strong{display:block; font-size:13.5px; margin-bottom:10px}
    .qr img{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(31,36,48,.10);
      background:#fff;
    }
    .sr-only{
      position:absolute; width:1px; height:1px;
      padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;
    }

    .reveal{opacity:0; transform:translateY(10px); transition:opacity .6s ease, transform .6s ease}
    .reveal.in{opacity:1; transform:translateY(0)}
    .section .reveal:nth-child(1){transition-delay:0ms}
    .reveal.delay1{transition-delay:60ms}
    .reveal.delay2{transition-delay:120ms}
    .reveal.delay3{transition-delay:180ms}

    @media (max-width: 980px){
      .hero-grid{grid-template-columns:1fr; gap:14px}
      .hero-left{min-height:auto}
      .grid-3{grid-template-columns:1fr 1fr}
      .grid-4{grid-template-columns:1fr 1fr}
      .steps{grid-template-columns:1fr 1fr}
      .split{grid-template-columns:1fr}
      .reviews{grid-template-columns:1fr 1fr}
      .articles{grid-template-columns:1fr 1fr}
      .faq{grid-template-columns:1fr}
      .timeline-item{grid-template-columns: 1fr; gap:6px}
      .gallery{grid-template-columns:1fr}
      table{min-width:760px}
      .network{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .nav-links{display:none}
      .menu-btn{display:flex}
      .menu-panel.open{display:block}
      .menu-panel .panel-links{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 560px){
      h1{font-size:26px}
      .hero-left{padding:16px}
      .panel{padding:14px}
      .grid-3,.grid-4{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr}
      .reviews,.articles{grid-template-columns:1fr}
      .list-grid{grid-template-columns:1fr}
      .fields{grid-template-columns:1fr}
      .reviews .review{padding:14px}
      .img-top img{height:190px}
      .float{right:10px; bottom:10px}
      .qr{width:176px}
    }