/* =========================================================================
   Service Areas — single template
   Prefix: .vw-sa-
   Built section-by-section. Currently: Hero.
   ========================================================================= */

/* ---------- Layout container ---------- */
.vw-sa-container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* =========================================================================
   HERO
   ========================================================================= */
.vw-sa-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 240px 0 40px;
    color: #fff;
    box-sizing: border-box;
}

/* Hero uses a wider container with a bit more horizontal padding so content
   sits left-aligned with a small gutter on smaller screens, and re-centers
   inside 1760px on very big monitors (avoiding a stretched banner). */
.vw-sa-hero .vw-sa-container {
    max-width: 1760px;
    padding: 0 80px;
}

.vw-sa-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

/* ---------- Top content ---------- */
.vw-sa-hero__content {
    max-width: 1200px;
}

.vw-sa-hero__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: 80px;
    line-height: 1.05;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
    max-width: 1180px;
}

.vw-sa-hero__desc {
    font-family: 'SaansTRIAL-Light', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.6;
    color: #fff;
    opacity: 0.92;
    margin: 36px 0 0;
    max-width: 980px;
}

/* ---------- Primary CTA (separate circle + pill, single anchor) ---------- */
.vw-sa-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
    background: transparent;
    color: #fff;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.vw-sa-hero__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FF4B00;
    color: #fff;
    flex-shrink: 0;
}

.vw-sa-hero__cta-icon svg {
    width: 18px;
    height: 18px;
}

.vw-sa-hero__cta-pill {
    display: inline-flex;
    align-items: center;
    height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    background: #FF4B00;
    color: #fff;
}

/* ---------- Bottom banner card ---------- */
.vw-sa-hero__banner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 80px;
    align-items: stretch;
    background: #252120;
    border-radius: 28px;
    padding: 56px 64px;
    margin-top: 80px;
    box-sizing: border-box;
}

.vw-sa-hero__banner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    min-height: 220px;
}

.vw-sa-hero__banner-title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.15;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
    max-width: 600px;
}

.vw-sa-hero__banner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 28px;
    border-radius: 999px;
    background: #FF4B00;
    color: #fff;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.vw-sa-hero__banner-text {
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

/* =========================================================================
   MAIN SECTION (single column: title, description, contact form)
   ========================================================================= */
.vw-sa-main {
    padding: 80px 0 40px;
    background: #F3F3F3;
}

.vw-sa-main__inner {
    max-width: 1100px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #e6e1d6;
    border-radius: 24px;
    padding: 56px 64px;
    box-sizing: border-box;
    box-shadow: 18px 22px 40px rgba(0, 0, 0, 0.08);
}

.vw-sa-main__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 1.15;
    color: #1b1616;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}

.vw-sa-main__desc {
    font-family: 'SaansTRIAL-Light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #9a9a9a;
    margin: 0 0 36px;
}

.vw-sa-main__form-title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #FF4B00;
    margin: 0 0 28px;
    letter-spacing: -0.01em;
}

