/* =========================================================
   SOZO LOCATION + SERVICE PAGE
========================================================= */

.sozo-location-service-page {
    overflow: hidden;
    background-color: #ffffff;
    color: #1a202c;
    font-family: "Poppins", sans-serif;
}

.sozo-location-service-page *,
.sozo-location-service-page *::before,
.sozo-location-service-page *::after {
    box-sizing: border-box;
}

.sozo-location-container {
    width: var(--sozo-container-width);
    margin-inline: auto;
}

.sozo-location-section {
    position: relative;
    padding: var(--sozo-section-pad-y) 0;
}

.sozo-location-section--white {
    background-color: #ffffff;
}

.sozo-location-service-page a {
    transition:
        color 250ms ease,
        background-color 250ms ease,
        border-color 250ms ease,
        transform 250ms ease;
}

.sozo-location-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.sozo-location-btn:hover {
    transform: translateY(-3px);
}

.sozo-location-btn--outline {
    background-color: #ffffff;
}

.sozo-location-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.sozo-location-section-tag::before {
    content: "";
    width: 31px;
    height: 3px;
    border-radius: 20px;
    background-color: var(--primary-color);
}

.sozo-location-section-tag--light {
    color: #ffffff;
}

.sozo-location-section-tag--light::before {
    background-color: var(--primary-color);
}

.sozo-location-content p,
.sozo-location-heading-wrap p {
    margin: 12 0 22px;
    color: #5c6b7a;
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
    line-height: 1.85;
    margin-top: 20px;
}

.sozo-location-content p a,
.sozo-location-heading-wrap p a {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.sozo-location-content .title-sozo,
.sozo-location-heading-wrap .title-sozo {
    color: #000;
    font-family: "Quantico", sans-serif;
    font-size: clamp(14px, 5vw, 34px);
    line-height: 1.13;
}

.sozo-location-heading-wrap {
    max-width: 900px;
    margin: 0 auto 46px;
    text-align: center;
}

.sozo-location-heading-wrap p {
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
}

.sozo-location-heading-wrap--light .title-sozo {
    color: #ffffff;
}

/* =========================================================
   HERO
========================================================= */
/* =========================================================
   NEW LOCATION + SERVICE HERO
========================================================= */

.sozo-ls-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 0;
    background:
        linear-gradient(
            118deg,
            #ffffff 0%,
            #ffffff 48%,
            #f0f6fc 48%,
            #e6f1fb 100%
        );
}

.sozo-ls-hero__background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.sozo-ls-hero__fire-texture {
    position: absolute;
    top: 0;
    left: -130px;
    width: 440px;
    height: 100%;
    opacity: 0.055;
}

.sozo-ls-hero__blue-texture {
    position: absolute;
    top: -190px;
    right: -185px;
    width: 680px;
    height: 680px;
    opacity: 0.12;
}

.sozo-ls-hero__grid-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 100%;
    background-image:
        linear-gradient(
            rgba(0, 91, 170, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 91, 170, 0.045) 1px,
            transparent 1px
        );
    background-size: 42px 42px;
    mask-image:
        linear-gradient(
            to left,
            rgba(0, 0, 0, 0.85),
            transparent
        );
}

.sozo-ls-hero__breadcrumb {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    color: #748395;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.sozo-ls-hero__breadcrumb a {
    color: var(--secondary-color);
    text-decoration: none;
}

.sozo-ls-hero__breadcrumb a:hover {
    color: var(--primary-color);
}

.sozo-ls-hero__breadcrumb i {
    color: var(--primary-color);
    font-size: 8px;
}

.sozo-ls-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.03fr)
        minmax(470px, 0.97fr);
    gap: clamp(50px, 6vw, 90px);
    align-items: center;
    min-height: 610px;
    padding-bottom: 70px;
}

.sozo-ls-hero__location-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 7px 13px 7px 8px;
    border: 1px solid rgba(0, 91, 170, 0.12);
    border-radius: 999px;
    background-color: #ffffff;
    color: var(--secondary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(0, 91, 170, 0.07);
}

.sozo-ls-hero__location-icon {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 11px;
}

.sozo-ls-hero__content h1 {
 max-width: 790px;
    margin: 0 0 24px;
    color: #000;
    font-family: "Quantico", sans-serif;
    font-size: clamp(31px, 3.2vw, 45px);
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.sozo-ls-hero__content h1 span {
    display: block;
    margin-top: 7px;
    color: var(--primary-color);
}

.sozo-ls-hero__content > p {
    max-width: 735px;
    margin: 0;
    color: #536576;
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
    line-height: 1.85;
}

.sozo-ls-hero__content > p a {
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.sozo-ls-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.sozo-ls-hero__button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(250, 170, 45, 0.26);
}

.sozo-ls-hero__button:hover {
    transform: translateY(-3px);
}

.sozo-ls-hero__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--secondary-color);
    text-decoration: none;
}

