/* FutureLandingWebsite visual port for erppro public home */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

:root {
    --future-blue: #293BD5;
    --future-blue-light: #5774FF;
    --future-accent: #505EDD;
    --future-dark: #1C2041;
    --future-muted: #5A6183;
    --future-soft: #CBD4FF;
    --future-mint: #9AEFE6;
    --future-bg: #f5f5f5;
    --future-gradient: linear-gradient(#5774FF, #293BD5);
    --future-gradient-hover: linear-gradient(#3e435e, #3e435e);
    --future-max: 1200px;
}

body.future-landing {
    font-family: "Cairo", sans-serif;
    background-color: var(--future-bg);
    color: var(--future-dark);
    text-align: start;
}

body.future-landing a {
    text-decoration: none;
}

.future-btn,
.future-home-btn,
.future-nav-cta,
.future-start-free-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: var(--future-gradient);
    color: #fff !important;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.15s ease;
}

.future-btn:hover,
.future-home-btn:hover,
.future-nav-cta:hover,
.future-start-free-btn:hover {
    background: var(--future-gradient-hover);
    color: #fff !important;
}

/* Navbar — logo right, language + CTA left (physical) */
.future-navbar {
    padding: 28px 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(28, 32, 65, 0.06);
}

.future-navbar-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    direction: ltr;
}

.future-navbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.future-navbar .navbar-brand {
    margin: 0;
}

.future-navbar .navbar-brand img {
    max-height: 48px;
    width: auto;
}

.future-navbar .nav-link {
    color: rgba(28, 32, 65, 0.8);
    font-weight: 700;
    font-size: 14px;
    padding: 8px 14px !important;
    border-radius: 7px;
}

.future-navbar .nav-link:hover,
.future-navbar .nav-link.active {
    color: var(--future-blue);
    background-color: rgba(28, 32, 65, 0.09);
}

.future-nav-cta {
    width: 170px;
    height: 48px;
    border-radius: 6px;
    font-size: 14px;
}

.future-nav-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 48px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--future-blue) !important;
    background: #fff;
    border: 1.5px solid var(--future-blue);
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.future-nav-login:hover {
    background: var(--future-blue);
    color: #fff !important;
    transform: translateY(-1px);
}

.future-announce {
    background: var(--future-dark);
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
}

/* Hero */
.future-hero {
    max-width: var(--future-max);
    margin: 24px auto 0;
    padding: 0 16px;
    text-align: center;
}

.future-hero h1 {
    max-width: 900px;
    margin: 48px auto 24px;
    font-weight: 700;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.45;
    color: var(--future-dark);
}

.future-hero p {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.7;
    color: var(--future-muted);
}

.future-hero-cta {
    padding: 48px 0 64px;
}

.future-home-btn {
    min-width: 224px;
    height: 56px;
    padding: 12px 40px;
    font-size: 16px;
}

.future-hero-cta span {
    display: block;
    margin-top: 12px;
    color: var(--future-muted);
    font-size: 15px;
}

.future-hero-banner {
    max-width: 1100px;
    margin: 0 auto 48px;
}

.future-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 900px;
    margin: 0 auto 56px;
    padding: 28px 16px 8px;
}

.future-hero-stat {
    text-align: center;
}

.future-hero-stat h3 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 800;
    color: #1e2a5a;
    line-height: 1.3;
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    direction: rtl;
}

.future-hero-stat-value {
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
}

.future-hero-stat-word {
    display: inline-block;
}

.future-hero-stat-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    max-width: 280px;
}

.future-hero-stat-line::before,
.future-hero-stat-line::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #1e2a5a;
}

.future-hero-stat-line span {
    padding: 0 12px;
    color: #8b95a8;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.future-hero-stat p {
    margin: 0 auto;
    max-width: 260px;
    color: #8b95a8;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    .future-hero-stats {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}


.future-hero-banner img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

/* Manage works */
.future-manage-works {
    padding: 24px 0 48px;
}

.future-manage-works .section-head {
    max-width: var(--future-max);
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.future-manage-works .section-head h2,
.future-services .section-head h2 {
    max-width: 900px;
    margin: 32px auto 20px;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.4;
}

.future-manage-works .section-head p {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.7;
    color: var(--future-muted);
}

.future-carousel-wrap {
    max-width: 1264px;
    margin: 48px auto 0;
    padding: 0 16px;
}

.future-carousel-wrap section.future-carousel-grid {
    height: auto;
    min-height: 520px;
    margin: 0;
    display: grid;
    grid-template-rows: minmax(420px, 520px) 80px;
    grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
    align-items: center;
    justify-items: center;
}

.future-carousel-wrap main.future-carousel {
    grid-row: 1 / 2;
    grid-column: 1 / 8;
    width: 100%;
    max-width: 1264px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 600px;
    --items: 5;
    --position: 1;
    pointer-events: none;
}

.future-carousel .item {
    position: absolute;
    width: min(392px, 70vw);
    height: auto;
    --r: calc(var(--position) - var(--offset));
    --abs: max(calc(var(--r) * -1), var(--r));
    transition: all 0.25s linear;
    transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-280px * var(--r)));
    z-index: calc((var(--position) - var(--abs)));
}

