/* OpsOS Apple-style site */
:root{
  --bg:#f2f2f2; --bg2:#ffffff; --card:#ffffff; --text:#1d1d1f;
  --muted:rgba(29,29,31,0.72); --muted2:rgba(29,29,31,0.56);
  --border:rgba(29,29,31,0.14); --border2:rgba(29,29,31,0.20);
  --shadow: 0 24px 60px rgba(0,0,0,.12); --shadow2: 0 10px 30px rgba(0,0,0,.10);
  --radius: 20px; --radius2: 28px; --max: 1120px;
  --blue:#0071e3; --blue2:#0077ed;
  --sf: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
        "Segoe UI", Inter, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box} html,body{height:100%}
body{
  margin:0; font-family:var(--sf); color:var(--text); line-height:1.55;
  background: var(--bg);
}
a{color:var(--blue)} img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.nav{
  position:sticky; top:0; z-index:30; backdrop-filter:saturate(180%) blur(18px);
  background: rgba(242,242,242,0.92);
  border-top:4px solid #000;
  border-bottom:1px solid rgba(0,0,0,0.10);
}
.nav-inner{display:flex; flex-direction:column; align-items:center; justify-content:center; padding:18px 0 14px; gap:12px}
.brand{display:flex; flex-direction:column; align-items:center; gap:8px; font-weight:800; letter-spacing:.2px; text-decoration:none; color:var(--text)}
.brand img{width:72px; height:72px; border-radius:18px; box-shadow:0 10px 24px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.08)}
.brand span{font-size:15px}
.nav-links{display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:center}
.nav-links a{font-size:13px; color:var(--muted); padding:8px 10px; border-radius:12px}
.nav-links a:hover{background:rgba(0,0,0,0.03); color:var(--text)}
.cta{display:flex; gap:10px; align-items:center; justify-content:center; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:10px 14px; border-radius:14px; font-size:13px; font-weight:600;
  border:1px solid var(--border); background:rgba(0,0,0,0.03); color:var(--text);
  box-shadow:0 1px 0 rgba(255,255,255,0.65) inset;
}
.btn:hover{border-color:var(--border2); background:rgba(0,0,0,0.04)}
.btn.primary{background:var(--blue); border-color:rgba(0,0,0,0.12); color:#fff; box-shadow:none}
.btn.primary:hover{background:var(--blue2)}
.badge{
  display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px;
  background:rgba(0,0,0,0.03); border:1px solid var(--border); color:var(--muted);
  font-size:12px; font-weight:600;
}
.hero{padding:70px 0 26px}
.hero-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:28px; align-items:start}
@media (max-width: 980px){ .hero-grid{grid-template-columns:1fr;} }
.h1{font-size:54px; line-height:1.06; letter-spacing:-0.02em; margin:12px 0 12px}
@media (max-width: 560px){ .h1{font-size:40px} }
.sub{font-size:16px; color:var(--muted); max-width:56ch; margin:0 0 18px}
.hero-card{
  border-radius:var(--radius2);
  background:linear-gradient(180deg, rgba(0,0,0,0.04), rgba(255,255,255,0.65));
  border:1px solid rgba(0,0,0,0.07); box-shadow:var(--shadow); overflow:hidden;
}
.hero-card .top{display:flex; justify-content:space-between; align-items:center; padding:18px 18px 0}
.hero-card .body{padding:16px 18px 18px}
.kpis{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:12px}
.kpi{
  background:rgba(0,0,0,0.03); border:1px solid rgba(0,0,0,0.06);
  border-radius:18px; padding:12px 12px;
}
.kpi .n{font-size:18px; font-weight:800} .kpi .l{font-size:12px; color:var(--muted2)}
.section{padding:44px 0}
.section h2{font-size:26px; margin:0 0 12px; letter-spacing:-0.01em}
.section p.lead{color:var(--muted); max-width:70ch; margin:0 0 18px}
.cards{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
@media (max-width: 980px){ .cards{grid-template-columns:1fr;} }
.card{
  background:rgba(0,0,0,0.03); border:1px solid rgba(0,0,0,0.06);
  border-radius:22px; padding:18px 16px; box-shadow:var(--shadow2);
}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:13px}
.icon{
  width:40px; height:40px; border-radius:14px; display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,0.03); border:1px solid rgba(0,0,0,0.06); margin-bottom:12px;
}
.hr{height:1px; background:rgba(0,0,0,0.06); margin:20px 0}
.grid2{display:grid; grid-template-columns:1fr 1fr; gap:14px}
@media (max-width: 980px){ .grid2{grid-template-columns:1fr;} }
.pricing-toggle{
  display:inline-flex; gap:6px; background:rgba(0,0,0,0.03);
  border:1px solid rgba(0,0,0,0.06); padding:6px; border-radius:999px;
}
.pricing-toggle button{
  border:0; cursor:pointer; background:transparent; color:var(--muted); font-weight:700;
  padding:8px 12px; border-radius:999px; font-size:12px;
}
.pricing-toggle button.active{
  background:rgba(0,0,0,0.08); border:1px solid rgba(0,0,0,0.08); color:var(--text);
}
.price-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; align-items:stretch}
@media (max-width: 980px){ .price-grid{grid-template-columns:1fr;} }
.price-card{
  background:linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.65));
  border:1px solid rgba(0,0,0,0.07); border-radius:26px; padding:18px 16px;
  box-shadow:var(--shadow2); display:flex; flex-direction:column;
}
.price-card.featured{
  border-color:rgba(0,0,0,0.12);
  background:linear-gradient(180deg, rgba(0,0,0,0.07), rgba(0,0,0,0.03));
}
.price-card h3{margin:0 0 6px; font-size:16px}
.price{font-size:34px; font-weight:900; letter-spacing:-0.02em; margin:4px 0 0}
.per{color:var(--muted); font-size:12px; margin:0 0 12px}
.ul{margin:12px 0 0; padding:0 0 0 18px; color:var(--muted); font-size:13px}
.small{color:var(--muted2); font-size:12px}
.footer{
  padding:28px 0 44px; color:var(--muted2); border-top:1px solid rgba(0,0,0,0.06);
  margin-top:28px;
}
.footer a{color:var(--blue)}
.pill{
  display:inline-flex; align-items:center; gap:8px; padding:6px 10px; border-radius:999px;
  border:1px solid rgba(0,0,0,0.07); background:rgba(0,0,0,0.03);
  color:var(--muted); font-size:12px; font-weight:700;
}
.table{width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border-radius:18px;
  border:1px solid rgba(0,0,0,0.07);
}
.table th,.table td{padding:12px 12px; font-size:13px; border-bottom:1px solid rgba(0,0,0,0.06)}
.table th{color:var(--muted); text-align:left; font-weight:800; background:rgba(255,255,255,0.05)}
.table tr:last-child td{border-bottom:0}
.callout{border-radius:24px; background:rgba(0,0,0,0.03); border:1px solid rgba(0,0,0,0.06);
  padding:18px 16px;
}

.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}


/* Trusted badges */
.trust-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:14px}
@media (max-width: 980px){ .trust-grid{grid-template-columns:1fr} }
.trust-item{
  display:flex; gap:10px; align-items:center;
  padding:12px 14px; border-radius:18px;
  background:rgba(0,0,0,0.03);
  border:1px solid rgba(0,0,0,0.06);
  color:var(--muted);
  font-weight:700; font-size:13px;
}
.trust-icon{width:20px; height:20px; opacity:.9}

.badge img{width:18px; height:18px; display:inline-block; object-fit:contain}
