html,
body {
    min-height: 100%;
}

body.sticky-header {
    min-height: 100vh;
}

#main-wrapper.main-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero-banner.hero-style-13.lead-magnet-hero {
    min-height: auto;
    padding-top: 122px;
    padding-bottom: 110px;
}

.lead-magnet-copy {
    color: #ffffff;
    padding-right: 42px;
}

.lead-magnet-copy-thank-you {
    padding-top: 72px;
}

.lead-magnet-copy .title {
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: var(--p-bold);
    font-family: var(--font-secondary);
}

.lead-magnet-copy .lead {
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 28px;
}

.lead-magnet-list {
    list-style: none;
    padding: 0;
    margin: 0 0 56px;
}

.lead-magnet-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 18px;
    line-height: 1.72;
}

.lead-magnet-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ffd166;
    box-shadow: 0 0 0 6px rgba(255, 209, 102, 0.18);
}

.lead-magnet-card {
    position: relative;
    z-index: 2;
    border-radius: 26px;
    padding: 34px 32px;
    margin-top: 60px;
    margin-bottom: 80px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(24, 24, 24, 0.08);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.lead-magnet-card h2 {
    color: #181818;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.lead-magnet-card .lead-magnet-form-title {
    font-size: 30px;
    line-height: 1.25;
}

.lead-magnet-card p {
    color: #555;
    margin-bottom: 18px;
    line-height: 1.65;
    font-size: 16px;
}

.lead-magnet-card label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #181818;
    font-size: 16px;
}

.lead-magnet-card .form-control {
    min-height: 54px;
    border-radius: 12px;
    border: 1px solid #d9dce3;
    background: #fff;
    padding: 12px 16px;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-magnet-card .form-control:focus {
    border-color: rgba(23, 182, 148, 0.55);
    box-shadow: 0 0 0 4px rgba(23, 182, 148, 0.14);
}

.lead-magnet-card .edu-btn {
    width: 100%;
    justify-content: center;
    min-height: 54px;
}

.lead-magnet-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.lead-magnet-actions .edu-btn {
    width: auto;
    min-width: 220px;
}

.lead-magnet-note {
    color: #666;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 1.55;
}

.lead-magnet-footer-space {
    padding: 0;
    margin-top: auto;
}

.lead-magnet-footer-space .copyright-area {
    padding: 14px 0;
}

.lead-magnet-form-error {
    display: none;
    margin-bottom: 18px;
}

.lead-magnet-form-error.is-visible {
    display: block;
}

@media (max-width: 991px) {
    .lead-magnet-copy {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .lead-magnet-copy-thank-you {
        padding-top: 0;
    }

    .hero-banner.hero-style-13.lead-magnet-hero {
        min-height: auto;
        padding-top: 102px;
        padding-bottom: 88px;
    }

    .lead-magnet-copy .title {
        font-size: 40px;
    }

    .lead-magnet-copy .lead {
        font-size: 17px;
    }

    .lead-magnet-list li {
        font-size: 17px;
    }

    .lead-magnet-card {
        padding: 26px 22px;
        margin-top: 20px;
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .lead-magnet-copy .title {
        font-size: 36px;
    }

    .lead-magnet-copy .lead,
    .lead-magnet-list li {
        font-size: 16px;
    }

    .lead-magnet-card h2 {
        font-size: 30px;
    }

    .lead-magnet-card .lead-magnet-form-title {
        font-size: 26px;
    }
}
