/* Benchmark Plus brand foundation
   Loaded after the downloaded theme stylesheet so the theme remains easy to update. */
:root {
    --bp-purple: #6f2585;
    --bp-purple-dark: #4f1b61;
    --bp-lime: #8cc932;
    --bp-lime-dark: #659c16;
    --bp-green: #035f2d;
    --bp-ink: #1f2024;
    --bp-body: #605e5d;
    --bp-canvas: #fcfbf9;
    --bp-paper: #ffffff;
    --bp-line: #ece7ee;

    --clr-primary: var(--bp-purple);
    --clr-heading: var(--bp-ink);
    --clr-body: var(--bp-body);
    --clr-bg-dark: var(--bp-purple);
    --clr-bg-light: var(--bp-paper);
    --clr-bg-orange: var(--bp-purple);
}

body {
    background: var(--bp-canvas);
    color: var(--bp-body);
}

html {
    scroll-behavior: smooth;
}

/* Keep essential content readable when an animation library is delayed or an
   anchor link opens directly on a lower section. WOW can still add motion. */
.wow {
    visibility: visible !important;
}

/* The original theme initializes these elements off-canvas. Keep the content
   dependable for direct section links and local file viewing. */
.d-rotate .rotate-text,
.duru-drop-in,
.duru-slide-down,
.duru-slide-up,
.duru-slide-right {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

#home,
#about,
#services,
#projects,
#approach,
#team,
#clients,
#contact {
    scroll-margin-top: 105px;
}

.section-subtitle {
    color: var(--bp-purple);
}

.bg-darkblack .section-subtitle,
.services .section-subtitle,
.footer .section-subtitle {
    color: var(--bp-lime);
}

.bg-darkblack .section-title i,
.services .section-title i,
.footer .section-title i {
    color: var(--bp-lime);
}

.logo-wrapper .bp-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--bp-purple);
    text-decoration: none;
}

.bp-logo .logo-img {
    width: 48px;
    height: 58px;
    object-fit: contain;
    object-position: center;
}

.bp-logo-wordmark {
    color: var(--bp-ink);
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(111, 37, 133, 0.08);
    backdrop-filter: blur(16px);
}

.navbar.nav-scroll {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}

.navbar .navbar-nav .nav-link,
.nav-scroll .navbar-nav .nav-link {
    color: var(--bp-ink);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.nav-scroll .navbar-nav .nav-link:hover,
.nav-scroll .navbar-nav .nav-link.active {
    color: var(--bp-purple) !important;
}

.navbar .bp-cta {
    background: var(--bp-purple);
}

.navbar .bp-cta:hover {
    background: var(--bp-purple-dark);
}

.navbar .bp-cta .arrow-wrap,
.navbar .bp-cta:hover .arrow-wrap {
    background: var(--bp-lime);
}

.navbar .bp-cta .arrow-wrap .arrow-inner i,
.navbar .bp-cta:hover .arrow-wrap .arrow-inner i {
    color: var(--bp-purple-dark) !important;
}

.footer .bp-cta .arrow-wrap {
    background: var(--bp-purple);
}

/* Hero */
.bp-slider .parallax-slider .swiper-slide {
    min-height: calc(95vh - 100px) !important;
    padding: 0;
}

.bp-slider .bp-hero-media {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--bp-purple-dark);
}

.bp-slider .bp-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(79, 27, 97, 0.66) 0%, rgba(79, 27, 97, 0.22) 36%, transparent 64%),
        linear-gradient(0deg, rgba(79, 27, 97, 0.48) 0%, transparent 34%);
}

.bp-slider .bp-hero-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background: var(--bp-purple-dark);
}

.bp-slider .bp-hero-caption {
    position: absolute;
    left: clamp(34px, 5vw, 82px);
    bottom: clamp(38px, 6vw, 82px);
    z-index: 4;
    width: min(620px, calc(100% - 120px));
    color: var(--clr-white);
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease 0.25s, transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1) 0.25s;
}

.bp-slider .swiper-slide-active .bp-hero-caption {
    opacity: 1;
    transform: translateY(0);
}

.bp-slider .bp-hero-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--bp-lime);
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: var(--fw-semi-bold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bp-slider .bp-hero-caption h1,
.bp-slider .bp-hero-caption h2 {
    margin: 0 0 8px;
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: clamp(54px, 6vw, 88px);
    font-weight: var(--fw-medium);
    line-height: 0.92;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.bp-slider .bp-hero-meta {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(79, 27, 97, 0.38);
    backdrop-filter: blur(8px);
    font-size: 14px;
    letter-spacing: 0.035em;
}

.bp-slider .bp-hero-pagination {
    position: absolute;
    right: 82px;
    bottom: 48px;
    left: auto;
    z-index: 5;
    width: auto;
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: 16px;
    letter-spacing: 0.12em;
}

.bp-slider .parallax-slider .caption h6 {
    color: var(--bp-lime);
    letter-spacing: 0.2em;
}

.bp-slider .parallax-slider .caption h1 {
    max-width: 820px;
    font-size: clamp(58px, 6.3vw, 90px);
}

.bp-slider .parallax-slider .caption h1 i {
    color: var(--bp-lime);
}

.bp-slider .parallax-slider .explore a {
    color: var(--clr-white);
}

.bp-slider .setting .swiper-button-next,
.bp-slider .setting .swiper-button-prev {
    color: var(--bp-purple);
}

/* Inner-page hero */
.bp-inner-hero {
    position: relative;
    min-height: calc(100vh - 112px);
    margin: 0 24px 40px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--bp-purple-dark);
    color: var(--clr-white);
}

.bp-inner-hero-media,
.bp-inner-hero-media img,
.bp-inner-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bp-inner-hero-media img {
    object-fit: cover;
    object-position: center;
}

.bp-inner-hero-overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(79, 27, 97, 0.92) 0%, rgba(79, 27, 97, 0.68) 38%, rgba(79, 27, 97, 0.1) 72%),
        linear-gradient(0deg, rgba(79, 27, 97, 0.62) 0%, transparent 46%);
}

.bp-inner-hero-container {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 112px);
    padding-top: clamp(70px, 10vh, 120px);
    padding-bottom: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bp-breadcrumb {
    position: absolute;
    top: 38px;
    left: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bp-breadcrumb a {
    color: var(--clr-white);
}

.bp-breadcrumb a:hover {
    color: var(--bp-lime);
}

.bp-inner-hero-copy {
    max-width: 800px;
}

.bp-inner-hero-kicker {
    display: block;
    margin-bottom: 18px;
    color: var(--bp-lime);
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: var(--fw-semi-bold);
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.bp-inner-hero h1 {
    margin-bottom: 24px;
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: clamp(58px, 5.6vw, 84px);
    font-weight: var(--fw-medium);
    line-height: 0.88;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.bp-inner-hero h1 i {
    color: var(--bp-lime);
    font-style: normal;
}

.bp-inner-hero-copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.55;
}

.bp-inner-hero-proof {
    position: absolute;
    right: 12px;
    bottom: 34px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(79, 27, 97, 0.54);
    backdrop-filter: blur(12px);
}

.bp-inner-hero-proof > div {
    min-height: 94px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.bp-inner-hero-proof > div:last-child {
    border-right: 0;
}

.bp-inner-hero-proof strong {
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: 46px;
    font-weight: var(--fw-medium);
    line-height: 1;
}

.bp-inner-hero-proof span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.35;
    text-transform: uppercase;
}

/* About: company story */
.bp-about-story {
    position: relative;
    overflow: hidden;
}

.bp-about-story-visual {
    position: relative;
    min-height: 690px;
    margin-right: 28px;
}

.bp-about-story-visual > img {
    width: 100%;
    height: 690px;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

.bp-about-founded {
    position: absolute;
    top: 28px;
    right: -28px;
    width: 146px;
    height: 146px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--bp-canvas);
    border-radius: 50%;
    color: var(--clr-white);
    background: var(--bp-purple);
    box-shadow: 0 24px 50px rgba(79, 27, 97, 0.22);
    text-align: center;
}

.bp-about-founded span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bp-about-founded strong {
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: 46px;
    font-weight: var(--fw-medium);
    line-height: 1;
}

.bp-about-visual-note {
    position: absolute;
    right: -28px;
    bottom: 34px;
    min-width: 286px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 8px solid var(--bp-canvas);
    border-radius: 22px;
    color: var(--bp-ink);
    background: var(--bp-paper);
    box-shadow: 0 24px 50px rgba(38, 11, 45, 0.16);
}

.bp-about-visual-note > i {
    color: var(--bp-purple);
    font-size: 34px;
}

.bp-about-visual-note span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.bp-about-heading {
    margin-bottom: 26px;
    color: var(--bp-ink);
    font-family: var(--font-secondary);
    font-size: clamp(54px, 5vw, 78px);
    font-weight: var(--fw-medium);
    line-height: 0.94;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.bp-about-heading i {
    color: var(--bp-purple);
    font-style: normal;
}

.bp-about-heading.text-white i {
    color: var(--bp-lime);
}

.bp-about-lead {
    color: var(--bp-ink);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.55;
}

.bp-about-story p:not(.bp-about-lead) {
    font-size: 17px;
    line-height: 1.72;
}

.bp-about-delivery-flow {
    margin-top: 34px;
    padding-top: 24px;
    display: grid;
    grid-template-columns: 1fr auto 1.3fr auto 1fr;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--bp-line);
}

.bp-about-delivery-flow > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bp-about-delivery-flow span {
    color: var(--bp-purple);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.bp-about-delivery-flow strong {
    color: var(--bp-ink);
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.bp-about-delivery-flow > i {
    color: var(--bp-lime-dark);
    font-size: 16px;
}

/* About: vision and mission */
.bp-purpose {
    position: relative;
    margin: 0 24px 40px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bp-purple-dark), var(--bp-purple));
}

.bp-purpose .section-subtitle {
    color: var(--bp-lime);
}

.bp-purpose-intro {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.65;
}

.bp-purpose-visual {
    position: relative;
    height: 644px;
    overflow: hidden;
    border-radius: 24px;
}

.bp-purpose-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(79, 27, 97, 0.76) 0%, transparent 48%);
    pointer-events: none;
}

