/* Local AI Setup Service Sales Page — style.css (beautified + bug fixes) */
:root{
  --bg:#0b1220;
  --card:#0f1b33;
  --muted:#a6b2ce;
  --text:#eef2ff;
  --border:rgba(255,255,255,.12);
  --shadow: 0 16px 46px rgba(0,0,0,.38);
  --r:20px;
  --accent:#7c5cff;
  --accent2:#31d0aa;
  --max:1120px;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background:
    radial-gradient(1100px 700px at 12% 0%, rgba(124,92,255,.26), transparent 56%),
    radial-gradient(900px 600px at 92% 10%, rgba(49,208,170,.18), transparent 56%),
    radial-gradient(700px 500px at 40% 105%, rgba(124,92,255,.12), transparent 60%),
    var(--bg);
  line-height:1.55;
}
a{color:inherit}
.wrap{max-width:var(--max); margin:0 auto; padding:0 22px}
.muted{color:var(--muted)}
.small{font-size:12px}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(11,18,32,.70);
  border-bottom: 1px solid var(--border);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
  gap:16px;
}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand__mark{
  width:40px; height:40px; border-radius:16px;
  background: linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  position:relative;
}
.brand__mark:after{
  content:"";
  position:absolute; inset:-2px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.20);
  opacity:.55;
}
.brand__text strong{display:block; font-size:13px; letter-spacing:.4px}
.brand__text span{display:block; font-size:12px; color:var(--muted); margin-top:2px}

.nav{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.nav a{font-size:13px; text-decoration:none; color:var(--muted)}
.nav a:hover{color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px; border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  font-weight:800; font-size:13px;
  text-decoration:none;
  transition: transform .10s ease, filter .10s ease, opacity .10s ease;
}
.btn:hover{transform: translateY(-1px); filter: brightness(1.06)}
.btn--small{padding:9px 12px; border-radius:12px}
.btn--primary{
  background: linear-gradient(135deg,var(--accent),#5c7cff);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(124,92,255,.20);
}
.btn--secondary{
  background: rgba(49,208,170,.14);
  border-color: rgba(49,208,170,.45);
}
.btn--ghost{
  background: transparent;
}

.hero{padding:26px 0 12px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  color:var(--muted);
  font-size:12px;
}
.badge:before{
  content:"";
  width:8px;height:8px;border-radius:999px;
  background: linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow: 0 0 0 4px rgba(124,92,255,.10);
}
.hero__copy h1{margin:12px 0 10px; font-size:34px; line-height:1.12; letter-spacing:-.3px}
.sub{margin:0; color:var(--muted); font-size:14px}
.hero__bullets{margin-top:14px; display:grid; gap:8px}
.tick{font-size:14px}
.cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}

.trust{
  margin-top:16px;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:10px;
}
.trust__item{
  background: rgba(255,255,255,.035);
  border:1px solid var(--border);
  border-radius: 16px;
  padding:12px;
}
.trust__item strong{display:block; font-size:13px}
.trust__item span{display:block; color:var(--muted); font-size:12px; margin-top:4px}

.hero__card{
  border:1px solid var(--border);
  border-radius: var(--r);
  overflow:hidden;
  background: rgba(15,27,51,.76);
  box-shadow: var(--shadow);
}
.hero__img{width:100%; display:block}
.hero__cardInner{padding:16px}
.hero__cardInner h3{margin:0 0 8px; font-size:14px}
.hero__cardInner ul{margin:0; padding-left:18px; color:var(--muted)}
.hero__cardInner li{margin:7px 0; font-size:13px}

.mini{
  margin-top:14px;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  padding:12px;
  border-radius:16px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.035);
}
.mini__k{font-size:12px; color:var(--muted)}
.mini__v{font-size:16px; font-weight:900}
.micro{margin:10px 0 0; font-size:12px; color:var(--muted)}

.section{padding:14px 0}
.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.card{
  border:1px solid var(--border);
  border-radius: var(--r);
  background: rgba(255,255,255,.03);
  padding:18px;
}
.card h2{margin:0 0 8px; font-size:20px}
.card p{margin:0; color:var(--muted)}
.card--accent{
  background: rgba(124,92,255,.11);
  border-color: rgba(124,92,255,.32);
}
.list{margin:10px 0 0; padding-left:18px}
.list li{margin:7px 0; color:var(--text); opacity:.92; font-size:14px}

.section__head{margin-bottom:12px}
.section__head h2{margin:0; font-size:24px}
.section__head p{margin:6px 0 0}

.pricing{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:14px;
}
.price{
  border:1px solid var(--border);
  border-radius: var(--r);
  background: rgba(15,27,51,.78);
  padding:16px;
  box-shadow: var(--shadow);
  position:relative;
}
.price__top{padding-bottom:10px; border-bottom:1px solid var(--border); margin-bottom:10px}
.price h3{margin:0; font-size:18px}
.price__tag{margin:4px 0 10px; color:var(--muted); font-size:13px}
.price__num{font-size:34px; font-weight:900; letter-spacing:-.5px}
.price__note{color:var(--muted); font-size:12px; margin-top:2px}
.price ul{margin:10px 0 14px; padding-left:18px}
.price li{margin:8px 0; color:var(--text); opacity:.92; font-size:13.5px}
.price--popular{
  border-color: rgba(49,208,170,.48);
  box-shadow: 0 18px 56px rgba(49,208,170,.10), var(--shadow);
}
.ribbon{
  position:absolute; top:14px; right:14px;
  font-size:11px; font-weight:900;
  padding:6px 10px; border-radius:999px;
  background: rgba(49,208,170,.16);
  border:1px solid rgba(49,208,170,.45);
}

.note{margin-top:14px}

.steps{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:12px;
}
.step{
  border:1px solid var(--border);
  border-radius: var(--r);
  background: rgba(255,255,255,.03);
  padding:16px;
}
.step__n{
  width:34px; height:34px; border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(124,92,255,.16);
  border:1px solid rgba(124,92,255,.38);
  font-weight:900;
  margin-bottom:10px;
}
.step h3{margin:0 0 6px; font-size:14px}
.step p{margin:0; color:var(--muted); font-size:13px}

.testimonials{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:12px;
}
.quote{
  border:1px solid var(--border);
  border-radius: var(--r);
  padding:16px;
  background: rgba(255,255,255,.03);
}
.quote p{margin:0 0 10px}
.quote span{color:var(--muted); font-size:12px}

.faq details{
  border:1px solid var(--border);
  border-radius: var(--r);
  padding:12px 14px;
  background: rgba(255,255,255,.03);
  margin-bottom:10px;
}
.faq summary{cursor:pointer; font-weight:900}
.faq p{color:var(--muted); margin:8px 0 0}

.section--cta{
  padding:22px 0 26px;
}
.ctaBox{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(124,92,255,.34);
  background: rgba(124,92,255,.12);
  border-radius: var(--r);
  padding:18px;
}
.ctaBox__actions{display:flex; gap:10px; flex-wrap:wrap}

.footer{padding:22px 0 40px; border-top:1px solid var(--border); margin-top:10px}
.footer__grid{display:flex; align-items:flex-start; justify-content:space-between; gap:14px}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .testimonials{grid-template-columns:1fr}
  .trust{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .ctaBox{flex-direction:column; align-items:flex-start}
  .nav{display:none} /* keep clean on mobile; optional hamburger can be added later */
}

/* v4: Hero without image */
.hero__grid--single{
  grid-template-columns: 1fr !important;
  max-width: 860px;
  margin: 0 auto;
}

/* v5 hero image */
.hero__image{
  margin-top: 30px;
}
.hero__image img{
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
