.elementor-4738 .elementor-element.elementor-element-7aa5598{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8c474f7 *//* REUSE GLOBAL STYLES FROM TEF/TCF PAGE */
.lfwg-container { max-width: 1100px; margin: auto; padding: 20px; font-family: 'Inter', sans-serif; }
.lfwg-section { padding: 70px 0; }
.lfwg-section.alt { background: #f5f7ff; }
.lfwg-section h2 { font-size: 34px; font-weight: 800; color: #0a1a5c; margin-bottom: 20px; }
.lfwg-section p { font-size: 18px; line-height: 1.8; color: #444; }

/* HERO */
/* FORCE HERO TEXT TO WHITE */
.lfwg-hero h1,
.lfwg-hero p {
    color: #ffffff !important;}

.lfwg-hero { position: relative; background: #0a1a5c; color: #fff; padding: 130px 20px; text-align: center; }
.lfwg-hero-overlay {
    background-image: url('data:image/svg+xml;utf8,<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"><g fill="%23829bff" opacity="0.16"><circle cx="50" cy="50" r="25"/><rect x="120" y="40" width="40" height="40" rx="8"/><circle cx="140" cy="140" r="28"/><rect x="30" y="130" width="60" height="22" rx="6"/></g></svg>');
    background-size: 200px;
    position: absolute; inset: 0; opacity: 0.25;
}
.hero-content { position: relative; z-index: 2; }
.lfwg-hero h1 { font-size: 46px; font-weight: 900; margin-bottom: 12px; }
.lfwg-hero p { font-size: 20px; max-width: 780px; margin: auto; }

/* CTA BUTTON */
.lfwg-btn { display: inline-block; padding: 16px 38px; background: #005eff; color: #fff !important; border-radius: 8px; text-decoration: none; font-size: 18px; font-weight: 600; transition: 0.3s; margin-top: 20px; }
.lfwg-btn:hover { background: #003bb5; }

/* CONTACT GRID */
.lfwg-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }
.lfwg-contact-card {
    background: #fff; padding: 30px; border-radius: 14px; text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07); transition: 0.3s;
}
.lfwg-contact-card:hover { transform: translateY(-7px); }
.lfwg-contact-card .highlight { font-size: 20px; font-weight: 700; color: #005eff; }
.lfwg-icon svg { margin-bottom: 10px; }

/* CONTACT FORM */
.lfwg-form { margin-top: 30px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.lfwg-form-group { display: flex; flex-direction: column; }
.lfwg-form-group.full { grid-column: 1 / -1; }
.lfwg-form-group label { font-weight: 600; margin-bottom: 6px; }
.lfwg-form-group input, .lfwg-form-group textarea {
    border: 1px solid #ccc; padding: 12px; border-radius: 8px; font-size: 16px;
}

/* FAQ */
.lfwg-faq { margin-top: 25px; }
.lfwg-faq-item { margin-bottom: 20px; }
.lfwg-faq-item h4 { font-size: 20px; font-weight: 700; color: #003bb5; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .lfwg-hero h1 { font-size: 32px; }
}/* End custom CSS */