.sozo-ls-hero__contact-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    border: 1px solid rgba(0, 91, 170, 0.15);
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--secondary-color);
    box-shadow: 0 9px 25px rgba(0, 91, 170, 0.09);
    transition:
        background-color 250ms ease,
        color 250ms ease,
        transform 250ms ease;
}

.sozo-ls-hero__contact-text small,
.sozo-ls-hero__contact-text strong {
    display: block;
}

.sozo-ls-hero__contact-text small {
    margin-bottom: 3px;
    color: #7a8897;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.sozo-ls-hero__contact-text strong {
    color: var(--secondary-color);
    font-size: 13px;
}

.sozo-ls-hero__contact-link:hover {
    color: var(--primary-color);
}

.sozo-ls-hero__contact-link:hover .sozo-ls-hero__contact-icon {
    background-color: var(--secondary-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.sozo-ls-hero__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 91, 170, 0.13);
}

.sozo-ls-hero__feature {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    min-width: 0;
    padding-right: 18px;
}

.sozo-ls-hero__feature:not(:first-child) {
    padding-left: 18px;
    border-left: 1px solid rgba(0, 91, 170, 0.13);
}

.sozo-ls-hero__feature > i {
    margin-top: 2px;
    color: var(--primary-color);
    font-size: 16px;
}

.sozo-ls-hero__feature strong,
.sozo-ls-hero__feature span {
    display: block;
}

.sozo-ls-hero__feature strong {
    margin-bottom: 5px;
    color: var(--secondary-color);
    font-size: 11px;
    line-height: 1.35;
}

.sozo-ls-hero__feature span {
    color: #7b8998;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.45;
}

/* Visual */

.sozo-ls-hero__visual {
    position: relative;
    min-height: 535px;
}

.sozo-ls-hero__visual-panel {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 91, 170, 0.12);
    border-radius: 34px 34px 34px 115px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.96),
            rgba(229, 241, 252, 0.98)
        );
    box-shadow: 0 28px 70px rgba(0, 91, 170, 0.17);
}

.sozo-ls-hero__visual-panel::before {
    content: "";
    position: absolute;
    top: -115px;
    right: -95px;
    width: 330px;
    height: 330px;
    border: 52px solid rgba(250, 170, 45, 0.15);
    border-radius: 50%;
}

.sozo-ls-hero__visual-panel::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -110px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background-color: rgba(0, 91, 170, 0.08);
}

.sozo-ls-hero__panel-topline {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 30px 0;
}

.sozo-ls-hero__panel-topline span {
    color: #768798;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sozo-ls-hero__panel-topline strong {
    padding: 8px 13px;
    border-radius: 999px;
    background-color: var(--secondary-color);
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.sozo-ls-hero__vehicle-background {
    position: absolute;
    inset: 70px 0 auto;
    height: 300px;
}

.sozo-ls-hero__vehicle-outline {
    position: absolute;
    top: 15px;
    left: 50%;
    color: rgba(0, 91, 170, 0.045);
    font-family: "Quantico", sans-serif;
    font-size: clamp(85px, 9vw, 145px);
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1;
    transform: translateX(-50%);
}

.sozo-ls-hero__vehicle-circle {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 285px;
    height: 285px;
    border: 1px dashed rgba(0, 91, 170, 0.18);
    border-radius: 50%;
    transform: translateX(-50%);
}

.sozo-ls-hero__vehicle-circle::before {
    content: "";
    position: absolute;
    inset: 25px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 38% 32%,
            #ffffff,
            var(--vehicle-bg-color)
        );
}

.sozo-ls-hero__vehicle {
    position: absolute;
    z-index: 4;
    top: 80px;
   
    /* width: 120%; */
}

.sozo-ls-hero__vehicle img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 26px 19px rgba(0, 0, 0, 0.22));
}

.sozo-ls-hero__vehicle-shadow {
    position: absolute;
    z-index: 2;
    right: 13%;
    bottom: 115px;
    width: 73%;
    height: 27px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.14);
    filter: blur(14px);
}

.sozo-ls-hero__pickup-card {
    position: absolute;
    z-index: 6;
    right: 20px;
    bottom: 25px;
    left: 88px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border-radius: 14px;
    background-color: var(--secondary-color);
    box-shadow: 0 18px 40px rgba(0, 91, 170, 0.28);
}

.sozo-ls-hero__pickup-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    border-radius: 11px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 17px;
}

.sozo-ls-hero__pickup-card span,
.sozo-ls-hero__pickup-card strong {
    display: block;
}

.sozo-ls-hero__pickup-card span {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 9px;
    text-transform: uppercase;
}

.sozo-ls-hero__pickup-card strong {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.45;
}

