/* ─────────────────────────────────────────
   WolkNetz — Service / Solution pages CSS
   Shared by all 6 service pages
───────────────────────────────────────── */

/* ── Service hero strip ── */
.svc-hero {
    padding: 140px 0 90px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 60%, #0f172a 100%);
}
.svc-hero::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 56px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.svc-hero .noise {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}
.svc-hero .glow-a {
    position: absolute; top: -80px; right: -60px;
    width: 520px; height: 520px; border-radius: 50%;
    background: radial-gradient(circle, rgba(80,70,228,.35) 0%, transparent 65%);
    pointer-events: none;
}
.svc-hero .glow-b {
    position: absolute; bottom: 40px; left: -80px;
    width: 380px; height: 380px; border-radius: 50%;
    background: radial-gradient(circle, rgba(139,92,246,.22) 0%, transparent 65%);
    pointer-events: none;
}
.svc-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--wn-r-pill); padding: 6px 18px;
    font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(255,255,255,.75); margin-bottom: 22px;
}
.svc-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 800; letter-spacing: -.6px;
    color: #fff; line-height: 1.12; margin-bottom: 20px;
}
.svc-hero h1 .accent { background: var(--wn-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.svc-hero .lead {
    font-size: 1.05rem; color: rgba(255,255,255,.55);
    line-height: 1.8; max-width: 540px; margin-bottom: 36px;
}
.svc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.svc-hero-stats {
    display: flex; flex-wrap: wrap; gap: 20px; margin-top: 44px;
}
.svc-hero-stat {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--wn-r-md); padding: 16px 22px;
    backdrop-filter: blur(10px);
}
.svc-hero-stat .val {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.7rem; font-weight: 800; color: #fff; line-height: 1;
}
.svc-hero-stat .lbl { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 4px; }

/* Hero visual card */
.svc-hero-visual {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--wn-r-xl);
    padding: 32px;
    backdrop-filter: blur(12px);
}
.svc-hero-visual .tech-stack {
    display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px;
}
.tech-chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
    border-radius: 6px; padding: 6px 12px;
    font-size: 12px; font-weight: 600; color: rgba(255,255,255,.8);
}
.tech-chip i { font-size: 14px; color: var(--wn-secondary); }

/* ── Section helpers ── */
.section-alt { background: var(--wn-light); }
.section-dark { background: var(--wn-dark); }

/* ── Feature cards ── */
.feat-card {
    background: #fff;
    border: 1px solid var(--wn-border);
    border-radius: var(--wn-r-lg);
    padding: 30px 26px;
    height: 100%;
    transition: var(--wn-t);
    position: relative; overflow: hidden;
}
.feat-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--wn-grad);
    transform: scaleX(0); transform-origin: left;
    transition: transform .3s var(--wn-ease);
}
.feat-card:hover { transform: translateY(-6px); box-shadow: var(--wn-shadow-lg); border-color: transparent; }
.feat-card:hover::before { transform: scaleX(1); }
.feat-icon {
    width: 54px; height: 54px; border-radius: var(--wn-r-md);
    background: var(--wn-grad); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(var(--wn-primary-rgb), .28);
}
.feat-card h5 { font-size: 16px; font-weight: 700; color: var(--wn-dark); margin-bottom: 9px; }
.feat-card p  { font-size: 14px; color: var(--wn-muted); line-height: 1.65; margin-bottom: 0; }

/* ── Process steps ── */
.step-row { display: flex; flex-direction: column; gap: 0; }
.step-item-v {
    display: flex; gap: 24px; align-items: flex-start;
    padding-bottom: 36px; position: relative;
}
.step-item-v:not(:last-child)::before {
    content: ''; position: absolute;
    left: 23px; top: 52px; bottom: 0; width: 2px;
    background: linear-gradient(to bottom, var(--wn-primary), transparent);
}
.step-num-v {
    width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
    background: var(--wn-grad); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px; font-weight: 800;
    box-shadow: 0 6px 20px rgba(var(--wn-primary-rgb), .3);
}
.step-body h5 { font-size: 16px; font-weight: 700; color: var(--wn-dark); margin-bottom: 6px; margin-top: 10px; }
.step-body p  { font-size: 14px; color: var(--wn-muted); line-height: 1.65; margin-bottom: 0; }

/* ── Tech grid ── */
.tech-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 14px; }
.tech-item {
    background: #fff; border: 1px solid var(--wn-border);
    border-radius: var(--wn-r-md); padding: 18px 12px;
    text-align: center; transition: var(--wn-t); cursor: default;
}
.tech-item:hover { border-color: rgba(var(--wn-primary-rgb), .3); box-shadow: var(--wn-shadow); transform: translateY(-3px); }
.tech-item i { font-size: 28px; color: var(--wn-primary); display: block; margin-bottom: 8px; }
.tech-item span { font-size: 12px; font-weight: 600; color: var(--wn-body); }

/* ── Benefit list ── */
.benefit-list { list-style: none; padding: 0; margin: 0; }
.benefit-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 12px 0; border-bottom: 1px solid var(--wn-border);
    font-size: 14.5px; color: var(--wn-body);
}
.benefit-list li:last-child { border-bottom: none; }
.benefit-list li .chk {
    width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
    background: rgba(var(--wn-primary-rgb), .1); color: var(--wn-primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; margin-top: 1px;
}

/* ── FAQ accordion ── */
.wn-faq .accordion-button {
    font-size: 15px; font-weight: 600; color: var(--wn-dark);
    background: #fff; box-shadow: none;
}
.wn-faq .accordion-button:not(.collapsed) {
    color: var(--wn-primary); background: rgba(var(--wn-primary-rgb), .04);
}
.wn-faq .accordion-button::after {
    filter: none;
}
.wn-faq .accordion-button:not(.collapsed)::after {
    filter: invert(26%) sepia(98%) saturate(1500%) hue-rotate(230deg);
}
.wn-faq .accordion-item {
    border: 1px solid var(--wn-border);
    border-radius: var(--wn-r-md) !important;
    margin-bottom: 10px; overflow: hidden;
}
.wn-faq .accordion-body { font-size: 14.5px; color: var(--wn-muted); line-height: 1.75; padding-top: 0; }

/* ── CTA strip ── */
.svc-cta {
    background: var(--wn-grad); padding: 80px 0;
    position: relative; overflow: hidden;
}
.svc-cta::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 28px 28px;
}
.svc-cta h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 12px; }
.svc-cta p  { color: rgba(255,255,255,.62); font-size: 1rem; margin-bottom: 0; }

/* ── Responsive ── */
@media (max-width: 767px) {
    .svc-hero { padding: 120px 0 70px; }
    .tech-grid { grid-template-columns: repeat(3, 1fr); }
    .svc-hero-visual { margin-top: 32px; }
}
