/* Auto Launch — styles for content created by the retired AI tools.
   The AI Page Builder and AI Copy/Article Writer were removed in 3.49.0, but
   pages and articles they produced still use these classes. Keep this file
   until no live content uses .al-pg-* or .al-article-image. */

/* Auto Launch — AI-generated page section layout.
   These classes are applied to core blocks by the page generator so layout is
   deterministic (vertical, responsive) regardless of the AI's output. */

.al-pg-section { padding: 4.5em 0; }

.al-pg-eyebrow {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .8rem;
    font-weight: 700;
    color: var(--accent, #c20205);
    margin-bottom: .4em;
}

.al-pg-lead { font-size: 1.1rem; opacity: .9; max-width: 720px; }

/* Two-column text + image */
.al-pg-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.al-pg-two-col .al-pg-col { min-width: 0; }
.al-pg-two-col .wp-block-image,
.al-pg-two-col .wp-block-image img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Feature card grid */
.al-pg-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 1.6em;
}
.al-pg-card {
    padding: 1.7em;
    border-radius: 12px;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .08);
}
.al-pg-card h3 { margin-top: 0; }

/* Checklist bullets */
.al-pg-checklist { list-style: none; padding-left: 0; margin-left: 0; }
.al-pg-checklist li {
    position: relative;
    padding-left: 1.7em;
    margin-bottom: .55em;
}
.al-pg-checklist li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent, #c20205);
    font-weight: 800;
}

/* Full-width CTA band */
.al-pg-cta {
    background: var(--accent, #c20205);
    color: #fff;
    padding: 3.6em 1.5em;
    text-align: center;
}
.al-pg-cta h2 { color: #fff; }
.al-pg-cta .al-pg-eyebrow { color: rgba(255, 255, 255, .85); }

/* Buttons */
.al-pg-btn .wp-block-button__link {
    background: var(--accent, #c20205);
    color: #fff;
    border-radius: 8px;
    padding: .9em 1.85em;
    font-weight: 700;
}
.al-pg-btn-outline .wp-block-button__link {
    background: transparent;
    color: inherit;
    border: 2px solid currentColor;
    border-radius: 8px;
    padding: .8em 1.7em;
    font-weight: 700;
}
.al-pg-cta .al-pg-btn .wp-block-button__link { background: #fff; color: var(--accent, #c20205); }
.al-pg-cta .al-pg-btn-outline .wp-block-button__link { border-color: rgba(255, 255, 255, .85); color: #fff; }

@media (max-width: 781px) {
    .al-pg-two-col { grid-template-columns: 1fr; gap: 28px; }
    .al-pg-cards { grid-template-columns: 1fr; }
    .al-pg-section { padding: 3em 0; }
}

/* ── Article images (from the removed AI Article Writer) ─────────────────── */
.al-article-image,
.wp-block-generateblocks-image.al-article-image {
    width: 100% !important;
    display: block;
}
.al-article-image img,
.wp-block-generateblocks-image.al-article-image img {
    width:      100% !important;
    height:     300px !important;
    object-fit: cover !important;
    display:    block;
}
figure.wp-block-image.al-article-image {
    width:     100% !important;
    max-width: 100% !important;
    margin:    0 !important;
}
figure.wp-block-image.al-article-image img {
    width:      100% !important;
    height:     300px !important;
    object-fit: cover !important;
    display:    block;
}