.sozo-ls-hero__availability-card {
    position: absolute;
    z-index: 7;
    bottom: 92px;
    left: -18px;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: 220px;
    padding: 13px 15px;
    border: 1px solid rgba(0, 91, 170, 0.1);
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 91, 170, 0.17);
}

.sozo-ls-hero__availability-dot {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border: 3px solid rgba(250, 170, 45, 0.25);
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(250, 170, 45, 0.1);
}

.sozo-ls-hero__availability-card strong,
.sozo-ls-hero__availability-card span {
    display: block;
}

.sozo-ls-hero__availability-card strong {
    margin-bottom: 3px;
    color: var(--secondary-color);
    font-size: 10px;
}

.sozo-ls-hero__availability-card span {
    color: #7a8998;
    font-size: 8px;
    line-height: 1.4;
}

/* Bottom bar */

.sozo-ls-hero__bottom {
    position: relative;
    z-index: 5;
    background-color: var(--secondary-color);
}

.sozo-ls-hero__bottom-inner {
    min-height: 94px;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        1px
        minmax(0, 1fr)
        1px
        minmax(0, 1fr)
        1px
        minmax(0, 1fr);
    align-items: center;
    gap: 28px;
}

.sozo-ls-hero__bottom-item {
    text-align: center;
}

.sozo-ls-hero__bottom-item strong,
.sozo-ls-hero__bottom-item span {
    display: block;
}

.sozo-ls-hero__bottom-item strong {
    margin-bottom: 5px;
    color: var(--primary-color);
    font-family: "Quantico", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.sozo-ls-hero__bottom-item span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.sozo-ls-hero__bottom-divider {
    width: 1px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.18);
}

/* =========================================================
   HERO RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .sozo-ls-hero__layout {
        grid-template-columns: minmax(0, 1fr) 430px;
        gap: 42px;
    }

    .sozo-ls-hero__content h1 {
        font-size: clamp(37px, 4vw, 52px);
    }

    .sozo-ls-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 19px;
    }

    .sozo-ls-hero__feature:nth-child(3) {
        grid-column: 1 / -1;
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 991px) {
    .sozo-ls-hero {
        background:
            linear-gradient(
                180deg,
                #ffffff 0%,
                #ffffff 54%,
                #eef6fc 54%,
                #e5f0fb 100%
            );
    }

    .sozo-ls-hero__grid-pattern {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 48%;
    }

    .sozo-ls-hero__layout {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-bottom: 60px;
    }

    .sozo-ls-hero__content {
        max-width: 790px;
    }

    .sozo-ls-hero__visual {
        width: min(630px, 100%);
        min-height: 530px;
        margin-inline: auto;
    }

    .sozo-ls-hero__bottom-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 14px 0;
    }

    .sozo-ls-hero__bottom-item {
        padding: 17px;
    }

    .sozo-ls-hero__bottom-item:nth-of-type(3),
    .sozo-ls-hero__bottom-item:nth-of-type(7) {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .sozo-ls-hero__bottom-divider {
        display: none;
    }
}

@media (max-width: 767px) {
    .sozo-ls-hero {
        padding-top: 25px;
    }

    .sozo-ls-hero__breadcrumb {
        margin-bottom: 23px;
    }

    .sozo-ls-hero__layout {
        gap: 42px;
        padding-bottom: 48px;
    }

    .sozo-ls-hero__content h1 {
        font-size: clamp(32px, 9.6vw, 45px);
        letter-spacing: -0.7px;
    }

    .sozo-ls-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .sozo-ls-hero__button {
        width: 100%;
    }

    .sozo-ls-hero__contact-link {
        justify-content: center;
    }

    .sozo-ls-hero__features {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sozo-ls-hero__feature,
    .sozo-ls-hero__feature:not(:first-child),
    .sozo-ls-hero__feature:nth-child(3) {
        grid-column: auto;
        padding: 15px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(0, 91, 170, 0.12);
    }

    .sozo-ls-hero__visual {
        min-height: 435px;
    }

    .sozo-ls-hero__visual-panel {
        border-radius: 26px 26px 26px 75px;
    }

    .sozo-ls-hero__vehicle {
        top: 120px;
        right: -17%;
        width: 132%;
    }

    .sozo-ls-hero__vehicle-circle {
        width: 240px;
        height: 240px;
    }

    .sozo-ls-hero__pickup-card {
        right: 12px;
        bottom: 18px;
        left: 55px;
    }

    .sozo-ls-hero__availability-card {
        bottom: 85px;
        left: 7px;
    }
}

@media (max-width: 480px) {
    .sozo-ls-hero__location-label {
        font-size: 9px;
    }

    .sozo-ls-hero__visual {
        min-height: 370px;
    }

    .sozo-ls-hero__panel-topline {
        padding: 20px 18px 0;
    }

    .sozo-ls-hero__vehicle-outline {
        top: 24px;
        font-size: 72px;
    }

    .sozo-ls-hero__vehicle-circle {
        top: 34px;
        width: 205px;
        height: 205px;
    }

    .sozo-ls-hero__vehicle {
        top: 115px;
        right: -23%;
        width: 145%;
    }

    .sozo-ls-hero__vehicle-shadow {
        bottom: 95px;
    }

    .sozo-ls-hero__pickup-card {
        right: 8px;
        bottom: 12px;
        left: 8px;
        padding: 13px;
    }

    .sozo-ls-hero__availability-card {
        display: none;
    }

    .sozo-ls-hero__bottom-inner {
        grid-template-columns: 1fr;
    }

    .sozo-ls-hero__bottom-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .sozo-ls-hero__bottom-item:last-child {
        border-bottom: 0;
    }
}

/* =========================================================
   INTRO SECTION
========================================================= */

