/* =========================================================
   VINYL CLADDING COST GUIDE — COMPLETE CONSOLIDATED CSS
   Replace all previous VCP page CSS with this block
   ========================================================= */


/* =========================================================
   1. VARIABLES AND GLOBAL RESET
   ========================================================= */

.vcp-cost-guide-wrapper {
    --vcp-orange: #ff6200;
    --vcp-orange-dark: #db5100;
    --vcp-navy: #2e4053;
    --vcp-dark: #202020;
    --vcp-cream: #f1efe9;
    --vcp-pale-orange: #fff2e9;
    --vcp-border: #ddd8cf;
    --vcp-white: #fff;
    --vcp-content-width: 1050px;
    --vcp-heading-font: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;

    box-sizing: border-box;
    color: var(--vcp-dark);
    font-size: 17px;
    line-height: 1.6;
}

.vcp-cost-guide-wrapper *,
.vcp-cost-guide-wrapper *::before,
.vcp-cost-guide-wrapper *::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

body .vc_row.vcp-cost-guide-wrapper {
    position: relative !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body .vc_row.vcp-cost-guide-wrapper > .wpb_column > .vc_column-inner {
    box-sizing: border-box !important;
}

body .vc_row.vcp-cost-guide-wrapper .wpb_content_element {
    margin-bottom: 0;
}

.vcp-container {
    box-sizing: border-box !important;
    width: calc(100% - 60px) !important;
    max-width: var(--vcp-content-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


/* =========================================================
   2. TYPOGRAPHY
   ========================================================= */

.vcp-cost-guide-wrapper h1,
.vcp-cost-guide-wrapper h2,
.vcp-cost-guide-wrapper h3 {
    margin-top: 0;
    color: var(--vcp-dark);
    font-family: var(--vcp-heading-font);
    font-weight: 700;
}

.vcp-cost-guide-wrapper h1 {
    font-size: clamp(54px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -2px;
}

.vcp-cost-guide-wrapper h2 {
    font-size: clamp(38px, 4.5vw, 55px);
    line-height: 1.02;
    letter-spacing: -1.2px;
}

.vcp-cost-guide-wrapper h3 {
    font-size: 25px;
    line-height: 1.25;
}

.vcp-cost-guide-wrapper p {
    margin-top: 0;
    margin-bottom: 22px;
}

.vcp-eyebrow {
    margin: 0 0 15px !important;
    color: var(--vcp-orange);
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase;
}


/* =========================================================
   3. BUTTONS AND LINKS
   ========================================================= */

.vcp-button,
a.vcp-button {
    box-sizing: border-box;
    display: inline-flex;
    min-height: 52px;
    padding: 14px 25px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: var(--vcp-orange);
    color: #fff !important;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 4px 0 var(--vcp-orange-dark);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.vcp-button:hover,
.vcp-button:focus {
    background: #e95700;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.vcp-text-link {
    display: inline-block;
    color: inherit !important;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 2px solid currentColor;
}


/* =========================================================
   4. HERO
   ========================================================= */

body .vc_row.vcp-cost-hero {
    min-height: 515px;
    padding: 25px 30px 45px !important;

    /*
     * IMPORTANT:
     * Replace the URL below with the hero image URL from your
     * currently working CSS.
     */
    background-image:
        linear-gradient(90deg, rgba(24, 39, 54, 0.94) 0%, rgba(24, 39, 54, 0.72) 46%, rgba(24, 39, 54, 0.18) 100%),
        url("REPLACE_WITH_CURRENT_HERO_IMAGE_URL") !important;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vcp-cost-hero > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-cost-hero-content {
    width: 100%;
    max-width: var(--vcp-content-width);
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.vcp-cost-hero .vcp-eyebrow {
    color: #fff;
}

.vcp-cost-hero h1 {
    max-width: 850px;
    margin: 0 0 48px;
    color: #fff;
    text-transform: uppercase;
}

.vcp-cost-hero-intro {
    max-width: 680px;
    margin-bottom: 29px !important;
    color: #fff;
    font-size: 19px;
    line-height: 1.55;
}

.vcp-hero-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 !important;
}

.vcp-cost-hero .vcp-text-link {
    color: #fff !important;
}


/* =========================================================
   5. SHORT ANSWER
   ========================================================= */

body .vc_row.vcp-short-answer {
    padding: 58px 30px !important;
    background: var(--vcp-orange) !important;
    color: #fff;
}

.vcp-short-answer > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-short-answer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
    gap: 70px;
    align-items: center;
}

.vcp-short-answer .vcp-eyebrow,
.vcp-short-answer h2 {
    color: #fff;
}

.vcp-short-answer h2 {
    max-width: 650px;
    margin-bottom: 25px;
}

.vcp-short-answer p {
    max-width: 680px;
}

.vcp-answer-card {
    padding: 32px 34px;
    background: #fff;
    color: var(--vcp-dark);
    box-shadow: 10px 10px 0 rgba(80, 40, 0, 0.18);
}

.vcp-answer-card h3 {
    margin-bottom: 24px;
}

.vcp-answer-card ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.vcp-answer-card li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
}

.vcp-answer-card li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--vcp-orange);
    font-size: 20px;
    font-weight: 700;
}

.vcp-answer-card a {
    color: var(--vcp-orange);
    font-weight: 700;
}


/* =========================================================
   6. JUMP NAVIGATION
   ========================================================= */

body .vc_row.vcp-jump-navigation {
    padding: 0 30px !important;
    border-bottom: 1px solid var(--vcp-border);
    background: #fff !important;
}

.vcp-jump-navigation > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-jump-navigation-inner {
    display: flex;
    width: 100%;
    max-width: var(--vcp-content-width);
    margin: 0 auto;
    padding: 19px 0;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.vcp-jump-navigation-inner strong {
    color: var(--vcp-orange);
}

.vcp-jump-navigation-inner a {
    color: var(--vcp-dark);
    font-weight: 600;
    text-decoration: none;
}

.vcp-jump-navigation-inner a:hover {
    color: var(--vcp-orange);
}


/* =========================================================
   7. STANDARD CONTENT SECTIONS
   ========================================================= */

body .vc_row.vcp-section {
    padding: 85px 30px !important;
    background: #fff;
}

.vcp-section > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-section-intro {
    max-width: 760px;
    margin-bottom: 48px;
}

.vcp-section-intro h2 {
    margin-bottom: 23px;
    color: var(--vcp-orange);
}

.vcp-two-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 65px;
    align-items: start;
}

.vcp-two-columns h3 {
    margin-bottom: 20px;
}

.vcp-information-callout {
    display: flex;
    margin-top: 30px;
    padding: 22px 24px;
    gap: 9px;
    flex-direction: column;
    border-left: 4px solid var(--vcp-orange);
    background: var(--vcp-pale-orange);
}

.vcp-wall-area-card {
    padding: 34px;
    border-top: 5px solid var(--vcp-orange);
    background: var(--vcp-cream);
}

.vcp-wall-area-card h3 {
    margin-bottom: 15px;
}

.vcp-wall-area-icon {
    position: relative;
    width: 67px;
    height: 56px;
    margin-bottom: 25px;
    border: 4px solid var(--vcp-navy);
    border-top: 0;
}

.vcp-wall-area-icon::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 6px;
    width: 46px;
    height: 46px;
    border-top: 4px solid var(--vcp-navy);
    border-left: 4px solid var(--vcp-navy);
    transform: rotate(45deg);
}


/* =========================================================
   8. COST FACTORS
   ========================================================= */

body .vc_row.vcp-factor-section {
    padding: 85px 30px !important;
    background: var(--vcp-navy) !important;
    color: #fff;
}

.vcp-factor-section > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-factor-section .vcp-section-intro h2,
.vcp-factor-section .vcp-section-intro p {
    color: #fff;
}

.vcp-factor-section .vcp-eyebrow {
    color: #ff8c42;
}

.vcp-factor-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vcp-factor-card {
    min-height: 255px;
    padding: 28px 25px;
    background: #fff;
    color: var(--vcp-dark);
}

.vcp-factor-number {
    display: block;
    margin-bottom: 22px;
    color: var(--vcp-orange);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.vcp-factor-card h3 {
    margin-bottom: 13px;
    font-size: 22px;
}

.vcp-factor-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.55;
}


/* =========================================================
   9. COST TABLE
   ========================================================= */

.vcp-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.vcp-cost-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.vcp-cost-table th,
.vcp-cost-table td {
    padding: 19px 20px;
    border: 1px solid var(--vcp-border);
    text-align: left;
    vertical-align: top;
}

.vcp-cost-table th {
    background: var(--vcp-navy);
    color: #fff;
    font-size: 15px;
}

.vcp-cost-table td {
    background: #fff;
    font-size: 15px;
}

.vcp-cost-table tbody tr:nth-child(even) td {
    background: #f8f7f4;
}

.vcp-safety-note {
    margin: 25px 0 0 !important;
    padding: 20px 25px;
    border-left: 4px solid var(--vcp-orange);
    background: var(--vcp-pale-orange);
}


/* =========================================================
   10. QUOTE INCLUSIONS
   ========================================================= */

.vcp-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 50px;
    gap: 15px 30px;
}

