:root{
      --bg0:#fff7e6;
      --bg1:#ffffff;
      --text:#151515;
      --muted:#5a5a5a;
      --line:#e9e2d3;
      --card:#ffffff;
      --shadow: 0 18px 45px rgba(16,24,40,.08);
      --shadow2: 0 10px 26px rgba(16,24,40,.10);
      --yellow:#ffb300;
      --yellow2:#ffcc3b;
      --yellowDeep:#f59a00;
      --accent:#ffb300;
      --accent2:#ffcf52;
      --blue:#1c63ff;
      --good:#0f9d58;
      --warn:#b54700;
      --radius:18px;
      --radius2:26px;
      --container:1140px;
      --pad:16px;
      --focus: 0 0 0 3px rgba(255,179,0,.25);
    }
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Noto Sans SC","PingFang SC","Microsoft YaHei", sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 500px at 20% -10%, rgba(255,179,0,.22), transparent 60%),
        radial-gradient(900px 480px at 90% 10%, rgba(28,99,255,.12), transparent 55%),
        linear-gradient(180deg, #fff7e6 0%, #fff 30%, #fff 100%);
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 var(--pad);
    }
    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      background: rgba(255,247,230,.78);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(233,226,211,.75);
    }
    .topbar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width: 210px;
    }
    .brand .logo{
      width:42px; height:42px; border-radius:14px;
      background: linear-gradient(135deg, rgba(255,179,0,.22), rgba(28,99,255,.08));
      border:1px solid rgba(245,154,0,.25);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      overflow:hidden;
    }
    .brand .logo img{width:100%; height:100%; object-fit:contain}
    .brand .name{
      display:flex; flex-direction:column; line-height:1.15;
    }
    .brand .name strong{font-size:14px; letter-spacing:.2px}
    .brand .name span{font-size:12px; color:var(--muted)}
    .nav{
      display:flex; align-items:center; gap:10px;
    }
    .nav a{
      font-size:13px;
      color:#1b1b1b;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .nav a:hover{
      background: rgba(255,179,0,.12);
      border-color: rgba(255,179,0,.22);
      transform: translateY(-1px);
    }
    .nav-cta{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:14px;
      border:1px solid rgba(245,154,0,.35);
      background: linear-gradient(180deg, rgba(255,179,0,.14), rgba(255,179,0,.06));
      color:#1a1a1a;
      font-weight:650;
      font-size:13px;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
    }
    .btn:focus{outline:none; box-shadow: var(--focus)}
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(245,154,0,.18);
      border-color: rgba(245,154,0,.55);
      background: linear-gradient(180deg, rgba(255,179,0,.18), rgba(255,179,0,.08));
    }
    .btn-primary{
      background: linear-gradient(180deg, var(--yellow2) 0%, var(--yellow) 100%);
      border-color: rgba(245,154,0,.55);
      box-shadow: 0 16px 34px rgba(245,154,0,.25);
      color:#111;
    }
    .btn-primary:hover{
      box-shadow: 0 20px 46px rgba(245,154,0,.30);
      border-color: rgba(245,154,0,.75);
    }
    .btn-ghost{
      background: rgba(255,255,255,.75);
      border-color: rgba(233,226,211,.95);
      box-shadow: none;
    }
    .btn-sm{padding:9px 12px; border-radius:12px; font-size:12.5px}
    .icon{
      width:18px; height:18px; display:inline-block;
    }
    .hamburger{
      display:none;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.8);
      border-radius:14px;
      padding:10px 12px;
      font-weight:700;
      cursor:pointer;
    }
    .mobile-drawer{
      display:none;
    }

    .hero{
      position:relative;
      padding:34px 0 10px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-left{
      position:relative;
      border-radius: var(--radius2);
      padding:28px 22px 22px;
      background:
        radial-gradient(800px 350px at 25% 0%, rgba(255,179,0,.36), transparent 60%),
        radial-gradient(650px 280px at 88% 12%, rgba(28,99,255,.18), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      border:1px solid rgba(233,226,211,.85);
      box-shadow: var(--shadow);
      overflow:hidden;
      transform: translateZ(0);
    }
    .hero-left::after{
      content:"";
      position:absolute; inset:-2px;
      background:
        linear-gradient(120deg, rgba(255,179,0,.10), transparent 35%),
        linear-gradient(240deg, rgba(28,99,255,.10), transparent 40%);
      pointer-events:none;
      mask-image: radial-gradient(500px 220px at 30% 10%, rgba(0,0,0,1), transparent 70%);
      opacity:.9;
    }
    .hero-badge{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(245,154,0,.28);
      background: rgba(255,255,255,.70);
      font-size:12.5px;
      font-weight:650;
      position:relative;
      z-index:1;
    }
    .badge-dot{
      width:10px; height:10px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,.3)), linear-gradient(180deg, var(--yellow2), var(--yellowDeep));
      box-shadow: 0 10px 18px rgba(245,154,0,.25);
    }
    .hero h1{
      margin:14px 0 8px;
      font-size:28px;
      letter-spacing:.1px;
      line-height:1.2;
      position:relative;
      z-index:1;
    }
    .lead{
      position:relative;
      z-index:1;
      color:var(--muted);
      margin:0;
      font-size:14.5px;
      line-height:1.8;
      max-width: 62ch;
    }
    .hero-actions{
      position:relative;
      z-index:1;
      display:flex; flex-wrap:wrap; gap:12px;
      margin-top:18px;
      align-items:center;
    }
    .hero-mini{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:18px;
      position:relative;
      z-index:1;
    }
    .pill{
      display:flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      background: rgba(255,255,255,.68);
      border:1px solid rgba(233,226,211,.92);
      color:#151515;
      min-width: 190px;
    }
    .pill strong{
      font-size:13px;
      letter-spacing:.2px;
    }
    .pill span{
      font-size:12.5px;
      color:var(--muted);
    }
    .pill .spark{
      width:28px; height:28px; border-radius:12px;
      border:1px solid rgba(245,154,0,.30);
      background: linear-gradient(180deg, rgba(255,179,0,.20), rgba(28,99,255,.08));
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .hero-right{
      border-radius: var(--radius2);
      padding:18px 16px;
      border:1px solid rgba(233,226,211,.85);
      background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
      box-shadow: var(--shadow2);
      overflow:hidden;
      position:relative;
    }
    .hero-right::before{
      content:"";
      position:absolute; inset:-120px -160px auto auto;
      width:380px; height:380px;
      background: radial-gradient(circle at 30% 30%, rgba(255,179,0,.32), transparent 55%);
      transform: rotate(15deg);
      pointer-events:none;
    }
    .right-title{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      position:relative; z-index:1;
      margin-bottom:12px;
    }
    .right-title h2{
      font-size:14px; margin:0; letter-spacing:.2px;
      color:#141414;
    }
    .right-title .status{
      font-size:12.5px; color: #134a1f;
      background: rgba(15,157,88,.10);
      border:1px solid rgba(15,157,88,.20);
      padding:7px 10px;
      border-radius:999px;
      font-weight:650;
      white-space:nowrap;
    }
    .data-grid{
      position:relative; z-index:1;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .metric{
      border-radius:18px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.74);
      padding:12px 12px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .metric:hover{
      transform: translateY(-2px);
      border-color: rgba(245,154,0,.35);
      box-shadow: 0 14px 26px rgba(245,154,0,.14);
    }
    .metric .k{
      font-size:12px; color:var(--muted);
      display:flex; align-items:center; gap:8px;
    }
    .metric .k::before{
      content:"";
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(180deg, rgba(28,99,255,.8), rgba(255,179,0,.95));
      box-shadow: 0 10px 16px rgba(28,99,255,.18);
    }
    .metric strong{
      display:block;
      margin-top:6px;
      font-size:18px;
      letter-spacing:.2px;
    }
    .metric span{
      display:block;
      margin-top:2px;
      font-size:12.5px;
      color:var(--muted);
      line-height:1.4;
    }
    .quote{
      position:relative; z-index:1;
      margin-top:12px;
      padding:12px 12px;
      border-radius:18px;
      border:1px dashed rgba(245,154,0,.40);
      background: linear-gradient(180deg, rgba(255,179,0,.10), rgba(255,255,255,.55));
    }
    .quote p{
      margin:0;
      font-size:13px;
      color:#2b2b2b;
      line-height:1.7;
      font-weight:600;
    }
    .quote small{
      display:block;
      margin-top:6px;
      color:var(--muted);
      font-weight:600;
    }

    main{padding:16px 0 24px}
    section{padding:18px 0}
    .section-title{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:12px;
    }
    .section-title h2{
      margin:0;
      font-size:20px;
      letter-spacing:.2px;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.6;
      max-width: 70ch;
    }
    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(233,226,211,.95);
      border-radius: var(--radius);
      padding:14px 14px;
      box-shadow: 0 8px 20px rgba(16,24,40,.05);
    }
    .card h3{
      margin:8px 0 6px;
      font-size:14.5px;
      letter-spacing:.15px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.75;
    }
    .card .top{
      display:flex; align-items:center; gap:10px;
    }
    .chip-icon{
      width:38px; height:38px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      border:1px solid rgba(245,154,0,.28);
      background: linear-gradient(180deg, rgba(255,179,0,.18), rgba(28,99,255,.08));
      flex:0 0 auto;
    }
    .chip-icon svg{width:20px; height:20px}
    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      position:relative;
      padding:14px 14px;
      border-radius: var(--radius);
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      overflow:hidden;
    }
    .step::before{
      content:"";
      position:absolute; inset:auto -40px -60px auto;
      width:160px; height:160px;
      background: radial-gradient(circle at 30% 30%, rgba(255,179,0,.22), transparent 58%);
      pointer-events:none;
    }
    .step .num{
      display:inline-flex;
      align-items:center; justify-content:center;
      width:32px; height:32px;
      border-radius:12px;
      border:1px solid rgba(245,154,0,.35);
      background: rgba(255,179,0,.10);
      font-weight:800;
      position:relative;
      z-index:1;
    }
    .step h3{margin:10px 0 6px; font-size:14.5px; position:relative; z-index:1}
    .step p{margin:0; color:var(--muted); font-size:13.2px; line-height:1.75; position:relative; z-index:1}
    .compare-wrap{
      overflow:auto;
      border-radius: var(--radius2);
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 26px rgba(16,24,40,.05);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width: 860px;
    }
    th,td{
      padding:12px 12px;
      border-bottom:1px solid rgba(233,226,211,.85);
      vertical-align:top;
    }
    th{
      background: linear-gradient(180deg, rgba(255,179,0,.14), rgba(255,179,0,.06));
      font-size:13px;
      text-align:left;
      color:#141414;
      font-weight:800;
    }
    td{
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }
    .row-highlight{
      background: linear-gradient(90deg, rgba(255,179,0,.10), transparent 40%);
    }
    .score-card{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
    }
    .score-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:16px 14px;
      border-radius: var(--radius2);
      border:1px solid rgba(245,154,0,.25);
      background: linear-gradient(180deg, rgba(255,179,0,.14), rgba(255,255,255,.66));
    }
    .stars{
      display:flex; gap:6px; align-items:center; margin-top:6px;
    }
    .star{
      width:20px; height:20px;
      fill: rgba(245,154,0,.95);
      filter: drop-shadow(0 8px 14px rgba(245,154,0,.18));
    }
    .score-title{
      margin:0;
      font-size:16px;
      font-weight:900;
      letter-spacing:.2px;
    }
    .score-meta{
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
      margin-top:6px;
    }
    .score-number{
      text-align:right;
    }
    .score-number strong{
      display:block;
      font-size:32px;
      letter-spacing:.2px;
      line-height:1.1;
      color:#101010;
    }
    .score-number span{
      color:var(--muted);
      font-weight:800;
      font-size:12.5px;
    }
    .bullets{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .bullet{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.72);
    }
    .bullet .check{
      width:20px; height:20px; border-radius:8px;
      background: rgba(15,157,88,.12);
      border:1px solid rgba(15,157,88,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .bullet .check svg{width:13px; height:13px}
    .bullet strong{
      display:block; font-size:13.2px; margin-bottom:3px;
      color:#151515;
    }
    .bullet span{
      display:block;
      font-size:12.8px; color:var(--muted); line-height:1.55;
    }

    .two-col{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }
    .list{
      margin:8px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .list li{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.72);
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .list li:hover{
      transform: translateY(-2px);
      border-color: rgba(245,154,0,.32);
      box-shadow: 0 14px 26px rgba(245,154,0,.12);
    }
    .list .dot{
      width:12px; height:12px; border-radius:50%;
      background: linear-gradient(180deg, var(--yellow2), var(--yellowDeep));
      box-shadow: 0 12px 18px rgba(245,154,0,.22);
      margin-top:5px;
      flex:0 0 auto;
    }
    .list strong{font-size:13.2px}
    .list span{display:block; margin-top:3px; color:var(--muted); font-size:12.9px; line-height:1.6}

    .acc{
      border-radius: var(--radius2);
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      overflow:hidden;
      box-shadow: 0 10px 26px rgba(16,24,40,.05);
    }
    details{
      border-top:1px solid rgba(233,226,211,.85);
      padding:0;
    }
    details:first-child{border-top:none}
    summary{
      cursor:pointer;
      list-style:none;
      padding:14px 14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
      font-weight:850;
      font-size:14px;
      line-height:1.5;
      color:#151515;
    }
    summary::-webkit-details-marker{display:none}
    .sum-right{
      flex:0 0 auto;
      display:flex; align-items:center; gap:10px;
      color:var(--muted);
      font-weight:800;
      font-size:12.5px;
    }
    .chev{
      width:18px; height:18px;
      border-radius:8px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.85);
      display:flex; align-items:center; justify-content:center;
      transition: transform .18s ease;
      margin-top:2px;
    }
    details[open] .chev{transform: rotate(180deg)}
    .acc-body{
      padding:0 14px 14px 14px;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.75;
    }

    .tabs{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-bottom:12px;
    }
    .tab{
      border-radius:999px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.76);
      padding:9px 12px;
      cursor:pointer;
      font-weight:800;
      font-size:12.8px;
      color:#151515;
      transition: transform .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
    }
    .tab:hover{transform: translateY(-1px); border-color: rgba(245,154,0,.35)}
    .tab[aria-selected="true"]{
      background: linear-gradient(180deg, rgba(255,179,0,.20), rgba(255,255,255,.66));
      border-color: rgba(245,154,0,.55);
      box-shadow: 0 14px 26px rgba(245,154,0,.14);
    }
    .tab-panel{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .mock-card{
      border-radius: var(--radius);
      border:1px solid rgba(233,226,211,.95);
      background:
        radial-gradient(420px 240px at 20% 0%, rgba(255,179,0,.22), transparent 60%),
        radial-gradient(420px 240px at 90% 15%, rgba(28,99,255,.12), transparent 55%),
        rgba(255,255,255,.80);
      padding:14px 14px;
      box-shadow: 0 10px 22px rgba(16,24,40,.05);
      overflow:hidden;
      position:relative;
    }
    .mock-card::after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:200px; height:200px;
      background: radial-gradient(circle at 30% 30%, rgba(255,179,0,.20), transparent 60%);
      transform: rotate(20deg);
      pointer-events:none;
    }
    .mock-card h3{margin:2px 0 6px; position:relative; z-index:1; font-size:14.5px}
    .mock-card p{margin:0; color:var(--muted); font-size:13.2px; line-height:1.75; position:relative; z-index:1}
    .tag-row{display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; position:relative; z-index:1}
    .tag{
      font-size:12.2px;
      color:#151515;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(233,226,211,.95);
      padding:7px 10px;
      border-radius:999px;
      font-weight:800;
    }
    .tag.tag-hot{
      background: rgba(255,179,0,.14);
      border-color: rgba(245,154,0,.35);
    }

    .reviews{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .review{
      padding:14px 14px;
      border-radius: var(--radius2);
      border:1px solid rgba(233,226,211,.95);
      background:
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.64));
      box-shadow: 0 10px 22px rgba(16,24,40,.05);
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
      position:relative;
      overflow:hidden;
      min-height: 172px;
    }
    .review::before{
      content:"";
      position:absolute; inset:-100px auto auto -120px;
      width:240px; height:240px;
      background: radial-gradient(circle at 30% 30%, rgba(255,179,0,.22), transparent 60%);
      pointer-events:none;
    }
    .review:hover{
      transform: translateY(-2px);
      border-color: rgba(245,154,0,.35);
      box-shadow: 0 16px 34px rgba(245,154,0,.12);
    }
    .review .who{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      position:relative; z-index:1;
    }
    .avatar{
      width:40px; height:40px; border-radius:16px;
      border:1px solid rgba(245,154,0,.30);
      background: linear-gradient(180deg, rgba(255,179,0,.18), rgba(28,99,255,.08));
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      letter-spacing:.2px;
    }
    .review h3{margin:10px 0 6px; font-size:14.5px; position:relative; z-index:1}
    .review p{margin:0; color:var(--muted); font-size:13.2px; line-height:1.75; position:relative; z-index:1}
    .rating-inline{
      display:flex; gap:4px; align-items:center;
      color:#b54700;
      font-weight:950;
      font-size:12.2px;
      position:relative; z-index:1;
    }

    .case-grid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:12px;
    }
    .case{
      padding:14px 14px;
      border-radius: var(--radius2);
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 22px rgba(16,24,40,.05);
    }
    .case .meta{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(245,154,0,.30);
      background: rgba(255,179,0,.12);
      color:#1b1b1b;
      font-size:12.5px;
      font-weight:900;
    }
    .badge .mini{
      width:10px; height:10px; border-radius:50%;
      background: linear-gradient(180deg, var(--yellow2), var(--yellowDeep));
      box-shadow: 0 10px 16px rgba(245,154,0,.22);
    }
    .time{
      color:var(--muted);
      font-size:12.5px;
      font-weight:800;
      white-space:nowrap;
    }
    .case h3{margin:0 0 6px; font-size:14.5px}
    .case p{margin:0; color:var(--muted); font-size:13.2px; line-height:1.7}
    .case .points{
      margin-top:10px;
      display:flex; flex-wrap:wrap; gap:8px;
    }
    .mini-pill{
      font-size:12px; font-weight:900;
      color:#141414;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.76);
      padding:7px 10px;
      border-radius:999px;
    }

    .article-list{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:12px;
      align-items:start;
    }
    .article-card{
      border-radius: var(--radius2);
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 22px rgba(16,24,40,.05);
      padding:14px 14px;
      overflow:hidden;
    }
    .article-card h3{margin:2px 0 6px; font-size:15px}
    .article-card p{margin:0 0 12px; color:var(--muted); font-size:13.2px; line-height:1.7}
    .article-items{
      margin:0; padding:0; list-style:none;
      display:grid; gap:10px;
    }
    .article-items li{
      display:flex; gap:10px; align-items:flex-start; justify-content:space-between;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.72);
      transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
    }
    .article-items li:hover{
      transform: translateY(-2px);
      border-color: rgba(245,154,0,.34);
      box-shadow: 0 14px 26px rgba(245,154,0,.12);
    }
    .article-left{
      min-width: 0;
    }
    .article-name{
      font-weight:950;
      color:#141414;
      font-size:13.5px;
      margin:0 0 4px;
      line-height:1.35;
    }
    .article-desc{
      margin:0;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.55;
    }
    .article-link{
      flex:0 0 auto;
      align-self:flex-start;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      font-weight:900;
      font-size:12.5px;
      color:#151515;
      white-space:nowrap;
    }
    .article-link:hover{
      border-color: rgba(245,154,0,.35);
      background: rgba(255,179,0,.10);
    }

    .form-card{
      border-radius: var(--radius2);
      border:1px solid rgba(233,226,211,.95);
      background:
        radial-gradient(600px 260px at 10% 0%, rgba(255,179,0,.20), transparent 55%),
        rgba(255,255,255,.78);
      box-shadow: 0 10px 22px rgba(16,24,40,.05);
      padding:14px 14px;
    }
    form .row{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top:10px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    label{
      font-size:12.6px;
      color:#3a3a3a;
      font-weight:900;
    }
    input,select,textarea{
      width:100%;
      padding:11px 12px;
      border-radius:14px;
      border:1px solid rgba(233,226,211,.98);
      background: rgba(255,255,255,.88);
      color:#151515;
      font-size:14px;
      outline:none;
      transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color: rgba(245,154,0,.55);
      box-shadow: var(--focus);
    }
    .form-actions{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-top:12px;
      flex-wrap:wrap;
    }
    .hint{
      color:var(--muted);
      font-size:12.8px;
      line-height:1.6;
      max-width: 62ch;
      font-weight:700;
    }
    .success{
      margin-top:10px;
      display:none;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(15,157,88,.25);
      background: rgba(15,157,88,.10);
      color:#0f5a33;
      font-weight:900;
      font-size:13px;
    }

    .footer{
      margin-top:8px;
      border-top:1px solid rgba(233,226,211,.95);
      background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.92));
      padding:18px 0 10px;
    }
    .footer-inner{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:12px;
      align-items:start;
    }
    .foot-card{
      border-radius: var(--radius2);
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      padding:14px 14px;
    }
    .foot-card h3{
      margin:0 0 6px;
      font-size:14.5px;
      letter-spacing:.2px;
    }
    .foot-card p{
      margin:0;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.7;
    }
    .link-grid{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:10px;
    }
    .foot-link{
      padding:8px 10px;
      border-radius:12px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.78);
      font-weight:900;
      font-size:12.5px;
      color:#151515;
      white-space:nowrap;
    }
    .foot-link:hover{
      border-color: rgba(245,154,0,.40);
      background: rgba(255,179,0,.10);
    }
    .footer-bottom{
      margin-top:12px;
      padding-top:12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:12.8px;
      font-weight:800;
    }
    .mono{
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      font-weight:900;
      color:#2b2b2b;
    }

    .float-cs{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:60;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
      pointer-events:none;
    }
    .float-cs .btn{
      pointer-events:auto;
    }
    .float-panel{
      width:240px;
      border-radius: 22px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.88);
      box-shadow: 0 18px 45px rgba(16,24,40,.12);
      overflow:hidden;
      display:none;
      transform-origin: 100% 100%;
    }
    .float-panel.show{display:block; animation: pop .18s ease-out}
    @keyframes pop{
      from{transform: scale(.98); opacity:.7}
      to{transform: scale(1); opacity:1}
    }
    .float-panel .head{
      padding:12px 12px;
      background: linear-gradient(180deg, rgba(255,179,0,.16), rgba(255,255,255,.85));
      border-bottom:1px solid rgba(233,226,211,.85);
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .float-panel .head strong{font-size:13px}
    .float-panel .head button{
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.85);
      border-radius:12px;
      padding:7px 10px;
      cursor:pointer;
      font-weight:950;
      color:#151515;
    }
    .float-panel .body{
      padding:12px 12px;
      display:grid; gap:10px;
    }
    .qr-wrap{
      display:flex; gap:12px; align-items:center;
    }
    .qr{
      width:62px; height:62px;
      border-radius:18px;
      border:1px solid rgba(233,226,211,.95);
      background: rgba(255,255,255,.9);
      display:flex; align-items:center; justify-content:center;
      overflow:hidden;
      flex:0 0 auto;
    }
    .qr img{width:100%; height:100%; object-fit:cover}
    .float-panel .body p{
      margin:0;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.6;
      font-weight:800;
    }
    .float-panel .actions{
      display:flex; gap:10px; flex-wrap:wrap;
    }

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

    .sr-only{
      position:absolute;
      width:1px; height:1px;
      padding:0; margin:-1px;
      overflow:hidden; clip:rect(0,0,0,0);
      white-space:nowrap; border:0;
    }

    .skip-link{
      position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip-link:focus{
      left:12px; top:12px; width:auto; height:auto; padding:10px 12px;
      background:#fff; border:1px solid rgba(245,154,0,.55); border-radius:12px;
      z-index:100;
    }

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; }
      .hero-left{padding:24px 16px 18px}
      .grid-3{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr 1fr}
      .reviews{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .article-list{grid-template-columns: 1fr}
      .two-col{grid-template-columns: 1fr}
      .bullets{grid-template-columns: 1fr}
      .tab-panel{grid-template-columns: 1fr}
      table{min-width: 740px}
      .footer-inner{grid-template-columns: 1fr}
      .nav{display:none}
      .nav-cta .btn-ghost{display:none}
      .hamburger{display:inline-flex; align-items:center; justify-content:center}
      .mobile-drawer{
        display:block;
        padding-bottom:14px;
      }
      .mobile-drawer[hidden]{display:none}
      .mobile-menu{
        border-top:1px solid rgba(233,226,211,.85);
        padding-top:10px;
        display:flex;
        flex-direction:column;
        gap:8px;
      }
      .mobile-menu a{
        padding:10px 12px;
        border-radius:14px;
        border:1px solid rgba(233,226,211,.95);
        background: rgba(255,255,255,.78);
        font-weight:900;
        font-size:13.5px;
      }
      .float-cs{right:10px; bottom:10px}
      .float-panel{width: 220px}
    }

/* Ensure anchors and focus states remain accessible without global layout overrides */
    a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
      outline: none;
      box-shadow: var(--focus);
    }