.sozo-location-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(50px, 7vw, 90px);
    align-items: center;
}

.sozo-location-intro__visual {
    position: relative;
    min-height: 470px;
}

.sozo-location-intro__orange-frame {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 68%;
    height: 68%;
    border-radius: 28px 0 0;
    background-color: var(--primary-color);
}

.sozo-location-intro__image {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 28px 65px rgba(0, 91, 170, 0.17);
}

.sozo-location-intro__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sozo-location-intro__address-card {
    position: absolute;
    z-index: 4;
    right: -24px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 265px;
    padding: 18px 20px;
    border-radius: 14px;
    background-color: var(--secondary-color);
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 91, 170, 0.28);
}

.sozo-location-intro__address-card i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    border-radius: 12px;
    background-color: var(--primary-color);
    font-size: 19px;
}

.sozo-location-intro__address-card span,
.sozo-location-intro__address-card strong {
    display: block;
}

.sozo-location-intro__address-card span {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    text-transform: uppercase;
}

.sozo-location-intro__address-card strong {
    font-size: 13px;
}

/* =========================================================
   REQUIREMENTS
========================================================= */

.sozo-location-requirements {
    padding: var(--sozo-section-pad-y) 0;
    background:
        linear-gradient(
            135deg,
            #f2f7fc,
            #ffffff
        );
}

.sozo-location-requirements__card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
    padding: clamp(30px, 5vw, 60px);
    border: 1px solid rgba(0, 91, 170, 0.12);
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: 0 22px 60px rgba(0, 91, 170, 0.1);
}

.sozo-location-requirements__icon-wrap {
    display: grid;
    justify-items: center;
    gap: 15px;
}

.sozo-location-requirements__icon {
    width: 145px;
    height: 145px;
    display: grid;
    place-items: center;
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            var(--secondary-color),
            #0074d5
        );
    color: #ffffff;
    font-size: 52px;
    box-shadow: 0 20px 40px rgba(0, 91, 170, 0.25);
    transform: rotate(-4deg);
}

.sozo-location-requirements__icon-wrap span {
    color: var(--secondary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sozo-location-requirements__content h2 {
    margin: 0 0 18px;
    color: #000;
    font-family: "Quantico", sans-serif;
   font-size: clamp(14px, 5vw, 34px);
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.sozo-location-requirements__content p {
    margin: 0 0 24px;
    color: #5c6b7a;
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
    line-height: 1.85;
}

/* =========================================================
   FLEET
========================================================= */

.sozo-location-fleet-section {
    overflow: hidden;
    background-color: #ffffff;
}

.sozo-location-fleet-section__texture {
    position: absolute;
    top: 0;
    right: -30px;
    width: 410px;
    height: 100%;
    opacity: 0.08;
}

.sozo-location-fleet-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.sozo-location-vehicle-card {
    overflow: hidden;
    border: 1px solid rgba(0, 91, 170, 0.13);
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0 15px 38px rgba(0, 91, 170, 0.08);
    transition:
        transform 250ms ease,
        box-shadow 250ms ease,
        border-color 250ms ease;
}

.sozo-location-vehicle-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color-half-opacity);
    box-shadow: 0 28px 55px rgba(0, 91, 170, 0.15);
}

.sozo-location-vehicle-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px 0;
}

