/* ==========================================================================
   Layout: Hero Page  (.pb-hp)
   Two-column page hero — text left, image right.
   Modes: default (light) | blue (gradient bg, white text)
   ========================================================================== */

/* Wrapper ----------------------------------------------------------------- */

.pb-hp-wrap {
    padding: 0;
    margin-top: 64px;
}

.pb-hp-wrap--blue {
    padding: 16px;
}

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

.pb-hp {
    padding: 64px 0 0;
    overflow: hidden;
}

/* Blue mode */
.pb-hp--blue {
    padding: 28px 0 64px 0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: var(--brand-blue-500);
}
.pb-hp--blue  .container{
    position: relative;
    z-index: 2;
}
.pb-hp--blue:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='1408' height='788' viewBox='0 0 1408 788' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1001_9)'%3E%3Cpath d='M-56.8571 379.467L-379.248 539.266L-434.864 1015.89L1709.63 1574.27L1871.75 951.642L1625.64 869L729.289 840.061L145.635 730L-56.8571 379.467Z' fill='%23C22383'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_1001_9)'%3E%3Cpath d='M1351.61 982.093L830.606 792.17L325.978 823.033L84.1425 823.033L-267.602 516.045C-336.51 663.898 -454.322 962.706 -374.305 975.115L1803.48 1312.86C1861.09 1321.79 1875.51 1006.95 1875.51 848.41L1351.61 982.093Z' fill='%23FFACAD'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1001_9' x='-834.865' y='-20.5332' width='3106.62' height='1994.8' 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='200' result='effect1_foregroundBlur_1001_9'/%3E%3C/filter%3E%3Cfilter id='filter1_f_1001_9' x='-581.146' y='336.045' width='2636.66' height='1157' 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_1001_9'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.pb-hp--blue .pb-hp__crumb-sep{
    color: rgba(255, 255, 255, 0.20);
}
/* Inner grid */
.pb-hp__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

/* ── Breadcrumbs ─────────────────────────────────────────────────────────── */

.pb-hp__breadcrumbs {
    margin-bottom: 32px;
}

.pb-hp__breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
}

.pb-hp__crumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--second-family);
font-weight: 600;
font-size: 14px;
line-height: 129%;
letter-spacing: 0.01em;
color: var(--white-transparent-50);
}
.pb-hp-wrap.pb-hp-wrap--blue .pb-hp__crumb a{
color: var(--base-white);
}
.pb-hp__crumb a {
   font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.01em;
    color: var(--base-black);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pb-hp__crumb a:hover {
    color: var(--color-dark, #0d0d0d);
}

.pb-hp__crumb-sep {
font-family: var(--font-family);
font-weight: 500;
font-size: 14px;
line-height: 129%;
color: var(--gray-300);
}

.pb-hp__crumb--current span {
    color: var(--color-dark, #121733);
    font-weight: 500;
}

/* Blue mode breadcrumbs */
.pb-hp--blue .pb-hp__crumb {
    color: rgba(255, 255, 255, 0.7);
}

.pb-hp--blue .pb-hp__crumb a:hover {
    color: #fff;
}

.pb-hp--blue .pb-hp__crumb--current span {
font-family: var(--second-family);
font-weight: 600;
font-size: 14px;
line-height: 129%;
letter-spacing: 0.01em;
color: var(--white-transparent-50);
}

/* ── Heading ─────────────────────────────────────────────────────────────── */

.pb-hp__heading {
font-family: var(--second-family);
font-weight: 550;
font-size: 74px;
line-height: 110%;
letter-spacing: -0.03em;
    margin: 0 0 32px;
    padding-bottom: 6px;
}

.pb-hp__heading--small {
    font-size: 40px;
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
}

.pb-hp--blue .pb-hp__heading {
   letter-spacing: -0.03em;
    background: linear-gradient(159deg, rgba(255, 255, 255, 0.9) 0%, #fff 50%, rgba(255, 255, 255, 0.9) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ── Description ─────────────────────────────────────────────────────────── */

.pb-hp__desc {
font-family: var(--font-family);
font-weight: 500;
font-size: 18px;
line-height: 156%;
color: var(--text-base);
    margin: 0 0 40px;
}

.pb-hp--blue .pb-hp__desc {
    color: var(--white-transparent-80);
}

/* ── CTA button ──────────────────────────────────────────────────────────── */

.pb-hp__cta {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: var(--color-primary, #2b5ce6);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    padding: 14px 0 14px 28px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.pb-hp__cta:hover {
    background: var(--color-primary-dark, #1e47cc);
    color: #fff;
    transform: translateY(-1px);
}

.pb-hp__cta-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-size: 1.4rem;
    line-height: 1;
}

/* Blue mode CTA — white button, blue arrow block */
.pb-hp--blue .pb-hp__cta {
    background: #fff;
    color: #0d0d0d;
}

.pb-hp--blue .pb-hp__cta:hover {
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-1px);
}

.pb-hp--blue .pb-hp__cta-arrow {
    background: var(--brand-blue-500, #1B5DF8);
    color: #fff;
}

/* ── Right / Image ───────────────────────────────────────────────────────── */

.pb-hp__right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pb-hp__image {
    width: 100%;
    height: auto;
    max-width: 680px;
    display: block;

}



/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 991px) {
    .pb-hp__inner {
        grid-template-columns: 1fr;
    }

    .pb-hp__right {
        order: -1;
    }

    .pb-hp__image {
        border-radius: 12px;
    }
}

.pb-hp__crumb--current span{
    letter-spacing: 0.01em;
color: var(--gray-500);
}

@media (max-width: 768px) {
    .pb-hp__crumb--current span{
font-family: var(--second-family);
font-weight: 600;
font-size: 14px;
line-height: 129%;
letter-spacing: 0.01em;
color: var(--gray-500);
    }
    .pb-hp {
        padding: 24px 0 40px 0;
    }

    .pb-hp--blue {
         padding: 24px 0 40px 0;
    }

    .pb-hp__desc {
        margin-bottom: 28px;
    }
    .pb-hp__breadcrumbs{
        margin-bottom: 24px;
    }
    .pb-hp--blue .pb-hp__crumb--current span{
        font-size: 14px;
        line-height: 129%;
        letter-spacing: 0.01em;
    }
    .pb-hp-wrap.pb-hp-wrap--blue .pb-hp__crumb a{
        font-size: 14px;
        line-height: 129%;
        letter-spacing: 0.01em;
    }
    .pb-hp--blue{
        border-radius: 8px;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.02), 0 4px 22px 0 rgba(0, 0, 0, 0.04), 0 10px 58px 0 rgba(0, 0, 0, 0.05), 0 19px 134px 0 rgba(0, 0, 0, 0.07);
        background: var(--brand-blue-500);
    }
    .pb-hp__inner{
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .pb-hp__heading{
       font-size: 40px;
line-height: 110%;
letter-spacing: -0.03em; 
margin-bottom: 16px;
    }
    .pb-hp__desc{
font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
margin-bottom: 24px;;
    }
}

/* Container override */
.pb-hp .container { max-width: 1280px; padding-left: 16px; padding-right: 16px; }
