
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --purple: #3d0a48; --purple-mid: #6d1a72;
  --pink: #e01a8a; --pink-light: #f72daa; --pink-glow: rgba(224,26,138,0.25);
  --bg: #f8f4fb; --white: #fff; --text: #1a0522; --muted: #7a5a84;
  --border: rgba(61,10,72,0.1); --border-pink: rgba(224,26,138,0.2);
  --r: 16px; --sh: 0 4px 24px rgba(61,10,72,0.1); --sh-lg: 0 16px 48px rgba(61,10,72,0.15);
}
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

.phone-wrap { display: flex; justify-content: center; align-items: center; padding: 20px; }
.phone { width: 240px; height: 480px; background: #1a0522; border-radius: 36px; padding: 10px; box-shadow: 0 32px 64px rgba(61,10,72,0.3), 0 0 0 1px rgba(255,255,255,0.1), 0 0 40px rgba(224,26,138,0.1); }
.phone-screen { width: 100%; height: 100%; background: #fdf9ff; border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; }
.pscreen-header { padding: 14px 14px 10px; display: flex; justify-content: space-between; align-items: center; flex-shrink: 0; }
.pscreen-logo { font-size: 12px; font-weight: 700; color: white; font-family: "Bricolage Grotesque", sans-serif; }
.pscreen-notif { font-size: 14px; }
.pscreen-hero { padding: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 80px; flex-shrink: 0; position: relative; }
.pscreen-club-name { font-family: "Bricolage Grotesque", sans-serif; font-size: 16px; font-weight: 800; color: white; letter-spacing: 2px; }
.pscreen-club-sub { font-size: 10px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.pscreen-badge { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-size: 24px; opacity: 0.4; }
.pscreen-body { padding: 10px 12px; flex: 1; overflow: hidden; }
.pscreen-row { display: flex; gap: 6px; margin-bottom: 8px; }
.pscreen-tile { flex: 1; border-radius: 10px; padding: 8px 6px; text-align: center; }
.pscreen-tile-icon { font-size: 16px; margin-bottom: 3px; }
.pscreen-tile-label { font-size: 9px; color: #4a1155; font-weight: 500; }
.pscreen-sponsor { background: white; border-radius: 10px; padding: 8px 10px; margin-bottom: 7px; border: 1px solid rgba(224,26,138,0.15); }
.pscreen-sponsor-label { font-size: 9px; color: #e01a8a; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.pscreen-sponsor-name { font-size: 11px; font-weight: 600; color: #4a1155; }
.pscreen-news-item { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 6px; }
.pscreen-news-dot { width: 6px; height: 6px; border-radius: 50%; background: #e01a8a; margin-top: 3px; flex-shrink: 0; }
.pscreen-news-text { font-size: 10px; color: #7a5a84; line-height: 1.4; }
.pscreen-notif-card { background: white; margin: 6px 10px 0; border-radius: 12px; padding: 10px 12px; border: 1px solid rgba(74,17,85,0.08); box-shadow: 0 2px 8px rgba(74,17,85,0.06); flex-shrink: 0; }
.pscreen-notif-top { margin-bottom: 4px; }
.pscreen-notif-app { font-size: 9px; color: #7a5a84; }
.pscreen-notif-title { font-size: 11px; font-weight: 600; color: #3d0a48; margin-bottom: 3px; }
.pscreen-notif-body { font-size: 10px; color: #7a5a84; line-height: 1.4; }
.pscreen-stat-row { display: flex; gap: 10px; margin-top: 8px; }
.pscreen-stat { flex: 1; background: white; border-radius: 10px; padding: 8px; text-align: center; border: 1px solid rgba(224,26,138,0.12); }
.pscreen-stat-num { font-family: "Bricolage Grotesque", sans-serif; font-size: 16px; font-weight: 800; color: #e01a8a; display: block; }
.pscreen-stat-label { font-size: 9px; color: #7a5a84; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 0 52px; height: 68px; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { height: 30px; width: auto; }
.nav-brand { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 20px; color: var(--purple); letter-spacing: -0.5px; }
.nav-brand span { color: var(--pink); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; color: var(--muted); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--purple); }
.btn-nav { background: var(--pink); color: #fff; padding: 9px 22px; border-radius: 50px; font-size: 13px; font-weight: 500; text-decoration: none; transition: all .2s; }
.btn-nav:hover { background: var(--pink-light); box-shadow: 0 4px 16px var(--pink-glow); transform: translateY(-1px); }

.hero { height: 100vh; min-height: 680px; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background-image: url('/image_homepage.webp'); background-size: cover; background-position: center; filter: brightness(0.65) saturate(1.1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(61,10,72,0.55) 0%, rgba(224,26,138,0.12) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 0 80px; }
.hero-logo { display: none; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 50px; margin-bottom: 24px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink-light); animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:.4} }
.hero h1 { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(44px, 6vw, 76px); font-weight: 800; line-height: 1.02; letter-spacing: -3px; color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--pink-light); }
.hero-desc { font-size: 18px; color: rgba(255,255,255,0.72); line-height: 1.7; font-weight: 300; max-width: 560px; margin-bottom: 36px; }
.hero-desc strong { color: #fff; font-weight: 500; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-hero-primary { background: var(--pink); color: #fff; padding: 16px 36px; border-radius: 50px; font-size: 16px; font-weight: 500; text-decoration: none; transition: all .2s; }
.btn-hero-primary:hover { background: var(--pink-light); transform: translateY(-2px); box-shadow: 0 10px 32px var(--pink-glow); }
.btn-hero-ghost { background: rgba(255,255,255,0.1); color: #fff; padding: 16px 32px; border-radius: 50px; font-size: 16px; text-decoration: none; border: 1px solid rgba(255,255,255,0.25); transition: all .2s; }
.btn-hero-ghost:hover { background: rgba(255,255,255,0.18); }
.hero-note { margin-top: 20px; font-size: 12px; color: rgba(255,255,255,0.45); }

.sports-bar { background: var(--purple); padding: 0 80px; display: flex; overflow-x: auto; scrollbar-width: none; }
.sports-bar::-webkit-scrollbar { display: none; }
.sport-tab { flex-shrink: 0; padding: 16px 20px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); border-bottom: 3px solid transparent; transition: all .2s; white-space: nowrap; }
.sport-tab:hover, .sport-tab.active { color: #fff; border-color: var(--pink-light); }

.sports-section { background: var(--white); padding: 80px; }
.sports-header { margin-bottom: 48px; }
.sports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sport-card { border-radius: 20px; overflow: hidden; position: relative; box-shadow: var(--sh); aspect-ratio: 4/3; }
.sport-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.72) saturate(1.15); transition: transform .5s; }
.sport-card:hover img { transform: scale(1.05); filter: brightness(0.85); }
.sport-card:nth-child(1) { grid-row: span 2; aspect-ratio: unset; }
.sport-card:nth-child(1) img { height: 100%; min-height: 440px; }
.sport-card-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(61,10,72,0.9) 0%, transparent 100%); padding: 36px 20px 16px; font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 700; color: white; }

.pitch-section { background: var(--bg); padding: 80px; }
.pitch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pitch-card { background: var(--white); border-radius: var(--r); padding: 36px 32px; border: 1px solid var(--border); box-shadow: var(--sh); transition: transform .2s, box-shadow .2s; }
.pitch-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.pitch-icon { font-size: 32px; margin-bottom: 16px; display: block; }
.pitch-title { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; font-weight: 800; color: var(--purple); letter-spacing: -0.5px; margin-bottom: 10px; }
.pitch-desc { font-size: 15px; color: var(--muted); line-height: 1.7; font-weight: 300; }
.pitch-desc strong { color: var(--purple); font-weight: 500; }

.features-section { background: var(--white); }
.feature-block { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding: 72px 80px; border-top: 1px solid var(--border); }
.feature-block.reverse .feature-visual { order: -1; }
.feature-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; color: var(--pink); font-weight: 600; margin-bottom: 12px; }
.feature-title { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(26px, 3vw, 38px); font-weight: 800; letter-spacing: -1px; line-height: 1.1; color: var(--purple); margin-bottom: 14px; }
.feature-title em { font-style: normal; color: var(--pink); }
.feature-body { font-size: 16px; color: var(--muted); line-height: 1.75; font-weight: 300; margin-bottom: 24px; }
.feature-body strong { color: var(--purple); font-weight: 500; }
.feature-checks { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.feature-checks li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text); line-height: 1.5; }
.fc { color: var(--pink); font-size: 15px; flex-shrink: 0; }
.feature-visual { display: flex; align-items: center; justify-content: center; }
.feature-visual-photo { border-radius: 20px; overflow: hidden; box-shadow: var(--sh-lg); position: relative; width: 100%; }
.feature-visual-photo img { width: 100%; height: 320px; object-fit: cover; display: block; filter: brightness(0.88) saturate(1.1); }
.feature-visual-badge { position: absolute; bottom: 16px; left: 16px; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-radius: 12px; padding: 10px 14px; font-size: 12px; font-weight: 500; color: var(--purple); box-shadow: var(--sh); display: flex; align-items: center; gap: 8px; }
.feature-visual-badge span { font-size: 10px; color: var(--muted); font-weight: 400; display: block; margin-top: 1px; }

.grid-section { background: var(--bg); padding: 80px; }
.grid-header { text-align: center; margin-bottom: 48px; }
.grid-header .s-sub { margin: 0 auto; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feat-tile { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 24px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.feat-tile:hover { transform: translateY(-3px); border-color: var(--border-pink); box-shadow: var(--sh-lg); }
.feat-icon-box { width: 40px; height: 40px; border-radius: 10px; background: rgba(224,26,138,0.08); border: 1px solid var(--border-pink); display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 14px; }
.feat-tile-title { font-family: "Bricolage Grotesque", sans-serif; font-size: 15px; font-weight: 700; color: var(--purple); margin-bottom: 5px; }
.feat-tile-desc { font-size: 13px; color: var(--muted); line-height: 1.5; font-weight: 300; }

.testi-section { background: var(--purple); padding: 80px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.testi-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r); padding: 28px; }
.testi-stars { color: var(--pink-light); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; font-weight: 300; font-style: italic; margin-bottom: 20px; }
.testi-author { font-size: 13px; color: rgba(255,255,255,0.5); }
.testi-author strong { color: rgba(255,255,255,0.85); font-weight: 500; display: block; font-style: normal; }

.pricing-section { background: var(--bg); padding: 80px; }
.pricing-header { text-align: center; margin-bottom: 56px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1080px; margin: 0 auto; }
.p-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 28px 24px; position: relative; box-shadow: var(--sh); transition: border-color .2s, box-shadow .2s; }
.p-card:hover { border-color: var(--border-pink); box-shadow: var(--sh-lg); }
.p-card.featured { border: 2px solid var(--pink); box-shadow: 0 0 40px rgba(224,26,138,0.12); }
.p-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--pink); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 14px; border-radius: 50px; white-space: nowrap; }
.p-name { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 800; color: var(--purple); margin-bottom: 3px; }
.p-desc { font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.p-price { display: flex; align-items: baseline; gap: 3px; margin-bottom: 3px; }
.p-cur { font-size: 15px; font-weight: 600; color: var(--pink); }
.p-num { font-family: "Bricolage Grotesque", sans-serif; font-size: 36px; font-weight: 800; color: var(--purple); letter-spacing: -2px; }
.p-per { font-size: 12px; color: var(--muted); }
.p-custom { font-family: "Bricolage Grotesque", sans-serif; font-size: 24px; font-weight: 800; color: var(--purple); margin-bottom: 3px; }
.p-note { font-size: 11px; color: var(--muted); margin-bottom: 18px; font-style: italic; }
.p-div { border: none; border-top: 1px solid var(--border); margin: 16px 0; }
.p-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.p-list li { font-size: 12px; color: var(--text); display: flex; gap: 7px; align-items: flex-start; line-height: 1.4; }
.ck { color: var(--pink); font-size: 13px; flex-shrink: 0; }
.btn-p { display: block; width: 100%; text-align: center; padding: 11px; border-radius: 50px; font-size: 13px; font-family: "DM Sans", sans-serif; font-weight: 500; text-decoration: none; cursor: pointer; border: none; transition: all .2s; }
.btn-p-out { background: transparent; color: var(--purple); border: 1.5px solid var(--border); }
.btn-p-out:hover { border-color: var(--purple-mid); background: rgba(61,10,72,0.05); }
.btn-p-fill { background: var(--pink); color: #fff; }
.btn-p-fill:hover { background: var(--pink-light); box-shadow: 0 6px 20px var(--pink-glow); }

.modules-section { background: var(--white); padding: 80px; }
.modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.mod-card { border-radius: var(--r); padding: 28px; background: var(--bg); border: 1.5px dashed var(--border-pink); transition: border-color .2s, box-shadow .2s; }
.mod-card:hover { border-color: var(--pink); box-shadow: var(--sh-lg); }
.mod-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mod-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--pink); font-weight: 600; }
.mod-price { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 700; color: var(--purple); }
.mod-price span { font-size: 11px; color: var(--muted); font-family: "DM Sans", sans-serif; font-weight: 300; }
.mod-name { font-size: 16px; font-weight: 600; color: var(--purple); margin-bottom: 7px; font-family: "Bricolage Grotesque", sans-serif; }
.mod-desc { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 300; }

.cta-section { background: linear-gradient(135deg, var(--purple) 0%, #7a1a82 100%); padding: 100px 80px; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ""; position: absolute; top: -150px; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(224,26,138,0.2) 0%, transparent 70%); }
.cta-section h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(36px, 5vw, 56px); font-weight: 800; color: #fff; letter-spacing: -2px; margin-bottom: 16px; position: relative; }
.cta-section h2 span { color: var(--pink-light); }
.cta-section p { font-size: 18px; color: rgba(255,255,255,.65); margin-bottom: 40px; font-weight: 300; position: relative; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; position: relative; }
.btn-cta { background: var(--pink); color: #fff; padding: 18px 44px; border-radius: 50px; font-size: 16px; font-weight: 500; text-decoration: none; transition: all .2s; }
.btn-cta:hover { background: var(--pink-light); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(224,26,138,0.45); }
.btn-cta-ghost { background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); padding: 18px 40px; border-radius: 50px; font-size: 16px; text-decoration: none; border: 1px solid rgba(255,255,255,.2); transition: all .2s; }
.btn-cta-ghost:hover { background: rgba(255,255,255,.18); }

.faq-section { background: var(--white); padding: 80px; }
.faq-header { text-align: center; margin-bottom: 48px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--r); overflow: hidden; border: 1px solid var(--border); max-width: 920px; margin: 0 auto; }
.faq-item { padding: 24px 28px; border-bottom: 1px solid var(--border); transition: background .2s; }
.faq-item:hover { background: var(--bg); }
.faq-item:nth-child(odd) { border-right: 1px solid var(--border); }
.faq-item:nth-last-child(-n+2) { border-bottom: none; }
.faq-q { font-size: 14px; font-weight: 600; color: var(--purple); margin-bottom: 7px; font-family: "Bricolage Grotesque", sans-serif; }
.faq-a { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 300; }

footer { background: var(--purple); padding: 36px 80px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-left { display: flex; align-items: center; gap: 10px; }
.footer-left img { height: 26px; width: auto; filter: brightness(0) invert(1); }
.footer-brand { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 17px; color: #fff; }
.footer-brand span { color: var(--pink-light); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.5); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,.25); }

.s-label { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; color: var(--pink); font-weight: 600; margin-bottom: 12px; }
.s-title { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.1; color: var(--purple); margin-bottom: 12px; }
.s-sub { font-size: 16px; color: var(--muted); font-weight: 300; line-height: 1.75; max-width: 520px; }

@media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(2,1fr); } .feat-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 900px) {
  nav { padding: 0 20px; } .nav-links { display: none; }
  .hero-content { padding: 0 24px; }
  .sports-bar { padding: 0 20px; }
  .sports-section, .pitch-section, .grid-section, .testi-section, .pricing-section, .modules-section, .cta-section, .faq-section { padding: 56px 24px; }
  .feature-block { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px; }
  .feature-block.reverse .feature-visual { order: unset; }
  .sports-grid { grid-template-columns: 1fr 1fr; }
  .sport-card:nth-child(1) { grid-column: span 2; }
  .sport-card:nth-child(1) img { min-height: 200px; }
  .pitch-grid, .testi-grid, .modules-grid { grid-template-columns: 1fr; }
  .pricing-grid, .feat-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item:nth-child(odd) { border-right: none; }
  .faq-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
  .faq-item:last-child { border-bottom: none; }
  footer { padding: 32px 24px; flex-direction: column; align-items: flex-start; }
}

/* --- language switcher --- */
.lang-select { position: relative; }
.lang-btn { display: flex; align-items: center; gap: 7px; background: none; border: 1px solid var(--border); border-radius: 50px; padding: 5px 10px 5px 8px; font-family: inherit; color: var(--muted); cursor: pointer; transition: all .2s; }
.lang-btn:hover { color: var(--purple); border-color: var(--border-pink); }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--sh); padding: 6px; min-width: 178px; display: none; z-index: 60; }
.lang-menu.open { display: block; }
.lang-menu a { display: flex; align-items: center; gap: 11px; padding: 8px 12px; border-radius: 8px; font-size: 14px; color: var(--muted); text-decoration: none; }
.lang-menu a:hover { background: var(--bg); color: var(--purple); }
.lang-menu a[aria-current="true"] { color: var(--pink); font-weight: 500; }
.store-note { margin-top: 18px; font-size: 13px; color: var(--muted); text-align: center; }
.store-note strong { color: var(--purple); font-weight: 500; }
@media (max-width: 900px) { .lang-btn span.lang-full { display: none; } }

/* --- nav mobile : garder le selecteur de langue et le bouton visibles --- */
@media (max-width: 900px) {
  .nav-links { display: flex; gap: 10px; }
  .nav-links > a:not(.btn-nav) { display: none; }
  .btn-nav { padding: 8px 14px; font-size: 12px; }
}
@media (max-width: 420px) { .nav-links .btn-nav { display: none; } }

/* --- prix en deux monnaies + grille modules a deux cartes --- */
.p-alt { font-size: 15px; font-weight: 600; color: var(--pink); }
.modules-grid { grid-template-columns: repeat(2, 1fr); max-width: 840px; margin-left: auto; margin-right: auto; }
.mod-top { flex-wrap: wrap; gap: 8px; }
@media (max-width: 900px) { .modules-grid { grid-template-columns: 1fr; } }

/* --- drapeaux --- */
.flag { width: 30px; height: 20px; border-radius: 3px; display: block; flex: 0 0 auto;
        border: 1px solid rgba(0,0,0,.14); box-sizing: border-box; }
.lang-chevron { width: 10px; height: 6px; opacity: .5; }
.lang-btn:hover .lang-chevron { opacity: 1; }

/* --- pays de disponibilite --- */
.countries-section { padding: 56px 80px 64px; text-align: center; background: var(--bg); }
.countries-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); font-weight: 500; margin-bottom: 28px; }
.countries-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 44px; }
.country { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cflag { width: 62px; height: 42px; border-radius: 5px; display: block;
  border: 1px solid rgba(0,0,0,.14); box-sizing: border-box; box-shadow: var(--sh); }
.country span { font-size: 13px; color: var(--purple); font-weight: 500; }
@media (max-width: 900px) {
  .countries-section { padding: 44px 20px 48px; }
  .countries-row { gap: 22px 26px; }
  .cflag { width: 50px; height: 34px; }
  .country span { font-size: 12px; }
}

/* --- selecteur de langue : codes, sans drapeaux --- */
.lang-btn { padding: 6px 12px; }
.lang-btn b { font-size: 13px; font-weight: 600; letter-spacing: .5px; }
.lang-menu a b { font-size: 12px; font-weight: 600; color: var(--muted);
  letter-spacing: .5px; width: 24px; flex: 0 0 auto; }
.lang-menu a[aria-current="true"] b { color: var(--pink); }
.lang-menu { min-width: 168px; }

/* --- barre des sports : passage a la ligne au lieu du defilement --- */
.sports-bar { flex-wrap: wrap; justify-content: center; overflow-x: visible;
  padding-top: 6px; padding-bottom: 6px; }
.sport-tab { padding: 11px 16px; }
@media (max-width: 700px){ .sport-tab { padding: 9px 11px; font-size: 12px; } }

/* --- hero : titre coupe sous la barre de navigation sur mobile --- */
/* La barre est en position fixed (68px) et .hero fait 100vh avec un centrage
   vertical : quand le contenu depasse, le haut du titre passe sous la barre.
   Sur iOS, 100vh inclut en plus la zone masquee par le navigateur. */
.hero {
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 68px;
}
@media (max-width: 900px) {
  .hero { min-height: 0; padding-top: 96px; padding-bottom: 56px; }
  .hero h1 { font-size: clamp(30px, 8.4vw, 46px); letter-spacing: -1.2px; line-height: 1.07; }
  .hero-eyebrow { margin-bottom: 16px; font-size: 12px; padding: 5px 12px; }
  .hero-desc { font-size: 15.5px; line-height: 1.6; margin-bottom: 26px; }
  .hero-ctas { gap: 10px; }
  .hero-note { margin-top: 16px; font-size: 11.5px; }
}
@media (max-width: 400px) {
  .hero h1 { font-size: 28px; letter-spacing: -0.8px; }
  .hero-desc { font-size: 14.5px; }
}

/* ============================================================
   SECTION PARTENARIATS
   ============================================================ */
.pn-section { padding: 84px 80px; background: var(--white); }
.pn-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: 1200px; margin: 44px auto 0;
}
.pn-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--r);
  padding: 24px 22px; transition: border-color .2s, transform .2s, box-shadow .2s;
}
.pn-card:hover { border-color: var(--border-pink); transform: translateY(-2px); box-shadow: var(--sh); }
.pn-card-t {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 17px; color: var(--purple); margin-bottom: 8px; letter-spacing: -.2px;
}
.pn-card-d { font-size: 14px; line-height: 1.6; color: var(--muted); }

