.revenue_intro {
    padding: 60px 0 40px;
}

.revenue_tagline {
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
    line-height: 1.5;
}

.revenue_headline {
    font-size: 42px;
    font-weight: 700;
    color: #1a6fb5;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 32px;
}

.revenue_body_text {
    font-size: 15px;
    line-height: 1.8;
    color: #404040;
    max-width: 900px;
    margin: 0 auto 24px;
}

.revenue_highlight {
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 12px;
    line-height: 1.5;
}

.revenue_services_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.revenue_services_list li {
    padding: 14px 18px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border-left: 4px solid #667ec8;
    font-size: 15px;
    font-weight: 600;
    color: #404040;
}

.revenue_contact_card {
    background: #f5f5f5;
    padding: 28px 32px;
    border-radius: 4px;
}

.revenue_services_heading {
    margin-bottom: 44px;
}

.revenue_contact_col {
    margin-top: 16px;
}

@media only screen and (min-width: 992px) {
    .revenue_contact_col {
        margin-top: 40px;
    }
}

.revenue_contact_title {
    margin-bottom: 20px;
}

.revenue_section_title {
    line-height: 1.2;
    margin-bottom: 28px;
}

.revenue_contact_card li {
    font-size: 15px;
    line-height: 1.7;
    color: #404040;
    margin-bottom: 8px;
}

.revenue_contact_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.revenue_feature_image {
    width: 100%;
    border-radius: 4px;
    display: block;
}

.revenue_tagline_left,
.revenue_headline_left,
.revenue_body_text_left {
    text-align: left;
    margin-left: 0;
    max-width: none;
}

.revenue_qr_image {
    width: 140px;
    height: auto;
    margin-top: 18px;
    display: block;
}

.revenue_visual_band {
    background: #253c82;
    padding: 50px 0;
    margin-bottom: 20px;
}

.revenue_band_text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 24px;
}

.revenue_cta_button {
    width: auto;
    min-width: 260px;
    padding: 0 28px;
}

.revenue_cta_button a span {
    white-space: nowrap;
}

.revenue_intake_section {
    padding: 50px 0 70px;
    background: #fff;
}

.revenue_intake_title {
    font-size: 36px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 12px;
}

.revenue_intake_intro {
    font-size: 15px;
    line-height: 1.7;
    color: #404040;
    margin-bottom: 28px;
}

.revenue_intake_progress {
    font-size: 13px;
    font-weight: 600;
    color: #838383;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.revenue_intake_message {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 24px;
    padding: 18px 22px;
    border-radius: 4px;
}

.revenue_intake_message:empty {
    display: none;
}

.revenue_intake_message.loading {
    background: #e5ecf1;
    color: #404040;
    border: 1px solid #b0c4d8;
}

.revenue_intake_message.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.revenue_intake_message.error {
    background: #fdecea;
    color: #c0392b;
    border: 1px solid #f5c6cb;
}

.revenue_intake_actions .is-hidden {
    display: none !important;
}

.revenue_intake_form .is-hidden {
    display: none !important;
}

.revenue_intake_input.is-invalid,
.revenue_intake_select.is-invalid,
.revenue_intake_textarea.is-invalid {
    border-color: #c0392b;
    box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.15);
}

.revenue_intake_field_error {
    display: block;
    color: #c0392b;
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.4;
}

.revenue_intake_section_heading {
    font-size: 20px;
    font-weight: 700;
    color: #c0392b;
    margin: 28px 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #404040;
}

.revenue_intake_section_heading:first-of-type {
    margin-top: 0;
}

.intake_step {
    display: none;
}

.intake_step.active {
    display: block;
}

.revenue_intake_label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 8px;
}

.revenue_intake_label .required_note,
.revenue_intake_hint {
    font-size: 13px;
    font-weight: 400;
    color: #838383;
}

.revenue_intake_field {
    margin-bottom: 20px;
}

.revenue_intake_input,
.revenue_intake_select,
.revenue_intake_textarea {
    width: 100%;
    border: none;
    background: #e5ecf1;
    padding: 12px 14px;
    font-size: 15px;
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.revenue_intake_input:focus,
.revenue_intake_select:focus,
.revenue_intake_textarea:focus {
    outline: none;
    border-left: 3px solid #667ec8;
    padding-left: 11px;
}

.revenue_intake_textarea {
    min-height: 110px;
    resize: vertical;
}

.revenue_intake_select {
    height: 44px;
}

.revenue_intake_options {
    margin: 0;
    padding: 0;
    list-style: none;
}

.revenue_intake_options li {
    margin-bottom: 10px;
}

.revenue_intake_options label {
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    cursor: pointer;
}

.revenue_intake_options input {
    margin-right: 10px;
}

.revenue_intake_locations {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.revenue_intake_locations label {
    font-size: 15px;
    color: #404040;
    font-weight: 500;
}

.revenue_intake_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.revenue_intake_button {
    border: none;
    background: #404040;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 28px;
    cursor: pointer;
}

.revenue_intake_button.secondary {
    background: #838383;
}

.revenue_intake_button:hover {
    background: #667ec8;
}

.visual-hide {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

@media only screen and (max-width: 991px) {
    .revenue_headline {
        font-size: 32px;
    }

    .revenue_tagline_left,
    .revenue_headline_left {
        text-align: center;
    }

    .revenue_body_text_left {
        margin: 0 auto 24px;
    }

    .revenue_band_text {
        font-size: 20px;
        text-align: center;
    }

    .revenue_visual_band .button {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .revenue_headline {
        font-size: 26px;
    }

    .revenue_tagline {
        font-size: 16px;
    }

    .revenue_cta_button {
        min-width: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .revenue_intake_title {
        font-size: 28px;
    }
}
