:root{
      --bg0:#fff7f2;
      --bg1:#ffffff;
      --text:#141414;
      --muted:#5b5b5b;
      --muted2:#7a7a7a;
      --line:rgba(20,20,20,.10);
      --card:rgba(255,255,255,.78);
      --card2:#ffffff;
      --shadow:0 18px 50px rgba(17,14,11,.10);
      --shadow2:0 10px 24px rgba(17,14,11,.10);
      --orange:#ff4d2e;
      --orange2:#ff6a00;
      --orange3:#ff8a3d;
      --deep:#191a1f;
      --blue:#245bff;
      --radius:18px;
      --radius2:14px;
      --focus:rgba(255,77,46,.30);
      --container:1120px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC", "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(1200px 600px at 10% -10%, rgba(255,106,0,.22), transparent 55%),
        radial-gradient(900px 480px at 85% 10%, rgba(255,77,46,.18), transparent 50%),
        linear-gradient(180deg, var(--bg0) 0%, #fff 38%, var(--bg1) 100%);
      overflow-x:hidden;
    }
    a{color:inherit; text-decoration:none}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }
    .skip-link{
      position:absolute;
      left:-9999px;
      top:10px;
      background:#fff;
      color:#000;
      padding:10px 14px;
      border:1px solid var(--line);
      border-radius:12px;
      z-index:9999;
    }
    .skip-link:focus{left:16px}
    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter:saturate(150%) blur(14px);
      background:rgba(255,247,242,.66);
      border-bottom:1px solid rgba(20,20,20,.06);
    }
    .nav-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:12px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:12px;
      min-width: 240px;
    }
    .ai-page-logo{
      width:42px; height:42px;
      object-fit:contain;
      flex:0 0 auto;
      border-radius:12px;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(20,20,20,.08);
      padding:6px;
      box-shadow:0 8px 18px rgba(255,77,46,.10);
    }
    .brand-title{
      display:flex; flex-direction:column; line-height:1.12;
    }
    .brand-title strong{
      font-size:14px; letter-spacing:.3px;
    }
    .brand-title span{
      font-size:12px; color:var(--muted2);
    }
    .nav{
      display:flex; align-items:center; gap:10px;
    }
    .nav a{
      font-size:13px;
      color:rgba(20,20,20,.78);
      padding:9px 10px;
      border-radius:999px;
      transition: background .2s ease, transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .nav a:hover{
      background:rgba(255,77,46,.10);
      color:rgba(20,20,20,.95);
      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:12px 14px;
      border-radius:14px;
      border:1px solid rgba(20,20,20,.12);
      background:rgba(255,255,255,.75);
      color:rgba(20,20,20,.92);
      font-weight:700;
      font-size:13px;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      cursor:pointer;
      user-select:none;
    }
    .btn:hover{transform: translateY(-1px); box-shadow:0 14px 28px rgba(17,14,11,.12); border-color:rgba(255,77,46,.35)}
    .btn:active{transform: translateY(0px); box-shadow:none}
    .btn-primary{
      border:none;
      background: linear-gradient(135deg, var(--orange) 0%, var(--orange2) 45%, #ff8a3d 100%);
      color:#fff;
      box-shadow: 0 18px 40px rgba(255,77,46,.25);
    }
    .btn-primary:hover{box-shadow: 0 24px 60px rgba(255,77,46,.28)}
    .btn-ghost{
      background: rgba(255,255,255,.6);
    }
    .icon{
      width:18px; height:18px; display:inline-block;
    }
    .menu-btn{
      display:none;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,20,20,.12);
      background:rgba(255,255,255,.7);
      cursor:pointer;
      font-weight:800;
      color:rgba(20,20,20,.9);
    }
    .menu-btn:focus{outline:3px solid var(--focus); outline-offset:2px}
    .mobile-panel{
      display:none;
      border-top:1px solid rgba(20,20,20,.08);
      padding:12px 0 16px;
    }
    .mobile-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .mobile-grid a{
      padding:12px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.7);
      border:1px solid rgba(20,20,20,.08);
      color:rgba(20,20,20,.88);
      font-weight:700;
      font-size:13px;
      transition: transform .15s ease, border-color .15s ease;
    }
    .mobile-grid a:hover{
      transform: translateY(-1px);
      border-color: rgba(255,77,46,.35);
    }

    main{padding:18px 0 28px}
    .hero{
      margin-top:10px;
      position:relative;
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      overflow:hidden;
      background:
        radial-gradient(900px 420px at 15% 0%, rgba(255,77,46,.35), transparent 55%),
        radial-gradient(700px 320px at 85% 10%, rgba(255,106,0,.28), transparent 50%),
        linear-gradient(180deg, rgba(255,255,255,.68) 0%, rgba(255,255,255,.86) 100%);
      box-shadow: var(--shadow);
    }
    .hero-inner{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:22px;
      padding:26px;
      align-items:stretch;
    }
    .hero-left{
      padding:8px 6px;
      display:flex; flex-direction:column; gap:16px;
    }
    .kicker{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 11px;
      border-radius:999px;
      background: rgba(255,77,46,.10);
      border:1px solid rgba(255,77,46,.22);
      font-weight:800;
      font-size:12px;
      color: rgba(20,20,20,.92);
    }
    .pill svg{opacity:.95}
    .hero h1{
      margin:0;
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.6px;
    }
    .hero p{
      margin:0;
      color:rgba(20,20,20,.74);
      font-size:14px;
      line-height:1.7;
      max-width: 62ch;
    }
    .hero-actions{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      margin-top:6px;
    }
    .trust-row{
      display:flex; gap:12px; flex-wrap:wrap;
      margin-top:4px;
    }
    .trust{
      display:flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.65);
      min-width: 210px;
    }
    .trust strong{font-size:13px}
    .trust span{font-size:12px; color:var(--muted2)}
    .dot{
      width:10px; height:10px; border-radius:999px;
      background: linear-gradient(135deg, var(--orange), var(--orange3));
      box-shadow:0 0 0 6px rgba(255,77,46,.12);
    }
    .hero-right{
      display:flex; flex-direction:column; gap:12px;
      padding:6px;
    }
    .glass{
      border-radius:22px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.56);
      box-shadow:0 10px 24px rgba(17,14,11,.08);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .glass:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(260px 180px at 20% 0%, rgba(255,77,46,.28), transparent 55%),
        radial-gradient(240px 170px at 100% 30%, rgba(255,106,0,.20), transparent 60%);
      pointer-events:none;
      filter:saturate(120%);
    }
    .glass > *{position:relative}
    .hero-metrics{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .metric{
      border-radius:18px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.70);
      padding:14px 12px;
      min-height: 94px;
      display:flex; flex-direction:column; justify-content:space-between; gap:6px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .metric:hover{
      transform: translateY(-2px);
      border-color: rgba(255,77,46,.28);
      box-shadow:0 18px 40px rgba(17,14,11,.10);
    }
    .metric strong{
      font-size:20px;
      letter-spacing:-.4px;
    }
    .metric span{
      color:var(--muted2);
      font-size:12px;
      line-height:1.4;
    }
    .flow-mini{
      margin-top:2px;
      border-radius:18px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.68);
      padding:12px;
    }
    .flow-mini h3{
      margin:0 0 10px;
      font-size:14px;
      letter-spacing:-.2px;
    }
    .step-row{
      display:flex; gap:10px; align-items:stretch;
    }
    .step-chip{
      flex:1;
      border-radius:16px;
      padding:10px 10px;
      background: rgba(255,77,46,.08);
      border:1px solid rgba(255,77,46,.18);
      display:flex; flex-direction:column; gap:6px;
      min-width: 0;
    }
    .step-chip b{font-size:12px}
    .step-chip small{color:var(--muted2); font-size:12px; line-height:1.35}
    .section{
      padding:22px 0;
    }
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin-bottom:14px;
    }
    .section-head h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.4px;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
      max-width:62ch;
    }
    .divider{
      height:1px;
      background:linear-gradient(90deg, rgba(20,20,20,.10), rgba(20,20,20,.04), transparent);
      margin:8px 0 0;
    }
    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .card{
      border-radius:var(--radius);
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.76);
      box-shadow:0 12px 30px rgba(17,14,11,.06);
      padding:16px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      position:relative;
      overflow:hidden;
      min-width:0;
    }
    .card:hover{
      transform: translateY(-2px);
      border-color: rgba(255,77,46,.28);
      box-shadow: 0 20px 50px rgba(17,14,11,.10);
    }
    .card h3{
      margin:0 0 8px;
      font-size:15px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .badge-row{
      display:flex; gap:8px; flex-wrap:wrap;
      margin-top:10px;
    }
    .tag{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(20,20,20,.10);
      background: rgba(255,255,255,.65);
      color:rgba(20,20,20,.86);
      white-space:nowrap;
    }
    .tag.hot{
      border-color: rgba(255,77,46,.28);
      background: rgba(255,77,46,.10);
      color: rgba(20,20,20,.92);
      font-weight:800;
    }
    .icon-bubble{
      width:42px; height:42px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(255,77,46,.10);
      border:1px solid rgba(255,77,46,.22);
      margin-bottom:12px;
    }
    .two-col{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:stretch;
    }
    .list{
      display:flex; flex-direction:column; gap:10px;
      margin-top:8px;
    }
    .li{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px;
      border-radius:16px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.66);
    }
    .check{
      width:22px; height:22px; border-radius:8px;
      background: rgba(255,77,46,.12);
      border:1px solid rgba(255,77,46,.24);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .li b{font-size:13px}
    .li span{display:block; margin-top:4px; color:var(--muted); font-size:13px; line-height:1.6}
    .timeline{
      border-radius:var(--radius);
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.72);
      padding:16px;
      position:relative;
      overflow:hidden;
      min-width:0;
    }
    .timeline:before{
      content:"";
      position:absolute; left:22px; top:18px; bottom:18px; width:2px;
      background: linear-gradient(180deg, rgba(255,77,46,.40), rgba(255,77,46,.10));
    }
    .t-item{
      display:flex; gap:12px;
      padding:10px 0;
      position:relative;
    }
    .t-dot{
      width:14px; height:14px;
      border-radius:6px;
      background: linear-gradient(135deg, var(--orange), var(--orange2));
      box-shadow:0 0 0 6px rgba(255,77,46,.12);
      margin-top:4px;
      flex:0 0 auto;
      position:relative;
      left:15px;
    }
    .t-content{
      padding-left:22px;
      min-width:0;
    }
    .t-content strong{font-size:14px}
    .t-content p{margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.7}
    .compare-wrap{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background:
        radial-gradient(800px 320px at 20% 0%, rgba(255,77,46,.22), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.86) 100%);
      box-shadow: var(--shadow2);
      overflow:hidden;
    }
    .compare-inner{padding:18px}
    .rate-row{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
      padding-bottom:12px;
      border-bottom:1px solid rgba(20,20,20,.08);
      margin-bottom:12px;
    }
    .rating{
      display:flex; gap:12px; align-items:center; flex-wrap:wrap;
    }
    .stars{
      display:flex; gap:4px; align-items:center;
      padding:10px 12px;
      border-radius:18px;
      border:1px solid rgba(255,77,46,.25);
      background: rgba(255,77,46,.10);
      font-weight:900;
    }
    .stars svg{width:18px; height:18px}
    .score{
      display:flex; flex-direction:column; gap:4px;
    }
    .score strong{font-size:24px; letter-spacing:-.6px}
    .score span{color:var(--muted2); font-size:12px}
    .table-scroll{
      overflow:auto;
      border-radius:18px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.72);
    }
    table{
      width:100%;
      min-width:760px;
      border-collapse:separate;
      border-spacing:0;
      font-size:13px;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(20,20,20,.08);
      vertical-align:top;
    }
    th{
      text-align:left;
      background: rgba(255,77,46,.08);
      position:sticky;
      top:0;
      z-index:1;
      font-weight:900;
      color:rgba(20,20,20,.92);
    }
    tr:last-child td{border-bottom:none}
    .cell-strong{font-weight:900}
    .yes{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(255,77,46,.25);
      background: rgba(255,77,46,.10);
      font-weight:900;
      white-space:nowrap;
    }
    .no{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(20,20,20,.10);
      background: rgba(255,255,255,.55);
      color:rgba(20,20,20,.72);
      font-weight:900;
      white-space:nowrap;
    }

    .steps-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      padding:16px 14px;
      position:relative;
      overflow:hidden;
      min-width:0;
    }
    .step-card:before{
      content:"";
      position:absolute; inset:-1px;
      background: radial-gradient(420px 120px at 10% 0%, rgba(255,77,46,.18), transparent 55%);
      pointer-events:none;
    }
    .step-card > *{position:relative}
    .step-no{
      width:34px; height:34px;
      border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background: rgba(255,77,46,.12);
      border:1px solid rgba(255,77,46,.22);
      font-weight:1000;
      margin-bottom:12px;
    }
    .step-card h3{margin:0 0 8px; font-size:15px}
    .step-card p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}

    .segmented{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:flex-start;
      margin:6px 0 12px;
    }
    .segmented button{
      appearance:none; border:none; cursor:pointer;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,20,20,.10);
      background: rgba(255,255,255,.65);
      font-weight:900;
      font-size:13px;
      color:rgba(20,20,20,.85);
      transition: transform .15s ease, border-color .15s ease, background .15s ease;
    }
    .segmented button:hover{transform: translateY(-1px); border-color: rgba(255,77,46,.28)}
    .segmented button[aria-pressed="true"]{
      background: rgba(255,77,46,.12);
      border-color: rgba(255,77,46,.35);
      color: rgba(20,20,20,.95);
    }
    .list-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:stretch;
    }
    .compact-card{
      border-radius:var(--radius);
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.72);
      padding:16px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      min-width:0;
      position:relative;
      overflow:hidden;
    }
    .compact-card:hover{
      transform: translateY(-2px);
      border-color: rgba(255,77,46,.28);
      box-shadow:0 22px 55px rgba(17,14,11,.10);
    }
    .compact-card h3{
      margin:0 0 8px;
      font-size:15px;
    }
    .compact-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .small-meta{
      margin-top:10px;
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      color:rgba(20,20,20,.70);
      font-weight:800;
      font-size:12px;
    }
    .mini-dot{
      width:6px; height:6px; border-radius:999px; background: rgba(255,77,46,.65);
      display:inline-block;
    }

    .gallery-card{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      padding:16px;
      box-shadow:0 14px 35px rgba(17,14,11,.07);
      overflow:hidden;
    }
    .gallery-grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap:12px;
      align-items:stretch;
    }
    .gallery-media{
      border-radius:22px;
      border:1px solid rgba(20,20,20,.08);
      background:
        radial-gradient(560px 240px at 0% 0%, rgba(255,77,46,.22), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.95));
      padding:12px;
      overflow:hidden;
      position:relative;
    }
    .gallery-media img{
      width:100%;
      height:auto;
      border-radius:18px;
      border:1px solid rgba(20,20,20,.08);
      display:block;
      background:#fff;
      box-shadow:0 18px 40px rgba(17,14,11,.10);
      animation: floatIn .6s ease both;
    }
    @keyframes floatIn{
      from{opacity:.0; transform: translateY(10px)}
      to{opacity:1; transform: translateY(0px)}
    }
    .gallery-media .caption{
      margin-top:10px;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
    }
    .right-stack{
      display:flex; flex-direction:column; gap:12px;
    }
    .price-box{
      border-radius:22px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.76);
      padding:16px;
      position:relative;
      overflow:hidden;
    }
    .price-box:before{
      content:"";
      position:absolute; inset:-1px;
      background: radial-gradient(420px 140px at 10% 0%, rgba(255,77,46,.18), transparent 60%);
      pointer-events:none;
    }
    .price-box > *{position:relative}
    .price-box h3{margin:0 0 8px; font-size:15px}
    .price-box p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}
    .price-list{
      margin-top:12px;
      display:flex; flex-direction:column; gap:10px;
    }
    .price-row{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.72);
      font-weight:900;
      color:rgba(20,20,20,.90);
      font-size:13px;
    }
    .price-row span{
      font-weight:900; color:rgba(20,20,20,.70);
      font-size:12px;
    }

    .faq-wrap{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      box-shadow:0 14px 35px rgba(17,14,11,.07);
      overflow:hidden;
    }
    .faq-head{
      padding:16px 16px 12px;
      border-bottom:1px solid rgba(20,20,20,.08);
      background:
        radial-gradient(700px 220px at 20% 0%, rgba(255,77,46,.16), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.78));
    }
    .faq-head h2{margin:0; font-size:20px}
    .faq-head p{margin:8px 0 0; color:var(--muted); font-size:13px; line-height:1.7}
    .faq-list{padding:8px 10px 12px}
    details.faq{
      border-radius:18px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.72);
      margin:10px 0;
      padding:10px 12px;
      transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    }
    details.faq[open]{
      border-color: rgba(255,77,46,.35);
      box-shadow:0 20px 50px rgba(17,14,11,.10);
    }
    details.faq summary{
      cursor:pointer;
      list-style:none;
      display:flex;
      align-items:flex-start;
      gap:12px;
      user-select:none;
      font-weight:950;
      font-size:14px;
      outline:none;
    }
    details.faq summary::-webkit-details-marker{display:none}
    .qicon{
      width:26px; height:26px; border-radius:12px;
      background: rgba(255,77,46,.12);
      border:1px solid rgba(255,77,46,.22);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
      margin-top:1px;
    }
    .faq-body{
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
      padding-left:38px;
      padding-right:6px;
      padding-top:8px;
    }

    .comments-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .quote{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      padding:16px;
      position:relative;
      overflow:hidden;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      min-width:0;
    }
    .quote:hover{
      transform: translateY(-2px);
      border-color: rgba(255,77,46,.28);
      box-shadow:0 22px 55px rgba(17,14,11,.10);
    }
    .quote:before{
      content:"“";
      position:absolute;
      right:14px; top:6px;
      font-size:52px;
      color: rgba(255,77,46,.18);
      font-weight:1000;
      pointer-events:none;
    }
    .quote .role{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
      position:relative;
    }
    .role b{font-size:13px}
    .role span{
      font-size:12px; color:var(--muted2);
      font-weight:900;
      padding:7px 10px;
      border-radius:999px;
      background: rgba(255,77,46,.10);
      border:1px solid rgba(255,77,46,.20);
      white-space:nowrap;
    }
    .quote p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
      position:relative;
    }

    .form-card{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      box-shadow:0 14px 35px rgba(17,14,11,.07);
      overflow:hidden;
    }
    .form-inner{
      padding:16px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:stretch;
    }
    .form-copy{
      padding:12px 10px;
    }
    .form-copy h2{
      margin:0;
      font-size:20px;
      letter-spacing:-.3px;
    }
    .form-copy p{
      margin:8px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
    }
    form{
      padding:12px;
      border-radius:22px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.72);
    }
    .field-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    label{display:flex; flex-direction:column; gap:6px; font-weight:900; font-size:12px; color:rgba(20,20,20,.86)}
    input, select, textarea{
      font:inherit;
      border-radius:14px;
      border:1px solid rgba(20,20,20,.12);
      background: rgba(255,255,255,.9);
      padding:11px 12px;
      outline:none;
      transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
      color:rgba(20,20,20,.95);
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(255,77,46,.45);
      box-shadow:0 0 0 4px rgba(255,77,46,.15);
    }
    .form-actions{
      display:flex; gap:10px; align-items:center; justify-content:space-between;
      margin-top:12px;
      flex-wrap:wrap;
    }
    .form-note{
      color:var(--muted2);
      font-size:12px;
      line-height:1.5;
      font-weight:800;
    }
    .btn-submit{
      border:none;
      padding:12px 16px;
      border-radius:14px;
      background: linear-gradient(135deg, var(--orange), var(--orange2));
      color:#fff;
      font-weight:1000;
      cursor:pointer;
      box-shadow:0 18px 40px rgba(255,77,46,.25);
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .btn-submit:hover{transform: translateY(-1px); box-shadow:0 24px 60px rgba(255,77,46,.28)}
    .btn-submit:active{transform: translateY(0px); box-shadow:none}

    .article-grid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:12px;
    }
    .article{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      padding:16px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      min-width:0;
    }
    .article:hover{
      transform: translateY(-2px);
      border-color: rgba(255,77,46,.28);
      box-shadow:0 22px 55px rgba(17,14,11,.10);
    }
    .article h3{margin:0 0 8px; font-size:15px}
    .article p{margin:0; color:var(--muted); font-size:13px; line-height:1.7}
    .article a.read{
      display:inline-flex; gap:10px; align-items:center;
      margin-top:12px;
      font-weight:1000;
      color:rgba(20,20,20,.92);
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(20,20,20,.10);
      background: rgba(255,255,255,.6);
      transition: transform .15s ease, border-color .15s ease;
    }
    .article a.read:hover{transform: translateY(-1px); border-color: rgba(255,77,46,.28)}
    .arrow{
      width:18px; height:18px;
      display:inline-flex; align-items:center; justify-content:center;
      border-radius:10px;
      background: rgba(255,77,46,.12);
      border:1px solid rgba(255,77,46,.22);
    }

    .contact-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:12px;
    }
    .contact-card{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      box-shadow:0 14px 35px rgba(17,14,11,.07);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .contact-card:before{
      content:"";
      position:absolute; inset:-1px;
      background: radial-gradient(520px 240px at 10% 0%, rgba(255,77,46,.18), transparent 62%);
      pointer-events:none;
    }
    .contact-card > *{position:relative}
    .contact-card h2{margin:0 0 10px; font-size:20px}
    .kv{
      display:grid; grid-template-columns: 1fr 1fr; gap:10px;
      margin-top:12px;
    }
    .kv .box{
      border-radius:18px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.70);
      padding:12px;
      min-width:0;
    }
    .box b{display:block; font-size:12px; color:rgba(20,20,20,.75); font-weight:1000}
    .box span{display:block; margin-top:6px; font-size:13px; color:rgba(20,20,20,.92); font-weight:900}
    .wechat-card{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      box-shadow:0 14px 35px rgba(17,14,11,.07);
      padding:16px;
    }
    .wechat-head{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      margin-bottom:12px;
    }
    .wechat-head h2{margin:0; font-size:20px}
    .wechat-head p{margin:8px 0 0; color:var(--muted); font-size:13px; line-height:1.8}
    .qr{
      margin-top:10px;
      border-radius:22px;
      border:1px solid rgba(20,20,20,.08);
      background:
        radial-gradient(520px 240px at 0% 0%, rgba(255,77,46,.16), transparent 60%),
        rgba(255,255,255,.72);
      padding:12px;
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:10px;
    }
    .qr img{
      width:170px; height:auto;
      border-radius:18px;
      border:1px solid rgba(20,20,20,.08);
      background:#fff;
      box-shadow:0 18px 40px rgba(17,14,11,.10);
    }
    .qr .small{
      color:var(--muted2);
      font-size:12px;
      line-height:1.6;
      font-weight:900;
      text-align:center;
    }

    .network{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:stretch;
    }
    .mapish{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .mapish:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(680px 300px at 20% 0%, rgba(255,77,46,.18), transparent 60%),
        radial-gradient(420px 250px at 90% 40%, rgba(36,91,255,.10), transparent 55%);
      pointer-events:none;
    }
    .mapish > *{position:relative}
    .grid-chips{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-top:12px;
    }
    .chip{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(20,20,20,.10);
      background: rgba(255,255,255,.65);
      font-weight:900;
      font-size:13px;
      color:rgba(20,20,20,.86);
    }
    .chip strong{color:rgba(20,20,20,.95)}
    .org{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      padding:16px;
    }
    .org h3{margin:0 0 8px; font-size:15px}
    .org p{margin:0; color:var(--muted); font-size:13px; line-height:1.8}
    .org ul{margin:12px 0 0; padding-left:18px; color:var(--muted); font-size:13px; line-height:1.9}
    .org li{margin:6px 0}

    .partner-grid{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap:12px;
    }
    .partner{
      border-radius:26px;
      border:1px solid rgba(20,20,20,.08);
      background: rgba(255,255,255,.78);
      padding:16px;
      transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
      min-width:0;
    }
    .partner:hover{
      transform: translateY(-2px);
      border-color: rgba(255,77,46,.28);
      box-shadow:0 22px 55px rgba(17,14,11,.10);
    }
    .partner h3{margin:0 0 8px; font-size:15px}
    .partner p{margin:0; color:var(--muted); font-size:13px; line-height:1.8}

    footer{
      background: linear-gradient(180deg, rgba(255,77,46,.08) 0%, rgba(255,77,46,.04) 100%), #111;
      color:#f3f3f3;
      margin-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-inner{
      padding:22px 0 14px;
    }
    .footer-top{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:12px;
      align-items:start;
      padding-bottom:16px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{
      display:flex; gap:12px; align-items:flex-start;
    }
    .footer-logo{
      width:46px; height:46px;
      border-radius:16px;
      background: rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      padding:6px;
      object-fit:contain;
    }
    .footer-brand strong{display:block; font-size:14px; margin-top:2px}
    .footer-brand p{margin:8px 0 0; color:rgba(255,255,255,.78); font-size:13px; line-height:1.8}
    .footer-links{
      display:flex; flex-direction:column; gap:10px;
      align-items:flex-start;
    }
    .footer-links b{
      font-size:13px;
      color:#fff;
    }
    .footer-links .links{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .footer-links a{
      padding:9px 11px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      color: rgba(255,255,255,.90);
      font-weight:900;
      font-size:12px;
      transition: transform .15s ease, border-color .15s ease;
      white-space:nowrap;
    }
    .footer-links a:hover{transform: translateY(-1px); border-color: rgba(255,77,46,.45)}
    .footer-bottom{
      padding-top:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .copy{
      color: rgba(255,255,255,.70);
      font-size:12px;
      font-weight:800;
      line-height:1.6;
    }
    .to-top{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      color: rgba(255,255,255,.92);
      cursor:pointer;
      font-weight:1000;
      transition: transform .15s ease, border-color .15s ease;
    }
    .to-top:hover{transform: translateY(-1px); border-color: rgba(255,77,46,.45)}
    .to-top svg{width:18px; height:18px}

    .float-kefu{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:90;
      display:flex;
      flex-direction:column;
      gap:10px;
      pointer-events:none;
    }
    .float-kefu a, .float-kefu button{
      pointer-events:auto;
    }
    .kefu-btn{
      border:none;
      cursor:pointer;
      width:54px; height:54px;
      border-radius:18px;
      background: linear-gradient(135deg, var(--orange), var(--orange2));
      color:#fff;
      display:flex; align-items:center; justify-content:center;
      box-shadow:0 24px 70px rgba(255,77,46,.35);
      border:1px solid rgba(255,255,255,.20);
      transition: transform .15s ease;
    }
    .kefu-btn:hover{transform: translateY(-2px)}
    .kefu-panel{
      width:260px;
      border-radius:22px;
      border:1px solid rgba(20,20,20,.10);
      background: rgba(255,255,255,.84);
      box-shadow:0 24px 70px rgba(17,14,11,.16);
      overflow:hidden;
      transform-origin: bottom right;
      display:none;
      animation: pop .18s ease both;
    }
    @keyframes pop{
      from{opacity:0; transform: translateY(8px) scale(.98)}
      to{opacity:1; transform: translateY(0px) scale(1)}
    }
    .kefu-panel .top{
      padding:12px 12px 10px;
      background: radial-gradient(520px 200px at 0% 0%, rgba(255,77,46,.20), transparent 60%), rgba(255,255,255,.9);
      border-bottom:1px solid rgba(20,20,20,.08);
    }
    .kefu-panel .top b{display:block; font-size:13px}
    .kefu-panel .top span{display:block; margin-top:6px; color:var(--muted); font-size:12px; line-height:1.6; font-weight:800}
    .kefu-panel .body{
      padding:10px 12px 12px;
      display:flex; flex-direction:column; gap:10px;
    }
    .kefu-panel .qr{
      padding:0;
      border:none;
      background:transparent;
      margin:0;
    }
    .kefu-panel .qr img{width:120px}
    .kefu-actions{
      display:flex; gap:10px; align-items:center; justify-content:space-between;
    }
    .mini-link{
      flex:1;
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(20,20,20,.10);
      background: rgba(255,255,255,.75);
      font-weight:1000;
      font-size:12px;
      transition: transform .15s ease, border-color .15s ease;
    }
    .mini-link:hover{transform: translateY(-1px); border-color: rgba(255,77,46,.28)}
    .mini-link.primary{
      background: rgba(255,77,46,.12);
      border-color: rgba(255,77,46,.28);
    }

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

    @media (max-width: 980px){
      .hero-inner{grid-template-columns:1fr; padding:18px}
      .trust{min-width: 0; flex:1}
      .grid-3{grid-template-columns:1fr}
      .two-col{grid-template-columns:1fr}
      .steps-grid{grid-template-columns:1fr 1fr}
      .list-grid{grid-template-columns:1fr}
      .gallery-grid{grid-template-columns:1fr}
      .article-grid{grid-template-columns:1fr}
      .comments-grid{grid-template-columns:1fr}
      .partner-grid{grid-template-columns:1fr}
      .network{grid-template-columns:1fr}
      .form-inner{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
      .footer-top{grid-template-columns:1fr}
      .nav{display:none}
      .nav-cta{display:none}
      .menu-btn{display:inline-flex}
      .mobile-panel{display:block}
    }