:root{
  --bg:#070B12;
  --navy:#0B1F3A;      /* favicon deep navy */
  --cyan:#1DC7FF;      /* favicon cyan */
  --teal:#178FBC;      /* favicon teal */
  --text:#EAF6FF;
  --muted: rgba(234,246,255,.72);
  --muted2: rgba(234,246,255,.55);
  --surface: rgba(255,255,255,.06);
  --surface2: rgba(255,255,255,.08);
  --border: rgba(255,255,255,.12);
  --shadow: 0 24px 90px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 24px;
  --max: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background:
    radial-gradient(1100px 800px at 18% 10%, rgba(29,199,255,.28), transparent 58%),
    radial-gradient(900px 650px at 85% 22%, rgba(23,143,188,.22), transparent 60%),
    radial-gradient(700px 520px at 70% 85%, rgba(11,31,58,.55), transparent 60%),
    linear-gradient(180deg, #05070D, var(--bg) 45%, #060A11);
  overflow-x:hidden;
  scroll-behavior:smooth;
}

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

.pill{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px; border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  border-radius:999px;
  color:var(--muted);
  font-size:13px;
  backdrop-filter: blur(10px);
}
.dot{
  width:8px; height:8px; border-radius:50%;
  background: linear-gradient(90deg, var(--cyan), var(--teal));
  box-shadow: 0 0 18px rgba(29,199,255,.45);
}

/* Header */
header{
  position:sticky; top:0; z-index:20;
  backdrop-filter: blur(14px);
  background: rgba(7,11,18,.60);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.logo{
  display:flex; align-items:center; gap:10px;
  font-weight:800; letter-spacing:.2px;
}
.logo-mark{
  width:36px; height:36px; border-radius:12px;
  background: linear-gradient(135deg, rgba(29,199,255,1), rgba(23,143,188,1));
  box-shadow: 0 18px 50px rgba(29,199,255,.18);
  display:grid; place-items:center;
  font-weight:900;
}
.logo small{display:block; font-weight:600; color:var(--muted2); letter-spacing:.3px}
.links{display:flex; gap:18px; align-items:center}
.links a{color:var(--muted); font-size:14px}
.links a:hover{color:var(--text)}
.cta{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  font-weight:800; font-size:14px;
}
.cta.primary{
  background: linear-gradient(135deg, rgba(29,199,255,.95), rgba(23,143,188,.90));
  border-color: rgba(255,255,255,.16);
  color:#061018;
}

/* Cards + layout */
.page{padding:46px 0 26px}
.hero-card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.section{padding:22px 0}
.section-title{font-size:22px; margin:0 0 8px; letter-spacing:-.2px}
.section-sub{margin:0 0 16px; color:var(--muted); line-height:1.6}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); line-height:1.55; font-size:14px}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:900;
  cursor:pointer;
  transition: transform .15s ease, background .15s ease;
  user-select:none;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09)}
.btn.primary{
  background: linear-gradient(135deg, rgba(29,199,255,.95), rgba(23,143,188,.90));
  border-color: rgba(255,255,255,.16);
  color:#061018;
}

footer{
  padding:28px 0 40px;
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  color:var(--muted);
}
.footgrid{
  display:grid; grid-template-columns: 1.2fr .8fr;
  gap:14px;
  align-items:start;
}
.mini{font-size:13px; color:var(--muted2); line-height:1.6}
.footlinks{display:flex; gap:14px; flex-wrap:wrap}
.footlinks a{color:var(--muted)}
.footlinks a:hover{color:var(--text)}

@media (max-width: 920px){
  .grid-3{grid-template-columns: 1fr}
  .links{display:none}
  .footgrid{grid-template-columns:1fr}
}
/* ===== Shield watermark (reusable on any card) ===== */
.shield-card{
  position: relative;
  overflow: hidden;
}

.shield-card::after{
  content: "";
  position: absolute;
  top: -80px;
  right: -140px;
  width: 640px;
  height: 640px;
  background: url("/assets/shield-top-right.webp") no-repeat center / contain;
  opacity: 0.35;              /* tweak 0.15–0.30 */
  filter: blur(0.2px) saturate(1.15);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

/* keep card contents above the shield */
.shield-card > *{
  position: relative;
  z-index: 1;
}

@media (max-width: 920px){
  .shield-card::after{
    width: 460px;
    height: 460px;
    right: -180px;
    top: -120px;
    opacity: 0.18;
  }
}
.hero .container,
.hero-content{
  position: relative;
  z-index: 1;
}
/* Live chat button animation */
[data-open-livechat]{
  transition: transform .18s ease, box-shadow .18s ease;
}

[data-open-livechat]:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
}