.future-carousel .item img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.future-carousel .item:nth-of-type(1) { --offset: 1; }
.future-carousel .item:nth-of-type(2) { --offset: 2; }
.future-carousel .item:nth-of-type(3) { --offset: 3; }
.future-carousel .item:nth-of-type(4) { --offset: 4; }
.future-carousel .item:nth-of-type(5) { --offset: 5; }

.future-carousel-wrap input[type="radio"] {
    grid-row: 2 / 3;
    cursor: pointer;
    accent-color: var(--future-accent);
}

.future-carousel-wrap input:nth-of-type(1) { grid-column: 2 / 3; }
.future-carousel-wrap input:nth-of-type(2) { grid-column: 3 / 4; }
.future-carousel-wrap input:nth-of-type(3) { grid-column: 4 / 5; }
.future-carousel-wrap input:nth-of-type(4) { grid-column: 5 / 6; }
.future-carousel-wrap input:nth-of-type(5) { grid-column: 6 / 7; }

.future-carousel-wrap input:nth-of-type(1):checked ~ main.future-carousel { --position: 1; }
.future-carousel-wrap input:nth-of-type(2):checked ~ main.future-carousel { --position: 2; }
.future-carousel-wrap input:nth-of-type(3):checked ~ main.future-carousel { --position: 3; }
.future-carousel-wrap input:nth-of-type(4):checked ~ main.future-carousel { --position: 4; }
.future-carousel-wrap input:nth-of-type(5):checked ~ main.future-carousel { --position: 5; }

/* Services — Figma node 48:3085 (Frame ~1440, vertical pad 72)
   Content area kept wide to match the 5-column services grid in the file */
.future-services {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 72px 120px;
    background: #f7f9ff;
    box-sizing: border-box;
}

.future-services .section-head {
    text-align: center;
    padding: 0;
    margin: 0 0 48px;
}

.future-services .section-head h2 {
    max-width: none;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: #1C2041;
    letter-spacing: 0;
}

.future-services-container {
    max-width: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.future-services-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 40px;
    align-items: start;
    justify-items: center;
    width: 100%;
}

.future-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 12px;
    width: 100%;
    max-width: 160px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.future-service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.future-service-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.future-service-icon i {
    font-size: 32px;
    color: #6e85e8;
    line-height: 1;
    font-weight: 400;
}

.future-service-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #6e85e8;
    max-width: 140px;
    margin: 0 auto;
}

@media (max-width: 1439.98px) {
    .future-services {
        padding: 72px 64px;
    }
}

@media (max-width: 991.98px) {
    .future-services {
        padding: 56px 40px;
    }

    .future-services .section-head {
        margin-bottom: 36px;
    }

    .future-services .section-head h2 {
        font-size: 32px;
    }

    .future-services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 32px;
    }

    .future-service-item {
        max-width: 140px;
    }

    .future-service-label {
        max-width: 130px;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .future-services {
        padding: 40px 16px;
    }

    .future-services .section-head h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .future-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 28px;
    }

    .future-service-icon i {
        font-size: 28px;
    }

    .future-service-icon img {
        width: 32px;
        height: 32px;
    }

    .future-service-label {
        font-size: 12px;
        max-width: 120px;
    }
}

/* Advantages */
.future-advantages {
    margin: 80px 0;
}

