.landing-hero {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(30, 64, 175, 0.72)),
        url('../img/properties/lading%20page-main.png') center/cover no-repeat;
    color: #ffffff;
    padding: 5rem 0 4.5rem;
    border-radius: 0 0 3rem 3rem;
    overflow: hidden;
}

.landing-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(148, 163, 184, 0.4), transparent 55%);
    pointer-events: none;
}

.landing-hero .container {
    position: relative;
    z-index: 2;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.4);
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.hero-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.hero-subtext {
    font-size: 1.05rem;
    color: rgba(226, 232, 240, 0.82);
    max-width: 560px;
}

.quick-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.5rem;
}

.quick-stat-card {
    flex: 1 1 160px;
    border-radius: 1.25rem;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 1.25rem;
    min-width: 160px;
}

.quick-stat-card strong {
    display: block;
    font-size: 1.6rem;
}

.quick-stat-card span {
    display: block;
    font-size: 0.85rem;
    color: rgba(226, 232, 240, 0.75);
}

.hero-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 65px rgba(15, 23, 42, 0.2);
}

.hero-card .form-label {
    font-weight: 600;
    color: #0f172a;
}

.hero-card .form-control,
.hero-card .form-select {
    border-radius: 0.85rem;
    padding: 0.75rem 1rem;
    border: 1px solid #cbd5f5;
}

.hero-card .btn-primary {
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    font-weight: 600;
}

.section-padded {
    padding: 5rem 0;
}

.section-heading {
    max-width: 620px;
    margin: 0 auto 3rem auto;
    text-align: center;
}

.section-heading h2 {
    font-weight: 700;
    letter-spacing: -0.01em;
}

.section-heading p {
    color: #64748b;
    font-size: 1.05rem;
}

.feature-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.7);
    padding: 2rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

.feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    font-size: 1.6rem;
}

.category-card {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.7);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 65px rgba(15, 23, 42, 0.14);
}

.category-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.category-body {
    padding: 1.75rem;
}

.metric-grid {
    display: grid;
    gap: 1.5rem;
}

.metric-tile {
    border-radius: 1.5rem;
    padding: 2rem;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.7);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.metric-tile strong {
    display: block;
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 0.35rem;
}

.metric-tile span {
    color: #475569;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.showcase-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.7);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
}

.showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.showcase-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.showcase-body {
    padding: 1.75rem;
}

.badge-soft {
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-weight: 600;
}

.testimonial-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.7);
    padding: 2rem;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.testimonial-card p {
    color: #475569;
}

.cta-band {
    background: linear-gradient(120deg, #2563eb, #7c3aed);
    border-radius: 2rem;
    padding: 3.5rem;
    color: #ffffff;
    box-shadow: 0 28px 80px rgba(37, 99, 235, 0.25);
}

.cta-band .btn {
    border-radius: 0.85rem;
    padding: 0.85rem 1.4rem;
    font-weight: 600;
}

.partners-row img {
    max-height: 48px;
    filter: grayscale(1);
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.partners-row img:hover {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .landing-hero {
        border-radius: 0;
    }

    .hero-card {
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .landing-hero {
        padding: 4rem 0 3.5rem;
    }

    .hero-card {
        padding: 1.5rem;
    }
}