.bp-purpose-visual > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bp-purpose-promise {
    position: absolute;
    right: 34px;
    bottom: 32px;
    left: 34px;
    z-index: 2;
    color: var(--clr-white);
}

.bp-purpose-promise span {
    display: block;
    margin-bottom: 8px;
    color: var(--bp-lime);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bp-purpose-promise strong {
    max-width: 640px;
    display: block;
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
}

.bp-purpose-cards {
    height: 100%;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.bp-purpose-card {
    position: relative;
    padding: 38px 40px 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 50px rgba(38, 11, 45, 0.18);
}

.bp-purpose-number {
    position: absolute;
    top: 22px;
    right: 26px;
    color: rgba(111, 37, 133, 0.1);
    font-family: var(--font-secondary);
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}

.bp-purpose-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bp-purple);
    background: rgba(140, 201, 50, 0.2);
    font-size: 28px;
}

.bp-purpose-card h3 {
    margin-bottom: 14px;
    color: var(--bp-purple-dark);
    font-size: 32px;
}

.bp-purpose-card p {
    margin: 0;
    color: var(--bp-body);
    font-size: 16px;
    line-height: 1.62;
}

/* About: differentiators */
.bp-differentiators {
    position: relative;
    overflow: hidden;
}

.bp-differentiators-intro {
    margin: 0;
    color: var(--bp-body);
    font-size: 19px;
    line-height: 1.65;
}

.bp-pillar-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.bp-pillar-card {
    position: relative;
    min-height: 310px;
    padding: 34px 30px 30px;
    grid-column: span 2;
    overflow: hidden;
    border: 1px solid rgba(111, 37, 133, 0.14);
    border-radius: 24px;
    background: var(--bp-paper);
    box-shadow: 0 18px 45px rgba(79, 27, 97, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.bp-pillar-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -52px;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(140, 201, 50, 0.32);
    border-radius: 50%;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.bp-pillar-card:hover {
    transform: translateY(-8px);
    border-color: rgba(111, 37, 133, 0.32);
    box-shadow: 0 28px 60px rgba(79, 27, 97, 0.15);
}

.bp-pillar-card:hover::after {
    transform: scale(1.16);
    background: rgba(140, 201, 50, 0.1);
}

.bp-pillar-card--featured {
    min-height: 330px;
    grid-column: span 3;
    border-color: transparent;
    color: var(--clr-white);
    background: linear-gradient(135deg, var(--bp-purple-dark), var(--bp-purple));
}

.bp-pillar-number {
    position: absolute;
    top: 25px;
    right: 28px;
    color: rgba(111, 37, 133, 0.12);
    font-family: var(--font-secondary);
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
}

.bp-pillar-card--featured .bp-pillar-number {
    color: rgba(255, 255, 255, 0.13);
}

.bp-pillar-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bp-purple);
    background: rgba(140, 201, 50, 0.2);
    font-size: 27px;
}

.bp-pillar-card--featured .bp-pillar-icon {
    color: var(--bp-purple-dark);
    background: var(--bp-lime);
}

.bp-pillar-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    color: var(--bp-purple-dark);
    font-size: 29px;
    line-height: 1.05;
}

.bp-pillar-card--featured h3 {
    color: var(--clr-white);
    font-size: 34px;
}

.bp-pillar-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--bp-body);
    font-size: 16px;
    line-height: 1.58;
}

.bp-pillar-card--featured p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}

/* About: integrated delivery approach */
.bp-approach {
    position: relative;
    margin: 0 24px 40px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bp-purple-dark), var(--bp-purple));
}

.bp-approach .section-subtitle {
    color: var(--bp-lime);
}

.bp-approach-intro {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.62;
}

.bp-approach-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.8fr);
    gap: 22px;
}

.bp-approach-nav {
    padding: 12px;
    display: grid;
    gap: 8px;
    align-content: start;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
}

.bp-approach-tab {
    width: 100%;
    min-height: 75px;
    padding: 15px 18px;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 13px;
    border: 1px solid transparent;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.bp-approach-tab:hover {
    color: var(--clr-white);
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(4px);
}

.bp-approach-tab.is-active {
    border-color: rgba(140, 201, 50, 0.5);
    color: var(--bp-purple-dark);
    background: var(--bp-lime);
    box-shadow: 0 16px 34px rgba(38, 11, 45, 0.2);
}

.bp-approach-tab span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.bp-approach-tab strong {
    font-family: var(--font-secondary);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
}

.bp-approach-stage {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    overflow: hidden;
    border-radius: 24px;
    background: var(--bp-paper);
    box-shadow: 0 26px 60px rgba(38, 11, 45, 0.26);
}

.bp-approach-media {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: var(--bp-purple-dark);
}

.bp-approach-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(38, 11, 45, 0.62) 100%);
    pointer-events: none;
}

.bp-approach-image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: opacity 0.22s ease, transform 0.6s ease;
}

.bp-approach-stage.is-changing .bp-approach-image {
    opacity: 0.25;
    transform: scale(1.025);
}

.bp-approach-media-index {
    position: absolute;
    right: 28px;
    bottom: 15px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-secondary);
    font-size: 94px;
    font-weight: 500;
    line-height: 1;
}

.bp-approach-content {
    padding: 54px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bp-approach-step {
    margin-bottom: 18px;
    color: var(--bp-purple);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bp-approach-title {
    margin-bottom: 22px;
    color: var(--bp-purple-dark);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 0.98;
    text-transform: uppercase;
}

.bp-approach-copy {
    margin: 0;
    color: var(--bp-body);
    font-size: 18px;
    line-height: 1.7;
}

.bp-approach-progress {
    height: 4px;
    margin-top: 42px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(111, 37, 133, 0.13);
}

.bp-approach-progress span {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: var(--bp-lime-dark);
    transition: width 0.35s ease;
}

/* About: leadership */
.bp-leadership {
    position: relative;
    overflow: hidden;
}

.bp-leadership-intro,
.bp-org-intro {
    margin: 0;
    color: var(--bp-body);
    font-size: 18px;
    line-height: 1.65;
}

.bp-leader-card {
    min-height: 292px;
    position: relative;
    padding: 34px 34px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border: 1px solid rgba(111, 37, 133, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(rgba(111, 37, 133, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 37, 133, 0.045) 1px, transparent 1px),
        var(--bp-paper);
    background-size: 56px 56px, 56px 56px, auto;
    box-shadow: 0 18px 45px rgba(79, 27, 97, 0.08);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.bp-leader-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 34px;
    left: 34px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--bp-purple), var(--bp-lime));
    transition: right 0.35s ease, left 0.35s ease;
}

.bp-leader-card:hover {
    transform: translateY(-8px);
    border-color: rgba(111, 37, 133, 0.32);
    box-shadow: 0 28px 60px rgba(79, 27, 97, 0.15);
}

.bp-leader-card:hover::before {
    right: 0;
    left: 0;
}

.bp-leader-mark {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 32px;
    left: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bp-purple);
    background: rgba(140, 201, 50, 0.2);
    font-size: 25px;
}

.bp-leader-meta {
    margin-bottom: 13px;
    color: var(--bp-purple);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bp-leader-card h3 {
    margin-bottom: 10px;
    color: var(--bp-purple-dark);
    font-size: 38px;
    line-height: 1;
}

.bp-leader-card p {
    margin: 0;
    color: var(--bp-lime-dark);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bp-leader-role {
    margin-bottom: 12px;
    color: var(--bp-lime-dark);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bp-leader-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px 34px 32px;
}

.bp-leader-body .bp-leader-meta {
    margin-bottom: 11px;
}

/* About: organizational strength */
.bp-org-strength {
    position: relative;
    margin: 0 24px 40px;
    overflow: hidden;
    border: 1px solid rgba(111, 37, 133, 0.12);
    background: var(--bp-paper);
}

.bp-org-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.6fr);
    gap: 22px;
}

.bp-org-core {
    min-height: 568px;
    padding: 46px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    color: var(--clr-white);
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(145deg, var(--bp-purple-dark), var(--bp-purple));
    background-size: 72px 72px, 72px 72px, auto;
    box-shadow: 0 24px 55px rgba(79, 27, 97, 0.2);
}

