/* ═══════════════════════════════════════════════════════════════════════════
   Partycypacja i e-głosowania Landing Page — Supplementary Stylesheet
   Classes specific to partycypacja.php partial
   Extends landing.css — uses var(--csl-...) custom properties
   Mobile-first responsive (768px, 1024px)
   Prefix: .csl-part__
   ═══════════════════════════════════════════════════════════════════════════ */


/* ── DARK SECTION VARIANT ─────────────────────────────────────────────────── */

.csl-section--dark {
    background: #131524;
    color: #fff;
    border-top: 1px solid #1e2336;
}

.csl-section__title--light {
    color: #fff;
}

.csl-section__title--center {
    text-align: center;
}


/* ══════════════════════════════════════════════════════════════════════════
   1. HERO — PARTYCYPACJA VARIANT
   ══════════════════════════════════════════════════════════════════════════ */

.csl-hero--part {
    background: var(--csl-white);
    padding-top: 96px;
    padding-bottom: 64px;
    text-align: left;
}

@media (min-width: 768px) {
    .csl-hero--part {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1024px) {
    .csl-hero--part {
        padding-top: 136px;
        padding-bottom: 96px;
    }
}

.csl-hero--part .csl-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 1024px) {
    .csl-hero--part .csl-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
}

.csl-hero--part .csl-hero__content {
    order: 1;
}

@media (min-width: 1024px) {
    .csl-hero--part .csl-hero__content {
        order: 0;
    }
}

.csl-hero--part .csl-hero__badge-wrap {
    text-align: left;
    margin-bottom: 20px;
}

.csl-hero--part .csl-hero__badge-wrap .csl-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.csl-hero--part .csl-hero__heading {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--csl-dark);
    margin-bottom: 24px;
    max-width: none;
    text-align: left;
}

@media (min-width: 768px) {
    .csl-hero--part .csl-hero__heading {
        font-size: 2.75rem;
    }
}

@media (min-width: 1024px) {
    .csl-hero--part .csl-hero__heading {
        font-size: 3.25rem;
    }
}

.csl-hero--part .csl-hero__text {
    font-size: 1rem;
    color: var(--csl-muted);
    line-height: 1.7;
    margin-bottom: 16px;
    max-width: none;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.csl-hero__text--strong {
    font-weight: 700;
    color: var(--csl-dark) !important;
}

/* Context strip */
.csl-part__hero-context {
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 32px;
    font-size: 0.875rem;
    color: var(--csl-muted);
}

.csl-part__hero-context strong {
    color: var(--csl-dark);
}

/* Status box */
.csl-part__status-box {
    background: #f4f6f9;
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    padding: 12px 20px;
    margin-bottom: 24px;
    font-size: 0.875rem;
    color: var(--csl-dark);
    font-weight: 500;
}

.csl-part__status-label {
    font-weight: 800;
    color: var(--csl-purple);
    margin-right: 4px;
}

/* Feature chips */
.csl-part__hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}

.csl-part__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #005c66;
    background: rgba(140, 210, 217, 0.1);
    border: 1px solid rgba(140, 210, 217, 0.2);
    border-radius: 999px;
    padding: 6px 14px;
}

.csl-part__chip .csl-icon {
    flex-shrink: 0;
    color: #8cd2d9;
}

/* CTA area */
.csl-hero--part .csl-hero__ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 480px) {
    .csl-hero--part .csl-hero__ctas {
        flex-direction: row;
        align-items: flex-start;
    }
}

.csl-hero--part .csl-hero__cta-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.csl-hero__cta-note {
    font-size: 0.75rem;
    color: var(--csl-muted);
    font-weight: 500;
}

/* Hero visual */
.csl-hero--part .csl-hero__visual {
    order: 0;
}

@media (min-width: 1024px) {
    .csl-hero--part .csl-hero__visual {
        order: 1;
    }
}

.csl-part__hero-visual-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    border: 1px solid var(--csl-border);
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.12);
}

.csl-part__hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.7s ease, opacity 0.3s ease;
}

.csl-part__hero-visual-wrap:hover .csl-part__hero-img {
    transform: scale(1.04);
    opacity: 0.75;
}

/* Callouts */
.csl-part__callout {
    position: absolute;
    background: #fff;
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--csl-dark);
    display: none;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    z-index: 2;
}

@media (min-width: 600px) {
    .csl-part__callout { display: flex; }
}

