/* index.php only - overrides and index-specific blocks */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap");

body.page-index {
    background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 45%, #eef7ff 100%);
}

.page-index .hero {
    padding: 7.5rem 0 4.5rem;
}

.page-index .idx2-hero {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: center;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.page-index .idx2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(112deg, rgba(4, 25, 43, 0.86) 0%, rgba(12, 58, 91, 0.68) 44%, rgba(28, 131, 163, 0.16) 100%),
        url("../img/hero.jpg?auto=compress&cs=tinysrgb&w=1920") center center / cover no-repeat;
    transform: scale(1.03);
}

.page-index .idx2-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 28%, rgba(255, 215, 130, 0.22) 0%, rgba(255, 255, 255, 0) 42%);
}

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

.page-index .idx2-kicker {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(198, 224, 255, 0.65);
    color: #d7ebff;
    background: rgba(14, 58, 88, 0.34);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.page-index .idx2-hero-title {
    margin-top: 1rem;
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.page-index .idx2-hero-subtitle {
    color: #daebfb;
    max-width: 760px;
}

.page-index .idx2-glass-card {
    background: rgba(8, 36, 59, 0.63);
    border: 1px solid rgba(190, 218, 242, 0.42);
    box-shadow: 0 18px 45px rgba(4, 21, 35, 0.38);
    backdrop-filter: blur(7px);
}

.page-index .idx2-mini-label {
    color: #bcdaf6;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

.page-index .idx2-pill {
    border-color: rgba(207, 228, 248, 0.65);
    background: rgba(255, 255, 255, 0.92);
    color: #1d4264;
    font-weight: 600;
}

.page-index .idx-hero-panel {
    animation: idx-float 6s ease-in-out infinite;
}

.page-index .idx-kpi-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.75rem;
    padding: 0.65rem 0.75rem;
}

.page-index .idx2-kpi-card {
    background: rgba(255, 255, 255, 0.14);
}

.page-index .idx-kpi-card small {
    display: block;
    opacity: 0.8;
    font-size: 0.72rem;
}

.page-index .idx-kpi-card strong {
    font-size: 0.9rem;
}

.page-index .idx-video-shell {
    border-color: #d4e5f4;
    box-shadow: 0 18px 35px rgba(15, 76, 129, 0.08);
}

.page-index .idx-tv-shell {
    border: 1px solid #dfe7f1;
    border-radius: 0.85rem;
    overflow: hidden;
    background: #fff;
}

.page-index .idx-tv-widget {
    width: 100%;
    min-height: 380px;
    height: 420px;
}

.page-index .idx-side-list {
    background: #f7fbff;
    border: 1px solid #e2edf8;
    border-radius: 0.9rem;
    padding: 1rem;
}

.page-index .idx-side-item {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    color: #415066;
    font-size: 0.92rem;
    margin-bottom: 0.6rem;
}

.page-index .idx-side-item i {
    color: var(--moscca-accent);
    line-height: 1.35;
}

.page-index .idx-feature-card {
    border-color: #d4e5f4;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-index .idx-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(8, 76, 128, 0.16);
}

.page-index .idx-step-card {
    background: #fff;
    border: 1px solid #d4e5f4;
    border-radius: 1rem;
    padding: 1.1rem;
    box-shadow: 0 12px 24px rgba(15, 76, 129, 0.08);
}

.page-index .idx-step-num {
    display: inline-block;
    font-weight: 700;
    font-size: 0.8rem;
    color: #1d4f80;
    background: #eaf4ff;
    border-radius: 999px;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.6rem;
}

.page-index .idx-step-card h6 {
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.page-index .idx-compare-table {
    border-color: #d4e5f4;
}

.page-index .idx-compare-table thead th {
    background: #f3f8ff;
    color: #25496d;
    font-weight: 700;
}

.page-index .idx-testimonial-card {
    background: #fff;
    border: 1px solid #d4e5f4;
    border-radius: 1rem;
    padding: 1.1rem;
    box-shadow: 0 12px 24px rgba(15, 76, 129, 0.08);
}

.page-index .idx-testimonial-rating {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #f59e0b;
}

.page-index .idx-testimonial-card p {
    color: #415066;
}

.page-index .idx-testimonial-author {
    display: flex;
    flex-direction: column;
}

.page-index .idx-testimonial-author strong {
    color: #133f68;
    font-size: 0.95rem;
}

.page-index .idx-testimonial-author span {
    color: #66768a;
    font-size: 0.85rem;
}

.page-index .idx-faq .accordion-item {
    border: 1px solid #d4e5f4;
}

.page-index .idx-faq .accordion-button {
    font-weight: 600;
}

.page-index .idx-faq .accordion-button:not(.collapsed) {
    background: #edf5ff;
    color: #214a73;
}

.page-index .idx-cta-card {
    background: linear-gradient(135deg, #0b3759, #0f6c96 62%, #18a3af 100%);
    border-radius: 1rem;
    box-shadow: 0 18px 35px rgba(15, 76, 129, 0.2);
    color: #fff;
}

@keyframes idx-float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
    100% { transform: translateY(0); }
}

@media (max-width: 991.98px) {
    .page-index .navbar-brand {
        font-size: 1.45rem;
    }

    .page-index .idx-tv-widget {
        height: 360px;
    }

    .page-index .idx2-hero {
        min-height: auto;
        padding: 7.2rem 0 3.6rem;
    }

    .page-index .idx2-hero-title {
        font-size: clamp(1.8rem, 6vw, 2.4rem);
    }
}