.bp-org-core img {
    width: 64px;
    height: auto;
    margin-bottom: 52px;
    object-fit: contain;
}

.bp-org-core span {
    margin-bottom: 16px;
    color: var(--bp-lime);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bp-org-core strong {
    margin-bottom: 22px;
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.02;
    text-transform: uppercase;
}

.bp-org-core p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

.bp-org-functions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bp-org-function {
    min-height: 126px;
    padding: 24px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(111, 37, 133, 0.12);
    border-radius: 20px;
    background: var(--bp-canvas);
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.bp-org-function:hover {
    transform: translateY(-4px);
    border-color: rgba(111, 37, 133, 0.34);
    background: var(--clr-white);
    box-shadow: 0 18px 38px rgba(79, 27, 97, 0.1);
}

.bp-org-function--wide {
    grid-column: 1 / -1;
}

.bp-org-function > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bp-purple);
    background: rgba(140, 201, 50, 0.2);
    font-size: 22px;
}

.bp-org-function h3 {
    margin-bottom: 5px;
    color: var(--bp-purple-dark);
    font-size: 24px;
    line-height: 1.05;
}

.bp-org-function p {
    margin: 0;
    color: var(--bp-body);
    font-size: 14px;
    line-height: 1.45;
}

/* About: industry expertise */
.bp-industries {
    position: relative;
    overflow: hidden;
}

.bp-industries-intro {
    margin: 0;
    color: var(--bp-body);
    font-size: 18px;
    line-height: 1.62;
}

.bp-industry-card {
    height: 100%;
    padding: 30px 28px 30px;
    border: 1px solid rgba(111, 37, 133, 0.12);
    border-radius: 20px;
    background: var(--bp-paper);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bp-industry-card:hover {
    transform: translateY(-4px);
    border-color: rgba(111, 37, 133, 0.34);
    box-shadow: 0 18px 38px rgba(79, 27, 97, 0.1);
}

.bp-industry-card > i {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bp-purple);
    background: rgba(140, 201, 50, 0.2);
    font-size: 22px;
}

.bp-industry-card h3 {
    margin-bottom: 10px;
    color: var(--bp-purple-dark);
    font-size: 25px;
    line-height: 1.05;
}

.bp-industry-card p {
    margin: 0;
    color: var(--bp-body);
    font-size: 14px;
    line-height: 1.5;
}

/* About: closing CTA */
.bp-about-cta {
    padding-top: 0;
}

.bp-about-cta-panel {
    position: relative;
    overflow: hidden;
    padding: 58px 60px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    align-items: center;
    gap: 44px;
    border-radius: 24px;
    color: var(--clr-white);
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(145deg, var(--bp-purple-dark), var(--bp-purple));
    background-size: 72px 72px, 72px 72px, auto;
    box-shadow: 0 24px 55px rgba(79, 27, 97, 0.2);
}

.bp-about-cta-copy .section-subtitle {
    color: var(--bp-lime);
}

.bp-about-cta-copy .bp-about-heading {
    margin-bottom: 18px;
}

.bp-about-cta-copy > p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.65;
}

.bp-about-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.bp-about-cta-button {
    display: inline-flex;
    background: var(--clr-white);
}

.bp-about-cta-panel .bp-about-cta-button span.btn-text,
.bp-about-cta-panel .bp-about-cta-button:hover span.btn-text {
    color: var(--bp-ink) !important;
}

.bp-about-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
}

.bp-about-cta-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--font-secondary);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: color 0.3s ease;
}

.bp-about-cta-links a i {
    color: var(--bp-lime);
    font-size: 15px;
    transition: transform 0.3s ease;
}

.bp-about-cta-links a:hover {
    color: var(--clr-white);
}

.bp-about-cta-links a:hover i {
    transform: translate(3px, -3px);
}

/* Company proof */
.bp-proof {
    margin-top: 40px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--bp-purple);
    color: var(--clr-white);
}

.bp-proof-item {
    min-height: 170px;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bp-proof .col-lg-3:last-child .bp-proof-item {
    border-right: 0;
}

.bp-proof-item strong {
    color: var(--clr-white);
    font-family: var(--font-secondary);
    font-size: clamp(48px, 4vw, 68px);
    font-weight: var(--fw-medium);
    line-height: 0.9;
}

.bp-proof-item span {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: var(--fw-medium);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* About */
#about {
    margin-top: 40px;
}

#about .item .img img {
    object-fit: cover;
}

#about .item p {
    max-width: 270px;
}

#about .col-lg-5 > p {
    color: rgba(255, 255, 255, 0.72);
}

/* Architectural image frames */
.bp-image-frame {
    --bp-frame-accent-top: 12px;
    --bp-frame-accent-right: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    -webkit-clip-path: none;
    clip-path: none;
}

.bp-image-frame--padded {
    --bp-frame-accent-top: 42px;
    --bp-frame-accent-right: 32px;
}

#about .bp-image-frame img,
.bp-services-overview .bp-image-frame img,
.faqs .bp-image-frame img {
    display: block;
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(22, 20, 24, 0.09);
    -webkit-clip-path: none;
    clip-path: none;
}

.bp-image-frame::before,
.bp-image-frame::after {
    content: "";
    position: absolute;
    top: var(--bp-frame-accent-top);
    right: var(--bp-frame-accent-right);
    z-index: 3;
    pointer-events: none;
}

.bp-image-frame::before {
    width: 38px;
    height: 4px;
    border-radius: 4px;
    background: var(--bp-purple);
}

.bp-image-frame::after {
    width: 4px;
    height: 38px;
    border-radius: 4px;
    background: var(--bp-lime);
}

/* Projects */
#projects .projects-isotope {
    row-gap: 36px;
}

#projects .tour-media .height2 {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

#projects .tour-location span {
    color: rgba(255, 255, 255, 0.82);
}

#projects .tour-title {
    color: var(--clr-white);
}

.bp-project-proof {
    position: relative;
    box-sizing: border-box;
    min-height: 150px;
    margin-top: 20px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    border: 1px solid rgba(111, 37, 133, 0.14);
    border-radius: 20px;
    background:
        linear-gradient(rgba(111, 37, 133, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 37, 133, 0.028) 1px, transparent 1px),
        linear-gradient(145deg, #ffffff, var(--bp-canvas));
    background-size: 46px 46px, 46px 46px, auto;
}

.bp-project-proof-mark {
    position: absolute;
    right: 72px;
    bottom: -34px;
    width: 120px;
    opacity: 0.045;
    pointer-events: none;
}

.bp-project-proof-content {
    position: relative;
    z-index: 1;
}

.bp-project-proof-label {
    margin-bottom: 9px;
    color: var(--bp-purple);
    font-size: 11px;
    font-weight: var(--fw-medium);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bp-project-proof-stats {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.bp-project-proof-stats strong {
    color: var(--bp-purple);
    font-family: var(--font-secondary);
    font-size: clamp(56px, 4vw, 68px);
    font-weight: var(--fw-medium);
    line-height: 0.8;
}

.bp-project-proof-stats span {
    padding-bottom: 1px;
    color: var(--bp-ink);
    font-family: var(--font-secondary);
    font-size: 17px;
    font-weight: var(--fw-medium);
    line-height: 1.05;
    text-transform: uppercase;
}

.bp-project-proof-stats b {
    color: var(--bp-purple);
    font-weight: inherit;
}

.bp-project-proof-link {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(111, 37, 133, 0.24);
    border-radius: 50%;
    color: var(--bp-purple);
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.bp-project-proof-link:hover {
    border-color: var(--bp-purple);
    background: var(--bp-purple);
    color: var(--clr-white);
}

/* Delivery advantages */
.bp-advantages .team-letter span {
    color: rgba(140, 201, 50, 0.34);
    font-size: 90px;
}

.bp-advantages .team-card-wrap {
    outline: none;
}

.bp-advantages .team-card-image {
    position: relative;
    height: 300px;
    background: var(--bp-paper);
    border: 1px solid rgba(111, 37, 133, 0.2);
    isolation: isolate;
}

.bp-advantages .team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 0.45s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bp-advantages .bp-advantage-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 24px;
    overflow: hidden;
    border-radius: inherit;
    color: var(--bp-purple);
    text-align: center;
    background:
        linear-gradient(rgba(111, 37, 133, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 37, 133, 0.055) 1px, transparent 1px),
        radial-gradient(circle at 82% 18%, rgba(140, 201, 50, 0.16), transparent 31%),
        var(--bp-paper);
    background-size: 42px 42px, 42px 42px, auto, auto;
    transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0.4s ease;
}

.bp-advantages .bp-advantage-cover::before,
.bp-advantages .bp-advantage-cover::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(111, 37, 133, 0.14);
    border-radius: 50%;
}

.bp-advantages .bp-advantage-cover::before {
    top: -82px;
    right: -55px;
}

.bp-advantages .bp-advantage-cover::after {
    bottom: -105px;
    left: -45px;
    border-color: rgba(140, 201, 50, 0.28);
}

.bp-advantages .bp-advantage-code {
    position: absolute;
    top: 22px;
    left: 24px;
    color: rgba(79, 27, 97, 0.72);
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.bp-advantages .bp-advantage-cover > i {
    width: 84px;
    height: 84px;
    margin-bottom: 22px;
    border: 1px solid rgba(111, 37, 133, 0.22);
    border-radius: 50%;
    color: var(--bp-purple);
    font-size: 36px;
    line-height: 84px;
    box-shadow: 0 16px 35px rgba(79, 27, 97, 0.1);
}

.bp-advantages .bp-advantage-cover strong {
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: 29px;
    font-weight: 600;
    line-height: 1.02;
    text-transform: uppercase;
}

.bp-advantages .bp-advantage-hint {
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: rgba(79, 27, 97, 0.68);
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bp-advantages .bp-advantage-hint i {
    margin-left: 6px;
    color: var(--bp-lime-dark);
}

.bp-advantages .team-card-wrap:hover .team-card-image img,
.bp-advantages .team-card-wrap:focus .team-card-image img,
.bp-advantages .team-card-wrap:focus-within .team-card-image img {
    opacity: 1;
    transform: scale(1);
}

.bp-advantages .team-card-wrap:hover .bp-advantage-cover,
.bp-advantages .team-card-wrap:focus .bp-advantage-cover,
.bp-advantages .team-card-wrap:focus-within .bp-advantage-cover {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-14px) scale(0.985);
}

.bp-advantages .team-card-wrap:focus-visible .team-card-image {
    box-shadow: 0 0 0 3px var(--bp-lime), 0 22px 42px rgba(38, 11, 45, 0.2);
}

.bp-advantages .team-card-content {
    min-height: 170px;
}

.bp-advantages .team-card-content h3 {
    font-size: 24px;
}

.bp-advantages .team-card-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.55;
}

/* Services overview */
.bp-services-overview .col-lg-5 > p {
    font-size: 18px;
    line-height: 1.7;
}

.bp-services-overview .listo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
}

.bp-services-overview .listo li {
    margin: 0;
}

.bp-services-overview .item-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.bp-services-overview .item-img.mt-60 img {
    height: 500px;
}

/* Integrated approach */
#approach .section-title i {
    color: var(--bp-lime);
}