.csl-part__callout--tl { top: 15%; left: -2%; }
.csl-part__callout--mr { top: 45%; right: -5%; }
.csl-part__callout--bl { bottom: 20%; left: 8%; }

.csl-part__callout-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: part-pulse 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes part-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.csl-part__callout .csl-icon { color: var(--csl-purple); flex-shrink: 0; }
.csl-part__callout--bl .csl-icon { color: #8cd2d9; }

/* Play overlay */
.csl-part__play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(19, 21, 36, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background 0.3s ease;
    z-index: 3;
}

.csl-part__hero-visual-wrap:hover .csl-part__play-overlay {
    background: rgba(19, 21, 36, 0.3);
}

.csl-part__play-btn {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transition: transform 0.2s ease;
    color: var(--csl-purple);
}

.csl-part__hero-visual-wrap:hover .csl-part__play-btn {
    transform: scale(1.1);
}

.csl-part__play-label {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--csl-dark);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}


/* ══════════════════════════════════════════════════════════════════════════
   2. PROBLEM SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__problem {
    background: #f4f6f9;
    border-top: 1px solid var(--csl-border);
    border-bottom: 1px solid var(--csl-border);
}

.csl-part__problem-highlight {
    background: rgba(82, 15, 125, 0.05);
    border: 1px solid rgba(82, 15, 125, 0.1);
    border-radius: 20px;
    padding: 28px 32px;
    margin-bottom: 48px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.csl-part__problem-highlight p {
    font-size: 1rem;
    font-weight: 700;
    color: var(--csl-purple);
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 768px) {
    .csl-part__problem-highlight p {
        font-size: 1.125rem;
    }
}

.csl-part__problem-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .csl-part__problem-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .csl-part__problem-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.csl-part__problem-card {
    background: var(--csl-white);
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 32px;
    box-shadow: var(--csl-shadow-sm);
}

.csl-part__problem-icon {
    width: 48px;
    height: 48px;
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.csl-part__problem-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--csl-dark);
    margin-bottom: 10px;
}

.csl-part__problem-card p {
    font-size: 0.875rem;
    color: var(--csl-muted);
    line-height: 1.65;
    font-weight: 500;
    margin: 0;
}


/* ══════════════════════════════════════════════════════════════════════════
   3. QUALIFICATION SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__qual {
    background: var(--csl-white);
}

.csl-part__qual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .csl-part__qual-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .csl-part__qual-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.csl-part__qual-card {
    display: flex;
    flex-direction: column;
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 20px;
    padding: 24px;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--csl-shadow-sm);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.csl-part__qual-card:hover {
    box-shadow: var(--csl-shadow-md);
    border-color: rgba(82, 15, 125, 0.3);
}

.csl-part__qual-icon {
    width: 48px;
    height: 48px;
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--csl-purple);
    margin-bottom: 20px;
    transition: background 0.2s ease, color 0.2s ease;
}

.csl-part__qual-card:hover .csl-part__qual-icon {
    background: var(--csl-purple);
    color: var(--csl-white);
}

.csl-part__qual-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--csl-dark);
    margin-bottom: 8px;
}

.csl-part__qual-card p {
    font-size: 0.875rem;
    color: var(--csl-muted);
    line-height: 1.6;
    flex: 1;
    margin: 0 0 16px;
}

.csl-part__qual-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--csl-purple);
    margin-top: auto;
}

.csl-part__qual-card:hover .csl-part__qual-link {
    text-decoration: underline;
}


/* ══════════════════════════════════════════════════════════════════════════
   4. PERSPECTIVES SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__perspectives {
    background: var(--csl-body-bg);
    border-top: 1px solid var(--csl-border);
    border-bottom: 1px solid var(--csl-border);
}

.csl-part__persp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 64px;
}

@media (min-width: 1024px) {
    .csl-part__persp-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.csl-part__persp-card {
    background: var(--csl-white);
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 32px;
    box-shadow: var(--csl-shadow-sm);
}

.csl-part__persp-img-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--csl-border);
    margin-bottom: 24px;
}

.csl-part__persp-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.csl-part__persp-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(255,255,255,0.95);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--csl-dark);
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.csl-part__persp-card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--csl-dark);
    margin-bottom: 12px;
}

.csl-part__persp-sub {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 8px;
}

.csl-part__persp-sub--purple { color: var(--csl-purple); }
.csl-part__persp-sub--teal   { color: #005c66; }

.csl-part__persp-card > p {
    font-size: 0.9375rem;
    color: var(--csl-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.csl-part__persp-effect {
    border-radius: 12px;
    padding: 16px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
}

.csl-part__persp-effect--purple {
    background: rgba(82, 15, 125, 0.05);
    border: 1px solid rgba(82, 15, 125, 0.1);
    color: var(--csl-purple);
}

.csl-part__persp-effect--teal {
    background: rgba(140, 210, 217, 0.1);
    border: 1px solid rgba(140, 210, 217, 0.2);
    color: #005c66;
}

/* Process timeline */
.csl-part__timeline-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.csl-part__timeline-heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--csl-dark);
    text-align: center;
    margin-bottom: 28px;
}

