/* SlimService landing v4 — thicker borders + cleaner step list */
:root{
  --bg:#0b0c10;
  --text:#eef1ff;
  --muted:#aab0c5;
  --line:#252a3a;
  --accent:#6ee7ff;
  --accent2:#b7ff6e;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius:18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 600px at 15% 10%, rgba(110,231,255,.12), transparent 55%),
              radial-gradient(900px 500px at 80% 20%, rgba(183,255,110,.10), transparent 55%),
              var(--bg);
  color:var(--text);
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
a:hover{opacity:.92}
.wrap{max-width:1100px;margin:0 auto;padding:18px 20px}

.header{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  position:sticky;top:0;background:rgba(11,12,16,.72);backdrop-filter: blur(14px);
  border-bottom:2px solid rgba(37,42,58,.7);
  z-index:10;
}
.brand{display:flex;align-items:center;gap:12px}
.logo-img{
  width:52px;height:52px;border-radius:14px;
  padding:8px;
  background: rgba(255,255,255,.05);
  border:2px solid rgba(37,42,58,.85);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  object-fit:contain;
}
.logo{
  width:40px;height:40px;border-radius:12px;
  background: linear-gradient(135deg, rgba(110,231,255,.95), rgba(183,255,110,.75));
  color:#071018;font-weight:900;display:grid;place-items:center;
}
.brandname{font-weight:800;letter-spacing:.2px}
.tagline{font-size:12px;color:var(--muted)}
.nav{display:flex;gap:14px;align-items:center}
.nav a{font-size:14px;color:var(--muted)}
.nav a:hover{color:var(--text)}
.cta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}

/* Tabs (scenario selector) */
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 12px}
.tab{
  appearance:none;border:2px solid rgba(170,176,197,.26);
  background: rgba(255,255,255,.05);
  color:var(--text);
  padding:9px 12px;
  border-radius:14px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transition: transform .08s ease, opacity .08s ease;
  min-height:40px;
}
.tab:hover{transform: translateY(-1px)}
.tab.active{border-color: rgba(110,231,255,.42);background: rgba(110,231,255,.12)}
.tab-panels{margin-top:6px}
.tab-panel{display:none}
.tab-panel.active{display:block}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:14px;
  border:2px solid rgba(170,176,197,.26);
  background: rgba(255,255,255,.05);
  color:var(--text);
  font-weight:800;font-size:14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  transition: transform .08s ease, opacity .08s ease;
  min-height:44px;
}
.btn:hover{transform: translateY(-1px)}
.btn.full{width:100%}
.btn.primary{border-color: rgba(110,231,255,.42);background: rgba(110,231,255,.14)}
.btn.secondary{border-color: rgba(183,255,110,.34);background: rgba(183,255,110,.10)}
.btn.tertiary{border-color: rgba(170,176,197,.34);background: rgba(255,255,255,.06)}

.inline{
  text-decoration: underline;
  text-decoration-color: rgba(238,241,255,.35);
  text-underline-offset: 2px;
}

.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;padding-top:22px;padding-bottom:26px}
.hero h1{font-size:44px;line-height:1.05;margin:0 0 10px}
.kicker{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.22px;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.lead{font-size:18px;color:var(--muted);margin:0 0 14px}
.hero-about{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.55}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.micro{font-size:13px;color:var(--muted);margin-top:10px}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:2px solid rgba(37,42,58,.85);
  border-radius:var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.hero-card{
  position:relative;overflow:hidden;
  padding:18px;border-radius:var(--radius);
  border:2px solid rgba(110,231,255,.22);
  background:rgba(18,20,27,.6);
  box-shadow: var(--shadow)
}
.card-note{margin-top:12px;color:var(--muted);font-size:13px}

.hero-card::before{content:"";position:absolute;inset:-80px;pointer-events:none;opacity:.18;background:radial-gradient(600px 240px at 20% 0%, rgba(110,231,255,.35), transparent 60%), radial-gradient(520px 240px at 90% 20%, rgba(183,255,110,.32), transparent 60%);}
.chat{position:relative;z-index:1;padding-top:44px}
/* badge must never clash with right-aligned bubbles */
.chat-badge{position:absolute;top:14px;left:14px;right:auto;z-index:2;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid rgba(183,255,110,.28);background:rgba(183,255,110,.10);color:var(--text);font-size:12px;font-weight:800;letter-spacing:.2px}
.chat-badge svg{width:18px;height:18px;display:block}

.chat{display:flex;flex-direction:column;gap:10px}
.bubble{
  max-width:92%;
  padding:10px 12px;border-radius:16px;
  border:2px solid rgba(37,42,58,.85);
  background: rgba(255,255,255,.03);
  color:var(--text);
  font-size:14px;
}
.bubble.user{align-self:flex-end;border-color:rgba(183,255,110,.25);background:rgba(183,255,110,.08)}
.bubble.ss{align-self:flex-start;border-color:rgba(110,231,255,.25);background:rgba(110,231,255,.08)}

.grid3{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:14px;padding-bottom:6px}
.grid3 h2{margin:0 0 6px;font-size:18px}
.grid3 p{margin:0;color:var(--muted)}

.split{display:grid;grid-template-columns:1.05fr .95fr;gap:14px;align-items:start;padding-top:10px}
.split h2{margin:0 0 10px}
.small{color:var(--muted);font-size:14px}
.tiny{color:var(--muted);font-size:12px}
.note{margin-top:10px}

/* Steps (cleaner than default list markers) */
.steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
  counter-reset: step;
}
.steps li{
  counter-increment: step;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:16px;
  border:2px solid rgba(37,42,58,.78);
  background: rgba(255,255,255,.03);
}
.steps li::before{
  content: counter(step);
  width:28px;height:28px;
  border-radius:999px;
  display:grid;place-items:center;
  font-weight:900;
  border:2px solid rgba(110,231,255,.38);
  background: rgba(110,231,255,.12);
}