.vcp-check-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.vcp-check-icon {
    flex: 0 0 auto;
    color: var(--vcp-orange);
    font-size: 21px;
    font-weight: 700;
}

.vcp-fixed-price-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 37px 40px;
    gap: 40px;
    align-items: center;
    background: var(--vcp-navy);
    color: #fff;
}

.vcp-fixed-price-callout h3,
.vcp-fixed-price-callout p {
    color: #fff;
}

.vcp-fixed-price-callout h3 {
    margin-bottom: 12px;
    font-size: 31px;
}

.vcp-fixed-price-callout p:last-child {
    margin-bottom: 0;
}

.vcp-fixed-price-callout .vcp-eyebrow {
    color: #ff8c42;
}


/* =========================================================
   11. COMPARISON SECTION
   ========================================================= */

body .vc_row.vcp-comparison-section {
    padding: 85px 30px !important;
    background: var(--vcp-cream) !important;
}

.vcp-comparison-section > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-comparison-section .vcp-section-intro h2 {
    color: var(--vcp-orange);
}

.vcp-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.vcp-comparison-card {
    position: relative;
    padding: 37px 38px;
    background: #fff;
}

.vcp-comparison-card h3 {
    margin-bottom: 22px;
    font-size: 29px;
}

.vcp-comparison-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcp-comparison-card li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 27px;
}

