/* Account Types Page Styles */

.accounts-main {
    position: relative;
    min-height: 100vh;
    background: #050505;
    color: #ffffff;
    overflow: hidden;
}


.accounts-main > section {
    position: relative;
    z-index: 2;
}

.accounts-hero {
    min-height: 90vh;
    padding: 220px 0 90px;
    text-align: center;
    background:
        radial-gradient(140% 110% at 50% 30%, rgba(149, 122, 97, 0.55) 0%, rgba(5, 5, 5, 0.35) 45%, rgba(5, 5, 5, 0.95) 100%),
        url('../assets/images/accounts-bg.png') center top / cover no-repeat;
}

.accounts-hero__title {
    /* margin: 0 auto; */
    max-width: 720px;
    font-size: clamp(2.75rem, 4vw, 4.25rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #957A61;
    text-transform: uppercase;
    text-align: left;
}
.accounts-hero__title span {
    color: #ffffff;
}
.accounts-cards {
    padding: 30px 0 140px;
}

.accounts-cards__grid {
    display: flex;
    gap: 12px;
    width: 100%;
}

.account-card {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 0 20px 40px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    backdrop-filter: blur(22px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(149, 122, 97, 0.9) 0%, rgba(184, 149, 107, 0.95) 100%);
}

.account-card:hover, .account-card:focus {
    transform: scale(1.2);
    box-shadow: 0 38px 80px rgba(0, 0, 0, 0.55);
    z-index: 10;
}

.account-card::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1000px;
    background-color: #ffffff;
    position: absolute;
    bottom: -50%;
    left: -10%;
    transform: rotate(-25deg);
    z-index: 2;
    /* Красивый блик */
    box-shadow:
    0 0 8px 6px rgba(255, 255, 255),
    0 0 20px 15px rgba(255, 255, 255, 0.92),
    0 0 160px 48px rgba(255, 255, 255, 0.10);
}

.account-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    align-items: center;
    width: 100%;
    /* padding: 0 10px; */
}

.account-card__title {
    margin: 0;
    font-size:30px;
    font-weight: 600;
    letter-spacing: -0.018em;
    color: #000000;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}

.account-card__price {
    margin: 0 0 15px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.1em;
    color: #ffffff;
}
.account-card__price span {
    color: #ffffff;
    font-size: 30px;
    margin-right: 8px;
}
.account-card__subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #000000;
}

.account-card__spreads {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    width: auto;
}

.account-card__spread {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid #ffffff;
    position: relative;
    overflow: hidden;
}

.account-card__spread:last-child {
    border-bottom: none;
}

.account-card__btn {
    min-width: 80%;
    padding: 10px 20px;
    margin-top: 20px;
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.25s ease;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(149, 122, 97, 0.9) 0%, rgba(184, 149, 107, 0.95) 100%);
    position: relative;
    overflow: hidden;
}
.account-card__btn span {
    position: relative;
    z-index: 2;
}
.account-card__btn:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 20%;
    transform: rotate(-25deg);
    z-index: 2;
    /* Красивый блик */
    box-shadow:
    0 0 4px 2px rgba(255, 255, 255),
        0 0 12px 10px rgba(255, 255, 255, 0.9),
        0 0 160px 48px rgba(255, 255, 255, 0.10);
       
        z-index: 0;
    }
.account-card__btn:hover {
    transform: translateY(-4px) scale(1.02);
}

.account-card--basic {
    grid-area: basic;
}



.accounts-disclaimer {
    padding: 70px 0 40px;
}

.accounts-disclaimer__text {
    max-width: 960px;
    margin: 0 auto;
    font-size: clamp(1.125rem, 1.3vw, 1.35rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.012em;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.accounts-cta {
    padding: 10px 0 140px;
    text-align: center;
}

.accounts-cta__btn {
    margin: 0 auto;
    /* font-size: 32px; */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: clamp(260px, 28vw, 420px);
    min-height: 80px;
    margin: 0 auto;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(149, 122, 97, 0.9) 0%, rgba(184, 149, 107, 0.95) 100%);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.accounts-cta__btn:hover {
    transform: translateY(-6px);
    box-shadow: 0 38px 84px rgba(0, 0, 0, 0.55);
    background: linear-gradient(135deg, rgba(184, 149, 107, 1) 0%, rgba(212, 178, 132, 1) 100%);
}

.accounts-cta__btn-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
}

/* Responsive Design */

@media (max-width: 1280px) {
    .accounts-hero {
        padding: 200px 0 70px;
    }

    .accounts-cards__grid {
        gap: 28px;
        /* max-width: 1080px; */
    }

    .account-card {
        padding: 46px 32px 40px;
    }

    .account-card--gold {
        padding: 58px 44px 50px;
    }
}

@media (max-width: 1100px) {
    .accounts-cards__grid {
        flex-direction: column;
        max-width: 450px;
        margin: 0 auto;
    }

    .account-card {
        max-width: none;
    }

    .account-card--gold {
        padding: 60px 44px 54px;
    }
}

@media (max-width: 768px) {
    .accounts-hero {
        padding: 160px 0 40px;
    }

    .accounts-cards {
        padding: 10px 0 100px;
    }

    .accounts-cards__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "gold"
            "basic"
            "platinum"
            "vip";
        gap: 32px;
        max-width: 480px;
    }

    .account-card {
        padding: 44px 28px 36px;
    }

    .account-card--gold {
        padding: 50px 32px 42px;
    }

    .accounts-disclaimer__text {
        font-size: 1rem;
        padding: 0 12px;
    }

    .accounts-cta {
        padding-bottom: 110px;
    }

    .accounts-cta__btn {
        min-height: 88px;
    }
}

@media (max-width: 480px) {
    .accounts-hero {
        padding: 140px 0 28px;
    }

    .account-card {
        padding: 38px 22px 30px;
        border-radius: 20px;
    }

    .account-card--gold {
        padding: 44px 26px 36px;
    }

    .account-card__spreads {
        gap: 14px;
    }

    .accounts-cta__btn {
        width: 220px;
        min-height: 78px;
    }

    .accounts-cta__btn-text {
        letter-spacing: 0.04em;
    }
}
