body {
    background: #f8fafc;
    padding-top: 86px;
}
.navbar-custom {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    z-index: 1030;
}
.navbar-custom .navbar-brand {
    color: #5b21b6;
    font-weight: 700;
    letter-spacing: -.02em;
}
.navbar-custom .nav-link {
    color: #1f2937;
    font-weight: 500;
    margin: 0 0.55rem;
    padding: 0.5rem 0;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
    color: #4f46e5;
}
.navbar-custom .nav-link.active {
    color: #4f46e5;
    border-bottom: 2px solid #4f46e5;
    padding-bottom: 0.45rem;
}
.btn-help {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.78rem 1.9rem;
    font-weight: 600;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.18);
}
.btn-help:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
}
.text-purple {
    color: #4f46e5;
}

/* Icon circle used on Services page */
.icon-circle {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #E1E0FF;
    color: #4648D4;
}
.icon-circle i {
    line-height: 1;
}

.custom-inquiry-section {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(79, 70, 229, 0.18);
    margin: 2rem 0;
}

.custom-inquiry-section h2 {
    font-size: 2rem;
    font-weight: 700;
}

.custom-inquiry-section p {
    max-width: 660px;
    margin: 0 auto 1.75rem;
    color: rgba(255, 255, 255, 0.88);
}

.btn-custom-inquiry {
    background: #ffffff;
    color: #4f46e5;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.btn-custom-inquiry:hover {
    background: rgba(255, 255, 255, 0.92);
    color: #3f3cbb;
}