body {
    font-family: 'Inter', sans-serif !important;
}

p, li, h1, h2, h3, h4, h5, span, a, div {
    font-family: 'Inter', sans-serif !important;
}
/* CLEAN CORPORATE IMPROVEMENT */

/* Better spacing */

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Section titles */

h2, h3 {
    font-weight: 600;
    color: #1e293b;
}

/* Lists refinement */

.doc-sec-points li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

/* Image polish */

.top-right-img img {
    border-radius: 6px;
}

/* FAQ clean */

.panel {
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
}

/* Form upgrade */

.request-form {
    background: #fafafa;
    border-radius: 6px;
    padding: 25px;
}

/* Button refinement */

.default-big-btn {
    background: #1e40af;
    border: none;
    padding: 10px 24px;
    font-weight: 500;
}

.default-big-btn:hover {
    background: #1e3a8a;
}

/* Section breathing */

.doc-sec-title {
    margin-bottom: 25px;
}
.trust-pro {
    padding: 50px 0;
    background: #f8fbff;
}

.trust-item {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: center;
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: #eef4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}

.trust-icon i {
    font-size: 24px;
    color: #2563eb;
}

.trust-item p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

/* HOVER */

.trust-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
    border-color: #2563eb;
}

.trust-item:hover .trust-icon {
    background: #2563eb;
}

.trust-item:hover .trust-icon i {
    color: #ffffff;
}