/* ---------- CF7 form styling (scoped to .vw-sa-main__form) ---------- */
.vw-sa-main__form,
.vw-sa-main__form .wpcf7,
.vw-sa-main__form .wpcf7-form,
.vw-sa-main__form form,
.vw-sa-main__form .wpcf7-form p,
.vw-sa-main__form .wpcf7-form > * {
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.vw-sa-main__form .wpcf7-form p {
    margin: 0 !important;
    padding: 0 !important;
}

.vw-sa-main__form .wpcf7-form label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.vw-sa-main__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.vw-sa-main__form .wpcf7-form input[type="text"],
.vw-sa-main__form .wpcf7-form input[type="email"],
.vw-sa-main__form .wpcf7-form input[type="tel"],
.vw-sa-main__form .wpcf7-form input[type="number"],
.vw-sa-main__form .wpcf7-form input[type="url"],
.vw-sa-main__form .wpcf7-form textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 12px 0 12px;
    margin: 0 0 4px;
    color: #1b1616;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.vw-sa-main__form .wpcf7-form input:focus,
.vw-sa-main__form .wpcf7-form textarea:focus {
    border-bottom-color: #FF4B00;
}

.vw-sa-main__form .wpcf7-form input::placeholder,
.vw-sa-main__form .wpcf7-form textarea::placeholder {
    color: #1b1616;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 14px;
    opacity: 1;
}

/* Acceptance checkbox row */
.vw-sa-main__form .wpcf7-acceptance {
    display: block;
    margin: 18px 0 28px;
    color: #1b1616;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.vw-sa-main__form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.vw-sa-main__form .wpcf7-acceptance label,
.vw-sa-main__form .wpcf7-acceptance .wpcf7-list-item-label,
.vw-sa-main__form .wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #1b1616 !important;
}

/* Custom orange checkbox — shared by CF7 acceptance + mc4wp checkbox */
.vw-sa-main__form .wpcf7-acceptance input[type="checkbox"],
.vw-sa-main__form .mc4wp-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background: transparent;
    margin: 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.vw-sa-main__form .wpcf7-acceptance input[type="checkbox"]:checked,
.vw-sa-main__form .mc4wp-checkbox input[type="checkbox"]:checked {
    background: #FF4B00;
    border-color: #FF4B00;
}

.vw-sa-main__form .wpcf7-acceptance input[type="checkbox"]:checked::after,
.vw-sa-main__form .mc4wp-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

/* MailChimp for WP (mc4wp) checkbox row — used instead of CF7 acceptance */
.vw-sa-main__form .mc4wp-checkbox {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin: 18px 0 28px !important;
    padding: 0 !important;
}

.vw-sa-main__form .mc4wp-checkbox > * {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.vw-sa-main__form .mc4wp-checkbox p {
    margin: 0;
}

.vw-sa-main__form .mc4wp-checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #1b1616;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.vw-sa-main__form .mc4wp-checkbox label span,
.vw-sa-main__form .mc4wp-checkbox label * {
    color: #1b1616;
}

/* Submit button */
.vw-sa-main__form .wpcf7-form .wpcf7-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    max-width: none !important;
    height: 56px;
    padding: 0 36px;
    border: 0;
    border-radius: 999px;
    background: #FF4B00;
    color: #fff;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    margin-top: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* CF7 spinner / response text */
.vw-sa-main__form .wpcf7 form .wpcf7-response-output {
    color: #1b1616;
    border-color: rgba(0, 0, 0, 0.2);
    margin: 24px 0 0;
}

.vw-sa-main__form .wpcf7-not-valid-tip {
    color: #d83a00;
    font-size: 13px;
    margin-top: 6px;
}

/* Hide any duplicate heading inside the CF7 form (form-title is rendered by template) */
.vw-sa-main__form .vw-heading,
.vw-sa-main__form h3 {
    display: none;
}

/* Kill the dead space the irf-heading wrapper leaves behind */
.vw-sa-main__form .irf-heading {
    padding-bottom: 0;
}

/* =========================================================================
   CARDS SECTION (light, centered title, 3-up grid of bordered white cards)
   ========================================================================= */
.vw-sa-cards {
    padding: 50px 0 80px;
    background: #F3F3F3;
    color: #1b1616;
}

.vw-sa-cards__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 1.15;
    color: #1b1616;
    text-align: center;
    margin: 0 auto 64px;
    max-width: 760px;
    letter-spacing: -0.01em;
}

.vw-sa-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.vw-sa-cards__card {
    background: #fff;
    border: 0;
    border-radius: 26px;
    padding: 40px 40px 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 440px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.vw-sa-cards__card-title {
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: #151515;
    margin: 0 0 18px;
}

@media (min-width: 1200px) {
    .vw-sa-cards__card-title {
        height: 110px;
    }
}

.vw-sa-cards__card-text {
    font-family: 'SaansTRIAL-Light', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.75;
    color: #a9a9a9;
    margin: 0 0 24px;
}

.vw-sa-cards__card-text p {
    margin: 0 0 12px;
}

.vw-sa-cards__card-text p:last-child {
    margin-bottom: 0;
}

.vw-sa-cards__card-text a {
    color: #EA5A01;
    text-decoration: underline;
}

.vw-sa-cards__card-icon {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.vw-sa-cards__card-icon img {
    display: block;
    width: 130px;
    height: auto;
}

/* =========================================================================
   SLIDER SECTION (dark rounded box with icon + content + per-slide CTA)
   ========================================================================= */
.vw-sa-slider {
    position: relative;
    padding: 120px 0 110px;
    background:
        /* Top + bottom fade-out so orange blends into neighbour sections */
        linear-gradient(
            180deg,
            #F3F3F3 0%,
            rgba(243, 243, 243, 0) 18%,
            rgba(243, 243, 243, 0) 82%,
            #F3F3F3 100%
        ),
        radial-gradient(ellipse 60% 55% at 14% 35%, #DE783A 0%, #DE783A 18%, transparent 85%),
        radial-gradient(ellipse 55% 50% at 88% 65%, #DE783A 0%, #DE783A 18%, transparent 85%),
        radial-gradient(ellipse 45% 45% at 30% 82%, #DE783A 0%, #DE783A 15%, transparent 85%),
        #F3F3F3;
    color: #1b1616;
    overflow: hidden;
}

.vw-sa-slider__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: 76px;
    line-height: 1.1;
    color: #1b1616;
    text-align: center;
    margin: 0 auto 56px;
    max-width: 1200px;
    letter-spacing: -0.01em;
}

.vw-sa-slider-box {
    position: relative;
    background: #241d1e;
    border-radius: 30px;
    overflow: hidden;
    min-height: 480px;
}

.vw-sa-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.vw-sa-slider-slide {
    min-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
    padding: 80px;
    box-sizing: border-box;
}

.vw-sa-slider-slide__icon {
    flex-shrink: 0;
    width: 320px;
}

.vw-sa-slider-slide__icon img {
    display: block;
    width: 100%;
    height: auto;
}

.vw-sa-slider-slide__content {
    flex: 1;
}

.vw-sa-slider-slide__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: -0.005em;
}

.vw-sa-slider-slide__text {
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 36px;
    opacity: 0.92;
}

.vw-sa-slider-slide__text p {
    margin: 0 0 12px;
}

.vw-sa-slider-slide__text p:last-child {
    margin-bottom: 0;
}

.vw-sa-slider-slide__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: #FF4B00;
    color: #fff;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

/* Nav (two identical light-grey circular buttons, centered below the box) */
.vw-sa-slider-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.vw-sa-slider-prev,
.vw-sa-slider-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(20, 18, 18, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.vw-sa-slider-prev svg,
.vw-sa-slider-next svg {
    display: block;
    width: 26px;
    height: 26px;
}

/* Mobile dots (hidden on desktop) */
.vw-sa-slider-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.vw-sa-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #d8d3c8;
    padding: 0;
    cursor: pointer;
}

.vw-sa-slider-dot.is-active {
    background: #FF4B00;
}

/* =========================================================================
   Q&A SECTION (left copy + right accordion — mirrored from industries-v2)
   ========================================================================= */
.vw-sa-qa {
    padding: 30px 20px 80px;
    background: #F3F3F3;
}

.vw-sa-qa__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 72px;
    display: grid;
    grid-template-columns: 0.46fr 0.54fr;
    column-gap: 60px;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    font-family: 'SaansTRIAL-Regular', sans-serif;
}

.vw-sa-qa__left {
    max-width: 550px;
}

.vw-sa-qa__right {
    max-width: 900px;
    width: 100%;
}

.vw-sa-qa__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    margin: 0 0 24px;
    font-weight: 500;
    font-size: clamp(34px, 4.2vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #ec5a00;
}

.vw-sa-qa__text {
    max-width: 540px;
    margin-bottom: 40px;
    font-family: 'SaansTRIAL-Light', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.75;
    color: #a9a9a9;
}

.vw-sa-qa__text p {
    margin: 0 0 14px;
}

.vw-sa-qa__text p:last-child {
    margin-bottom: 0;
}

.vw-sa-qa__actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.vw-sa-qa__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 999px;
    border: 1px solid #1c1917;
    background: #ffffff;
    color: #1c1917;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.vw-sa-qa__btn--secondary {
    border: none;
    background: transparent;
    color: #000;
    padding: 0;
    font-weight: 500;
    text-decoration: underline;
}

.vw-sa-qa__list {
    border-top: 1px solid #1b1616;
}

.vw-sa-qa__toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vw-sa-qa__item {
    padding: 18px 0;
    border-bottom: 1px solid #1b1616;
    cursor: pointer;
    width: 100%;
    display: block;
}

.vw-sa-qa__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
}

.vw-sa-qa__item-title {
    margin: 0;
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: clamp(19px, 2.2vw, 24px);
    line-height: 1.35;
    color: #111;
}

/* Plus / minus icon */
.vw-sa-qa__item-icon {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #ff5a1f;
    flex-shrink: 0;
    position: relative;
}

.vw-sa-qa__item-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #ff5a1f;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.vw-sa-qa__toggle:checked + .vw-sa-qa__item .vw-sa-qa__item-icon::after {
    opacity: 0;
}

