/* ===== SITE.CSS — styles partagés header + footer + nav ===== */
* {margin: 0; padding: 0; box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #0a0e27; line-height: 1.6;}
header {position: fixed; top: 0; width: 100%; background: rgba(250,251,252,0.7); backdrop-filter: blur(30px); border-bottom: 1px solid rgba(255, 172, 30,0.1); padding: 12px 0; z-index: 10000; transition: all 0.3s;}
header.scrolled {background: rgba(255,255,255,0.8); padding: 8px 0; box-shadow: 0 2px 20px rgba(0,0,0,0.05);}
.nav-container {max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center;}
.logo {font-size: 20px; font-weight: 800; background: #FFAC1E; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.5px; text-decoration: none;}
nav {display: flex; gap: 48px; align-items: center;}
nav a {color: #0a0e27; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.3s;}
nav a:hover {color: #FFAC1E;}
.cta-nav {background: #FFAC1E; color: #0a0e27; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 14px; transition: all 0.3s;}
.cta-nav:hover {transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255, 172, 30,0.35);}
footer {background: #0a0e27; color: rgba(255,255,255,0.7); padding: 60px 0 30px;}
.footer-content {max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 48px;}
.footer-brand h3 {font-size: 20px; font-weight: 800; color: white; margin-bottom: 12px;}
.footer-brand p {font-size: 14px; line-height: 1.7; max-width: 300px;}
footer h4 {color: white; font-size: 14px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px;}
footer a {color: rgba(255,255,255,0.6); text-decoration: none; font-size: 14px; display: block; margin-bottom: 10px; transition: color 0.3s;}
footer a:hover {color: #FFAC1E;}
.footer-bottom {border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 40px 24px; max-width: 1400px; margin: 0 auto;}
.footer-bottom p {font-size: 13px; color: rgba(255,255,255,0.4);}
body.madminbar {margin-top: 40px;}
body.madminbar header {top: 40px !important;}
@media (max-width: 768px) {.nav-container {padding: 0 20px;} nav {gap: 20px;} .footer-content {grid-template-columns: 1fr; gap: 30px;}}

/* ===== Newsletter footer + shortcode ===== */
.footer-content {grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr !important;}
.footer-nl h4 {color: white; font-size: 14px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px;}
.nl-block {max-width: 320px;}
.nl-form {margin: 0;}
.nl-row {display: flex; gap: 8px;}
.nl-input {flex: 1; min-width: 0; padding: 11px 14px; border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; background: rgba(255,255,255,0.06); color: white; font-family: 'Inter', sans-serif; font-size: 13px; outline: none; transition: all 0.25s;}
.nl-input::placeholder {color: rgba(255,255,255,0.35);}
.nl-input:focus {border-color: #FFAC1E; background: rgba(255,255,255,0.1);}
.nl-btn {flex-shrink: 0; padding: 11px 18px; border: 0; border-radius: 10px; background: #FFAC1E; color: #0a0e27; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.25s; white-space: nowrap;}
.nl-btn:hover {transform: translateY(-1px); box-shadow: 0 6px 18px rgba(255, 172, 30,0.35);}
.nl-btn:disabled {opacity: 0.6; cursor: default; transform: none;}
.nl-legal {font-size: 11px; line-height: 1.6; color: rgba(255,255,255,0.4); margin: 10px 0 0;}
.nl-legal a {display: inline; margin: 0; font-size: 11px; color: rgba(255,255,255,0.55); text-decoration: underline;}
.nl-legal a:hover {color: #FFAC1E;}
.nl-msg {font-size: 12px; font-weight: 600; margin: 8px 0 0; min-height: 16px;}
.nl-msg.ok {color: #22c55e;}
.nl-msg.err {color: #ff6b6b;}
@media (max-width: 980px) {.footer-content {grid-template-columns: 1fr !important;} .nl-block {max-width: 100%;}}

/* Liens inline dans le copyright */
.footer-bottom p a {display: inline; margin: 0;}
.footer-bottom p b, .footer-bottom p strong {color: rgba(255,255,255,0.9);}

/* Aligner le footer sur le header : meme padding interne */
.footer-content {padding: 0 40px !important;}
.footer-bottom {padding-left: 40px !important; padding-right: 40px !important;}
@media (max-width: 768px) {
  .footer-content {padding: 0 20px !important;}
  .footer-bottom {padding-left: 20px !important; padding-right: 20px !important;}
}

/* Menu colle a droite, contre le bloc compte */
#navItems {margin-left: auto; margin-right: 32px;}
@media (max-width: 768px) {#navItems {margin-right: 0;}}

/* ===== Galerie de coachings ===== */
.cg-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; margin: 32px 0;}
.cg-solo {margin: 32px 0;}
.cg-card {display: flex; flex-direction: column; background: white; border-radius: 18px; overflow: hidden; text-decoration: none; border: 1px solid rgba(10,14,39,0.07); box-shadow: 0 2px 12px rgba(10,14,39,0.04); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; margin: 0;}
.cg-card:hover {transform: translateY(-4px); box-shadow: 0 16px 44px rgba(10,14,39,0.1); border-color: rgba(255, 172, 30,0.3);}
.cg-card.solo {flex-direction: row; max-width: 780px;}
.cg-card.solo .cg-img {width: 300px; flex-shrink: 0; height: auto; min-height: 220px;}
.cg-img {height: 190px; background-size: cover; background-position: center; background-color: #f4f6fb; flex-shrink: 0;}
.cg-img-ph {display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(255, 172, 30,0.1), rgba(255, 172, 30,0.03)); color: rgba(255, 172, 30,0.5);}
.cg-body {padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; min-width: 0;}
.cg-tags {display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 11px;}
.cg-tag {font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 99px; background: rgba(255, 172, 30,0.1); color: #FFAC1E; text-transform: uppercase; letter-spacing: 0.04em;}
.cg-t {font-size: 18px; font-weight: 700; color: #0a0e27; margin: 0 0 9px; line-height: 1.35; letter-spacing: -0.3px;}
.cg-card.solo .cg-t {font-size: 22px;}
.cg-d {font-size: 14px; line-height: 1.65; color: #5a5f7e; margin: 0 0 18px; flex: 1;}
.cg-foot {display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(10,14,39,0.06);}
.cg-steps {font-size: 12px; font-weight: 600; color: #9098b1;}
.cg-price {font-size: 14px; font-weight: 800; color: #FFAC1E; margin-left: auto;}
.cg-price.free {font-size: 11px; font-weight: 700; padding: 4px 11px; border-radius: 99px; background: rgba(34,197,94,0.12); color: #16a34a; text-transform: uppercase; letter-spacing: 0.04em;}
.cg-empty {padding: 40px 20px; text-align: center; color: #9098b1; font-size: 14px; border: 1px dashed rgba(10,14,39,0.12); border-radius: 14px;}
@media (max-width: 768px) {
  .cg-grid {grid-template-columns: 1fr; gap: 20px;}
  .cg-card.solo {flex-direction: column;}
  .cg-card.solo .cg-img {width: 100%; height: 190px; min-height: 0;}
}
