/* ==========================================================
   LANDING PAGE — Électricien
   Thème : Dark Gold (compatible style.css KikiskoTrade)
   ========================================================== */

/* ─── Variables locales landing ─── */
:root {
  --lp-gold:        #f5c542;
  --lp-gold-dim:    rgba(245, 197, 66, 0.12);
  --lp-gold-border: rgba(245, 197, 66, 0.30);
  --lp-bg:          #06040a;
  --lp-bg-card:     rgba(12, 9, 20, 0.97);
  --lp-bg-card2:    rgba(18, 14, 30, 0.95);
  --lp-text:        #f0eeff;
  --lp-muted:       #a29ab8;
  --lp-soft:        #6b647e;
  --lp-border:      rgba(255,255,255,0.07);
  --lp-green:       #2ecc71;
  --lp-accent:      #4da3ff;
  --lp-danger:      #e74c3c;
  --lp-radius-lg:   20px;
  --lp-radius-md:   12px;
  --lp-radius-sm:   8px;
  --lp-radius-pill: 999px;
  --lp-shadow:      0 20px 60px rgba(0,0,0,0.7);
  --lp-shadow-card: 0 8px 28px rgba(0,0,0,0.5);
  --lp-trans:       0.2s ease;
  --lp-trans-slow:  0.4s cubic-bezier(.22,.68,0,1.2);
}

/* ─── Reset & Base Landing ─── */
.landing-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: var(--lp-bg);
  color: var(--lp-text);
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.65;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

/* ─── BOUTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--lp-radius-pill);
  font-size: .88rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: var(--lp-trans);
  white-space: nowrap;
}

.btn-primary {
  background: var(--lp-gold);
  color: #0a0710;
}
.btn-primary:hover {
  background: #ffd060;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(245,197,66,0.35);
}

.btn-ghost {
  background: transparent;
  color: var(--lp-text);
  border: 1px solid var(--lp-border);
}
.btn-ghost:hover {
  border-color: var(--lp-gold-border);
  color: var(--lp-gold);
  background: var(--lp-gold-dim);
}

.btn-danger {
  background: rgba(231,76,60,0.15);
  color: var(--lp-danger);
  border: 1px solid rgba(231,76,60,0.3);
}
.btn-danger:hover { background: rgba(231,76,60,0.25); }

.btn-lg  { padding: 13px 30px; font-size: .95rem; }
.btn-sm  { padding: 7px 14px;  font-size: .78rem; }
.btn-full { width: 100%; justify-content: center; }

/* ─── HEADER / NAV ─── */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6,4,10,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--lp-border);
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.lp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--lp-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -.02em;
  flex-shrink: 0;
}
.lp-logo svg { flex-shrink: 0; }

.lp-nav-links {
  display: flex;
  list-style: none;
  gap: 28px;
  margin: 0;
  flex: 1;
}
.lp-nav-links a {
  text-decoration: none;
  color: var(--lp-muted);
  font-size: .87rem;
  font-weight: 500;
  transition: color var(--lp-trans);
}
.lp-nav-links a:hover { color: var(--lp-text); }

.lp-burger {
  display: none;
  background: none;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  color: var(--lp-muted);
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
}

/* ─── HERO ─── */
.lp-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(245,197,66,0.06) 0%, transparent 65%),
    radial-gradient(ellipse 60% 40% at 80% 80%,  rgba(77,163,255,0.04) 0%, transparent 60%),
    linear-gradient(180deg, #06040a 0%, #050308 100%);
  padding: 100px 0 80px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: var(--lp-radius-pill);
  background: var(--lp-gold-dim);
  border: 1px solid var(--lp-gold-border);
  color: var(--lp-gold);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  color: var(--lp-text);
  margin-bottom: 20px;
}
.hero-accent {
  color: var(--lp-gold);
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--lp-muted);
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.stat-number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--lp-gold);
  line-height: 1;
}
.stat-label {
  font-size: .76rem;
  color: var(--lp-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.stat-sep {
  width: 1px;
  height: 36px;
  background: var(--lp-border);
}

.hero-bg-schema {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 540px;
  opacity: 0.04;
  pointer-events: none;
}

/* ─── SECTIONS ─── */
.lp-section {
  padding: 100px 0;
}
.lp-section--dark {
  background: rgba(8,6,14,0.7);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-eyebrow {
  display: inline-block;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--lp-gold);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--lp-text);
}

/* ─── SERVICES GRID ─── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  background: var(--lp-bg-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 32px 28px;
  transition: var(--lp-trans);
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(245,197,66,0.04) 0%, transparent 70%);
  opacity: 0;
  transition: opacity var(--lp-trans);
}
.service-card:hover {
  border-color: var(--lp-gold-border);
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-card), 0 0 0 1px var(--lp-gold-border);
}
.service-card:hover::before { opacity: 1; }

.service-card--featured {
  border-color: var(--lp-gold-border);
  background: linear-gradient(160deg, rgba(245,197,66,0.05) 0%, var(--lp-bg-card) 50%);
}

.service-badge-featured {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 3px 10px;
  border-radius: var(--lp-radius-pill);
  background: var(--lp-gold);
  color: #0a0710;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--lp-radius-md);
  background: var(--lp-gold-dim);
  border: 1px solid var(--lp-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--lp-gold);
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lp-text);
  margin-bottom: 10px;
}
.service-card p {
  font-size: .87rem;
  color: var(--lp-muted);
  margin-bottom: 18px;
  line-height: 1.6;
}

.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.service-list li {
  font-size: .83rem;
  color: var(--lp-muted);
  padding-left: 18px;
  position: relative;
}
.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-gold);
  opacity: .7;
}

.service-cta {
  font-size: .82rem;
  font-weight: 600;
  color: var(--lp-gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap var(--lp-trans);
}
.service-cta:hover { gap: 8px; }

/* ─── ENGAGEMENTS ─── */
.engagements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.engagement-item {
  background: var(--lp-bg-card2);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: var(--lp-trans);
}
.engagement-item:hover {
  border-color: var(--lp-gold-border);
  background: var(--lp-bg-card);
}
.engagement-item h4 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--lp-text);
}
.engagement-item p {
  font-size: .82rem;
  color: var(--lp-muted);
  line-height: 1.6;
}

