/* Industry landing pages: /industries/vc, /industries/saas, /industries/consulting */

body.industries-vc-page,
body.industries-saas-page,
body.industries-consulting-page {
    background: var(--qb-bg);
}

body.industries-vc-page .main-content.vc-page-main,
body.industries-saas-page .main-content.vc-page-main,
body.industries-consulting-page .main-content.vc-page-main {
    padding: 0;
    background: #f7f6f2;
}

body.industries-vc-page .navigation .nav-list,
body.industries-saas-page .navigation .nav-list,
body.industries-consulting-page .navigation .nav-list {
    gap: clamp(14px, 2.3vw, 40px);
}

/* No bottom rule on nav - header flows into dark hero (same as homepage) */
body.industries-vc-page .header,
body.industries-saas-page .header,
body.industries-consulting-page .header {
    border-bottom: none;
    box-shadow: none;
}

body.industries-vc-page .header.header--scrolled,
body.industries-saas-page .header.header--scrolled,
body.industries-consulting-page .header.header--scrolled {
    box-shadow: none;
    border-bottom: none;
}

.vc-container {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.vc-kicker {
    margin: 0 0 12px;
    color: #5ab774;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
}

.vc-hero {
    background: var(--buro-brand-dark-green, #072b2e);
    color: #f3fcf6;
    padding: 92px 0 84px;
}

.vc-hero-copy {
    max-width: 670px;
}

.vc-hero-title {
    margin: 0;
    color: #f3fcf6;
    font-size: clamp(40px, 6.2vw, 72px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: 0;
}

.vc-hero-text {
    margin: 24px 0 0;
    color: rgba(243, 252, 246, 0.78);
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.6;
    max-width: 620px;
}

.vc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.vc-trusted-logos {
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e4da;
}

.vc-trusted-logos__title {
    margin: 0 0 24px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(7, 43, 46, 0.5);
}

.vc-trusted-logos .client-logos-inline {
    margin: 0;
    padding: 0;
}

.vc-trusted-logos .logos-container {
    width: 100%;
    max-width: none;
}

.vc-trusted-logos .logos-container::before {
    background: linear-gradient(to right, #f7f6f2 0%, transparent 100%);
}

.vc-trusted-logos .logos-container::after {
    background: linear-gradient(to left, #f7f6f2 0%, transparent 100%);
}

.vc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.vc-button:hover {
    transform: translateY(-1px);
}

.vc-button-primary {
    background: #5ab774;
    color: #072b2e;
    border-color: #5ab774;
}

.vc-button-primary:hover {
    background: #7bd893;
    border-color: #7bd893;
    color: #072b2e;
}

.vc-button-secondary {
    background: transparent;
    color: #fef3a4;
    border-color: rgba(254, 243, 164, 0.48);
}

.vc-button-secondary:hover {
    background: rgba(254, 243, 164, 0.12);
    color: #fff8c9;
}

.vc-section {
    padding: 86px 0;
}

.vc-section-light {
    background: #f7f6f2;
}

.vc-section-white {
    background: #fffef9;
    border-top: 1px solid #e8e4da;
}

.vc-section-dark {
    background: #092f32;
    color: #f3fcf6;
}

.vc-section-heading {
    max-width: 720px;
    margin: 0 0 40px;
    text-align: left;
}

.vc-section-heading-left {
    margin: 0;
    text-align: left;
}

.vc-section-heading h2,
.vc-split-copy h2,
.vc-cta-content h2 {
    margin: 0;
    color: #092f32;
    font-size: clamp(30px, 4.2vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}

.vc-section-dark .vc-split-copy h2,
.vc-cta-content h2 {
    color: #f3fcf6;
}

.vc-section-heading p:not(.vc-kicker),
.vc-split-copy p:not(.vc-kicker),
.vc-cta-content p:not(.vc-kicker) {
    margin: 18px 0 0;
    color: #586762;
    font-size: 17px;
    line-height: 1.65;
}

.vc-section-dark .vc-split-copy p:not(.vc-kicker),
.vc-cta-content p:not(.vc-kicker) {
    color: rgba(243, 252, 246, 0.78);
}

.vc-split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
    gap: 54px;
    align-items: center;
}

.vc-budget-panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.vc-budget-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vc-budget-row span {
    color: rgba(243, 252, 246, 0.68);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.vc-budget-row strong {
    color: #fef3a4;
    font-size: 19px;
    line-height: 1.25;
    text-align: right;
}

.vc-budget-note {
    padding: 24px;
    background: rgba(254, 243, 164, 0.1);
}

.vc-budget-note p {
    margin: 0;
    color: rgba(243, 252, 246, 0.82);
    font-size: 15px;
    line-height: 1.6;
}

.vc-engine-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.vc-engine-card,
.vc-offer-card {
    border: 1px solid #dfddd4;
    border-radius: 8px;
    background: #fffef9;
    box-shadow: 0 16px 44px rgba(7, 43, 46, 0.08);
}

.vc-engine-card {
    padding: 30px;
}

.vc-engine-card-primary {
    border-color: rgba(90, 183, 116, 0.42);
    box-shadow: 0 20px 52px rgba(7, 43, 46, 0.1);
}

.vc-engine-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border: 1px solid rgba(90, 183, 116, 0.28);
    border-radius: 8px;
    background: rgba(90, 183, 116, 0.12);
    color: #2f8a49;
}

.vc-engine-icon-coral {
    border-color: rgba(244, 123, 91, 0.32);
    background: rgba(244, 123, 91, 0.13);
    color: #c3573c;
}

.vc-engine-icon svg {
    width: 28px;
    height: 28px;
}

.vc-engine-card h3,
.vc-offer-card h3 {
    margin: 0;
    color: #092f32;
    font-size: 24px;
    line-height: 1.15;
}

.vc-engine-card p,
.vc-offer-card p {
    margin: 14px 0 0;
    color: #586762;
    font-size: 16px;
    line-height: 1.6;
}

.vc-check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.vc-check-list li {
    position: relative;
    padding-left: 24px;
    color: #243c3d;
    font-size: 15px;
    line-height: 1.45;
}

.vc-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: #5ab774;
}

.vc-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vc-offer-card {
    padding: 26px;
}

.vc-offer-number {
    display: inline-flex;
    margin-bottom: 22px;
    color: #5ab774;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.vc-cta-band {
    padding: 84px 0;
    background: var(--buro-brand-dark-green, #072b2e);
}

.vc-cta-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.vc-cta-content .vc-button {
    margin-top: 30px;
}

body.industries-vc-page .strategy-page-footer,
body.industries-saas-page .strategy-page-footer,
body.industries-consulting-page .strategy-page-footer {
    background: var(--buro-brand-dark-green, #072b2e);
    border: none;
    box-shadow: none;
}

body.industries-vc-page .strategy-page-footer-copy,
body.industries-saas-page .strategy-page-footer-copy,
body.industries-consulting-page .strategy-page-footer-copy {
    color: rgba(243, 252, 246, 0.72);
}

body.industries-vc-page .strategy-page-footer-privacy,
body.industries-saas-page .strategy-page-footer-privacy,
body.industries-consulting-page .strategy-page-footer-privacy {
    color: rgba(243, 252, 246, 0.88);
}

body.industries-vc-page .strategy-page-footer-privacy:hover,
body.industries-saas-page .strategy-page-footer-privacy:hover,
body.industries-consulting-page .strategy-page-footer-privacy:hover {
    color: #f3fcf6;
}

@media (max-width: 980px) {
    .vc-split {
        grid-template-columns: 1fr;
    }

    .vc-hero {
        padding: 72px 0 64px;
    }

    .vc-hero-copy,
    .vc-section-heading-left {
        max-width: 780px;
    }

    .vc-offer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .vc-container {
        width: min(100% - 32px, 1160px);
    }

    .vc-hero {
        padding: 56px 0 52px;
    }

    .vc-hero-title {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1.04;
    }

    .vc-hero-text {
        font-size: 16px;
    }

    .vc-hero-actions {
        flex-direction: column;
    }

    .vc-hero-actions .vc-button,
    .vc-cta-content .vc-button {
        width: 100%;
    }

    .vc-engine-grid {
        grid-template-columns: 1fr;
    }

    .vc-section {
        padding: 64px 0;
    }

    .vc-section-heading {
        margin-bottom: 28px;
    }

    .vc-section-heading h2,
    .vc-split-copy h2,
    .vc-cta-content h2 {
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.12;
    }

    .vc-engine-card,
    .vc-offer-card {
        padding: 22px;
    }

    .vc-budget-row {
        display: block;
    }

    .vc-budget-row strong {
        display: block;
        margin-top: 8px;
        text-align: left;
    }
}
