/* Backuno Website v2 — clean, modern, no-framework */
:root{
  --bg:#0b1220;
  --bg2:#0f1a30;
  --card:#0f172a;
  --text:#0b1220;
  --muted:#64748b;
  --line:#e5e7eb;
  --soft:#f6f7fb;
  --primary:#2563eb;
  --primary2:#1d4ed8;
  --good:#16a34a;
  --warn:#f59e0b;
  --bad:#ef4444;
  --radius:14px;
  --shadow:0 10px 30px rgba(2,6,23,.10);
  --shadow2:0 8px 20px rgba(2,6,23,.08);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:#0b1220;
  background:#f1f5f9;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1180px;margin:0 auto;padding:0 18px}
.small{font-size:13px}
.muted{color:var(--muted)}
.hr{height:1px;background:var(--line);margin:26px 0}
.pill{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 12px;border-radius:999px;
  background:rgba(37,99,235,.10);
  color:#0b1220;font-weight:600;font-size:13px;
  border:1px solid rgba(37,99,235,.25);
}
.pill .dot{width:8px;height:8px;border-radius:50%;background:var(--good)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:12px;
  border:1px solid transparent;
  font-weight:700;
  transition:.15s ease;
  cursor:pointer;
}
.btn:focus{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}
.btn.primary{background:var(--primary);color:#fff;box-shadow:var(--shadow2)}
.btn.primary:hover{background:var(--primary2);transform:translateY(-1px)}
.btn.ghost{background:transparent;border-color:rgba(2,6,23,.15);color:#0b1220}
.btn.ghost:hover{background:rgba(2,6,23,.04)}
.btn.dark{background:#0b1220;color:#fff}
.btn.dark:hover{background:#111c33}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;
  border:1px solid rgba(2,6,23,.12);
  background:#f1f5f9;
}
.badge.good{border-color:rgba(22,163,74,.25);background:rgba(22,163,74,.08);color:#065f46}
.badge.warn{border-color:rgba(245,158,11,.25);background:rgba(245,158,11,.10);color:#92400e}
.badge.soon{border-color:rgba(100,116,139,.25);background:rgba(100,116,139,.10);color:#334155}

.topbar{
  background:#071022;color:#cbd5e1;border-bottom:1px solid rgba(148,163,184,.18);
}
.topbar .container{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 18px;
  gap:14px;
}
.topbar a{color:#cbd5e1}
.topbar a:hover{color:#fff}
.topbar .right{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}

.header{
  position:sticky;top:0;z-index:50;
  background:rgba(241,245,249,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(2,6,23,.08);
}
.header .container{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 18px;
  gap:12px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:38px;height:38px;border-radius:10px;background:#f1f5f9;border:1px solid rgba(2,6,23,.10)}
.brand .name{font-weight:900;letter-spacing:.2px}
.brand .tag{font-size:12px;color:var(--muted);margin-top:1px}
.nav{display:flex;align-items:center;gap:18px}
.nav a{font-weight:700;color:#0b1220;opacity:.9}
.nav a:hover{opacity:1}
.nav a.active{color:var(--primary)}
.header .cta{display:flex;align-items:center;gap:10px}
.burger{
  display:none;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:12px;
  border:1px solid rgba(2,6,23,.12);
  background:#f1f5f9;
}
.burger span{display:block;width:18px;height:2px;background:#0b1220;margin:3px 0;border-radius:999px}

.mobile{
  display:none;
  border-bottom:1px solid rgba(2,6,23,.08);
  background:#f1f5f9;
}
.mobile .container{padding:14px 18px}
.mobile a{display:block;padding:10px 6px;border-radius:10px;font-weight:800;color:#0b1220}
.mobile a:hover{background:rgba(2,6,23,.04)}
.mobile .cta{display:flex;gap:10px;padding-top:12px}

.hero{
  background: radial-gradient(1200px 600px at 15% 0%, rgba(37,99,235,.30), transparent 60%),
              radial-gradient(1200px 600px at 85% 0%, rgba(22,163,74,.14), transparent 60%),
              linear-gradient(180deg, #f1f5f9, #e5eaf1);
  padding:54px 0 30px;
}
.hero .grid{
  display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:start;
}
.hero h1{
  margin:12px 0 10px;
  font-size:46px;line-height:1.05;
  letter-spacing:-.6px;
}
.hero p.lead{font-size:18px;color:#334155;max-width:58ch;margin:0 0 18px}
.hero .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.hero .kpis{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.kpi{
  padding:12px 14px;border-radius:14px;
  border:1px solid rgba(2,6,23,.10);
  background:#f1f5f9;box-shadow:var(--shadow2);
  min-width:170px;
}
.kpi .n{font-weight:900;font-size:18px}
.kpi .t{font-size:12px;color:var(--muted);margin-top:2px}

.heroCard{
  border:1px solid rgba(2,6,23,.10);
  border-radius:18px;background:#f1f5f9;box-shadow:var(--shadow);
  overflow:hidden;
}
.heroCard .head{
  background:linear-gradient(90deg, rgba(37,99,235,.12), rgba(22,163,74,.10));
  padding:16px 16px;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
}
.heroCard .head .title{font-weight:900}
.heroCard .body{padding:16px 16px}
.heroCard ul{margin:0;padding-left:18px}
.heroCard li{margin:8px 0;color:#334155}
.heroCard .foot{
  padding:14px 16px;border-top:1px solid rgba(2,6,23,.08);
  display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;
  background:#f1f5f9;
}

.section{padding:54px 0}
.section.alt{background:#e9eef5}
.section h2{margin:0 0 10px;font-size:30px;letter-spacing:-.3px}
.section p.sub{margin:0 0 22px;color:#475569;max-width:80ch}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.card{
  border:1px solid rgba(2,6,23,.10);
  border-radius:16px;background:#f1f5f9;
  padding:18px;
  box-shadow:var(--shadow2);
}
.card h3{margin:0 0 8px}
.card p{margin:0;color:#475569}
.icon{
  width:40px;height:40px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(37,99,235,.10);
  border:1px solid rgba(37,99,235,.22);
  margin-bottom:10px;
  font-weight:900;
}

.split{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start;
}
.callout{
  border-radius:18px;
  border:1px solid rgba(2,6,23,.10);
  background:linear-gradient(180deg,#fff, #fbfbff);
  box-shadow:var(--shadow);
  padding:18px;
}
.callout h3{margin:0 0 8px}
.callout ul{margin:0;padding-left:18px}
.callout li{margin:8px 0;color:#334155}

.providers{
  display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:16px
}
.provider{
  border:1px solid rgba(2,6,23,.10);
  background:#f1f5f9;border-radius:14px;padding:12px;
  text-align:left;box-shadow:var(--shadow2);
}
.provider .n{font-weight:900}
.provider .d{font-size:12px;color:var(--muted);margin-top:4px}
.provider .b{margin-top:10px}

.tableWrap{overflow:auto;border-radius:16px;border:1px solid rgba(2,6,23,.10);background:#f1f5f9;box-shadow:var(--shadow2)}
table{width:100%;border-collapse:collapse;min-width:820px}
th,td{padding:14px 14px;text-align:left;border-bottom:1px solid rgba(2,6,23,.08)}
th{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#475569;background:#fbfcff}
tr:last-child td{border-bottom:none}
td .yes{color:var(--good);font-weight:900}
td .no{color:#94a3b8;font-weight:900}
td .soon{color:#334155;font-weight:900}

.pricing{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch
}
.price{
  border-radius:18px;border:1px solid rgba(2,6,23,.10);background:#f1f5f9;
  box-shadow:var(--shadow);padding:20px;position:relative;
}
.price.featured{border:2px solid rgba(37,99,235,.45)}
.price .top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.price h3{margin:0 0 4px}
.price .p{font-size:38px;font-weight:950;letter-spacing:-.6px;margin:10px 0 8px}
.price .p span{font-size:14px;color:var(--muted);font-weight:800}
.price ul{margin:12px 0 0;padding-left:18px}
.price li{margin:8px 0;color:#334155}
.price .actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}
.price .note{margin-top:10px;color:var(--muted);font-size:12px}

.faq{
  display:grid;grid-template-columns:1fr 1fr;gap:14px
}
details{
  border:1px solid rgba(2,6,23,.10);
  background:#f1f5f9;border-radius:16px;
  padding:14px 14px;
  box-shadow:var(--shadow2);
}
summary{
  font-weight:900;cursor:pointer;list-style:none;
}
summary::-webkit-details-marker{display:none}
details p{margin:10px 0 0;color:#475569}
details .meta{margin-top:10px;font-size:12px;color:var(--muted)}

.banner{
  border-radius:18px;
  border:1px solid rgba(37,99,235,.18);
  background:linear-gradient(90deg, rgba(37,99,235,.12), rgba(22,163,74,.10));
  padding:18px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
}
.banner h3{margin:0}
.banner p{margin:6px 0 0;color:#334155}

.footer{
  background:#020617;color:#cbd5e1;margin-top:40px
}
.footer .container{padding:34px 18px}
.footer .grid{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px
}
.footer a{color:#cbd5e1}
.footer a:hover{color:#fff}
.footer .brandline{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.footer .brandline img{width:234px;height:54px;border-radius:10px;background:#fff}
.footer h4{margin:0 0 8px;color:#fff}
.footer .copy{border-top:1px solid rgba(148,163,184,.18);margin-top:18px;padding-top:16px;color:#94a3b8;font-size:12px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}

.pageHead{padding:34px 0 14px}
.pageHead h1{margin:0;font-size:36px;letter-spacing:-.5px}
.pageHead p{margin:10px 0 0;color:#475569;max-width:80ch}
.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:10px}

.code{
  background:#0b1220;color:#e2e8f0;
  border-radius:16px;padding:14px;
  overflow:auto;border:1px solid rgba(148,163,184,.20);
}
code,kbd,pre{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}
pre{margin:0}

@media (max-width: 980px){
  .hero .grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .providers{grid-template-columns:repeat(2,1fr)}
  .pricing{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr}
  .footer .grid{grid-template-columns:1fr 1fr}
  .nav{display:none}
  .burger{display:inline-flex}
  .header .cta{display:none}
}

/* ===== Header logo fixes (logo-only, no white box) ===== */
.brand img{
  width:240px;
  height:60px;
  border-radius:10px;
  background:transparent;
  border:none;
  padding:0;
}

.brand{
  display:flex;
  align-items:center;
  gap:0;
}

/* Hide brand text (logo only) */
.brand .name,
.brand .tag{
  display:none;
}
