:root {
    --fazea-navy: #071120;
    --fazea-navy-soft: #14213d;
    --fazea-gold: #b88a35;
    --fazea-gold-dark: #8f6723;
    --fazea-ivory: #fbfaf7;
    --fazea-surface: #ffffff;
    --fazea-text: #263247;
    --fazea-muted: #626a76;
    --fazea-border: rgba(7, 17, 32, 0.10);
    --fazea-border-strong: rgba(7, 17, 32, 0.16);
    --fazea-shadow: 0 16px 42px rgba(7, 17, 32, 0.07);
}

.packs-page {
    min-height: 100vh;
    background: #fbfaf7;
    padding: 34px 0 60px;
    color: #071120;
}

.packs-container {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
}

.packs-hero {
    padding: 0;
    background: transparent;
}

.packs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #747b86;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.packs-breadcrumb a {
    color: #626a76;
    text-decoration: none;
}

.packs-breadcrumb span {
    color: #aaa49a;
}

.packs-breadcrumb strong {
    color: #071120;
}

.packs-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 28px;
}

.packs-heading h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #071120;
}

.packs-heading p {
    margin: 12px 0 0;
    color: #626a76;
    font-size: 15px;
    font-weight: 600;
}

.packs-count {
    color: #071120;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

/* AVANTAGES HEADER PACKS */

.packs-benefits {
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.packs-benefits > div {
    min-height: 92px;
    padding: 18px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(7, 17, 32, 0.10);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 17, 32, 0.04);
}

.packs-benefits span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f6f3ec;
    color: #071120;
    flex-shrink: 0;
}

.packs-benefits svg,
.pack-items svg,
.pack-button svg,
.packs-help svg {
    display: inline-block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.packs-benefits svg {
    width: 25px;
    height: 25px;
}

.packs-benefits strong {
    display: block;
    color: #071120;
    font-size: 14px;
    font-weight: 900;
}

.packs-benefits p {
    margin: 5px 0 0;
    color: #626a76;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

/* LISTE PACKS */

.packs-list-section {
    padding: 0;
}

.packs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.pack-card {
    position: relative;
    min-height: 590px;
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(7, 17, 32, 0.10);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 17, 32, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pack-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(7, 17, 32, 0.09);
}

.pack-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.pack-badge-blue {
    background: #f5f1e7;
    color: #071120;
}

.pack-badge-green {
    background: #e9fbf2;
    color: #0f9f6e;
}

.pack-badge-gold {
    background: #fff4da;
    color: #d58a00;
}

.pack-badge-purple {
    background: #f1ebff;
    color: #6d3df2;
}

.pack-image {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.pack-image img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.pack-content {
    flex: 1;
}

.pack-content h2 {
    color: #071120;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.pack-description {
    margin-top: 10px;
    color: #626a76;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.pack-items {
    margin-top: 20px;
    display: grid;
    gap: 12px;
    list-style: none;
}

.pack-items li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 9px;
    color: #626a76;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

.pack-items svg {
    width: 17px;
    height: 17px;
    color: #071120;
    margin-top: 1px;
}

.pack-bottom {
    margin-top: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.pack-bottom strong {
    display: block;
    color: #071120;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.pack-bottom span {
    display: block;
    margin-top: 3px;
    color: #69707c;
    font-size: 13px;
    font-weight: 800;
}

.pack-saving {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.pack-saving-blue {
    background: #f5f1e7;
    color: #071120;
}

.pack-saving-green {
    background: #e9fbf2;
    color: #0f9f6e;
}

.pack-saving-gold {
    background: #fff4da;
    color: #d58a00;
}

.pack-saving-purple {
    background: #f1ebff;
    color: #6d3df2;
}

.pack-button {
    min-height: 44px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background: #071120;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(7, 17, 32, 0.18);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.pack-button:hover {
    background: #14213d;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(7, 17, 32, 0.22);
}

.pack-button svg {
    width: 18px;
    height: 18px;
}

/* AIDE */

.packs-help {
    margin-top: 28px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border: 1px solid rgba(7, 17, 32, 0.10);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 17, 32, 0.05);
}

.packs-help-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.packs-help-left span {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f6f3ec;
    color: #071120;
    flex-shrink: 0;
}

.packs-help svg {
    width: 30px;
    height: 30px;
}

.packs-help h2 {
    color: #071120;
    font-size: 18px;
    font-weight: 900;
}

.packs-help p {
    margin-top: 5px;
    color: #626a76;
    font-size: 14px;
    font-weight: 600;
}

.packs-help-button {
    min-height: 44px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f6f3ec;
    color: #071120;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.packs-empty {
    padding: 70px 30px;
    border: 1px solid rgba(7, 17, 32, 0.10);
    border-radius: 10px;
    background: #ffffff;
    color: #626a76;
    text-align: center;
    font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
    .packs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .packs-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .packs-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .packs-count {
        white-space: normal;
    }
}

@media (max-width: 760px) {
    .packs-container {
        width: min(100% - 28px, 1400px);
    }

    .packs-benefits,
    .packs-grid {
        grid-template-columns: 1fr;
    }

    .pack-card {
        min-height: auto;
    }

    .packs-help {
        display: grid;
        padding: 24px 20px;
    }

    .packs-help-left {
        align-items: flex-start;
    }

    .packs-help-button {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .packs-page {
        padding: 28px 0 46px;
    }

    .packs-heading h1 {
        font-size: 30px;
    }

    .packs-heading p {
        font-size: 14px;
    }

    .packs-benefits > div {
        grid-template-columns: 44px 1fr;
        padding: 16px;
    }

    .packs-benefits span {
        width: 44px;
        height: 44px;
    }

    .pack-image {
        height: 180px;
    }

    .pack-bottom {
        display: grid;
    }

    .pack-saving {
        width: fit-content;
    }
}
.packs-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(184, 138, 53, 0.07), transparent 24%),
        var(--fazea-ivory);
}

.packs-benefits > div,
.pack-card,
.packs-help,
.packs-empty {
    border-color: var(--fazea-border);
    box-shadow: var(--fazea-shadow);
}

.packs-benefits span,
.packs-help-left span {
    background: #f8f6f0;
    color: var(--fazea-gold-dark);
}

.pack-items svg {
    color: var(--fazea-gold-dark);
}

.pack-badge-blue,
.pack-saving-blue,
.pack-badge-gold,
.pack-saving-gold {
    background: #f5f1e7;
    color: var(--fazea-gold-dark);
}

.pack-badge-green,
.pack-saving-green {
    background: #edf7f2;
    color: #147a59;
}

.pack-badge-purple,
.pack-saving-purple {
    background: #f1eef8;
    color: #66508f;
}

.pack-button {
    background: linear-gradient(135deg, var(--fazea-navy), var(--fazea-navy-soft));
    box-shadow: 0 12px 24px rgba(7, 17, 32, 0.18);
}

.pack-button:hover {
    background: linear-gradient(135deg, var(--fazea-navy-soft), var(--fazea-navy));
    box-shadow: 0 16px 28px rgba(7, 17, 32, 0.22);
}

.packs-help h2 {
    color: var(--fazea-navy);
}

.packs-help-button {
    background: #f8f6f0;
    color: var(--fazea-gold-dark);
    border: 1px solid rgba(184, 138, 53, 0.22);
}
