* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080705;
    font-family: 'Geist', sans-serif;
    color: #EBEFEA;
    line-height: 1.4;
    overflow-x: hidden;
}


.vcContainer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}


.vcSubtitle {
    font-family: 'Geist', sans-serif;
    color: #FEFEFE;
    border: 1px solid rgba(243, 193, 197, 0.32);
    border-radius: 8px;
    display: inline-block;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    backdrop-filter: blur(2px);
    margin-bottom: 1.2rem;
}

.vcTitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FEFEFE;
}

.vcText {
    font-family: 'Geist', sans-serif;
    color: #EBEFEA;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.85;
}




.vcBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #CC1200;
    border-radius: 8px;
    font-weight: 500;
    font-family: 'Geist', sans-serif;
    padding: 12px 28px;
    color: white;
    text-decoration: none;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.vcNav a.vcBtn:hover {
    color: #fff;
}

.vcBtn:hover {
    background-color: #a80e00;
    transform: translateY(-2px);
}

.vcBtnOutlineLight {
    background-color: #fff;
    color: #080705;
}

.vcBtnOutlineLight:hover {
    background-color: #e6e6e6;
}


.vcBlock {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: linear-gradient(135deg, #171717cc, #0a0a0ae6);
    backdrop-filter: blur(2px);
    transition: all 0.2s;
}


.vcHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 24px 0;
    background: transparent;
}

.vcHeaderInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vcLogo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.vcLogo svg {
    height: 34px;
    width: auto;
    fill: #fff;
    color: #fff;
}

.vcBrand {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #FEFEFE;
    letter-spacing: -0.3px;
}

.vcNav {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.vcNav a {
    color: #EBEFEA;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: 0.2s;
}

.vcNav a:hover {
    color: #CC1200;
}

.vcMenuToggle {
    display: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    color: white;
}

.vcBannerImg {
    max-width: 1300px;
    width: 96%;
    position: relative;
    z-index: 2;
}

.vcBanner {
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    overflow: hidden;
}

.vcBannerVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.vcBannerOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(8, 7, 5, 0.4) 0%, #080705 95%);
    z-index: 1;
}

.vcBannerContent {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 175px 20px 55px;
}

.vcBannerContent .vcTitle {
    font-size: 3.8rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.vcBannerButtons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}


.vcPerksGrid {
    display: flex;
    gap: 30px;
    margin: 60px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.vcPerkCard {
    flex: 1;
    min-width: 240px;
    padding: 30px 24px;
    text-align: center;
    transition: all 0.25s;
}

.vcPerkCard img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 14px;
    border-radius: 5px;
}

.vcPerkCard .vcTitle {
    font-size: 1.5rem;
    margin: 15px 0 10px;
}


.vcAbout {
    display: flex;
    gap: 50px;
    margin: 80px 0;
    align-items: center;
    flex-wrap: wrap;
}

.vcAboutLeft {
    flex: 1;
}

.vcAboutRight {
    flex: 1;
}

.vcAboutRight img {
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    object-fit: cover;
}

.vcAboutTextGroup {
    margin: 20px 0;
}

.vcAboutTextGroup .vcText {
    margin-bottom: 1.4rem;
}


.vcFeaturesWrap {
    margin: 80px 0;
    text-align: center;
}

