
    :root{
      --bg:#f4f9ff;
      --panel:#ffffff;
      --card:#ffffff;
      --ink:#0b1730;
      --muted:#4b607a;
      --line:#dbe7f5;
      --brand:#1f6feb;
      --brand2:#7dc3ff;
      --brandSoft:#eaf4ff;
      --ok:#0ea5e9;
      --shadow:0 18px 55px rgba(2,6,23,.10);
      --radius:18px;
      --radius2:24px;
      --max:1180px;
    }
    *{box-sizing:border-box}
    html,body{margin:0;padding:0}
    body{
      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;
      color:var(--ink);
      background:
        radial-gradient(1100px 520px at 18% 0%, rgba(125,195,255,.35), transparent 65%),
        radial-gradient(900px 520px at 85% 10%, rgba(31,111,235,.22), transparent 60%),
        linear-gradient(180deg, #f7fbff 0%, var(--bg) 100%);
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    .wrap{max-width:var(--max);margin:0 auto;padding:0 18px}
    .topbar{
      position:sticky;top:0;z-index:20;
      backdrop-filter: blur(10px);
      background:rgba(244,249,255,.72);
      border-bottom:1px solid rgba(219,231,245,.75);
    }
    .topbar .in{
      display:flex;align-items:center;justify-content:space-between;
      padding:12px 0;gap:12px;
    }
    .brand{
      display:flex;align-items:center;gap:10px;font-weight:800;
      letter-spacing:.2px;
    }
    .logo{
      width:38px;height:38px;border-radius:12px;
      background:linear-gradient(135deg,var(--brand),var(--brand2));
      box-shadow:0 10px 25px rgba(31,111,235,.25);
    }
    .nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
    .nav a{color:var(--muted);font-weight:700;font-size:13px;padding:8px 10px;border-radius:12px}
    .nav a:hover{background:rgba(31,111,235,.08);color:var(--ink)}
    .cta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;
      gap:10px;padding:10px 14px;border-radius:14px;
      font-weight:800;border:1px solid rgba(31,111,235,.18);
      background:linear-gradient(135deg, rgba(31,111,235,.95), rgba(125,195,255,.95));
      color:#fff;box-shadow:0 16px 38px rgba(31,111,235,.20);
      transition:transform .15s ease, box-shadow .15s ease;
      font-size:13px;
    }
    .btn:hover{transform:translateY(-1px);box-shadow:0 18px 45px rgba(31,111,235,.25)}
    .btn.ghost{
      background:rgba(255,255,255,.75);
      color:var(--ink);
      border:1px solid rgba(219,231,245,1);
      box-shadow:none;
    }
    .btn.ghost:hover{background:#fff}

    /* Hero */
    .hero{padding:34px 0 18px}
    .grid-hero{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .heroCard{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(219,231,245,.95);
      border-radius:var(--radius2);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .heroCard .pad{padding:26px}
    .kicker{
      display:inline-flex;gap:8px;align-items:center;
      padding:7px 10px;border-radius:999px;
      background:rgba(31,111,235,.10);
      border:1px solid rgba(31,111,235,.18);
      color:var(--ink);
      font-weight:900;
      font-size:12px;
    }
    .h1{
      font-family:"Playfair Display", serif;
      font-size:44px;line-height:1.05;
      margin:12px 0 10px;letter-spacing:.2px;
    }
    .sub{
      color:var(--muted);
      font-size:15px;line-height:1.65;
      margin:0 0 16px;max-width:62ch;
    }
    .pillRow{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 2px}
    .pill{
      display:inline-flex;align-items:center;gap:8px;
      padding:9px 10px;border-radius:14px;
      background:rgba(234,244,255,.9);
      border:1px solid rgba(219,231,245,1);
      color:var(--ink);
      font-weight:800;font-size:13px;
    }
    .dot{
      width:9px;height:9px;border-radius:50%;
      background:linear-gradient(135deg,var(--brand),var(--brand2));
    }
    .note{font-size:12px;color:var(--muted);line-height:1.55;margin:0}

    /* Sections */
    section{padding:18px 0}
    .secTitle{
      display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
      margin:8px 0 12px;
    }
    .secTitle h2{margin:0;font-size:22px;letter-spacing:.2px}
    .secTitle p{margin:0;color:var(--muted);font-size:13px;max-width:70ch;line-height:1.55}

    .cards{
      display:grid;
      grid-template-columns: repeat(12, 1fr);
      gap:12px;
    }
    .card{
      grid-column: span 4;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(219,231,245,.95);
      border-radius:18px;
      box-shadow:0 16px 40px rgba(2,6,23,.06);
      padding:16px;
    }
    .card h3{margin:0 0 8px;font-size:15px}
    .card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
    .list{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:8px}
    .list li{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:13px;line-height:1.55}
    .chk{
      width:18px;height:18px;border-radius:6px;
      background:rgba(14,165,233,.14);
      border:1px solid rgba(14,165,233,.25);
      flex:0 0 18px;position:relative;top:1px;
    }
    .chk:after{
      content:"";position:absolute;left:5px;top:3px;
      width:6px;height:10px;border:2px solid rgba(14,165,233,.95);
      border-top:0;border-left:0;transform:rotate(45deg);
    }

    /* Media (images) */
    figure.media{
      margin:0;
      background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(234,244,255,.82));
      border:1px solid rgba(219,231,245,.95);
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 16px 40px rgba(2,6,23,.06);
    }
    .mediaHead{
      display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;
      padding:12px 14px;
      border-bottom:1px solid rgba(219,231,245,1);
      background:rgba(255,255,255,.75);
    }
    .mediaHead .title{font-weight:900;font-size:13px}
    .mediaHead .meta{color:var(--muted);font-weight:800;font-size:12px}
    .mediaBody{padding:12px}
    .mediaBody img{
      width:100%;
      height:auto;
      border-radius:14px;
      border:1px solid rgba(219,231,245,1);
      background:#fff;
    }
    .limitTall{
      max-height:520px;
      object-fit:cover;
      object-position:top center;
    }
    figcaption{
      padding:10px 14px 14px;
      color:var(--muted);
      font-size:12px;
      line-height:1.55;
    }
    code.k{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}

    /* Steps */
    .steps{
      display:grid;
      grid-template-columns: repeat(12, 1fr);
      gap:12px;
    }
    .step{
      grid-column: span 3;
      background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(234,244,255,.85));
      border:1px solid rgba(219,231,245,.95);
      border-radius:18px;
      padding:14px;
      box-shadow:0 16px 40px rgba(2,6,23,.06);
      min-height:150px;
    }
    .step .n{
      display:inline-flex;align-items:center;justify-content:center;
      width:34px;height:34px;border-radius:12px;
      background:linear-gradient(135deg, rgba(31,111,235,.95), rgba(125,195,255,.95));
      color:white;font-weight:900;margin-bottom:10px;
    }
    .step h4{margin:0 0 6px;font-size:14px}
    .step p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}

    /* Table */
    .tableWrap{
      background:rgba(255,255,255,.82);
      border:1px solid rgba(219,231,245,.95);
      border-radius:18px;
      box-shadow:0 16px 40px rgba(2,6,23,.06);
      overflow:hidden;
    }
    table{width:100%;border-collapse:collapse}
    th,td{padding:12px 14px;border-bottom:1px solid rgba(219,231,245,1);vertical-align:top}
    th{width:28%;text-align:left;color:var(--muted);font-size:12px;letter-spacing:.3px;text-transform:uppercase}
    td{color:var(--ink);font-size:13px;line-height:1.55}
    tr:last-child th, tr:last-child td{border-bottom:0}

    /* FAQ */
    details{
      background:rgba(255,255,255,.82);
      border:1px solid rgba(219,231,245,.95);
      border-radius:16px;
      padding:12px 14px;
      box-shadow:0 16px 40px rgba(2,6,23,.06);
    }
    details+details{margin-top:10px}
    summary{
      cursor:pointer;font-weight:900;color:var(--ink);
      list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;
    }
    summary::-webkit-details-marker{display:none}
    .faqA{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.65}

    /* Footer */
    .footer{padding:22px 0 40px;color:var(--muted);font-size:12px}
    .footer .grid{
      display:grid;grid-template-columns:1.2fr .8fr;gap:12px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(219,231,245,.95);
      border-radius:18px;padding:16px;
    }

    /* Responsive */
    @media (max-width: 980px){
      .grid-hero{grid-template-columns:1fr}
      .h1{font-size:36px}
      .card{grid-column: span 6}
      .step{grid-column: span 6}
      th{width:36%}
    }
    @media (max-width: 560px){
      .h1{font-size:32px}
      .card{grid-column: span 12}
      .step{grid-column: span 12}
      .nav{display:none}
      .limitTall{max-height:420px}
    }
  