:root{
  /* White-metallic background */
  --bg:#ffffff;
  --bg2:#f7fbff;
  --bg3:#eef6ff;

  /* Metallic blue accents (very light) */
  --m1:#eaf4ff;
  --m2:#d8ecff;

  /* Text */
  --ink:#0b1220;
  --muted:#5b6b7c;

  /* Cards */
  --card:#ffffff;
  --stroke: rgba(11,18,32,.10);
  --shadow: 0 12px 30px rgba(11,18,32,.08);

  /* Brand */
  --brand:#1b6cff;
  --brand2:#63b8ff;
  --brandSoft: rgba(27,108,255,.10);
  --brandStroke: rgba(27,108,255,.18);
}

*{ box-sizing:border-box; }

body{
  color: var(--ink);
  min-height:100vh;
  background:
    radial-gradient(900px 420px at 12% 8%, rgba(99,184,255,.22), transparent 60%),
    radial-gradient(980px 520px at 88% 0%, rgba(27,108,255,.16), transparent 60%),
    linear-gradient(135deg, var(--bg), var(--bg2));
}

a{ color: var(--brand); }
.text-muted{ color: var(--muted) !important; }

/* Nav (white metallic) */
.glass-nav{
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
}

.navbar .navbar-brand,
.navbar .nav-link{ color: var(--ink) !important; }
.navbar .nav-link:hover{ color: var(--brand) !important; }

.navbar .navbar-toggler{
  border-color: rgba(11,18,32,.15);
}
.navbar .navbar-toggler-icon{
  filter: invert(1) grayscale(1);
  opacity:.75;
}

.brand-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;height:34px;
  border-radius:12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#fff;
  font-weight:900;
  box-shadow: 0 10px 18px rgba(27,108,255,.18);
}

/* Hero */
.hero{
  position:relative;
  padding: 20px 0 14px;
}

.hero-card{
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.94));
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.pill{
  display:inline-flex;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--brandStroke);
  background: var(--brandSoft);
  font-size: 13px;
  color: var(--ink);
}

.text-glow{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* Buttons */
.btn-brand{
  border:0;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#fff;
  box-shadow: 0 14px 24px rgba(27,108,255,.18);
}
.btn-brand:hover{ filter: brightness(1.04); }

.btn-soft{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--brandStroke);
  color: var(--ink);
}
.btn-soft:hover{
  background: rgba(27,108,255,.06);
  color: var(--ink);
}

.btn-outline-light{
  border: 1px solid rgba(11,18,32,.16) !important;
  color: var(--ink) !important;
  background: rgba(255,255,255,.92) !important;
}
.btn-outline-light:hover{
  background: rgba(27,108,255,.05) !important;
}

/* Sections */
.section{ padding: 22px 0; }

.section-alt{
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(234,244,255,.85));
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

/* Cards */
.glass-card{
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
  border: 1px solid var(--stroke);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.icon-bubble{
  width:44px;height:44px;
  border-radius: 14px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(27,108,255,.10);
  border: 1px solid rgba(27,108,255,.18);
}

/* Mock panel (light) */
.mock-card{
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow);
}
.mock-header{
  display:flex; align-items:center;
  gap:8px;
  padding:10px 12px;
  background: linear-gradient(135deg, rgba(234,244,255,.95), rgba(255,255,255,.92));
  border-bottom: 1px solid var(--stroke);
}
.dot{ width:10px;height:10px;border-radius:50%; }
.red{ background:#ff5b5b; } .yellow{ background:#ffd85b; } .green{ background:#52ff7a; }
.mock-body{ padding:14px; }
.mock-stat{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px;
  border-radius:16px;
  background: rgba(27,108,255,.06);
  border: 1px solid rgba(27,108,255,.12);
}
.badge-soft{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(27,108,255,.16);
  background: rgba(99,184,255,.18);
  font-size:12px;
  color: var(--ink);
}
.mock-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.mock-tile{
  padding:10px;
  border-radius:16px;
  background: rgba(255,255,255,.98);
  border:1px solid var(--stroke);
}
.mock-line{ height:1px; background: rgba(11,18,32,.10); }

/* Steps */
.step-card{
  background: rgba(255,255,255,.98);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow);
}
.step-no{
  width:36px;height:36px;
  border-radius: 12px;
  display:flex;align-items:center;justify-content:center;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#fff;
  font-weight:900;
  margin-bottom:10px;
}

/* Pricing */
.price-card{
  position:relative;
  background: rgba(255,255,255,.98);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.price-card.featured{
  outline: 2px solid rgba(27,108,255,.28);
}
.badge.best{
  position:absolute;
  top: 10px; left: 10px;
  background: rgba(27,108,255,.10);
  border: 1px solid rgba(27,108,255,.18);
  color: var(--ink);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}
.price{ font-size: 30px; font-weight: 900; color: var(--ink); }

/* Footer */
.footer{
  padding: 16px 0;
  border-top: 1px solid var(--stroke);
  background: rgba(255,255,255,.96);
}

/* PWA Modal (white) */
.pwa-modal{ position:fixed; inset:0; z-index:9999; }
.pwa-backdrop{ position:absolute; inset:0; background: rgba(11,18,32,.25); }
.pwa-sheet{
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100% - 22px));
  border-radius: 20px;
  padding: 14px;
  background: rgba(255,255,255,.98);
  border: 1px solid var(--stroke);
  box-shadow: 0 20px 60px rgba(11,18,32,.18);
}
.btn-close-white{ filter:none; }
