.elementor-35658 .elementor-element.elementor-element-6ebeaa4{--display:flex;}.elementor-35658 .elementor-element.elementor-element-24cb5fcc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e4f39a4 *//* ==========================================================
   RFC — RUGBY ON TV & STREAMING
   ELEMENTOR HERO / INTRO
   ========================================================== */

.rfc-tv-intro {
    position: relative;
    overflow: hidden;
    padding: 58px 44px 42px;
    border-radius: 24px;
    color: #ffffff;

    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(62, 220, 110, 0.24),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #071b36 0%,
            #0c3154 55%,
            #105941 100%
        );

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}


/* Decorative background ring */

.rfc-tv-intro::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 55px solid rgba(255, 255, 255, 0.035);
    pointer-events: none;
}


/* ==========================================================
   EYEBROW
   ========================================================== */

.rfc-tv-intro__eyebrow {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 14px;

    color: #6ef28f;

    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rfc-tv-intro__eyebrow::before {
    content: "";

    width: 28px;
    height: 3px;

    border-radius: 99px;
    background: #55e57a;
}


/* ==========================================================
   MAIN HEADING
   ========================================================== */

.rfc-tv-intro h1 {
    position: relative;
    z-index: 2;

    max-width: 900px;

    margin: 0 0 12px;

    color: #ffffff;

    font-size: clamp(38px, 5vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 900;
}


/* ==========================================================
   LEAD
   ========================================================== */

.rfc-tv-intro__lead {
    position: relative;
    z-index: 2;

    margin: 20px 0 8px;

    color: #71ef91;

    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.3;
    font-weight: 800;
}


/* ==========================================================
   INTRO COPY
   ========================================================== */

.rfc-tv-intro__copy {
    position: relative;
    z-index: 2;

    max-width: 800px;

    margin: 0;

    color: rgba(255, 255, 255, 0.84);

    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}


/* ==========================================================
   ABOUT OUR LISTINGS / ACCURACY NOTE
   ========================================================== */

.rfc-tv-source-note {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-start;
    gap: 13px;

    max-width: 850px;

    margin-top: 24px;
    padding: 15px 18px;

    border: 1px solid rgba(101, 236, 135, 0.25);
    border-radius: 12px;

    background: rgba(4, 20, 37, 0.42);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 8px 22px rgba(0, 0, 0, 0.08);
}


/* Green check icon */

.rfc-tv-source-note__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 28px;

    width: 28px;
    height: 28px;

    margin-top: 1px;

    border-radius: 50%;

    background: #65ec87;
    color: #071b36;

    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}


/* Source note text wrapper */

.rfc-tv-source-note__content {
    flex: 1;
    min-width: 0;
}


/* Source note heading */

.rfc-tv-source-note strong {
    display: block;

    margin: 1px 0 4px;

    color: #ffffff;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
}


/* Source note paragraph */

.rfc-tv-source-note p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
}


/* ==========================================================
   FEATURE / STAT STRIP
   ========================================================== */

.rfc-tv-intro__features {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;

    margin-top: 34px;
}


/* Individual feature */

.rfc-tv-feature {
    min-width: 0;
    min-height: 88px;

    padding: 16px 18px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;

    background: rgba(3, 17, 34, 0.40);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 20px rgba(0, 0, 0, 0.08);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease;
}


/* Subtle desktop hover */

@media (hover: hover) {

    .rfc-tv-feature:hover {
        transform: translateY(-2px);

        border-color: rgba(101, 236, 135, 0.30);

        background: rgba(3, 17, 34, 0.52);
    }

}


/* Feature headline */

.rfc-tv-feature strong {
    display: block;

    margin-bottom: 5px;

    color: #65ec87;

    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.02em;
}


/* Feature description */

.rfc-tv-feature span {
    display: block;

    color: rgba(255, 255, 255, 0.78);

    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

    .rfc-tv-intro {
        padding: 48px 34px 34px;
    }

    .rfc-tv-intro__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .rfc-tv-intro {
        padding: 38px 24px 28px;
        border-radius: 18px;
    }

    .rfc-tv-intro::after {
        right: -150px;
        bottom: -190px;
    }

    .rfc-tv-intro h1 {
        font-size: clamp(36px, 11vw, 50px);
        line-height: 1;
    }

    .rfc-tv-intro__lead {
        margin-top: 17px;

        font-size: 19px;
    }

    .rfc-tv-intro__copy {
        font-size: 14px;
        line-height: 1.65;
    }


    /* Source note */

    .rfc-tv-source-note {
        gap: 11px;

        margin-top: 20px;
        padding: 14px;
    }

    .rfc-tv-source-note__icon {
        flex-basis: 26px;

        width: 26px;
        height: 26px;

        font-size: 13px;
    }

    .rfc-tv-source-note p {
        font-size: 11.5px;
    }


    /* Features */

    .rfc-tv-intro__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 10px;

        margin-top: 26px;
    }

    .rfc-tv-feature {
        min-height: 78px;

        padding: 14px;
    }

    .rfc-tv-feature strong {
        font-size: 19px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .rfc-tv-intro {
        padding: 32px 19px 24px;
    }

    .rfc-tv-intro__features {
        grid-template-columns: 1fr;
    }

    .rfc-tv-feature {
        min-height: 0;
    }

}


/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .rfc-tv-feature {
        transition: none;
    }

}/* End custom CSS */