.vcp-comparison-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--vcp-orange);
    font-weight: 700;
}

.vcp-comparison-card-featured {
    border-top: 5px solid var(--vcp-orange);
}

.vcp-comparison-label {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--vcp-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.vcp-balanced-note {
    margin: 28px 0 0 !important;
    font-size: 14px;
    font-style: italic;
}


/* =========================================================
   12. PROJECT ASSESSMENT TOOL
   ========================================================= */

body .vc_row.vcp-assessment-section {
    box-sizing: border-box !important;
    padding: 90px 30px !important;
    background: var(--vcp-cream) !important;
}

.vcp-assessment-section > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-assessment-section .wpb_content_element {
    margin: 0 !important;
}

body .vcp-assessment-section .vcp-assessment-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(350px, 0.85fr) !important;
    width: calc(100% - 60px) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 75px !important;
    align-items: start !important;
}

.vcp-assessment-intro {
    min-width: 0;
}

.vcp-assessment-intro h2 {
    max-width: 650px !important;
    margin: 0 0 23px !important;
    color: var(--vcp-orange) !important;
    font-family: var(--vcp-heading-font) !important;
    font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.01 !important;
    letter-spacing: -1.4px !important;
}

.vcp-assessment-intro > p:last-child {
    max-width: 650px;
    margin: 0;
    color: var(--vcp-dark);
    font-size: 16px;
    line-height: 1.65;
}