.sozo-location-vehicle-card__top > span {
    color: var(--primary-color);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.sozo-location-vehicle-card__number {
    color: rgba(0, 91, 170, 0.14);
    font-family: "Quantico", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.sozo-location-vehicle-card__image {
    position: relative;
    min-height: 205px;
    overflow: hidden;
}

.sozo-location-vehicle-card__circle {
    position: absolute;
    top: 18px;
    right: 15%;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background-color: var(--vehicle-bg-color);
}

.sozo-location-vehicle-card__image img {
    position: absolute;
    z-index: 2;
    right: -16%;
    bottom: 15px;
    width: 127%;
    height: auto;
    filter: drop-shadow(0 15px 13px rgba(0, 0, 0, 0.16));
}

.sozo-location-vehicle-card__content {
    padding: 8px 22px 25px;
}

.sozo-location-vehicle-card__content h3 {
    margin: 0 0 10px;
    color: var(--secondary-color);
    font-family: "Quantico", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.sozo-location-vehicle-card__content p {
    margin: 0;
    color: #687787;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

.sozo-location-center-button {
    margin-top: 38px;
    text-align: center;
}

/* =========================================================
   PLATFORM SECTION
========================================================= */

.sozo-location-platform-section {
    position: relative;
    overflow: hidden;
    padding: var(--sozo-section-pad-y) 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(250, 170, 45, 0.18),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #003966,
            var(--secondary-color)
        );
}

.sozo-location-platform-section__splash {
    position: absolute;
    top: -130px;
    right: -110px;
    width: 560px;
    height: 560px;
    opacity: 0.16;
}

.sozo-location-platform {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    gap: clamp(50px, 8vw, 95px);
    align-items: center;
}

.sozo-location-platform__content .title-sozo {
    color: #ffffff;
    font-family: "Quantico", sans-serif;
    font-size: clamp(14px, 5vw, 34px);
    line-height: 1.14;
}

.sozo-location-platform__content p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.76);
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
    line-height: 1.85;
    margin-top: 20px;

}

.sozo-location-platform__content p a {
    color: #ffd08a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sozo-location-platform__visual {
    position: relative;
    min-height: 470px;
}

.sozo-location-platform__main-card {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 25px);
    min-height: 410px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(8px);
}

.sozo-location-platform__car {
    position: relative;
    min-height: 320px;
}

.sozo-location-platform__car::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 17%;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
}

.sozo-location-platform__car img {
    position: absolute;
    z-index: 2;
  
    bottom: 15px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 16px rgba(0, 0, 0, 0.25));
}

.sozo-location-platform__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
}

.sozo-location-platform__badge {
    padding: 16px;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.1);
}

.sozo-location-platform__badge strong,
.sozo-location-platform__badge span {
    display: block;
}

.sozo-location-platform__badge strong {
    margin-bottom: 5px;
    color: var(--primary-color);
    font-family: "Quantico", sans-serif;
    font-size: 18px;
}

.sozo-location-platform__badge span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    line-height: 1.5;
}

.sozo-location-platform__both-card {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: -20px;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 285px;
    padding: 17px 19px;
    border-radius: 15px;
    background-color: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.sozo-location-platform__both-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    flex: 0 0 45px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.18);
    font-size: 17px;
}

.sozo-location-platform__both-card strong,
.sozo-location-platform__both-card span {
    display: block;
}

.sozo-location-platform__both-card strong {
    margin-bottom: 3px;
    font-size: 12px;
}

.sozo-location-platform__both-card span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
}

/* =========================================================
   WEEKLY HIRE
========================================================= */

.sozo-location-weekly-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 8vw, 95px);
    align-items: center;
}

.sozo-location-weekly-card {
    overflow: hidden;
    border-radius: 24px;
    background-color: var(--secondary-color);
    box-shadow: 0 25px 60px rgba(0, 91, 170, 0.22);
}

.sozo-location-weekly-card__header {
    position: relative;
    overflow: hidden;
    padding: 34px;
    background:
        linear-gradient(
            135deg,
            var(--primary-color),
            #f28c00
        );
    color: #ffffff;
}

.sozo-location-weekly-card__header::after {
    content: "";
    position: absolute;
    top: -55px;
    right: -45px;
    width: 170px;
    height: 170px;
    border: 30px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.sozo-location-weekly-card__header span,
.sozo-location-weekly-card__header strong {
    position: relative;
    z-index: 2;
    display: block;
}

.sozo-location-weekly-card__header span {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sozo-location-weekly-card__header strong {
    font-family: "Quantico", sans-serif;
    font-size: clamp(37px, 5vw, 59px);
    line-height: 1;
    text-transform: uppercase;
}

.sozo-location-weekly-card__body {
    display: grid;
    gap: 17px;
    padding: 32px;
}

.sozo-location-weekly-card__item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
}

.sozo-location-weekly-card__item i {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    flex: 0 0 31px;
    border-radius: 50%;
    background-color: rgba(250, 170, 45, 0.19);
    color: var(--primary-color);
    font-size: 11px;
}

.sozo-location-weekly-card__item span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

/* =========================================================
   INCLUDED SECTION
========================================================= */

.sozo-location-included-section {
    position: relative;
    overflow: hidden;
    padding: var(--sozo-section-pad-y) 0;
    background:
        linear-gradient(
            135deg,
            #002b4e,
            var(--secondary-color)
        );
}

.sozo-location-included-section__shape {
    position: absolute;
    bottom: -210px;
    left: -160px;
    width: 600px;
    height: 600px;
    opacity: 0.17;
}

.sozo-location-included-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sozo-location-included-card {
    min-height: 235px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    transition:
        transform 250ms ease,
        border-color 250ms ease,
        background-color 250ms ease;
}

.sozo-location-included-card:hover {
    transform: translateY(-7px);
    border-color: var(--primary-color-half-opacity);
    background-color: rgba(255, 255, 255, 0.12);
}

.sozo-location-included-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 33px;
}