.future-advantages > .section-head {
    max-width: var(--future-max);
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.future-advantages .section-head .tag {
    display: inline-block;
    border-radius: 6px;
    padding: 4px 20px;
    color: #fff;
    background-color: var(--future-dark);
    font-weight: 600;
    font-size: 14px;
}

.future-advantages .section-head h3 {
    max-width: 720px;
    margin: 28px auto 0;
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.4;
}

.future-content-adv {
    max-width: var(--future-max);
    margin: 64px auto 0;
    padding: 0 16px;
}

.future-content-adv .short-line {
    width: 32px;
    height: 2px;
    background-color: var(--future-accent);
    margin-bottom: 12px;
}

.future-content-adv .head span,
.future-phone-content > span {
    font-size: 20px;
    font-weight: 700;
    color: var(--future-accent);
}

.future-content-adv .head h5,
.future-phone-content h5 {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 500;
    color: var(--future-dark);
}

.future-adg-title {
    font-size: 15.75px;
    font-weight: 700;
    color: var(--future-accent);
}

.future-adg-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--future-muted);
    line-height: 1.6;
}

.future-adg-img img {
    width: 100%;
    max-width: 588px;
    border-radius: 12px;
    display: block;
    margin-inline: auto;
}

.future-body-img {
    padding: 0 clamp(24px, 8vw, 120px);
}

.future-body-img img {
    width: 100%;
    height: auto;
}

.future-phone-content {
    padding: clamp(24px, 6vw, 100px) 0;
}

.future-phone-content i {
    color: #32BAE4;
    font-size: 36px;
    min-width: 40px;
}

.future-phone-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    color: var(--future-muted);
}

/* Reports */
.future-reports {
    padding: 80px 16px 0;
    background: linear-gradient(#1C2041, #2A337E);
    overflow: hidden;
}

.future-report-content {
    max-width: var(--future-max);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.future-report-content .tag {
    display: inline-block;
    border-radius: 6px;
    padding: 4px 20px;
    background: linear-gradient(#FFFFFF, #BFDBFE);
    color: var(--future-dark);
    font-weight: 600;
    margin-bottom: 24px;
}

.future-report-content h3 {
    font-weight: 700;
    font-size: clamp(26px, 3.5vw, 40px);
    line-height: 1.35;
    color: #fff;
    max-width: 747px;
}

.future-report-content p {
    max-width: 900px;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 400;
    line-height: 1.7;
    color: var(--future-soft);
    margin-top: 16px;
}

.future-report-content img {
    margin-top: 40px;
    max-width: 100%;
    height: auto;
}

/* Projects */
.future-projects {
    padding: 64px 0 32px;
}

.future-projects .pro-content {
    max-width: var(--future-max);
    margin: 0 auto;
    padding: 0 16px;
}

.future-projects .pro-content > header h3 {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.45;
}

.future-frames {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.future-frames-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.future-frames-col:nth-child(2) {
    margin-top: 40px;
}

.future-frames-col img {
    width: 100%;
    max-width: 220px;
    border-radius: 12px;
    display: block;
    margin-inline: auto;
}

.future-companies {
    background: #fff;
    margin-top: 24px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(30, 42, 90, 0.06);
    box-shadow: 0 12px 40px rgba(20, 40, 80, 0.05);
}

.future-companies-title {
    margin-top: 56px;
    text-align: center;
}

.future-companies-title h3 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.45;
    color: var(--future-dark);
}

.future-companies .tittle {
    background: linear-gradient(135deg, #dff7ea 0%, #e8f9ef 55%, #f3fcf7 100%);
    padding: 18px 24px;
    text-align: center;
    border-bottom: 1px solid rgba(43, 182, 115, 0.18);
}

.future-companies .tittle span {
    display: block;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.6;
    color: var(--future-dark);
}

.future-logos-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 28px 24px 32px;
    align-items: stretch;
    justify-items: stretch;
}

.future-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 16px 12px;
    background: #f7faf8;
    border: 1px solid rgba(30, 42, 90, 0.06);
    border-radius: 16px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.future-logo-item:hover {
    border-color: rgba(43, 182, 115, 0.35);
    box-shadow: 0 8px 20px rgba(43, 182, 115, 0.1);
    transform: translateY(-2px);
}

.future-logo-item img {
    width: 100%;
    max-width: 112px;
    height: 56px;
    object-fit: contain;
    display: block;
    filter: grayscale(0.15);
    opacity: .92;
}

.future-logo-item:hover img {
    filter: none;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .future-logos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        padding: 22px 16px 26px;
    }
}

@media (max-width: 575.98px) {
    .future-logos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .future-logo-item {
        min-height: 88px;
        padding: 12px 10px;
    }
}

/* legacy row helpers (unused) */
.future-logo-line {
    display: none;
}

/* Pricing */
.future-pricing {
    padding: 72px 16px 96px;
}

.future-pricing .section-head {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.future-pricing .section-head h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    margin-bottom: 12px;
}

.future-pricing .section-head p {
    color: var(--future-muted);
    font-size: 18px;
    line-height: 1.6;
}

.future-pricing-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    box-shadow: 0 4px 18px rgba(28, 32, 65, 0.08);
    margin: 28px auto 0;
}

.future-pricing-switch .lbl {
    font-weight: 700;
    font-size: 14px;
    color: var(--future-muted);
}

.future-pricing-switch .lbl.active {
    color: var(--future-blue);
}

.future-pricing-switch .form-check-input {
    width: 42px;
    height: 22px;
    cursor: pointer;
}

.future-plan-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(58, 80, 229, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.future-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(41, 59, 213, 0.16);
}

.future-plan-card.featured {
    background: linear-gradient(180deg, rgba(87, 116, 255, 0.08), #fff 40%);
    border-color: rgba(87, 116, 255, 0.35);
}

.future-plan-card .plan-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--future-dark);
    margin-bottom: 16px;
}