.vw-sa-qa__item-text {
    display: none;
    max-width: 620px;
    margin-top: 10px;
    font-family: 'SaansTRIAL-Light', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.75;
    color: #a9a9a9;
}

.vw-sa-qa__item-text p {
    margin: 0 0 14px;
}

.vw-sa-qa__item-text p:last-child {
    margin-bottom: 0;
}

.vw-sa-qa__item-text a {
    color: #FF7A2F;
    text-decoration: underline;
}

.vw-sa-qa__toggle:checked + .vw-sa-qa__item .vw-sa-qa__item-text {
    display: block;
}

/* =========================================================================
   TESTIMONIALS (CSS-only slider, mirrored 1:1 from industries-v2)
   Supports up to 5 testimonials.
   ========================================================================= */
.vw-sa-tests {
    padding: 80px 0 90px;
    background: #F3F3F3;
}

.vw-sa-tests__inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
}

.vw-sa-tests__slider {
    position: relative;
}

.vw-sa-tests__toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vw-sa-tests__slides {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.vw-sa-tests__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#vw_sa_test_1:checked ~ .vw-sa-tests__slides .vw-sa-tests__slide:nth-child(1),
#vw_sa_test_2:checked ~ .vw-sa-tests__slides .vw-sa-tests__slide:nth-child(2),
#vw_sa_test_3:checked ~ .vw-sa-tests__slides .vw-sa-tests__slide:nth-child(3),
#vw_sa_test_4:checked ~ .vw-sa-tests__slides .vw-sa-tests__slide:nth-child(4),
#vw_sa_test_5:checked ~ .vw-sa-tests__slides .vw-sa-tests__slide:nth-child(5) {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.vw-sa-tests__quote {
    max-width: none;
    margin: 0;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-weight: 400;
    font-size: clamp(22px, 2.3vw, 28px);
    line-height: 1.6;
    color: #151515;
}

