/* ═══════════════════════════════════════════════
   KEERATIN — Guides pratiques
   Design system: #0a0a0a / #C5A55A / Bebas Neue + Inter
   ═══════════════════════════════════════════════ */

/* ─── PS9 LAYOUT OVERRIDES ─── */
/* Remove container constraints so sections can go full-width */
#wrapper,
#content-wrapper,
#main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
#wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ─── HERO ─── */
.lc-guide-hero {
  background: #0a0a0a !important;
  padding: 100px 40px 80px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lc-guide-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(197,165,90,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.lc-guide-hero .lc-g-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #C5A55A !important;
  margin-bottom: 24px !important;
  position: relative;
}
.lc-guide-hero h1 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(42px, 6vw, 72px) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.05 !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  position: relative;
}
.lc-guide-hero .lc-g-sub {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  color: rgba(255,255,255,0.55) !important;
  max-width: 560px;
  margin: 0 auto !important;
  position: relative;
  font-weight: 300 !important;
  line-height: 1.65 !important;
}
.lc-guide-hero .lc-g-gold-line {
  width: 60px;
  height: 2px;
  background: #C5A55A !important;
  margin: 28px auto 0 !important;
  position: relative;
}

/* ─── TIPS BAR ─── */
.lc-tips-bar {
  background: #F5F5F5 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
.lc-tips-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.lc-tips-bar .lc-tips-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #0a0a0a !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-tips-bar .lc-tips-icon svg {
  width: 20px;
  height: 20px;
  stroke: #C5A55A;
}
.lc-tips-bar h3 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
  margin-bottom: 10px !important;
}
.lc-tips-bar ul {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px 28px;
  padding: 0 !important;
  margin: 0 !important;
}
.lc-tips-bar li {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #6b6b6b !important;
  padding-left: 16px !important;
  position: relative;
  list-style: none !important;
}
.lc-tips-bar li::before {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #C5A55A !important;
}

/* ─── GOLDEN RULE (decoupe page) ─── */
.lc-golden-rule {
  background: #F5F5F5 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  padding: 32px 24px !important;
  text-align: center;
}
.lc-golden-rule-inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.lc-golden-rule .lc-rule-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #0a0a0a !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-golden-rule .lc-rule-icon svg {
  width: 20px;
  height: 20px;
  stroke: #C5A55A;
}
.lc-golden-rule p {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #6b6b6b !important;
  text-align: left;
  line-height: 1.65 !important;
}
.lc-golden-rule strong {
  color: #1a1a1a !important;
}

/* ─── GUIDE CONTENT WRAPPER ─── */
.lc-guide-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── STEP SECTION (mesure page — alternating) ─── */
.lc-step-section {
  padding: 64px 0;
  border-bottom: 1px solid #f0f0f0;
}
.lc-step-section:last-of-type {
  border-bottom: none;
}
.lc-step-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.lc-step-number {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: #0a0a0a !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 24px !important;
  color: #C5A55A !important;
  letter-spacing: 1px;
}
.lc-step-header h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(26px, 3.5vw, 34px) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.05 !important;
  color: #0a0a0a !important;
}
.lc-step-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.lc-step-body.lc-reverse {
  direction: rtl;
}
.lc-step-body.lc-reverse > * {
  direction: ltr;
}
.lc-step-text p {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #6b6b6b !important;
  margin-bottom: 16px !important;
  line-height: 1.75 !important;
}
.lc-step-text strong {
  color: #1a1a1a !important;
  font-weight: 500 !important;
}

/* Note box */
.lc-step-note {
  margin-top: 24px;
  padding: 16px 20px;
  background: #F5F5F5 !important;
  border-left: 3px solid #C5A55A !important;
  display: flex;
  align-items: center;
  gap: 14px;
}
.lc-step-note svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  stroke: #C5A55A;
}
.lc-step-note span {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #6b6b6b !important;
  font-weight: 500 !important;
}
.lc-step-note .lc-note-label {
  color: #0a0a0a !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-right: 6px;
}

/* ─── IMAGE (shared) ─── */
.lc-step-image {
  position: relative;
  aspect-ratio: 4/3;
  background: #F5F5F5 !important;
  overflow: hidden;
}
.lc-step-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── PHASE HEADER (decoupe page) ─── */
.lc-phase-header {
  padding: 48px 0 0;
  text-align: center;
}
.lc-phase-header .lc-phase-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #C5A55A !important;
  margin-bottom: 10px !important;
}
.lc-phase-header h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(28px, 3.5vw, 38px) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.05 !important;
  color: #0a0a0a !important;
}
.lc-phase-divider {
  width: 40px;
  height: 2px;
  background: #C5A55A !important;
  margin: 20px auto 0;
}