/* ─── CONTACT ─── */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.contact-info h2 {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.contact-info p {
  color: var(--lp-muted);
  font-size: .9rem;
  margin-bottom: 28px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .88rem;
  color: var(--lp-text);
}

/* ─── FORMULAIRE CONTACT ─── */
.contact-form {
  background: var(--lp-bg-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-group label {
  font-size: .78rem;
  font-weight: 600;
  color: var(--lp-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(8,6,14,0.9);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  padding: 11px 14px;
  color: var(--lp-text);
  font-family: inherit;
  font-size: .88rem;
  transition: border-color var(--lp-trans);
  appearance: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--lp-gold-border);
  box-shadow: 0 0 0 3px rgba(245,197,66,0.08);
}
.form-group textarea { resize: vertical; min-height: 100px; }

.form-rgpd .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .8rem;
  color: var(--lp-muted);
  cursor: pointer;
  line-height: 1.5;
}
.form-rgpd input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--lp-gold);
  margin-top: 2px;
}
.form-rgpd a { color: var(--lp-gold); text-decoration: none; }

/* ─── FOOTER ─── */
.lp-footer {
  background: rgba(4,3,8,0.97);
  border-top: 1px solid var(--lp-border);
  padding: 48px 0 32px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footer-brand strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lp-text);
  display: block;
  margin-bottom: 8px;
}
.footer-brand p {
  font-size: .78rem;
  color: var(--lp-soft);
  margin-bottom: 3px;
}

.footer-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: .8rem;
  color: var(--lp-soft);
  text-decoration: none;
  transition: color var(--lp-trans);
}
.footer-links a:hover { color: var(--lp-gold); }

.footer-copy {
  font-size: .75rem;
  color: var(--lp-soft);
  border-top: 1px solid var(--lp-border);
  padding-top: 20px;
}

/* ─── TOASTS NOTIFICATION ─── */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toast {
  padding: 12px 18px;
  border-radius: var(--lp-radius-md);
  font-size: .84rem;
  font-weight: 500;
  border: 1px solid;
  backdrop-filter: blur(12px);
  animation: toast-in 0.3s ease;
}
.toast.success {
  background: rgba(46,204,113,0.12);
  border-color: rgba(46,204,113,0.3);
  color: #2ecc71;
}
.toast.error {
  background: rgba(231,76,60,0.12);
  border-color: rgba(231,76,60,0.3);
  color: #e74c3c;
}
@keyframes toast-in {
  from { transform: translateX(20px); opacity: 0; }
  to   { transform: translateX(0);    opacity: 1; }
}

/* ─── RESPONSIVE LANDING ─── */
@media (max-width: 1024px) {
  .services-grid      { grid-template-columns: 1fr 1fr; }
  .engagements-grid   { grid-template-columns: 1fr 1fr; }
  .contact-wrapper    { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .lp-nav-links, .lp-nav > .btn { display: none; }
  .lp-burger   { display: flex; }
  .lp-nav      { gap: 16px; }

  .lp-hero { min-height: auto; padding: 80px 0 60px; }
  .hero-title  { font-size: 2rem; }
  .hero-cta-group { flex-direction: column; }
  .hero-stats  { gap: 16px; }

  .services-grid    { grid-template-columns: 1fr; }
  .engagements-grid { grid-template-columns: 1fr; }
  .form-row         { grid-template-columns: 1fr; }
  .contact-form     { padding: 24px 18px; }
  .lp-section       { padding: 60px 0; }
}
