
/* logo size */
header.header .logo-img {
    max-width: 550px;
    max-height: 100px;
}
/* ===== FCW Modern Home ===== */
.fcw-hero {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    background: linear-gradient(135deg, rgba(13, 110, 253, .10), rgba(32, 201, 151, .10));
}

.fcw-hero h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.fcw-hero-img {
    max-height: 320px;
}

.fcw-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, .12);
}

.fcw-card {
    border-radius: 18px;
    transition: transform .15s ease, box-shadow .15s ease;
}

.fcw-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .10) !important;
}

.fcw-tile {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .06);
    text-decoration: none;
    color: inherit;
    transition: transform .15s ease, box-shadow .15s ease;
}

.fcw-tile:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .10);
}

.fcw-tile-icon {
    font-size: 22px;
}