/* Networking page */
.cw-net-hero {
    padding-block: 5rem;
    background: linear-gradient(135deg, #F0F1FF 0%, #ffffff 60%, #F0FFF9 100%);
}

@media (min-width: 1024px) {
    .cw-net-hero { padding-block: 7rem; }
}

.cw-net-hero__grid {
    align-items: center;
}

@media (min-width: 1024px) {
    .cw-net-hero__grid.cw-grid-2--wide {
        gap: 3rem;
    }
}

.cw-net-hero__copy {
    min-width: 0;
}

.cw-net-hero__title.cw-heading-xl {
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
}

.cw-net-hero__title-line {
    display: block;
}

.cw-net-hero__lead {
    max-width: 30rem;
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--cw-n700);
}

.cw-net-hero__quote {
    display: inline-block;
    margin: 0 0 2rem;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(72, 74, 194, 0.07), rgba(42, 209, 163, 0.07));
    border: 1px solid rgba(72, 74, 194, 0.125);
}

.cw-net-hero__quote p {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    color: var(--cw-n900);
}

.cw-net-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
    width: 100%;
}

.cw-net-hero__btn {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--cw-radius);
}

.cw-net-hero__btn.cw-btn--primary {
    box-shadow: 0 4px 14px rgba(72, 74, 194, 0.27);
}

@media (min-width: 640px) {
    .cw-net-hero__actions {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .cw-net-hero__btn {
        width: auto;
    }
}

.cw-net-hero__phones {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: nowrap;
}

.cw-net-hero__phones-contact {
    display: none;
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .cw-net-hero__phones-contact {
        display: block;
        flex-shrink: 0;
    }
}

.cw-net-problem {
    padding: 1.5rem;
    border-radius: 1rem;
    background: var(--cw-white);
    border: 1px solid var(--cw-n400);
}

.cw-net-problem__emoji {
    font-size: 1.875rem;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.cw-net-problem__title {
    font-family: var(--font-display);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--cw-n900);
    margin: 0 0 0.5rem;
}

.cw-net-problem__desc {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--cw-n700);
}

.cw-net-solution__grid {
    align-items: center;
}

.cw-net-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cw-net-step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.cw-net-step__icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cw-net-step__icon svg.lucide {
    width: 1.375rem;
    height: 1.375rem;
}

.cw-net-step__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--cw-n900);
    margin-bottom: 0.25rem;
}

.cw-net-step__num {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 0.5rem;
}

.cw-net-step__desc {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--cw-n700);
}

.cw-net-solution__phone {
    display: flex;
    justify-content: center;
}

.cw-net-qr {
    background: var(--cw-n900);
    color: var(--cw-white);
}

.cw-net-qr__grid {
    align-items: center;
}

.cw-net-qr__phone {
    display: flex;
    justify-content: center;
}

.cw-net-qr__label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(42, 209, 163, 0.2);
    color: var(--cw-mint);
    margin-bottom: 1rem;
}

.cw-net-qr__title {
    color: var(--cw-white);
    margin-bottom: 1rem;
}

.cw-net-qr__lead {
    margin: 0 0 1.5rem;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: #94a3b8;
}

.cw-net-qr__list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cw-net-qr__list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-body);
    font-size: 0.875rem;
    color: #cbd5e1;
}

.cw-net-qr__list-item svg.lucide {
    width: 1rem;
    height: 1rem;
    color: var(--cw-mint);
    flex-shrink: 0;
}

.cw-net-events__title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--cw-n900);
    margin: 0 0 1.5rem;
}

.cw-net-cta__icon {
    width: 2.25rem;
    height: 2.25rem;
    color: var(--cw-mint);
    margin: 0 auto 1rem;
    display: block;
}