.vcFeatureGrid {
    display: flex;
    gap: 24px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.vcFeatureBig {
    flex: 0 0 40%;
    background: linear-gradient(135deg, #171717cc, #0a0a0ae6);
    border-radius: 24px;
    padding: 36px 28px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vcFeatureSmallCol {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vcFeatureRow {
    display: flex;
    gap: 24px;
}

.vcFeatureItem {
    flex: 1;
    background: linear-gradient(135deg, #171717cc, #0a0a0ae6);
    border-radius: 20px;
    padding: 28px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.vcFeatureItem svg,
.vcFeatureBig svg {
    width: 40px;
    height: 40px;
    color: #CC1200;
    margin-bottom: 18px;
    display: inline-block;
}

.vcFeatureItem h4,
.vcFeatureBig h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #FEFEFE;
}

.vcFeatureItem p,
.vcFeatureBig p {
    font-size: 0.9rem;
    opacity: 0.8;
}


.vcFormatsHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px 0;
}

.vcFormatsGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 40px 0 60px;
}

.vcFormatCard {
    padding: 28px 20px;
    text-align: center;
}

.vcFormatCard h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.vcFormatCard p {
    font-size: 0.85rem;
}


.vcCta {
    text-align: center;
    padding: 70px 40px;
    margin: 60px 0;
    background: url('../images/cta_bg.jpg') center no-repeat;
    background-size: cover;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vcCta .vcTitle {
    font-size: 2.4rem;
}

.vcCta .vcBtn {
    margin-top: 28px;
}


.vcFooter {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 0 30px;
    margin-top: 40px;
}

.vcFooterTop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

.vcFooterLogoArea {
    max-width: 280px;
}

.vcFooterLogoArea .vcBrand {
    font-size: 1.6rem;
    display: inline-block;
}

.vcFooterMenu {
    display: flex;
    gap: 60px;
}

.vcFooterMenuCol a,
.vcFooterContacts p {
    display: block;
    color: #EBEFEA;
    text-decoration: none;
    margin-bottom: 12px;
    opacity: 0.7;
    transition: 0.2s;
}

.vcFooterMenuCol a:hover {
    opacity: 1;
    color: #CC1200;
}

.vcFooterContacts p {
    margin-bottom: 10px;
}

.vcFooterBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.8rem;
}

.vcFooterLinks a {
    color: #EBEFEA;
    text-decoration: none;
    margin-left: 24px;
    opacity: 0.7;
}

.vcFooterLinks a:hover {
    opacity: 1;
}

.vcContactSection {
    padding: 140px 0 100px;
}

.vcContactHeader {
    text-align: center;
    margin-bottom: 60px;
}

.vcContactHeader .vcText {
    max-width: 550px;
    margin: 16px auto 0;
}

.vcContactCards {
    display: flex;
    gap: 30px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    justify-content: center;
}

.vcContactCard {
    flex: 1;
    min-width: 220px;
    text-align: center;
    padding: 40px 24px;
    transition: transform 0.25s;
}

.vcContactCard:hover {
    transform: translateY(-6px);
}

.vcContactIcon {
    margin-bottom: 20px;
}

.vcContactIcon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.vcContactCard h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #FEFEFE;
    margin-bottom: 12px;
}

.vcContactCard a,
.vcContactCard p {
    color: #EBEFEA;
    text-decoration: none;
    font-size: 0.95rem;
    opacity: 0.8;
    transition: 0.2s;
}

.vcContactCard a:hover {
    opacity: 1;
    color: #CC1200;
}

.vcFormWrapper {
    max-width: 780px;
    margin: 0 auto;
    padding: 48px 44px;
}

.vcFormTitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 32px;
    color: #FEFEFE;
}

.vcFormRow {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.vcFormGroup {
    flex: 1;
    margin-bottom: 20px;
}

.vcFormGroup input,
.vcFormGroup textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 18px;
    color: #EBEFEA;
    font-family: 'Geist', sans-serif;
    font-size: 0.95rem;
    transition: 0.2s;
}

.vcFormGroup input:focus,
.vcFormGroup textarea:focus {
    outline: none;
    border-color: #CC1200;
    background: rgba(255, 255, 255, 0.08);
}

.vcFormGroup input::placeholder,
.vcFormGroup textarea::placeholder {
    color: rgba(235, 239, 234, 0.5);
}

.vcFormBtnWrap {
    text-align: center;
    margin-top: 20px;
}

.vcFormBtnWrap .vcBtn {
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 14px 38px;
}

.vcPopupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease;
}

.vcPopupOverlay.active {
    visibility: visible;
    opacity: 1;
}

.vcPopupContent {
    text-align: center;
    padding: 48px 40px;
    max-width: 420px;
    width: 90%;
    animation: popupFade 0.3s ease;
}

.vcPopupIcon {
    width: 70px;
    height: 70px;
    background: #CC1200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin: 0 auto 24px;
}

.vcPopupContent h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 12px;
    color: #FEFEFE;
}

.vcPopupContent p {
    color: #EBEFEA;
    margin-bottom: 28px;
    line-height: 1.5;
}

.vcPopupClose {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.vcPopupClose:hover {
    background: #CC1200;
    border-color: #CC1200;
}

@keyframes popupFade {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 720px) {
    .vcFormWrapper {
        padding: 32px 20px;
    }

    .vcContactCards {
        gap: 18px;
    }
}




.vcLegalSection {
    padding: 120px 0 100px;
    background: #080705;
}

.vcLegalContainer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.vcLegalHeader {
    text-align: center;
    margin-bottom: 50px;
}

.vcLegalHeader .vcSubtitle {
    margin-bottom: 16px;
}

.vcLegalHeader .vcTitle {
    font-size: 3rem;
    margin-bottom: 12px;
}

.vcLastUpdated {
    color: rgba(235, 239, 234, 0.6);
    font-family: 'Geist', sans-serif;
    font-size: 0.9rem;
    margin-top: 12px;
}

.vcLegalContent {
    background: linear-gradient(135deg, #171717cc, #0a0a0ae6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 48px 56px;
}

.vcLegalContent h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #FEFEFE;
    margin: 32px 0 16px 0;
}

.vcLegalContent h3:first-of-type {
    margin-top: 0;
}

.vcLegalContent h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #FEFEFE;
    margin: 24px 0 12px 0;
}