.pn-two {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  max-width: 1200px; margin: 20px auto 0;
}
.pn-block {
  background: var(--bg); border-left: 3px solid var(--pink);
  border-radius: 0 var(--r) var(--r) 0; padding: 26px 28px;
}
.pn-block h3 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 18px; color: var(--purple); margin-bottom: 10px; letter-spacing: -.3px;
}
.pn-block p { font-size: 14.5px; line-height: 1.7; color: var(--muted); }

/* ============================================================
   SIMULATEUR DE BUSINESS CASE
   ============================================================ */
.cu-sim {
  max-width: 1000px; margin: 40px auto 0; background: var(--white);
  border: 1px solid var(--border); border-radius: 22px;
  padding: 42px 44px; box-shadow: var(--sh-lg);
}
.cu-h {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: 26px; color: var(--purple); letter-spacing: -.6px; margin-bottom: 8px;
}
.cu-intro { font-size: 15px; line-height: 1.65; color: var(--muted); margin-bottom: 26px; max-width: 640px; }

/* selecteur de monnaie */
.cu-curwrap { display: inline-flex; gap: 4px; background: var(--bg); border-radius: 50px; padding: 4px; margin-bottom: 28px; }
.cu-curwrap button {
  font-family: inherit; font-size: 13.5px; font-weight: 500; color: var(--muted);
  background: none; border: none; border-radius: 50px; padding: 7px 18px; cursor: pointer; transition: .18s;
}
.cu-curwrap button[aria-pressed="true"] { background: var(--purple); color: #fff; }
.cu-curwrap button:not([aria-pressed="true"]):hover { color: var(--purple); }

/* curseurs */
.cu-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 34px; }
.cu-field label {
  display: flex; align-items: baseline; gap: 10px; font-size: 14px;
  font-weight: 500; color: var(--text); margin-bottom: 12px;
}
.cu-val {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 19px; color: var(--pink);
}
.cu-field input[type=range] {
  width: 100%; -webkit-appearance: none; appearance: none; height: 5px;
  border-radius: 3px; background: var(--border); outline: none;
}
.cu-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 22px; height: 22px;
  border-radius: 50%; background: var(--pink); cursor: pointer;
  box-shadow: 0 0 0 4px var(--pink-glow); transition: transform .15s;
}
.cu-field input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.12); }
.cu-field input[type=range]::-moz-range-thumb {
  width: 22px; height: 22px; border: none; border-radius: 50%;
  background: var(--pink); cursor: pointer; box-shadow: 0 0 0 4px var(--pink-glow);
}
.cu-hint { font-size: 12.5px; color: var(--muted); margin-top: 8px; line-height: 1.5; }