.csl-part__timeline {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

@media (min-width: 768px) {
    .csl-part__timeline {
        flex-direction: row;
        gap: 12px;
    }

    .csl-part__timeline::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 8%;
        right: 8%;
        height: 2px;
        background: var(--csl-border);
        z-index: 0;
    }
}

.csl-part__timeline-step {
    flex: 1;
    background: var(--csl-white);
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--csl-shadow-sm);
}

@media (min-width: 768px) {
    .csl-part__timeline-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 20px 12px;
    }
}

.csl-part__timeline-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--csl-purple);
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(82,15,125,0.3);
}

.csl-part__timeline-step p {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--csl-dark);
    line-height: 1.3;
    margin: 0;
}


/* ══════════════════════════════════════════════════════════════════════════
   5. FEATURES SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__features {
    background: var(--csl-white);
}

.csl-part__features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .csl-part__features-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .csl-part__features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.csl-part__feature-card {
    background: var(--csl-white);
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 32px;
    box-shadow: var(--csl-shadow-sm);
    transition: box-shadow 0.2s ease;
}

.csl-part__feature-card:hover {
    box-shadow: var(--csl-shadow-md);
}

.csl-part__feature-icon {
    width: 48px;
    height: 48px;
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--csl-purple);
    margin-bottom: 20px;
}

.csl-part__feature-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--csl-dark);
    margin-bottom: 10px;
}

.csl-part__feature-card p {
    font-size: 0.9375rem;
    color: var(--csl-muted);
    line-height: 1.7;
    margin: 0;
}

/* Features mid: video button + disclaimer */
.csl-part__features-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    .csl-part__features-mid {
        flex-direction: row;
    }
}

.csl-part__disclaimer {
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--csl-muted);
    max-width: 560px;
}

.csl-part__disclaimer strong {
    color: var(--csl-dark);
}

/* Trio: platform / service / AI */
.csl-part__trio-wrap {
    background: #f4f6f9;
    border: 1px solid var(--csl-border);
    border-radius: 28px;
    padding: 40px 32px;
    margin-bottom: 48px;
}

.csl-part__trio-header {
    text-align: center;
    margin-bottom: 36px;
}

.csl-part__trio-header h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--csl-dark);
    margin-bottom: 10px;
}

.csl-part__trio-header p {
    font-size: 0.9375rem;
    color: var(--csl-muted);
    max-width: 600px;
    margin: 0 auto;
}

.csl-part__trio-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .csl-part__trio-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.csl-part__trio-card {
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--csl-shadow-sm);
}

.csl-part__trio-card .csl-icon {
    margin-bottom: 16px;
    display: block;
}

.csl-part__trio-card:nth-child(1) .csl-icon { color: var(--csl-purple); }
.csl-part__trio-card:nth-child(2) .csl-icon { color: #005c66; }
.csl-part__trio-card:nth-child(3) .csl-icon { color: #2563eb; }

.csl-part__trio-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--csl-dark);
    margin-bottom: 10px;
}

.csl-part__trio-card p,
.csl-part__trio-card ul {
    font-size: 0.875rem;
    color: var(--csl-muted);
    line-height: 1.7;
    margin: 0;
}

.csl-part__trio-card ul {
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
}

.csl-part__trio-card ul li {
    margin-bottom: 6px;
}

.csl-part__trio-disclaimer {
    font-size: 0.6875rem !important;
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: #9ca3af !important;
}

/* Demo CTA box */
.csl-part__demo-cta-box {
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 28px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    box-shadow: var(--csl-shadow-sm);
}

@media (min-width: 1024px) {
    .csl-part__demo-cta-box {
        flex-direction: row;
    }
}

