/* =====================================================
   TARIFS.CSS - PAGE TARIFS LBAM
   À charger avec /assets/css/app.css
   ===================================================== */

/* =====================================================
   PAGE TARIFS LBAM
   Styles spécifiques à tarif.twig
   ===================================================== */

.tarifs-hero {
    padding: 90px 0;
    background: linear-gradient(135deg, #f7f1e8 0%, #ffffff 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.tarifs-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    color: #2b241f;
    margin: 20px 0;
}

.tarifs-hero p {
    font-size: 19px;
    color: #6b625b;
    max-width: 620px;
}

.hero-image img {
    width: 100%;
	object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.16);
}

.photo-card {
    background: var(--white);
    padding: 18px;
    border-radius: 38px;
    box-shadow: var(--shadow);
    transform: rotate(2deg);
    animation: float 5s ease-in-out infinite;
}
.photo-card img {
    border-radius: 28px;
    height: 560px;
    object-fit: cover;
}

.tarifs-stats {
    padding: 35px 0;
    background: #2b241f;
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 25px;
}

.stats-grid strong {
    display: block;
    font-size: 34px;
    color: #d7b65d;
}

.stats-grid span {
    font-size: 15px;
    opacity: 0.9;
}

.pricing-section,
.included-section,
.pricing-table-section,
.options-section,
.cta-section {
    padding: 80px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-heading span,
.eyebrow {
    display: inline-block;
    background: #d7b65d;
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
}

.section-heading h2 {
    font-size: clamp(30px, 4vw, 46px);
    color: #2b241f;
    margin-top: 18px;
}

.section-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #6b625b;
    font-size: 18px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.pricing-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}

.pricing-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 75px rgba(0,0,0,0.14);
}

.pricing-card.featured h3 {
    color: #ffffff !important;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    text-shadow:
        0 2px 5px rgba(0,0,0,.3),
        0 4px 15px rgba(0,0,0,.2);
}
.pricing-card.featured h3::before {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255,255,255,.85);
}
.pricing-card.featured {
    background: linear-gradient(
        135deg,
        #d4af37 0%,
        #e7c86d 50%,
        #c79d32 100%
    );
}

.pricing-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.pricing-content {
    padding: 28px;
}

.pricing-label {
    display: inline-block;
    color: #d7b65d;
    font-weight: 800;
    margin-bottom: 12px;
}

.pricing-card h3 {
    font-size: 42px;
    margin-bottom: 20px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.pricing-card li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.pricing-card.featured li {
    border-bottom-color: rgba(255,255,255,0.15);
}

.pricing-card.featured .pricing-label {
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-card li::before {
    content: "✓";
    color: #d7b65d;
    font-weight: 900;
    margin-right: 8px;
}

.popular-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #d7b65d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    z-index: 2;
}

.included-section {
    background: #f7f1e8;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.included-card,
.option-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 16px 45px rgba(0,0,0,0.07);
}

.included-card i {
    font-size: 36px;
    color: #d7b65d;
    margin-bottom: 18px;
}

.included-card h3,
.option-card h3 {
    color: #2b241f;
    font-size: 22px;
    margin-bottom: 12px;
}

.included-card p,
.option-card p {
    color: #6b625b;
}

.pricing-table-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.pricing-table th {
    background: #2b241f;
    color: #fff;
    padding: 18px;
    text-align: left;
}

.pricing-table td {
    padding: 18px;
    border-bottom: 1px solid #eee;
}

.pricing-table tbody tr:hover {
    background: #f7f1e8;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.option-card strong {
    display: block;
    font-size: 30px;
    color: #d7b65d;
    margin-top: 20px;
}

.cta-card {
    background: linear-gradient(135deg, #2b241f, #4a3c32);
    color: #fff;
    padding: 60px;
    border-radius: 34px;
    text-align: center;
}

.cta-card h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 15px;
}

.cta-card p {
    max-width: 680px;
    margin: 0 auto 30px;
    font-size: 18px;
    opacity: 0.9;
}

@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tarifs-hero {
        padding: 55px 0;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid,
    .pricing-grid,
    .included-grid,
    .options-grid {
        grid-template-columns: 1fr;
    }

    .cta-card {
        padding: 36px 24px;
    }
}

.pricing-overview-section {
    padding: 90px 0;
    background: #fff;
}

.pricing-table-wrap {
    margin-top: 40px;
    overflow-x: auto;
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(0,0,0,.08);
    background: #fff;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.pricing-table th {
    background: #171717;
    color: #fff;
    padding: 18px 20px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

.pricing-table td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-size: 15px;
    color: #222;
    vertical-align: middle;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-table tbody tr:hover {
    background: #faf7f1;
}

.pricing-table .is-popular {
    background: #fff7e6;
}

.pricing-table .is-popular span {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #c7a15a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-table {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.btn-table:hover {
    background: #c7a15a;
    color: #fff;
}

.pricing-table-note {
    margin: 24px auto 0;
    max-width: 900px;
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.btn-table {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all .25s ease;
    white-space: nowrap;
}

.btn-table:hover {
    background: #c7a15a;
    color: #fff;
    transform: translateY(-2px);
}

.btn-table:active {
    transform: translateY(0);
}

.option-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
}

.option-card {
    overflow: hidden;
}