.vcLegalContent p {
    font-family: 'Geist', sans-serif;
    color: #EBEFEA;
    line-height: 1.65;
    margin-bottom: 16px;
    opacity: 0.85;
}

.vcLegalContent ul,
.vcLegalContent ol {
    margin: 16px 0 20px 24px;
}

.vcLegalContent li {
    font-family: 'Geist', sans-serif;
    color: #EBEFEA;
    line-height: 1.6;
    margin-bottom: 8px;
    opacity: 0.85;
}

.vcLegalContent a {
    color: #CC1200;
    text-decoration: none;
    transition: 0.2s;
}

.vcLegalContent a:hover {
    text-decoration: underline;
    opacity: 0.85;
}

.vcLegalContent hr {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 32px 0;
}

.vcContactInfoLegal {
    background: rgba(204, 18, 0, 0.1);
    padding: 20px 28px;
    border-radius: 12px;
    margin: 32px 0 20px;
}

.vcContactInfoLegal p {
    margin-bottom: 6px;
}

.vcContactInfoLegal strong {
    color: #CC1200;
}

@media (max-width: 768px) {
    .vcLegalSection {
        padding: 100px 0 60px;
    }

    .vcLegalContent {
        padding: 28px 20px;
    }

    .vcLegalHeader .vcTitle {
        font-size: 2.2rem;
    }

    .vcLegalContent h3 {
        font-size: 1.4rem;
    }
}




.vcAboutSection {
    padding: 140px 0 100px;
    background: #080705;
}

.vcAboutHeader {
    text-align: center;
    margin-bottom: 60px;
}

.vcAboutHeader .vcSubtitle {
    margin-bottom: 16px;
}

.vcAboutHeader .vcTitle {
    margin-bottom: 20px;
}

.vcAboutHeader .vcText {
    max-width: 620px;
    margin: 0 auto;
}


.vcAboutFeaturesGrid {
    display: flex;
    gap: 30px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    justify-content: center;
}

.vcAboutFeatureCard {
    flex: 1;
    min-width: 260px;
    text-align: center;
    padding: 36px 24px 32px;
    transition: transform 0.25s ease, border-color 0.2s;
}

.vcAboutFeatureCard:hover {
    transform: translateY(-6px);
    border-color: rgba(204, 18, 0, 0.4);
}

.vcAboutFeatureImg {
    margin-bottom: 24px;
}

.vcAboutFeatureImg img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 14px;
}

.vcAboutFeatureTitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FEFEFE;
    margin-bottom: 12px;
}

.vcAboutFeatureCard .vcText {
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.8;
}


.vcAboutStory {
    padding: 48px 52px;
    max-width: 980px;
    margin: 0 auto;
}

.vcAboutStoryTitle {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #FEFEFE;
    text-align: center;
    margin-bottom: 32px;
}

.vcAboutStoryContent .vcText {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 1rem;
}

.vcAboutStoryContent .vcText:last-child {
    margin-bottom: 0;
}

@media (max-width: 860px) {
    .vcAboutSection {
        padding: 120px 0 70px;
    }

    .vcAboutStory {
        padding: 32px 24px;
    }

    .vcAboutStoryTitle {
        font-size: 1.7rem;
    }

    .vcAboutFeaturesGrid {
        gap: 20px;
    }

    .vcAboutFeatureCard {
        min-width: 240px;
        padding: 28px 20px;
    }
}

@media (max-width: 640px) {
    .vcAboutFeatureImg img {
        width: 64px;
        height: 64px;
    }

    .vcAboutFeatureTitle {
        font-size: 1.2rem;
    }

    .vcAboutStoryTitle {
        font-size: 1.4rem;
    }
}

.vcFeaturesSection {
    padding: 140px 0 100px;
    background: #080705;
}

.vcFeaturesHeader {
    text-align: center;
    margin-bottom: 60px;
}

.vcFeaturesHeader .vcSubtitle {
    margin-bottom: 16px;
}

.vcFeaturesHeader .vcTitle {
    margin-bottom: 18px;
}

.vcFeaturesHeader .vcText {
    max-width: 560px;
    margin: 0 auto;
    opacity: 0.8;
}


.vcFeaturesGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.vcFeatureCard {
    padding: 32px 28px;
    transition: transform 0.25s ease, border-color 0.2s;
}

