* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Plus Jakarta Sans', -apple-system, sans-serif; color: #0B2545; line-height: 1.65; background: #fff; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }

/* Bandeau promo style 7days */
.promo-bar { background: #0B2545; color: #fff; padding: 11px 0; font-size: 13px; text-align: center; font-weight: 500; letter-spacing: 0.02em; }
.promo-bar strong { color: #BCD4EB; font-weight: 700; }

.header { background: #fff; border-bottom: 1px solid #E2E8F0; padding: 18px 0; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 24px; font-weight: 800; color: #0B2545; letter-spacing: -0.02em; }
.logo span { color: #6FA8DC; }
nav.main-nav { display: flex; align-items: center; }
nav.main-nav a { color: #0B2545; margin-left: 28px; font-weight: 600; font-size: 14px; transition: color 0.2s; }
nav.main-nav a:hover, nav.main-nav a.active { color: #6FA8DC; }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: 28px; }
.header-icon { width: 38px; height: 38px; border-radius: 50%; background: #F8F6F1; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
.header-icon:hover { background: #BCD4EB; }
@media (max-width: 900px) { nav.main-nav a:not(.always-show) { display: none; } .header-actions { margin-left: 12px; } }
.mobile-burger { display: none; background: none; border: none; font-size: 22px; cursor: pointer; color: #0B2545; margin-left: 14px; }
@media (max-width: 900px) { .mobile-burger { display: block; } }

/* Footer style 7days */
.footer { background: #0B2545; color: #fff; padding: 70px 0 32px; margin-top: 90px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 48px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-col h4 { font-size: 13px; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.12em; color: #BCD4EB; }
.footer-col a { color: #cbd5e1; font-size: 14px; display: block; margin-bottom: 12px; transition: color 0.2s; }
.footer-col a:hover { color: #6FA8DC; }
.footer-brand p { color: #cbd5e1; font-size: 14px; line-height: 1.8; max-width: 360px; }
.footer-broderie { background: rgba(111, 168, 220, 0.1); padding: 16px 18px; border-radius: 8px; margin-top: 16px; border-left: 3px solid #6FA8DC; }
.footer-broderie strong { color: #fff; display: block; margin-bottom: 4px; font-size: 13px; }
.footer-broderie span { color: #cbd5e1; font-size: 12px; }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13px; color: #94a3b8; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* Buttons */
.btn-primary { background: #E07A5F; color: #fff; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: background 0.2s, transform 0.2s; display: inline-block; border: none; cursor: pointer; letter-spacing: 0.02em; }
.btn-primary:hover { background: #c66951; transform: translateY(-2px); }
.btn-secondary { background: #fff; color: #0B2545; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 14px; border: 2px solid #0B2545; transition: all 0.2s; display: inline-block; }
.btn-secondary:hover { background: #0B2545; color: #fff; }
.btn-marine { background: #0B2545; color: #fff; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: background 0.2s; display: inline-block; border: none; cursor: pointer; }
.btn-marine:hover { background: #1B3A5C; }


/* HERO 7days style : grande photo lifestyle + texte cote */
.hero { background: linear-gradient(135deg, #F8F6F1 0%, #BCD4EB 100%); padding: 70px 0 90px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; gap: 30px; } .hero { padding: 40px 0 50px; } }
.hero-eyebrow { display: inline-block; background: #fff; color: #1B3A5C; padding: 8px 18px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 24px; box-shadow: 0 4px 12px rgba(11, 37, 69, 0.08); }
.hero h1 { font-size: 58px; font-weight: 800; color: #0B2545; line-height: 1.02; letter-spacing: -0.02em; margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: #6FA8DC; font-weight: 800; }
@media (max-width: 768px) { .hero h1 { font-size: 34px; } }
.hero-subtitle { font-size: 18px; color: #475569; max-width: 480px; margin-bottom: 32px; line-height: 1.7; }
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-cta-meta { display: flex; gap: 8px; align-items: center; font-size: 13px; color: #475569; }
.hero-cta-meta strong { color: #0B2545; }
.hero-image-wrap { position: relative; }
.hero-image { aspect-ratio: 4/3; border-radius: 24px; overflow: hidden; box-shadow: 0 40px 80px -20px rgba(11, 37, 69, 0.25); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; bottom: 24px; right: -20px; background: #fff; padding: 18px 22px; border-radius: 16px; box-shadow: 0 16px 40px rgba(11, 37, 69, 0.15); display: flex; align-items: center; gap: 14px; }
@media (max-width: 768px) { .hero-badge { right: 10px; bottom: 10px; padding: 12px 16px; } }
.hero-badge-num { font-size: 32px; font-weight: 800; color: #6FA8DC; line-height: 1; }
.hero-badge-text { font-size: 12px; color: #475569; font-weight: 600; line-height: 1.3; }

/* Bandeau benefices avec icones */
.benefits { padding: 56px 0; background: #fff; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 900px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 600px) { .benefits-grid { grid-template-columns: 1fr; } }
.benefit { display: flex; align-items: center; gap: 14px; padding: 14px 20px; border-right: 1px solid #E2E8F0; }
.benefit:last-child { border-right: none; }
@media (max-width: 900px) { .benefit { border-right: none; border-bottom: 1px solid #E2E8F0; } }
.benefit-ico { width: 44px; height: 44px; background: #BCD4EB; color: #0B2545; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.benefit-text h3 { font-size: 14px; font-weight: 700; color: #0B2545; margin-bottom: 2px; }
.benefit-text p { font-size: 12px; color: #475569; line-height: 1.4; margin: 0; }

/* Sections globales */
.section { padding: 80px 0; }
.section-creme { background: #F8F6F1; }
.section-marine { background: #0B2545; color: #fff; }
.section-bleu { background: #BCD4EB; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-eyebrow { display: inline-block; color: #6FA8DC; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; }
.section h2 { font-size: 42px; font-weight: 800; color: #0B2545; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 14px; }
.section-marine h2 { color: #fff; }
.section .section-subtitle { color: #475569; font-size: 17px; max-width: 640px; margin: 0 auto; line-height: 1.7; }
.section-marine .section-subtitle { color: #BCD4EB; }
@media (max-width: 768px) { .section { padding: 56px 0; } .section h2 { font-size: 30px; } }

/* Categories grid - style 7days image avec label dessous */
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 900px) { .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 600px) { .categories-grid { grid-template-columns: 1fr; } }
.category-card { background: #fff; border-radius: 20px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; }
.category-card:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -20px rgba(11, 37, 69, 0.2); }
.category-card-img { aspect-ratio: 4/3; overflow: hidden; background: #F8F6F1; position: relative; }
.category-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.category-card:hover .category-card-img img { transform: scale(1.04); }
.category-card-count { position: absolute; top: 16px; right: 16px; background: rgba(11, 37, 69, 0.85); color: #fff; padding: 5px 14px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.category-card-body { padding: 24px 26px 28px; }
.category-card h3 { font-size: 22px; font-weight: 800; color: #0B2545; margin-bottom: 8px; letter-spacing: -0.01em; }
.category-card p { font-size: 14px; color: #475569; line-height: 1.6; margin-bottom: 16px; }
.category-card-cta { display: inline-flex; align-items: center; gap: 8px; color: #6FA8DC; font-weight: 700; font-size: 14px; transition: gap 0.2s; }
.category-card:hover .category-card-cta { gap: 14px; }

/* Section "Mode medicale moderne" - bande image XL */
.feature-band { padding: 0; background: #1B3A5C; color: #fff; overflow: hidden; }
.feature-band-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 480px; }
@media (max-width: 900px) { .feature-band-inner { grid-template-columns: 1fr; } }
.feature-band-img { background: #BCD4EB; overflow: hidden; }
.feature-band-img img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.feature-band-text { padding: 60px; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 768px) { .feature-band-text { padding: 40px 24px; } }
.feature-band-eyebrow { color: #BCD4EB; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; }
.feature-band-text h2 { font-size: 38px; font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 18px; }
.feature-band-text p { font-size: 16px; color: #cbd5e1; line-height: 1.7; margin-bottom: 14px; }
.feature-band-text p strong { color: #fff; font-weight: 700; }
.feature-features { list-style: none; padding: 0; margin: 18px 0 28px; }
.feature-features li { padding: 6px 0; font-size: 14px; color: #BCD4EB; padding-left: 26px; position: relative; }
.feature-features li::before { content: "&#10003;"; position: absolute; left: 0; color: #6FA8DC; font-weight: 800; }

/* Top produits */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .products-grid { grid-template-columns: 1fr; gap: 18px; } }
.product-card { background: #fff; border-radius: 16px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; border: 1px solid transparent; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -16px rgba(11, 37, 69, 0.15); border-color: #BCD4EB; }
.product-card-img { aspect-ratio: 3/4; overflow: hidden; background: #F8F6F1; position: relative; }
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .product-card-img img { transform: scale(1.04); }
.product-card-badge { position: absolute; top: 12px; left: 12px; background: #fff; color: #0B2545; padding: 5px 12px; border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; box-shadow: 0 4px 12px rgba(11, 37, 69, 0.1); }
.product-card-badge.coral { background: #E07A5F; color: #fff; }
.product-card-badge.bleu { background: #6FA8DC; color: #fff; }
.product-card-body { padding: 18px 20px 22px; }
.product-card h3 { font-size: 15px; font-weight: 700; color: #0B2545; margin-bottom: 4px; line-height: 1.3; }
.product-card .product-desc { font-size: 12px; color: #475569; margin-bottom: 12px; line-height: 1.4; }
.product-card .product-price { display: flex; align-items: baseline; gap: 6px; }
.product-card .price { font-size: 20px; font-weight: 800; color: #0B2545; }
.product-card .price-suffix { font-size: 11px; color: #6FA8DC; font-weight: 700; letter-spacing: 0.05em; }

/* Section professions */
.metiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .metiers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .metiers-grid { grid-template-columns: 1fr; } }
.metier-card { background: #fff; padding: 28px 26px; border-radius: 16px; transition: transform 0.2s; }
.metier-card:hover { transform: translateY(-3px); }
.metier-card-num { display: inline-block; font-size: 13px; font-weight: 800; color: #6FA8DC; margin-bottom: 8px; letter-spacing: 0.06em; }
.metier-card h3 { font-size: 18px; font-weight: 800; color: #0B2545; margin-bottom: 10px; letter-spacing: -0.01em; }
.metier-card p { font-size: 14px; color: #475569; line-height: 1.6; margin-bottom: 16px; }
.metier-card a { color: #6FA8DC; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.metier-card a:hover { gap: 12px; }

/* B2B section style 7days promo - fond bleu ciel */
.b2b-promo { background: #BCD4EB; padding: 80px 0; }
.b2b-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .b2b-inner { grid-template-columns: 1fr; gap: 40px; } }
.b2b-eyebrow { color: #1B3A5C; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; }
.b2b-promo h2 { font-size: 40px; font-weight: 800; color: #0B2545; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 18px; }
.b2b-promo p { color: #1B3A5C; font-size: 16px; line-height: 1.7; margin-bottom: 28px; }
.b2b-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.b2b-tier { background: #fff; padding: 24px 14px; border-radius: 14px; text-align: center; transition: transform 0.2s; }
.b2b-tier:hover { transform: translateY(-3px); }
.b2b-tier .pct { font-size: 36px; font-weight: 800; color: #E07A5F; line-height: 1; letter-spacing: -0.02em; }
.b2b-tier .qty { font-size: 13px; color: #1B3A5C; margin-top: 6px; font-weight: 600; }

/* Personnalisation - section signature 7days */
.perso-section { background: #0B2545; color: #fff; padding: 80px 0; }
.perso-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .perso-inner { grid-template-columns: 1fr; gap: 40px; } }
.perso-section h2 { color: #fff; font-size: 38px; margin-bottom: 18px; line-height: 1.1; }
.perso-section p { color: #BCD4EB; font-size: 16px; line-height: 1.7; margin-bottom: 22px; }
.perso-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 28px; }
.perso-feature { display: flex; align-items: flex-start; gap: 12px; }
.perso-feature-ico { width: 36px; height: 36px; background: rgba(111, 168, 220, 0.15); color: #6FA8DC; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.perso-feature-text { font-size: 14px; color: #cbd5e1; line-height: 1.5; }
.perso-feature-text strong { color: #fff; display: block; font-size: 14px; }
.perso-img { border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; }
.perso-img img { width: 100%; height: 100%; object-fit: cover; }

/* Avis - style 7days plus moderne */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial { background: #fff; padding: 32px 28px; border-radius: 16px; border: 1px solid #E2E8F0; transition: border-color 0.2s; }
.testimonial:hover { border-color: #6FA8DC; }
.testimonial-stars { color: #E07A5F; font-size: 16px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial p { font-size: 15px; color: #1B3A5C; line-height: 1.7; margin-bottom: 18px; }
.testimonial-author { font-size: 14px; font-weight: 700; color: #0B2545; }
.testimonial-role { font-size: 12px; color: #6FA8DC; font-weight: 600; letter-spacing: 0.04em; }
