:root {
    --package-dark: #8E846B;
    --package-light: #F4E2B8;
    --package-accent: #FFD963;
    --package-text-on-theme: #ffffff;
    --package-shadow: rgba(176, 131, 1, .22);
}

/* Silver */
html[data-package="silver"] {
    --package-dark: #828589;
    --package-light: #E3E8EF;
    --package-accent: #C9D0D8;
    --package-text-on-theme: #ffffff;
    --package-shadow: rgba(130, 133, 137, .24);
}

/* Gold */
html[data-package="gold"] {
    --package-dark: #8E846B;
    --package-light: #F4E2B8;
    --package-accent: #FFD963;
    --package-text-on-theme: #ffffff;
    --package-shadow: rgba(176, 131, 1, .25);
}

/* Platinum */
html[data-package="platinum"] {
    --package-dark: #868686;
    --package-light: #ECECEC;
    --package-accent: #CFCFCF;
    --package-text-on-theme: #ffffff;
    --package-shadow: rgba(134, 134, 134, .24);
}

/* Diamond */
html[data-package="diamond"] {
    --package-dark: #8B9399;
    --package-light: #E7F5FF;
    --package-accent: #BDE8FF;
    --package-text-on-theme: #ffffff;
    --package-shadow: rgba(139, 147, 153, .25);
}

/* Titanium */
html[data-package="titanium"] {
    --package-dark: #76797C;
    --package-light: #D7DDE2;
    --package-accent: #B8C0C8;
    --package-text-on-theme: #ffffff;
    --package-shadow: rgba(118, 121, 124, .25);
}

.package-hero {
    padding: calc(var(--header-h) + 70px) 0 70px;
    background:
        linear-gradient(135deg, var(--package-dark), var(--package-light));
    overflow: hidden;
}

.package-hero__inner {
    min-height: 330px;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-hero__content {
    position: relative;
    z-index: 2;
    /* max-width: 640px; */
}
.package-hero__zone{
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .88);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 40px;
    line-height: 1.7;
    font-weight: 500;
}

.package-hero__title {
    margin: 0 0 14px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--package-text-on-theme);
}

.package-hero__subtitle {
    max-width: 58ch;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .88);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 18px;
    line-height: 145%;
}

.package-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 28px;
    border-radius: 12px;
    background: var(--package-accent);
    color: #1F1F1F;
    text-decoration: none;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 16px 34px var(--package-shadow);
    transition: transform .25s ease, box-shadow .25s ease;
}

.package-hero__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px var(--package-shadow);
    color: #1F1F1F;
}

.package-hero__mark {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: clamp(180px, 25vw, 360px);
    line-height: .8;
    font-weight: 900;
    color: rgba(255, 255, 255, .18);
    pointer-events: none;
}

.package-section-title {
    margin: 0 0 30px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text);
}

.package-section-title span {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.package-section-title span::after {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: 6px;
    height: 13px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--package-dark), var(--package-accent));
    z-index: -1;
}

.package-benefits {
    padding: 72px 0 40px;
}

.package-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.package-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .75);
    box-shadow: 0 10px 26px rgba(223, 223, 223, .35);
    backdrop-filter: blur(12px);
}

.package-benefit__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: var(--package-accent);
    font-weight: 800;
    font-size: 13px;
}

.package-benefit__text {
    margin: 0;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1F1F1F;
}

/* PROCESS */
.package-process {
    position: relative;
    overflow: visible;
}

.package-process__card {
    position: relative;
    min-height: 330px;
    border-radius:54px;
    padding: 48px;
    overflow: hidden;
    background: #ffffff;
    isolation: isolate;
}

.package-process__card::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;

    background-image: url(../images/solution_bg_image.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.package-process__card > div:first-child {
    position: relative;
    z-index: 2;
    max-width: 430px;
}

.package-process__title {
    margin: 0 0 52px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 48px;
    line-height: 125%;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #1F1F1F;
}

.package-process__title span {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.package-process__title span::after {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-2), var(--gold-1));
    z-index: -1;
}

.package-process__list {
    display: grid;
    gap: 32px;
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
}

.package-process__item {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: center;
}

.package-process__tick {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, var(--gold-2), var(--gold-1));
    box-shadow: 0 10px 20px rgba(176, 131, 1, .18);
    flex: 0 0 24px;
}

.package-process__tick img {
    width: 13px;
    height: 13px;
    display: block;
    object-fit: contain;
}

.package-process__text {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1F1F1F;
}

.package-process__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 24px;
    border-radius: 12px;
    background: #FFD963;
    color: #1F1F1F;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    width: 289px;
}

.package-process__btn:hover {
    color: #1F1F1F;
}
#packagePrice{
    padding-left: 5px;
}
/* Responsive */
@media (max-width: 992px) {
    .package-hero {
        padding-top: calc(var(--header-h) + 45px);
    }

    .package-hero__inner {
        min-height: 280px;
    }

    .package-benefits__grid {
        grid-template-columns: 1fr;
    }

    .package-process__card {
        padding: 32px 22px;
        min-height: auto;
    }

    .package-process__card::before {
        display: none;
    }

    .package-process__card > div:first-child {
        max-width: 100%;
    }

    .package-process__btn {
        width: 100%;
        max-width: 289px;
    }
}