:root {
  --bg: #0a0a0f;
  --text: #e8e8ec;
  --muted: #8a8a9a;
  --accent: #c8a96e;
  --border: rgba(255, 255, 255, 0.08);
  --surface: #111118;
  --surface2: #16161f;
  --surface3: #1e1e2a;
}

.cwp-svc-hero{background:var(--bg);padding:8rem 2.5rem 5rem;text-align:center;position:relative;overflow:hidden}
.cwp-svc-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 50% 40%,rgba(200,169,110,.06) 0%,transparent 65%);pointer-events:none}
.cwp-svc-hero>*{position:relative;z-index:1}
.cwp-svc-hero .cwp-label{margin-bottom:1rem}
.cwp-svc-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.8rem,6vw,5rem);letter-spacing:.04em;line-height:1;color:var(--text);margin:0 0 1rem}
.cwp-svc-hero h1 span{background:linear-gradient(135deg,var(--accent),#e8d5a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.cwp-svc-hero p{font-size:1.05rem;color:var(--muted);max-width:580px;margin:0 auto;line-height:1.75}
.cwp-svc-hero-ctas{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}

.cwp-svc-section{padding:5rem 0}
.cwp-svc-section.alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.cwp-svc-section.bg{background:var(--bg)}
.cwp-svc-head{text-align:center;margin-bottom:3.5rem}
.cwp-svc-head .cwp-desc{margin:0 auto;text-align:center}

.cwp-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 2.5rem}
.cwp-svc-card{background:var(--surface2);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.cwp-svc-card:hover{border-color:rgba(200,169,110,.35);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.3)}
.cwp-svc-card.featured{border-color:rgba(200,169,110,.3);position:relative}
.cwp-svc-card.featured::before{content:attr(data-badge);position:absolute;top:12px;right:12px;background:rgba(200,169,110,.12);color:var(--accent);font-size:.62rem;font-weight:700;letter-spacing:.1em;padding:.3rem .7rem;border-radius:20px;border:1px solid rgba(200,169,110,.25);z-index:2}
.cwp-svc-preview{height:110px;background:var(--surface3);border-bottom:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;gap:.35rem}
.cwp-scm-bar{height:6px;border-radius:4px;background:rgba(200,169,110,.15)}
.cwp-scm-bar.w80{width:80%}.cwp-scm-bar.w60{width:60%}.cwp-scm-bar.w45{width:45%}
.cwp-scm-bar.accent{background:rgba(200,169,110,.35)}
.cwp-scm-row{display:flex;gap:.4rem;flex:1;margin-top:.25rem}
.cwp-scm-col{flex:1;border-radius:6px;background:rgba(255,255,255,.04)}
.cwp-svc-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.cwp-svc-icon{font-size:1.6rem;margin-bottom:.6rem;display:block}
.cwp-svc-name{font-family:'Bebas Neue',sans-serif;font-size:1.25rem;letter-spacing:.04em;color:var(--text);margin-bottom:.5rem}
.cwp-svc-desc{font-size:.85rem;color:var(--muted);line-height:1.7;margin-bottom:1rem;flex:1}
.cwp-svc-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.2rem}
.cwp-svc-tag{font-size:.68rem;font-weight:600;color:var(--accent);background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.18);padding:.2rem .6rem;border-radius:20px}
.cwp-svc-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.2rem}
.cwp-svc-feat{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted)}
.cwp-svc-feat::before{content:'✓';color:var(--accent);font-weight:700;font-size:.75rem}
.cwp-svc-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}
.cwp-svc-price{font-family:'Bebas Neue',sans-serif;font-size:1.3rem;letter-spacing:.04em;color:var(--accent);line-height:1}
.cwp-svc-price small{font-size:.65rem;color:var(--muted);font-family:'DM Sans',sans-serif;margin-right:.2rem}
.cwp-svc-link{font-size:.82rem;color:var(--accent);text-decoration:none;font-weight:600;transition:color .2s}
.cwp-svc-link:hover{color:#e0bf82}

.cwp-svc-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1280px;margin:0 auto;padding:0 2.5rem;position:relative}
.cwp-svc-steps::before{content:'';position:absolute;top:36px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(200,169,110,.3) 20%,rgba(200,169,110,.3) 80%,transparent)}
.cwp-svc-step{text-align:center;position:relative;z-index:1;padding:.5rem}
.cwp-svc-step-num{width:72px;height:72px;border-radius:50%;border:2px solid rgba(200,169,110,.3);background:var(--surface2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 1.1rem;transition:border-color .25s,box-shadow .25s}
.cwp-svc-step:hover .cwp-svc-step-num{border-color:var(--accent);box-shadow:0 0 20px rgba(200,169,110,.2)}
.cwp-svc-step-idx{position:absolute;top:-5px;right:-5px;width:20px;height:20px;border-radius:50%;background:var(--accent);color:#0a0a0f;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}
.cwp-svc-step-title{font-family:'Bebas Neue',sans-serif;font-size:1.05rem;letter-spacing:.05em;color:var(--text);margin-bottom:.5rem}
.cwp-svc-step-desc{font-size:.8rem;color:var(--muted);line-height:1.6}

.cwp-svc-guarantees{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1280px;margin:0 auto;padding:0 2.5rem}
.cwp-svc-guarantee{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center;transition:border-color .2s}
.cwp-svc-guarantee:hover{border-color:rgba(200,169,110,.25)}
.cwp-svc-guarantee-icon{font-size:1.5rem;margin-bottom:.5rem}
.cwp-svc-guarantee-title{font-size:.75rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}
.cwp-svc-guarantee-desc{font-size:.78rem;color:var(--muted);line-height:1.55}

.cwp-svc-cta{background:var(--bg);padding:6rem 2.5rem;text-align:center;position:relative;overflow:hidden}
.cwp-svc-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 50% 100%,rgba(200,169,110,.06) 0%,transparent 65%),radial-gradient(ellipse 40% 60% at 20% 50%,rgba(123,110,246,.04) 0%,transparent 60%);pointer-events:none}
.cwp-svc-cta>*{position:relative;z-index:1}
.cwp-svc-cta h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.2rem,4.5vw,3.8rem);letter-spacing:.04em;color:var(--text);margin-bottom:.75rem;line-height:1.05}
.cwp-svc-cta h2 span{color:var(--accent)}
.cwp-svc-cta p{font-size:1rem;color:var(--muted);max-width:520px;margin:0 auto 2.5rem;line-height:1.7}
.cwp-svc-cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}

.cwp-svc-editor{max-width:1280px;margin:0 auto;padding:0 2.5rem}
.cwp-svc-editor .entry-content{color:var(--muted);line-height:1.8;font-size:.95rem}
.cwp-svc-editor .entry-content h2{font-family:'Bebas Neue',sans-serif;font-size:1.8rem;letter-spacing:.04em;color:var(--text);margin:2.5rem 0 1rem}
.cwp-svc-editor .entry-content p{margin-bottom:1rem}
.cwp-svc-editor .entry-content ul{list-style:none;padding:0;margin:0 0 1.5rem}
.cwp-svc-editor .entry-content ul li{padding:.4rem 0;padding-left:1.2rem;position:relative}
.cwp-svc-editor .entry-content ul li::before{content:'→';position:absolute;left:0;color:var(--accent)}

@media(max-width:1100px){.cwp-svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.cwp-svc-steps{grid-template-columns:repeat(3,1fr)}.cwp-svc-steps::before{display:none}.cwp-svc-guarantees{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.cwp-svc-grid{grid-template-columns:1fr}.cwp-svc-steps{grid-template-columns:1fr}.cwp-svc-guarantees{grid-template-columns:1fr}}
