.zero-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #10b896, #0ea5e9);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.zero-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.zero-icon--lg {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1.1rem;
    margin-bottom: 1rem;
}

.zero-icon--lg svg {
    width: 1.55rem;
    height: 1.55rem;
}

.zero-icon--soft {
    background: #ecfdf8;
    color: #059669;
    margin-bottom: 0.85rem;
}

.zero-icon--warn {
    background: #fff7ed;
    color: #ea580c;
    margin-bottom: 1rem;
}

.zero-icon--on-dark {
    background: rgb(255 255 255 / 0.12);
    color: #a7f3d0;
}

.zero-audience {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: 1rem;
    max-width: 52rem;
}

.zero-audience__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    border-radius: 1.25rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 1.15rem;
    line-height: 1.55;
    color: #334155;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zero-audience__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -20px rgb(15 23 42 / 0.35);
}

.zero-plan {
    padding: 2rem;
    border-radius: 1.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px -20px rgb(15 23 42 / 0.35);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.zero-plan__title {
    margin: 0 0 0.75rem;
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
}

.zero-plan__text {
    margin: 0 0 1.5rem;
    font-size: 1.1rem;
    line-height: 1.65;
    color: #475569;
}

.zero-plan__prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.zero-plan__price {
    padding: 1rem;
    border-radius: 1rem;
    background: #ecfdf8;
    border: 1px solid #a7f3d0;
}

.zero-plan__price-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #047857;
    margin-bottom: 0.35rem;
}

.zero-plan__price-value {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
}

.zero-plan__includes-title {
    margin: 0 0 0.75rem;
    font-weight: 700;
    color: #0f172a;
}

.zero-plan__list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #475569;
    line-height: 1.6;
    display: grid;
    gap: 0.65rem;
    flex: 1;
}

.zero-plan__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.zero-plan__check {
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.1rem;
    color: #059669;
    flex-shrink: 0;
}

.zero-plan__check svg {
    width: 100%;
    height: 100%;
}

.zero-steps {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .zero-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .zero-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.zero-steps__card {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zero-steps__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px -22px rgb(15 23 42 / 0.4);
}

.zero-steps__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.zero-steps__n {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #a7f3d0;
    line-height: 1;
}

.zero-steps__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}

.zero-steps__text {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.zero-discount {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
    height: 100%;
}

.zero-discount__value {
    margin: 0 0 0.75rem;
    font-size: 2.75rem;
    font-weight: 800;
    color: #059669;
    line-height: 1;
}

.zero-discount__text {
    margin: 0;
    color: #475569;
    line-height: 1.5;
}

.zero-who-card,
.zero-risk,
.zero-review {
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    height: 100%;
}

.zero-who-card__title,
.zero-risk__title {
    margin: 0 0 0.75rem;
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a;
}

.zero-who-card__text,
.zero-risk__text {
    margin: 0;
    color: #475569;
    line-height: 1.65;
    font-size: 1.1rem;
}

.zero-quiz {
    padding: 2rem;
    border-radius: 1.75rem;
    background: rgb(255 255 255 / 0.06);
    border: 1px solid rgb(255 255 255 / 0.12);
}

.zero-quiz__progress {
    margin: 0 0 1.25rem;
    color: #a7f3d0;
    font-weight: 700;
}

.zero-quiz__question {
    margin: 0 0 1.5rem;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.45;
}

.zero-quiz__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.zero-docs-wrap {
    overflow-x: auto;
    border-radius: 1.25rem;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.zero-docs-table {
    width: 100%;
    min-width: 44rem;
    border-collapse: collapse;
    font-size: 0.98rem;
}

.zero-docs-table th,
.zero-docs-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    vertical-align: middle;
}

.zero-docs-table thead th {
    background: #f8fafc;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.zero-docs-table tbody th,
.zero-docs-table tfoot th {
    text-align: left;
    font-weight: 600;
    color: #0f172a;
}

.zero-docs-table tfoot td,
.zero-docs-table tfoot th {
    background: #ecfdf8;
    font-weight: 800;
    border-bottom: none;
}

.zero-docs-mark {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    color: #059669;
}

.zero-docs-mark svg {
    width: 100%;
    height: 100%;
}

.zero-review {
    position: relative;
}

.zero-review__quote {
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    color: #99f6e4;
    margin-bottom: 0.85rem;
}

.zero-review__quote svg {
    width: 100%;
    height: 100%;
}

.zero-review__text {
    margin: 0 0 1.25rem;
    color: #334155;
    line-height: 1.65;
    font-size: 1.05rem;
}

.zero-review__person {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.zero-review__avatar {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b896, #0ea5e9);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.zero-review__name {
    margin: 0;
    font-weight: 800;
    color: #0f172a;
}

.zero-review__role {
    margin: 0.15rem 0 0;
    color: #64748b;
    font-size: 0.95rem;
}

.zero-teaser {
    display: grid;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.75rem;
    background: linear-gradient(135deg, #ecfdf8 0%, #f0f9ff 100%);
    border: 1px solid #a7f3d0;
}

@media (min-width: 768px) {
    .zero-teaser {
        grid-template-columns: 1.4fr auto;
        align-items: center;
    }
}

.zero-teaser__kicker {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #047857;
}

.zero-teaser__title {
    margin: 0 0 0.75rem;
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
}

.zero-teaser__text {
    margin: 0;
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.6;
}

.zero-page .faq-list {
    display: grid;
    gap: 0.75rem;
}

.zero-page .faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    background: #fff;
    padding: 0;
}

.zero-page .faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 1.15rem 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.zero-page .faq-item summary::-webkit-details-marker {
    display: none;
}

.zero-page .faq-item__body {
    padding: 0 1.35rem 1.25rem;
    color: #475569;
    line-height: 1.65;
}
