/* ============================================================
   THEME : Moderne Pro — LP Builder
   ============================================================ */

:root {
    --primary: var(--color-primary, #0066CC);
    --secondary: var(--color-secondary, #FF6600);
    --dark: #1a1f2e;
    --text: #444;
    --light-bg: #f7f9fc;
    --border: #e0e6ef;
    --radius: 12px;
    --shadow: 0 4px 24px rgba(0,0,0,.10);
}

*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Open Sans', sans-serif; color: var(--text); margin: 0; padding: 0; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
.container-fixed { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* TOPBAR */
.topbar { background: var(--dark); padding: 14px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,.2); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.topbar .logo img { height: 44px; max-width: 180px; object-fit: contain; filter: brightness(0) invert(1); }
.topbar-copy { color: rgba(255,255,255,.8); font-size: 14px; margin: 0; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--dark) 0%, #2a3555 100%); padding: 60px 0 50px; min-height: 80vh; display: flex; align-items: center; }
.hero-main-row { align-items: center; display: flex; flex-wrap: wrap; }
.hero-copy { color: #fff; padding-right: 30px; }
.eyebrow { background: var(--secondary); color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 5px 14px; border-radius: 20px; display: inline-block; margin-bottom: 18px; }
.hero-copy h1 { font-family: 'Poppins', sans-serif; font-size: 38px; font-weight: 800; line-height: 1.2; margin: 0 0 18px; color: #fff; }
.hero-lead { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.85); margin-bottom: 24px; }
.hero-points { margin: 0 0 28px; }
.hero-points li { padding: 6px 0 6px 28px; position: relative; color: rgba(255,255,255,.9); font-size: 15px; }
.hero-points li::before { content: '✓'; position: absolute; left: 0; color: var(--secondary); font-weight: 700; }
.hero-stats { margin-top: 20px; }
.stat-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); padding: 14px 18px; margin-bottom: 12px; }
.stat-card strong { display: block; font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #fff; }
.stat-card span { font-size: 13px; color: rgba(255,255,255,.7); }

/* FORM CONTAINER */
.form-container { padding-left: 20px; }
.form-holder { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.form-badge { background: var(--primary); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 4px 14px; border-radius: 20px; display: inline-block; margin-bottom: 12px; }
.form-header h2 { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: var(--dark); margin: 0 0 6px; }
.form-header p { font-size: 13px; color: #888; margin: 0 0 20px; }

/* PROGRESS BAR */
#progressBar { height: 5px; background: var(--border); border-radius: 5px; margin-bottom: 24px; overflow: hidden; }
#progress { height: 100%; background: linear-gradient(90deg, var(--primary), var(--secondary)); border-radius: 5px; transition: width .4s ease; }

/* FORM FIELDS */
.form-group { margin-bottom: 16px; text-align: left; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.asterisk { color: var(--secondary); }
.form-control { width: 100%; height: 46px; padding: 0 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; color: var(--dark); background: #fff; transition: border-color .2s; font-family: 'Open Sans', sans-serif; }
.form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0,102,204,.12); }
select.form-control { cursor: pointer; }
textarea.form-control { height: auto; padding: 12px 14px; resize: vertical; }
.error-msg { font-size: 12px; color: #e53e3e; margin-top: 4px; display: none; }
.form-control.error { border-color: #e53e3e; }

/* RADIO GROUP */
.radio-group { display: flex; flex-direction: column; gap: 8px; }
.radio-label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 8px; transition: all .2s; }
.radio-label:hover { border-color: var(--primary); background: rgba(0,102,204,.04); }
.radio-label input[type=radio] { accent-color: var(--primary); width: 16px; height: 16px; }

/* NAVIGATION STEPS */
.prev-nxt-wrp { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.no-flx-prev { justify-content: flex-start; }
.prev { color: var(--primary); cursor: pointer; font-size: 14px; font-weight: 600; }
.prev:hover { text-decoration: underline; }
button.next, button.sub { background: linear-gradient(135deg, var(--primary) 0%, #0052a3 100%); color: #fff; border: none; border-radius: 8px; padding: 13px 28px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all .2s; font-family: 'Poppins', sans-serif; }
button.next:hover:not(:disabled), button.sub:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,102,204,.35); }
button:disabled { opacity: .5; cursor: not-allowed; }
.w-100 { width: 100%; }
.mt-10 { margin-top: 10px; } .mb-15 { margin-bottom: 15px; } .mt-20 { margin-top: 20px; }

/* TERMS */
.terms { display: flex; align-items: flex-start; gap: 10px; text-align: left; }
.terms input[type=checkbox] { margin-top: 3px; accent-color: var(--primary); flex-shrink: 0; }
.lu-txt span { font-size: 12px; color: #666; line-height: 1.5; }
.lu-txt a { color: var(--primary); }

/* SUCCESS */
.success-form { display: none; }
.success-form .alert { background: #f0fdf4; border: 1.5px solid #22c55e; border-radius: 10px; padding: 20px; color: #166534; font-size: 15px; font-weight: 600; }

/* PARTNERS */
.partners-strip { background: var(--light-bg); padding: 50px 0; }
.section-head { margin-bottom: 36px; }
.section-head h2 { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 700; color: var(--dark); }
.partners-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; }
.partner-logo img { height: 40px; max-width: 120px; object-fit: contain; filter: grayscale(1); opacity: .6; transition: all .2s; }
.partner-logo img:hover { filter: grayscale(0); opacity: 1; }

/* CONTENT SECTION */
.section-content { padding: 60px 0; }
.section-body { font-size: 16px; line-height: 1.8; color: var(--text); }

/* TESTIMONIALS */
.testimonials { background: var(--light-bg); padding: 60px 0; }
.testi-row { margin-top: 20px; }
.testi-card { background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); margin-bottom: 24px; }
.testi-card .stars { color: #f59e0b; font-size: 18px; margin-bottom: 10px; }
.testi-card p { font-size: 14px; line-height: 1.7; color: #555; margin-bottom: 16px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testi-author strong { display: block; font-size: 14px; font-weight: 700; color: var(--dark); }
.testi-author span { font-size: 12px; color: #888; }

/* FOOTER */
.footer { background: var(--dark); color: rgba(255,255,255,.7); padding: 30px 0; text-align: center; }
.footer p { margin: 4px 0; font-size: 13px; }
.footer a { color: rgba(255,255,255,.8); }
.footer a:hover { color: #fff; }
.orias { font-size: 12px; margin-top: 8px; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero { padding: 40px 0 30px; min-height: auto; }
    .hero-copy { padding-right: 0; margin-bottom: 30px; }
    .hero-copy h1 { font-size: 26px; }
    .form-container { padding-left: 0; }
    .form-holder { padding: 20px 16px; }
}

/* Fix form overflow and hero alignment */
.hero { overflow: visible; }
.hero-main-row { min-height: 500px; }
.form-wrapper { position: relative; }
.form-holder { margin-top: 0; }
.step { padding: 0; }
.step.no-t { margin-top: 0; }
.form-body { padding: 0; }

/* Fix empty hero side */
.hero-copy h1:empty { display: none; }
.hero-copy:empty { display: none; }