/* en-tete du tableau */
.cu-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
.cu-block-title {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 17px; color: var(--purple);
}
.cu-reset {
  font-family: inherit; font-size: 13px; color: var(--pink); background: none;
  border: none; cursor: pointer; padding: 4px 0; text-decoration: underline;
  text-underline-offset: 3px;
}
.cu-reset:hover { color: var(--purple); }

/* tableau */
.cu-wrap { overflow-x: auto; margin-bottom: 16px; }
.cu-t { width: 100%; border-collapse: collapse; font-size: 14px; }
.cu-t th {
  text-align: left; font-weight: 500; font-size: 12px; letter-spacing: .6px;
  text-transform: uppercase; color: var(--muted); padding: 0 12px 12px;
  border-bottom: 1px solid var(--border); white-space: nowrap;
}
.cu-t th.n, .cu-t td.n { text-align: right; }
.cu-t td { padding: 14px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.cu-t tr:last-child td { border-bottom: none; }
.cu-t .cu-price, .cu-t .cu-sold {
  width: 90px; font-family: inherit; font-size: 14px; color: var(--text);
  text-align: right; background: var(--bg); border: 1px solid var(--border);
  border-radius: 8px; padding: 7px 10px; transition: border-color .16s, box-shadow .16s;
}
.cu-t .cu-price:focus, .cu-t .cu-sold:focus {
  outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-glow);
}
.cu-t .cu-slots { color: var(--muted); }
.cu-t .cu-tot { font-weight: 500; color: var(--purple); white-space: nowrap; }
.cu-t .cu-qty { display: inline-flex; align-items: center; gap: 8px; }
.cu-t td strong { display: block; font-weight: 500; color: var(--text); margin-bottom: 3px; }
.cu-t td small { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.45; max-width: 280px; }

