/* Shared styles for standalone Nexa-style LP templates. */
.problems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.problem-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 36px 28px 32px;
    text-align: center;
}

.problem-card__icon {
    align-items: center;
    background: var(--bg-blue);
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 80px;
}

.problem-card__icon svg,
.number-card__icon svg,
.step__icon svg,
.support-card__icon svg {
    fill: none;
    stroke: var(--primary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.problem-card__icon svg {
    height: 36px;
    width: 36px;
}

.problem-card__title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.problem-card__title .red {
    color: var(--accent);
}

.problem-card__desc {
    color: var(--ink-light);
    font-size: 1.4rem;
    line-height: 1.7;
}

.hero__stat-number small,
.hero__stat-number .hero__stat-suffix {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin-top: 1px;
}

.cta-banner {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
    padding: 52px 0;
}

.cta-banner .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
}

.cta-banner__text {
    font-size: 2rem;
    font-weight: 900;
}

.cta-banner__text .highlight {
    color: var(--accent);
}

.cta-banner__btn-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cta-banner__mini {
    color: var(--ink-light);
    font-size: 1.2rem;
    font-weight: 500;
}

.numbers {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.number-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    padding: 32px 16px;
    text-align: center;
}

.number-card__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.number-card__icon svg {
    height: 32px;
    width: 32px;
}

.number-card__label {
    color: var(--ink-light);
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.number-card__value {
    color: var(--accent);
    font-family: "Space Grotesk", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

.number-card__unit {
    color: var(--ink);
    font-size: 1.6rem;
    font-weight: 700;
}

.number-card__desc {
    color: var(--ink-light);
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 8px;
}

.comparison {
    border-collapse: separate;
    border-radius: 12px;
    border-spacing: 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 100%;
}

.comparison thead th {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px 24px;
    text-align: center;
}

.comparison thead th:first-child,
.comparison thead th:nth-child(2) {
    background: #f0f2f5;
    color: var(--ink-light);
}

.comparison thead th:first-child {
    text-align: left;
}

.comparison thead th:nth-child(3) {
    background: var(--dark);
    color: var(--white);
}

.comparison td {
    background: var(--white);
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    padding: 16px 24px;
    text-align: center;
}

.comparison td:first-child {
    background: #fafbfc;
    color: var(--ink-light);
    font-weight: 700;
    text-align: left;
}

.comparison td:nth-child(3) {
    color: var(--primary);
    font-weight: 600;
}

.steps {
    margin: 0 auto;
    max-width: 680px;
}

.step {
    align-items: start;
    display: grid;
    gap: 0 20px;
    grid-template-columns: 100px 64px 1fr;
    position: relative;
}

.step__number {
    padding-top: 16px;
    text-align: center;
}

.step__num-label {
    color: var(--ink-light);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.step__num-value {
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
}

.step__icon-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.step__icon {
    align-items: center;
    background: var(--bg-blue);
    border-radius: 12px;
    display: flex;
    height: 56px;
    justify-content: center;
    margin-top: 12px;
    width: 56px;
}

.step__icon svg {
    height: 26px;
    width: 26px;
}

.step__line {
    background: var(--border);
    height: 48px;
    margin: 8px auto;
    width: 2px;
}

.step:last-child .step__line {
    display: none;
}

.step__arrow {
    color: var(--border);
    font-size: 2rem;
    margin: 4px auto;
}

.step__content {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 12px;
    padding: 20px 24px;
}

.step__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.step__desc {
    color: var(--ink-light);
    font-size: 1.3rem;
    line-height: 1.7;
}

.form-section {
    background: var(--bg-light);
    padding: 88px 0;
}

.form-wrapper {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    max-width: 560px;
    padding: 48px 40px;
}

.form-wrapper__title {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 8px;
    text-align: center;
}

.form-wrapper__title .accent {
    color: var(--accent);
}

.form-wrapper__subtitle {
    border-bottom: 2px dashed var(--border);
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 32px;
    padding-bottom: 16px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 8px;
}

.form-required {
    background: #dc2626;
    border-radius: 3px;
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    padding: 2px 8px;
}

.form-input,
.form-select,
.form-textarea {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 6px;
    font-family: inherit;
    font-size: 1.5rem;
    padding: 12px 16px;
    transition: border-color 0.2s;
    width: 100%;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: var(--primary-muted);
    box-shadow: 0 0 0 3px rgba(59, 106, 229, 0.1);
    outline: none;
}

.form-textarea {
    min-height: 100px;
    resize: vertical;
}

.form-checkbox {
    align-items: center;
    display: flex;
    font-size: 1.3rem;
    gap: 8px;
    margin: 20px 0;
}

.form-submit {
    font-size: 1.6rem;
    padding: 16px;
    width: 100%;
}

.faq-list {
    margin: 0 auto;
    max-width: 800px;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 28px 32px;
}

.faq-item__q {
    align-items: flex-start;
    color: var(--ink);
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 12px;
    margin-bottom: 12px;
}

.faq-item__q::before {
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    color: var(--white);
    content: "Q";
    display: inline-flex;
    flex-shrink: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.faq-item__a {
    color: var(--ink-light);
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 40px;
}

.footer {
    background: var(--dark);
    padding: 40px 0;
    text-align: center;
}

.footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.footer__logo img {
    height: 32px;
    opacity: 0.9;
    width: auto;
}

.footer__copy {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .problems {
        grid-template-columns: 1fr !important;
    }

    .numbers {
        grid-template-columns: repeat(2, 1fr);
    }

    .comparison {
        display: block;
        font-size: 1.1rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison th,
    .comparison td {
        padding: 8px 6px;
        white-space: nowrap;
    }

    .step {
        grid-template-columns: 56px 40px 1fr;
    }

    .step__num-value {
        font-size: 2.4rem;
    }

    .form-wrapper {
        padding: 32px 20px;
    }

    .cta-banner .container {
        flex-direction: column;
        text-align: center;
    }

    .cta-banner__text {
        font-size: 1.6rem;
    }

    .faq-item {
        padding: 20px;
    }

    .faq-item__q {
        font-size: 1.4rem;
    }

    .faq-item__a {
        font-size: 1.3rem;
        padding-left: 40px;
    }
}
