:root{
      --bg:#fff7fb;
      --panel:#ffffff;
      --text:#15161a;
      --muted:#5a5f6a;
      --muted2:#7b818f;
      --border:rgba(17,24,39,.12);
      --shadow:0 14px 40px rgba(17,24,39,.10);
      --shadow2:0 10px 28px rgba(17,24,39,.10);
      --brand1:#ff2fa8;
      --brand2:#7c3aed;
      --brand3:#00b7ff;
      --brand4:#ff7a18;
      --good:#12b981;
      --warn:#f59e0b;
      --danger:#ef4444;
      --ring: rgba(255,47,168,.35);
      --radius:18px;
      --radius2:14px;
      --container:1120px;
      --padX:20px;
    }

    *{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 CJK SC","Source Han Sans SC", sans-serif;
      color:var(--text);
      background:
        radial-gradient(1200px 520px at 10% -10%, rgba(255,47,168,.22), transparent 60%),
        radial-gradient(900px 460px at 92% 0%, rgba(124,58,237,.18), transparent 55%),
        radial-gradient(920px 520px at 70% 22%, rgba(0,183,255,.14), transparent 58%),
        linear-gradient(180deg, #fff7fb 0%, #ffffff 35%, #fffdfd 100%);
      min-height:100vh;
      overflow-x:hidden;
    }

    a{color:inherit; text-decoration:none}
    img{max-width:100%; height:auto; display:block}
    button, input, select, textarea{
      font:inherit;
      color:inherit;
    }

    .container{
      max-width:var(--container);
      padding:0 var(--padX);
      margin:0 auto;
    }

    /* Header */
    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(255,247,251,.62);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .topbar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:240px;
    }
    .brand-logo{
      width:44px;
      height:44px;
      border-radius:14px;
      overflow:hidden;
      box-shadow:0 10px 24px rgba(255,47,168,.18);
      border:1px solid rgba(255,47,168,.18);
      background:#fff;
      flex:0 0 auto;
    }
    .brand-logo img{
      width:100%;
      height:100%;
      object-fit:contain;
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.1;
    }
    .brand-name{
      font-weight:900;
      letter-spacing:.2px;
      font-size:14px;
    }
    .brand-sub{
      font-size:12px;
      color:var(--muted2);
      margin-top:3px;
      white-space:nowrap;
    }

    .nav{
      display:flex;
      align-items:center;
      gap:14px;
      flex:1;
      justify-content:flex-end;
      min-width:0;
    }

    .nav-links{
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .nav-link{
      font-size:13px;
      color:rgba(21,22,26,.86);
      padding:9px 10px;
      border-radius:999px;
      border:1px solid transparent;
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .nav-link:hover{
      background:rgba(255,47,168,.08);
      border-color:rgba(255,47,168,.22);
      transform: translateY(-1px);
    }

    .nav-cta{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:4px;
      flex:0 0 auto;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:11px 14px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      color:rgba(21,22,26,.92);
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(17,24,39,.10);
      border-color: rgba(255,47,168,.26);
    }
    .btn:active{
      transform: translateY(0px);
      box-shadow:none;
    }

    .btn-primary{
      background: linear-gradient(135deg, rgba(255,47,168,1) 0%, rgba(124,58,237,1) 60%, rgba(0,183,255,1) 100%);
      border-color: rgba(255,47,168,.35);
      color:#fff;
      box-shadow: 0 18px 40px rgba(124,58,237,.22);
    }
    .btn-primary:hover{
      box-shadow: 0 22px 52px rgba(124,58,237,.28);
      border-color: rgba(255,255,255,.28);
    }

    .icon-dot{
      width:9px; height:9px; border-radius:50%;
      background:rgba(255,255,255,.92);
      box-shadow: 0 0 0 6px rgba(255,255,255,.18);
    }

    .nav-mobile-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .nav-mobile-toggle:hover{
      transform: translateY(-1px);
      box-shadow: 0 12px 26px rgba(17,24,39,.10);
    }
    .burger{
      width:18px; height:14px; margin:0 auto; position:relative;
    }
    .burger span{
      position:absolute; left:0; right:0;
      height:2px; background:rgba(21,22,26,.82);
      border-radius:2px;
      transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .burger span:nth-child(1){top:1px}
    .burger span:nth-child(2){top:6px}
    .burger span:nth-child(3){top:11px}
    .nav-mobile-toggle[aria-expanded="true"] .burger span:nth-child(1){top:6px; transform: rotate(45deg)}
    .nav-mobile-toggle[aria-expanded="true"] .burger span:nth-child(2){opacity:0}
    .nav-mobile-toggle[aria-expanded="true"] .burger span:nth-child(3){top:6px; transform: rotate(-45deg)}

    .mobile-drawer{
      display:none;
      border-top:1px solid rgba(17,24,39,.08);
      padding:12px 0 16px;
    }
    .mobile-drawer .drawer-links{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .drawer-link{
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      font-size:13px;
      color:rgba(21,22,26,.88);
      transition: transform .18s ease, border-color .18s ease;
    }
    .drawer-link:hover{
      transform: translateY(-1px);
      border-color: rgba(255,47,168,.26);
    }
    .drawer-ctas{
      display:flex; gap:10px; margin-top:12px; flex-wrap:wrap;
    }

    /* Hero */
    .hero{
      padding:34px 0 18px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap:18px;
      align-items:stretch;
    }

    .hero-left{
      padding:22px 0;
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(255,47,168,.25);
      background: rgba(255,47,168,.07);
      color: rgba(21,22,26,.88);
      font-size:13px;
      font-weight:700;
    }
    .kicker i{
      width:18px; height:18px; border-radius:6px;
      background: linear-gradient(135deg, rgba(255,47,168,1), rgba(124,58,237,1));
      display:inline-flex; align-items:center; justify-content:center;
      box-shadow: 0 12px 26px rgba(255,47,168,.18);
    }
    .kicker i svg{width:12px; height:12px; color:#fff}

    h1{
      margin:14px 0 10px;
      font-size:42px;
      line-height:1.15;
      letter-spacing:-.5px;
      font-weight:950;
    }
    .hero-desc{
      margin:0;
      color:var(--muted);
      font-size:15.5px;
      line-height:1.8;
      max-width:62ch;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:16px;
      align-items:center;
    }
    .hero-mini{
      display:flex;
      gap:12px;
      margin-top:18px;
      flex-wrap:wrap;
      align-items:stretch;
    }
    .mini-chip{
      flex:1 1 220px;
      min-width:220px;
      padding:12px 14px;
      border-radius:16px;
      background: rgba(255,255,255,.72);
      border:1px solid rgba(17,24,39,.10);
      box-shadow: 0 10px 30px rgba(17,24,39,.06);
      display:flex;
      gap:12px;
      align-items:flex-start;
      transition: transform .18s ease, border-color .18s ease;
    }
    .mini-chip:hover{
      transform: translateY(-2px);
      border-color: rgba(255,47,168,.25);
    }
    .mini-badge{
      width:34px; height:34px;
      border-radius:12px;
      background: linear-gradient(135deg, rgba(255,47,168,.20), rgba(124,58,237,.16), rgba(0,183,255,.16));
      border:1px solid rgba(255,47,168,.22);
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
    }
    .mini-badge svg{width:18px; height:18px; color: rgba(124,58,237,.95)}
    .mini-title{
      font-weight:900;
      font-size:13.5px;
      margin:1px 0 2px;
    }
    .mini-text{
      margin:0;
      font-size:12.8px;
      color:var(--muted2);
      line-height:1.5;
    }

    .hero-right{
      position:relative;
    }
    .hero-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius);
      box-shadow: var(--shadow);
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:12px;
      height:100%;
      overflow:hidden;
    }
    .hero-card::before{
      content:"";
      position:absolute;
      inset:-120px -120px auto auto;
      width:260px; height:260px;
      background: radial-gradient(circle at 30% 30%, rgba(255,47,168,.35), transparent 60%),
                  radial-gradient(circle at 70% 70%, rgba(124,58,237,.25), transparent 60%);
      transform: rotate(10deg);
      pointer-events:none;
    }
    .hero-card-top{
      position:relative;
      display:flex;
      gap:12px;
      align-items:flex-start;
      justify-content:space-between;
    }
    .status{
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    .status .label{
      display:flex; align-items:center; gap:10px;
      font-size:13px;
      color:rgba(21,22,26,.88);
      font-weight:800;
    }
    .pulse{
      width:10px; height:10px; border-radius:50%;
      background: var(--good);
      box-shadow: 0 0 0 0 rgba(18,185,129,.32);
      animation: pulse 2.1s ease-in-out infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(18,185,129,.25)}
      55%{box-shadow:0 0 0 10px rgba(18,185,129,0)}
      100%{box-shadow:0 0 0 0 rgba(18,185,129,0)}
    }

    .status .value{
      font-size:34px;
      font-weight:950;
      letter-spacing:-.7px;
      line-height:1.1;
    }
    .status .sub{
      font-size:12.8px;
      color:var(--muted2);
      line-height:1.4;
    }

    .hero-seg{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      position:relative;
    }
    .seg-item{
      padding:12px;
      border-radius:16px;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      transition: transform .18s ease, border-color .18s ease;
    }
    .seg-item:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.26);
    }
    .seg-title{
      font-size:12.8px;
      color:var(--muted2);
      font-weight:700;
      display:flex;
      align-items:center;
      gap:8px;
    }
    .seg-title svg{width:14px; height:14px; color: rgba(124,58,237,.95)}
    .seg-value{
      margin-top:8px;
      font-size:18px;
      font-weight:950;
      letter-spacing:-.3px;
    }
    .seg-foot{
      margin-top:6px;
      font-size:12px;
      color:var(--muted2);
      line-height:1.4;
    }

    .hero-card-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      position:relative;
    }

    .link-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      font-weight:800;
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease;
    }
    .link-chip:hover{
      transform: translateY(-1px);
      border-color: rgba(255,47,168,.26);
    }
    .link-chip svg{width:16px; height:16px; color: rgba(255,47,168,.95)}

    /* Sections */
    section{
      padding:28px 0;
    }
    .section-title{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .section-title h2{
      margin:0;
      font-size:26px;
      letter-spacing:-.4px;
      font-weight:950;
      line-height:1.2;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      max-width:52ch;
    }

    .grid-2{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
    }
    .grid-3{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .grid-4{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }

    .card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius);
      padding:16px;
      box-shadow: 0 10px 26px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform: translateY(-3px);
      box-shadow: var(--shadow2);
      border-color: rgba(255,47,168,.22);
    }
    .card h3{
      margin:0 0 8px;
      font-size:16px;
      font-weight:950;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color:var(--muted);
      font-size:13.8px;
      line-height:1.7;
    }

    .tag-row{
      display:flex; flex-wrap:wrap; gap:8px; margin-top:12px;
      position:relative;
    }
    .tag{
      font-size:12px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.78);
      color: rgba(21,22,26,.86);
    }
    .tag.hot{
      border-color: rgba(255,47,168,.24);
      background: rgba(255,47,168,.08);
      color: rgba(124,58,237,.96);
      font-weight:800;
    }

    .split{
      display:grid;
      grid-template-columns: .95fr 1.05fr;
      gap:16px;
      align-items:start;
    }

    .timeline{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .step{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.78);
      transition: transform .18s ease, border-color .18s ease;
    }
    .step:hover{
      transform: translateY(-2px);
      border-color: rgba(124,58,237,.25);
    }
    .step-num{
      width:36px; height:36px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:950;
      color:#fff;
      background: linear-gradient(135deg, rgba(255,47,168,1), rgba(124,58,237,1));
      flex:0 0 auto;
      box-shadow: 0 16px 34px rgba(124,58,237,.22);
    }
    .step-body h3{
      margin:0 0 6px;
      font-size:15px;
      font-weight:950;
    }
    .step-body p{
      margin:0;
      color:var(--muted);
      font-size:13.6px;
      line-height:1.7;
    }

    /* Comparison table */
    .table-wrap{
      overflow:auto;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 26px rgba(17,24,39,.06);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:860px;
    }
    th, td{
      padding:14px 14px;
      border-bottom:1px solid rgba(17,24,39,.08);
      vertical-align:top;
      font-size:13.6px;
      line-height:1.6;
    }
    th{
      text-align:left;
      font-weight:950;
      color: rgba(21,22,26,.92);
      background: linear-gradient(180deg, rgba(255,47,168,.10), rgba(255,255,255,.0));
    }
    tr:last-child td{border-bottom:none}
    .score{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .stars{
      display:flex; gap:3px; align-items:center;
    }
    .star{
      width:16px; height:16px;
      display:inline-block;
      background: conic-gradient(from 0deg, rgba(245,158,11,1), rgba(255,47,168,.9));
      -webkit-mask: radial-gradient(circle at 30% 30%, #000 0 65%, transparent 66%) 0 0 / 100% 100%;
      mask: radial-gradient(circle at 30% 30%, #000 0 65%, transparent 66%) 0 0 / 100% 100%;
      transform: rotate(45deg);
      opacity:.0; /* fallback unused */
    }
    .star svg{width:16px; height:16px; color: #f59e0b}
    .pill{
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(255,47,168,.22);
      background: rgba(255,47,168,.08);
      font-weight:900;
      color: rgba(124,58,237,.96);
      white-space:nowrap;
    }
    .yes{
      display:flex; gap:10px; align-items:flex-start;
      font-weight:900;
    }
    .yes svg{width:18px; height:18px; color: var(--good); flex:0 0 auto; margin-top:2px}
    .no{
      display:flex; gap:10px; align-items:flex-start;
      font-weight:800;
      color: rgba(21,22,26,.78);
    }
    .no svg{width:18px; height:18px; color: rgba(239,68,68,.95); flex:0 0 auto; margin-top:2px}

    /* FAQ */
    .faq{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      align-items:start;
    }
    details.faq-item{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      border-radius:16px;
      padding:14px 14px;
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      box-shadow: 0 10px 26px rgba(17,24,39,.05);
    }
    details.faq-item:hover{
      transform: translateY(-2px);
      border-color: rgba(255,47,168,.24);
      box-shadow: var(--shadow2);
    }
    details.faq-item summary{
      cursor:pointer;
      list-style:none;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:2px 0;
      user-select:none;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-q{
      font-weight:950;
      font-size:14.2px;
      line-height:1.45;
    }
    .faq-ic{
      width:28px; height:28px;
      border-radius:12px;
      border:1px solid rgba(17,24,39,.10);
      background: #fff;
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      transition: transform .18s ease, border-color .18s ease;
    }
    details[open] .faq-ic{
      transform: rotate(45deg);
      border-color: rgba(255,47,168,.26);
    }
    .faq-ic svg{width:16px; height:16px; color: rgba(124,58,237,.95)}
    .faq-a{
      color:var(--muted);
      font-size:13.6px;
      line-height:1.8;
      margin-top:10px;
      padding-top:10px;
      border-top:1px dashed rgba(17,24,39,.10);
    }

    /* Reviews */
    .review-card{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 26px rgba(17,24,39,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
      overflow:hidden;
    }
    .review-card::after{
      content:"";
      position:absolute;
      inset:auto -60px -80px auto;
      width:160px; height:160px;
      background: radial-gradient(circle at 30% 30%, rgba(0,183,255,.22), transparent 62%),
                  radial-gradient(circle at 70% 70%, rgba(255,47,168,.18), transparent 60%);
      transform: rotate(-12deg);
      pointer-events:none;
    }
    .review-card:hover{
      transform: translateY(-3px);
      border-color: rgba(0,183,255,.24);
      box-shadow: var(--shadow2);
    }
    .review-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      position:relative;
    }
    .review-person{
      display:flex; gap:12px; align-items:center;
    }
    .avatar{
      width:40px; height:40px; border-radius:16px;
      background: linear-gradient(135deg, rgba(255,47,168,.25), rgba(124,58,237,.18), rgba(0,183,255,.18));
      border:1px solid rgba(255,47,168,.18);
      display:flex; align-items:center; justify-content:center;
      font-weight:950;
      color: rgba(124,58,237,.95);
      flex:0 0 auto;
    }
    .review-name{
      font-weight:950;
      line-height:1.25;
      font-size:14px;
      margin:0;
    }
    .review-role{
      margin:2px 0 0;
      color:var(--muted2);
      font-size:12.8px;
      line-height:1.4;
    }
    .review-body{
      margin-top:12px;
      color:var(--muted);
      font-size:13.6px;
      line-height:1.8;
      position:relative;
    }
    .review-stars{
      display:flex; gap:3px; align-items:center;
      position:relative;
    }
    .review-stars svg{width:16px; height:16px; color:#f59e0b}

    /* Article list */
    .article-list{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .article-item{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:14px;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.78);
      transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .article-item:hover{
      transform: translateY(-2px);
      border-color: rgba(255,47,168,.24);
      box-shadow: 0 14px 30px rgba(17,24,39,.10);
    }
    .article-left{
      display:flex;
      gap:12px;
      align-items:flex-start;
      min-width:0;
    }
    .article-dot{
      width:38px; height:38px;
      border-radius:14px;
      background: linear-gradient(135deg, rgba(255,47,168,.22), rgba(124,58,237,.18), rgba(0,183,255,.16));
      border:1px solid rgba(255,47,168,.20);
      display:flex; align-items:center; justify-content:center;
      flex:0 0 auto;
    }
    .article-dot svg{width:18px; height:18px; color: rgba(124,58,237,.95)}
    .article-title{
      margin:0;
      font-weight:950;
      font-size:14.6px;
      line-height:1.45;
      white-space:normal;
    }
    .article-meta{
      margin-top:6px;
      color:var(--muted2);
      font-size:12.6px;
      line-height:1.4;
    }
    .article-right{
      flex:0 0 auto;
      display:flex;
      gap:10px;
      align-items:center;
    }
    .article-link{
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      font-weight:900;
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease;
      white-space:nowrap;
    }
    .article-link:hover{
      transform: translateY(-1px);
      border-color: rgba(0,183,255,.26);
    }

    /* Form */
    .form-card{
      padding:18px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(700px 260px at 20% -20%, rgba(255,47,168,.16), transparent 60%),
        radial-gradient(560px 240px at 90% 0%, rgba(124,58,237,.14), transparent 60%),
        rgba(255,255,255,.80);
      box-shadow: 0 18px 46px rgba(124,58,237,.10);
    }
    .form-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .field{
      display:flex; flex-direction:column; gap:8px;
    }
    label{
      font-size:13px;
      color: rgba(21,22,26,.88);
      font-weight:900;
    }
    input, select, textarea{
      border-radius:14px;
      border:1px solid rgba(17,24,39,.12);
      background:#fff;
      padding:12px 12px;
      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(255,47,168,.35);
      box-shadow: 0 0 0 6px var(--ring);
    }
    .form-actions{
      display:flex;
      gap:12px;
      align-items:center;
      justify-content:space-between;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .form-note{
      color:var(--muted2);
      font-size:12.8px;
      line-height:1.5;
      margin:0;
      max-width:52ch;
    }

    /* Footer */
    footer{
      padding:26px 0 18px;
      background: linear-gradient(180deg, rgba(255,47,168,.06), rgba(255,255,255,.0));
      border-top:1px solid rgba(17,24,39,.08);
    }
    .footer-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:16px;
      align-items:start;
    }
    .footer-card{
      background: rgba(255,255,255,.78);
      border:1px solid rgba(17,24,39,.10);
      border-radius:var(--radius);
      padding:16px;
      box-shadow: 0 10px 26px rgba(17,24,39,.06);
    }
    .footer-title{
      margin:0 0 10px;
      font-weight:950;
      letter-spacing:-.2px;
      font-size:16px;
    }
    .footer-links{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .footer-links a{
      padding:9px 11px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background:#fff;
      font-weight:900;
      font-size:13px;
      transition: transform .18s ease, border-color .18s ease;
      color: rgba(21,22,26,.90);
    }
    .footer-links a:hover{
      transform: translateY(-1px);
      border-color: rgba(255,47,168,.26);
    }

    .footer-bottom{
      margin-top:12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      color:rgba(21,22,26,.72);
      font-size:12.6px;
    }
    .footer-copy{
      display:flex; align-items:center; gap:10px; flex-wrap:wrap;
    }
    .sep{
      width:6px; height:6px; border-radius:50%;
      background: rgba(21,22,26,.25);
      display:inline-block;
    }

    /* Floating */
    .float-wrap{
      position:fixed;
      right:16px;
      bottom:16px;
      z-index:60;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .float-btn{
      width:48px; height:48px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.86);
      box-shadow: 0 14px 30px rgba(17,24,39,.10);
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position:relative;
    }
    .float-btn:hover{
      transform: translateY(-2px);
      border-color: rgba(255,47,168,.26);
      box-shadow: 0 18px 44px rgba(17,24,39,.14);
    }
    .float-btn svg{width:20px; height:20px; color: rgba(124,58,237,.95)}
    .toast{
      position:absolute;
      right:58px;
      bottom:10px;
      background: rgba(21,22,26,.92);
      color:#fff;
      border-radius:14px;
      padding:10px 12px;
      font-size:12.6px;
      box-shadow: 0 22px 52px rgba(0,0,0,.25);
      opacity:0;
      transform: translateX(6px);
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
      white-space:nowrap;
    }
    .float-btn.show .toast{
      opacity:1;
      transform: translateX(0);
    }

    /* Responsive */
    @media (max-width: 980px){
      h1{font-size:34px}
      .hero-grid{grid-template-columns:1fr; gap:14px}
      .hero-right{order:2}
      .hero-left{order:1}
      .grid-3{grid-template-columns:1fr}
      .grid-4{grid-template-columns:1fr 1fr}
      .grid-2{grid-template-columns:1fr}
      .split{grid-template-columns:1fr}
      .faq{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      table{min-width:720px}
    }
    @media (max-width: 820px){
      .nav-links{display:none}
      .nav-cta{display:none}
      .nav-mobile-toggle{display:inline-flex; align-items:center; justify-content:center}
      .mobile-drawer{display:block}
      .mobile-drawer[data-open="false"]{display:none}
    }
    @media (prefers-reduced-motion: reduce){
      *{animation:none !important; transition:none !important; scroll-behavior:auto !important}
    }