#approach .section-title {
    text-shadow: 0 3px 18px rgba(20, 8, 24, 0.72);
}

#approach .radius-mask::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(34, 13, 40, 0.72) 0%, rgba(34, 13, 40, 0.38) 48%, rgba(34, 13, 40, 0.12) 100%);
    pointer-events: none;
}

#approach .item {
    min-height: 210px;
    padding: 28px 18px 24px;
    overflow: hidden;
    background: rgba(252, 251, 249, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 38px rgba(48, 18, 57, 0.2);
    transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

#approach .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--bp-purple), var(--bp-lime));
    pointer-events: none;
    transition: left 0.4s ease, right 0.4s ease;
}

#approach .bp-process-track {
    position: relative;
}

#approach .bp-process-track::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7%;
    right: 7%;
    height: 2px;
    background: linear-gradient(90deg, rgba(140, 201, 50, 0.18), var(--bp-lime), var(--bp-purple), rgba(111, 37, 133, 0.18));
    box-shadow: 0 0 16px rgba(140, 201, 50, 0.36);
}

#approach .bp-process-track > div {
    position: relative;
    z-index: 1;
}

#approach .bp-process-step {
    position: absolute;
    top: 16px;
    right: 17px;
    z-index: 2;
    min-width: 38px;
    padding: 5px 8px;
    border-radius: 20px;
    background: rgba(111, 37, 133, 0.09);
    color: var(--bp-purple);
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    transition: background 0.4s ease, color 0.4s ease;
}

#approach .item h5 {
    position: relative;
    z-index: 1;
    color: var(--bp-ink);
    font-size: 22px;
    line-height: 1.15;
    text-shadow: none;
    transition: color 0.4s ease;
}

#approach .item .icon {
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
    margin: 20px auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--bp-purple), var(--bp-purple-dark));
    color: var(--bp-lime);
    font-size: 31px;
    text-shadow: none;
    box-shadow: 0 12px 24px rgba(111, 37, 133, 0.22);
    transition: transform 0.4s ease, color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

#approach .item:hover,
#approach .item:focus-within {
    transform: translateY(-9px);
    background: linear-gradient(145deg, var(--bp-purple), var(--bp-purple-dark));
    border-color: rgba(140, 201, 50, 0.68);
    box-shadow: 0 26px 52px rgba(52, 19, 63, 0.38), 0 0 0 1px rgba(140, 201, 50, 0.16);
}

#approach .item:hover::before,
#approach .item:focus-within::before {
    left: 0;
    right: 0;
}

#approach .item:hover h5,
#approach .item:focus-within h5 {
    color: var(--clr-white);
}

#approach .item:hover .icon,
#approach .item:focus-within .icon {
    transform: translateY(-5px) scale(1.1);
    background: var(--bp-lime);
    color: var(--bp-purple-dark);
    box-shadow: 0 14px 30px rgba(22, 8, 27, 0.28);
}

#approach .item:hover .bp-process-step,
#approach .item:focus-within .bp-process-step {
    background: rgba(255, 255, 255, 0.14);
    color: var(--clr-white);
}

#approach .item:hover .arrow,
#approach .item:focus-within .arrow {
    background-color: var(--bp-lime);
    color: var(--bp-purple);
    border-color: var(--bp-lime);
}

#approach .height2 {
    background-position: center 58%;
}

/* Delivery workflow ticker */
.scrolling.scrolling-ticker {
    padding: 28px 0 32px;
    overflow: hidden;
    background: var(--bp-canvas);
    border-top: 1px solid var(--bp-line);
    border-bottom: 1px solid var(--bp-line);
}

.bp-ticker-eyebrow {
    margin-bottom: 14px;
    color: var(--bp-purple);
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.scrolling.scrolling-ticker .wrapper {
    --gap: 14px;
    padding: 10px 0 16px;
}

.scrolling.scrolling-ticker .wrapper.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.scrolling.scrolling-ticker .wrapper .content {
    animation-duration: 52s;
}

.scrolling.scrolling-ticker .wrapper:hover .content,
.scrolling.scrolling-ticker .wrapper:focus-within .content {
    animation-play-state: paused;
}

.scrolling.scrolling-ticker .wrapper .content span {
    padding: 12px 18px;
    border: 1px solid var(--bp-line);
    border-radius: 999px;
    background: var(--bp-paper);
    color: var(--bp-ink);
    box-shadow: 0 7px 18px rgba(52, 30, 61, 0.06);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.scrolling.scrolling-ticker .wrapper .content span:hover {
    color: var(--bp-purple);
    border-color: rgba(111, 37, 133, 0.42);
    box-shadow: 0 9px 22px rgba(111, 37, 133, 0.12);
}

.scrolling.scrolling-ticker .wrapper .content span i {
    margin-right: 10px !important;
    color: var(--bp-lime) !important;
    font-size: 11px;
}

@media (max-width: 767px) {
    #approach .bp-process-track::before {
        display: none;
    }

    #approach .item {
        min-height: 190px;
        margin-bottom: 18px;
    }

    .scrolling.scrolling-ticker {
        padding: 22px 0 25px;
    }

    .bp-ticker-eyebrow {
        margin-bottom: 11px;
        font-size: 12px;
    }

    .scrolling.scrolling-ticker .wrapper {
        --gap: 10px;
        padding: 8px 0 12px;
    }

    .scrolling.scrolling-ticker .wrapper .content {
        animation-duration: 42s;
    }

    .scrolling.scrolling-ticker .wrapper .content span {
        padding: 10px 14px;
        font-size: 17px;
        letter-spacing: 0.03em;
    }

    .scrolling.scrolling-ticker .wrapper .content span i {
        margin-right: 8px !important;
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scrolling.scrolling-ticker .wrapper {
        overflow-x: auto;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .scrolling.scrolling-ticker .wrapper .content {
        animation: none;
    }

    .scrolling.scrolling-ticker .wrapper .content[aria-hidden="true"] {
        display: none;
    }

    .bp-client-marquee {
        overflow-x: auto !important;
        mask-image: none !important;
        -webkit-mask-image: none !important;
    }

    .bp-client-track {
        animation: none !important;
    }

    .bp-client-grid[aria-hidden="true"] {
        display: none !important;
    }
}

.faqs .bp-controls-row {
    align-items: center;
}

.faqs .bp-control-visual {
    height: 640px;
    background: var(--bp-purple-dark);
    box-shadow: 0 24px 52px rgba(52, 30, 61, 0.18);
}

.faqs .bp-control-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.32s ease, transform 0.55s ease, filter 0.32s ease;
}

.faqs .bp-control-visual.is-changing .bp-control-image {
    opacity: 0.2;
    transform: scale(1.035);
    filter: saturate(0.75);
}

.bp-control-visual-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 48%, rgba(35, 12, 42, 0.82) 100%);
    pointer-events: none;
}

.bp-control-visual-meta {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--clr-white);
}

.bp-control-visual-index {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bp-lime);
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
}

