/*
 * fai-da-te-it.css — reglas EXCLUSIVAS de /it/partecipazioni-matrimonio-fai-da-te. SEO/Italia, T6, 14-sep-2026 (TN §2.8 fila 6).
 * Solo lo carga web/fai_da_te_it.blade.php, después de home-v2.bundle.css. Cada regla cuelga de una clase que solo existe
 * en las copias de web/componentes/fai_da_te_it/: ninguna otra página se ve afectada. Son las de home-it.css que usa.
 */

/* Modelos sin vídeo: en tablet y PC la entrada queda sola en su fila y se centra, como en móvil. */
@media (min-width: 768px) {
    .fdtit-sin-video .v2-designs__subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

/* El banner de modelos es un <p>: el interlineado de los encabezados (1,3), como en /it y /en. */
.fdtit-sin-video .v2-designs__price-banner-heading {
    line-height: 1.3;
}

/* FAQ: la pregunta va en un <h3> que envuelve el mismo botón; el aspecto sigue saliendo de .v2-faq__question. */
.fdtit-faq__heading {
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: inherit;
}

/* Precios: la nota de la oferta debajo del precio del plan. */
.fdtit-pricing__offer-note {
    margin-top: 10px;
}

/*
 * «Cosa scrivere» (C1 de TD §2.4): lista ordenada con los 6 puntos a la vista, en lugar del carrusel. El número en círculo
 * del color de marca y el H3 en cursiva son los de «Come creare» (.v2-how__number, .v2-how__step-title). Una columna en
 * móvil; dos columnas × tres filas desde tablet. Los textos llevan además v2-features__item-title/-desc (los miden las
 * herramientas de huecos): las reglas van con dos clases para ganar a features.css en todos los anchos.
 */
.fdtit-write__list {
    list-style: none;
    counter-reset: fdtit-write;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
}

.fdtit-write__item {
    counter-increment: fdtit-write;
    position: relative;
    min-height: 40px;
    padding-left: 56px;
    text-align: left;
}

.fdtit-write__item::before {
    content: counter(fdtit-write);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--v2-brand);
    color: var(--v2-white);
    font-family: var(--v2-font-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.fdtit-write__item .fdtit-write__title {
    font-family: var(--v2-font-heading);
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: var(--v2-dark);
    margin: 8px 0 0;
}

.fdtit-write__item .fdtit-write__desc {
    font-family: var(--v2-font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--v2-muted);
    margin-top: 6px;
}

@media (min-width: 768px) {
    .fdtit-write__list {
        grid-template-columns: 1fr 1fr;
        gap: 36px 48px;
        max-width: 920px;
    }

    .fdtit-write__item .fdtit-write__title {
        font-size: 20px;
    }

    .fdtit-write__item .fdtit-write__desc {
        font-size: 16px;
    }
}

@media (min-width: 1280px) {
    .fdtit-write__item {
        min-height: 48px;
        padding-left: 64px;
    }

    .fdtit-write__item::before {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .fdtit-write__item .fdtit-write__title {
        font-size: 21px;
        margin-top: 11px;
    }
}