.vcp-assessment-tool {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 36px 35px 34px !important;
    background: #fff !important;
    color: var(--vcp-dark) !important;
    box-shadow: 10px 10px 0 #d9d4ca !important;
}

.vcp-assessment-field {
    width: 100%;
    margin: 0 0 18px;
}

.vcp-assessment-field label {
    display: block;
    margin: 0 0 8px;
    color: var(--vcp-dark);
    font-size: 13px;
    font-weight: 700;
}

.vcp-assessment-field select {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 42px 0 15px !important;
    border: 1px solid #c8c3ba !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--vcp-dark) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.vcp-assessment-field select:focus {
    border-color: var(--vcp-orange) !important;
    outline: 2px solid rgba(255, 98, 0, 0.18) !important;
}

.vcp-assessment-checkbox {
    display: flex !important;
    width: 100%;
    margin: 1px 0 23px !important;
    gap: 10px;
    align-items: center;
    color: var(--vcp-dark);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.vcp-assessment-checkbox input {
    flex: 0 0 21px;
    width: 21px !important;
    height: 21px !important;
    margin: 0 !important;
    accent-color: var(--vcp-orange);
}

.vcp-assessment-result {
    box-sizing: border-box !important;
    width: 100%;
    min-height: 124px;
    margin: 0 0 22px !important;
    padding: 22px;
    background: var(--vcp-navy) !important;
    color: #fff !important;
}

.vcp-assessment-result-label {
    margin: 0 0 10px !important;
    color: #ff8b42 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vcp-assessment-result h3,
.vcp-assessment-result-title {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-family: var(--vcp-heading-font) !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
}

.vcp-assessment-result-text {
    margin: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.vcp-assessment-button,
a.vcp-assessment-button {
    display: flex !important;
    width: 100% !important;
    min-height: 52px;
}


/* =========================================================
   13. FAQ ACCORDION
   ========================================================= */

.vcp-cost-faqs {
    width: 100%;
    margin: 0 !important;
}

.vcp-cost-faqs .vc_tta-panel {
    margin: 0 !important;
    border-bottom: 1px solid var(--vcp-border) !important;
}

.vcp-cost-faqs .vc_tta-panel:first-child {
    border-top: 1px solid var(--vcp-border) !important;
}

.vcp-cost-faqs .vc_tta-panel-heading {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.vcp-cost-faqs .vc_tta-panel-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
}

.vcp-cost-faqs .vc_tta-panel-title > a {
    position: relative !important;
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 27px 58px 27px 5px !important;
    align-items: center !important;
    color: var(--vcp-dark) !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

.vcp-cost-faqs .vc_tta-controls-icon {
    display: none !important;
}

.vcp-cost-faqs .vc_tta-panel-title > a::after {
    content: "+" !important;
    position: absolute !important;
    top: 50% !important;
    right: 7px !important;
    display: flex !important;
    width: 30px !important;
    height: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(-50%) !important;
    color: var(--vcp-orange) !important;
    font-family: Arial, sans-serif !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.vcp-cost-faqs .vc_tta-panel.vc_active .vc_tta-panel-title > a::after {
    content: "−" !important;
}

.vcp-cost-faqs .vc_tta-panel-title > a:hover,
.vcp-cost-faqs .vc_tta-panel-title > a:focus {
    color: var(--vcp-orange) !important;
    background: transparent !important;
}

.vcp-cost-faqs .vc_tta-panel-body {
    padding: 0 58px 28px 5px !important;
    border: 0 !important;
    background: transparent !important;
    color: #333 !important;
    box-shadow: none !important;
}

.vcp-cost-faqs .vc_tta-panel-body p {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
}


/* =========================================================
   14. QUOTE SECTION
   ========================================================= */

body .vc_row.vcp-quote-section {
    padding: 85px max(30px, calc((100vw - 1050px) / 2)) !important;
    border-top: 7px solid var(--vcp-orange);
    background: var(--vcp-navy) !important;
    color: #fff;
}

.vcp-quote-section > .wpb_column > .vc_column-inner {
    box-sizing: border-box !important;
}

.vcp-quote-content {
    max-width: 500px;
    color: #fff;
}

.vcp-quote-content .vcp-eyebrow {
    color: #fff;
}

.vcp-quote-content h2 {
    margin-bottom: 25px;
    color: #fff;
    font-size: clamp(41px, 4vw, 53px);
}

.vcp-quote-content p {
    color: #fff;
}

.vcp-quote-list {
    margin: 28px 0 20px;
    padding: 0;
    list-style: none;
}

.vcp-quote-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
}

.vcp-quote-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--vcp-orange);
    font-size: 21px;
    font-weight: 700;
}

.vcp-large-phone {
    margin: 20px 0 0 !important;
}

.vcp-large-phone a {
    color: #ff8a42 !important;
    font-family: var(--vcp-heading-font);
    font-size: 38px;
    font-weight: 700;
    text-decoration: none !important;
}


/* =========================================================
   15. GRAVITY FORM CARD
   ========================================================= */

.vcp-quote-section .vcp-form-panel {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    color: var(--vcp-dark) !important;
}

.vcp-quote-section .vcp-form-panel > .wpb_wrapper {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 42px !important;
}

.vcp-quote-section .vcp-form-panel.wpb_text_column {
    margin-bottom: 0 !important;
}

.vcp-form-panel .gform_heading {
    display: none !important;
}

.vcp-form-panel .gform_wrapper,
.vcp-form-panel .gform_wrapper.gravity-theme,
.vcp-form-panel .gform_wrapper form,
.vcp-form-panel .gform-body,
.vcp-form-panel .gform_body {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vcp-form-panel .gform_fields {
    box-sizing: border-box !important;
    display: grid !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    column-gap: 16px !important;
    row-gap: 20px !important;
}

.vcp-form-panel .gfield,
.vcp-form-panel .ginput_container,
.vcp-form-panel .ginput_complex,
.vcp-form-panel .ginput_left,
.vcp-form-panel .ginput_right,
.vcp-form-panel .name_first,
.vcp-form-panel .name_last {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 0 !important;
}

.vcp-form-panel .gfield_label {
    display: block !important;
    margin: 0 0 8px !important;
    color: var(--vcp-dark) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.vcp-form-panel .gfield_required {
    color: var(--vcp-orange) !important;
    font-size: 12px !important;
}

.vcp-form-panel .ginput_complex label {
    display: block !important;
    margin: 6px 0 0 !important;
    color: #555 !important;
    font-size: 12px !important;
}

.vcp-form-panel input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.vcp-form-panel select,
.vcp-form-panel textarea {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 1px solid #cbc7c1 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--vcp-dark) !important;
    font-family: inherit !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

.vcp-form-panel input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.vcp-form-panel select {
    min-height: 50px !important;
    padding: 10px 14px !important;
}

.vcp-form-panel textarea {
    min-height: 135px !important;
    padding: 13px 14px !important;
    line-height: 1.5 !important;
    resize: vertical !important;
}

.vcp-form-panel input:focus,
.vcp-form-panel select:focus,
.vcp-form-panel textarea:focus {
    border-color: var(--vcp-orange) !important;
    outline: 2px solid rgba(255, 98, 0, 0.18) !important;
}

.vcp-form-panel .ginput_complex {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 14px !important;
}

.vcp-form-panel .ginput_complex > span {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vcp-form-panel .gform_footer,
.vcp-form-panel .gform_page_footer {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
}

.vcp-form-panel input[type="submit"],
.vcp-form-panel button[type="submit"],
.vcp-form-panel .gform_button {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 14px 22px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: var(--vcp-orange) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: 0 3px 0 var(--vcp-orange-dark) !important;
}

.vcp-form-panel input[type="submit"]:hover,
.vcp-form-panel button[type="submit"]:hover,
.vcp-form-panel .gform_button:hover {
    background: #e95700 !important;
}

.vcp-form-panel .gform_validation_errors {
    margin: 0 0 22px !important;
    padding: 15px 17px !important;
    border: 1px solid #c92b2b !important;
    border-radius: 0 !important;
    background: #fff4f4 !important;
    box-shadow: none !important;
}

.vcp-form-panel .validation_message,
.vcp-form-panel .gfield_validation_message {
    margin-top: 6px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #b42318 !important;
    font-size: 13px !important;
}


/* =========================================================
   16. TABLET
   ========================================================= */

@media (max-width: 950px) {
    .vcp-factor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vcp-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .vcp-assessment-section .vcp-assessment-layout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr) !important;
        gap: 45px !important;
    }

    .vcp-assessment-intro h2 {
        font-size: 44px !important;
    }

    .vcp-assessment-tool {
        padding: 30px 27px !important;
    }

    .vcp-quote-section .vcp-form-panel > .wpb_wrapper {
        padding: 34px !important;
    }
}


/* =========================================================
   17. MOBILE
   ========================================================= */

@media (max-width: 767px) {
    .vcp-container {
        width: calc(100% - 38px) !important;
    }

    body .vc_row.vcp-cost-hero,
    body .vc_row.vcp-short-answer,
    body .vc_row.vcp-jump-navigation,
    body .vc_row.vcp-section,
    body .vc_row.vcp-factor-section,
    body .vc_row.vcp-comparison-section,
    body .vc_row.vcp-assessment-section,
    body .vc_row.vcp-quote-section {
        padding-right: 19px !important;
        padding-left: 19px !important;
    }

    body .vc_row.vcp-cost-hero {
        min-height: 570px;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
        background-position: 62% center !important;
    }

    .vcp-cost-hero h1 {
        margin-bottom: 32px;
        font-size: 48px;
        letter-spacing: -1px;
    }

    .vcp-cost-hero-intro {
        font-size: 17px;
    }

    .vcp-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .vcp-short-answer-grid,
    .vcp-two-columns,
    .vcp-comparison-grid {
        grid-template-columns: 1fr;
    }

    .vcp-short-answer-grid {
        gap: 35px;
    }

    .vcp-jump-navigation-inner {
        gap: 10px 20px;
    }

    .vcp-section-intro {
        margin-bottom: 35px;
    }

    body .vc_row.vcp-section,
    body .vc_row.vcp-factor-section,
    body .vc_row.vcp-comparison-section,
    body .vc_row.vcp-assessment-section,
    body .vc_row.vcp-quote-section {
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }

    .vcp-factor-grid,
    .vcp-check-grid {
        grid-template-columns: 1fr;
    }

    .vcp-factor-card {
        min-height: 0;
    }

    .vcp-fixed-price-callout {
        grid-template-columns: 1fr;
        padding: 30px 25px;
        gap: 25px;
    }

    .vcp-fixed-price-callout .vcp-button {
        width: 100%;
    }

    body .vcp-assessment-section .vcp-assessment-layout {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 620px !important;
        gap: 36px !important;
    }

    .vcp-assessment-intro h2 {
        max-width: none !important;
        font-size: 40px !important;
        line-height: 1.04 !important;
    }

    .vcp-cost-faqs .vc_tta-panel-title {
        font-size: 18px !important;
    }

    .vcp-cost-faqs .vc_tta-panel-title > a {
        min-height: 76px !important;
        padding: 22px 48px 22px 0 !important;
    }

    .vcp-cost-faqs .vc_tta-panel-title > a::after {
        right: 0 !important;
        font-size: 25px !important;
    }

    .vcp-cost-faqs .vc_tta-panel-body {
        padding: 0 48px 24px 0 !important;
    }

    .vcp-quote-section > .wpb_column {
        width: 100% !important;
    }

    .vcp-quote-section > .wpb_column:first-child {
        margin-bottom: 40px;
    }

    .vcp-quote-section .vcp-form-panel > .wpb_wrapper {
        padding: 28px 21px !important;
    }

    .vcp-form-panel .gform_fields {
        grid-template-columns: 1fr !important;
    }

    .vcp-form-panel .gfield {
        grid-column: 1 / -1 !important;
    }

    .vcp-form-panel .ginput_complex {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   18. SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
    .vcp-cost-guide-wrapper h2 {
        font-size: 36px;
    }

    .vcp-answer-card,
    .vcp-comparison-card {
        padding: 27px 23px;
    }

    .vcp-cost-table th,
    .vcp-cost-table td {
        min-width: 210px;
        padding: 15px;
    }

    .vcp-assessment-intro h2 {
        font-size: 35px !important;
    }

    .vcp-assessment-tool {
        padding: 25px 20px 27px !important;
        box-shadow: 7px 7px 0 #d9d4ca !important;
    }

    .vcp-large-phone a {
        font-size: 32px;
    }
}
/* =========================================================
   FINAL ASSESSMENT SECTION OVERRIDE
   Keep this at the absolute bottom of the CSS
   ========================================================= */

/* Full-width beige section */
html body #assessment.vcp-assessment-section,
html body .vc_row#assessment,
html body .vcp-assessment-section {
    box-sizing: border-box !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 90px 30px !important;
    background-color: #f1efe9 !important;
    background-image: none !important;
}

/* Remove WPBakery column spacing */
html body #assessment > .wpb_column,
html body #assessment > .wpb_column > .vc_column-inner {
    box-sizing: border-box !important;
    width: 100% !important;
}

html body #assessment > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html body #assessment .wpb_content_element {
    margin: 0 !important;
}

/* Force the content into two columns */
html body #assessment .vcp-assessment-layout,
html body .vcp-assessment-section .vcp-assessment-layout {
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 75px !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-direction: row !important;
}

/* Left content column */
html body #assessment .vcp-assessment-intro,
html body .vcp-assessment-section .vcp-assessment-intro {
    box-sizing: border-box !important;
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 650px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body #assessment .vcp-assessment-intro .vcp-eyebrow {
    display: block !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #ff6200 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 1.7px !important;
    text-transform: uppercase !important;
}

html body #assessment .vcp-assessment-intro h2 {
    display: block !important;
    width: 100% !important;
    max-width: 650px !important;
    margin: 0 0 23px !important;
    padding: 0 !important;
    color: #ff6200 !important;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.01 !important;
    letter-spacing: -1.4px !important;
    text-transform: none !important;
}

html body #assessment .vcp-assessment-intro > p:last-child {
    display: block !important;
    width: 100% !important;
    max-width: 650px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #202020 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

/* Right assessment card */
html body #assessment .vcp-assessment-tool,
html body .vcp-assessment-section .vcp-assessment-tool {
    box-sizing: border-box !important;
    display: block !important;
    flex: 0 0 395px !important;
    width: 395px !important;
    min-width: 0 !important;
    max-width: 395px !important;
    margin: 0 !important;
    padding: 36px 35px 34px !important;
    border: 0 !important;
    background: #fff !important;
    color: #202020 !important;
    box-shadow: 10px 10px 0 #d9d4ca !important;
}

/* Form field wrappers */
html body #assessment .vcp-assessment-field {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

html body #assessment .vcp-assessment-field label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #202020 !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

/* Select controls */
html body #assessment .vcp-assessment-field select {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 40px 0 15px !important;
    border: 1px solid #c8c3ba !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #202020 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 48px !important;
    box-shadow: none !important;
}

html body #assessment .vcp-assessment-field select:focus {
    border-color: #ff6200 !important;
    outline: 2px solid rgba(255, 98, 0, 0.18) !important;
    outline-offset: 1px !important;
}