/* ─── STEPS GRID (decoupe page — 3 cols) ─── */
.lc-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 48px 0 56px;
}
.lc-grid-step-image {
  position: relative;
  aspect-ratio: 4/3;
  background: #F5F5F5 !important;
  margin-bottom: 20px;
  overflow: hidden;
}
.lc-grid-step-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lc-grid-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.lc-grid-step-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: #0a0a0a !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 16px !important;
  color: #C5A55A !important;
  letter-spacing: 1px;
}
.lc-grid-step-header h3 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
  line-height: 1.2 !important;
}
.lc-grid-step p {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #6b6b6b !important;
  line-height: 1.7 !important;
}

.lc-section-divider {
  border: none !important;
  border-top: 1px solid #f0f0f0 !important;
  margin: 0 !important;
}

/* ─── SUMMARY (mesure page — dark) ─── */
.lc-summary-section {
  background: #0a0a0a !important;
  padding: 72px 24px !important;
}
.lc-summary-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.lc-summary-diagram {
  aspect-ratio: 1;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  overflow: hidden;
  position: relative;
}
.lc-summary-diagram img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lc-summary-text h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(32px, 4vw, 44px) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.05 !important;
  color: #fff !important;
  margin-bottom: 32px !important;
}
.lc-summary-text h2 span {
  color: #C5A55A !important;
}
.lc-measure-list {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 !important;
  margin: 0 !important;
}
.lc-measure-list li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  list-style: none !important;
}
.lc-measure-list .lc-m-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.7) !important;
  font-weight: 400 !important;
}
.lc-measure-list .lc-m-field {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  color: #C5A55A !important;
}

/* ─── TIPS BOX (decoupe page — dark) ─── */
.lc-tips-box {
  background: #0a0a0a !important;
  padding: 56px 24px !important;
}
.lc-tips-box-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.lc-tips-col h3 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 24px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
  gap: 14px;
}
.lc-tips-col h3 svg {
  width: 22px;
  height: 22px;
  stroke: #C5A55A;
}
.lc-tips-col ul {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
}
.lc-tips-col li {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.6) !important;
  padding-left: 18px !important;
  position: relative;
  line-height: 1.6 !important;
  list-style: none !important;
}
.lc-tips-col li::before {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #C5A55A !important;
}
.lc-result-box {
  background: rgba(197,165,90,0.08) !important;
  border: 1px solid rgba(197,165,90,0.2) !important;
  padding: 28px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.lc-result-box svg {
  width: 36px;
  height: 36px;
  stroke: #C5A55A;
  margin-bottom: 16px;
}
.lc-result-box p {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: rgba(255,255,255,0.8) !important;
  line-height: 1.6 !important;
}
.lc-result-box strong {
  color: #C5A55A !important;
  font-weight: 600 !important;
}

/* ─── BOTTOM CTA (shared) ─── */
.lc-guide-bottom {
  background: #F5F5F5 !important;
  padding: 56px 24px !important;
  text-align: center;
  border-top: 1px solid #e8e8e8 !important;
}
.lc-guide-bottom .lc-bottom-icon {
  width: 56px;
  height: 56px;
  background: #0a0a0a !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.lc-guide-bottom .lc-bottom-icon svg {
  width: 24px;
  height: 24px;
  stroke: #C5A55A;
}
.lc-guide-bottom h3 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 28px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.05 !important;
  color: #0a0a0a !important;
  margin-bottom: 10px !important;
}
.lc-guide-bottom p {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #6b6b6b !important;
  max-width: 480px;
  margin: 0 auto 28px !important;
  line-height: 1.65 !important;
}
.lc-guide-bottom .lc-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 14px 32px !important;
  background: #0a0a0a !important;
  color: #fff !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.lc-guide-bottom .lc-btn:hover {
  background: #C5A55A !important;
  color: #0a0a0a !important;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .lc-steps-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 768px) {
  .lc-guide-hero { padding: 72px 24px 56px !important; }
  .lc-tips-bar-inner { flex-direction: column; gap: 16px; }
  .lc-tips-bar ul { flex-direction: column; gap: 6px; }
  .lc-step-body,
  .lc-step-body.lc-reverse { grid-template-columns: 1fr !important; direction: ltr !important; }
  .lc-step-body .lc-step-image { order: -1; }
  .lc-summary-inner { grid-template-columns: 1fr !important; }
  .lc-summary-diagram { max-width: 320px; margin: 0 auto; }
  .lc-tips-box-inner { grid-template-columns: 1fr !important; }
  .lc-golden-rule-inner { flex-direction: column; }
  .lc-golden-rule p { text-align: center !important; }
}
@media (max-width: 600px) {
  .lc-steps-grid { grid-template-columns: 1fr !important; max-width: 420px; margin-left: auto; margin-right: auto; }
}