.sozo-location-included-card__icon {
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 21px;
}

.sozo-location-included-card__top > span {
    color: rgba(255, 255, 255, 0.18);
    font-family: "Quantico", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.sozo-location-included-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-family: "Quantico", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.sozo-location-included-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

.sozo-location-experience-bar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 17px;
    max-width: 900px;
    margin: 36px auto 0;
    padding: 19px 23px;
    border: 1px solid rgba(250, 170, 45, 0.25);
    border-radius: 14px;
    background-color: rgba(250, 170, 45, 0.12);
}

.sozo-location-experience-bar__icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    flex: 0 0 45px;
    border-radius: 12px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 19px;
}

.sozo-location-experience-bar p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

/* =========================================================
   LOCAL BENEFIT
========================================================= */

.sozo-location-local-section {
    background:
        linear-gradient(
            135deg,
            #f3f8fd,
            #ffffff
        );
}

.sozo-location-local-layout {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: clamp(50px, 8vw, 95px);
    align-items: center;
}

.sozo-location-local-visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
    padding: 35px;
    border: 1px solid rgba(0, 91, 170, 0.12);
    border-radius: 26px;
    background-color: #ffffff;
    box-shadow: 0 22px 60px rgba(0, 91, 170, 0.11);
}

.sozo-location-local-visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    height: 76%;
    border: 2px dashed rgba(0, 91, 170, 0.16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.sozo-location-local-visual__map {
    position: relative;
    z-index: 2;
    width: 190px;
    height: 190px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            var(--secondary-color),
            #0074d5
        );
    color: #ffffff;
    text-align: center;
    box-shadow: 0 22px 48px rgba(0, 91, 170, 0.25);
}

.sozo-location-local-visual__pin {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    font-size: 19px;
}

.sozo-location-local-visual__map strong,
.sozo-location-local-visual__map span {
    display: block;
}

.sozo-location-local-visual__map strong {
    font-family: "Quantico", sans-serif;
    font-size: 25px;
}

.sozo-location-local-visual__map span {
    margin-top: 5px;
    font-size: 11px;
}

.sozo-location-local-visual__route {
    position: absolute;
    right: 20px;
    bottom: 25px;
    left: 20px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sozo-location-local-visual__route div {
    padding: 8px 11px;
    border-radius: 8px;
    background-color: #ffffff;
    color: var(--secondary-color);
    font-size: 9px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 91, 170, 0.1);
}

/* =========================================================
   FAQ
========================================================= */


/*^^^^^^^^^ CURRENT PAGE - STYLES {{START}} ^^^^^^^^^*/
.sozo-floating-box {
    width: 65%;
    margin-block: 3%;
}


.faqs {
    margin-top: 4%;
}
.faqs .faqs-title {
    margin-inline: auto;
    /* color: white; */
    color: var(--secondary-color);
}

.faqs .faqs-container {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    padding-inline: 2.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    margin-top: 5.5%;
}
.faqs .faqs-heading {
    font-size: clamp(18px, 7vw, 40px);
    margin-top: 5.5%;
}
.faqs .accordion .accordion-title {
    font-size: clamp(14px, 5vw, 34px);
    color: black;
    margin-top: 5.5%;
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.faqs .accordion .accordion-item {
    border-radius: 16px;
    background-color: var(--primary-color-dim-opacity);
    border: 2px solid var(--primary-color-less-opacity);
    margin-block: 2.5%;
}
.faqs .accordion .accordion-item:not(:first-of-type) {
    border: 2px solid var(--primary-color-less-opacity);
}
.faqs .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 14px;
    box-shadow: none;
    background-color: transparent;
    font-size: clamp(3px, 3vw, 16px);
    font-family: "Quantico", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: start;
}
.faqs
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    color: black;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button::after {
    border-radius: 50%;
    background-color: var(--primary-color);
    padding: 22px;
    background-position: center;
}
.faqs
    .accordion
    .accordion-item:has(.accordion-collapse.show)
    .accordion-button {
    color: black;
    background-color: var(--primary-color-half-opacity);
}