.bp-control-visual-label {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

/* Leadership */
.bp-team-section {
    margin-top: 40px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(135deg, var(--bp-purple-dark), var(--bp-purple));
    background-size: 90px 90px, 90px 90px, auto;
}

.bp-team-section .section-subtitle,
.bp-team-section .section-title i {
    color: var(--bp-lime);
}

.bp-team-section .team-card-wrap {
    min-height: 190px;
}

.bp-team-section .team-card {
    min-height: 190px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 38px rgba(38, 11, 45, 0.16);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.bp-team-section .team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, var(--bp-lime), rgba(255, 255, 255, 0.55));
    transition: left 0.35s ease, right 0.35s ease;
}

.bp-team-section .team-card-content {
    width: 100%;
    min-height: 0;
    padding: 46px 28px 40px;
}

.bp-team-section .team-card-content h3 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.05;
}

.bp-team-role {
    min-height: 0;
    margin-bottom: 0;
    color: var(--bp-lime);
    font-size: 14px;
    font-weight: var(--fw-medium);
    letter-spacing: 0.1em;
    line-height: 1.45;
    text-transform: uppercase;
}

.bp-team-section .team-card-wrap:hover .team-card,
.bp-team-section .team-card-wrap:focus-within .team-card {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(140, 201, 50, 0.55);
    box-shadow: 0 26px 48px rgba(38, 11, 45, 0.26);
}

.bp-team-section .team-card-wrap:hover .team-card::before,
.bp-team-section .team-card-wrap:focus-within .team-card::before {
    left: 0;
    right: 0;
}

.faqs .acc-btn {
    padding: 18px 62px 18px 24px !important;
    color: var(--bp-ink);
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    outline: none;
}

.faqs .acc-btn::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(111, 37, 133, 0.08);
    color: var(--bp-purple);
    font-family: var(--font-primary);
    font-size: 19px;
    transform: translateY(-50%);
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.faqs .accordion.block {
    margin-bottom: 9px;
    border: 1px solid transparent;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.faqs .accordion.block.active-block {
    background: var(--bp-paper);
    border-color: rgba(111, 37, 133, 0.15);
    box-shadow: 0 14px 32px rgba(52, 30, 61, 0.08);
}

.faqs .acc-btn.active,
.faqs .acc-btn:hover {
    color: var(--bp-purple);
}

.faqs .acc-btn.active::after {
    content: "−";
    background: var(--bp-purple);
    color: var(--clr-white);
    transform: translateY(-50%) rotate(180deg);
}

.faqs .acc-btn:focus-visible {
    border-color: rgba(111, 37, 133, 0.48) !important;
    box-shadow: 0 0 0 3px rgba(111, 37, 133, 0.12);
}

.faqs .accordion-box .block .content {
    padding: 0 80px 24px 24px;
}

.faqs .accordion-box .block .content i {
    right: 18px;
    color: rgba(111, 37, 133, 0.08);
}

/* Client proof */
.bp-clients {
    background: var(--clr-bg-white);
    border-radius: 24px;
}

.bp-clients p {
    max-width: 760px;
    margin: 0 auto;
}

.bp-client-marquee {
    overflow: hidden;
    padding: 8px 0 18px;
    mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.bp-client-track {
    --bp-client-gap: 12px;
    width: max-content;
    display: flex;
    gap: var(--bp-client-gap);
    animation: bp-client-marquee 42s linear infinite;
    will-change: transform;
}

.bp-client-marquee:hover .bp-client-track,
.bp-client-marquee:focus-within .bp-client-track {
    animation-play-state: paused;
}

.bp-client-grid {
    display: flex;
    flex: 0 0 auto;
    gap: var(--bp-client-gap);
}

.bp-client-logo {
    width: 210px;
    min-height: 94px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bp-line);
    border-radius: 16px;
    background: var(--clr-bg-white);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bp-client-logo:hover {
    transform: translateY(-4px);
    border-color: rgba(111, 37, 133, 0.38);
    box-shadow: 0 14px 34px rgba(52, 30, 61, 0.09);
}

.bp-client-logo img {
    max-width: 90%;
    max-height: 66px;
    object-fit: contain;
}

@keyframes bp-client-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - (var(--bp-client-gap) / 2)));
    }
}

.footer .bp-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--clr-white);
    text-decoration: none;
}

.bp-footer-copyright p {
    white-space: nowrap;
}

.footer {
    background: linear-gradient(135deg, var(--bp-purple-dark), var(--bp-purple));
}

.bp-footer-cta {
    padding: 38px 0 28px;
}

.bp-footer-cta > p {
    max-width: 720px;
    margin: 0 auto 25px;
    color: rgba(255, 255, 255, 0.72);
}

.bp-footer-button {
    display: inline-flex;
    background: var(--clr-white);
}

.footer .bp-footer-button .btn-text {
    color: var(--bp-ink) !important;
}

.footer .cont {
    gap: 18px 28px;
    flex-wrap: wrap;
}

.bp-footer-brand img {
    width: 46px;
    height: 56px;
    object-fit: contain;
}

.bp-footer-brand span {
    font-family: var(--font-secondary);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer .cont .list {
    color: rgba(255, 255, 255, 0.86);
}

.footer .cont .list a {
    color: inherit;
}

.footer .cont .list i {
    color: var(--bp-lime);
}

.bp-footer-site a {
    color: rgba(255, 255, 255, 0.72);
}

.bp-footer-site a:hover,
.footer .links a:hover,
.footer .cont a:hover {
    color: var(--bp-lime);
}

@media (max-width: 1199px) {
    .bp-logo-wordmark {
        font-size: 21px;
    }

    .bp-logo .logo-img {
        width: 40px;
        height: 48px;
    }

    .navbar .navbar-nav .nav-link {
        margin: 0 8px;
    }

    .bp-slider .parallax-slider .caption h1 {
        font-size: 68px;
    }

    #projects .tour-media .height2 {
        height: 440px;
    }

    .bp-project-proof {
        padding: 26px 28px;
    }

    .bp-advantages .team-card-image {
        height: 260px;
    }
}

/* Contact page */
.bp-contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.bp-contact-info-card {
    flex: 1;
    padding: 30px 28px;
    background: var(--bp-paper);
    border: 1px solid rgba(111, 37, 133, 0.12);
    border-radius: 20px;
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(79, 27, 97, 0.12);
}

.bp-contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--bp-purple);
    background: rgba(140, 201, 50, 0.2);
    font-size: 20px;
    margin-bottom: 18px;
}

.bp-contact-info-card h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.bp-contact-info-card p {
    margin: 0;
    font-size: 15px;
}

.bp-contact-info-card a {
    color: var(--bp-purple);
}

.bp-contact-info-card a:hover {
    color: var(--bp-purple-dark);
}

.bp-contact-form-card {
    height: 100%;
    padding: 44px 46px;
    background: var(--bp-paper);
    border: 1px solid rgba(111, 37, 133, 0.12);
    border-radius: 20px;
}

.bp-form-status {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 26px;
    border-radius: 12px;
    font-size: 15px;
}

.bp-form-status p {
    margin: 0;
}

.bp-form-status i {
    margin-top: 2px;
    font-size: 18px;
}

.bp-form-status-success {
    color: #1d5c2a;
    background: rgba(140, 201, 50, 0.18);
    border: 1px solid rgba(101, 156, 22, 0.35);
}

.bp-form-status-error {
    color: #8a1f2d;
    background: rgba(214, 69, 80, 0.08);
    border: 1px solid rgba(214, 69, 80, 0.3);
}

.bp-contact-form label {
    display: block;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    color: var(--bp-ink);
    margin-bottom: 8px;
}

.bp-contact-form input,
.bp-contact-form select,
.bp-contact-form textarea {
    width: 100%;
    padding: 13px 16px;
    margin-bottom: 22px;
    background: var(--bp-canvas);
    border: 1px solid var(--bp-line);
    border-radius: 10px;
    font-family: var(--font-secondary);
    font-size: 15px;
    color: var(--bp-ink);
    transition: border-color .3s ease, box-shadow .3s ease;
}

.bp-contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.bp-contact-form input:focus,
.bp-contact-form select:focus,
.bp-contact-form textarea:focus {
    outline: none;
    border-color: var(--bp-purple);
    box-shadow: 0 0 0 3px rgba(111, 37, 133, 0.12);
}

.bp-contact-form .is-invalid {
    border-color: #d64550;
}

.bp-contact-form .butn-arrow {
    margin-top: 6px;
}

.bp-hp {
    display: none;
}

.bp-contact-location {
    padding-top: 0;
}

.bp-contact-location-panel {
    padding: 58px 60px;
    border-radius: 24px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(135deg, var(--bp-purple) 0%, var(--bp-purple-dark) 100%);
    background-size: 72px 72px, 72px 72px, cover;
}

.bp-contact-location-copy .section-subtitle {
    color: var(--bp-lime);
}

.bp-contact-location-copy > p {
    color: rgba(255, 255, 255, 0.78);
    margin: 18px 0 24px;
}

.bp-contact-directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-secondary);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
}

.bp-contact-directions i {
    color: var(--bp-lime);
    transition: transform .3s ease;
}