.cu-fine {
  font-size: 12.5px; line-height: 1.65; color: var(--muted);
  background: var(--bg); border-radius: 12px; padding: 14px 16px; margin-bottom: 26px;
}
.cu-fine b { font-weight: 500; color: var(--purple); }

/* resultat */
.cu-result {
  background: var(--purple); border-radius: 18px; padding: 28px 30px; color: #fff; margin-bottom: 20px;
}
.cu-lines { display: flex; flex-direction: column; gap: 10px; }
.cu-line { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; font-size: 14.5px; }
.cu-line span:last-child { font-weight: 500; white-space: nowrap; }
.cu-subline { color: rgba(255,255,255,.62); }
.cu-net {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18);
}
.cu-net strong { font-size: 15px; font-weight: 500; }
.cu-net b {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: 30px; color: var(--pink-light); letter-spacing: -.8px; white-space: nowrap;
}
.cu-ratio {
  margin-top: 14px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.8);
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 14px;
}
.cu-ratio:empty { display: none; }

.cu-note { font-size: 13px; line-height: 1.65; color: var(--muted); margin-bottom: 18px; }
.cu-note b { font-weight: 500; color: var(--purple); }

.cu-assump { margin-bottom: 26px; border-top: 1px solid var(--border); padding-top: 16px; }
.cu-assump summary {
  font-size: 13.5px; color: var(--pink); cursor: pointer; list-style: none;
  padding: 4px 0; user-select: none;
}
.cu-assump summary::-webkit-details-marker { display: none; }
.cu-assump summary::before { content: "+ "; font-weight: 500; }
.cu-assump[open] summary::before { content: "\2212 "; }
.cu-assump summary:hover { color: var(--purple); }
.cu-assump ul { margin: 12px 0 0 20px; }
.cu-assump li { font-size: 13px; line-height: 1.7; color: var(--muted); margin-bottom: 7px; }