.accordion-body{
     color: inherit;
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
   
}
/* =========================================================
   FINAL CTA
========================================================= */


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .sozo-location-hero__layout {
        grid-template-columns: minmax(0, 1fr) 430px;
        gap: 45px;
    }

    .sozo-location-hero__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sozo-location-fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sozo-location-vehicle-card__image {
        min-height: 235px;
    }

    .sozo-location-included-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sozo-location-hero {
        min-height: auto;
        padding-top: 42px;
    }

    .sozo-location-hero__layout,
    .sozo-location-intro,
    .sozo-location-platform,
    .sozo-location-weekly-layout,
    .sozo-location-local-layout,
    .sozo-location-faq-layout,
    .sozo-location-final-cta__layout {
        grid-template-columns: 1fr;
    }

    .sozo-location-hero__visual {
        width: min(620px, 100%);
        min-height: 500px;
        margin-inline: auto;
    }

    .sozo-location-hero__visual-circle {
        right: 50%;
        transform: translateX(50%);
    }

    .sozo-location-hero__car {
        right: 50%;
        width: 105%;
        transform: translateX(50%);
    }

    .sozo-location-intro__visual {
        width: min(650px, 100%);
        margin-inline: auto;
    }

    .sozo-location-requirements__card {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .sozo-location-platform__visual {
        width: min(620px, 100%);
        margin-inline: auto;
    }

    .sozo-location-weekly-card {
        width: min(600px, 100%);
        margin-inline: auto;
    }

    .sozo-location-local-visual {
        width: min(520px, 100%);
        margin-inline: auto;
    }

    .sozo-location-faq-intro {
        position: static;
    }

    .sozo-location-faq-intro p {
        max-width: 700px;
    }

    .sozo-location-final-cta__car {
        width: min(600px, 100%);
        min-height: 320px;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .sozo-location-container {
        width: var(--sozo-container-width);
    }

    .sozo-location-section {
        padding: var(--sozo-section-pad-y) 0;
    }

    .sozo-location-btn {
        width: 100%;
    }

    .sozo-location-hero {
        padding: 32px 0 82px;
    }

    .sozo-location-breadcrumb {
        margin-bottom: 27px;
    }

    .sozo-location-hero__content h1 {
        font-size: clamp(34px, 10vw, 47px);
    }

    .sozo-location-hero__buttons {
        flex-direction: column;
    }

    .sozo-location-hero__trust {
        grid-template-columns: 1fr;
    }

    .sozo-location-hero__visual {
        min-height: 420px;
    }

    .sozo-location-hero__visual-circle {
        width: 340px;
        height: 340px;
    }

    .sozo-location-hero__car {
        top: 90px;
        width: 125%;
    }

    .sozo-location-hero__floating-card {
        right: 5px;
        bottom: 4px;
        min-width: 250px;
    }

    .sozo-location-hero__small-card {
        bottom: 80px;
        left: 5px;
    }

    .sozo-location-intro__visual {
        min-height: 355px;
    }

    .sozo-location-intro__address-card {
        right: 10px;
        bottom: 20px;
        min-width: 245px;
    }

    .sozo-location-requirements__card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .sozo-location-requirements__icon-wrap {
        justify-items: start;
    }

    .sozo-location-requirements__icon {
        width: 92px;
        height: 92px;
        border-radius: 24px;
        font-size: 34px;
    }

    .sozo-location-fleet-grid,
    .sozo-location-included-grid {
        grid-template-columns: 1fr;
    }

    .sozo-location-vehicle-card__image {
        min-height: 245px;
    }

    .sozo-location-platform__visual {
        min-height: 420px;
    }

    .sozo-location-platform__main-card {
        width: 100%;
    }

    .sozo-location-platform__both-card {
        left: 8px;
    }

    .sozo-location-included-card {
        min-height: 0;
    }

    .sozo-location-experience-bar {
        align-items: flex-start;
    }

    .sozo-location-final-cta {
        padding: 60px 0;
    }

    .sozo-location-final-cta__car {
        min-height: 250px;
    }

    .sozo-location-final-cta__car img {
        right: -20%;
        width: 135%;
    }
}

@media (max-width: 480px) {
    .sozo-location-hero__visual {
        min-height: 360px;
    }

    .sozo-location-hero__visual-circle {
        width: 285px;
        height: 285px;
    }

    .sozo-location-hero__car {
        top: 85px;
        width: 137%;
    }

    .sozo-location-hero__floating-card {
        right: 0;
        left: 0;
        min-width: 0;
    }

    .sozo-location-hero__small-card {
        display: none;
    }

    .sozo-location-intro__visual {
        min-height: 300px;
    }

    .sozo-location-intro__orange-frame {
        top: -12px;
        left: -8px;
    }

    .sozo-location-intro__address-card {
        right: 7px;
        left: 7px;
        min-width: 0;
    }

    .sozo-location-vehicle-card__image {
        min-height: 215px;
    }

    .sozo-location-platform__visual {
        min-height: 380px;
    }

    .sozo-location-platform__car {
        min-height: 235px;
    }

    .sozo-location-platform__badges {
        grid-template-columns: 1fr;
    }

    .sozo-location-platform__both-card {
        right: 8px;
        min-width: 0;
    }

    .sozo-location-weekly-card__header,
    .sozo-location-weekly-card__body {
        padding: 26px 22px;
    }

    .sozo-location-local-visual {
        min-height: 350px;
        padding: 20px;
    }

    .sozo-location-local-visual__map {
        width: 160px;
        height: 160px;
    }

    .sozo-location-accordion .accordion-button {
        padding: 18px;
        font-size: 13px;
    }

    .sozo-location-accordion .accordion-body {
        padding: 4px 18px 19px;
    }

    .sozo-location-final-cta__car {
        min-height: 210px;
    }
}












/* =========================================================
   VAN USE CARDS
========================================================= */

.sozo-van-use-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sozo-van-use-card {
    min-height: 255px;
    padding: 30px 27px;
    border: 1px solid rgba(0, 91, 170, 0.13);
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0 15px 38px rgba(0, 91, 170, 0.08);
    transition:
        transform 250ms ease,
        border-color 250ms ease,
        box-shadow 250ms ease;
}

.sozo-van-use-card:hover {
    transform: translateY(-7px);
    border-color: rgba(250, 170, 45, 0.55);
    box-shadow: 0 27px 52px rgba(0, 91, 170, 0.15);
}

.sozo-van-use-card__icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            var(--secondary-color),
            #0074d5
        );
    color: #ffffff;
    font-size: 23px;
    box-shadow: 0 14px 30px rgba(0, 91, 170, 0.2);
}