.csl-part__demo-cta-text {
    flex: 1;
}

.csl-part__demo-cta-text h3 {
    font-size: 1.375rem;
    font-weight: 900;
    color: var(--csl-dark);
    margin-bottom: 12px;
}

.csl-part__demo-cta-text p {
    font-size: 0.9375rem;
    color: var(--csl-muted);
    margin-bottom: 20px;
}

.csl-part__demo-cta-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.csl-part__demo-cta-text li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--csl-dark);
}

.csl-part__demo-cta-text li .csl-icon {
    color: #8cd2d9;
    flex-shrink: 0;
}

.csl-part__demo-cta-img {
    flex: 1;
    width: 100%;
}

.csl-part__demo-cta-img-inner {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--csl-border);
    box-shadow: var(--csl-shadow-md);
    transform: rotate(2deg);
    transition: transform 0.3s ease;
}

.csl-part__demo-cta-img-inner:hover {
    transform: rotate(0deg);
}

.csl-part__demo-cta-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/* ══════════════════════════════════════════════════════════════════════════
   6. USE CASES SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__use-cases {
    background: var(--csl-body-bg);
    border-top: 1px solid var(--csl-border);
    border-bottom: 1px solid var(--csl-border);
}

.csl-part__use-cases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    .csl-part__use-cases-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .csl-part__use-cases-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.csl-part__uc-card {
    background: var(--csl-white);
    border: 1px solid #eaeaea;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--csl-shadow-sm);
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.csl-part__uc-card:hover {
    box-shadow: var(--csl-shadow-md);
}

.csl-part__uc-img {
    height: 192px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--csl-border);
    background: #f3f4f6;
}

.csl-part__uc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.5s ease;
}

.csl-part__uc-card:hover .csl-part__uc-img img {
    transform: scale(1.05);
}

.csl-part__uc-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.9);
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    color: var(--csl-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.csl-part__uc-card:hover .csl-part__uc-arrow {
    color: var(--csl-purple);
}

.csl-part__uc-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.csl-part__uc-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--csl-muted);
    margin-bottom: 12px;
}

.csl-part__uc-body h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--csl-dark);
    margin-bottom: 12px;
}

.csl-part__uc-meta {
    margin-bottom: 12px;
}

.csl-part__uc-meta p {
    font-size: 0.75rem;
    color: var(--csl-muted);
    margin-bottom: 4px;
}

.csl-part__uc-meta strong {
    color: var(--csl-dark);
}

.csl-part__uc-effect {
    margin-top: auto;
    background: #f4f6f9;
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    padding: 14px;
    font-size: 0.875rem;
    color: var(--csl-dark);
    font-weight: 500;
}

.csl-part__uc-effect-label {
    color: var(--csl-purple);
    font-weight: 800;
    margin-right: 4px;
}

/* Case study: Gmina Jaworze */
.csl-part__case-study {
    background: var(--csl-white);
    border: 1px solid #eaeaea;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 8px 32px -8px rgba(0,0,0,0.08);
    cursor: pointer;
}

@media (min-width: 1024px) {
    .csl-part__case-study {
        flex-direction: row;
        padding: 40px;
    }
}

.csl-part__cs-img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--csl-border);
    position: relative;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .csl-part__cs-img {
        width: 40%;
    }
}

.csl-part__cs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.5s ease;
}

.csl-part__case-study:hover .csl-part__cs-img img {
    transform: scale(1.04);
}

.csl-part__cs-img-hover {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.csl-part__case-study:hover .csl-part__cs-img-hover {
    opacity: 1;
}

.csl-part__cs-img-hover span,
.csl-part__cs-img-hover {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--csl-dark);
}

.csl-part__cs-img-hover {
    color: transparent;
}

.csl-part__case-study:hover .csl-part__cs-img-hover {
    color: transparent;
}

/* inner text for hover */
.csl-part__cs-img-hover::after {
    content: '';
}

.csl-part__cs-content {
    flex: 1;
}

.csl-part__cs-content h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--csl-dark);
    margin: 12px 0 16px;
}

.csl-part__cs-quote {
    font-size: 1rem;
    font-style: italic;
    color: var(--csl-muted);
    font-weight: 500;
    border-left: 4px solid var(--csl-purple);
    padding: 4px 0 4px 16px;
    margin: 0 0 24px;
    line-height: 1.7;
}

