:root{
      --bg:#fff7f9;
      --bg2:#ffffff;
      --text:#16161d;
      --muted:#5a5a6a;
      --muted2:#7a7a8c;
      --border:rgba(22,22,29,.10);
      --card:#ffffff;
      --shadow:0 10px 30px rgba(24,18,34,.08);
      --shadow2:0 6px 18px rgba(24,18,34,.10);
      --accent:#e84b7a;
      --accent2:#ff7aa6;
      --accent3:#b12b4e;
      --accentSoft:rgba(232,75,122,.12);
      --chip:rgba(232,75,122,.10);
      --focus:rgba(232,75,122,.35);
      --ok:#118a5b;
      --warn:#b86a00;
      --radius:18px;
      --radius2:26px;
      --container:1120px;
    }

    *{ box-sizing:border-box; }
    html{ scroll-behavior:smooth; }
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 420px at 10% -10%, rgba(232,75,122,.18), transparent 55%),
        radial-gradient(820px 440px at 90% 10%, rgba(255,122,166,.16), transparent 52%),
        linear-gradient(180deg, var(--bg) 0%, var(--bg2) 65%);
      line-height:1.55;
    }

    a{ color:inherit; }
    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 20px;
    }

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

    header{
      position:sticky; top:0; z-index:60;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(255,247,249,.62);
      border-bottom:1px solid rgba(22,22,29,.06);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px; padding:14px 0;
    }
    .brand{
      display:flex; align-items:center; gap:12px; min-width:220px;
    }
    .brand .logo{
      width:40px; height:40px; display:block; border-radius:12px;
      background:linear-gradient(135deg, rgba(232,75,122,.16), rgba(232,75,122,.06));
      border:1px solid rgba(232,75,122,.18);
      padding:6px;
    }
    .brand img{
      display:block; width:100%; height:auto; max-width:100%;
      filter:saturate(1.05);
    }
    .brand-text{
      display:flex; flex-direction:column; gap:2px;
    }
    .brand-text strong{
      font-size:14px; letter-spacing:.2px;
    }
    .brand-text span{
      font-size:12px; color:var(--muted);
    }

    nav{
      display:flex; align-items:center; gap:10px;
      flex-wrap:wrap; justify-content:flex-end;
    }
    .nav-links{
      display:flex; align-items:center; gap:6px; flex-wrap:wrap; justify-content:flex-end;
    }
    .nav-links a{
      text-decoration:none;
      padding:9px 10px;
      border-radius:999px;
      font-size:13px;
      color:rgba(22,22,29,.84);
      border:1px solid transparent;
      transition:background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .nav-links a:hover{
      background:rgba(232,75,122,.10);
      border-color:rgba(232,75,122,.18);
      transform: translateY(-1px);
      color:rgba(22,22,29,.96);
    }
    .nav-cta{
      display:flex; align-items:center; gap:10px;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      border-radius:14px;
      padding:12px 14px;
      border:1px solid rgba(22,22,29,.12);
      background:rgba(255,255,255,.7);
      color:rgba(22,22,29,.92);
      text-decoration:none;
      font-weight:650;
      font-size:13.5px;
      transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
      user-select:none;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow:0 12px 22px rgba(232,75,122,.12);
      border-color:rgba(232,75,122,.25);
      background:#fff;
    }
    .btn-primary{
      border:1px solid rgba(232,75,122,.30);
      background:linear-gradient(135deg, rgba(232,75,122,.98), rgba(255,122,166,.92));
      color:#fff;
      box-shadow:0 10px 22px rgba(232,75,122,.25);
    }
    .btn-primary:hover{
      box-shadow:0 18px 32px rgba(232,75,122,.30);
      border-color:rgba(232,75,122,.35);
      background:linear-gradient(135deg, rgba(232,75,122,1), rgba(255,122,166,1));
    }
    .btn-ghost{
      border-color:rgba(232,75,122,.22);
      background:rgba(255,255,255,.55);
    }

    .menu-btn{
      display:none;
      width:44px; height:44px;
      border-radius:14px;
      border:1px solid rgba(22,22,29,.12);
      background:rgba(255,255,255,.65);
      cursor:pointer;
      align-items:center; justify-content:center;
      transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    }
    .menu-btn:hover{
      transform: translateY(-1px);
      border-color:rgba(232,75,122,.25);
      box-shadow:0 10px 18px rgba(232,75,122,.12);
    }
    .menu-icon{
      width:18px; height:14px; position:relative;
    }
    .menu-icon span{
      position:absolute; left:0; right:0; height:2px; background:rgba(22,22,29,.82); border-radius:999px;
      transition:transform .2s ease, top .2s ease, opacity .2s ease, background .2s ease;
    }
    .menu-icon span:nth-child(1){ top:0; }
    .menu-icon span:nth-child(2){ top:6px; opacity:1; }
    .menu-icon span:nth-child(3){ top:12px; }
    .menu-open .menu-icon span:nth-child(1){ top:6px; transform:rotate(45deg); }
    .menu-open .menu-icon span:nth-child(2){ opacity:0; }
    .menu-open .menu-icon span:nth-child(3){ top:6px; transform:rotate(-45deg); }

    .mobile-panel{
      display:none;
      padding:12px 0 18px;
    }
    .mobile-panel .mobile-links{
      display:grid; grid-template-columns:1fr 1fr;
      gap:10px; padding-top:10px;
    }
    .mobile-panel a{
      text-decoration:none;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.7);
      font-size:13.5px;
      transition:transform .15s ease, border-color .15s ease, box-shadow .15s ease;
    }
    .mobile-panel a:hover{
      transform: translateY(-1px);
      border-color:rgba(232,75,122,.22);
      box-shadow:0 12px 22px rgba(232,75,122,.10);
    }

    main{ padding:22px 0 18px; }

    .hero{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius2);
      background:
        radial-gradient(900px 520px at 0% 0%, rgba(232,75,122,.22), transparent 55%),
        radial-gradient(820px 520px at 100% 20%, rgba(255,122,166,.16), transparent 56%),
        linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.52));
      border:1px solid rgba(232,75,122,.14);
      box-shadow:var(--shadow);
    }
    .hero-inner{
      padding:34px 18px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }

    .eyebrow{
      display:inline-flex; align-items:center; gap:10px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(232,75,122,.10);
      border:1px solid rgba(232,75,122,.18);
      color:rgba(22,22,29,.92);
      font-weight:650;
      font-size:13px;
    }
    .eyebrow i{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      box-shadow:0 0 0 6px rgba(232,75,122,.12);
      display:inline-block;
    }

    h1{
      margin:14px 0 10px;
      font-size:36px;
      line-height:1.15;
      letter-spacing:-.4px;
    }
    .hero p{
      margin:0;
      color:var(--muted);
      font-size:15.5px;
      max-width:64ch;
    }

    .hero-actions{
      margin-top:18px;
      display:flex; flex-wrap:wrap; gap:12px; align-items:center;
    }

    .hero-badges{
      margin-top:14px;
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .badge{
      display:inline-flex; align-items:center; gap:10px;
      padding:10px 12px;
      border-radius:16px;
      background:rgba(255,255,255,.65);
      border:1px solid rgba(22,22,29,.10);
      color:rgba(22,22,29,.90);
      font-size:13.5px;
    }
    .badge .dot{
      width:10px; height:10px; border-radius:3px;
      background:linear-gradient(135deg, rgba(232,75,122,.95), rgba(255,122,166,.85));
      transform:rotate(12deg);
      box-shadow:0 0 0 6px rgba(232,75,122,.10);
    }

    .hero-right{
      position:relative;
      padding:16px;
      border-radius:22px;
      border:1px solid rgba(22,22,29,.10);
      background:
        radial-gradient(700px 420px at 20% 0%, rgba(232,75,122,.20), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.55));
      display:flex;
      flex-direction:column;
      gap:12px;
      overflow:hidden;
    }
    .hero-right::after{
      content:"";
      position:absolute; inset:auto -40px -60px auto;
      width:160px; height:160px;
      background:radial-gradient(circle at 30% 30%, rgba(232,75,122,.28), transparent 60%);
      transform:rotate(20deg);
      pointer-events:none;
    }

    .data-cards{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .data-card{
      padding:12px 12px;
      border-radius:18px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(22,22,29,.10);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:92px;
      display:flex; flex-direction:column; justify-content:space-between;
    }
    .data-card:hover{
      transform: translateY(-2px);
      box-shadow:0 16px 30px rgba(232,75,122,.14);
      border-color:rgba(232,75,122,.22);
    }
    .data-card .k{
      font-size:12.5px; color:var(--muted2);
    }
    .data-card .v{
      font-weight:850;
      font-size:20px;
      letter-spacing:-.3px;
      display:flex; align-items:baseline; gap:6px;
    }
    .data-card .v em{
      font-style:normal;
      font-size:12px;
      color:rgba(232,75,122,.95);
      font-weight:800;
    }

    .mini-workflow{
      margin-top:2px;
      padding:12px 12px;
      border-radius:18px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(22,22,29,.10);
    }
    .mini-workflow h3{
      margin:0 0 8px;
      font-size:14px;
      letter-spacing:-.2px;
    }
    .flow-steps{
      display:grid; grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .flow-pill{
      display:flex; gap:10px; align-items:flex-start;
      padding:10px 10px;
      border-radius:16px;
      background:rgba(232,75,122,.08);
      border:1px solid rgba(232,75,122,.18);
      transition:transform .2s ease;
    }
    .flow-pill:hover{ transform: translateY(-1px); }
    .flow-pill b{
      font-size:13px; line-height:1.2;
    }
    .flow-pill span{
      display:block; font-size:12.5px; color:rgba(22,22,29,.74);
      margin-top:2px;
    }
    .flow-ico{
      width:28px; height:28px; border-radius:10px;
      background:linear-gradient(135deg, rgba(232,75,122,.95), rgba(255,122,166,.9));
      color:#fff; display:flex; align-items:center; justify-content:center;
      font-weight:900;
      flex:0 0 auto;
      box-shadow:0 12px 22px rgba(232,75,122,.22);
    }

    section{
      margin-top:22px;
    }
    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
      margin:6px 0 12px;
    }
    .section-head h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.25px;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:14.5px;
      max-width:64ch;
    }

    .grid-3{
      display:grid; grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .grid-2{
      display:grid; grid-template-columns:repeat(2, 1fr);
      gap:14px;
    }
    .grid-4{
      display:grid; grid-template-columns:repeat(4, 1fr);
      gap:12px;
    }

    .card{
      background:var(--card);
      border:1px solid rgba(22,22,29,.10);
      border-radius:var(--radius);
      box-shadow: 0 10px 26px rgba(24,18,34,.06);
      padding:16px;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-3px);
      box-shadow: 0 18px 44px rgba(232,75,122,.12);
      border-color:rgba(232,75,122,.22);
    }
    .card h3{
      margin:10px 0 6px;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .card .tagrow{
      margin-top:12px;
      display:flex; flex-wrap:wrap; gap:8px;
    }
    .tag{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(232,75,122,.20);
      background:rgba(232,75,122,.08);
      color:rgba(22,22,29,.86);
      font-size:12.5px;
      font-weight:650;
      white-space:nowrap;
    }
    .tag i{
      width:8px; height:8px; border-radius:3px;
      background:linear-gradient(135deg, rgba(232,75,122,.95), rgba(255,122,166,.85));
      display:inline-block;
    }

    .service-cards .card{
      padding:18px;
      background:
        radial-gradient(600px 280px at 20% 0%, rgba(232,75,122,.18), transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
    }

    .steps{
      display:grid; grid-template-columns:repeat(4, 1fr);
      gap:12px;
    }
    .step{
      padding:14px 14px 16px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
      border:1px solid rgba(22,22,29,.10);
      border-radius:var(--radius);
      position:relative;
      overflow:hidden;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:152px;
    }
    .step:hover{
      transform: translateY(-3px);
      border-color:rgba(232,75,122,.22);
      box-shadow:0 20px 46px rgba(232,75,122,.12);
    }
    .step .num{
      width:38px; height:38px; border-radius:14px;
      background:rgba(232,75,122,.10);
      border:1px solid rgba(232,75,122,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:900;
      color:rgba(232,75,122,.95);
      letter-spacing:-.2px;
      box-shadow:0 12px 24px rgba(232,75,122,.10);
    }
    .step h3{
      margin:10px 0 8px;
      font-size:15.5px;
    }
    .step p{
      margin:0;
      color:var(--muted);
      font-size:13.8px;
    }
    .step .line{
      position:absolute; left:-40px; top:52px;
      width:120px; height:120px;
      border-radius:50%;
      border:1px dashed rgba(232,75,122,.22);
      opacity:.7;
      pointer-events:none;
    }

    .compare{
      border-radius:var(--radius2);
      padding:16px;
      background:
        radial-gradient(840px 420px at 5% 0%, rgba(232,75,122,.18), transparent 58%),
        linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.52));
      border:1px solid rgba(232,75,122,.14);
      box-shadow:var(--shadow);
    }
    .compare-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-bottom:12px;
    }
    .rating{
      display:flex; flex-direction:column; gap:6px;
      padding:14px 14px;
      border-radius:22px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.72);
      min-width:240px;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
      font-weight:900;
      color:rgba(232,75,122,.95);
      letter-spacing:-.2px;
    }
    .stars svg{ width:16px; height:16px; }
    .rating .score{
      font-size:26px; font-weight:950; letter-spacing:-.6px;
      display:flex; align-items:baseline; gap:10px;
    }
    .rating .score small{
      font-size:13px; color:var(--muted);
      font-weight:750; letter-spacing:.1px;
    }
    .rating p{
      margin:0;
      color:var(--muted);
      font-size:13.8px;
    }

    .table-wrap{
      overflow:auto;
      border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.70);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:740px;
    }
    th, td{
      padding:12px 12px;
      text-align:left;
      border-bottom:1px solid rgba(22,22,29,.08);
      vertical-align:top;
      font-size:13.8px;
    }
    th{
      background:rgba(232,75,122,.08);
      color:rgba(22,22,29,.90);
      font-weight:850;
      position:sticky; top:0;
      z-index:1;
    }
    tr:last-child td{ border-bottom:none; }
    .check{
      display:inline-flex; align-items:center; gap:8px;
      font-weight:750;
    }
    .check i{
      width:20px; height:20px; border-radius:8px;
      background:rgba(17,138,91,.10);
      border:1px solid rgba(17,138,91,.25);
      color:var(--ok);
      display:inline-flex; align-items:center; justify-content:center;
      font-style:normal;
      flex:0 0 auto;
    }
    .cross i{
      width:20px; height:20px; border-radius:8px;
      background:rgba(184,106,0,.10);
      border:1px solid rgba(184,106,0,.25);
      color:var(--warn);
      display:inline-flex; align-items:center; justify-content:center;
      font-style:normal;
      flex:0 0 auto;
    }

    .timeline{
      border-radius:var(--radius2);
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.68);
      padding:16px;
    }
    .time-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .time-item{
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.62));
    }
    .time-item h3{
      margin:0 0 6px;
      font-size:15.5px;
    }
    .time-item p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .time-top{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:6px;
    }
    .chip-time{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(232,75,122,.08);
      border:1px solid rgba(232,75,122,.18);
      color:rgba(22,22,29,.88);
      font-weight:800;
      font-size:12.5px;
      white-space:nowrap;
    }

    .case-grid{
      display:grid; grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .case{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(22,22,29,.10);
      background:
        radial-gradient(620px 260px at 10% 0%, rgba(232,75,122,.14), transparent 52%),
        rgba(255,255,255,.72);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
      min-height:220px;
      display:flex; flex-direction:column;
    }
    .case:hover{
      transform: translateY(-3px);
      border-color:rgba(232,75,122,.22);
      box-shadow:0 20px 46px rgba(232,75,122,.12);
    }
    .case .meta{
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.65);
      font-size:12.5px;
      color:rgba(22,22,29,.86);
      font-weight:700;
      white-space:nowrap;
    }
    .pill b{
      font-weight:900; color:rgba(232,75,122,.95);
    }
    .case h3{
      margin:12px 0 8px;
      font-size:16px;
    }
    .case p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .case .bullets{
      margin-top:auto;
      padding-top:12px;
      display:grid; gap:8px;
    }
    .bullet{
      display:flex; gap:10px; align-items:flex-start;
      color:rgba(22,22,29,.86);
      font-size:13.5px;
    }
    .bullet em{
      font-style:normal;
      width:22px; height:22px; border-radius:10px;
      background:rgba(232,75,122,.10);
      border:1px solid rgba(232,75,122,.18);
      display:flex; align-items:center; justify-content:center;
      color:rgba(232,75,122,.95);
      font-weight:900;
      flex:0 0 auto;
      margin-top:1px;
    }

    .article-list{
      display:grid; grid-template-columns:1fr 1fr 1fr;
      gap:14px;
    }
    .article{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.70);
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
      display:flex; flex-direction:column;
      min-height:190px;
    }
    .article:hover{
      transform: translateY(-3px);
      border-color:rgba(232,75,122,.22);
      box-shadow:0 20px 46px rgba(232,75,122,.12);
    }
    .article .a-top{
      display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px;
    }
    .article .date{
      color:var(--muted2);
      font-size:12.5px;
      font-weight:750;
    }
    .article h3{
      margin:0 0 8px;
      font-size:15.5px;
      letter-spacing:-.15px;
    }
    .article p{
      margin:0;
      color:var(--muted);
      font-size:13.8px;
    }
    .article a.read{
      margin-top:auto;
      text-decoration:none;
      color:rgba(232,75,122,.95);
      font-weight:850;
      font-size:13.5px;
      display:inline-flex; align-items:center; gap:8px;
      padding-top:12px;
    }
    .article a.read span{
      width:22px; height:22px; border-radius:10px;
      border:1px solid rgba(232,75,122,.22);
      background:rgba(232,75,122,.08);
      display:inline-flex; align-items:center; justify-content:center;
      transition:transform .2s ease;
    }
    .article:hover a.read span{ transform: translateX(3px); }

    .faq{
      border-radius:var(--radius2);
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.64);
      padding:10px;
    }
    details.faq-item{
      border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.72);
      margin:10px;
      padding:0;
      transition:box-shadow .2s ease, border-color .2s ease, transform .2s ease;
    }
    details.faq-item[open]{
      border-color:rgba(232,75,122,.22);
      box-shadow:0 20px 46px rgba(232,75,122,.12);
      transform: translateY(-1px);
    }
    summary{
      cursor:pointer;
      list-style:none;
      padding:14px 14px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
      user-select:none;
      font-weight:850;
      letter-spacing:-.12px;
    }
    summary::-webkit-details-marker{ display:none; }
    .summary-left{
      display:flex; gap:12px; align-items:flex-start;
    }
    .q-ico{
      width:28px; height:28px; border-radius:12px;
      background:rgba(232,75,122,.10);
      border:1px solid rgba(232,75,122,.18);
      color:rgba(232,75,122,.95);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      flex:0 0 auto;
      margin-top:2px;
    }
    .faq-answer{
      padding:0 14px 14px 54px;
      color:var(--muted);
      font-size:14.2px;
    }
    .chev{
      width:34px; height:34px; border-radius:14px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.65);
      display:flex; align-items:center; justify-content:center;
      transition:transform .2s ease, border-color .2s ease;
      flex:0 0 auto;
      margin-top:-4px;
    }
    details[open] .chev{
      transform: rotate(180deg);
      border-color:rgba(232,75,122,.22);
    }

    .reviews{
      display:grid; grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .review{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(22,22,29,.10);
      background:
        radial-gradient(620px 260px at 10% 0%, rgba(232,75,122,.12), transparent 52%),
        rgba(255,255,255,.70);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      min-height:210px;
      display:flex; flex-direction:column;
      gap:10px;
    }
    .review:hover{
      transform: translateY(-3px);
      border-color:rgba(232,75,122,.22);
      box-shadow:0 20px 46px rgba(232,75,122,.12);
    }
    .review .top{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
    }
    .avatar{
      width:40px; height:40px; border-radius:16px;
      border:1px solid rgba(232,75,122,.20);
      background:linear-gradient(135deg, rgba(232,75,122,.16), rgba(232,75,122,.06));
      display:flex; align-items:center; justify-content:center;
      font-weight:950; color:rgba(232,75,122,.95);
      letter-spacing:-.4px;
      flex:0 0 auto;
    }
    .review .role{
      color:var(--muted);
      font-size:13.2px;
      font-weight:800;
      white-space:nowrap;
    }
    .review .text{
      color:rgba(22,22,29,.88);
      font-size:14.2px;
      margin:0;
    }
    .review .bottom{
      margin-top:auto;
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      color:var(--muted2);
      font-size:12.8px;
      font-weight:800;
      padding-top:6px;
    }
    .satisfaction{
      display:flex; gap:6px; align-items:center;
      color:rgba(232,75,122,.95);
      font-weight:950;
    }
    .satisfaction i{
      width:10px; height:10px; border-radius:4px;
      background:linear-gradient(135deg, rgba(232,75,122,.98), rgba(255,122,166,.88));
      display:inline-block;
    }

    .network{
      display:grid; grid-template-columns:1.2fr .8fr;
      gap:14px;
      align-items:start;
    }
    .network .mapcard{
      padding:16px;
      border-radius:var(--radius2);
      border:1px solid rgba(22,22,29,.10);
      background:
        radial-gradient(820px 360px at 20% 0%, rgba(232,75,122,.15), transparent 58%),
        rgba(255,255,255,.66);
      overflow:hidden;
      position:relative;
    }
    .network .mapcard::before{
      content:"";
      position:absolute; inset:-80px -40px auto auto;
      width:220px; height:220px;
      background:radial-gradient(circle at 30% 30%, rgba(232,75,122,.22), transparent 60%);
      transform:rotate(18deg);
      pointer-events:none;
    }
    .mapgrid{
      position:relative;
      display:grid; grid-template-columns:repeat(2, 1fr);
      gap:12px;
      z-index:1;
    }
    .region{
      border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.70);
      padding:14px;
    }
    .region h3{
      margin:0 0 8px;
      font-size:15.5px;
      letter-spacing:-.15px;
    }
    .region ul{
      margin:0; padding:0;
      list-style:none;
      display:grid; gap:8px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .region li{
      display:flex; align-items:center; gap:10px;
    }
    .region li i{
      width:12px; height:12px; border-radius:5px;
      background:rgba(232,75,122,.16);
      border:1px solid rgba(232,75,122,.22);
      display:inline-block;
      flex:0 0 auto;
    }

    .price-box{
      padding:16px;
      border-radius:var(--radius2);
      border:1px solid rgba(232,75,122,.14);
      background:
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.52));
      box-shadow:var(--shadow);
    }
    .price-top{
      display:flex; justify-content:space-between; align-items:flex-start; gap:12px; flex-wrap:wrap;
      margin-bottom:10px;
    }
    .price-box h2{ margin:0; font-size:20px; }
    .price-box p{ margin:6px 0 0; color:var(--muted); font-size:14.5px; }
    .token-rows{
      display:grid; gap:10px;
      margin-top:12px;
    }
    .token-row{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.72);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .token-row:hover{
      transform: translateY(-2px);
      border-color:rgba(232,75,122,.22);
      box-shadow:0 16px 30px rgba(232,75,122,.12);
    }
    .token-left b{
      display:block;
      font-size:14.5px;
      letter-spacing:-.1px;
      margin-bottom:2px;
    }
    .token-left span{
      display:block;
      color:var(--muted);
      font-size:13.6px;
      font-weight:700;
      max-width:40ch;
    }
    .token-price{
      text-align:right;
      white-space:nowrap;
    }
    .token-price .big{
      font-weight:950;
      font-size:20px;
      letter-spacing:-.5px;
      color:rgba(232,75,122,.95);
    }
    .token-price .unit{
      display:block;
      color:var(--muted2);
      font-size:12.5px;
      font-weight:850;
      margin-top:2px;
    }

    .form-card{
      padding:16px;
      border-radius:var(--radius2);
      border:1px solid rgba(22,22,29,.10);
      background:
        radial-gradient(880px 320px at 15% 0%, rgba(232,75,122,.18), transparent 58%),
        rgba(255,255,255,.66);
      box-shadow:var(--shadow);
    }
    form{
      display:grid; gap:12px;
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    form .full{ grid-column:1 / -1; }
    label{
      display:flex; flex-direction:column; gap:8px;
      font-size:13.5px;
      font-weight:800;
      color:rgba(22,22,29,.88);
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(22,22,29,.12);
      padding:12px 12px;
      background:rgba(255,255,255,.75);
      color:rgba(22,22,29,.92);
      font-size:14px;
      outline:none;
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    textarea{ min-height:110px; resize:vertical; }
    input:focus, select:focus, textarea:focus{
      border-color:rgba(232,75,122,.35);
      box-shadow:0 0 0 4px var(--focus);
    }
    .form-actions{
      grid-column:1 / -1;
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:2px;
    }
    .hint{
      color:var(--muted2);
      font-size:13px;
      font-weight:750;
      max-width:52ch;
    }
    .fine{
      margin:0;
      color:var(--muted2);
      font-size:12.5px;
      font-weight:750;
    }

    footer{
      margin-top:26px;
      background:linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.78));
      border-top:1px solid rgba(22,22,29,.08);
    }
    .footer-inner{
      padding:18px 0 12px;
    }
    .footer-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap;
      padding-bottom:14px;
      border-bottom:1px solid rgba(22,22,29,.08);
    }
    .footer-brand{
      display:flex; gap:12px; align-items:flex-start;
      max-width:52ch;
    }
    .footer-brand .f-logo{
      width:44px; height:44px; border-radius:16px;
      border:1px solid rgba(232,75,122,.20);
      background:rgba(232,75,122,.10);
      padding:6px;
      flex:0 0 auto;
    }
    .footer-brand img{ width:100%; height:auto; display:block; }
    .footer-brand strong{
      display:block; font-size:14.5px; letter-spacing:-.1px;
      margin-bottom:6px;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
    }
    .footer-links{
      display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end;
    }
    .footer-links a{
      text-decoration:none;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.68);
      font-size:13.5px;
      font-weight:800;
      color:rgba(22,22,29,.88);
      transition:transform .15s ease, border-color .15s ease, box-shadow .15s ease;
      white-space:nowrap;
    }
    .footer-links a:hover{
      transform: translateY(-1px);
      border-color:rgba(232,75,122,.22);
      box-shadow:0 12px 22px rgba(232,75,122,.10);
    }

    .footer-bottom{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      padding:12px 0 2px;
    }
    .copyright{
      color:var(--muted2);
      font-size:12.8px;
      font-weight:800;
    }
    .friend{
      display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end;
    }
    .friend a{
      text-decoration:none;
      color:rgba(232,75,122,.95);
      font-size:12.8px;
      font-weight:850;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(232,75,122,.20);
      background:rgba(232,75,122,.08);
      transition:transform .15s ease;
      white-space:nowrap;
    }
    .friend a:hover{ transform: translateY(-1px); }

    .to-top{
      position:fixed; right:16px; bottom:16px;
      width:46px; height:46px; border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 18px 40px rgba(24,18,34,.10);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .15s ease, opacity .2s ease, border-color .2s ease;
      opacity:0; pointer-events:none;
      z-index:70;
    }
    .to-top.show{
      opacity:1; pointer-events:auto;
    }
    .to-top:hover{
      transform: translateY(-2px);
      border-color:rgba(232,75,122,.22);
    }
    .to-top svg{ width:20px; height:20px; }

    .float-kefu{
      position:fixed;
      left:16px; bottom:16px;
      z-index:70;
      display:flex; flex-direction:column; gap:10px;
    }
    .kefu-btn{
      display:flex; align-items:center; gap:10px;
      padding:12px 12px;
      border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 18px 40px rgba(24,18,34,.10);
      cursor:pointer;
      transition:transform .15s ease, border-color .15s ease;
      user-select:none;
    }
    .kefu-btn:hover{
      transform: translateY(-2px);
      border-color:rgba(232,75,122,.22);
    }
    .kefu-ico{
      width:34px; height:34px; border-radius:14px;
      background:linear-gradient(135deg, rgba(232,75,122,.95), rgba(255,122,166,.9));
      color:#fff;
      display:flex; align-items:center; justify-content:center;
      box-shadow:0 14px 26px rgba(232,75,122,.22);
      flex:0 0 auto;
    }
    .kefu-text{
      display:flex; flex-direction:column; gap:2px;
      line-height:1.1;
    }
    .kefu-text b{ font-size:13.5px; }
    .kefu-text span{ font-size:12.5px; color:var(--muted2); font-weight:800; }

    .kefu-pop{
      display:none;
      width:252px;
      padding:12px;
      border-radius:22px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.86);
      box-shadow:0 22px 60px rgba(24,18,34,.16);
    }
    .kefu-pop.show{ display:block; }
    .kefu-pop .pop-head{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .kefu-pop .pop-head strong{
      font-size:13.8px; letter-spacing:-.1px;
    }
    .close-pop{
      width:34px; height:34px;
      border-radius:14px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.7);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transition:transform .15s ease, border-color .15s ease;
    }
    .close-pop:hover{ transform: translateY(-1px); border-color:rgba(232,75,122,.22); }
    .kefu-qr{
      width:100%;
      border-radius:18px;
      border:1px solid rgba(22,22,29,.10);
      background:rgba(255,255,255,.65);
      padding:10px;
    }
    .kefu-qr img{ width:100%; height:auto; display:block; border-radius:14px; }
    .kefu-pop p{
      margin:10px 2px 0;
      color:var(--muted);
      font-size:12.8px;
      font-weight:800;
      line-height:1.5;
    }

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

    @media (max-width: 980px){
      h1{ font-size:32px; }
      .hero-grid{ grid-template-columns: 1fr; }
      .hero-right{ order:2; }
      .grid-3{ grid-template-columns:1fr; }
      .grid-2{ grid-template-columns:1fr; }
      .steps{ grid-template-columns:1fr 1fr; }
      .case-grid{ grid-template-columns:1fr; }
      .article-list{ grid-template-columns:1fr; }
      .reviews{ grid-template-columns:1fr; }
      .network{ grid-template-columns:1fr; }
      .time-grid{ grid-template-columns:1fr; }
      .reviews .review{ min-height:auto; }
      .mobile-panel .mobile-links{ grid-template-columns:1fr; }
      nav{ display:none; }
      .menu-btn{ display:flex; }
      .mobile-panel{ display:block; }
      .data-cards{ grid-template-columns:1fr 1fr; }
    }
    @media (max-width: 520px){
      h1{ font-size:28px; }
      .data-cards{ grid-template-columns:1fr; }
      .steps{ grid-template-columns:1fr; }
      .hero-inner{ padding:26px 14px; }
      .hero-actions .btn{ width:100%; }
      .hero-actions{ gap:10px; }
      .container{ padding:0 14px; }
      form{ grid-template-columns:1fr; }
      .faq-answer{ padding-left:18px; }
      details.faq-item summary{ padding-right:12px; }
      .float-kefu{ left:12px; bottom:12px; }
      .kefu-pop{ width:230px; }
      .to-top{ right:12px; bottom:12px; }
      table{ min-width:660px; }
    }

    @media (prefers-reduced-motion: reduce){
      *{ scroll-behavior:auto !important; transition:none !important; animation:none !important; }
      .reveal{ opacity:1; transform:none; }
    }