.content-hero-note {
    max-width: 600px;
    margin: 6px 0 0;
    font-size: 30px;
    line-height: 1.6;
    color: #ffffff;
}

.content-intro-card {
    position: relative;
    padding: 32px 36px 18px;
    margin: 8px 0 0;
    border: 1px solid #dce8f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.content-page-layout {
    padding-left: 3rem;
    padding-right: 3rem;
}

.content-page-block {
    padding-bottom: 3rem;
}

.content-page-block--intro {
    padding-top: 1rem;
}

.content-page-form-title {
    margin-bottom: 24px;
}

.content-form-required-note {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.6;
    color: #6a6a6a;
}

.content-page-form-shell label,
.order-form-shell label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #303030;
}

.content-page-form-shell .form-control,
.order-form-shell .form-control {
    height: 42px;
    padding: 8px 14px;
    border-radius: 6px;
}

.content-page-form-shell textarea.form-control,
.order-form-shell textarea.form-control {
    min-height: 112px;
    padding-top: 12px;
}

.content-page-form-actions {
    text-align: left;
}

.content-intro-card::before,
.content-intro-card::after {
    content: "";
    position: absolute;
    background-image: url(/static/img/effect-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 132px;
    height: 142px;
    pointer-events: none;
    opacity: 0.95;
}

.content-intro-card::before {
    top: -86px;
    left: 18px;
}

.content-intro-card::after {
    right: 22px;
    bottom: -72px;
    transform: rotate(180deg);
}

.content-intro-copy {
    position: relative;
    z-index: 1;
}

.content-kicker {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #225374;
}

.content-lead {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.65;
    color: #303030;
}

.content-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 24px;
}

.content-fact {
    min-height: 100%;
    padding: 18px 18px 16px;
    border: 1px solid #dce8f0;
    border-radius: 14px;
    background: #fff;
}

.content-fact-value {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #225374;
}

.content-fact-text {
    font-size: 16px;
    line-height: 1.65;
    color: #4a4a4a;
}

.content-copy h5 {
    margin-top: 26px;
    margin-bottom: 12px;
}

.content-copy h5:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {
    .content-intro-card {
        padding: 26px 24px 14px;
    }

    .content-facts {
        grid-template-columns: 1fr;
    }

    .content-lead {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .content-hero-note {
        font-size: 16px;
    }

    .content-page-layout {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content-page-block {
        padding-bottom: 2.5rem;
    }

    .content-page-form-shell .form-control,
    .order-form-shell .form-control {
        height: 40px;
        padding: 8px 12px;
    }

    .content-intro-card::before,
    .content-intro-card::after {
        display: none;
    }

    .content-intro-card {
        margin-top: 0;
    }
}