.csl-part__cs-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.csl-part__cs-chips span {
    padding: 6px 14px;
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--csl-dark);
    box-shadow: var(--csl-shadow-sm);
}


/* ══════════════════════════════════════════════════════════════════════════
   7. AUDIT SECTION (DARK)
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__audit-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(140, 210, 217, 0.1);
    border: 1px solid rgba(140, 210, 217, 0.2);
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8cd2d9;
    margin-bottom: 20px;
}

.csl-part__audit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .csl-part__audit-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .csl-part__audit-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.csl-part__audit-card {
    background: #1e2336;
    border: 1px solid #374151;
    border-radius: 20px;
    padding: 28px;
    transition: border-color 0.2s ease;
}

.csl-part__audit-card:hover {
    border-color: #4b5563;
}

.csl-part__audit-icon {
    width: 44px;
    height: 44px;
    background: rgba(82, 15, 125, 0.3);
    border: 1px solid rgba(82, 15, 125, 0.5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8cd2d9;
    margin-bottom: 20px;
}

.csl-part__audit-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.csl-part__audit-card p {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0;
}

/* Architecture box */
.csl-part__arch-box {
    max-width: 900px;
    margin: 0 auto 28px;
    background: #1e2336;
    border: 1px solid #374151;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px -20px rgba(0,0,0,0.4);
}

.csl-part__arch-box-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 32px;
    border-bottom: 1px solid #374151;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .csl-part__arch-box-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.csl-part__arch-box-header h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.csl-part__arch-box-header p {
    font-size: 0.875rem;
    color: #9ca3af;
    margin: 0;
}

.csl-part__arch-box-body {
    background: #131524;
    padding: 28px 32px;
}

.csl-part__arch-box-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.csl-part__arch-box-body li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.875rem;
    color: #d1d5db;
}

.csl-part__arch-box-body li .csl-icon {
    color: #8cd2d9;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Audit disclaimer */
.csl-part__audit-disclaimer {
    max-width: 900px;
    margin: 0 auto 28px;
    background: #1e2336;
    border: 1px solid #374151;
    padding: 24px 28px;
    border-radius: 16px;
    text-align: left;
}

.csl-part__audit-disclaimer h4 {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.csl-part__audit-disclaimer p {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0;
}

.csl-part__audit-link-wrap {
    text-align: center;
    margin-top: 36px;
}

.csl-part__audit-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8cd2d9;
    font-weight: 700;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.csl-part__audit-link:hover {
    color: #fff;
}


/* ══════════════════════════════════════════════════════════════════════════
   8. ECOSYSTEM SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__ecosystem {
    background: var(--csl-white);
}

.csl-part__eco-nodes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 960px;
    margin: 0 auto 48px;
}

@media (min-width: 768px) {
    .csl-part__eco-nodes {
        flex-direction: row;
        align-items: stretch;
    }
}

.csl-part__eco-node {
    flex: 1;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--csl-border);
    background: var(--csl-white);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--csl-shadow-sm);
    transition: border-color 0.2s ease;
}

.csl-part__eco-node:hover {
    border-color: rgba(82, 15, 125, 0.3);
}

.csl-part__eco-node--active {
    background: var(--csl-purple);
    border-color: var(--csl-purple);
    transform: scale(1.05);
    box-shadow: var(--csl-shadow-md);
}

@media (min-width: 768px) {
    .csl-part__eco-node--active {
        transform: scaleY(1.04);
    }
}

.csl-part__eco-node-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: var(--csl-body-bg);
    color: var(--csl-purple);
}

.csl-part__eco-node--active .csl-part__eco-node-icon {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.csl-part__eco-node h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--csl-dark);
    margin-bottom: 6px;
    line-height: 1.3;
}

.csl-part__eco-node--active h4 {
    color: #fff;
}

.csl-part__eco-node p {
    font-size: 0.75rem;
    color: var(--csl-muted);
    margin: 0;
    line-height: 1.5;
}

.csl-part__eco-node--active p {
    color: rgba(216, 180, 254, 0.8);
}

/* Ecosystem more */
.csl-part__eco-more {
    max-width: 720px;
    margin: 0 auto;
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    box-shadow: var(--csl-shadow-sm);
}

.csl-part__eco-more p {
    font-size: 0.875rem;
    color: var(--csl-dark);
    font-weight: 500;
    margin-bottom: 16px;
}

.csl-part__eco-more-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.csl-part__eco-more-chips span {
    padding: 4px 14px;
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--csl-muted);
}

.csl-part__eco-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--csl-purple);
    transition: opacity 0.2s ease;
}

