
:root{
  --hiel-primary:#2563eb;
  --hiel-accent:#10b981;
  --hiel-card:#ffffff;
  --hiel-text:#0b1220;
}
*{ box-sizing:border-box; }
body{ margin:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; color:var(--hiel-text); line-height:1.6; }
.container{ max-width:1200px; margin:0 auto; padding:0 24px; }
.section{ padding:56px 0; }
.center{ text-align:center; }
.elite-hero{ position:relative; overflow:hidden; padding:100px 0 80px; color:#fff; background: radial-gradient(1200px 600px at 10% -10%, rgba(37,99,235,.4), transparent), radial-gradient(1200px 600px at 90% 110%, rgba(16,185,129,.35), transparent), linear-gradient(180deg,#0f172a 0%, #0b1220 100%); }
.display-gradient{ font-size: clamp(36px, 6vw, 64px); line-height:1.1; margin:0 0 12px; background: linear-gradient(90deg, #fff 0%, #dbeafe 50%, #a7f3d0 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead{ font-size: clamp(16px, 2.2vw, 22px); opacity:.9; margin:0 0 18px; }
.cta-row{ display:flex; gap:12px; flex-wrap:wrap; }
.grid{ display:grid; gap:18px; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); }
.card{ border:1px solid rgba(0,0,0,.06); border-radius: 16px; padding:20px; background:var(--hiel-card); box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.card.glass{ backdrop-filter: blur(8px); background: rgba(255,255,255,.7); }
.btn{ display:inline-block; padding:12px 18px; border-radius:12px; text-decoration:none; font-weight:600; border:2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 20px rgba(0,0,0,.08); }
.btn-primary{ background:var(--hiel-primary); color:#fff; }
.btn-outline{ border-color:var(--hiel-primary); color:var(--hiel-primary); background:transparent; }
.btn-ghost{ background:transparent; color:#fff; border-color:rgba(255,255,255,.3); }
.btn-accent{ background:var(--hiel-accent); color:#fff; }
.hiel-topbar{ position: sticky; top:0; z-index: 1000; background: rgba(10,15,26,.8); backdrop-filter: blur(10px); color:#fff; }
.hiel-topbar .container{ display:flex; justify-content:space-between; align-items:center; gap:12px; padding:8px 24px; }
.hiel-topbar .btn{ padding:8px 12px; border-radius:10px; }
.hiel-wa-float{ position: fixed; right:16px; bottom:16px; width:56px; height:56px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:var(--hiel-accent); color:#fff; text-decoration:none; font-weight:700; box-shadow:0 12px 30px rgba(0,0,0,.2); z-index:999; }
.hiel-top-btn{ position: fixed; right:16px; bottom:84px; width:44px; height:44px; border-radius:50%; border:0; background:#111827; color:#fff; display:none; z-index:999; cursor:pointer; }
.hiel-share{ margin-top:24px; display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.hiel-share a,.hiel-share button{ padding:8px 12px; border-radius:10px; border:1px solid rgba(0,0,0,.08); background:#fff; cursor:pointer; }
.hiel-breadcrumbs{ margin:8px 0 16px; font-size:14px; color:#64748b; }
.hiel-popup-overlay{ position:fixed; inset:0; display:none; align-items:center; justify-content:center; background:rgba(0,0,0,.55); z-index:10000; }
.hiel-popup{ background:#fff; max-width:620px; width:92%; border-radius:18px; padding:22px; position:relative; box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.hiel-popup .hiel-close{ position:absolute; right:12px; top:8px; font-size:28px; text-decoration:none; color:inherit; }
.hiel-form{ display:grid; gap:12px; }
.hiel-form input,.hiel-form textarea,.hiel-form select{ width:100%; padding:12px; border-radius:12px; border:1px solid #d1d5db; outline:0; background:#fff; }
.hiel-form input:focus,.hiel-form textarea:focus,.hiel-form select:focus{ border-color: var(--hiel-primary); box-shadow: 0 0 0 4px rgba(37,99,235,.15); }