.vcFeatureCard:hover {
    transform: translateY(-4px);
    border-color: rgba(204, 18, 0, 0.35);
}

.vcFeatureIcon {
    margin-bottom: 20px;
}

.vcFeatureIcon i {
    width: 44px;
    height: 44px;
    color: #CC1200;
    stroke-width: 1.7;
}

.vcFeatureCardTitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FEFEFE;
    margin-bottom: 12px;
}

.vcFeatureCardText {
    font-family: 'Geist', sans-serif;
    color: #EBEFEA;
    opacity: 0.75;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 18px;
}

.vcFeatureList {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.vcFeatureList li {
    font-family: 'Geist', sans-serif;
    font-size: 0.85rem;
    color: #EBEFEA;
    opacity: 0.7;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.vcFeatureList li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #CC1200;
    font-size: 0.8rem;
}


.vcFeatureCardFull {
    grid-column: span 2;
    padding: 0;
    overflow: hidden;
}

.vcFeatureFullInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 44px;
    flex-wrap: wrap;
    gap: 30px;
}

.vcFeatureFullLeft {
    flex: 2;
    min-width: 240px;
}

.vcFeatureFullLeft .vcFeatureIcon {
    margin-bottom: 16px;
}

.vcFeatureFullLeft .vcFeatureCardTitle {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.vcFeatureFullLeft .vcFeatureCardText {
    font-size: 1rem;
    max-width: 500px;
    margin-bottom: 20px;
}

.vcFeatureListFull {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
    margin-top: 8px;
}

.vcFeatureListFull li {
    margin-bottom: 6px;
}

.vcFeatureFullRight {
    flex: 0.5;
    text-align: center;
}

.vcFeatureLockIcon {
    width: 100px;
    height: 100px;
    color: rgba(204, 18, 0, 0.7);
    stroke-width: 1.2;
}


@media (max-width: 900px) {
    .vcFeaturesGrid {
        gap: 20px;
    }

    .vcFeatureCard {
        padding: 26px 22px;
    }

    .vcFeatureFullInner {
        padding: 28px 28px;
        flex-direction: column;
        text-align: center;
    }

    .vcFeatureFullLeft {
        text-align: center;
    }

    .vcFeatureFullLeft .vcFeatureCardText {
        margin-left: auto;
        margin-right: auto;
    }

    .vcFeatureListFull {
        grid-template-columns: 1fr;
        text-align: left;
        max-width: 260px;
        margin: 0 auto;
    }

    .vcFeatureLockIcon {
        width: 70px;
        height: 70px;
    }

    .vcFeatureFullLeft .vcFeatureCardTitle {
        font-size: 1.4rem;
    }
}

@media (max-width: 680px) {
    .vcFeaturesGrid {
        grid-template-columns: 1fr;
    }

    .vcFeatureCardFull {
        grid-column: span 1;
    }

    .vcFeaturesSection {
        padding: 120px 0 70px;
    }

    .vcFeatureCardTitle {
        font-size: 1.25rem;
    }
}


























@media (max-width: 1024px) {
    .vcContainer {
        padding: 0 20px;
    }

    .vcFeatureGrid {
        flex-direction: column;
    }

    .vcFeatureBig {
        flex: 1;
        width: 100%;
    }

    .vcFormatsGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .vcMenuToggle {
        display: block;
    }

    .vcNav {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 80%;
        height: calc(100vh - 80px);
        background: #0c0a08;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 30px;
        transition: 0.3s;
        gap: 28px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 99;
    }

    .vcNav.active {
        left: 0;
    }

    .vcNav a {
        font-size: 1.2rem;
    }

    .vcPerksGrid {
        flex-direction: column;
    }

    .vcAbout {
        flex-direction: column;
    }

    .vcFeatureRow {
        flex-direction: column;
    }

    .vcFooterTop {
        flex-direction: column;
    }

    .vcFooterMenu {
        flex-wrap: wrap;
    }

    .vcBannerContent .vcTitle {
        font-size: 2.4rem;
    }
    .vcFeatureListFull{
        max-width: 100%;
    }
    .vcFeatureFullLeft{
        text-align: left;
    }
}

@media (max-width: 640px) {
    .vcFormatsGrid {
        grid-template-columns: 1fr;
    }

    .vcBannerButtons {
        flex-direction: column;
        align-items: center;
    }

    .vcTitle {
        font-size: 2rem;
    }

    .vcBannerContent .vcTitle {
        font-size: 2.2rem;
    }

    .vcBannerContent {
        padding-top: 140px;
    }

    .vcFooterLinks a {
        margin: 0 12px 0 0;
    }
}

i.lucide {
    stroke-width: 1.5;
}