/* Styles for the Thought Leadership / Press Releases / Blog / Case Study
   listing page (frontend.pages.press-releases). Extracted out of an inline
   <style> block in that Blade file so the page carries no inline CSS. */

    .left-box h3 {
        font-size: 19px;
        color: #006388;
        font-weight: 700;
        margin: 1rem 0;
    }

    .b_title {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .mb10 {
        margin-bottom: -10px;
    }

    @media (max-width: 991px) {
        .page-heading .slogan {
            display: none !important;
        }


    }

    .page-heading ul li span.sub-page-title {
        font-size: 1rem;
    }

    .tl-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        list-style: none;
        margin: 30px 0 0;
        padding: 0;
    }

    .tl-card {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #dce5e8;
        background: #fff;
        border-radius: 4px;
        transition: .25s ease;
    }

    .tl-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 24px 44px -28px rgba(0, 50, 75, .4);
    }

    .tl-card-image {
        height: 158px;
        overflow: hidden;
        background: #eaf1f3;
    }

    .tl-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .tl-card-content {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 24px 24px 28px;
    }

    .tl-card-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin-bottom: 16px;
    }

    .tl-card-category {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgb(27, 153, 193);
    }

    .tl-card-read {
        color: #aaa;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
    }

    .tl-card-content h3 {
        margin-bottom: 14px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.35;
        color: #000;
    }

    .tl-card-content h3 a {
        color: inherit;
        text-decoration: none;
        font-weight: 600;
        color: rgb(0, 0, 0);
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 14px;
    }

    .tl-card-content h3 a:hover {
        color: #1483b4;
    }

    .tl-card-content p {
        font-size: 14px;
        color: oklch(0.48 0.02 231);
        line-height: 1.6;
        margin-bottom: 24px;
        padding-bottom: 0px !important;
    }

    .tl-read-link {
        margin-top: auto;
        font-size: 13px;
        font-weight: 700;
        color: rgb(0, 99, 137);
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .tl-read-link:hover {
        color: #1483b4;
    }

    .tl-featured-link {
        color: rgb(175, 175, 175);
        font-weight: 700;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        transition: color 0.2s;
    }

    .tl-featured-link:hover {
        color: #1483b4;
    }

    @media (max-width: 991px) {
        .tl-cards {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .tl-cards {
            grid-template-columns: 1fr;
        }
    }

    .tl-hero {
        background: oklch(0.96 0.012 215);
        position: relative;
        overflow: hidden;
        padding: 76px 0px 96px;
    }

    .tl-hero-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1.2fr .9fr;
        gap: 48px;
        align-items: stretch;
        padding: 0px 32px;
    }

    .tl-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image:
            linear-gradient(rgba(0, 99, 137, .05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 99, 137, .05) 1px, transparent 1px);
        background-size: 80px 80px;
        mask-image: linear-gradient(180deg, #000, transparent 55%);
        -webkit-mask-image: linear-gradient(180deg, #000, transparent 55%);
    }

    .tl-hero-content {
        position: relative;
        z-index: 1;
        padding-top: 26px;
    }

    .tl-eyebrow {
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: rgb(0, 99, 137);
    }

    .tl-hero-content h1 {
        font-weight: 600;
        color: rgb(0, 0, 0);
        font-size: 46px;
        line-height: 1.18;
        letter-spacing: -0.01em;
        margin: 16px 0px 22px;
        max-width: 360px;
    }

    .tl-hero-description {
        color: oklch(0.48 0.02 231);
        font-size: 15.5px;
        max-width: 340px;
        margin-bottom: 30px;
    }

    .tl-hero-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-weight: 700;
        font-size: 15px;
        color: rgb(255, 255, 255);
        padding: 16px 24px;
        border-radius: 8px;
        background-color: rgb(27, 153, 193);
        overflow: auto;
        transition: box-shadow 0.2s;
    }

    .tl-hero-btn:hover {
        background: #006389;
        color: #fff;
    }

    .tl-featured-card {
        background: rgb(255, 255, 255);
        border-radius: 4px;
        box-shadow: oklch(0.3 0.08 231 / 0.45) 0px 34px 64px -32px, oklch(0.3 0.08 231 / 0.06) 0px 2px 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .tl-featured-card,
    .tl-side-insights {
        transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
    }

    .tl-hero-notransition {
        transition: none !important;
    }

    /* The item being viewed exits toward the side list... */
    .tl-hero-exit-main {
        opacity: 0;
        transform: translateX(52px) scale(.96);
    }

    /* ...while the side list exits toward the main card, as if handing its
       top item over to become the new featured card. */
    .tl-hero-exit-side {
        opacity: 0;
        transform: translateX(-52px) scale(.96);
    }

    /* That side item then enters the main card from that same direction... */
    .tl-hero-enter-main {
        opacity: 0;
        transform: translateX(-52px) scale(.96);
    }

    /* ...and the item that was just viewed lands back in the side list from
       the outer edge — completing the cycle: viewed -> moves to the side
       list -> another one takes its place in the main card. */
    .tl-hero-enter-side {
        opacity: 0;
        transform: translateX(52px) scale(.96);
    }

    .tl-featured-image {
        position: relative;
        height: 250px;
        overflow: hidden;
        background:
            repeating-linear-gradient(135deg,
                #17455a,
                #17455a 14px,
                #123a4b 14px,
                #123a4b 28px);
    }

    .tl-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .tl-featured-content {
        padding: 24px 28px 32px;
        border-radius: 3px;
    }

    .tl-featured-category {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: rgb(20, 131, 180);
        margin-bottom: 14px;
    }

    .tl-featured-content h2 {
        margin-bottom: 18px;

        font-size: 19px;
        font-weight: 600;
        line-height: 1.35;
        color: #000;
        /* Clamped to a fixed 3-line box so the hero's height stays constant
           as the rotator swaps in titles of different lengths, instead of
           the card (and the whole grid row it stretches) growing/shrinking
           every cycle. Line-clamp keeps this stable at every breakpoint
           since it caps by line count, not by the text's actual width. */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        min-height: calc(19px * 1.35 * 3);
    }

    .tl-side-insights {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tl-side-item {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        padding: 22px 0px;
        border-bottom: 1px solid oklch(0.88 0.012 231);
    }

    .tl-side-item:first-child {
        border-top: 1px solid #dce5e8;
    }

    .tl-side-item:hover p {
        color: #1483b4;
    }

    .tl-side-badge {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid #1483b4;
        border-radius: 50%;
        color: #1483b4;
        font-size: 10px;
        font-weight: 700;
    }

    .tl-side-item p {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        color: #171f24;
        margin: 0;
        /* Same fixed-height reasoning as .tl-featured-content h2 — keeps each
           side row (and so .tl-side-insights as a whole) a constant height
           across rotations regardless of title length. */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: calc(14px * 1.5 * 2);
        /* Explicit, not inherited: a short, translated title's last visible
           line before the clamp can otherwise get justify-stretched with
           huge word gaps (seen on the stage environment for pt). */
        text-align: left !important;
        text-align-last: left !important;
    }

    @media (max-width: 1000px) {
        .tl-hero-grid {
            grid-template-columns: 1fr 1fr;
            /* .container's inherited max-width (540/720px) caps this well
               below the actual viewport at tablet widths, squeezing both
               columns and leaving dead space on the right — let the grid
               use the full width instead. */
            max-width: 100%;
        }

        .tl-side-insights {
            grid-column: 1 / -1;
        }
    }

    @media (max-width: 700px) {
        .tl-hero {
            padding: 24px 0 50px;
        }

        .tl-hero-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        /* Desktop's 26px top padding (for visual balance against the side
           cards, which don't exist in this single-column mobile layout)
           otherwise stacks with .tl-hero's own top padding above, leaving a
           tall empty gap under the site header before "Thought Leadership"
           appears. */
        .tl-hero-content {
            padding-top: 0;
        }

        .tl-hero-content h1 {
            font-size: 28px;
            max-width: none;
        }

        .tl-featured-image {
            height: 200px;
        }
    }

    .tl-latest {
        padding: 70px 0 90px;
        background: #fff;
    }

    /* Was an inline style="scroll-margin-top: 100px" on this section in the
       Blade template - moved here so the markup carries no inline styles. */
    #latest-insights {
        scroll-margin-top: 100px;
    }

    /* Same story as .tl-hero-content above: this section's own top padding
       is sized for desktop, and the reused legacy ".healthcare" card class
       (padding: 1rem 0; border-bottom: ...) adds another layer of top
       spacing on top of it — cutting both back on mobile closes the gap
       above "Latest Thinking". The bottom padding is trimmed too: it
       otherwise stacks with .top-org's own top padding below, leaving a
       tall empty gap before "Trusted By Top Organizations Worldwide". */
    @media (max-width: 700px) {
        .tl-latest {
            padding-top: 30px;
            padding-bottom: 20px;
        }

        .tl-latest .healthcare {
            padding-top: 0;
        }
    }

    /* .container's default 15px left/right inset reads as too tight on
       small phones (320-425px) — a touch more breathing room for the
       heading and card grid together. */
    @media (max-width: 480px) {
        .tl-latest {
            padding-left: 22px;
            padding-right: 22px;
        }
    }

    .tl-latest-heading {
        margin-bottom: 30px;
    }

    .tl-latest-heading h2 {
        font-weight: 600;
        color: rgb(20, 20, 20);
        font-size: 24px;
        line-height: 1.3;
        margin-top: 12px;
        text-decoration: none !important;
        text-transform: none !important;
    }

    .cta-expert-section {
        background: oklch(0.34 0.09 231);
        color: rgb(255, 255, 255);
        position: relative;
        overflow: hidden;
        padding: 84px 0px;
    }

    .cta-expert-orb {
        position: absolute;
        right: -160px;
        top: -120px;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        border: 1px solid oklch(1 0 0 / 0.06);
        box-shadow: oklch(1 0 0 / 0.025) 0px 0px 0px 60px;
    }

    .cta-expert-inner {
        max-width: 1200px;
        margin: 0px auto;
        padding: 0px 32px;
        position: relative;
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 52px;
        align-items: start;
        z-index: 1;
    }

    .cta-expert-eyebrow {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        opacity: 0.57;
    }

    .cta-expert-heading {
        font-family: Helvetica;
        font-weight: 600;
        font-size: 27px;
        line-height: 1.3;
        margin-top: 16px;
        color: rgb(255, 255, 255);
    }

    .cta-expert-action {
        padding-top: 6px;
        width: 438px;
        height: 151px;
    }

    .cta-expert-text {
        color: rgb(255, 255, 255);
        font-size: 15px;
        max-width: 330px;
        margin-bottom: 30px;
        width: 385px;
        height: 64px;
        opacity: 0.66;
    }

    .cta-expert-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 15px;
        padding: 16px 24px;
        border-radius: 2px;
        width: 194px;
        height: 39px;
        background-color: rgb(27, 153, 193);
        transition: box-shadow 0.2s;
    }

    /* Trusted By Top Organizations Worldwide — same rules as home.css's
       .top-org section, inlined here since home.css itself only loads on
       the homepage. */
    .top-org {
        padding: 0.5rem 0 3rem;
    }

    /* Further mobile tightening: less air above and below the client-logo
       card so it does not read as a separate, over-spaced block. */
    @media (max-width: 700px) {
        .top-org {
            padding: 0 0 28px;
        }
    }

    .top-org-title {
        font-size: 34px;
        color: #006388;
        margin-bottom: 15px;
        font-weight: 700;
        text-align: center;
    }

    .clients-logos {
        padding: 20px;
        border: none;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .clients-logos .slide {
        width: 180px !important;
    }

    .clients-logos .slick-slide img {
        height: 45px;
        width: 150px;
    }

    .clients-logos .slick-slide {
        border: none;
    }

    .clients-logos .slick-track {
        display: flex;
    }

    @media (max-width: 1200px) {
        .top-org-title {
            font-size: 30px;
        }
    }

    @media (max-width: 768px) {
        .top-org-title {
            font-size: 26px;
        }
    }
