/* Neulis Neue - Fonte principale */
@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneue-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneue-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneuelight-regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneuemedium-regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneuesemibold-regular.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneue-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneue-bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneueextrabold-regular.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis Neue';
    src: url('/fontes/neulisneueblack-regular.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Mundial - Pour mise en évidence */
@font-face {
    font-family: 'Mundial';
    src: url('/fontes/mundial-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mundial';
    src: url('/fontes/mundial-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mundial';
    src: url('/fontes/mundialblack-regular.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mundial';
    src: url('/fontes/mundial-lightregular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Neulis Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #FFF2EE;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Classe utilitaire pour Mundial (mise en évidence) */
.mundial {
    font-family: 'Mundial', sans-serif;
}

/* Red Background Container - englobe header + hero + forfaits */
.red-bg-section {
    background: #df524f;
    position: relative;
    overflow: hidden;
}

/* Avec promo: header et hero en #be2224 */
.red-bg-section.with-promo .header,
.red-bg-section.with-promo .hero {
    background: #be2224;
}

.red-bg-section.with-promo .header {
    padding-bottom: 35px;
}

.red-bg-section.with-promo .hero {

    padding-left: 20px;
    padding-right: 20px;
}

/* Header */
.header {
    padding: 0 0 110px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.header-pattern {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 300px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.logo-container {
    background-color: #FFF2EE;
    width: 380px;
    height: 171px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.logo-container img {
    width: 275px;
    height: 73px;
}

.logo-subtext {
    font-size: 24px;
    font-weight: 700;
    color: #be2323;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* Hero Section (bandeau promo) */
.hero {
    padding: 0px 20px 96px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 148px;
    border-bottom-right-radius: 148px;
}

.hero-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 40px;
}

.hero h1 {
    color: #FFF2EE;
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 72px;
    text-transform: uppercase;
}

.hero-highlight {
    background-color: #ffd700;
    color: #081035;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 900;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.hero p {
    font-family: 'Mundial', sans-serif;
    color: #FFF2EE;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 28px;
}
.hero p sup {
    font-size: 12px;
}

.hero p a {
    text-decoration: none;
    color: inherit;
}

.hero p a:hover sup {
    text-decoration: underline;
}

/* Forfaits Section */
.forfaits {
    padding: 5px 20px 45px;
    position: relative;
    z-index: 1;
}

.forfaits-container {
    max-width: 1362px;
    margin: 0 auto;
}

.forfaits h2 {
    text-align: center;
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
    color: #FFF2EE;
    margin-bottom: 105px;
    text-transform: uppercase;
}

/* Avec promo: padding-top et titre plus petit */
.red-bg-section.with-promo .forfaits {
    padding-top: 118px;
}

.red-bg-section.with-promo .forfaits h2 {
    font-size: 56px;
    line-height: 48px;
    font-weight: 900;
}

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: center;
    margin: 0 auto;
}

.card {
    background: #FFF2EE;
    border-radius: 60px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
    max-width: 443px;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-10px);
}

/* Card 1 - Hexagone en bas à droite */
.cards-wrapper .card:nth-child(1) {
    background-position: bottom -190px center;
    background-size: 450px auto;
    background-image: url('/img/2026/hexagone.svg'); /* Fallback */
    justify-self: end;
}

.cards-wrapper .card:nth-child(1).card-featured {
    background-image: url('/img/2026/hexagone-jaune.svg');
}

.cards-wrapper .card:nth-child(1):not(.card-featured) {
    background-image: url('/img/2026/hexagone-default.svg');
}

/* Card 2 - Beigne en bas à gauche (featured) */
.cards-wrapper .card:nth-child(2) {
    background-position: bottom -40px center;
    background-size: 370px auto;
    justify-self: center;
}

.cards-wrapper .card:nth-child(2).card-featured {
    background-image: url('/img/2026/beigne-jaune.svg');
}

.cards-wrapper .card:nth-child(2):not(.card-featured) {
    background-image: url('/img/2026/beigne-default.svg');
}

/* Card 3 - Diamant en bas à droite */
.cards-wrapper .card:nth-child(3) {
    background-position: top 65px center;
    background-size: 440px auto;
    justify-self: start;
}

.cards-wrapper .card:nth-child(3).card-featured {
    background-image: url('/img/2026/diamant-jaune.svg');
}

.cards-wrapper .card:nth-child(3):not(.card-featured) {
    background-image: url('/img/2026/diamant-default.svg');
}

.card-featured {
    background-color: #ffd700;
    overflow: visible;
}

.card-featured .card-header {
    margin-top: 20px;
}

.card.has-badge {
    overflow: visible;
}

.card-featured:hover {
    transform: translateY(-10px);
}

.card-badge {
    position: absolute;
    top: -32px;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    display: none;
}

.card-badge-note {
    color: inherit;
    text-decoration: none;
    font-size: 0.55em;
    margin-left: 4px;
    opacity: 0.8;
    margin-top: -10px;
}

.card.has-badge .card-badge {
    display: flex;
    align-items: baseline;
    background-color: #081035;
    color: #FFF2EE;
    padding: 0 46px;
    height: 63px;
    border-radius: 80px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}


.card-header {
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.card-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
    color: #081035;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #081035;
    border-bottom: 1px solid #081035;
    padding: 5px 0;
}

.card-type-line1 {
    font-size: 27px;
    line-height: 1;
}

.card-type-line2 {
    font-size: 23px;
    line-height: 1;
}

/* Tailles spécifiques pour l'anglais */
html[lang="en"] .card-type-line1 {
    font-size: 22px;
}

html[lang="en"] .card-type-line2 {
    font-size: 26px;
}

.card-featured .card-type {
    color: #081035;
}

.card-featured .card-type-line1,
.card-featured .card-type-line2 {
    color: #081035;
}

.speed-badge {
    background-color: #BE2323;
    color: #FFF2EE;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.speed-number {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: #FFF2EE;
}

.speed-unit {
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    color: #FFF2EE;
}

.card-featured .speed-badge {
    background-color: #BE2323;
}

.card-price-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 8px 0 10px;
}

.card-featured .card-price-container {
    margin-bottom: 0;
}

.card-price-wrapper {
    position: relative;
    display: inline-block;
}

.card:not(.has-badge) .card-old-price-group {
    display: none;
}

.card-old-price-group {
    position: absolute;
    left: -55px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.card-old-price {
    font-family: 'Neulis Neue', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #081035;
    letter-spacing: -2px;
    line-height: 1;
    position: relative;
}
.card-old-price sup {
    font-size: 22px;
}

.card-old-price-strike {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.card-price {
    font-size: 170px;
    letter-spacing: -10px;
    font-weight: 700;
    color: #081035;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.card-price-note {
    position: absolute;
    top: 14px;
    right: -9px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #081035;
    text-decoration: none;
}

.card-price-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0px;
}

.card-price-meta-left {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    padding-top: 47px;
    position: relative;
    right: -10px;
    z-index: 2;
}

.card-price-dollar {
    font-size: 38px;
    font-weight: 700;
    color: #081035;
    line-height: 1;
}

.card-price-suffix {
    font-size: 18px;
    font-weight: 700;
    color: #081035;
    line-height: 1;
    transform: rotate(0deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: 30px;
}

.card-period {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.promo-badge {
    background-image: url('/img/2026/back-promo.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    width: 234px;
    height: 90px;
    justify-content: center;
    padding-left: 5px;
    position: relative;
}

.promo-badge-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-right: 0px;
    position: absolute;
    top: 42px;
    left: -14px
}

.promo-badge-text {
    font-family: 'Neulis Neue', sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #FFF2EE;
    text-transform: uppercase;
    line-height: 1;
    transform: rotate(-5.21deg);
    white-space: nowrap;
}

.card-cta {
    background-color: #081035;
    color: #FFF2EE;
    border: none;
    padding: 0 50px;
    height: 60px;
    border-radius: 60px;
    font-family: 'Neulis Neue', sans-serif;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.card-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(72, 72, 72, 0.4);
}

.card-features {
    list-style: none;
    text-align: left;
    padding: 0 0 0 50px;
}

.card-features li {
    font-family: 'Mundial', sans-serif;
    padding: 8px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #081035;
    position: relative;
    padding-left: 35px;
}

.card-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('/img/2026/puce-bleu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* CTA Section */
.cta-section {
    background: #df524f;
    padding: 50px 20px 120px;
    text-align: center;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.cta-section h2 {
    color: #FFF2EE;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.cta-buttons {
    display: flex;
    gap: 200px;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.cta-column {
    text-align: center;
}

.cta-column h3 {
    color: #FFF2EE;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 14px;
}

.cta-column small {
    color: #FFF2EE;
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #081035;
    color: #FFF2EE;
    border: none;
    padding: 0 50px;
    height: 60px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(72, 72, 72, 0.4);
}

.btn-secondary {
    background-color: #ffd700;
    color: #081035;
    border: none;
    padding: 0 50px;
    height: 60px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-secondary:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(72, 72, 72, 0.4);
}
.cta-column a {
    margin-top: 16px;
}

/* Promo Section */
.promo-section {
    background-color: #FFF2EE;
    padding: 105px 20px 0;
}

.promo-container {
    max-width: 1474px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.promo-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

.promo-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.promo-content h2 {
    font-family: 'Neulis Neue', sans-serif;
    font-size: 72px;
    line-height: 90px;
    font-weight: 900;
    color: #081035;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.promo-content p {
    font-family: 'Mundial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #081035;
    line-height: 28px;
    margin: 0;
}

.promo-content p a {
    text-decoration: none;
    color: inherit;
}

.promo-content p a:hover sup {
    text-decoration: underline;
}

.promo-content .btn-primary {
    align-self: flex-start;
    margin-top: 13px;
}

/* Info Section */
.info-section {
    padding: 75px 20px 80px;
    background-color: #FFF2EE;
}

.info-container {
    max-width: 1474px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
}

.info-card {
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.info-card-image {
    display: none; /* Caché par défaut sur desktop */
}

.info-card h3 {
    font-family: 'Neulis Neue', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #081035;
    margin-bottom: 15px;
}

.info-card p {
    font-family: 'Mundial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #081035;
    margin-bottom: 30px;
    line-height: 28px;
    flex-grow: 1;
}

.info-card p a {
    text-decoration: none;
    color: inherit;
}

.info-card p a:hover sup {
    text-decoration: underline;
}

.info-btn {
    background-color: #081035;
    color: #FFF2EE;
    border: none;
    padding: 0 50px;
    height: 60px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 5px;
    align-self: center;
    white-space: nowrap;
}

.info-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(72, 72, 72, 0.4);
}

.info-btn.secondary {
    background-color: #5865f2;
}

.info-btn.secondary:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(72, 72, 72, 0.4);
}

.info-btn.tertiary {
    background-color: #42f0ca;
    color: #081035;
}

.info-btn.tertiary:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(72, 72, 72, 0.4);
}

/* Footer */
.footer {
    background-color: #FFF2EE;
    background-image: url('/img/2026/motif-beige-footer.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1920px auto;
    padding: 40px 20px 0;
    position: relative;
    overflow: hidden;
}



.footer-content {
    max-width: 1474px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer-disclaimer {
    font-family: 'Mundial', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #081035;
    margin-bottom: 73px;
}

.footer-disclaimer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-disclaimer li {
    margin-bottom: 4px;
}
.footer-disclaimer li sup {
    font-size: 14px;
}

.footer-disclaimer li:last-child {
    margin-bottom: 0;
}

.footer-disclaimer sup {
    font-size: 16px;
}

.footer-disclaimer li:target {
    color: #be2224;
}

.footer-disclaimer li a {
    text-decoration: none;
    margin-left: 8px;
    font-size: 14px;
    opacity: 0.7;
}

.footer-disclaimer li a:hover {
    opacity: 1;
}

.footer-top {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 235px;
    align-items: start;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 0px;
    min-height: 100%;
}

.footer-logo-box {
    background-color: #be2323;
    width: 240px;
    height: 177px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.footer-logo-box img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

.footer-nav {
    display: grid;
    grid-template-columns: auto 755px;
    gap: 26px 70px;
    align-items: start;
}

.footer-nav a {
    color: #081035;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.footer-nav .footer-lang {
    color: #081035;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #be2323;
}

/* FAQ et Langue: font-weight 600 */
.footer-nav a.secondary,
.footer-lang {
    font-weight: 600;
}

.footer-lang {
    color: rgba(8, 16, 53, 0.25); /* Bleu à 25% par défaut (pour le séparateur) */
    font-size: 20px;
    font-weight: 600;
}

.footer-lang .active {
    color: #081035; /* Bleu à 100% */
    font-weight: 600;
}

.footer-lang .inactive {
    color: rgba(8, 16, 53, 0.25); /* Bleu à 25% */
    font-weight: 600;
    text-decoration: none;
}

.footer-lang a.inactive:hover {
    color: #081035; /* Bleu à 100% au survol */
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 16px;
    line-height: 16px;
    color: #081035;
    flex: 1;
    padding-bottom: 30px;
}

.footer-bottom a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #be2323;
}

/* Responsive */
@media (max-width: 1199px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cards-wrapper .card:nth-child(1),
    .cards-wrapper .card:nth-child(1).card-featured,
    .cards-wrapper .card:nth-child(1):not(.card-featured) {
        justify-self: center;
    }
    .cards-wrapper .card:nth-child(1).has-badge {
        margin-top: 25px;
    }
    
    .cards-wrapper .card:nth-child(2),
    .cards-wrapper .card:nth-child(2).card-featured,
    .cards-wrapper .card:nth-child(2):not(.card-featured) {
        justify-self: center;
    }
    .cards-wrapper .card:nth-child(2).has-badge {
        margin-top: 25px;
    }
    
    .cards-wrapper .card:nth-child(3),
    .cards-wrapper .card:nth-child(3).card-featured,
    .cards-wrapper .card:nth-child(3):not(.card-featured) {
        justify-self: center;
    }
    .cards-wrapper .card:nth-child(3).has-badge {
        margin-top: 25px;
    }
}

@media (max-width: 1048px) {
    .info-container {
        grid-template-columns: 1fr;
        max-width: 600px;
        gap: 40px;
    }
    
    .info-card {
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .logo-container {
        width: 338px;
        height: 153px;
        gap: 5px;
    }
    
    .logo-container img {
        width: 246px;
        height: auto;
    }
    
    .logo-subtext {
        font-size: 21px;
        letter-spacing: 0;
    }
    .hero {
        padding: 0 20px 35px;
        border-bottom-left-radius: 72px;
        border-bottom-right-radius: 72px;
    }
    .red-bg-section.with-promo .forfaits {
        padding-top: 85px;
    }

    .hero h1 {
        font-size: 32px;
    }
    
    .hero-content {
        padding: 40px 20px;
    }
    
    .hero-highlight {
        padding: 5px 20px;
    }
    
    .hero p {
        font-size: 20px;
    }
    
    .forfaits {
        padding: 40px 20px 20px;
    }
    
    .forfaits h2 {
        margin-bottom: 70px;
    }
    .card {
        border-radius: 46px;
    }
    .card-price {
        font-size: 138px;
        letter-spacing: -5px;
    }
    
    .card-old-price {
        font-size: 45px;
    }

    .card-old-price-strike {
        width: 46px;
    }
    .card-old-price-group {
        left: -40px;
    }
    
    .card-price-dollar {
        font-size: 28px;
    }
    
    .card-price-suffix {
        font-size: 14px;
    }
    .card.has-badge .card-badge {
        font-size: 24px;
        height: 48px;
    }
    
    .card.has-badge .card-header {
        margin-bottom: 30px;
    }
    
    .speed-badge {
        width: 65px;
        height: 65px;
    }
    .card-cta {
        font-size: 16px;
        padding: 0 36px;
        height: 45px;
        letter-spacing: 0;
    }
    .speed-number {
        font-size: 24px;
    }
    
    .speed-unit {
        font-size: 15px;
    }
    
    .card-badge {
        font-size: 24px;
        height: 50px;
        padding: 0 35px;
        top: -25px;
    }

    .card-features li {
        font-size: 16px;
        line-height: 20px;
 
        padding: 8px 0 4px 26px;
    }

    .card-features li::before {
        width: 19px;
        height: 19px;
    }
    
    
    .cta-section {
        border-bottom-left-radius: 72px;
        border-bottom-right-radius: 72px;
        padding-bottom: 70px;
    }
    .cta-section h2 {
        font-size: 50px;
    }
    
    .cta-column p {
        font-size: 28px;
    }
    
    .cta-column small {
        font-size: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 78px;
        align-items: center;
    }
    
    .promo-section {
        padding: 80px 20px 30px;
    }
    
    .promo-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .promo-image-wrapper {
        order: 3;
    }
    
    .promo-content {
        display: contents;
    }
    
    .promo-content h2 {
        font-size: 60px;
        text-align: center;
        order: 1;
    }
    
    .promo-content p {
        text-align: center;
        order: 2;
    }
    
    .promo-content .btn-primary {
        order: 4;
    }
    
    
    .promo-image {
        margin: 0 auto;
    }
    .promo-content .btn-primary {
        align-self: center;
    }
    
    /* Info card image - visible uniquement en mobile */
    .info-card-image {
        display: block;
        max-width: 280px;
        height: auto;
        margin: 20px auto 45px;
    }
    
    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .cards-wrapper .card:nth-child(1),
    .cards-wrapper .card:nth-child(1).card-featured,
    .cards-wrapper .card:nth-child(1):not(.card-featured) {
        background-position: center bottom -240px;
        justify-self: center;
    }
    
    .cards-wrapper .card:nth-child(2),
    .cards-wrapper .card:nth-child(2).card-featured,
    .cards-wrapper .card:nth-child(2):not(.card-featured) {
        background-position: bottom -100px center;
        justify-self: center;
    }
    .cards-wrapper .card:nth-child(2).has-badge {
        margin-top: 25px;
    }
    
    .cards-wrapper .card:nth-child(3),
    .cards-wrapper .card:nth-child(3).card-featured,
    .cards-wrapper .card:nth-child(3):not(.card-featured) {
        background-position: top 50px center;
    justify-self: center;
    background-size: 400px auto;
    }
    .cards-wrapper .card:nth-child(3).has-badge {
        margin-top: 25px;
    }
    
    .card-featured:hover {
        transform: translateY(-10px);
    }
    
    .footer-disclaimer {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .footer-disclaimer li {
        margin-bottom: 6px;
    }
    
    .footer-disclaimer sup {
        font-size: 13px;
    }
    
    .footer-top {
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }
    
    .footer-logo-box {
        order: 2;
        width: 270px;
        height: 200px;
        margin: 0 auto;
    }
    
    .footer-right {
        order: 1;
        gap: 30px;
    }
    
    .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 42px;
        text-align: center;
        align-items: center;
        margin-top: 50px;
    }
    
    .footer-nav a,
    .footer-nav .footer-lang {
        font-size: 28px;
    }
    
    .footer-nav a:nth-child(1) {
        order: 1;
    }
    
    .footer-nav a:nth-child(3) {
        order: 2;
    }
    
    .footer-nav a:nth-child(5) {
        order: 3;
    }
    
    .footer-nav a.secondary {
        order: 4;
        margin-top: 30px;
    }
    
    .footer-nav .footer-lang {
        order: 5;
        margin: 20px 0;
    }
    
    .footer-bottom {
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .card-features {
        padding-left: 30px;
    }
}
/* Skip link pour accessibilité */
.skip-link {
    position: absolute;
    top: -42px;
    left: 0;
    background: #081035;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 100000;
    border-radius: 0 0 4px 0;
}

.skip-link:focus {
    top: 0;
}

/* Focus visible pour accessibilité clavier */
a:focus-visible, 
button:focus-visible {
    outline: 3px solid #be2224;
    outline-offset: 3px;
}

.card-cta:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.info-btn:focus-visible {
    outline: 3px solid #FFF2EE;
    outline-offset: 3px;
}