.future-plan-card .plan-price {
    font-size: 36px;
    font-weight: 800;
    color: var(--future-blue);
    line-height: 1.2;
}

.future-plan-card .plan-price small {
    font-size: 15px;
    font-weight: 500;
    color: var(--future-muted);
}

.future-plan-card .plan-features {
    list-style: none;
    padding: 0;
    margin: 24px 0 28px;
    flex-grow: 1;
}

.future-plan-card .plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: var(--future-muted);
    font-size: 15px;
}

.future-plan-card .plan-features i {
    color: var(--future-accent);
}

.future-plan-card .plan-cta {
    width: 100%;
    height: 48px;
    border-radius: 8px;
}

.future-pricing-more {
    text-align: center;
    margin-top: 36px;
}

.future-pricing-more a {
    color: var(--future-accent);
    font-weight: 700;
}

/* Footer */
.future-footer {
    padding: 48px 16px 32px;
    background: #fff;
}

.future-footer-inner {
    max-width: 1166px;
    margin: 0 auto;
}

.future-footer h3,
.future-footer h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.future-footer p,
.future-footer span,
.future-footer a {
    font-size: 16px;
    line-height: 1.7;
    color: var(--future-muted);
}

.future-footer .brand-title {
    color: var(--future-dark);
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
}

.future-footer-logo img {
    max-height: 56px;
}

.future-footer-desc {
    text-align: start;
}

.future-footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.future-footer-links a:hover {
    color: var(--future-blue);
}

.future-footer-social {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 18px;
    width: 100%;
}

.future-footer-social a {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 0;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.future-footer-social a:hover {
    background: var(--future-accent, #2bb673);
    color: #fff;
    transform: translateY(-2px);
}

.future-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.future-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--future-muted);
    font-size: 14px;
    line-height: 1.6;
}

.future-footer-contact a {
    color: var(--future-muted);
    text-decoration: none;
}

.future-footer-contact a:hover {
    color: var(--future-accent, #2bb673);
}

.future-footer-contact-icon {
    width: 22px;
    height: 22px;
    color: var(--future-accent, #2bb673);
    flex-shrink: 0;
    margin-top: 2px;
}

.future-footer-contact-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.future-footer-form .form-control {
    border-radius: 16px;
    border: 1.33px solid #384EE3;
    padding: 16px 20px;
    min-height: 56px;
}

.future-start-free-btn {
    min-width: 200px;
    height: 52px;
    margin-top: 16px;
}

.future-footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(28, 32, 65, 0.08);
}

.future-footer-bottom a {
    color: var(--future-dark);
    margin: 0 16px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .future-carousel-wrap section.future-carousel-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: 0;
    }

    .future-carousel-wrap main.future-carousel {
        grid-column: 1;
        height: auto;
        position: relative;
        perspective: none;
        transform-style: flat;
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 12px;
        pointer-events: auto;
        scroll-snap-type: x mandatory;
    }

    .future-carousel .item {
        position: relative;
        transform: none !important;
        width: min(280px, 80vw);
        flex: 0 0 auto;
        scroll-snap-align: center;
    }

    .future-carousel-wrap input[type="radio"] {
        display: none;
    }

    .future-frames {
        grid-template-columns: 1fr 1fr;
    }

    .future-frames-col:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .future-frames {
        grid-template-columns: 1fr;
    }

    .future-nav-cta,
    .future-nav-login {
        width: 100%;
        margin-top: 12px;
    }
}