/* Checkbox */
html body #assessment .vcp-assessment-checkbox {
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    margin: 1px 0 23px !important;
    padding: 0 !important;
    gap: 10px !important;
    align-items: center !important;
    color: #202020 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}

html body #assessment .vcp-assessment-checkbox input {
    box-sizing: border-box !important;
    display: block !important;
    flex: 0 0 21px !important;
    width: 21px !important;
    height: 21px !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #ff6200 !important;
}

/* Result panel */
html body #assessment .vcp-assessment-result {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    min-height: 124px !important;
    margin: 0 0 22px !important;
    padding: 22px !important;
    border: 0 !important;
    background: #2e4053 !important;
    color: #fff !important;
}

html body #assessment .vcp-assessment-result-label {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #ff8b42 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

html body #assessment .vcp-assessment-result h3,
html body #assessment .vcp-assessment-result-title {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.2px !important;
    text-transform: none !important;
}

html body #assessment .vcp-assessment-result-text {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* Orange CTA */
html body #assessment .vcp-assessment-button,
html body #assessment a.vcp-assessment-button {
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ff6200 !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 4px 0 #d84f00 !important;
}

html body #assessment .vcp-assessment-button:hover {
    background: #e95700 !important;
    color: #fff !important;
}


/* =========================================================
   ASSESSMENT TABLET
   ========================================================= */