.sozo-van-use-card h3 {
    margin: 0 0 12px;
    color: var(--secondary-color);
    font-family: "Quantico", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.sozo-van-use-card p {
    margin: 0;
    color: #687787;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   VAN PRICING SECTION
========================================================= */

.sozo-van-pricing-section {
    position: relative;
    padding: var(--sozo-section-pad-y) 0;
    background:
        linear-gradient(
            135deg,
            #f2f7fc,
            #ffffff
        );
}

.sozo-van-pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 8vw, 95px);
    align-items: center;
}

.sozo-van-pricing-card {
    overflow: hidden;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: 0 25px 65px rgba(0, 91, 170, 0.17);
}

.sozo-van-pricing-card__header {
    position: relative;
    overflow: hidden;
    padding: 29px 32px;
    background:
        linear-gradient(
            135deg,
            var(--secondary-color),
            #0074d5
        );
    color: #ffffff;
}

.sozo-van-pricing-card__header::after {
    content: "";
    position: absolute;
    top: -65px;
    right: -52px;
    width: 180px;
    height: 180px;
    border: 32px solid rgba(250, 170, 45, 0.22);
    border-radius: 50%;
}

.sozo-van-pricing-card__header span,
.sozo-van-pricing-card__header strong {
    position: relative;
    z-index: 2;
    display: block;
}

.sozo-van-pricing-card__header span {
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sozo-van-pricing-card__header strong {
    font-family: "Quantico", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sozo-van-pricing-card__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 35px 25px 25px;
    color: var(--secondary-color);
}

.sozo-van-pricing-card__currency {
    margin: 0 5px 12px 0;
    font-family: "Quantico", sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.sozo-van-pricing-card__price strong {
    font-family: "Quantico", sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 0.9;
}

.sozo-van-pricing-card__period {
    margin: 0 0 10px 7px;
    color: #7b8997;
    font-size: 13px;
    font-weight: 600;
}

.sozo-van-pricing-card__details {
    display: grid;
    gap: 15px;
    padding: 5px 31px 32px;
}

.sozo-van-pricing-card__details div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 91, 170, 0.1);
}

.sozo-van-pricing-card__details i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    border-radius: 9px;
    background-color: rgba(250, 170, 45, 0.15);
    color: var(--primary-color);
    font-size: 13px;
}

.sozo-van-pricing-card__details span {
    color: #657585;
    font-size: 12px;
    line-height: 1.5;
}




/* =========================================================
   VAN PAGE RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .sozo-van-pricing-layout {
        grid-template-columns: 1fr;
    }

    .sozo-van-pricing-card {
        width: min(560px, 100%);
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .sozo-van-use-grid,
    .sozo-van-comparison-grid {
        grid-template-columns: 1fr;
    }

    .sozo-van-use-card {
        min-height: 0;
    }

    .sozo-van-pricing-card__price strong {
        font-size: 65px;
    }
}