:root{
      --bg0:#fff7f7;
      --bg1:#fff;
      --text:#1c1b22;
      --muted:#5b5a66;
      --muted2:#7a7987;
      --border:rgba(24,20,38,.10);
      --shadow: 0 18px 40px rgba(155,10,48,.10);
      --shadow2: 0 10px 26px rgba(20,16,33,.10);
      --red:#c60f3a;
      --red2:#e41b4f;
      --ink:#111017;
      --card:#ffffff;
      --card2:#fff1f4;
      --ring: rgba(230,23,79,.28);
      --focus: rgba(230,23,79,.35);
      --radius:16px;
      --radius2:22px;
      --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","Noto Sans SC","Hiragino Sans GB","Microsoft YaHei", sans-serif;
      color:var(--text);
      background:
        radial-gradient(900px 420px at 20% -10%, rgba(230,23,79,.18) 0%, rgba(230,23,79,0) 55%),
        radial-gradient(680px 360px at 90% 0%, rgba(198,15,58,.14) 0%, rgba(198,15,58,0) 58%),
        linear-gradient(180deg, var(--bg0) 0%, #fff 28%, #fff 100%);
      overflow-x:hidden;
    }

    a{color:inherit; text-decoration:none}
    .container{
      max-width:var(--container);
      margin:0 auto;
      padding:0 18px;
    }

    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(160%) blur(10px);
      background: rgba(255,247,247,.72);
      border-bottom:1px solid rgba(24,20,38,.08);
    }
    .topbar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:220px;
    }
    .brand .logo{
      width:34px;height:34px;
      border-radius:12px;
      background: linear-gradient(135deg, rgba(230,23,79,.18), rgba(198,15,58,.10));
      display:flex;align-items:center;justify-content:center;
      border:1px solid rgba(198,15,58,.20);
      overflow:hidden;
    }
    .brand img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
    }
    .brand .name{
      display:flex;
      flex-direction:column;
      line-height:1.1;
    }
    .brand .name strong{font-size:14px; letter-spacing:.2px}
    .brand .name span{font-size:12px; color:var(--muted); margin-top:2px}

    .nav{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .nav a{
      font-size:13px;
      color:var(--muted);
      padding:8px 10px;
      border-radius:999px;
      border:1px solid transparent;
      transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      white-space:nowrap;
    }
    .nav a:hover{
      background: rgba(230,23,79,.08);
      border-color: rgba(230,23,79,.18);
      color:#2b2330;
      transform: translateY(-1px);
    }
    .nav .cta{
      color:#fff;
      background: linear-gradient(135deg, var(--red) 0%, var(--red2) 100%);
      border-color: rgba(255,255,255,.18);
      padding:10px 14px;
      box-shadow: 0 14px 30px rgba(198,15,58,.25);
    }
    .nav .cta:hover{
      background: linear-gradient(135deg, #ab0b32 0%, #df1548 100%);
      transform: translateY(-1px);
    }

    .mobile-actions{
      display:none;
      align-items:center;
      gap:10px;
    }

    .iconbtn{
      width:42px;height:42px;
      display:inline-flex;align-items:center;justify-content:center;
      border-radius:14px;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.70);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      cursor:pointer;
    }
    .iconbtn:hover{
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(0,0,0,.06);
      border-color: rgba(198,15,58,.20);
    }
    .iconbtn svg{width:20px;height:20px; fill:#2a2634}

    .mobile-menu{
      display:none;
      border-top:1px solid rgba(24,20,38,.08);
      padding:10px 0 14px;
    }
    .mobile-menu .row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .mobile-menu a{
      font-size:13px;
      color:var(--muted);
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.75);
      flex: 1 1 calc(50% - 10px);
      text-align:center;
    }
    .mobile-menu a.cta{
      color:#fff;
      background: linear-gradient(135deg, var(--red) 0%, var(--red2) 100%);
      border-color: transparent;
      box-shadow: 0 14px 30px rgba(198,15,58,.22);
      flex: 1 1 100%;
    }

    .hero{
      padding:42px 0 22px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap:20px;
      align-items:stretch;
    }

    .hero-card{
      background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.64) 100%);
      border:1px solid rgba(198,15,58,.15);
      border-radius: var(--radius2);
      padding:26px 22px;
      box-shadow: 0 28px 70px rgba(198,15,58,.10);
      position:relative;
      overflow:hidden;
    }
    .hero-card:before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(600px 260px at 10% 0%, rgba(230,23,79,.22) 0%, rgba(230,23,79,0) 55%),
        radial-gradient(420px 220px at 70% 20%, rgba(198,15,58,.18) 0%, rgba(198,15,58,0) 60%),
        linear-gradient(135deg, rgba(255,255,255,.40), rgba(255,255,255,0));
      pointer-events:none;
      opacity:.9;
    }
    .hero-card > *{position:relative; z-index:1}

    .pillrow{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      margin-bottom:14px;
    }
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(198,15,58,.18);
      background: rgba(255,255,255,.72);
      color:#2a2634;
      font-size:12.5px;
      box-shadow: 0 10px 22px rgba(0,0,0,.04);
    }
    .pill svg{width:16px;height:16px; fill:#c60f3a}

    h1{
      margin:0 0 10px;
      font-size:30px;
      letter-spacing:-.2px;
      line-height:1.15;
    }
    .lead{
      margin:0 0 16px;
      color:var(--muted);
      font-size:14.5px;
      line-height:1.8;
      max-width:62ch;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      align-items:center;
      margin-top:14px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 14px;
      border-radius:14px;
      border:1px solid rgba(24,20,38,.12);
      background: rgba(255,255,255,.78);
      color:#221f2a;
      font-weight:650;
      font-size:14px;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
      user-select:none;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 16px 32px rgba(0,0,0,.08);
      border-color: rgba(198,15,58,.20);
    }
    .btn-primary{
      color:#fff;
      border-color: transparent;
      background: linear-gradient(135deg, var(--red) 0%, var(--red2) 100%);
      box-shadow: 0 18px 40px rgba(198,15,58,.28);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #aa0b31 0%, #df1548 100%);
      box-shadow: 0 22px 52px rgba(198,15,58,.32);
    }
    .btn svg{width:18px;height:18px; fill:currentColor}

    .hero-note{
      margin-top:16px;
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:12px 12px;
      border-radius: 16px;
      border:1px dashed rgba(198,15,58,.22);
      background: rgba(255,255,255,.58);
    }
    .hero-note .dot{
      width:10px;height:10px;border-radius:50%;
      margin-top:6px;
      background: radial-gradient(circle at 30% 30%, #ff6b8a 0%, #c60f3a 60%, #8b082a 100%);
      box-shadow: 0 0 0 5px rgba(230,23,79,.14);
      flex:0 0 auto;
    }
    .hero-note b{font-size:13px}
    .hero-note p{
      margin:2px 0 0;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.65;
    }

    .hero-side{
      display:flex;
      flex-direction:column;
      gap:14px;
    }

    .statboard{
      background: rgba(255,255,255,.74);
      border:1px solid rgba(24,20,38,.10);
      border-radius: var(--radius2);
      padding:18px 16px;
      box-shadow: var(--shadow2);
      overflow:hidden;
      position:relative;
    }
    .statboard:after{
      content:"";
      position:absolute;
      right:-90px; top:-120px;
      width:240px; height:240px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(230,23,79,.26) 0%, rgba(230,23,79,0) 62%);
      pointer-events:none;
    }

    .stat-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      position:relative; z-index:1;
    }
    .stat{
      border-radius:16px;
      padding:12px 12px;
      border:1px solid rgba(198,15,58,.14);
      background: linear-gradient(180deg, rgba(255,241,244,.75) 0%, rgba(255,255,255,.60) 100%);
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .stat:hover{
      transform: translateY(-2px);
      border-color: rgba(198,15,58,.25);
      box-shadow: 0 16px 30px rgba(198,15,58,.12);
    }
    .stat .k{
      font-size:20px;
      font-weight:850;
      letter-spacing:-.3px;
    }
    .stat .v{
      margin-top:6px;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.4;
    }

    .side-list{
      background: rgba(255,255,255,.70);
      border:1px solid rgba(24,20,38,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: var(--shadow2);
    }
    .side-list h3{
      margin:0 0 10px;
      font-size:14.5px;
      color:#2b2330;
      letter-spacing:.2px;
    }
    .chips{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .chip{
      font-size:12.5px;
      color:#2b2330;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.78);
      padding:9px 10px;
      border-radius: 999px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .chip:hover{
      transform: translateY(-1px);
      border-color: rgba(198,15,58,.22);
      background: rgba(255,241,244,.78);
    }

    section{padding: 26px 0;}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:16px;
    }
    .section-head h2{
      margin:0;
      font-size:20px;
      letter-spacing:-.2px;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.7;
      max-width:60ch;
    }

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

    .card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(24,20,38,.10);
      border-radius: var(--radius);
      padding:16px 14px;
      box-shadow: 0 10px 22px rgba(0,0,0,.04);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-2px);
      border-color: rgba(198,15,58,.22);
      box-shadow: 0 18px 40px rgba(0,0,0,.08);
    }
    .card .top{
      display:flex;
      gap:12px;
      align-items:flex-start;
      margin-bottom:10px;
    }
    .icon{
      width:40px;height:40px;border-radius:14px;
      background: linear-gradient(135deg, rgba(230,23,79,.18) 0%, rgba(198,15,58,.08) 100%);
      border:1px solid rgba(198,15,58,.18);
      display:flex;align-items:center;justify-content:center;
      flex:0 0 auto;
    }
    .icon svg{width:20px;height:20px; fill:#c60f3a}
    .card h3{
      margin:0;
      font-size:14.8px;
      letter-spacing:.1px;
    }
    .card p{
      margin:8px 0 0;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.75;
    }
    .list{
      margin:10px 0 0;
      padding:0;
      list-style:none;
      display:flex; flex-direction:column; gap:10px;
    }
    .list li{
      display:flex; gap:10px; align-items:flex-start;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .tick{
      width:18px;height:18px;border-radius:6px;
      background: rgba(230,23,79,.12);
      border:1px solid rgba(230,23,79,.22);
      display:inline-flex; align-items:center; justify-content:center;
      margin-top:2px;
      flex:0 0 auto;
    }
    .tick svg{width:12px;height:12px; fill:#c60f3a}

    .timeline{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .step{
      border-radius: var(--radius);
      padding:14px 13px;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(24,20,38,.10);
      box-shadow: 0 10px 22px rgba(0,0,0,.04);
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, border-color .18s ease;
      min-width:0;
    }
    .step:before{
      content:"";
      position:absolute;
      left:-20px; top:-25px;
      width:90px; height:90px;
      border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(230,23,79,.20) 0%, rgba(230,23,79,0) 60%);
      pointer-events:none;
    }
    .step .n{
      display:flex; align-items:center; justify-content:space-between;
      gap:10px;
      position:relative;
      z-index:1;
    }
    .badge{
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px;
      border:1px solid rgba(198,15,58,.18);
      background: rgba(255,241,244,.70);
      padding:8px 10px;
      font-size:12px;
      color:#2b2330;
      font-weight:700;
      white-space:nowrap;
    }
    .badge .bar{
      width:8px;height:8px;border-radius:3px;
      background: linear-gradient(135deg, var(--red) 0%, var(--red2) 100%);
      box-shadow: 0 0 0 5px rgba(230,23,79,.12);
    }
    .step h3{
      margin:10px 0 6px;
      font-size:14.6px;
      position:relative; z-index:1;
    }
    .step p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
      position:relative; z-index:1;
    }

    .compare{
      border-radius: var(--radius2);
      background: rgba(255,255,255,.78);
      border:1px solid rgba(24,20,38,.10);
      box-shadow: 0 18px 50px rgba(0,0,0,.05);
      overflow:hidden;
    }
    .compare-head{
      padding:14px 16px;
      border-bottom:1px solid rgba(24,20,38,.08);
      background: linear-gradient(135deg, rgba(230,23,79,.10), rgba(255,255,255,0));
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      flex-wrap:wrap;
    }
    .rating{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
    }
    .stars{
      display:flex; gap:6px; align-items:center;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(198,15,58,.16);
      background: rgba(255,241,244,.72);
      font-weight:800;
    }
    .star svg{width:16px;height:16px; fill: #c60f3a}
    .rating .num{
      font-size:20px;
      font-weight:900;
      letter-spacing:-.3px;
    }
    .rating .outof{
      color:var(--muted);
      font-weight:650;
      font-size:13px;
      margin-left:2px;
    }

    .table-wrap{
      overflow:auto;
      -webkit-overflow-scrolling: touch;
    }
    table{
      width:100%;
      border-collapse:collapse;
      min-width: 760px;
      background: #fff;
    }
    th, td{
      padding:12px 12px;
      border-bottom:1px solid rgba(24,20,38,.08);
      vertical-align:top;
      font-size:13.2px;
      color: #2b2330;
      line-height:1.6;
    }
    th{
      position:sticky;
      top:0;
      background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 100%);
      z-index:1;
      font-weight:850;
      color:#1a1822;
      border-bottom:1px solid rgba(24,20,38,.10);
    }
    td.muted{color:var(--muted)}
    .mark{
      display:flex; align-items:center; gap:10px;
      padding:10px 10px;
      border-radius:14px;
      border:1px solid rgba(198,15,58,.16);
      background: rgba(255,241,244,.72);
      font-weight:800;
      max-width: 360px;
    }
    .mark svg{width:16px;height:16px; fill:#c60f3a}
    .mark.alt{
      border-color: rgba(24,20,38,.10);
      background: rgba(255,255,255,.80);
      font-weight:700;
      color:#3a3446;
    }

    .tabs{
      display:flex; gap:10px; flex-wrap:wrap;
      margin-bottom:14px;
    }
    .tab{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.78);
      color:var(--muted);
      font-weight:750;
      font-size:13px;
      cursor:pointer;
      transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
      user-select:none;
    }
    .tab:hover{transform: translateY(-1px); border-color: rgba(198,15,58,.18); color:#2b2330}
    .tab.active{
      background: linear-gradient(135deg, rgba(230,23,79,.14), rgba(255,255,255,.72));
      border-color: rgba(198,15,58,.26);
      color:#1a1822;
      box-shadow: 0 16px 30px rgba(198,15,58,.10);
    }

    .media-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }
    .media-card{
      border-radius: var(--radius2);
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.78);
      overflow:hidden;
      box-shadow: 0 18px 50px rgba(0,0,0,.05);
      display:flex;
      flex-direction:column;
    }
    .media-top{
      padding:16px 16px 12px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    .media-top h3{margin:0; font-size:14.8px}
    .media-top p{margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.7}
    .media-top .tag{
      white-space:nowrap;
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(198,15,58,.16);
      background: rgba(255,241,244,.70);
      font-size:12px;
      color:#2b2330;
      font-weight:800;
    }
    .imgbox{
      padding:0 16px 16px;
    }
    .imgbox .imgframe{
      border-radius:18px;
      border:1px solid rgba(24,20,38,.10);
      overflow:hidden;
      background: linear-gradient(180deg, rgba(230,23,79,.08), rgba(255,255,255,.70));
    }
    .imgbox img{
      width:100%;
      height:auto;
      display:block;
      object-fit:contain;
      transform: translateZ(0);
      transition: transform .35s ease;
    }
    .media-card:hover img{transform: scale(1.02)}
    .imgcaption{
      padding:0 16px 18px;
      color:var(--muted);
      font-size:12.8px;
      line-height:1.65;
    }

    .faq{
      border-radius: var(--radius2);
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 50px rgba(0,0,0,.05);
      overflow:hidden;
    }
    details{
      border-top:1px solid rgba(24,20,38,.08);
      padding:0;
    }
    details:first-child{border-top:none}
    summary{
      list-style:none;
      cursor:pointer;
      padding:14px 16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      user-select:none;
      color:#1a1822;
      font-weight:850;
      font-size:14px;
      transition: background .18s ease;
    }
    summary::-webkit-details-marker{display:none}
    details[open] summary{
      background: linear-gradient(135deg, rgba(230,23,79,.12), rgba(255,255,255,.65));
    }
    .sum-right{
      display:flex; align-items:center; gap:10px; flex:0 0 auto;
      color:var(--muted);
      font-weight:750;
      font-size:12.5px;
    }
    .chev{
      width:36px;height:36px;border-radius:14px;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.70);
      display:flex;align-items:center;justify-content:center;
      transition: transform .22s ease, border-color .18s ease;
    }
    details[open] .chev{
      transform: rotate(180deg);
      border-color: rgba(198,15,58,.22);
    }
    .chev svg{width:18px;height:18px; fill:#c60f3a}
    .faq-body{
      padding:0 16px 14px;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.85;
    }

    .reviews{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border-radius: var(--radius);
      background: rgba(255,255,255,.78);
      border:1px solid rgba(24,20,38,.10);
      box-shadow: 0 10px 22px rgba(0,0,0,.04);
      padding:16px 14px;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      min-width:0;
    }
    .review:hover{
      transform: translateY(-2px);
      border-color: rgba(198,15,58,.22);
      box-shadow: 0 18px 40px rgba(0,0,0,.08);
    }
    .review:before{
      content:"";
      position:absolute; left:-30px; top:-36px;
      width:120px;height:120px;border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(230,23,79,.20) 0%, rgba(230,23,79,0) 62%);
      pointer-events:none;
    }
    .review > *{position:relative; z-index:1}
    .review .who{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      margin-bottom:10px;
    }
    .avatar{
      width:40px;height:40px;border-radius:16px;
      background: linear-gradient(135deg, rgba(230,23,79,.18), rgba(198,15,58,.08));
      border:1px solid rgba(198,15,58,.18);
      display:flex;align-items:center;justify-content:center;
      font-weight:900;
      color:#c60f3a;
      flex:0 0 auto;
    }
    .review .role{
      display:flex; flex-direction:column;
      min-width:0;
    }
    .review .role b{font-size:14px}
    .review .role span{font-size:12.5px; color:var(--muted); margin-top:3px}
    .score{
      border-radius:999px;
      padding:8px 10px;
      border:1px solid rgba(198,15,58,.18);
      background: rgba(255,241,244,.70);
      font-weight:900;
      color:#2b2330;
      font-size:12.5px;
      white-space:nowrap;
    }
    .review p{
      margin:0;
      color:var(--muted);
      font-size:13.1px;
      line-height:1.8;
    }

    .list-grid{
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap:14px;
      align-items:start;
    }

    .articles{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
    }
    .article{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:14px 14px;
      border-radius: var(--radius);
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 22px rgba(0,0,0,.04);
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .article:hover{
      transform: translateY(-2px);
      border-color: rgba(198,15,58,.22);
      box-shadow: 0 18px 40px rgba(0,0,0,.08);
    }
    .article .l{
      min-width:0;
    }
    .article b{
      display:block;
      font-size:14.4px;
      letter-spacing:.1px;
      margin-bottom:6px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width: 56ch;
    }
    .article span{
      color:var(--muted);
      font-size:12.9px;
      line-height:1.6;
      display:block;
      max-width: 72ch;
    }
    .article .go{
      flex:0 0 auto;
      display:flex; align-items:center; gap:10px;
      color:#2b2330;
      font-weight:850;
      font-size:13px;
      padding:8px 10px;
      border-radius:14px;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.72);
      height:fit-content;
    }
    .article .go svg{width:16px;height:16px; fill:#c60f3a}

    .token-cards{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .token-card{
      border-radius: var(--radius);
      background: rgba(255,255,255,.78);
      border:1px solid rgba(24,20,38,.10);
      box-shadow: 0 10px 22px rgba(0,0,0,.04);
      padding:16px 14px;
      overflow:hidden;
      position:relative;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      min-width:0;
    }
    .token-card:hover{
      transform: translateY(-2px);
      border-color: rgba(198,15,58,.22);
      box-shadow: 0 18px 40px rgba(0,0,0,.08);
    }
    .token-card:before{
      content:"";
      position:absolute; right:-70px; top:-80px;
      width:160px;height:160px;border-radius:50%;
      background: radial-gradient(circle at 30% 30%, rgba(230,23,79,.20) 0%, rgba(230,23,79,0) 62%);
      pointer-events:none;
    }
    .token-card > *{position:relative; z-index:1}
    .token-card h3{margin:0; font-size:14.8px}
    .token-card .price{
      margin-top:10px;
      font-size:26px;
      font-weight:950;
      letter-spacing:-.6px;
      line-height:1;
    }
    .token-card .unit{font-size:12.5px; color:var(--muted); font-weight:800; margin-left:6px}
    .token-card p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.75;
    }
    .token-card .quick{
      margin-top:12px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .mini{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.74);
      color:var(--muted);
      font-weight:800;
      font-size:12.5px;
    }

    .form-card{
      border-radius: var(--radius2);
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 18px 50px rgba(0,0,0,.05);
      overflow:hidden;
    }
    .form-inner{
      padding:16px 16px 18px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .form-inner .left{
      padding-right:6px;
    }
    .form-inner h3{
      margin:0 0 8px;
      font-size:15px;
      letter-spacing:.2px;
    }
    .form-inner p{
      margin:0 0 12px;
      color:var(--muted);
      font-size:13.2px;
      line-height:1.8;
    }
    form{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:7px;
    }
    label{
      font-size:12.8px;
      color:#2b2330;
      font-weight:800;
    }
    input, select, textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(24,20,38,.12);
      background: rgba(255,255,255,.88);
      padding:11px 12px;
      font-size:14px;
      color:#1a1822;
      outline:none;
      transition: box-shadow .18s ease, border-color .18s ease;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(230,23,79,.35);
      box-shadow: 0 0 0 4px var(--focus);
    }
    .form-actions{
      display:flex; gap:10px; flex-wrap:wrap; align-items:center;
      margin-top:4px;
    }
    .helper{
      color:var(--muted2);
      font-size:12.7px;
      line-height:1.6;
      margin:0;
      flex:1 1 260px;
    }

    .footer{
      background: linear-gradient(180deg, rgba(198,15,58,.06) 0%, rgba(255,255,255,.75) 70%, rgba(255,255,255,.95) 100%);
      border-top:1px solid rgba(24,20,38,.08);
      padding:18px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .foot-card{
      background: rgba(255,255,255,.76);
      border:1px solid rgba(24,20,38,.10);
      border-radius: var(--radius2);
      padding:16px 16px;
      box-shadow: 0 10px 22px rgba(0,0,0,.04);
    }
    .foot-card h3{margin:0 0 8px; font-size:14.8px}
    .foot-card p{margin:0; color:var(--muted); font-size:13.2px; line-height:1.8}
    .foot-links{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:12px;
    }
    .foot-links a{
      padding:9px 10px;
      border-radius:14px;
      border:1px solid rgba(24,20,38,.10);
      background: rgba(255,255,255,.78);
      color:var(--muted);
      font-weight:800;
      font-size:12.7px;
      transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
      white-space:nowrap;
    }
    .foot-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(198,15,58,.22);
      background: rgba(255,241,244,.78);
      color:#2b2330;
    }

    .copyright{
      margin-top:14px;
      color:var(--muted2);
      font-size:12.4px;
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      align-items:center;
    }

    .float-cs{
      position:fixed;
      right:14px;
      bottom:14px;
      z-index:60;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
    }
    .float-q{
      display:flex;
      align-items:center;
      gap:10px;
      border-radius:18px;
      padding:10px 12px;
      background: rgba(255,255,255,.86);
      border:1px solid rgba(24,20,38,.12);
      box-shadow: 0 18px 50px rgba(0,0,0,.12);
      max-width: 220px;
      transition: transform .18s ease, border-color .18s ease;
    }
    .float-q:hover{transform: translateY(-2px); border-color: rgba(198,15,58,.22)}
    .float-q .t{
      display:flex; flex-direction:column;
      gap:2px;
      min-width:0;
    }
    .float-q b{font-size:13.5px}
    .float-q span{font-size:12.2px; color:var(--muted); line-height:1.35}
    .float-btn{
      width:46px;height:46px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background: linear-gradient(135deg, var(--red) 0%, var(--red2) 100%);
      border:1px solid transparent;
      color:#fff;
      cursor:pointer;
      box-shadow: 0 18px 40px rgba(198,15,58,.30);
      transition: transform .18s ease;
    }
    .float-btn:hover{transform: translateY(-2px)}
    .float-btn svg{width:20px;height:20px; fill:#fff}

    .toast{
      position:fixed;
      left:50%;
      transform: translateX(-50%);
      bottom:16px;
      z-index:80;
      background: rgba(20,16,33,.92);
      color:#fff;
      border-radius:16px;
      padding:10px 12px;
      font-size:12.8px;
      box-shadow: 0 20px 60px rgba(0,0,0,.35);
      opacity:0;
      pointer-events:none;
      transition: opacity .18s ease, transform .18s ease;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .toast.show{
      opacity:1;
      transform: translateX(-50%) translateY(-6px);
    }
    .toast .t-dot{
      width:10px;height:10px;border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #ff7a98 0%, #c60f3a 65%, #8b082a 100%);
      box-shadow: 0 0 0 5px rgba(230,23,79,.18);
    }

    .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;
    }

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

    @media (max-width: 980px){
      .hero-grid{grid-template-columns: 1fr; }
      .nav{display:none}
      .mobile-actions{display:flex}
      .mobile-menu{display:block}
      .grid-3{grid-template-columns: 1fr}
      .grid-2{grid-template-columns: 1fr}
      .timeline{grid-template-columns: 1fr 1fr}
      .reviews{grid-template-columns: 1fr}
      .list-grid{grid-template-columns: 1fr}
      .token-cards{grid-template-columns: 1fr}
      .form-inner{grid-template-columns: 1fr}
      .media-grid{grid-template-columns: 1fr}
      .footer-grid{grid-template-columns: 1fr}
      .brand{min-width: unset}
    }

    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      .reveal{transition:none}
      .card, .step, .stat, .review, .article, .chip, .btn, .tab{transition:none}
      .float-q, .float-btn{transition:none}
    }