/* 8UP Media - Conversion kit (couleurs & polices inchangées) */

.conv-trust-bar {
 background: #FFF6F0;
 border-top: 1px solid #E8E8E8;
 border-bottom: 1px solid #E8E8E8;
 padding: 14px 24px;
 font-family: 'Century Gothic', CenturyGothic, 'Jost', sans-serif;
}
.conv-trust-inner {
 max-width: 1280px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 10px 28px;
}
.conv-trust-item {
 display: flex;
 align-items: center;
 gap: 8px;
 font-size: 13px;
 font-weight: 600;
 color: #1A1A1A;
}
.conv-trust-item svg { color: #FF6500; flex-shrink: 0; }

.conv-lead-section {
 padding: 72px 24px;
 background: #FAFAF9;
 font-family: 'Century Gothic', CenturyGothic, 'Jost', sans-serif;
}
.conv-lead-grid {
 max-width: 1100px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 48px;
 align-items: start;
}
@media (max-width: 900px) {
 .conv-lead-grid { grid-template-columns: 1fr; }
}
.conv-lead-copy h2 {
 font-size: clamp(26px, 3.5vw, 36px);
 font-weight: 800;
 line-height: 1.15;
 color: #0A0A0A;
 margin-bottom: 16px;
}
.conv-lead-copy p {
 color: #444;
 font-size: 16px;
 line-height: 1.65;
 margin-bottom: 24px;
}
.conv-trust-list {
 list-style: none;
 padding: 0;
 margin: 0;
 display: grid;
 gap: 12px;
}
.conv-trust-list li {
 display: flex;
 align-items: flex-start;
 gap: 10px;
 font-size: 14px;
 color: #444;
 line-height: 1.5;
}
.conv-trust-list li::before {
 content: '✓';
 color: #FF6500;
 font-weight: 800;
 flex-shrink: 0;
}

.conv-form-card {
 background: #fff;
 border: 1px solid #E8E8E8;
 border-radius: 16px;
 padding: 32px;
 box-shadow: 0 12px 48px rgba(0,0,0,0.06);
}
.conv-form-card h3 {
 font-size: 22px;
 font-weight: 800;
 color: #0A0A0A;
 margin-bottom: 6px;
}
.conv-form-sub {
 font-size: 14px;
 color: #888;
 margin-bottom: 24px;
}
.conv-form .conv-field { margin-bottom: 14px; }
.conv-form label {
 display: block;
 font-size: 13px;
 font-weight: 600;
 color: #1A1A1A;
 margin-bottom: 6px;
}
.conv-form input,
.conv-form select,
.conv-form textarea {
 width: 100%;
 padding: 12px 14px;
 border: 1px solid #E8E8E8;
 border-radius: 10px;
 font-family: inherit;
 font-size: 15px;
 color: #0A0A0A;
 background: #fff;
 transition: border-color .2s, box-shadow .2s;
}
.conv-form input:focus,
.conv-form select:focus,
.conv-form textarea:focus {
 outline: none;
 border-color: #FF6500;
 box-shadow: 0 0 0 3px rgba(255,101,0,0.12);
}
.conv-form textarea { min-height: 100px; resize: vertical; }
.conv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .conv-form-row { grid-template-columns: 1fr; } }
.conv-submit {
 width: 100%;
 margin-top: 8px;
 padding: 14px 20px;
 background: #D95400;
 color: #fff;
 border: none;
 border-radius: 10px;
 font-family: inherit;
 font-size: 15px;
 font-weight: 700;
 cursor: pointer;
 transition: background .2s, transform .15s;
}
.conv-submit:hover { background: #FF6500; transform: translateY(-1px); }
.conv-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.conv-form-note {
 font-size: 12px;
 color: #888;
 margin-top: 12px;
 line-height: 1.5;
}
.conv-form-success {
 text-align: center;
 padding: 32px 12px;
}
.conv-form-success h4 {
 font-size: 20px;
 font-weight: 800;
 color: #0A0A0A;
 margin: 16px 0 8px;
}
.conv-form-success p { color: #666; font-size: 15px; }

/* Sticky conversion bar */
#conv-sticky-bar {
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 99990 !important;
 background: rgba(10,10,10,0.97);
 backdrop-filter: blur(12px);
 border-top: 1px solid rgba(255,101,0,0.35);
 padding: 12px 20px;
 transform: translateY(110%);
 transition: transform .35s cubic-bezier(.4,0,.2,1);
 font-family: 'Century Gothic', CenturyGothic, 'Jost', sans-serif;
}
#conv-sticky-bar.visible { transform: translateY(0); }
.conv-sticky-inner {
 max-width: 1280px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 16px;
 flex-wrap: wrap;
}
.conv-sticky-text {
 color: #fff;
 font-size: 14px;
 font-weight: 500;
}
.conv-sticky-text strong { color: #FF6500; }
.conv-sticky-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.conv-sticky-btn {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 padding: 10px 18px;
 border-radius: 10px;
 font-size: 13px;
 font-weight: 700;
 text-decoration: none;
 border: none;
 cursor: pointer;
 font-family: inherit;
 transition: transform .15s;
}
.conv-sticky-btn:hover { transform: translateY(-1px); }
.conv-sticky-btn-primary { background: #FF6500; color: #fff; }
.conv-sticky-btn-ghost {
 background: transparent;
 color: #fff;
 border: 1.5px solid rgba(255,255,255,0.35);
}
.conv-sticky-close {
 background: none;
 border: none;
 color: rgba(255,255,255,0.5);
 font-size: 20px;
 cursor: pointer;
 padding: 4px 8px; min-width: 36px; min-height: 36px;
 line-height: 1;
}
@media (max-width: 640px) {
 .conv-sticky-text { font-size: 12px; width: 100%; }
 .conv-sticky-inner { justify-content: center; }
}

/* Toast notification */
#conv-toast {
 position: fixed;
 top: 88px;
 right: 20px;
 z-index: 10001;
 max-width: 360px;
 padding: 16px 20px;
 border-radius: 12px;
 background: #0A0A0A;
 color: #fff;
 font-family: 'Century Gothic', CenturyGothic, 'Jost', sans-serif;
 font-size: 14px;
 box-shadow: 0 12px 40px rgba(0,0,0,0.2);
 transform: translateX(120%);
 transition: transform .35s ease;
}
#conv-toast.show { transform: translateX(0); }
#conv-toast.error { background: #8B1A1A; }

/* Scroll reveal */
.conv-reveal {
 opacity: 0;
 transform: translateY(24px);
 transition: opacity .6s ease, transform .6s ease;
}
.conv-reveal.visible {
 opacity: 1;
 transform: translateY(0);
}

/* 404 conversion page */
.conv-404-wrap {
 min-height: 100vh;
 background: #FAFAF9;
 font-family: 'Century Gothic', CenturyGothic, 'Jost', sans-serif;
 padding-top: 72px;
}
.conv-404-hero {
 max-width: 1100px;
 margin: 0 auto;
 padding: 48px 24px 32px;
 text-align: center;
}
.conv-404-code {
 font-size: clamp(64px, 12vw, 120px);
 font-weight: 800;
 color: #FF6500;
 line-height: 1;
 margin-bottom: 12px;
}