.bp-contact-directions:hover {
    color: var(--bp-lime);
}

.bp-contact-directions:hover i {
    transform: translate(3px, -3px);
}

.bp-contact-map-frame {
    height: 100%;
    min-height: 380px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bp-contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    filter: grayscale(1) contrast(1.05);
}

/* Approach page */
.approach-page .bp-method-lead {
    margin: 0 0 26px;
    color: var(--bp-body);
    font-size: 18px;
    line-height: 1.62;
}

.approach-page .bp-method-quote {
    padding: 26px 28px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
    border-left: 3px solid var(--bp-purple);
    border-radius: 0 20px 20px 0;
    background: var(--bp-paper);
    box-shadow: 0 14px 34px rgba(79, 27, 97, 0.08);
}

.approach-page .bp-method-quote i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bp-purple);
    background: rgba(140, 201, 50, 0.2);
    font-size: 22px;
}

.approach-page .bp-method-quote p {
    margin: 0;
    color: var(--bp-purple-dark);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}

.approach-page .bp-model-step {
    position: relative;
}

.approach-page .bp-model-num {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: var(--font-secondary);
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    color: rgba(111, 37, 133, 0.14);
}

@media screen and (max-width: 767px) {
    .approach-page .bp-method-quote {
        grid-template-columns: 1fr;
    }

    .approach-page .bp-model-num {
        font-size: 36px;
    }
}

/* Services page */
.services-page .bp-services-page-lead {
    margin: 0;
    color: var(--bp-body);
    font-size: 18px;
    line-height: 1.62;
}

.services-page .bp-strength-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.services-page .bp-strength-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 20px;
    border: 1px solid rgba(111, 37, 133, 0.12);
    border-radius: 14px;
    background: var(--bp-paper);
    color: var(--bp-purple-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.services-page .bp-strength-list li:hover {
    transform: translateY(-3px);
    border-color: rgba(111, 37, 133, 0.34);
    box-shadow: 0 14px 30px rgba(79, 27, 97, 0.1);
}

.services-page .bp-strength-list li i {
    color: var(--bp-lime-dark);
    font-size: 15px;
}

@media screen and (max-width: 575px) {
    .services-page .bp-strength-list {
        grid-template-columns: 1fr;
    }
}

.projects-page .bp-projects-intro {
    padding-bottom: 30px;
}

.projects-page .bp-project-gallery {
    padding-top: 30px;
}

.bp-project-feature-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(111, 37, 133, 0.12);
    border-radius: 20px;
    background: var(--bp-paper);
    box-shadow: 0 12px 28px rgba(79, 27, 97, 0.06);
}

.bp-project-image {
    position: relative;
    display: block;
    aspect-ratio: 1.55;
    overflow: hidden;
    background: var(--bp-purple-dark);
}

.bp-project-feature-card--compact .bp-project-image {
    aspect-ratio: 1.18;
}

.bp-project-image::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(135deg, rgba(79, 27, 97, 0.05), rgba(79, 27, 97, 0.4));
    transition: opacity 0.35s ease;
}

.bp-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.bp-project-image:hover img,
.bp-project-image:focus-visible img {
    transform: scale(1.045);
}

.bp-project-image:hover::after,
.bp-project-image:focus-visible::after {
    opacity: 0.7;
}

.bp-project-arrow {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--bp-lime);
    color: var(--bp-purple-dark);
    font-size: 17px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.bp-project-image:hover .bp-project-arrow,
.bp-project-image:focus-visible .bp-project-arrow {
    transform: translate(3px, -3px);
    background: var(--clr-white);
}

.bp-project-card-copy {
    padding: 24px 26px 26px;
}

.bp-project-card-copy > div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.bp-project-index {
    color: var(--bp-purple);
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.bp-project-type {
    color: var(--bp-lime-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bp-project-card-copy h3 {
    margin-bottom: 7px;
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: clamp(25px, 2.2vw, 35px);
    font-weight: 500;
    line-height: 1;
}

.bp-project-card-copy p {
    margin: 0;
    color: var(--bp-body);
    font-size: 14px;
    line-height: 1.45;
}

.bp-project-reel {
    background: var(--bp-canvas);
}

.bp-project-video-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 18px;
}

.bp-project-video {
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: var(--bp-purple-dark);
}

.bp-project-video video {
    display: block;
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
    background: var(--bp-purple-dark);
}

.bp-project-video--wide video {
    aspect-ratio: 1.68;
}

.bp-project-video figcaption {
    padding: 17px 20px 19px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    color: var(--clr-white);
}

.bp-project-video figcaption strong {
    font-family: var(--font-secondary);
    font-size: 22px;
    font-weight: 500;
}

.bp-project-video figcaption span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    text-align: right;
}

.blog-page .bp-blog-hero {
    min-height: 620px;
}

.blog-page .bp-blog-hero .bp-inner-hero-container {
    min-height: 620px;
}

.bp-blog-hero .bp-inner-hero-copy {
    max-width: 920px;
}

.bp-blog-hero h1 {
    max-width: 900px;
    font-size: clamp(48px, 5.2vw, 78px);
    line-height: 0.94;
}

.bp-blog-meta {
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: var(--font-secondary);
    font-size: 15px !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bp-blog-layout {
    padding-top: 100px;
}

.bp-blog-article {
    max-width: 850px;
}

.bp-blog-kicker {
    margin-bottom: 18px;
    color: var(--bp-purple);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bp-blog-article h2 {
    margin-bottom: 26px;
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 500;
    line-height: 0.98;
}

.bp-blog-article h3 {
    margin: 44px 0 14px;
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 500;
    line-height: 1.05;
}

.bp-blog-article p {
    max-width: 780px;
    margin-bottom: 20px;
    color: var(--bp-body);
    font-size: 18px;
    line-height: 1.75;
}

.bp-blog-article .bp-blog-intro {
    color: var(--bp-purple-dark);
    font-size: 21px;
    line-height: 1.6;
}

.bp-blog-inline-image {
    margin: 38px 0 42px;
}

.bp-blog-inline-image img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 20px;
}

.bp-blog-inline-image figcaption {
    margin-top: 11px;
    color: var(--bp-body);
    font-size: 13px;
    font-style: italic;
}

.bp-blog-takeaway {
    margin: 38px 0 42px;
    padding: 28px 30px;
    border-left: 4px solid var(--bp-lime);
    border-radius: 0 16px 16px 0;
    background: rgba(140, 201, 50, 0.13);
}

.bp-blog-takeaway span {
    display: block;
    margin-bottom: 8px;
    color: var(--bp-purple);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bp-blog-takeaway p {
    margin: 0;
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: 24px;
    line-height: 1.25;
}

.bp-blog-sidebar {
    position: sticky;
    top: 38px;
}

.bp-blog-sidebar-panel {
    margin-bottom: 22px;
    padding: 30px;
    border: 1px solid rgba(111, 37, 133, 0.14);
    border-radius: 20px;
    background: var(--bp-paper);
    box-shadow: 0 14px 32px rgba(79, 27, 97, 0.07);
}

.bp-blog-sidebar-panel h2 {
    margin: 0 0 12px;
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.bp-blog-sidebar-panel h2 i {
    color: var(--bp-purple);
    font-style: normal;
}

.bp-blog-sidebar-panel > p {
    margin-bottom: 24px;
    color: var(--bp-body);
    font-size: 15px;
    line-height: 1.55;
}

.bp-blog-lead-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--bp-purple-dark);
    font-size: 13px;
    font-weight: 600;
}

.bp-blog-lead-form input:not([type="hidden"]),
.bp-blog-lead-form textarea {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(111, 37, 133, 0.2);
    border-radius: 8px;
    background: var(--bp-canvas);
    color: var(--bp-ink);
    font: inherit;
    font-size: 14px;
}

.bp-blog-lead-form textarea {
    resize: vertical;
}

.bp-blog-lead-form input:focus,
.bp-blog-lead-form textarea:focus {
    outline: 2px solid var(--bp-lime);
    outline-offset: 2px;
}

.bp-blog-lead-form .butn-arrow {
    width: 100%;
    justify-content: space-between;
    border: 0;
}

.bp-blog-related {
    display: grid;
    grid-template-columns: 34px 1fr 18px;
    align-items: start;
    gap: 10px;
    padding: 18px 0;
    border-top: 1px solid var(--bp-line);
}

.bp-blog-related:first-of-type {
    margin-top: 22px;
}

.bp-blog-related-number {
    color: var(--bp-purple);
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
}

.bp-blog-related strong {
    display: block;
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

.bp-blog-related small {
    display: block;
    margin-top: 6px;
    color: var(--bp-body);
    font-size: 12px;
    text-transform: uppercase;
}

.bp-blog-related > i {
    color: var(--bp-lime-dark);
    font-size: 14px;
}

.bp-blog-related:hover strong {
    color: var(--bp-purple);
}

.bp-blog-sidebar-note {
    padding: 25px 28px;
    display: grid;
    gap: 6px;
    border-radius: 20px;
    background: var(--bp-purple-dark);
    color: var(--clr-white);
}

.bp-blog-sidebar-note > i {
    margin-bottom: 4px;
    color: var(--bp-lime);
    font-size: 22px;
}

.bp-blog-sidebar-note strong {
    margin-bottom: 5px;
    font-family: var(--font-secondary);
    font-size: 21px;
    font-weight: 500;
}

.bp-blog-sidebar-note a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.bp-blog-sidebar-note a:hover {
    color: var(--bp-lime);
}

.blogs-page .bp-blogs-hero {
    min-height: calc(100vh - 112px);
}

.bp-blogs-list {
    padding-bottom: 80px;
}

.bp-blog-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(111, 37, 133, 0.13);
    border-radius: 20px;
    background: var(--bp-paper);
    box-shadow: 0 14px 34px rgba(79, 27, 97, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bp-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(79, 27, 97, 0.13);
}

.bp-blog-card--upcoming:hover {
    transform: translateY(-3px);
}

.bp-blog-card-image {
    position: relative;
    display: block;
    aspect-ratio: 1.25;
    overflow: hidden;
    background: var(--bp-purple-dark);
}

.bp-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.bp-blog-card-image:hover img,
.bp-blog-card-image:focus-visible img {
    transform: scale(1.05);
}

.bp-blog-card-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--bp-lime);
    color: var(--bp-purple-dark);
    font-size: 16px;
}

.bp-blog-card-status {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(79, 27, 97, 0.75);
    color: var(--clr-white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bp-blog-card-body {
    padding: 24px 25px 27px;
}

.bp-blog-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--bp-lime-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.35;
    text-transform: uppercase;
}

.bp-blog-card-meta span:last-child {
    color: var(--bp-body);
    font-weight: 500;
    text-align: right;
}

.bp-blog-card h3 {
    margin-bottom: 13px;
    color: var(--bp-purple-dark);
    font-family: var(--font-secondary);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.05;
}

.bp-blog-card h3 a {
    color: inherit;
}

.bp-blog-card h3 a:hover {
    color: var(--bp-purple);
}

.bp-blog-card p {
    min-height: 72px;
    margin-bottom: 20px;
    color: var(--bp-body);
    font-size: 14px;
    line-height: 1.55;
}

.bp-blog-card-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bp-purple);
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.bp-blog-card-read i {
    color: var(--bp-lime-dark);
    font-size: 13px;
    transition: transform 0.3s ease;
}

.bp-blog-card-read:hover i {
    transform: translate(3px, -3px);
}

.bp-blog-card-read--muted {
    color: var(--bp-body);
    font-size: 13px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .projects-page .bp-projects-intro {
        padding-bottom: 10px;
    }

    .projects-page .bp-project-gallery {
        padding-top: 10px;
    }

    .bp-project-video-grid {
        grid-template-columns: 1fr;
    }

    .bp-project-video video,
    .bp-project-video--wide video {
        aspect-ratio: 1.65;
    }

    .bp-project-video figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .bp-project-video figcaption span {
        text-align: left;
    }

    .bp-blog-layout {
        padding-top: 65px;
    }

    .bp-blog-sidebar {
        position: static;
    }

    .bp-blog-article p {
        font-size: 17px;
    }

    .bp-blog-article .bp-blog-intro {
        font-size: 19px;
    }

    .bp-blog-sidebar-panel {
        padding: 24px;
    }

    .bp-blog-card p {
        min-height: 0;
    }
}

/* About dropdown */
.navbar .dropdown .nav-link {
    display: inline-flex;
    align-items: center;
}

.navbar .dropdown .nav-link i {
    padding-left: 6px;
    font-size: 11px;
    line-height: 1;
    color: inherit;
}

@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        background: linear-gradient(135deg, var(--bp-purple) 0%, var(--bp-purple-dark) 100%);
        box-shadow: 0 20px 60px rgba(31, 32, 36, 0.25);
    }

    .navbar .dropdown-menu .dropdown-item {
        color: #fff;
        font-size: 18px;
        line-height: 46px;
        font-weight: 500;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-item.active,
    .navbar .navbar-nav .dropdown-menu .dropdown-item:active,
    .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: var(--bp-lime) !important;
        font-weight: 600;
    }
}

