.demo-hero { background: linear-gradient(135deg, #2d6cc0 0%, #7ab5e8 50%, #c8e8fa 100%); }
.demo-hero::before { background: radial-gradient(ellipse at 20% 50%, rgba(29,78,216,0.15) 0%, transparent 55%), radial-gradient(ellipse at 80% 30%, rgba(255,90,0,0.10) 0%, transparent 55%); }
.demo-hero::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath fill='%23f0f5ff' d='M0,40L720,80L1440,40L1440,80L0,80Z'/%3E%3C/svg%3E") no-repeat bottom; background-size: cover; }
.demo-form-card {
    background: white;
    border-radius: var(--border-radius-xl);
    padding: 3rem;
    box-shadow: 0 30px 80px rgba(0,0,0,0.12);
    border: 1px solid var(--border-light);
}
.demo-form-card h2 { font-size: 1.75rem; margin-bottom: 0.5rem; }
.demo-form-card p { color: var(--text-muted); margin-bottom: 2rem; }
.form-control-lg { padding: 1rem 1.25rem; font-size: 1rem; }
.btn-demo-submit {
    background: linear-gradient(135deg, #ff5a00, #e64e00);
    border: none; color: white; padding: 1rem 2.5rem;
    border-radius: var(--border-radius-md); font-weight: 700; font-size: 1.05rem;
    width: 100%; transition: all var(--transition-normal);
    box-shadow: 0 4px 15px rgba(255,90,0,0.4); cursor: pointer;
}
.btn-demo-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,90,0,0.5); }
.what-youll-see-card {
    background: var(--bg-light);
    border-radius: var(--border-radius-xl);
    padding: 2.5rem;
    height: 100%;
}
.demo-point { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 0; border-bottom: 1px solid var(--border-light); }
.demo-point:last-child { border-bottom: none; }
.demo-point-icon { width: 44px; height: 44px; border-radius: var(--border-radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.demo-point-icon.orange { background: rgba(255,90,0,0.1); color: #ff5a00; }
.demo-point-icon.blue { background: rgba(29,78,216,0.1); color: #1d4ed8; }
.demo-point-text strong { display: block; font-size: 0.95rem; color: var(--text-dark); }
.demo-point-text span { font-size: 0.85rem; color: var(--text-muted); }
.module-card {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    text-align: center;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-sm);
    height: 100%;
}
.module-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); border-color: #ff5a00; }
.module-card-icon { width: 68px; height: 68px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1.25rem; }
.module-card h5 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.module-card p { color: var(--text-muted); font-size: 0.875rem; margin: 0; }
.demo-success-msg { display: none; background: var(--success-light); border: 1px solid #10b981; border-radius: var(--border-radius-md); padding: 1.5rem; text-align: center; color: #065f46; }
.form-select { background: white; border: 1.5px solid #e5e7eb; border-radius: var(--border-radius-sm); padding: 0.875rem 1rem; font-size: 0.95rem; transition: all var(--transition-fast); }
.form-select:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(29,78,216,0.1); outline: none; }
.social-proof-bar { background: linear-gradient(135deg, #2d6cc0 0%, #7ab5e8 50%, #c8e8fa 100%); padding: 2rem 0; }
.social-proof-bar .stat { text-align: center; }
.social-proof-bar .stat .val { font-size: 1.75rem; font-weight: 800; background: var(--accent-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.social-proof-bar .stat .lbl { font-size: 0.78rem; color: rgba(15,30,53,0.65); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 991.98px) {
    .demo-form-card { padding: 2.25rem 2rem; }
    .what-youll-see-card { padding: 2rem 1.75rem; }
    .section-pad .row.g-5 { --bs-gutter-y: 2rem; }
}
@media (max-width: 767.98px) {
    .demo-form-card { padding: 2rem 1.5rem; }
    .demo-form-card h2 { font-size: 1.4rem; }
    .demo-form-card > p { margin-bottom: 1.25rem; font-size: 0.9rem; }
    .what-youll-see-card { padding: 1.75rem 1.25rem; }
    .what-youll-see-card h4 { font-size: 1.2rem; }
    .demo-point { gap: 0.75rem; padding: 0.9rem 0; }
    .demo-point-icon { width: 38px; height: 38px; font-size: 1rem; }
    .demo-point-text strong { font-size: 0.875rem; }
    .demo-point-text span { font-size: 0.8rem; }
    .module-card { padding: 1.5rem 1rem; }
    .module-card-icon { width: 58px; height: 58px; font-size: 1.75rem; margin-bottom: 0.75rem; }
    .module-card h5 { font-size: 0.9rem; }
    .social-proof-bar { padding: 1.5rem 0; }
    .social-proof-bar .stat .val { font-size: 1.4rem; }
    .social-proof-bar .stat .lbl { font-size: 0.72rem; }
    .section-pad .row.g-5 { --bs-gutter-x: 0; --bs-gutter-y: 1.5rem; }
    .btn-demo-submit { padding: 0.875rem 1.5rem; font-size: 1rem; }
}
@media (max-width: 575.98px) {
    .demo-form-card { padding: 1.5rem 1.1rem; border-radius: var(--border-radius-lg); }
    .demo-form-card h2 { font-size: 1.25rem; }
    .form-control-lg, .form-select-lg { padding: 0.75rem 0.875rem !important; font-size: 0.9rem !important; }
    .what-youll-see-card { padding: 1.25rem 1rem; border-radius: var(--border-radius-lg); }
    .demo-point { gap: 0.6rem; }
    .demo-point-icon { width: 34px; height: 34px; font-size: 0.9rem; flex-shrink: 0; }
    .module-card { padding: 1.25rem 0.875rem; }
    .module-card-icon { width: 52px; height: 52px; font-size: 1.5rem; }
}

/* ── Extracted inline styles ── */
.icon-orange { color: #ff5a00; }
.icon-blue { color: #1d4ed8; }
.icon-green { color: #10b981; }
.icon-white { color: white; }
.text-highlight-light { color: rgba(255,255,255,0.9); }
.hero-badge-translucent { background: rgba(255,255,255,0.15); }
.success-icon-lg { font-size: 2rem; color: #10b981; display: block; margin-bottom: 0.75rem; }
.required-mark { color: #ff5a00; }
.fs-sm { font-size: 0.9rem; }
.fs-xs { font-size: 0.85rem; }
.fs-xxs { font-size: 0.82rem; }
.response-time-box { background: white; border: 1px solid var(--border-light); }
.module-icon-blue-bg { background: rgba(29,78,216,0.1); }
.module-icon-orange-bg { background: rgba(255,90,0,0.1); }
.btn-white-primary { color: var(--primary-color); }
.btn-white-accent { color: var(--accent-color); }
