:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f5e885c *//* ==============================
   GLAMNATURE — LANDING LEAD MAGNET
   Classe: glam-lead-wrap
   ============================== */

.glam-lead-wrap{
  --glam-fuchsia: #ff2aa6;
  --glam-ink: #151515;
  --glam-muted: rgba(21,21,21,.68);
  --glam-glass: rgba(255,255,255,.62);
  --glam-border: rgba(255,255,255,.55);
  --glam-shadow: 0 18px 60px rgba(15,15,15,.18);
  --glam-radius: 26px;

  padding: clamp(18px, 4vw, 56px) 16px;
}

.glam-lead-card{
  max-width: 1080px;
  margin: 0 auto;
  background: var(--glam-glass);
  border: 1px solid var(--glam-border);
  border-radius: var(--glam-radius);
  box-shadow: var(--glam-shadow);
  overflow: hidden;

  /* liquid glass */
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.glam-lead-grid{
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(16px, 3vw, 34px);
  padding: clamp(18px, 3vw, 34px);
  align-items: center;
}

/* --- Media --- */
.glam-lead-media{
  position: relative;
  min-width: 0;
}

.glam-lead-cover{
  width: 100%;
  height: auto;
  max-height: 420px;           /* ✅ image moins énorme */
  object-fit: contain;
  display: block;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  background: rgba(255,255,255,.35);
}

.glam-lead-badge{
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255,255,255,.78);
  color: var(--glam-ink);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
}

/* --- Content / typo --- */
.glam-lead-content{ min-width: 0; }

.glam-kicker{
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.6);
  color: var(--glam-ink);
  font-weight: 700;
  font-size: 13px;
}

.glam-lead-title{
  margin: 0 0 10px 0;
  color: var(--glam-ink);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.6px;
  font-size: clamp(28px, 3.2vw, 44px);
}

.glam-lead-sub{
  margin: 0 0 16px 0;
  color: var(--glam-muted);
  font-size: 16px;
  line-height: 1.55;
}

.glam-lead-list{
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
}

.glam-lead-list li{
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  color: rgba(21,21,21,.78);
  font-size: 15px;
  line-height: 1.35;
}

.glam-lead-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,42,166,.14);
  color: var(--glam-fuchsia);
  font-weight: 900;
  transform: translateY(1px);
}

/* --- Form wrapper --- */
.glam-form{
  margin-top: 6px;
}

/* Cible large: inputs WPForms + Elementor Form + inputs classiques */
.glam-lead-wrap input[type="email"],
.glam-lead-wrap input[type="text"],
.glam-lead-wrap input[type="tel"],
.glam-lead-wrap input[type="url"],
.glam-lead-wrap input[type="password"],
.glam-lead-wrap textarea,
.glam-lead-wrap select{
  width: 100% !important;
  max-width: 520px;
  border-radius: 16px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: rgba(255,255,255,.85) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.10) !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  color: var(--glam-ink) !important;
  outline: none !important;
}

.glam-lead-wrap input::placeholder,
.glam-lead-wrap textarea::placeholder{
  color: rgba(21,21,21,.45) !important;
}

/* Focus clean */
.glam-lead-wrap input:focus,
.glam-lead-wrap textarea:focus,
.glam-lead-wrap select:focus{
  border-color: rgba(255,42,166,.45) !important;
  box-shadow: 0 0 0 4px rgba(255,42,166,.14), 0 12px 36px rgba(0,0,0,.10) !important;
}

/* --- Bouton fuchsia (Elementor + WPForms + boutons génériques) --- */
.glam-lead-wrap .elementor-button,
.glam-lead-wrap button,
.glam-lead-wrap input[type="submit"],
.glam-lead-wrap .wpforms-submit{
  background: var(--glam-fuchsia) !important;
  color: #111 !important;                    /* ✅ écriture noire */
  border-radius: 999px !important;
  border: 2px solid rgba(255,42,166,.45) !important;
  padding: 14px 22px !important;
  font-weight: 900 !important;
  letter-spacing: .3px !important;
  box-shadow: 0 16px 40px rgba(255,42,166,.22) !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease !important;
}

/* Hover: bouton blanc + texte fuchsia */
.glam-lead-wrap .elementor-button:hover,
.glam-lead-wrap button:hover,
.glam-lead-wrap input[type="submit"]:hover,
.glam-lead-wrap .wpforms-submit:hover{
  background: #fff !important;
  color: var(--glam-fuchsia) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 22px 60px rgba(15,15,15,.18) !important;
}

.glam-lead-mini{
  margin: 12px 0 0 0;
  color: rgba(21,21,21,.55);
  font-size: 13px;
}

/* --- RESPONSIVE: 1 colonne + pas de débordement --- */
@media (max-width: 860px){
  .glam-lead-grid{
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .glam-lead-cover{
    max-height: 320px;
  }
}/* End custom CSS */