body.crm-page {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #0a7f2e;
}

.crm-page *,
.crm-page *::before,
.crm-page *::after {
    box-sizing: border-box;
}

.page-shell {
    width: min(80%, 1100px);
    margin: 20px auto;
}

.page-shell--center {
    text-align: center;
}

.logo-link {
    color: #0a7f2e;
    text-decoration: none;
}

.logo-link:hover {
    color: #0a7f2e;
    text-decoration: none;
}

.page-title {
    margin: 0 0 20px;
    font-size: 36px;
    color: #0a7f2e;
    text-align: center;
}

.page-lead {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.6;
    color: #333333;
    text-align: center;
}

.page-lead--left {
    margin-bottom: 0;
    text-align: left;
}

.section-title {
    margin: 10px 0 16px;
    font-size: 22px;
    color: #0a7f2e;
}

.section-title--center {
    text-align: center;
}

.hero-image {
    margin: 30px 0 40px;
}

.hero-image--compact {
    margin: 16px 0;
    max-width: 400px;
}

.hero-image--center {
    margin-left: auto;
    margin-right: auto;
}

.hero-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.hero-image--wide img {
    max-width: 800px;
    margin: 0 auto;
}

.hero-image--info {
    margin: 0;
    flex: 1 1 0;
    padding: 10px;
    border: 1px solid #cfe3d4;
    border-radius: 16px;
    background: #ffffff;
}

.hero-image--info img {
    max-width: 100%;
    width: 100%;
}

.button,
.button-link {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid #0a7f2e;
    background: #ffffff;
    color: #0a7f2e;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.button-link {
    padding: 14px 28px;
}

.button:hover,
.button-link:hover {
    background: #0a7f2e;
    color: #ffffff;
}

.button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-card {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.page-card--flush {
    padding: 0;
}

.form-content {
    max-width: 500px;
    margin: 0 auto;
    padding: 8px;
    text-align: left;
}

.instruction {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.instruction-muted {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
}

.copy-row {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

.field {
    margin-top: 25px;
}

.field input,
.field textarea,
.field select,
.copy-row input,
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #cfe3d4;
    border-radius: 8px;
    font-size: 14px;
    background: #ffffff;
}

.field textarea,
.contact-form textarea {
    resize: vertical;
}

.field-hint {
    margin-top: 6px;
    font-size: 14px;
    color: #666666;
}

.message-box {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 15px;
    border-radius: 12px;
}

.message-box ul {
    margin: 0;
    padding-left: 20px;
}

.message-box--error {
    border: 1px solid #f0c2c2;
    background: #fff5f5;
    color: #b42318;
}

.message-box--success {
    border: 1px solid #b7e4c7;
    background: #f1fff5;
    color: #0a7f2e;
}

.alert-banner {
    max-width: 680px;
    margin: 20px auto;
    padding: 58px 16px;
    border: 1px solid #8e0000;
    border-radius: 10px;
    background: #ff7575;
    color: #8e0000;
    font-weight: bold;
    font-size: 38px;
}

.contact-form {
    max-width: 500px;
    margin: 30px auto 0;
    text-align: left;
}

.contact-form label {
    display: block;
    margin-bottom: 6px;
    color: #333333;
}

.contact-form button {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid #0a7f2e;
    background: #ffffff;
    color: #0a7f2e;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.contact-form button:hover {
    background: #0a7f2e;
    color: #ffffff;
}

.contact-feedback {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 6px;
    background: #ffd2d2;
    color: #333333;
    text-align: center;
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.center-text {
    text-align: center;
}

.spacer-lg {
    height: 12px;
}

.spacer-xl {
    height: 80px;
}

.inline-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

.delete-confirm {
    display: none;
    max-width: 420px;
    margin: 20px auto 0;
    padding: 18px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #ffe7e7;
    text-align: center;
}

.delete-confirm__text {
    margin: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

.delete-confirm__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 12px;
}

.text-link {
    font-size: 14px;
    text-decoration: none;
}

.text-link--muted {
    color: #666666;
}

.text-link--danger {
    color: rgb(151, 1, 1);
    font-weight: bold;
}

.text-link--accent {
    color: #0a7f2e;
    font-weight: bold;
    border-bottom: 1px dashed #0a7f2e;
}

.delete-form-inline {
    display: inline;
    margin: 0;
}

.delete-button-inline {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: rgb(151, 1, 1);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.delete-button-inline:hover {
    opacity: 0.7;
}

.info-split {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    margin: 0 auto;
    text-align: left;
}

.info-split__media {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.info-split__title {
    width: 100%;
    margin: 0 0 8px;
    text-align: left;
}

.info-split__content {
    display: grid;
    gap: 32px;
}

.info-item .section-title {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}

.info-item .page-lead {
    font-size: 20px;
}

/* 🔥 VIDEO BLOCK (desktop) */
.video-block {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 40px;
    margin-bottom: 40px;
}

.video-block iframe {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
    .page-shell {
        width: 92%;
    }

    .page-lead {
        font-size: 18px;
    }

    .copy-row,
    .delete-confirm__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .delete-confirm__actions {
        flex-direction: column-reverse;
    }

    .inline-actions {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .button,
    .button-link,
    .contact-form button {
        width: 100%;
        text-align: center;
    }

    .alert-banner {
        padding: 36px 16px;
        font-size: 28px;
    }

    .info-split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .info-split__media {
        max-width: 520px;
        margin: 0 auto;
    }

    .info-split__content {
        gap: 24px;
    }

    .video-block {
        width: 100%;
        margin-left: 0;
    }

    .video-block iframe {
        max-width: 100%;
    }

    .link-nice {
        color: #0a7f2e;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px dashed #0a7f2e;
        transition: all 0.2s ease;
    }

    .link-nice:hover {
        color: #065c20;
        border-bottom: 1px solid #065c20;
    }

    .instruction {
        line-height: 1.7;
        color: #444;
    }

    .instruction a {
        margin-right: 6px;
    }
}
