/* ==========================================================================
   Layout: Features Showcase
   3-column: feature list | center card (gradient + image) | feature list
   ========================================================================== */

/* Section ----------------------------------------------------------------- */

.pb-fsc {
    padding: 120px 16px 100px;
}

/* Inner ------------------------------------------------------------------- */

.pb-fsc__inner {
    max-width: 1280px;
    margin: 0 auto;
}

/* Top: label + heading + description -------------------------------------- */

.pb-fsc__top {
    text-align: center;
    margin-bottom: 60px;
}

.pb-fsc__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-base);
    margin: 0 0 20px;
    display: block;
}

.pb-fsc__heading {
    font-family: var(--second-family);
    font-weight: 550;
font-size: 36px;
line-height: 128%;
letter-spacing: -0.02em;
    color: var(--text-bold);
    margin: 0 0 24px;
}

.pb-fsc__desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: 0.01em;
    color: var(--text-base);
    max-width: 560px;
    margin: 0 auto;
}

/* 3-column grid ----------------------------------------------------------- */

.pb-fsc__grid {
    display: grid;
    grid-template-columns: 1fr 410px 1fr;
    gap: 0 24px;
    align-items: center;
}

/* Feature columns --------------------------------------------------------- */

.pb-fsc__col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pb-fsc__feat {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.pb-fsc__feat-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pb-fsc__feat-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.pb-fsc__feat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pb-fsc__feat-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.01em;
    color: var(--text-bold);
    margin: 0;
}

.pb-fsc__feat-desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: var(--text-base);
    margin: 0;
}

/* Center card ------------------------------------------------------------- */

.pb-fsc__center {
    align-self: stretch;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 17px 0 rgba(0, 0, 0, 0.01), 0 15px 40px 0 rgba(0, 0, 0, 0.02);
    background: var(--base-white);
    padding: 12px;
    border: 1px solid var(--base-border-black);
    border-radius: 8px;
}

.pb-fsc__center-card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 17px 0 rgba(0, 0, 0, 0.01), 0 15px 40px 0 rgba(0, 0, 0, 0.02);
    background: var(--base-white);
    border: 1px solid var(--base-border-black);
    position: relative;
}
.pb-fsc__center-card:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-position: bottom;
    background-image: url("data:image/svg+xml,%3Csvg width='386' height='436' viewBox='0 0 386 436' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_2674_47563)'%3E%3Cpath d='M-185.453 398.941L-232.002 80.1485L-29.7547 308.749L142.852 410.253L562.603 424.717L136.533 593.645L-185.453 398.941Z' fill='%23FFACAD'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2674_47563' x='-412.004' y='-99.8516' width='1154.61' height='873.496' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='90' result='effect1_foregroundBlur_2674_47563'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

/* ── Mode: card (default) — full gradient bg, image inset ── */

.pb-fsc__center-card:not(.pb-fsc__center-card--photo) {
    background: var(--brand-blue-500);
    border: none;
}

.pb-fsc__center-top {
    padding: 24px 24px 30px 24px;
    position: relative;
    z-index: 2;
}
.pb-fsc__center-image{
        position: relative;
    z-index: 2;
}
.pb-fsc__center-heading {
font-family: var(--second-family);
font-weight: 550;
font-size: 26px;
line-height: 131%;
letter-spacing: -0.01em;
color: var(--base-white);
    margin: 0 0 12px;
}

/* ── Mode: photo — full image + text overlay at bottom ── */

.pb-fsc__center-card--photo .pb-fsc__center-image {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.pb-fsc__center-card--photo .pb-fsc__center-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 480px;
}

/* Dark gradient overlay */
.pb-fsc__center-card--photo .pb-fsc__center-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.32) 45%,
        transparent 70%
    );
    pointer-events: none;
}

.pb-fsc__center-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    z-index: 1;
}

.pb-fsc__center-card--photo .pb-fsc__center-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.pb-fsc__center-card--photo .pb-fsc__center-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 155%;
}

.pb-fsc__center-desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--white-transparent-80);
    margin: 0;
}

/* Image / screenshot — card mode */

.pb-fsc__center-card:not(.pb-fsc__center-card--photo) .pb-fsc__center-image {
    padding: 0 0 0 52px;
    background: transparent;
    overflow: hidden;
}

.pb-fsc__center-card:not(.pb-fsc__center-card--photo) .pb-fsc__center-image img {
    display: block;
    width: 100%;
    height: auto;

}

/* CTA --------------------------------------------------------------------- */

.pb-fsc__cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.pb-fsc__col--right .pb-fsc__feat{
    padding-right: ;
}
/* Responsive -------------------------------------------------------------- */

@media (max-width: 1100px) {
    .pb-fsc__grid {
        grid-template-columns: 1fr 360px 1fr;
        gap: 0 36px;
    }

    .pb-fsc__heading {
        font-size: 40px;
    }
}

@media (max-width: 860px) {
    .pb-fsc {
        padding: 80px 16px 64px;
    }

    .pb-fsc__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .pb-fsc__center {
        order: -1; /* center card on top on mobile */
    }

    .pb-fsc__center-card {
        max-width: 480px;
        margin: 0 auto;
    }

    .pb-fsc__col {
        gap: 36px;
    }

    .pb-fsc__top {
        margin-bottom: 56px;
    }
}

@media (max-width: 768px) {
    .pb-fsc__grid{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .pb-fsc {
        padding: 60px 16px 48px;
    }

    .pb-fsc__heading {
        font-size: 30px;
        text-align: left;
    }
    .pb-fsc__center{
        order: 2;
    }
    .pb-fsc__col--right{
        order: 3;
    }
.pb-fsc__desc{
     text-align: left;
     font-size: 14px;
line-height: 157%;
letter-spacing: 0.02em;
}
.pb-fsc__label{
    font-size: 12px;
line-height: 133%;
letter-spacing: 0.05em;
text-align: left;
margin-bottom: 24px;
}
.pb-fsc__cta{
    margin-top: 16px;
}
.pb-fsc__heading{
    font-size: 28px;
line-height: 129%;
letter-spacing: -0.02em;
margin-bottom: 16px;
}
.pb-fsc__top{
    margin-bottom: 24px;
}
    .pb-fsc__center-heading {
         text-align: left;
        font-size: 22px;
    }

    .pb-fsc__cta {
        margin-top: 48px;
    }
    .pb-fsc__center-top{
        padding: 16px;
    }
    .pb-fsc__center-card:not(.pb-fsc__center-card--photo) .pb-fsc__center-image{
            padding: 16px 0 0 24px;
    }
    .pb-fsc__center-image{
        height: 266px;
    }
    .pb-fsc__col{
        gap: 32px;
    }
    .pb-fsc__feat{
        padding: 0;
    }
    .pb-fsc__center-card.pb-fsc__center-card--photo .pb-fsc__center-image
    {
        height: 439px;
    }
    .pb-fsc__center-card--photo .pb-fsc__center-image img{
        height: 100%;
    }
    .pb-fsc__center-overlay{
        padding: 16px 16px 20px 16px;
    }
    .pb-fsc__center{
        padding: 8px;
    }
    .pb-fsc__feat-head{
        gap: 8px;
    }
    .pb-fsc__feat-title{
        font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
    }
    .pb-fsc__feat-desc{
        font-size: 14px;
line-height: 157%;
letter-spacing: 0.02em;
    }
    
}