.csl-part__eco-link:hover {
    opacity: 0.75;
    text-decoration: underline;
}


/* ══════════════════════════════════════════════════════════════════════════
   9. ENTRY MODELS SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__models {
    background: #f4f6f9;
    border-top: 1px solid var(--csl-border);
    border-bottom: 1px solid var(--csl-border);
}

.csl-part__models-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
}

@media (min-width: 768px) {
    .csl-part__models-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .csl-part__models-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.csl-part__model-card {
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 20px;
    padding: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--csl-shadow-sm);
    transition: box-shadow 0.2s ease;
}

.csl-part__model-card:hover {
    box-shadow: var(--csl-shadow-md);
}

.csl-part__model-card--popular {
    border-color: var(--csl-purple);
    box-shadow: var(--csl-shadow-md);
}

@media (min-width: 768px) {
    .csl-part__model-card--popular {
        transform: translateY(-8px);
    }
}

.csl-part__model-popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--csl-purple);
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: var(--csl-shadow-sm);
}

.csl-part__model-card h3 {
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--csl-dark);
    margin-bottom: 8px;
    margin-top: 8px;
}

.csl-part__model-card > p {
    font-size: 0.8125rem;
    color: var(--csl-muted);
    font-weight: 500;
    margin-bottom: 16px;
    flex: 1;
}

.csl-part__model-footer {
    border-top: 1px solid var(--csl-border);
    padding-top: 12px;
}

.csl-part__model-footer-label {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--csl-muted);
    margin-bottom: 4px;
}

.csl-part__model-footer p:last-child {
    font-size: 0.8125rem;
    color: var(--csl-dark);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.csl-part__models-link-wrap {
    text-align: center;
}

.csl-part__models-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--csl-purple);
    transition: opacity 0.2s ease;
}

.csl-part__models-link:hover {
    opacity: 0.75;
    text-decoration: underline;
}


/* ══════════════════════════════════════════════════════════════════════════
   10. FAQ SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__faq {
    background: var(--csl-white);
}

.csl-part__faq-inner {
    max-width: 760px;
    margin: 0 auto;
}

.csl-part__faq-inner .csl-section__title {
    margin-bottom: 48px;
}

.csl-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.csl-faq__item {
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.csl-faq__item:hover,
.csl-faq__item.is-open {
    box-shadow: var(--csl-shadow-sm);
}

.csl-faq__question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 24px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--csl-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background 0.15s ease;
}

.csl-faq__question:hover,
.csl-faq__question:focus {
    background: var(--csl-body-bg);
    outline: none;
}

.csl-faq__question span {
    flex: 1;
}

.csl-faq__question .csl-icon {
    color: #9ca3af;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.csl-faq__item.is-open .csl-faq__question .csl-icon {
    transform: rotate(180deg);
}

.csl-faq__answer {
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid var(--csl-body-bg);
}

.csl-faq__answer p {
    font-size: 0.9375rem;
    color: var(--csl-muted);
    line-height: 1.7;
    margin: 0;
}


/* ══════════════════════════════════════════════════════════════════════════
   11. FINAL CTA (BOFU) SECTION
   ══════════════════════════════════════════════════════════════════════════ */

.csl-part__bofu {
    background: var(--csl-purple);
    border-bottom: 1px solid #3e0b5e;
}

.csl-part__bofu-inner {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.csl-part__bofu-badge {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 28px;
}

.csl-part__bofu-heading {
    font-size: 1.875rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    line-height: 1.15;
}

@media (min-width: 768px) {
    .csl-part__bofu-heading {
        font-size: 2.5rem;
    }
}

.csl-part__bofu-text {
    font-size: 1rem;
    color: rgba(216, 180, 254, 0.9);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .csl-part__bofu-text {
        font-size: 1.125rem;
    }
}

.csl-part__bofu-ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-bottom: 36px;
}

@media (min-width: 540px) {
    .csl-part__bofu-ctas {
        flex-direction: row;
        align-items: flex-start;
    }
}

.csl-part__bofu-cta-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

@media (min-width: 540px) {
    .csl-part__bofu-cta-col {
        width: auto;
    }
}

.csl-part__bofu-cta-col .csl-btn {
    width: 100%;
    justify-content: center;
}

@media (min-width: 540px) {
    .csl-part__bofu-cta-col .csl-btn {
        width: auto;
    }
}

