:root{
      --bg: #fff7f3;
      --panel: #ffffff;
      --text: #151617;
      --muted: #5b5f66;
      --subtle: #7a808a;
      --line: rgba(20, 21, 23, .10);
      --shadow: 0 12px 30px rgba(18,18,20,.08);
      --shadow2: 0 8px 18px rgba(18,18,20,.10);
      --accent1: #ff6a2a;
      --accent2: #ff9a3c;
      --accent3: #ff4f3a;
      --accentDeep: #d84a2a;
      --blue: #215bff;
      --good: #0e8a4a;
      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;
      --radius-sm: 10px;
      --container: 1120px;
      --container-pad: 20px;
      --focus: 0 0 0 4px rgba(255,106,42,.18);
      --ring: rgba(255,106,42,.28);
      --heroGrad: radial-gradient(1100px 620px at 14% -10%, rgba(255,154,60,.55), rgba(255,106,42,.10) 55%, rgba(255,247,243,0) 70%),
                  radial-gradient(900px 520px at 88% 10%, rgba(255,79,58,.35), rgba(255,106,42,.08) 52%, rgba(255,247,243,0) 70%),
                  linear-gradient(180deg, #fff6f1 0%, #ffffff 55%, #fffaf7 100%);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color:var(--text);
      background: var(--heroGrad);
      line-height:1.65;
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    .container{
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 var(--container-pad);
    }

    .skip-link{
      position:absolute; left:12px; top:-50px;
      background: #111; color:#fff; padding:10px 12px;
      border-radius: 10px; z-index:9999;
      transition: top .2s ease;
    }
    .skip-link:focus{ top: 12px; outline:none; box-shadow: var(--focus); }

    header{
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 247, 243, .72);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(20,21,23,.08);
    }
    .nav-wrap{
      height: 66px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 14px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 220px;
    }
    .brand img{
      width: 38px;
      height: 38px;
      object-fit: contain;
      border-radius: 12px;
      background: rgba(255,106,42,.08);
      border: 1px solid rgba(255,106,42,.18);
      padding: 6px;
    }
    .brand .brand-txt{
      display:flex; flex-direction:column;
      gap: 2px;
    }
    .brand .brand-name{
      font-weight: 860;
      letter-spacing: .2px;
      font-size: 15px;
      line-height:1.1;
    }
    .brand .brand-sub{
      color: var(--muted);
      font-size: 12px;
      line-height: 1.1;
      white-space:nowrap;
    }

    .nav-links{
      display:flex;
      align-items:center;
      gap: 14px;
      flex-wrap:nowrap;
      justify-content:flex-end;
      margin-left:auto;
    }
    .nav-links a{
      font-size: 13px;
      color: rgba(21,22,23,.86);
      padding: 10px 8px;
      border-radius: 12px;
      transition: background .18s ease, color .18s ease, transform .18s ease;
      white-space:nowrap;
    }
    .nav-links a:hover{
      background: rgba(255,106,42,.08);
      color: rgba(21,22,23,1);
      transform: translateY(-1px);
    }
    .nav-cta{
      display:flex; align-items:center; gap: 10px;
      white-space:nowrap;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      border-radius: 14px;
      padding: 11px 14px;
      font-weight: 760;
      font-size: 13px;
      border: 1px solid transparent;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      cursor:pointer;
      user-select:none;
    }
    .btn:focus{ outline:none; box-shadow: var(--focus); }
    .btn-primary{
      background: linear-gradient(180deg, #ff6a2a 0%, #ff4f3a 100%);
      color:#fff;
      box-shadow: 0 14px 26px rgba(255,79,58,.25);
    }
    .btn-primary:hover{ transform: translateY(-1px); box-shadow: 0 18px 34px rgba(255,79,58,.28); }
    .btn-ghost{
      background: rgba(255,255,255,.65);
      color: rgba(21,22,23,.92);
      border-color: rgba(21,22,23,.12);
    }
    .btn-ghost:hover{
      transform: translateY(-1px);
      background: rgba(255,255,255,.92);
      border-color: rgba(255,106,42,.25);
    }

    .nav-mobile{
      display:none;
      align-items:center;
      gap: 10px;
      justify-content:flex-end;
      margin-left:auto;
    }
    .icon-btn{
      width: 42px;
      height: 42px;
      border-radius: 14px;
      border: 1px solid rgba(21,22,23,.12);
      background: rgba(255,255,255,.65);
      cursor:pointer;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .icon-btn:hover{ transform: translateY(-1px); background: rgba(255,255,255,.92); border-color: rgba(255,106,42,.25); }
    .icon-btn:focus{ outline:none; box-shadow: var(--focus); }
    .hamburger{
      width: 18px; height: 14px; position:relative;
    }
    .hamburger span{
      position:absolute; left:0; right:0;
      height:2px; border-radius:2px;
      background: rgba(21,22,23,.86);
      transition: transform .18s ease, top .18s ease, opacity .18s ease;
    }
    .hamburger span:nth-child(1){ top:0; }
    .hamburger span:nth-child(2){ top:6px; }
    .hamburger span:nth-child(3){ top:12px; }
    .icon-btn[aria-expanded="true"] .hamburger span:nth-child(1){ top:6px; transform: rotate(45deg); }
    .icon-btn[aria-expanded="true"] .hamburger span:nth-child(2){ opacity:0; }
    .icon-btn[aria-expanded="true"] .hamburger span:nth-child(3){ top:6px; transform: rotate(-45deg); }

    .mobile-panel{
      display:none;
      padding: 14px 0 18px;
    }
    .mobile-panel.open{ display:block; }
    .mobile-links{
      display:flex;
      flex-direction:column;
      gap: 8px;
      padding: 12px;
      background: rgba(255,255,255,.86);
      border: 1px solid rgba(21,22,23,.10);
      border-radius: 18px;
      box-shadow: 0 10px 24px rgba(18,18,20,.08);
    }
    .mobile-links a{
      padding: 12px 12px;
      border-radius: 14px;
      font-weight: 700;
      font-size: 14px;
      border: 1px solid rgba(21,22,23,.08);
      background: rgba(255,247,243,.55);
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .mobile-links a:hover{ transform: translateY(-1px); background: rgba(255,106,42,.10); border-color: rgba(255,106,42,.24); }

    .hero{
      position:relative;
      padding: 34px 0 10px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 22px;
      align-items:start;
      padding: 18px 0 8px;
    }
    .hero-left{
      padding: 18px 0 10px;
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,106,42,.25);
      background: rgba(255,255,255,.62);
      color: rgba(21,22,23,.92);
      font-weight: 760;
      font-size: 13px;
      box-shadow: 0 10px 22px rgba(255,106,42,.10);
    }
    .kicker .dot{
      width: 10px; height: 10px;
      background: radial-gradient(circle at 30% 30%, #fff, #ff9a3c 30%, #ff6a2a 60%, #ff4f3a 100%);
      border-radius: 999px;
      box-shadow: 0 0 0 4px rgba(255,106,42,.15);
      flex:0 0 auto;
    }
    h1{
      margin: 14px 0 10px;
      font-size: clamp(28px, 3.1vw, 44px);
      line-height:1.18;
      letter-spacing: -0.6px;
      font-weight: 920;
    }
    .lead{
      margin: 0;
      color: rgba(21,22,23,.78);
      font-size: 15.5px;
      max-width: 58ch;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap: 12px;
      margin-top: 18px;
      align-items:center;
    }
    .mini-trust{
      display:flex;
      gap: 12px;
      align-items:center;
      margin-top: 18px;
      flex-wrap:wrap;
    }
    .pill{
      display:flex;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.62);
      color: rgba(21,22,23,.84);
      font-weight: 700;
      font-size: 13px;
    }
    .pill svg{ width: 18px; height:18px; color: var(--accent1); }
    .hero-right{
      position:relative;
    }
    .glass{
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(21,22,23,.10);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .hero-card{
      padding: 18px 18px 16px;
      position:relative;
    }
    .hero-card:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(600px 320px at 20% 10%, rgba(255,154,60,.35), rgba(255,106,42,.08) 45%, rgba(255,255,255,0) 70%),
        radial-gradient(520px 260px at 95% 30%, rgba(255,79,58,.25), rgba(255,106,42,.08) 50%, rgba(255,255,255,0) 72%);
      pointer-events:none;
    }
    .hero-card > *{ position:relative; }
    .data-title{
      display:flex; align-items:flex-start; justify-content:space-between;
      gap: 10px;
      margin-bottom: 12px;
    }
    .data-title h2{
      margin:0;
      font-size: 15px;
      letter-spacing: .2px;
      font-weight: 900;
    }
    .badge{
      display:inline-flex; align-items:center; gap: 8px;
      padding: 8px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,106,42,.25);
      background: rgba(255,106,42,.08);
      color: rgba(168,47,18,1);
      font-weight: 900;
      font-size: 12px;
      white-space:nowrap;
    }
    .badge .spark{
      width: 10px; height: 10px;
      border-radius: 3px;
      background: linear-gradient(180deg, #ff9a3c, #ff4f3a);
      transform: rotate(12deg);
      box-shadow: 0 0 0 4px rgba(255,106,42,.14);
    }
    .stats{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
      margin-top: 8px;
    }
    .stat{
      padding: 14px 14px;
      border-radius: 16px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.75);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .stat:hover{
      transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(18,18,20,.10);
      border-color: rgba(255,106,42,.22);
    }
    .stat .num{
      font-weight: 980;
      font-size: 18px;
      letter-spacing: -.2px;
    }
    .stat .label{
      margin-top: 6px;
      color: rgba(21,22,23,.75);
      font-size: 13px;
      font-weight: 720;
    }
    .hero-note{
      margin-top: 14px;
      padding-top: 12px;
      border-top: 1px dashed rgba(21,22,23,.14);
      display:flex;
      align-items:flex-start;
      gap: 12px;
    }
    .hero-note .marker{
      width: 36px; height: 36px;
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(255,106,42,.18), rgba(255,79,58,.08));
      border: 1px solid rgba(255,106,42,.22);
      display:flex;
      align-items:center;
      justify-content:center;
      flex: 0 0 auto;
    }
    .hero-note .marker svg{ width: 18px; height: 18px; color: rgba(168,47,18,1); }
    .hero-note p{
      margin: 0;
      color: rgba(21,22,23,.80);
      font-size: 13.5px;
      font-weight: 680;
    }

    .section{
      padding: 34px 0;
    }
    .section-title{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap: 16px;
      margin-bottom: 16px;
    }
    .section-title h2{
      margin:0;
      font-size: 22px;
      letter-spacing: -.3px;
      font-weight: 930;
    }
    .section-title p{
      margin:0;
      color: rgba(21,22,23,.70);
      font-size: 13.5px;
      max-width: 62ch;
      font-weight: 650;
    }

    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
    }
    .grid-2{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 14px;
    }
    .card{
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(21,22,23,.10);
      border-radius: var(--radius-lg);
      box-shadow: 0 10px 22px rgba(18,18,20,.05);
      padding: 16px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .card:after{
      content:"";
      position:absolute; inset:auto -40px -60px auto;
      width: 140px; height: 140px;
      background: radial-gradient(circle at 30% 30%, rgba(255,154,60,.30), rgba(255,106,42,.12) 45%, rgba(255,255,255,0) 70%);
      transform: rotate(18deg);
      pointer-events:none;
      opacity:.9;
    }
    .card > *{ position:relative; z-index:1; }
    .card:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(18,18,20,.10);
      border-color: rgba(255,106,42,.22);
    }
    .card h3{
      margin: 0;
      font-size: 15px;
      font-weight: 910;
      letter-spacing: -.2px;
    }
    .card p{
      margin: 10px 0 0;
      color: rgba(21,22,23,.72);
      font-size: 13.5px;
      font-weight: 650;
      min-height: 44px;
    }
    .icon{
      width: 42px; height: 42px;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(255,106,42,.18), rgba(255,79,58,.08));
      border: 1px solid rgba(255,106,42,.22);
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom: 10px;
    }
    .icon svg{ width: 20px; height: 20px; color: rgba(168,47,18,1); }

    .service-slab{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 14px;
      align-items:start;
    }
    .slab-left{
      padding: 18px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background:
        radial-gradient(700px 320px at 0% 0%, rgba(255,154,60,.22), rgba(255,255,255,0) 60%),
        radial-gradient(700px 320px at 100% 10%, rgba(255,79,58,.18), rgba(255,255,255,0) 58%),
        rgba(255,255,255,.70);
      box-shadow: var(--shadow);
    }
    .slab-left h3{
      margin:0;
      font-size: 18px;
      font-weight: 960;
      letter-spacing: -.3px;
    }
    .slab-left .sub{
      margin: 10px 0 0;
      color: rgba(21,22,23,.74);
      font-size: 14px;
      font-weight: 680;
      max-width: 65ch;
    }
    .cap-list{
      margin-top: 14px;
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 10px;
    }
    .cap{
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.82);
      display:flex; gap: 10px; align-items:flex-start;
    }
    .cap .tick{
      width: 22px; height: 22px;
      border-radius: 10px;
      background: rgba(255,106,42,.12);
      border: 1px solid rgba(255,106,42,.25);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top: 1px;
    }
    .cap svg{ width: 14px; height: 14px; color: rgba(168,47,18,1); }
    .cap .t{
      font-weight: 860;
      font-size: 13.2px;
      letter-spacing: -.1px;
      color: rgba(21,22,23,.92);
      line-height:1.35;
    }

    .slab-right{
      padding: 18px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 12px 26px rgba(18,18,20,.06);
    }
    .slab-right h3{
      margin:0;
      font-size: 15.5px;
      font-weight: 930;
      letter-spacing: -.2px;
    }
    .tabs{
      display:flex;
      gap: 8px;
      margin: 12px 0 10px;
      flex-wrap:wrap;
    }
    .tab{
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.80);
      cursor:pointer;
      font-weight: 820;
      font-size: 13px;
      color: rgba(21,22,23,.86);
      transition: background .18s ease, border-color .18s ease, transform .18s ease;
    }
    .tab:hover{ transform: translateY(-1px); border-color: rgba(255,106,42,.24); }
    .tab[aria-selected="true"]{
      background: rgba(255,106,42,.12);
      border-color: rgba(255,106,42,.35);
      box-shadow: 0 10px 22px rgba(255,106,42,.12);
      color: rgba(168,47,18,1);
    }
    .tab-panel{
      border-top: 1px solid rgba(21,22,23,.10);
      padding-top: 12px;
      display:grid;
      gap: 10px;
    }
    .panel-row{
      display:flex;
      justify-content:space-between;
      gap: 10px;
      align-items:flex-start;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.86);
    }
    .panel-row strong{
      font-size: 13.5px;
      font-weight: 920;
      letter-spacing: -.1px;
    }
    .panel-row span{
      color: rgba(21,22,23,.72);
      font-size: 13px;
      font-weight: 680;
      text-align:right;
    }

    .steps{
      display:grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 12px;
      align-items:stretch;
    }
    .step{
      padding: 16px 14px;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 10px 22px rgba(18,18,20,.05);
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .step:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(18,18,20,.10);
      border-color: rgba(255,106,42,.22);
    }
    .step:before{
      content:"";
      position:absolute; inset:-2px -2px auto -2px;
      height: 10px;
      background: linear-gradient(90deg, rgba(255,106,42,.0), rgba(255,106,42,.55), rgba(255,79,58,.35), rgba(255,106,42,.0));
      opacity:.9;
    }
    .step .num{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width: 40px; height: 40px;
      border-radius: 16px;
      background: rgba(255,106,42,.12);
      border: 1px solid rgba(255,106,42,.25);
      color: rgba(168,47,18,1);
      font-weight: 980;
      margin-bottom: 10px;
    }
    .step h3{
      margin: 0;
      font-size: 14.8px;
      font-weight: 950;
      letter-spacing: -.2px;
    }
    .step p{
      margin: 10px 0 0;
      color: rgba(21,22,23,.72);
      font-size: 13.3px;
      font-weight: 650;
      min-height: 56px;
    }

    .compare{
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(21,22,23,.10);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .compare-head{
      padding: 16px 16px 14px;
      border-bottom: 1px solid rgba(21,22,23,.10);
      background:
        radial-gradient(700px 240px at 0% 0%, rgba(255,154,60,.24), rgba(255,255,255,0) 60%),
        radial-gradient(700px 240px at 100% 0%, rgba(255,79,58,.18), rgba(255,255,255,0) 60%),
        rgba(255,255,255,.70);
    }
    .score-row{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 12px;
      flex-wrap:wrap;
    }
    .stars{
      display:flex;
      gap: 6px;
      align-items:center;
      margin-top: 6px;
    }
    .star{
      width: 18px; height: 18px;
      color: rgba(255,106,42,1);
      filter: drop-shadow(0 8px 14px rgba(255,106,42,.18));
    }
    .score{
      display:flex; gap: 14px; align-items:flex-end; flex-wrap:wrap;
    }
    .score .big{
      font-size: 34px;
      font-weight: 1000;
      letter-spacing: -1px;
      line-height:1;
    }
    .score .meta{
      color: rgba(21,22,23,.72);
      font-weight: 750;
      font-size: 13.5px;
      margin-bottom: 6px;
    }
    .compare-body{
      padding: 14px 14px 18px;
    }
    .table-wrap{
      overflow:auto;
      border-radius: 16px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.82);
    }
    table{
      width: 100%;
      min-width: 780px;
      border-collapse: collapse;
      font-size: 13.5px;
    }
    th, td{
      padding: 12px 12px;
      border-bottom: 1px solid rgba(21,22,23,.08);
      vertical-align: top;
      text-align:left;
      color: rgba(21,22,23,.86);
    }
    th{
      font-weight: 920;
      background: rgba(255,106,42,.08);
      color: rgba(168,47,18,1);
    }
    tr:last-child td{ border-bottom: none; }
    td .tag{
      display:inline-flex; align-items:center; justify-content:center;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.75);
      font-weight: 820;
      color: rgba(21,22,23,.78);
      white-space:nowrap;
    }
    td .tag.hot{
      border-color: rgba(255,106,42,.28);
      background: rgba(255,106,42,.12);
      color: rgba(168,47,18,1);
      font-weight: 980;
    }

    .filter-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 10px;
      flex-wrap:wrap;
      margin: 10px 0 0;
    }
    .search{
      flex: 1 1 300px;
      display:flex;
      gap: 10px;
      align-items:center;
    }
    .input{
      width: 100%;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid rgba(21,22,23,.12);
      background: rgba(255,255,255,.86);
      font-weight: 700;
      color: rgba(21,22,23,.92);
      transition: box-shadow .18s ease, border-color .18s ease;
    }
    .input:focus{
      outline:none;
      box-shadow: var(--focus);
      border-color: rgba(255,106,42,.35);
    }

    .timeline{
      display:grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .time-item{
      display:flex;
      gap: 12px;
      align-items:flex-start;
      padding: 14px 14px;
      border-radius: 16px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.78);
    }
    .time-badge{
      width: 40px; height: 40px;
      border-radius: 16px;
      background: rgba(255,106,42,.12);
      border: 1px solid rgba(255,106,42,.25);
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight: 980;
      color: rgba(168,47,18,1);
      flex: 0 0 auto;
      margin-top: 2px;
    }
    .time-item h3{
      margin:0;
      font-size: 14.8px;
      font-weight: 950;
      letter-spacing: -.2px;
    }
    .time-item p{
      margin: 8px 0 0;
      color: rgba(21,22,23,.72);
      font-size: 13.3px;
      font-weight: 650;
    }

    .token-cards{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
    }
    .token-card{
      padding: 16px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 26px rgba(18,18,20,.06);
      position:relative;
      overflow:hidden;
    }
    .token-card:before{
      content:"";
      position:absolute;
      inset: -120px -120px auto auto;
      width: 220px; height:220px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,154,60,.35), rgba(255,106,42,.12) 45%, rgba(255,255,255,0) 70%);
      opacity: .85;
      pointer-events:none;
    }
    .token-card > *{ position:relative; z-index:1; }
    .token-card h3{
      margin:0;
      font-size: 15px;
      font-weight: 950;
      letter-spacing: -.2px;
    }
    .price{
      margin-top: 10px;
      display:flex;
      align-items:baseline;
      gap: 10px;
      flex-wrap:wrap;
    }
    .price .v{
      font-size: 28px;
      font-weight: 1000;
      letter-spacing: -1px;
    }
    .price .u{
      color: rgba(21,22,23,.70);
      font-weight: 780;
      font-size: 13px;
    }
    .token-card p{
      margin: 10px 0 0;
      color: rgba(21,22,23,.72);
      font-size: 13.3px;
      font-weight: 650;
      min-height: 52px;
    }
    .token-card .list{
      margin: 12px 0 0;
      padding: 0;
      list-style:none;
      display:grid;
      gap: 8px;
    }
    .token-card .list li{
      display:flex; gap: 10px; align-items:flex-start;
      color: rgba(21,22,23,.78);
      font-weight: 680;
      font-size: 13px;
    }
    .token-card .list svg{ width: 16px; height: 16px; color: rgba(168,47,18,1); margin-top: 2px; }

    .comments{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
    }
    .comment{
      padding: 16px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.80);
      box-shadow: 0 12px 26px rgba(18,18,20,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .comment:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(18,18,20,.10);
      border-color: rgba(255,106,42,.22);
    }
    .comment .who{
      display:flex; gap: 10px; align-items:center;
      justify-content:space-between;
    }
    .avatar{
      width: 42px; height:42px;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(255,106,42,.20), rgba(255,79,58,.10));
      border: 1px solid rgba(255,106,42,.25);
      display:flex; align-items:center; justify-content:center;
      font-weight: 1000;
      color: rgba(168,47,18,1);
      letter-spacing: -.2px;
    }
    .comment .role{
      font-weight: 920;
      font-size: 13.5px;
      letter-spacing: -.1px;
      color: rgba(21,22,23,.90);
    }
    .comment .stars2{ display:flex; gap: 5px; color: rgba(255,106,42,1); }
    .comment blockquote{
      margin: 12px 0 0;
      color: rgba(21,22,23,.72);
      font-weight: 680;
      font-size: 13.3px;
      line-height: 1.65;
    }

    .cases{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
    }
    .case{
      padding: 14px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 26px rgba(18,18,20,.06);
      overflow:hidden;
    }
    .case .thumb{
      width: 100%;
      border-radius: 16px;
      border: 1px solid rgba(21,22,23,.10);
      background:
        radial-gradient(600px 260px at 20% 30%, rgba(255,154,60,.22), rgba(255,255,255,0) 55%),
        radial-gradient(500px 220px at 90% 10%, rgba(255,79,58,.18), rgba(255,255,255,0) 52%),
        linear-gradient(135deg, rgba(255,106,42,.10), rgba(255,79,58,.06));
      height: 130px;
      display:flex;
      align-items:flex-end;
      padding: 12px;
    }
    .thumb .chip{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 9px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,106,42,.25);
      background: rgba(255,255,255,.75);
      font-weight: 900;
      font-size: 12.8px;
      color: rgba(168,47,18,1);
    }
    .case h3{
      margin: 12px 0 0;
      font-size: 14.8px;
      font-weight: 950;
      letter-spacing: -.2px;
    }
    .case p{
      margin: 8px 0 0;
      color: rgba(21,22,23,.72);
      font-size: 13.3px;
      font-weight: 650;
      min-height: 52px;
    }
    .case .meta{
      margin-top: 12px;
      display:flex; gap: 10px; flex-wrap:wrap;
      color: rgba(21,22,23,.76);
      font-weight: 730;
      font-size: 13px;
    }
    .meta .mchip{
      padding: 7px 10px;
      border-radius: 999px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.80);
    }

    .article-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 14px;
      align-items:start;
    }
    .article-list{
      display:grid; gap: 10px;
    }
    .article-item{
      padding: 14px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.78);
      display:flex;
      gap: 12px;
      align-items:flex-start;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .article-item:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(18,18,20,.10);
      border-color: rgba(255,106,42,.22);
    }
    .article-item .num{
      width: 40px; height:40px;
      border-radius: 16px;
      border: 1px solid rgba(255,106,42,.25);
      background: rgba(255,106,42,.12);
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight: 1000;
      color: rgba(168,47,18,1);
      flex: 0 0 auto;
      margin-top: 2px;
    }
    .article-item .t{
      flex:1 1 auto;
    }
    .article-item .t h3{
      margin:0;
      font-size: 14.8px;
      font-weight: 950;
      letter-spacing: -.2px;
    }
    .article-item .t p{
      margin: 8px 0 0;
      color: rgba(21,22,23,.72);
      font-size: 13.2px;
      font-weight: 650;
      min-height: 40px;
    }
    .article-item .go{
      flex:0 0 auto;
      margin-top: 4px;
      display:flex; align-items:center; gap: 8px;
      color: rgba(168,47,18,1);
      font-weight: 950;
      font-size: 13px;
    }
    .article-item .go svg{ width: 18px; height:18px; }

    .tag-cloud{
      padding: 16px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 26px rgba(18,18,20,.06);
    }
    .tag-cloud h3{
      margin:0;
      font-size: 15.5px;
      font-weight: 950;
      letter-spacing: -.2px;
    }
    .tag-row{
      margin-top: 12px;
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .tag-pill{
      padding: 9px 12px;
      border-radius: 999px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.86);
      font-weight: 800;
      font-size: 13px;
      color: rgba(21,22,23,.82);
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
      cursor:pointer;
    }
    .tag-pill:hover{
      transform: translateY(-1px);
      border-color: rgba(255,106,42,.25);
      background: rgba(255,106,42,.08);
      color: rgba(168,47,18,1);
    }

    .faq-grid{
      display:grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }
    details.faq{
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.78);
      border-radius: var(--radius-xl);
      padding: 0;
      overflow:hidden;
      box-shadow: 0 12px 26px rgba(18,18,20,.04);
      transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }
    details.faq[open]{
      border-color: rgba(255,106,42,.25);
      box-shadow: 0 18px 34px rgba(18,18,20,.10);
      transform: translateY(-2px);
    }
    summary{
      list-style:none;
      cursor:pointer;
      padding: 14px 16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      font-weight: 920;
      letter-spacing: -.2px;
      color: rgba(21,22,23,.92);
      user-select:none;
      outline:none;
    }
    summary::-webkit-details-marker{ display:none; }
    .sum-right{
      display:flex; align-items:center; gap: 10px; flex:0 0 auto;
      color: rgba(168,47,18,1);
      font-weight: 950;
    }
    .chev{
      width: 26px; height: 26px;
      border-radius: 12px;
      border: 1px solid rgba(255,106,42,.25);
      background: rgba(255,106,42,.10);
      display:flex; align-items:center; justify-content:center;
      transition: transform .2s ease;
    }
    details[open] .chev{ transform: rotate(180deg); }
    .faq-body{
      padding: 0 16px 14px;
      color: rgba(21,22,23,.72);
      font-weight: 680;
      font-size: 13.5px;
    }

    .form-wrap{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(21,22,23,.10);
      background:
        radial-gradient(700px 240px at 0% 0%, rgba(255,154,60,.22), rgba(255,255,255,0) 55%),
        radial-gradient(700px 240px at 100% 0%, rgba(255,79,58,.16), rgba(255,255,255,0) 55%),
        rgba(255,255,255,.78);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .form-top{
      padding: 16px 16px 0;
    }
    .form-top h3{
      margin:0;
      font-size: 16px;
      font-weight: 980;
      letter-spacing: -.3px;
    }
    .form-top p{
      margin: 10px 0 0;
      color: rgba(21,22,23,.72);
      font-weight: 680;
      font-size: 13.5px;
      max-width: 70ch;
    }
    form{
      padding: 14px 16px 16px;
      display:grid;
      gap: 12px;
    }
    .row{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
    }
    .field label{
      display:block;
      font-weight: 880;
      font-size: 13px;
      color: rgba(21,22,23,.88);
      margin-bottom: 8px;
    }
    .select{
      appearance:none;
      background-image: linear-gradient(45deg, transparent 50%, rgba(21,22,23,.7) 50%),
                        linear-gradient(135deg, rgba(21,22,23,.7) 50%, transparent 50%);
      background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px);
      background-size: 5px 5px, 5px 5px;
      background-repeat: no-repeat;
      padding-right: 36px;
    }
    textarea.input{
      min-height: 118px;
      resize: vertical;
    }
    .form-actions{
      display:flex; gap: 12px; align-items:center; flex-wrap:wrap;
      justify-content:space-between;
      border-top: 1px solid rgba(21,22,23,.10);
      padding-top: 12px;
      margin-top: 4px;
    }
    .hint{
      color: rgba(21,22,23,.62);
      font-weight: 680;
      font-size: 12.5px;
      margin:0;
    }
    .inline-privacy{
      display:flex; align-items:center; gap: 10px;
      color: rgba(21,22,23,.62);
      font-weight: 680;
      font-size: 12.5px;
    }
    .inline-privacy input{ width: 18px; height: 18px; accent-color: var(--accent1); }
    .toast{
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      background: rgba(17,17,18,.95);
      color:#fff;
      padding: 12px 14px;
      border-radius: 14px;
      z-index: 120;
      box-shadow: 0 20px 44px rgba(0,0,0,.26);
      display:none;
      max-width: calc(100vw - 24px);
      font-weight: 750;
      font-size: 13.5px;
    }

    footer{
      padding: 26px 0 34px;
      margin-top: 10px;
      background: rgba(255,255,255,.55);
      border-top: 1px solid rgba(21,22,23,.10);
    }
    .footer-top{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 16px;
      align-items:start;
      padding-bottom: 16px;
    }
    .footer-brand{
      display:flex; gap: 12px; align-items:flex-start;
    }
    .footer-brand img{
      width: 46px; height:46px;
      border-radius: 16px;
      background: rgba(255,106,42,.08);
      border: 1px solid rgba(255,106,42,.18);
      padding: 8px;
      object-fit: contain;
    }
    .footer-brand h3{
      margin:0;
      font-size: 15.5px;
      font-weight: 980;
      letter-spacing: -.2px;
    }
    .footer-brand p{
      margin: 8px 0 0;
      color: rgba(21,22,23,.72);
      font-weight: 680;
      font-size: 13.3px;
      max-width: 60ch;
    }
    .footer-links{
      display:grid;
      gap: 10px;
      justify-items:end;
    }
    .footer-links .linkrow{
      display:flex; gap: 10px; flex-wrap:wrap; justify-content:flex-end;
    }
    .footer-links a{
      padding: 9px 12px;
      border-radius: 999px;
      border: 1px solid rgba(21,22,23,.10);
      background: rgba(255,255,255,.72);
      font-weight: 820;
      font-size: 13px;
      color: rgba(21,22,23,.82);
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
      white-space:nowrap;
    }
    .footer-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(255,106,42,.25);
      background: rgba(255,106,42,.08);
      color: rgba(168,47,18,1);
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap: 12px;
      align-items:center;
      flex-wrap:wrap;
      border-top: 1px dashed rgba(21,22,23,.14);
      padding-top: 14px;
      color: rgba(21,22,23,.66);
      font-weight: 680;
      font-size: 12.8px;
    }

    .floating{
      position: fixed;
      right: 14px;
      bottom: 14px;
      z-index: 80;
      display:flex;
      flex-direction:column;
      gap: 10px;
      align-items:flex-end;
    }
    .float-card{
      display:flex;
      gap: 10px;
      align-items:center;
      padding: 10px 12px;
      border-radius: 18px;
      border: 1px solid rgba(21,22,23,.12);
      background: rgba(255,255,255,.82);
      box-shadow: 0 18px 34px rgba(18,18,20,.14);
      cursor:pointer;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
      max-width: 260px;
    }
    .float-card:hover{
      transform: translateY(-2px);
      border-color: rgba(255,106,42,.25);
      background: rgba(255,255,255,.95);
    }
    .float-card:focus{ outline:none; box-shadow: var(--focus); }
    .qr-wrap{
      width: 46px; height:46px;
      border-radius: 18px;
      border: 1px solid rgba(255,106,42,.25);
      background: rgba(255,106,42,.10);
      display:flex; align-items:center; justify-content:center;
      overflow:hidden;
      flex:0 0 auto;
    }
    .qr-wrap img{ width: 100%; height:100%; object-fit: cover; }
    .float-text{
      display:flex;
      flex-direction:column;
      gap: 2px;
      min-width: 0;
    }
    .float-text strong{ font-size: 13.5px; font-weight: 980; color: rgba(21,22,23,.92); }
    .float-text span{ font-size: 12.8px; color: rgba(21,22,23,.68); font-weight: 720; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
    .to-top{
      width: 46px; height:46px;
      border-radius: 18px;
      border: 1px solid rgba(21,22,23,.12);
      background: rgba(255,255,255,.82);
      box-shadow: 0 18px 34px rgba(18,18,20,.14);
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .to-top:hover{ transform: translateY(-2px); border-color: rgba(255,106,42,.25); background: rgba(255,255,255,.95); }
    .to-top:focus{ outline:none; box-shadow: var(--focus); }
    .to-top svg{ width: 18px; height:18px; color: rgba(168,47,18,1); }

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

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

    @media (max-width: 980px){
      .hero-grid{ grid-template-columns: 1fr; }
      .brand{ min-width: unset; }
      .nav-links, .nav-cta{ display:none; }
      .nav-mobile{ display:flex; }
      .steps{ grid-template-columns: repeat(2, minmax(0,1fr)); }
      .service-slab{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .token-cards{ grid-template-columns: 1fr; }
      .comments{ grid-template-columns: 1fr; }
      .cases{ grid-template-columns: 1fr; }
      .article-grid{ grid-template-columns: 1fr; }
      .footer-top{ grid-template-columns: 1fr; }
      .footer-links{ justify-items:start; }
      .footer-links .linkrow{ justify-content:flex-start; }
      .row{ grid-template-columns: 1fr; }
      .cap-list{ grid-template-columns: 1fr; }
      .stats{ grid-template-columns: 1fr 1fr; }
    }