
.dc-classlink-offer {
    background: #ffffff;
    color: #3c2c4b;
}

.dc-offer-hero {
    background: linear-gradient(135deg, #f7f5fa 0%, #ffffff 52%, #fff2e9 100%);
    padding: 86px 0 74px;
}

.dc-offer-hero-grid {
    align-items: center;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, 1.05fr) 380px;
}

.dc-offer-kicker {
    color: #ff6600;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.dc-offer-copy h1,
.dc-section-heading h2,
.dc-offer-story h2,
.dc-form-intro h2 {
    color: #3c2c4b;
    font-weight: 900;
    line-height: 1.06;
}

.dc-offer-copy h1 {
    font-size: clamp(2.45rem, 5vw, 4.75rem);
    margin-bottom: 22px;
}

.dc-offer-lead,
.dc-offer-story p,
.dc-form-intro p,
.dc-benefit-card p,
.dc-offer-card p {
    color: #4b3c59;
    font-size: 1.04rem;
    line-height: 1.72;
}

.dc-offer-lead {
    font-size: 1.18rem;
    max-width: 760px;
}

.dc-offer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.dc-outline-btn {
    align-items: center;
    background: #ffffff;
    border: 2px solid #3c2c4b;
    border-radius: var(--border-radius-full);
    color: #3c2c4b;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 50px;
    padding: 12px 34px 14px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.dc-outline-btn:hover,
.dc-outline-btn:focus {
    background: #3c2c4b;
    border-color: #3c2c4b;
    color: #ffffff;
    text-decoration: none;
}

.dc-offer-card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(60, 44, 75, 0.14);
    padding: 32px;
}

.dc-classlink-logo {
    display: block;
    margin-bottom: 28px;
    max-height: 68px;
    max-width: 220px;
    object-fit: contain;
}

.dc-offer-card h2 {
    color: #3c2c4b;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 14px;
}

.dc-offer-date {
    background: #3c2c4b;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 26px;
    padding: 20px;
}

.dc-offer-date span {
    color: #f2ae42;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.dc-offer-date strong {
    color: #ffffff;
    display: block;
    font-size: 1.55rem;
    line-height: 1.12;
}

.dc-section-heading {
    margin: 0 auto 38px;
    max-width: 820px;
    text-align: center;
}

.dc-section-heading h2,
.dc-offer-story h2,
.dc-form-intro h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.dc-benefit-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-benefit-card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(60, 44, 75, 0.08);
    padding: 28px;
}

.dc-benefit-card i {
    align-items: center;
    background: #ff6600;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.35rem;
    height: 52px;
    justify-content: center;
    margin-bottom: 22px;
    width: 52px;
}

.dc-benefit-card h3 {
    color: #3c2c4b;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
}


.dc-offer-story {
    background: #f7f5fa;
}

.dc-offer-image-wrap {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(60, 44, 75, 0.10);
    padding: 14px;
}

.dc-check-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.dc-check-list li {
    align-items: flex-start;
    color: #3c2c4b;
    display: flex;
    font-weight: 800;
    gap: 12px;
    margin: 12px 0;
}

.dc-check-list li::before {
    color: #ff6600;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-top: 2px;
}

.dc-offer-form-section {
    background: #ffffff;
}

.dc-form-panel {
    background: #3c2c4b;
    border-radius: 8px;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
    padding: 34px;
}

.dc-form-intro h2,
.dc-form-intro p {
    color: #ffffff;
}

.dc-form-note {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    color: #ffffff;
    line-height: 1.55;
    margin-top: 24px;
    padding: 18px;
}

.dc-form-note span {
    color: #f2ae42;
    font-weight: 900;
}

.dc-form-embed {
    background: #ffffff;
    border-radius: 8px;
    min-height: 460px;
    overflow: hidden;
    padding: 16px;
}

@media (max-width: 991px) {
    .dc-offer-hero-grid,
    .dc-form-panel,
    .dc-benefit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {

    .dc-offer-hero {
        padding: 62px 0 54px;
    }

    .dc-offer-card,
    .dc-benefit-card,
    .dc-form-panel {
        padding: 22px;
    }

    .dc-offer-actions .btn {
        width: 100%;
    }
}
