:root{
  --bg:#0b1220;
  --panel:#0f1a2f;
  --panel2:#111f3a;
  --text:#eaf0ff;
  --muted:#b8c4e6;
  --line:rgba(255,255,255,.12);
  --accent:#79b8ff;
  --accent2:#8b5cf6;
  --ok:#34d399;
  --warn:#fbbf24;

  --radius:16px;
  --shadow: 0 12px 40px rgba(0,0,0,.35);
  --max: 1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 600px at 20% 0%, rgba(121,184,255,.25), transparent 60%),
    radial-gradient(700px 500px at 80% 10%, rgba(139,92,246,.20), transparent 55%),
    radial-gradient(900px 700px at 50% 100%, rgba(52,211,153,.12), transparent 60%),
    var(--bg);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}

.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.section{padding:72px 0}
.section.tight{padding:42px 0}

.nav{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(160%) blur(10px);
  background: linear-gradient(to bottom, rgba(11,18,32,.86), rgba(11,18,32,.70));
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:16px}
.brand{display:flex; align-items:center; gap:10px; font-weight:800; letter-spacing:.2px}
.logo{
  width:34px; height:34px; border-radius:12px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 10px 30px rgba(121,184,255,.25);
}
.nav-links{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.nav-links a{color:var(--muted); font-weight:650; font-size:14px; padding:8px 10px; border-radius:10px}
.nav-links a.active, .nav-links a:hover{color:var(--text); background:rgba(255,255,255,.06)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px; border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  font-weight:750;
  gap:10px;
}
.btn.primary{
  border-color:rgba(121,184,255,.35);
  background: linear-gradient(135deg, rgba(121,184,255,.22), rgba(139,92,246,.18));
}
.btn.ghost{background:transparent}
.btn.small{padding:10px 12px; border-radius:11px; font-size:14px}

.hero{
  padding:80px 0 40px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:26px;
  align-items:stretch;
}
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr; }
}

.h-eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--muted);
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px; font-weight:650;
}
.badge-dot{width:8px; height:8px; border-radius:99px; background:var(--ok); box-shadow:0 0 0 4px rgba(52,211,153,.15)}
h1{margin:14px 0 10px; font-size:44px; line-height:1.08; letter-spacing:-.5px}
@media (max-width: 520px){h1{font-size:36px}}
.lead{
  color:var(--muted);
  font-size:17px;
  max-width:62ch;

  /* add */
  margin-bottom:18px;
}

.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.kpi-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px}
.kpi{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  padding:12px 14px;
  border-radius:14px;
  min-width:170px;
}
.kpi b{display:block; font-size:16px}
.kpi span{color:var(--muted); font-size:13px}

.card{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card.pad{padding:18px}
.card h3{margin:0 0 8px}
.card p{margin:0; color:var(--muted)}
.mini{font-size:13px; color:var(--muted)}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
@media (max-width: 980px){.grid3{grid-template-columns:1fr}}
.grid2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:16px;
}
@media (max-width: 980px){.grid2{grid-template-columns:1fr}}

.list{margin:12px 0 0; padding:0; list-style:none}
.list li{display:flex; gap:10px; padding:8px 0; color:var(--muted)}
.tick{
  width:18px; height:18px; border-radius:6px;
  background:rgba(52,211,153,.16); border:1px solid rgba(52,211,153,.25);
  display:inline-flex; align-items:center; justify-content:center;
  flex:0 0 18px;
}

.pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
@media (max-width: 1060px){.pricing{grid-template-columns:1fr}}
.price{
  padding:18px;

  /* add */
  display:flex;
  flex-direction:column;
  height:100%;
}
.price .list{
  margin-bottom:16px;
}
.price .top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
.price .name{font-weight:850; letter-spacing:.2px}
.price .tag{font-size:12px; color:var(--muted); border:1px solid var(--line); padding:6px 10px; border-radius:999px}
.price .amount{font-size:28px; font-weight:900; margin:12px 0 2px}
.price .per{color:var(--muted); font-size:13px}
.price .cta{
  margin-top:auto;   /* key: pushes button to bottom */
  width:100%;
}

hr.sep{border:none; border-top:1px solid var(--line); margin:16px 0}

.footer{
  border-top:1px solid var(--line);
  padding:34px 0;
  color:var(--muted);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap:16px;
}
@media (max-width: 980px){.footer-grid{grid-template-columns:1fr}}
.footer a{color:var(--muted)}
.footer a:hover{color:var(--text)}

.form label{display:block; margin:10px 0 6px; color:var(--muted); font-size:13px; font-weight:650}
.input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--text);
  outline:none;
}
textarea{min-height:120px; resize:vertical}

/* Fix select dropdown readability */
select.input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;   /* solid background */
  color: #111827;              /* dark readable text */
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 12px;
}

/* Ensure dropdown options are readable */
select.input option {
  background-color: #ffffff;
  color: #111827;
}

/* Focus state (matches site style) */
select.input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(121,184,255,.35);
}


.note{
  border-left:3px solid rgba(121,184,255,.6);
  padding:12px 12px;
  background:rgba(121,184,255,.08);
  border-radius:12px;
  color:var(--muted);
  font-size:14px;
}

/* Brand / Logo */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-logo {
  height: 28px;
  width: auto;
  display: block;
}

.brand-text {
  font-weight: 600;
  letter-spacing: -0.2px;
}

/* Slightly larger logo on desktop */
@media (min-width: 900px) {
  .brand-logo {
    height: 32px;
  }

  /* Services page sections */
.section-title { margin: 0 0 10px; }
.section-subtle { max-width: 70ch; }

/* Centered content sections */
.centered-section {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.centered-section .list {
  text-align: left; /* keeps bullets readable */
  display: inline-block;
  margin-top: 12px;
}

.centered-section .hero-actions {
  justify-content: center;
}

  
}

