.elementor-484 .elementor-element.elementor-element-81573a9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eab4bb3 */:root{
      --bg:black;
      --surface:#0f1624;
      --text:#d6af34;
      --muted:#a9b4d0;
      --line:black;
      --shadow: 0 24px 60px rgba(0,0,0,.45);
      --r:18px;
      
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:black;
      
    }
    .wrap{max-width:1100px;margin:0 auto;padding:56px 18px 80px}
    .hero{
      border-radius:28px;
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
      border:1px solid var(--line);
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;inset:0;
      background: var(--grad);
      opacity:.12;
      pointer-events:none;
    }
    .hero-inner{padding:34px 28px}
    .pill{
      display:inline-flex;align-items:center;gap:10px;
      padding:8px 12px;border-radius:999px;
      background: rgba(0,0,0,.25);
      border:1px solid rgba(255,255,255,.12);
      color:var(--muted);
      font-size:12px;letter-spacing:.08em;text-transform:uppercase;
    }
    .pill .dot{
      width:8px;height:8px;border-radius:999px;background:#f59e0b;
      box-shadow: 0 0 0 3px rgba(245,158,11,.18);
    }
    h1{margin:14px 0 8px;font-size:34px;line-height:1.12}
    .sub{margin:0;color:var(--muted);max-width:80ch}
    .meta{
      margin-top:18px;display:flex;flex-wrap:wrap;gap:10px 14px;
      color:var(--muted);font-size:14px;
    }
    .meta span{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 10px;border-radius:999px;
      background: rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.10);
    }
    .meta i{display:inline-block;width:10px;height:10px;border-radius:3px;background:rgba(255,255,255,.18)}

    .card{
      margin-top:26px;
      border-radius:28px;
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border:1px solid var(--line);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .card-head{
      padding:20px 22px;border-bottom:1px solid var(--line);
      display:flex;align-items:center;justify-content:space-between;gap:14px;
    }
    .card-head h2{margin:0;font-size:18px}
    .hint{margin:0;color:var(--muted);font-size:13px}

    .acc{padding:10px}
    .acc-item{
      border-radius: calc(var(--r) + 6px);
      background: rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.10);
      margin:10px;
      overflow:hidden;
    }
    .acc-summary{
      list-style:none;
      display:flex;align-items:center;gap:12px;
      padding:16px 16px;
      cursor:pointer;user-select:none;
    }
    .acc-summary::-webkit-details-marker{display:none}
    .acc-num{
      min-width:32px;height:32px;display:grid;place-items:center;
      border-radius:10px;
      background: rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.12);
      font-weight:700;font-size:13px;
    }
    .acc-title{font-weight:700}
    .acc-icon{
      margin-left:auto;
      width:36px;height:36px;border-radius:12px;
      display:grid;place-items:center;
      background: rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.12);
    }
    .acc-plus{width:14px;height:14px;position:relative}
    .acc-plus::before,.acc-plus::after{
      content:"";position:absolute;inset:0;margin:auto;
      background: rgba(233,238,252,.9);border-radius:2px;
    }
    .acc-plus::before{width:14px;height:2px}
    .acc-plus::after{width:2px;height:14px;transition:transform .2s ease}
    details[open] .acc-plus::after{transform:scaleY(0)}
    details[open].acc-item{
      border:1px solid transparent;
      background:
        linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.14)) padding-box,
        var(--grad) border-box;
    }
    details[open] .acc-summary{border-bottom:1px solid rgba(255,255,255,.10)}
    .acc-content{
      padding: 16px 16px 18px;
      color: rgba(233,238,252,.94);
    }
    .acc-content p{margin:0 0 12px;line-height:1.65;color:rgba(233,238,252,.92)}
    .acc-content ul{margin:8px 0 14px 18px;padding:0}
    .acc-content li{margin:6px 0;line-height:1.55;color:rgba(233,238,252,.92)}
    .acc-content a{
      color: rgba(233,238,252,.95);
      text-decoration: underline;
      text-decoration-color: rgba(233,238,252,.35);
      text-underline-offset: 3px;
    }
    .note{
      padding:12px 14px;border-radius:14px;
      background: rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.10);
      color: var(--muted);
      font-size:14px;
    }
    @media (max-width:720px){
      h1{font-size:28px}
      .hero-inner{padding:26px 18px}
      .card-head{flex-direction:column;align-items:flex-start}
      .acc-item{margin:10px 6px}
      .acc{padding:6px}
    }/* End custom CSS */