/* Nav */
.vw-sa-tests__nav {
    margin-top: 30px;
    display: block;
}

.vw-sa-tests__nav-state {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#vw_sa_test_1:checked ~ .vw-sa-tests__nav .vw-sa-tests__nav-state--1,
#vw_sa_test_2:checked ~ .vw-sa-tests__nav .vw-sa-tests__nav-state--2,
#vw_sa_test_3:checked ~ .vw-sa-tests__nav .vw-sa-tests__nav-state--3,
#vw_sa_test_4:checked ~ .vw-sa-tests__nav .vw-sa-tests__nav-state--4,
#vw_sa_test_5:checked ~ .vw-sa-tests__nav .vw-sa-tests__nav-state--5 {
    display: flex;
}

.vw-sa-tests__nav-left {
    flex: 1 1 auto;
    text-align: left;
}

.vw-sa-tests__author {
    margin: 0;
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #ff5a1f;
}

.vw-sa-tests__nav-right {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.vw-sa-tests__nav-btn {
    width: 96px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #111111;
    background: transparent;
    cursor: pointer;
    position: relative;
    color: #111111;
}

.vw-sa-tests__nav-btn::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.vw-sa-tests__nav-btn--prev::before {
    transform: rotate(225deg);
}

.vw-sa-tests__nav-btn--next {
    background: #ff5a1f;
    border-color: #ff5a1f;
    color: #ffffff;
}

.vw-sa-tests__nav-btn--next::before {
    border-color: #ffffff;
    transform: rotate(45deg);
}

.vw-sa-tests__nav-counter {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 15px;
}

.vw-sa-tests__nav-current {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.vw-sa-tests__nav-total {
    color: #b3b3b3;
}

/* =========================================================================
   CTA BANNER (mirrored from industries-v2 download — orange variant)
   ========================================================================= */
.vw-sa-cta-banner {
    padding: 60px 20px 50px;
    background: #F3F3F3;
}

.vw-sa-cta-banner__inner {
    max-width: 1600px;
    margin: 0 auto;
}

.vw-sa-cta-banner__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    padding: 70px 140px;
    border-radius: 34px;
    overflow: hidden;

    background-color: #EA5000;
    background-image: url("/wp-content/themes/virtuworks/images/industries_download_banner.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;

    color: #ffffff;
    width: 100%;
}

.vw-sa-cta-banner__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    margin: 0 0 28px;
    font-size: 48px;
    line-height: 1.25;
    font-weight: 500;
    color: #ffffff;
}

.vw-sa-cta-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: none;
    border-radius: 999px;
    background: #ff5a1f;
    color: #ffffff;
    font-family: 'SaansTRIAL-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.vw-sa-cta-banner__right {
    text-align: right;
}

