/**
 * Trust2 — Why Choose Us (match Investment Plans / pricing_plan)
 */

body.frontend-futuristic .fe-choose-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--fe-bg) 0%, var(--fe-bg-alt) 50%, var(--fe-bg) 100%);
}

body.frontend-futuristic .fe-choose-section .bet-vecotr {
    display: none !important;
}

/* —— Background (plans-section-bg) —— */
body.frontend-futuristic .fe-choose-section__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    color: rgba(255, 255, 255, 0.06);
}

body.frontend-futuristic .fe-choose-section__decor .fe-plans-bg__grid {
    width: 100%;
    height: 100%;
    opacity: 0.85;
    animation: fePlansGridDrift 40s linear infinite;
}

body.frontend-futuristic .fe-choose-section__decor .fe-plans-bg__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

body.frontend-futuristic .fe-choose-section__decor .fe-plans-bg__orb--1 {
    width: 420px;
    height: 420px;
    top: 10%;
    left: -8%;
    background: color-mix(in srgb, var(--color-primary) 35%, transparent);
    animation: fePlansOrbFloat 14s ease-in-out infinite;
}

body.frontend-futuristic .fe-choose-section__decor .fe-plans-bg__orb--2 {
    width: 360px;
    height: 360px;
    bottom: 5%;
    right: -6%;
    background: rgba(99, 102, 241, 0.22);
    animation: fePlansOrbFloat 18s ease-in-out infinite reverse;
}

body.frontend-futuristic .fe-choose-section .container {
    position: relative;
    z-index: 1;
}

/* —— Copy (plans head typography) —— */
body.frontend-futuristic .fe-choose-copy {
    max-width: 32rem;
    margin-bottom: 1.5rem;
}

body.frontend-futuristic .fe-choose-title {
    font-size: clamp(1.65rem, 2.5vw, 2.15rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--fe-text);
    margin: 0 0 0.75rem;
}

body.frontend-futuristic .fe-choose-lead {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--fe-muted);
    margin: 0;
}

@media (min-width: 992px) {
    body.frontend-futuristic .fe-choose-lead {
        font-size: 1.05rem;
    }
}

/* —— Vector visual —— */
body.frontend-futuristic .fe-choose-visual {
    position: relative;
    max-width: min(420px, 100%);
    margin-top: 0.5rem;
}

body.frontend-futuristic .fe-choose-visual__frame {
    position: relative;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--color-primary) 45%, transparent),
        rgba(255, 255, 255, 0.06) 40%,
        color-mix(in srgb, #6366f1 30%, transparent)
    );
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

body.frontend-futuristic .fe-choose-visual__frame::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 21px;
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.5) 0%, rgba(10, 14, 23, 0.75) 100%);
    z-index: 0;
    pointer-events: none;
}

body.frontend-futuristic .fe-choose-visual__frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* —— Choose cards (plan card shell) —— */
body.frontend-futuristic .fe-choose-section .fe-choose-grid,
body.frontend-futuristic .fe-choose-section .choose-wrapper {
    background: transparent !important;
    padding: 0 !important;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card.choose-item {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    padding: 1px !important;
    border: none !important;
    border-radius: 22px;
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--color-primary) 45%, transparent),
        rgba(255, 255, 255, 0.06) 40%,
        color-mix(in srgb, #6366f1 30%, transparent)
    ) !important;
    overflow: visible;
    gap: 0 !important;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    height: 100%;
    padding: 1.35rem 1.25rem 1.3rem;
    border-radius: 21px;
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.96) 0%, rgba(10, 14, 23, 0.98) 100%);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card .fe-plan-card__glow {
    position: absolute;
    inset: -40%;
    z-index: 0;
    background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--color-primary) 22%, transparent), transparent 55%);
    opacity: 0.6;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card .fe-plan-card__scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 3;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
    opacity: 0;
    top: 0;
    pointer-events: none;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card .fe-plan-card__hex {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 100px;
    height: 100px;
    transform: translateY(-50%);
    color: var(--color-primary);
    opacity: 0.3;
    animation: fePlansHexSpin 24s linear infinite;
    pointer-events: none;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card .fe-plan-card__bracket {
    position: absolute;
    width: 20px;
    height: 20px;
    color: color-mix(in srgb, var(--color-primary) 70%, #fff);
    opacity: 0.55;
    z-index: 4;
    transition: opacity 0.25s ease;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card .fe-plan-card__bracket--tl { top: 12px; left: 12px; }
body.frontend-futuristic .fe-choose-section .fe-choose-card .fe-plan-card__bracket--br { bottom: 12px; right: 12px; }

body.frontend-futuristic .fe-choose-section .fe-choose-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.45),
        0 0 60px color-mix(in srgb, var(--color-primary) 12%, transparent);
}

body.frontend-futuristic .fe-choose-section .fe-choose-card:hover .fe-plan-card__glow {
    opacity: 1;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card:hover .fe-plan-card__bracket {
    opacity: 1;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card:hover .fe-plan-card__scan {
    animation: fePlansScan 2.8s ease-in-out infinite;
    opacity: 0.85;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card__icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    margin-top: 0 !important;
    border-radius: 12px;
    background: color-mix(in srgb, var(--color-primary) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--color-primary) 28%, transparent);
}

body.frontend-futuristic .fe-choose-section .fe-choose-card__icon::after {
    display: none !important;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card__icon i {
    font-size: 1.5rem !important;
    line-height: 1 !important;
    color: var(--color-primary) !important;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card__body h4 {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: var(--fe-text) !important;
    margin: 0 0 0.45rem !important;
    opacity: 1 !important;
}

body.frontend-futuristic .fe-choose-section .fe-choose-card__body p {
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
    color: var(--fe-muted) !important;
    margin: 0 !important;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    body.frontend-futuristic .fe-choose-section .fe-choose-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 767px) {
    body.frontend-futuristic .fe-choose-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    body.frontend-futuristic .fe-choose-section .fe-choose-card__inner {
        padding: 1.15rem 1rem 1.1rem;
    }

    body.frontend-futuristic .fe-choose-visual {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.frontend-futuristic .fe-choose-section__decor .fe-plans-bg__grid,
    body.frontend-futuristic .fe-choose-section__decor .fe-plans-bg__orb,
    body.frontend-futuristic .fe-choose-section .fe-choose-card .fe-plan-card__hex {
        animation: none !important;
    }

    body.frontend-futuristic .fe-choose-section .fe-choose-card:hover {
        transform: none;
    }

    body.frontend-futuristic .fe-choose-section .fe-choose-card:hover .fe-plan-card__scan {
        animation: none !important;
    }
}