.csl-part__bofu-cta-note {
    font-size: 0.75rem;
    color: rgba(216, 180, 254, 0.8);
    font-weight: 500;
}

.csl-part__bofu-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.75);
    font-size: 0.875rem;
    font-weight: 700;
    transition: color 0.2s ease;
}

.csl-part__bofu-link:hover {
    color: #fff;
}


/* ══════════════════════════════════════════════════════════════════════════
   MODAL EXTENSIONS (info modals for use cases / entry models)
   ══════════════════════════════════════════════════════════════════════════ */

.csl-modal__box--video {
    max-width: 900px;
}

.csl-modal__box--info {
    max-width: 680px;
}

.csl-modal__box--form {
    max-width: 760px;
}

.csl-modal__subtitle {
    font-size: 0.875rem;
    color: var(--csl-muted);
    margin-top: 4px;
}

.csl-modal__foot {
    padding: 20px 28px;
    border-top: 1px solid var(--csl-border);
    background: var(--csl-body-bg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.csl-modal__foot-close {
    background: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--csl-muted);
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}

.csl-modal__foot-close:hover {
    color: var(--csl-dark);
}

/* Video frame */
.csl-part__modal-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    cursor: pointer;
    overflow: hidden;
}

.csl-part__modal-video-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.csl-part__modal-video-frame:hover img {
    opacity: 0.35;
}

.csl-part__modal-play-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.csl-part__modal-video-frame:hover .csl-part__modal-play-center {
    opacity: 1;
    transform: scale(1.05);
}

/* Info modal body */
.csl-part__info-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.csl-part__info-img {
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--csl-border);
}

.csl-part__info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csl-part__info-disclaimer {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #92400e;
}

.csl-part__info-section h4,
.csl-part__info-includes h4,
.csl-part__info-excludes h4,
.csl-part__info-step h4,
.csl-part__info-requires h4 {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 4px;
}

.csl-part__info-section p {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--csl-dark);
    margin: 0;
    line-height: 1.55;
}

.csl-part__info-includes h4 { color: var(--csl-purple); }

.csl-part__info-includes ul,
.csl-part__info-excludes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.csl-part__info-includes li,
.csl-part__info-excludes li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--csl-dark);
}

.csl-part__info-includes li .csl-icon { color: #8cd2d9; flex-shrink: 0; margin-top: 1px; }
.csl-part__info-excludes li { color: var(--csl-muted); }
.csl-part__info-excludes li .csl-icon { color: #d1d5db; flex-shrink: 0; margin-top: 1px; }

.csl-part__info-requires {
    background: rgba(140, 210, 217, 0.1);
    border: 1px solid rgba(140, 210, 217, 0.2);
    border-radius: 12px;
    padding: 14px 16px;
}

.csl-part__info-requires h4 { color: #005c66; }

.csl-part__info-requires p {
    font-size: 0.875rem;
    font-weight: 600;
    color: #005c66;
    margin: 0;
}

.csl-part__info-step {
    background: var(--csl-body-bg);
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    padding: 14px 16px;
}

.csl-part__info-step p {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--csl-dark);
    margin: 0;
}

/* ── FORM MODAL BODY ─────────────────────────────────────────────────────── */

.csl-part__form-body {
    background: var(--csl-body-bg);
}

.csl-part__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.csl-part__form-context {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    padding: 14px 16px;
}

.csl-part__form-context--purple {
    background: rgba(82, 15, 125, 0.05);
    border: 1px solid rgba(82, 15, 125, 0.1);
}

.csl-part__form-context--purple .csl-icon { color: var(--csl-purple); opacity: 0.5; }
.csl-part__form-context--teal {
    background: rgba(140, 210, 217, 0.1);
    border: 1px solid rgba(140, 210, 217, 0.2);
}
.csl-part__form-context--teal .csl-icon { color: #005c66; opacity: 0.5; }

.csl-part__form-context-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 2px;
}

.csl-part__form-context--purple .csl-part__form-context-label { color: var(--csl-purple); }
.csl-part__form-context--teal   .csl-part__form-context-label { color: #005c66; }

.csl-part__form-context-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--csl-dark);
    margin: 0;
}

.csl-part__form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 600px) {
    .csl-part__form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.csl-part__form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.csl-part__form-field label,
.csl-part__form-fieldset legend {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--csl-dark);
}