/* Clients page */
.bp-client-grid-static {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.bp-client-grid-static .bp-client-logo {
    width: auto;
    min-height: 120px;
}

@media (max-width: 991px) {
    .navbar {
        background: var(--bp-paper);
        backdrop-filter: none;
    }

    .navbar .logo-wrapper {
        padding: 18px 0;
    }

    .navbar .navbar-collapse {
        background: var(--bp-paper);
    }

    .navbar .navbar-nav .nav-link {
        color: var(--bp-ink);
    }

    .bp-slider .parallax-slider .swiper-slide {
        min-height: 690px !important;
    }

    .bp-slider .bp-hero-caption {
        left: 36px;
        bottom: 50px;
        width: calc(100% - 120px);
    }

    .bp-slider .bp-hero-caption h1,
    .bp-slider .bp-hero-caption h2 {
        font-size: clamp(48px, 8vw, 68px);
    }

    .bp-slider .bp-hero-pagination {
        right: 76px;
        bottom: 28px;
    }

    .bp-inner-hero,
    .bp-inner-hero-container {
        min-height: 720px;
    }

    .bp-inner-hero-container {
        padding-top: 100px;
        padding-bottom: 180px;
    }

    .bp-inner-hero h1 {
        font-size: clamp(56px, 8vw, 74px);
    }

    .bp-inner-hero-proof > div {
        padding: 16px 20px;
    }

    .bp-inner-hero-proof strong {
        font-size: 40px;
    }

    .bp-about-story-visual {
        min-height: 560px;
        margin-right: 0;
        margin-bottom: 44px;
    }

    .bp-about-story-visual > img {
        height: 560px;
    }

    .bp-about-founded {
        right: 20px;
    }

    .bp-about-visual-note {
        right: 20px;
    }

    .bp-purpose-visual {
        height: 500px;
        margin-bottom: 24px;
    }

    .bp-purpose-cards {
        height: auto;
        grid-template-rows: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-purpose-card {
        min-height: 300px;
    }

    .bp-pillar-card,
    .bp-pillar-card--featured {
        grid-column: span 3;
    }

    .bp-pillar-card:last-child {
        grid-column: 2 / span 4;
    }

    .bp-approach-shell {
        grid-template-columns: 1fr;
    }

    .bp-approach-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bp-approach-tab {
        min-height: 92px;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .bp-approach-tab:hover {
        transform: translateY(-3px);
    }

    .bp-approach-stage {
        grid-template-columns: 1.25fr 0.75fr;
    }

    .bp-approach-media {
        min-height: 500px;
    }

    .bp-leadership .col-lg-4:last-child {
        margin-right: auto;
        margin-left: auto;
    }

    .bp-org-shell {
        grid-template-columns: 1fr;
    }

    .bp-org-core {
        min-height: 380px;
    }

    .bp-slider .parallax-slider .caption h1 {
        font-size: 52px;
    }

    .bp-proof-item {
        min-height: 145px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .bp-proof .col-lg-3:nth-child(2) .bp-proof-item {
        border-right: 0;
    }

    .bp-proof .col-lg-3:nth-child(n+3) .bp-proof-item {
        border-bottom: 0;
    }

    .bp-services-overview .item-img img,
    .bp-services-overview .item-img.mt-60 img {
        height: 420px;
    }

    .bp-team-section .team-card-content {
        min-height: 0;
    }

    .faqs .bp-control-visual {
        height: 520px;
    }

    .bp-footer-site {
        margin-top: 20px;
        text-align: center !important;
    }

    .bp-about-cta {
        padding-top: 20px;
    }

    .bp-about-cta-panel {
        padding: 44px 34px;
        grid-template-columns: 1fr;
        gap: 30px;
        border-radius: 20px;
    }

    .bp-about-cta-copy .bp-about-heading {
        margin-bottom: 14px;
    }

    .bp-about-cta-actions {
        gap: 20px;
    }

    .bp-contact-info-stack {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bp-contact-info-card {
        flex: 1 1 240px;
    }

    .bp-contact-form-card {
        padding: 34px 28px;
    }

    .bp-contact-location {
        padding-top: 20px;
    }

    .bp-contact-location-panel {
        padding: 44px 34px;
        border-radius: 20px;
    }

    .bp-contact-location-copy .bp-about-heading {
        margin-bottom: 14px;
    }

    .bp-contact-map-frame,
    .bp-contact-map-frame iframe {
        min-height: 320px;
    }

    .bp-client-grid-static {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-client-grid-static .bp-client-logo {
        min-height: 100px;
    }
}

@media (max-width: 575px) {
    .bp-logo-wordmark {
        font-size: 21px;
    }

    .bp-logo .logo-img {
        width: 40px;
        height: 48px;
    }

    .bp-slider .parallax-slider .swiper-slide {
        min-height: 610px !important;
    }

    .bp-slider .bp-hero-media::after {
        background:
            linear-gradient(0deg, rgba(79, 27, 97, 0.76) 0%, rgba(79, 27, 97, 0.2) 48%, transparent 72%);
    }

    .bp-slider .bp-hero-caption {
        left: 22px;
        bottom: 34px;
        width: calc(100% - 80px);
    }

    .bp-slider .bp-hero-eyebrow {
        margin-bottom: 6px;
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .bp-slider .bp-hero-caption h1,
    .bp-slider .bp-hero-caption h2 {
        margin-bottom: 8px;
        font-size: clamp(42px, 14vw, 58px);
    }

    .bp-slider .bp-hero-meta {
        min-height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        backdrop-filter: blur(5px);
    }

    .bp-slider .bp-hero-pagination {
        right: 64px;
        bottom: 14px;
        font-size: 13px;
    }

    .bp-inner-hero {
        min-height: 720px;
        margin: 0 12px 24px;
        border-radius: 20px;
    }

    .bp-inner-hero-container {
        min-height: 720px;
        padding: 92px 20px 245px;
        justify-content: center;
    }

    .bp-inner-hero-overlay {
        background:
            linear-gradient(0deg, rgba(79, 27, 97, 0.92) 0%, rgba(79, 27, 97, 0.46) 64%, rgba(79, 27, 97, 0.18) 100%);
    }

    .bp-inner-hero-media img {
        object-position: 58% center;
    }

    .bp-breadcrumb {
        top: 26px;
        left: 20px;
    }

    .bp-inner-hero-kicker {
        margin-bottom: 14px;
        font-size: 12px;
        letter-spacing: 0.14em;
    }

    .bp-inner-hero h1 {
        margin-bottom: 18px;
        font-size: clamp(50px, 16vw, 68px);
        line-height: 0.92;
    }

    .bp-inner-hero-copy p {
        font-size: 16px;
        line-height: 1.5;
    }

    .bp-inner-hero-proof {
        right: 20px;
        bottom: 20px;
        left: 20px;
        grid-template-columns: 1fr;
        border-radius: 15px;
    }

    .bp-inner-hero-proof > div {
        min-height: 62px;
        padding: 10px 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .bp-inner-hero-proof > div:last-child {
        border-bottom: 0;
    }

    .bp-inner-hero-proof strong {
        min-width: 74px;
        font-size: 34px;
    }

    .bp-inner-hero-proof span {
        font-size: 11px;
    }

    .bp-about-story-visual {
        min-height: 480px;
        margin-bottom: 38px;
    }

    .bp-about-story-visual > img {
        height: 480px;
        border-radius: 20px;
    }

    .bp-about-founded {
        top: 14px;
        right: 14px;
        width: 112px;
        height: 112px;
        padding: 14px;
        border-width: 6px;
    }

    .bp-about-founded span {
        font-size: 9px;
    }

    .bp-about-founded strong {
        font-size: 36px;
    }

    .bp-about-visual-note {
        right: 14px;
        bottom: 14px;
        left: 14px;
        min-width: 0;
        padding: 15px 17px;
        gap: 12px;
        border-width: 6px;
        border-radius: 18px;
    }

    .bp-about-visual-note > i {
        font-size: 28px;
    }

    .bp-about-heading {
        margin-bottom: 20px;
        font-size: clamp(44px, 13vw, 56px);
    }

    .bp-about-lead {
        font-size: 18px;
    }

    .bp-about-story p:not(.bp-about-lead) {
        font-size: 16px;
    }

    .bp-about-delivery-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .bp-about-delivery-flow > i {
        display: none;
    }

    .bp-about-delivery-flow strong {
        font-size: 16px;
    }

    .bp-purpose {
        margin: 0 12px 24px;
        border-radius: 20px;
    }

    .bp-purpose-intro {
        font-size: 17px;
    }

    .bp-purpose-visual {
        height: 410px;
        border-radius: 20px;
    }

    .bp-purpose-promise {
        right: 22px;
        bottom: 24px;
        left: 22px;
    }

    .bp-purpose-promise strong {
        font-size: 30px;
    }

    .bp-purpose-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bp-purpose-card {
        min-height: 0;
        padding: 28px 24px;
        border-radius: 20px;
    }

    .bp-purpose-number {
        top: 18px;
        right: 20px;
        font-size: 58px;
    }

    .bp-purpose-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .bp-purpose-card h3 {
        font-size: 28px;
    }

    .bp-differentiators-intro {
        font-size: 17px;
    }

    .bp-pillar-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bp-pillar-card,
    .bp-pillar-card--featured,
    .bp-pillar-card:last-child {
        min-height: 0;
        padding: 26px 24px;
        grid-column: auto;
        border-radius: 20px;
    }

    .bp-pillar-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 36px;
        font-size: 23px;
    }

    .bp-pillar-card h3,
    .bp-pillar-card--featured h3 {
        padding-right: 46px;
        font-size: 27px;
    }

    .bp-pillar-card p,
    .bp-pillar-card--featured p {
        font-size: 15px;
    }

    .bp-pillar-number {
        top: 22px;
        right: 22px;
        font-size: 52px;
    }

    .bp-approach {
        margin: 0 12px 24px;
        border-radius: 20px;
    }

    .bp-approach-intro {
        font-size: 17px;
    }

    .bp-approach-nav {
        padding: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        border-radius: 18px;
    }

    .bp-approach-tab {
        min-height: 88px;
        padding: 12px;
        border-radius: 13px;
    }

    .bp-approach-tab strong {
        font-size: 17px;
    }

    .bp-approach-stage {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .bp-approach-media {
        min-height: 360px;
    }

    .bp-approach-media-index {
        right: 20px;
        font-size: 70px;
    }

    .bp-approach-content {
        padding: 32px 24px 34px;
    }

    .bp-approach-title {
        margin-bottom: 16px;
        font-size: 38px;
    }

    .bp-approach-copy {
        font-size: 16px;
    }

    .bp-approach-progress {
        margin-top: 28px;
    }

    .bp-leadership-intro,
    .bp-org-intro {
        font-size: 17px;
    }

    .bp-leader-card {
        min-height: 250px;
        padding: 28px 24px;
        border-radius: 20px;
    }

    .bp-leader-card::before {
        right: 24px;
        left: 24px;
    }

    .bp-leader-mark {
        top: 28px;
        left: 24px;
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .bp-leader-body {
        padding: 20px 24px 24px;
    }

    .bp-leader-card h3 {
        font-size: 33px;
    }

    .bp-org-strength {
        margin: 0 12px 24px;
        border-radius: 20px;
    }

    .bp-org-shell {
        gap: 16px;
    }

    .bp-org-core {
        min-height: 360px;
        padding: 34px 28px;
        border-radius: 20px;
    }

    .bp-org-core img {
        width: 54px;
        margin-bottom: 40px;
    }

    .bp-org-core strong {
        font-size: 34px;
    }

    .bp-org-functions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .bp-org-function,
    .bp-org-function--wide {
        min-height: 118px;
        padding: 20px;
        grid-column: auto;
        grid-template-columns: 44px 1fr;
        gap: 14px;
        border-radius: 17px;
    }

    .bp-org-function > i {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .bp-org-function h3 {
        font-size: 22px;
    }

    .bp-industries-intro {
        font-size: 17px;
    }

    .bp-industry-card {
        padding: 24px 22px;
    }

    .bp-industry-card h3 {
        font-size: 23px;
    }

    .bp-about-cta-panel {
        padding: 40px 24px;
    }

    .bp-slider .parallax-slider .caption h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .bp-slider .parallax-slider .caption h1 i {
        font-size: 28px;
    }

    .bp-slider .parallax-slider .caption h6 {
        font-size: 13px;
        letter-spacing: 0.14em;
    }

    .bp-slider .parallax-slider .explore {
        display: none;
    }

    .bp-proof {
        margin-top: 20px;
    }

    .bp-proof-item {
        min-height: 128px;
        padding: 26px 18px;
    }

    .bp-proof-item strong {
        font-size: 45px;
    }

    .bp-proof-item span {
        font-size: 11px;
    }

    #about {
        margin-top: 20px;
    }

    #projects .tour-media .height2 {
        height: 360px;
    }

    .bp-project-proof {
        padding: 22px;
        gap: 14px;
    }

    .bp-project-proof-mark {
        right: 54px;
        bottom: -26px;
        width: 90px;
    }

    .bp-project-proof-stats {
        gap: 10px;
    }

    .bp-project-proof-stats strong {
        font-size: 52px;
    }

    .bp-project-proof-stats span {
        font-size: 14px;
    }

    .bp-project-proof-link {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .bp-services-overview .listo {
        grid-template-columns: 1fr;
    }

    .bp-services-overview .item-img img,
    .bp-services-overview .item-img.mt-60 img {
        height: 330px;
    }

    .bp-team-section {
        margin-top: 20px;
        background-size: 60px 60px, 60px 60px, auto;
    }

    .bp-team-section .team-card-content {
        min-height: 0;
        padding: 38px 24px 32px;
    }

    .bp-client-logo {
        width: 170px;
        min-height: 82px;
        padding: 6px 8px;
    }

    .bp-client-logo img {
        max-height: 54px;
    }

    .faqs .bp-control-visual {
        height: 360px;
    }

    .bp-control-visual-meta {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .bp-control-visual-label {
        font-size: 21px;
    }

    .footer .cont {
        display: block;
    }

    .footer .cont .list {
        margin-bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