.vw-sa-cta-banner__image {
    max-width: 420px !important;
    width: 100% !important;
    height: auto;
    transform: translateY(-20px);
}

/* =========================================================================
   FAQS (full-width accordion in a white card on grey bg)
   ========================================================================= */
.vw-sa-faqs {
    padding: 50px 20px 90px;
    background: #F3F3F3;
}

.vw-sa-faqs__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 80px 88px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    font-family: 'SaansTRIAL-Regular', sans-serif;
}

.vw-sa-faqs__title {
    font-family: 'SaansTRIAL-Medium', sans-serif;
    margin: 0 0 36px;
    font-weight: 500;
    font-size: clamp(48px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #111;
}

.vw-sa-faqs__list {
    border-top: 1px solid #1b1616;
}

.vw-sa-faqs__toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vw-sa-faqs__item {
    padding: 18px 0;
    border-bottom: 1px solid #1b1616;
    cursor: pointer;
    width: 100%;
    display: block;
}

.vw-sa-faqs__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
}

.vw-sa-faqs__item-title {
    margin: 0;
    font-family: 'SaansTRIAL-Medium', sans-serif;
    font-weight: 500;
    font-size: clamp(22px, 2vw, 26px);
    line-height: 1.35;
    color: #111;
}

/* Plus / minus icon */
.vw-sa-faqs__item-icon {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #111;
    flex-shrink: 0;
    position: relative;
}

.vw-sa-faqs__item-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 18px;
    background: #111;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.vw-sa-faqs__toggle:checked + .vw-sa-faqs__item .vw-sa-faqs__item-icon::after {
    opacity: 0;
}

.vw-sa-faqs__item-text {
    display: none;
    margin-top: 12px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: #1b1616;
}

.vw-sa-faqs__item-text p {
    margin: 0 0 12px;
}

.vw-sa-faqs__item-text p:last-child {
    margin-bottom: 0;
}

.vw-sa-faqs__item-text a {
    color: #ff5a1f;
    text-decoration: underline;
}

.vw-sa-faqs__item-text a:hover {
    text-decoration: none;
}