.csl-part__form-field input,
.csl-part__form-field select,
.csl-part__form-field textarea {
    width: 100%;
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.875rem;
    color: var(--csl-dark);
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    font-family: inherit;
}

.csl-part__form-field input:focus,
.csl-part__form-field select:focus,
.csl-part__form-field textarea:focus {
    border-color: var(--csl-purple);
    box-shadow: 0 0 0 3px rgba(82, 15, 125, 0.1);
}

.csl-part__form-field textarea {
    resize: none;
}

.csl-part__form-fieldset {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.csl-part__form-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--csl-dark);
}

.csl-part__form-radio input {
    width: 16px;
    height: 16px;
    accent-color: var(--csl-purple);
    flex-shrink: 0;
}

.csl-part__form-checkboxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 600px) {
    .csl-part__form-checkboxes {
        grid-template-columns: 1fr 1fr;
    }
}

.csl-part__form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    background: var(--csl-white);
    cursor: pointer;
    transition: background 0.15s ease;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--csl-dark);
}

.csl-part__form-checkbox:hover {
    background: var(--csl-body-bg);
}

.csl-part__form-checkbox input {
    width: 16px;
    height: 16px;
    accent-color: var(--csl-purple);
    flex-shrink: 0;
    margin-top: 1px;
}

.csl-part__form-phone {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.csl-part__form-phone label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--csl-dark);
}

.csl-part__form-phone input {
    width: 100%;
    background: var(--csl-white);
    border: 1px solid var(--csl-border);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.875rem;
    color: var(--csl-dark);
    outline: none;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.csl-part__form-phone input:focus {
    border-color: var(--csl-purple);
    box-shadow: 0 0 0 3px rgba(82, 15, 125, 0.1);
}

.csl-part__form-privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.csl-part__form-privacy input {
    width: 16px;
    height: 16px;
    accent-color: var(--csl-purple);
    flex-shrink: 0;
    margin-top: 2px;
}

.csl-part__form-privacy label {
    font-size: 0.75rem;
    color: var(--csl-muted);
    line-height: 1.55;
    cursor: pointer;
}

.csl-part__form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--csl-border);
}

@media (min-width: 600px) {
    .csl-part__form-footer {
        flex-direction: row;
    }
}

.csl-part__form-footer--right {
    justify-content: flex-end;
}

.csl-part__form-note {
    font-size: 0.75rem;
    color: var(--csl-muted);
    font-weight: 500;
    margin: 0;
    text-align: center;
}

@media (min-width: 600px) {
    .csl-part__form-note {
        text-align: left;
    }
}


/* ══════════════════════════════════════════════════════════════════════════
   BUDDYBOSS OVERRIDES
   ══════════════════════════════════════════════════════════════════════════ */

body.page-template-landing-page .csl-part__problem-card h3,
body.page-template-landing-page .csl-part__feature-card h3,
body.page-template-landing-page .csl-part__qual-card h3,
body.page-template-landing-page .csl-part__persp-card h3,
body.page-template-landing-page .csl-part__audit-card h3,
body.page-template-landing-page .csl-part__trio-card h4,
body.page-template-landing-page .csl-part__uc-body h3,
body.page-template-landing-page .csl-part__model-card h3,
body.page-template-landing-page .csl-part__eco-node h4 {
    font-family: inherit;
    margin-top: 0;
}

body.page-template-landing-page .csl-part__form-field input,
body.page-template-landing-page .csl-part__form-field select,
body.page-template-landing-page .csl-part__form-field textarea,
body.page-template-landing-page .csl-part__form-phone input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.page-template-landing-page .csl-part__form-field input[type="radio"],
body.page-template-landing-page .csl-part__form-field input[type="checkbox"],
body.page-template-landing-page .csl-part__form-radio input,
body.page-template-landing-page .csl-part__form-checkbox input,
body.page-template-landing-page .csl-part__form-privacy input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

body.page-template-landing-page blockquote.csl-part__cs-quote {
    border-left: 4px solid var(--csl-purple);
    padding-left: 16px;
    font-style: italic;
    background: none;
    color: var(--csl-muted);
    margin-left: 0;
    margin-right: 0;
}

body.page-template-landing-page .csl-part__bofu .csl-btn--white {
    background: #fff;
    color: var(--csl-purple);
    border: none;
}

body.page-template-landing-page .csl-part__bofu .csl-btn--white:hover {
    background: #f3f4f6;
}