.cu-cta {
  display: inline-block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 15.5px; color: #fff; background: var(--pink); border-radius: 50px;
  padding: 14px 30px; text-decoration: none; transition: .18s;
}
.cu-cta:hover { background: var(--pink-light); box-shadow: 0 6px 20px var(--pink-glow); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .pn-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .pn-section { padding: 56px 20px; }
  .pn-two { grid-template-columns: 1fr; }
  .cu-sim { padding: 28px 20px; border-radius: 18px; }
  .cu-h { font-size: 22px; }
  .cu-inputs { grid-template-columns: 1fr; gap: 22px; }
  .cu-t { font-size: 13px; }
  .cu-t th, .cu-t td { padding-left: 8px; padding-right: 8px; }
  .cu-t td small { max-width: 200px; }
  .cu-result { padding: 22px 20px; }
  .cu-net b { font-size: 25px; }
  .cu-cta { display: block; text-align: center; }
}
@media (max-width: 560px) {
  .pn-grid { grid-template-columns: 1fr; }
}

/* champs numeriques et ligne de total du simulateur */
.cu-num {
  width: 92px; font-family: inherit; font-size: 14px; color: var(--text);
  text-align: right; background: var(--bg); border: 1px solid var(--border);
  border-radius: 8px; padding: 7px 10px; -moz-appearance: textfield;
}
.cu-num::-webkit-outer-spin-button, .cu-num::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
.cu-num:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-glow); }
.cu-sum { font-weight: 500; color: var(--purple); white-space: nowrap; }
tr.cu-tot td {
  border-top: 2px solid var(--border); border-bottom: none;
  padding-top: 16px; font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; color: var(--purple); font-size: 15px;
}
.feature-text { min-width: 0; }
@media (max-width: 900px) { .cu-num { width: 78px; } }