.vw-sa-faqs__toggle:checked + .vw-sa-faqs__item .vw-sa-faqs__item-text {
    display: block;
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
/* Macbook / laptop range — shrink banner so the title fits on 2 lines. */
@media (max-width: 1600px) {
    .vw-sa-hero__banner {
        padding: 48px 56px;
        gap: 56px;
    }
    .vw-sa-hero__banner-title {
        font-size: 42px;
        max-width: 460px;
    }
    .vw-sa-hero__banner-text {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .vw-sa-hero__title {
        font-size: 64px;
    }
    .vw-sa-hero__banner {
        padding: 40px;
        gap: 36px;
    }
    .vw-sa-hero__banner-title {
        font-size: 34px;
        max-width: 380px;
    }
    .vw-sa-main__title {
        font-size: 38px;
    }
    .vw-sa-cards__title {
        font-size: 40px;
    }
    .vw-sa-slider__title {
        font-size: 48px;
    }
    .vw-sa-slider-slide {
        padding: 50px;
        gap: 40px;
    }
    .vw-sa-slider-slide__icon {
        width: 200px;
    }
    .vw-sa-slider-slide__title {
        font-size: 30px;
    }
}

@media (max-width: 900px) {
    .vw-sa-hero {
        min-height: auto;
        padding: 140px 0 40px;
    }
    .vw-sa-hero .vw-sa-container {
        padding: 0 40px;
    }
    .vw-sa-hero__title {
        font-size: 48px;
    }
    .vw-sa-hero__banner {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 32px;
        margin-top: 60px;
    }
    /* Flatten the left wrapper so title/CTA can be reordered with the text */
    .vw-sa-hero__banner-left {
        display: contents;
    }
    .vw-sa-hero__banner-title { order: 1; }
    .vw-sa-hero__banner-right { order: 2; }
    .vw-sa-hero__banner-cta   { order: 3; }
    .vw-sa-hero__banner-title {
        font-size: 28px;
        max-width: none;
    }
    .vw-sa-main {
        padding: 60px 0 70px;
    }
    .vw-sa-main__inner {
        padding: 48px 36px;
        border-radius: 20px;
    }
    .vw-sa-main__title {
        font-size: 34px;
    }
    .vw-sa-main__desc {
        margin-bottom: 36px;
    }
    .vw-sa-main__form-title {
        font-size: 24px;
        margin-bottom: 28px;
    }
    .vw-sa-cards {
        padding: 70px 0 80px;
    }
    .vw-sa-cards__title {
        font-size: 32px;
        margin-bottom: 44px;
    }
    .vw-sa-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    /* Center the last card if it's alone on its row */
    .vw-sa-cards__card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc(50% - 10px);
    }
    .vw-sa-cards__card {
        padding: 32px 28px;
        min-height: 280px;
    }
    .vw-sa-qa {
        padding: 48px 24px 60px;
    }
    .vw-sa-qa__inner {
        padding: 28px 20px 36px;
        border-radius: 22px;
    }
    .vw-sa-qa__title {
        font-size: 32px;
    }
    .vw-sa-qa__text {
        font-size: 18px;
    }
    .vw-sa-qa__actions {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .vw-sa-slider {
        padding: 70px 0 80px;
    }
    .vw-sa-slider__title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .vw-sa-slider-slide {
        flex-direction: column;
        text-align: center;
        padding: 40px;
        gap: 24px;
    }
    .vw-sa-slider-slide__icon {
        width: 180px;
        margin: 0 auto;
    }
    .vw-sa-slider-slide__title {
        font-size: 26px;
    }
    .vw-sa-slider-box {
        min-height: auto;
    }
    .vw-sa-faqs {
        padding: 40px 16px 64px;
    }
    .vw-sa-faqs__inner {
        padding: 36px 28px 40px;
        border-radius: 22px;
    }
    .vw-sa-faqs__title {
        font-size: 44px;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .vw-sa-cards {
        padding: 56px 0 64px;
    }
    .vw-sa-cards__title {
        font-size: 26px;
        margin-bottom: 32px;
    }
    .vw-sa-cards__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .vw-sa-cards__card {
        padding: 32px 26px 40px;
        min-height: 380px;
        border-radius: 22px;
    }
    /* Reset the tablet "center last odd card" rule when grid is 1-column */
    .vw-sa-cards__card:last-child:nth-child(odd) {
        grid-column: auto;
        justify-self: stretch;
        width: auto;
    }
    .vw-sa-cards__card-title {
        font-size: 26px;
        height: auto;
    }
    .vw-sa-cards__card-text {
        font-size: 16px;
    }
    .vw-sa-cards__card-icon img {
        width: 130px;
        height: auto;
    }
    .vw-sa-tests__inner {
        padding-inline: 20px;
    }
    .vw-sa-tests__nav-state {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .vw-sa-tests__nav-right {
        width: 100%;
        justify-content: space-between;
    }
    .vw-sa-tests__nav-btn {
        width: 72px;
        height: 48px;
    }
}

@media (max-width: 600px) {
    .vw-sa-hero {
        padding: 180px 0 32px;
    }
    .vw-sa-hero .vw-sa-container {
        padding: 0 20px;
    }
    .vw-sa-hero__title {
        font-size: 36px;
    }
    .vw-sa-hero__desc {
        font-size: 15px;
    }
    .vw-sa-hero__cta {
        width: auto;
        justify-content: flex-start;
    }
    .vw-sa-hero__banner {
        padding: 28px;
        border-radius: 16px;
    }
    .vw-sa-hero__banner-title {
        font-size: 24px;
    }
    .vw-sa-hero__banner-cta {
        width: auto;
    }
    .vw-sa-main {
        padding: 40px 0 56px;
    }
    .vw-sa-main__inner {
        padding: 32px 24px;
        border-radius: 16px;
    }
    .vw-sa-main__title {
        font-size: 28px;
    }
    .vw-sa-main__form-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .vw-sa-main__form .wpcf7-form .wpcf7-submit {
        width: 100%;
    }
    .vw-sa-slider {
        padding: 56px 0 64px;
    }
    .vw-sa-slider__title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .vw-sa-slider-slide {
        padding: 32px 24px;
        gap: 20px;
    }
    .vw-sa-slider-slide__icon {
        width: 140px;
    }
    .vw-sa-slider-slide__title {
        font-size: 22px;
    }
    .vw-sa-slider-slide__text {
        font-size: 15px;
    }
    .vw-sa-slider-nav {
        display: none;
    }
    .vw-sa-slider-dots {
        display: flex;
    }
}

/* Q&A — force single column on tablet/mobile */
@media (max-width: 1024px) {
    .vw-sa-qa__inner {
        grid-template-columns: 1fr !important;
        column-gap: 0 !important;
        row-gap: 48px;
    }
    .vw-sa-qa__left,
    .vw-sa-qa__right {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .vw-sa-qa__item-icon {
        width: 18px;
        height: 2px;
    }
    .vw-sa-qa__item-icon::after {
        width: 2px;
        height: 18px;
    }
}

@media (max-width: 960px) {
    .vw-sa-cta-banner__card {
        grid-template-columns: 1fr;
        padding: 40px 32px;
        text-align: left;
    }
    .vw-sa-cta-banner__right {
        text-align: left;
    }
    .vw-sa-cta-banner__image {
        max-width: 260px;
        transform: none;
    }
    .vw-sa-cta-banner__title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .vw-sa-cta-banner__title {
        font-size: 26px;
    }
    .vw-sa-faqs__title {
        font-size: 36px;
    }
}


/* Beat the theme's global a:hover (blue) — hold each link's own color */
.vw-sa-hero__cta:hover,
.vw-sa-hero__banner-cta:hover,
.vw-sa-main__form .wpcf7-form .wpcf7-submit:hover,
.vw-sa-slider-slide__btn:hover,
.vw-sa-cta-banner__btn:hover { color: #fff; }

.vw-sa-cards__card-text a:hover { color: #EA5A01; text-decoration: underline; }
.vw-sa-qa__item-text a:hover    { color: #FF7A2F; text-decoration: underline; }
.vw-sa-faqs__item-text a:hover  { color: #ff5a1f; text-decoration: underline; }
.vw-sa-qa__btn:hover            { color: #1c1917; }
.vw-sa-qa__btn--secondary:hover { color: #000; }