@media (max-width: 950px) {
    html body #assessment.vcp-assessment-section,
    html body .vc_row#assessment,
    html body .vcp-assessment-section {
        padding: 70px 27px !important;
    }

    html body #assessment .vcp-assessment-layout,
    html body .vcp-assessment-section .vcp-assessment-layout {
        gap: 40px !important;
    }

    html body #assessment .vcp-assessment-intro h2 {
        font-size: 43px !important;
    }

    html body #assessment .vcp-assessment-tool {
        flex-basis: 350px !important;
        width: 350px !important;
        max-width: 350px !important;
        padding: 30px 27px !important;
    }
}


/* =========================================================
   ASSESSMENT MOBILE
   ========================================================= */

@media (max-width: 767px) {
    html body #assessment.vcp-assessment-section,
    html body .vc_row#assessment,
    html body .vcp-assessment-section {
        padding: 58px 20px !important;
    }

    html body #assessment .vcp-assessment-layout,
    html body .vcp-assessment-section .vcp-assessment-layout {
        display: flex !important;
        width: 100% !important;
        max-width: 620px !important;
        gap: 36px !important;
        flex-direction: column !important;
    }

    html body #assessment .vcp-assessment-intro,
    html body #assessment .vcp-assessment-tool {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    html body #assessment .vcp-assessment-intro h2 {
        max-width: none !important;
        font-size: 40px !important;
        line-height: 1.04 !important;
        letter-spacing: -0.8px !important;
    }
}

@media (max-width: 480px) {
    html body #assessment.vcp-assessment-section,
    html body .vc_row#assessment,
    html body .vcp-assessment-section {
        padding: 48px 17px !important;
    }

    html body #assessment .vcp-assessment-intro h2 {
        font-size: 35px !important;
    }

    html body #assessment .vcp-assessment-tool {
        padding: 25px 20px 27px !important;
        box-shadow: 7px 7px 0 #d9d4ca !important;
    }
}
/* Force assessment background across the full browser width */
html body #assessment,
html body .vcp-assessment-native,
html body div[id="assessment"] {
    position: relative !important;
    z-index: 0 !important;
    background: #f1efe9 !important;
    box-shadow: 0 0 0 100vmax #f1efe9 !important;
    clip-path: inset(0 -100vmax) !important;
}