/* Steps (alt variant used in ROI cards) */
.steps .step{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:16px;
  border:2px solid rgba(37,42,58,.78);
  background: rgba(255,255,255,.03);
}
.steps .dot{
  width:28px;height:28px;
  border-radius:999px;
  display:grid;place-items:center;
  font-weight:900;
  border:2px solid rgba(110,231,255,.38);
  background: rgba(110,231,255,.12);
  flex:0 0 28px;
}

.ticks{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.ticks li{position:relative;padding-left:22px;color:var(--muted)}
.ticks li::before{content:"✓";position:absolute;left:0;top:0;color:var(--accent2);font-weight:900}

.badge{
  margin-top:14px;
  display:inline-block;
  padding:8px 10px;border-radius:999px;
  border:2px solid rgba(183,255,110,.25);
  background: rgba(183,255,110,.08);
  color:var(--text);
  font-size:13px;font-weight:800;
}

/* PRICING alignment */
.pricing{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:12px;
  align-items:stretch;
}
.price.card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.price-head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:10px;
  min-height:52px;
}
.price h3{margin:0}
.amount{font-size:22px;font-weight:900}
.amount span{font-size:12px;color:var(--muted);font-weight:700}
.price ul.ticks{
  margin:12px 0 0;
  flex:1;
}
.price-foot{
  margin-top:14px;
  display:grid;
  gap:10px;
}
.highlight{
  border-color:rgba(110,231,255,.50);
  background:rgba(110,231,255,.06)
}

.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}
details summary{cursor:pointer;font-weight:900}
details p{margin:10px 0 0;color:var(--muted)}

.contact{padding-top:8px;padding-bottom:26px}

.footer{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  border-top:2px solid rgba(37,42,58,.7);
  color:var(--muted);
  padding-top:16px;padding-bottom:26px;
}
.footer-links{display:flex;gap:12px}

@media (max-width: 920px){
  .hero{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr}
  .nav{display:none}
}


/* v6 additions */
.section-head{margin: 26px 0 14px}
.section-head .muted{margin-top:6px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card.small{padding:16px}
.form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}
.form .lbl{display:block;min-height:44px;line-height:1.25;color:var(--muted)}
.form label.span-2{grid-column:1/-1}
input{background: rgba(255,255,255,.05);border:1px solid rgba(170,176,197,.26);border-radius:10px;padding:10px 10px;color:var(--text);outline:none}
input:focus{border-color: rgba(110,231,255,.55);box-shadow: 0 0 0 3px rgba(110,231,255,.12)}
.roi-out{margin-top:12px;display:grid;gap:10px}
.kpi{display:flex;align-items:baseline;justify-content:space-between;border:1px solid rgba(170,176,197,.18);background: rgba(255,255,255,.03);padding:12px;border-radius:14px}
.kpi-label{color:var(--muted);font-size:13px}
.kpi-value{font-weight:900;font-size:18px}
.note{color:var(--muted);font-size:12px}
.callout{margin-top:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(183,255,110,.22);background: rgba(183,255,110,.06);color:var(--text)}
.footer-top{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.footer-contacts{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:13px}
.sep{opacity:.6}

/* Add-on price pills */
.addon-pricing{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
.pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border-radius:999px;border:1px solid rgba(170,176,197,.22);background: rgba(255,255,255,.04);font-size:12px;font-weight:900;color:var(--text);letter-spacing:.15px}
.pill.ghost{border-color: rgba(110,231,255,.22);background: rgba(110,231,255,.06)}
.sticky-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:50;gap:10px;padding:10px 12px;background: rgba(10,12,18,.88);backdrop-filter: blur(10px);border-top:1px solid rgba(170,176,197,.18)}
.sticky-cta .btn{flex:1;justify-content:center}
@media (max-width: 860px){
  .grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
  /* Sticky CTA: show only after hero (prevents crowded first screen) */
  .sticky-cta{display:none}
  body{padding-bottom:0}
  body.sticky-on .sticky-cta{display:flex}
  body.sticky-on{padding-bottom:76px}
}


@media (max-width: 560px){
  .wrap{padding:16px 16px}
  .header{gap:10px}
  .logo-img{width:44px;height:44px;padding:7px;border-radius:12px}
  .brandname{font-size:16px}
  .tagline{font-size:12px}

  /* Hide header CTA buttons on small screens (hero + sticky CTA handle conversions) */
  .header .cta{display:none}

  .hero{padding-top:16px;padding-bottom:18px}
  .hero h1{font-size:38px}
  .lead{font-size:16px}

  /* Hero actions: stack main CTAs, turn Mail into a simple link */
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%;justify-content:center}
  .hero-actions .btn.tertiary{
    width:auto;justify-content:flex-start;
    padding:0;border:none;background:transparent;
    text-decoration: underline;
    text-decoration-color: rgba(238,241,255,.35);
    text-underline-offset: 3px;
    color: var(--muted);
  }

  /* Chat badge: keep it subtle on small screens */
  .chat{padding-top:40px}
  .chat-badge{top:12px;left:12px;right:auto;padding:6px 8px}
  .chat-badge span{display:none}

  /* Footer: de-clutter */
  .footer{flex-direction:column;align-items:flex-start}
  .footer-top{flex-direction:column;align-items:flex-start;gap:8px}
  .footer-contacts{flex-direction:column;align-items:flex-start;gap:6px}
  .sep{display:none}
  .footer-links{align-self:flex-start}
}
