:root {
    --beba-red: #ef1f2c;
    --beba-red-dark: #c91520;
    --beba-black: #090b10;
    --beba-ink: #151a22;
    --beba-muted: #667085;
    --beba-white: #ffffff;
    --beba-soft: #f6f7f9;
    --beba-line: #e6e9ef;
    --beba-charcoal: #222733;
    --beba-silver: #d8dce3;
    --brand: var(--beba-red);
    --brand-dark: var(--beba-red-dark);
    --gold: var(--beba-red);
    --heading: var(--beba-ink);
    --muted: var(--beba-muted);
    --radius: 8px;
    --radius-lg: 8px;
    --radius-md: 8px;
    --radius-sm: 8px;
}

html {
    scroll-behavior: smooth;
}

body.beba-site {
    background: var(--beba-white);
    color: var(--beba-ink);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

body.beba-site a {
    text-decoration: none;
}

body.beba-site img {
    max-width: 100%;
}

.page-wrap {
    overflow: hidden;
}

.site-header {
    position: sticky;
    top: -37px;
    z-index: 1030;
}

.topbar {
    background: var(--beba-black);
    color: var(--beba-white);
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.topbar i {
    color: var(--beba-red);
}

.navbar {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    min-height: 58px;
}

.navbar-brand img {
    height: 58px;
    width: auto;
}

.navbar .nav-link {
    color: var(--beba-ink) !important;
    font-weight: 800;
    letter-spacing: 0;
    padding-inline: 1.05rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--beba-red) !important;
}

.navbar-toggler {
    border-radius: 8px;
    border-color: var(--beba-line);
}

.btn {
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0;
}

.btn-beba {
    --bs-btn-bg: var(--beba-red);
    --bs-btn-border-color: var(--beba-red);
    --bs-btn-hover-bg: var(--beba-red-dark);
    --bs-btn-hover-border-color: var(--beba-red-dark);
    --bs-btn-active-bg: var(--beba-red-dark);
    --bs-btn-active-border-color: var(--beba-red-dark);
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    padding: .78rem 1.25rem;
}

.btn-outline-beba {
    --bs-btn-color: var(--beba-red);
    --bs-btn-border-color: var(--beba-red);
    --bs-btn-hover-bg: var(--beba-red);
    --bs-btn-hover-border-color: var(--beba-red);
    --bs-btn-hover-color: #fff;
    padding: .72rem 1.05rem;
}

.section-padding {
    padding: 92px 0;
}

.section-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--beba-red);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.beba-site .section-kicker,
body.beba-site .service-kicker,
body.beba-site .modern-page-hero .section-kicker {
    color: var(--beba-red) !important;
    border-color: rgba(239, 31, 44, .18) !important;
}

body.beba-site .note-chip,
body.beba-site .service-kicker,
body.beba-site .insight-chip-floating,
body.beba-site .team-page-card-chip {
    background: rgba(9, 11, 16, .86) !important;
    color: var(--beba-white) !important;
    border: 1px solid rgba(239, 31, 44, .28) !important;
    box-shadow: 0 12px 26px rgba(9, 11, 16, .18) !important;
}

body.beba-site .note-chip i,
body.beba-site .service-kicker i,
body.beba-site .insight-chip-floating i {
    color: var(--beba-red) !important;
}

.eyebrow {
    color: #fff;
    background: rgba(239, 31, 44, .28);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    padding: .55rem .8rem;
}

.section-title {
    color: var(--beba-ink);
    font-size: 2.55rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: .65rem 0 1rem;
}

.section-text {
    color: var(--beba-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.text-white-75 {
    color: rgba(255, 255, 255, .76);
}

.home-hero {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    padding: 92px 0 118px;
    background:
        linear-gradient(105deg, rgba(9, 11, 16, .96), rgba(9, 11, 16, .82) 48%, rgba(239, 31, 44, .34)),
        url("../../../uploads/homepage/photo-1494412651409-8963ce7935a7.webp") center / cover no-repeat;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 26%, rgba(239, 31, 44, .22), transparent 28%),
        linear-gradient(90deg, rgba(9, 11, 16, .88), rgba(9, 11, 16, .5) 52%, rgba(9, 11, 16, .26));
    pointer-events: none;
}

.home-hero::after,
.beba-page-hero::after,
.about-band::after,
.values-band::after,
.service-detail-band::after,
.home-process::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--beba-red), var(--beba-white), var(--beba-black), var(--beba-red));
    z-index: 1;
}

.home-hero .container,
.beba-page-hero .container,
.about-band .container,
.values-band .container,
.service-detail-band .container,
.home-process .container {
    position: relative;
    z-index: 2;
}

.hero-copy {
    max-width: 760px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #fff;
    background: rgba(239, 31, 44, .9);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    padding: .58rem .85rem;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.hero-kicker i {
    font-size: .95rem;
}

.hero-copy h1 {
    color: #fff;
    font-size: clamp(2.75rem, 4.8vw, 4.25rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 1.1rem 0 1.2rem;
    max-width: 730px;
}

.hero-copy p {
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.68;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.75rem;
}

.hero-actions .btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-assurance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1rem;
    max-width: 760px;
}

.hero-assurance-grid div {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 58px;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: .65rem;
    font-size: .92rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.hero-assurance-grid i {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--beba-red);
    border-radius: 8px;
}

.hero-command-panel,
.quote-panel,
.values-teaser-panel,
.beba-card,
.image-panel,
.beba-form,
.team-note {
    border-radius: 8px;
}

.hero-command-panel {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(255, 255, 255, .42);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .32);
    padding: 1.85rem;
    backdrop-filter: blur(14px);
}

.hero-command-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--beba-red), var(--beba-black), var(--beba-red));
}

.panel-label {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--beba-red);
    font-weight: 900;
}

.panel-label i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--beba-red);
    border-radius: 8px;
}

.hero-command-panel h2 {
    color: var(--beba-ink);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0;
    margin: 1.1rem 0 .75rem;
}

.hero-stat-grid,
.coverage-grid,
.process-grid {
    display: grid;
    gap: 1rem;
}

.hero-panel-summary {
    color: var(--beba-muted);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1.15rem;
}

.hero-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.hero-stat-card,
.coverage-grid div {
    background: var(--beba-soft);
    border: 1px solid var(--beba-line);
    border-radius: 8px;
    padding: 1rem;
}

.hero-stat-card {
    display: flex;
    align-items: center;
    gap: .8rem;
    min-height: 84px;
    padding: .95rem;
}

.hero-stat-card i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--beba-red);
    border-radius: 8px;
    font-size: 1.12rem;
}

.hero-stat-grid strong,
.coverage-grid strong {
    display: block;
    color: var(--beba-red);
    font-size: 1.3rem;
    font-weight: 900;
}

.hero-stat-grid span,
.coverage-grid span {
    display: block;
    color: var(--beba-muted);
    font-size: .86rem;
    font-weight: 700;
    margin-top: .2rem;
}

.home-signal-strip {
    padding: 0;
    background: var(--beba-black);
}

.signal-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
}

.signal-strip span {
    position: relative;
    padding: 1rem;
    text-align: center;
}

.signal-strip span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .12);
}

.signal-strip span:nth-child(1) {
    border-top: 4px solid var(--beba-red);
}

.signal-strip span:nth-child(2) {
    border-top: 4px solid var(--beba-white);
}

.signal-strip span:nth-child(3) {
    border-top: 4px solid var(--beba-red);
}

.signal-strip span:nth-child(4) {
    border-top: 4px solid var(--beba-silver);
}

.image-panel {
    overflow: hidden;
    border: 1px solid var(--beba-line);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .1);
    background: var(--beba-soft);
}

.image-panel img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.proof-list {
    display: grid;
    gap: .85rem;
    margin-top: 1.25rem;
}

.proof-list div {
    display: flex;
    align-items: flex-start;
    gap: .72rem;
    color: var(--beba-ink);
    font-weight: 700;
}

.proof-list i {
    color: var(--beba-red);
    margin-top: .12rem;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.home-services-preview,
.contact-page-section {
    background: var(--beba-soft);
}

.beba-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--beba-line);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    padding: 1.65rem;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.beba-card:hover {
    transform: translateY(-4px);
    border-color: rgba(239, 31, 44, .32);
    box-shadow: 0 22px 50px rgba(15, 23, 42, .11);
}

.beba-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--beba-red);
    background: rgba(239, 31, 44, .1);
    border: 1px solid rgba(239, 31, 44, .12);
    border-radius: 8px;
    font-size: 1.55rem;
    margin-bottom: 1rem;
}

.beba-card h2,
.beba-card h3 {
    color: var(--beba-ink);
    font-size: 1.22rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: .65rem;
}

.beba-card p {
    color: var(--beba-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.home-process,
.values-band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(125deg, rgba(9, 11, 16, .97), rgba(34, 39, 51, .92)),
        url("../img/values-bg.jpg") center / cover no-repeat;
}

.about-band {
    position: relative;
    overflow: hidden;
    padding-top: 112px;
    padding-bottom: 112px;
    background:
        linear-gradient(115deg, rgba(5, 7, 12, .98) 0%, rgba(9, 11, 16, .95) 42%, rgba(9, 11, 16, .86) 100%),
        var(--about-commitments-bg, url("../../../uploads/about/commitments-default.jpg")) var(--about-commitments-bg-position, center center) / cover no-repeat;
}

.about-band::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 7, 12, .72), rgba(5, 7, 12, .25) 52%, rgba(5, 7, 12, .1)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 22px);
}

.about-band::after {
    z-index: 3;
}

.home-process {
    background:
        linear-gradient(125deg, rgba(9, 11, 16, .97), rgba(34, 39, 51, .92)),
        url("../../../uploads/homepage/photo-1578575437130-527eed3abbec.webp") center / cover no-repeat;
}

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

.process-item {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    padding: 1.35rem;
    color: #fff;
}

.process-item span {
    display: inline-flex;
    color: var(--beba-red);
    font-weight: 900;
    margin-bottom: .8rem;
}

.process-item h3 {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0;
}

.process-item p {
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
    margin-bottom: 0;
}

.values-teaser-panel {
    height: 100%;
    background: #fff;
    border: 1px solid var(--beba-line);
    padding: 2rem;
}

.quote-panel {
    height: 100%;
    color: #fff;
    background: linear-gradient(135deg, var(--beba-red), var(--beba-black));
    padding: 2rem;
}

.quote-panel h3 {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
}

.quote-panel p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.7;
}

.beba-page-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    color: #fff;
    background:
        linear-gradient(110deg, rgba(9, 11, 16, .96), rgba(9, 11, 16, .82), rgba(239, 31, 44, .32)),
        url("../../../uploads/homepage/photo-1494412651409-8963ce7935a7.webp") center / cover no-repeat;
}

.beba-page-hero h1 {
    max-width: 880px;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    margin: .9rem 0 1rem;
}

.beba-page-hero p {
    max-width: 790px;
    color: rgba(255, 255, 255, .78);
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.services-list-section .section-head .section-title {
    max-width: 680px;
}

.services-list-section .section-head .section-text {
    max-width: 640px;
}

.identity-card,
.value-card,
.team-profile-card,
.contact-info-card,
.service-page-card {
    position: relative;
    overflow: hidden;
}

.identity-card::before,
.value-card::before,
.team-profile-card::before,
.contact-info-card::before,
.service-page-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--beba-red), var(--beba-white), var(--beba-black), var(--beba-red));
}

.commitments-intro {
    position: sticky;
    top: 128px;
    max-width: 380px;
    padding-left: 1.25rem;
    border-left: 4px solid var(--beba-red);
}

.commitments-intro .section-title {
    margin-top: .9rem;
    margin-bottom: 1.1rem;
}

.commitments-intro .text-white-75 {
    color: rgba(255, 255, 255, .74);
    font-size: 1.08rem;
    line-height: 1.75;
}

.band-point {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-height: 100%;
    padding: 1.35rem;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .065)),
        rgba(9, 11, 16, .5);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
}

.commitment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: var(--beba-red);
    background: rgba(239, 31, 44, .12);
    border: 1px solid rgba(239, 31, 44, .3);
    border-radius: 8px;
}

.commitment-icon i,
.band-point > i {
    color: var(--beba-red);
    font-size: 1.4rem;
}

.about-profile-content p {
    margin-bottom: 1rem;
}

.about-profile-content p:last-child {
    margin-bottom: 0;
}

.about-identity-section {
    background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}

.about-identity-section .section-head {
    display: block;
    max-width: 880px;
    margin-bottom: 2.25rem;
}

.about-identity-section .section-head > div {
    max-width: 720px;
}

.about-identity-section .section-head .section-title {
    max-width: 680px;
    margin-bottom: .95rem;
}

.about-identity-section .section-head .section-text {
    max-width: 760px;
}

.about-values-section .section-head {
    display: block;
    max-width: 880px;
    margin-bottom: 2.25rem;
}

.about-values-section .section-head > div {
    max-width: 720px;
}

.about-values-section .section-head .section-title {
    max-width: 680px;
    margin-bottom: .95rem;
}

.about-values-section .section-head .section-text {
    max-width: 760px;
}

.about-objectives-panel {
    padding: 2rem;
    border: 1px solid rgba(16, 24, 40, .09);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(239, 31, 44, .06), rgba(9, 11, 16, .025)),
        #fff;
}

.about-objectives-panel h3 {
    color: var(--beba-black);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
    margin: .8rem 0 1rem;
}

.about-objectives-panel p {
    color: var(--beba-muted);
    line-height: 1.7;
}

.about-mini-point {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .04);
}

.about-mini-point > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #fff;
    background: var(--beba-red);
    border-radius: 8px;
    font-size: 1.25rem;
}

.about-mini-point h4 {
    color: var(--beba-black);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 .35rem;
}

.about-mini-point p {
    color: var(--beba-muted);
    line-height: 1.55;
    margin: 0;
}

.about-commitment-point {
    align-items: flex-start;
    min-height: 122px;
}

.about-commitment-point > div > span {
    display: block;
    margin-bottom: .35rem;
}

.about-commitment-point p {
    color: rgba(255, 255, 255, .72);
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
}

.text-link {
    display: inline-flex;
    color: var(--beba-red);
    font-weight: 900;
    margin-top: 1rem;
}

.text-link:hover {
    color: var(--beba-red-dark);
}

.service-card-link {
    display: flex;
    height: 100%;
    color: inherit;
}

.service-card-link:hover {
    color: inherit;
}

.service-image-card {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.service-card-image {
    position: relative;
    height: 235px;
    overflow: hidden;
    background: var(--beba-soft);
}

.service-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.service-image-card:hover .service-card-image img {
    transform: scale(1.04);
}

.service-card-icon {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--beba-red);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    font-size: 1.35rem;
}

.service-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.45rem;
}

.service-card-content .text-link {
    margin-top: auto;
    padding-top: 1rem;
}

.service-detail-band {
    position: relative;
    overflow: hidden;
    background: #fff;
}

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

.service-detail-page {
    background: var(--beba-soft);
}

.beba-service-detail-card {
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: 1px solid var(--beba-line);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .09);
}

.service-detail-media {
    position: relative;
    height: min(52vw, 470px);
    min-height: 320px;
    overflow: hidden;
    background: var(--beba-black);
}

.service-detail-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-icon-floating {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    color: #fff !important;
    background: var(--beba-red) !important;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    font-size: 1.5rem;
}

.service-detail-body {
    padding: 2rem;
}

.service-detail-title {
    color: var(--beba-ink);
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.14;
}

.service-detail-excerpt,
.service-content {
    color: var(--beba-muted);
    line-height: 1.8;
}

.service-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1.5rem;
}

.service-feature-list div {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    padding: .85rem;
    background: var(--beba-soft);
    border: 1px solid var(--beba-line);
    border-radius: 8px;
    color: var(--beba-ink);
    font-weight: 800;
}

.service-feature-list i {
    color: var(--beba-red);
    margin-top: .15rem;
}

.service-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.7rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--beba-line);
}

.team-avatar {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--beba-red), var(--beba-black));
    border-radius: 50%;
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.team-profile-card {
    text-align: center;
}

.team-profile-card .team-avatar {
    margin-inline: auto;
}

.team-profile-card {
    min-height: 100%;
    padding-top: 2.15rem;
}

.team-profile-card .team-avatar {
    width: min(148px, 48vw);
    height: min(148px, 48vw);
    border-radius: 18px;
    margin-bottom: 1.2rem;
    border: 3px solid #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
}

.team-avatar-photo {
    background: #f4f5f7;
}

.team-avatar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-avatar-placeholder {
    background:
        radial-gradient(circle at 50% 36%, rgba(255, 255, 255, .2), transparent 32%),
        linear-gradient(135deg, var(--beba-red), var(--beba-black));
}

.team-profile-card .team-role {
    color: var(--beba-red);
    font-weight: 800;
    margin-bottom: 0;
}

.team-profile-card .team-bio {
    margin-top: .75rem;
    font-size: .94rem;
}

.team-note {
    margin-top: 2rem;
    background: var(--beba-soft);
    border: 1px solid var(--beba-line);
    padding: 2rem;
}

.team-page-card {
    min-height: 100%;
}

.team-page-card-link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--beba-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.team-page-card-link:hover {
    color: inherit;
    border-color: rgba(239, 31, 44, .35);
    box-shadow: 0 24px 54px rgba(15, 23, 42, .11);
    transform: translateY(-4px);
}

.team-page-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--beba-soft);
    overflow: hidden;
}

.team-page-card-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(8, 10, 15, .76));
}

.team-page-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.team-page-card-link:hover .team-page-card-media img {
    transform: scale(1.035);
}

.team-page-card-chip,
.team-profile-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    background: var(--beba-red);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
    padding: .45rem .75rem;
}

.team-page-card-chip {
    position: absolute;
    z-index: 1;
    left: 1rem;
    bottom: 1rem;
}

.team-page-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.35rem;
}

.team-page-card-title {
    color: var(--beba-ink);
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 .35rem;
}

.team-page-card-role,
.team-profile-role {
    color: var(--beba-red);
    font-weight: 900;
}

.team-page-card-role {
    margin: 0 0 .75rem;
}

.team-page-card-text {
    color: var(--beba-muted);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.team-page-card-action {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--beba-red);
    font-weight: 900;
    margin-top: auto;
}

.team-cta-card,
.team-empty-state,
.team-profile-summary,
.team-profile-content-card {
    background: #fff;
    border: 1px solid var(--beba-line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.team-cta-card,
.team-empty-state {
    margin-top: 2rem;
    padding: 2rem;
}

.team-profile-media {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--beba-line);
    background: var(--beba-soft);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.team-profile-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.team-profile-summary {
    padding: 2rem;
}

.team-profile-role {
    margin-bottom: 1rem;
}

.team-profile-contact,
.team-profile-socials {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1rem;
}

.team-profile-link,
.team-profile-socials a {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 42px;
    color: var(--beba-ink);
    text-decoration: none;
    border: 1px solid var(--beba-line);
    border-radius: 8px;
    padding: .55rem .8rem;
    font-weight: 800;
}

.team-profile-link i {
    color: var(--beba-red);
}

.team-profile-link:hover,
.team-profile-socials a:hover {
    color: var(--beba-red);
    border-color: rgba(239, 31, 44, .34);
}

.team-profile-content-card {
    margin-top: 2rem;
    padding: 2rem;
}

.team-profile-content {
    color: var(--beba-muted);
    line-height: 1.8;
}

.team-profile-content :last-child {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .team-profile-summary,
    .team-profile-content-card,
    .team-cta-card,
    .team-empty-state {
        padding: 1.35rem;
    }
}

.contact-info-card {
    text-align: center;
}

.contact-info-card .beba-icon {
    margin-inline: auto;
}

.beba-form {
    background: #fff;
    border: 1px solid var(--beba-line);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    padding: 2rem;
}

.form-control,
.form-select {
    border-radius: 8px;
    border-color: #d8dee8;
    padding: .82rem 1rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--beba-red);
    box-shadow: 0 0 0 .2rem rgba(239, 31, 44, .12);
}

.contact-form-notice {
    margin-bottom: 1.2rem;
    padding: .9rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--beba-line);
    font-weight: 800;
}

.contact-form-notice.is-success {
    color: #0f5132;
    background: #d1e7dd;
    border-color: #badbcc;
}

.contact-form-notice.is-warning {
    color: #664d03;
    background: #fff3cd;
    border-color: #ffecb5;
}

.contact-form-notice.is-info {
    color: var(--beba-ink);
    background: var(--beba-soft);
}

.contact-turnstile-panel {
    padding: 1rem;
    background: var(--beba-soft);
    border: 1px solid var(--beba-line);
    border-radius: 8px;
}

.contact-turnstile-widget {
    min-height: 65px;
}

.contact-turnstile-help {
    color: var(--beba-muted);
    font-size: .88rem;
    font-weight: 700;
    margin: .65rem 0 0;
}

.contact-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
}

.contact-submit-button:disabled {
    cursor: not-allowed;
    opacity: .58;
    transform: none;
}

.footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at right top, rgba(239, 31, 44, .2), transparent 32%),
        linear-gradient(135deg, #090b10 0%, #151820 58%, #260b0e 100%);
    padding: 4.5rem 0 1.4rem;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--beba-red), var(--beba-white), var(--beba-black), var(--beba-red));
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
}

.footer-kicker {
    color: var(--beba-red);
    display: inline-flex;
    margin-bottom: .35rem;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.footer-cta h2 {
    color: #fff;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
}

.footer-cta-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 48px;
    line-height: 1.2;
}

.footer-cta-actions .btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(150px, .7fr) minmax(210px, .9fr) minmax(240px, 1fr);
    gap: 2rem;
    align-items: start;
}

.footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    min-height: 72px;
    padding: .7rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}

.footer-logo {
    height: 50px;
    width: auto;
    filter: none;
}

.footer-text,
.footer-contact,
.footer-bottom,
.footer-links a {
    color: rgba(255, 255, 255, .68);
    font-size: .95rem;
    line-height: 1.7;
}

.footer-text {
    max-width: 470px;
}

.footer-newsletter {
    max-width: 520px;
    margin-top: 1.2rem;
}

.footer-newsletter label {
    display: block;
    color: #fff;
    font-size: .92rem;
    font-weight: 900;
    margin-bottom: .55rem;
}

.footer-newsletter-row {
    display: flex;
    align-items: center;
    gap: .65rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: .5rem;
}

.footer-newsletter-row > i {
    color: var(--beba-red);
    font-size: 1.25rem;
    margin-left: .35rem;
}

.footer-newsletter input {
    flex: 1 1 auto;
    min-width: 0;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 700;
}

.footer-newsletter input::placeholder {
    color: rgba(255, 255, 255, .58);
}

.footer-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    color: #fff;
    background: var(--beba-red);
    border: 0;
    border-radius: 7px;
    padding: .62rem .85rem;
    font-weight: 900;
    transition: background .2s ease, transform .2s ease;
}

.footer-newsletter button:hover {
    background: #d71927;
    transform: translateY(-1px);
}

.footer-turnstile-panel {
    margin-top: .85rem;
    padding: .8rem;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
}

.footer-turnstile-widget {
    min-height: 65px;
}

.footer-turnstile-help {
    margin: .55rem 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: .82rem;
    font-weight: 700;
}

.footer-newsletter-notice {
    margin: .7rem 0 0;
    font-size: .85rem;
    font-weight: 800;
}

.footer-newsletter-notice.is-success {
    color: #7fe3a4;
}

.footer-newsletter-notice.is-warning {
    color: #ffd166;
}

.footer-newsletter-notice.is-info {
    color: rgba(255, 255, 255, .76);
}

.footer-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.footer-links {
    display: grid;
    gap: .62rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    transition: color .2s ease, transform .2s ease;
}

.footer-links a::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--beba-red);
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(3px);
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: .7rem;
}

.footer-contact i {
    color: var(--beba-red);
    margin-top: .2rem;
}

.footer-social-actions {
    display: flex;
    gap: .65rem;
    margin-top: 1rem;
}

.footer-social-actions a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-social-actions a:hover {
    color: #fff;
    background: var(--beba-red);
    border-color: var(--beba-red);
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 3rem;
    padding-top: 1.2rem;
}

.btn-brand {
    background: var(--beba-red) !important;
    color: #fff !important;
    border: 1px solid var(--beba-red) !important;
    box-shadow: 0 10px 22px rgba(239, 31, 44, .18) !important;
}

.btn-brand:hover {
    background: var(--beba-red-dark) !important;
    border-color: var(--beba-red-dark) !important;
    color: #fff !important;
}

.btn-outline-brand {
    color: var(--beba-red) !important;
    border-color: var(--beba-red) !important;
    background: #fff !important;
}

.btn-outline-brand:hover {
    color: #fff !important;
    background: var(--beba-red) !important;
}

.icon-badge,
.about-icon,
.contact-icon,
.directorate-icon,
.service-icon-badge,
.related-service-icon {
    color: var(--beba-red) !important;
    background: rgba(239, 31, 44, .1) !important;
    box-shadow: inset 0 0 0 1px rgba(239, 31, 44, .12) !important;
}

.list-check i,
.topic-list i,
.directorate-card .section-text ul li::before,
.directorate-card .section-text ol li::before {
    color: var(--beba-red) !important;
}

.modern-cta-card::before,
.home-highlight-card::before,
.home-feature-card::before,
.modern-service-card::before,
.service-detail-card::before,
.support-grid-card::before,
.insight-detail-card::before {
    background: linear-gradient(90deg, var(--beba-red), var(--beba-black), var(--beba-red)) !important;
}

.page-hero:not(.beba-page-hero) {
    background:
        linear-gradient(135deg, rgba(239, 31, 44, .08), transparent 36%),
        linear-gradient(180deg, #fff 0%, #f7f8fa 100%) !important;
}

.cta-banner,
.highlite {
    background: linear-gradient(135deg, var(--beba-black), #2a1114) !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        column-gap: .2rem;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        width: auto;
        margin-top: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .site-header {
        top: 0;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta-actions {
        justify-content: flex-start;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .navbar-brand img {
        height: 48px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        margin-top: 1rem;
        padding: 1rem;
        background: #fff;
        border: 1px solid var(--beba-line);
        border-radius: 8px;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .1);
    }

    .navbar .nav-link {
        padding: .65rem 0;
    }

    .navbar .btn-beba {
        width: 100%;
        justify-content: center;
        margin-top: .5rem;
    }

    .home-hero {
        min-height: auto;
        padding: 96px 0;
    }

    .hero-copy h1,
    .beba-page-hero h1 {
        font-size: 3rem;
    }

    .hero-assurance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-title {
        font-size: 2.15rem;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .signal-strip,
    .process-grid,
    .coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    body.beba-site .row {
        margin-left: 0;
        margin-right: 0;
    }

    .section-padding {
        padding: 64px 0;
    }

    .home-hero {
        padding: 78px 0;
    }

    .hero-copy h1,
    .beba-page-hero h1 {
        font-size: 2.3rem;
    }

    .hero-copy p,
    .beba-page-hero p {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.85rem;
    }

    .hero-actions .btn,
    .home-values-teaser .btn,
    .quote-panel .btn,
    .footer-cta-actions .btn {
        width: 100%;
    }

    .footer {
        padding-top: 3.2rem;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-newsletter-row {
        flex-wrap: wrap;
    }

    .footer-newsletter-row > i {
        display: none;
    }

    .footer-newsletter input {
        flex-basis: 100%;
        padding: .45rem .35rem;
    }

    .footer-newsletter button {
        width: 100%;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-stat-grid,
    .hero-assurance-grid,
    .signal-strip,
    .process-grid,
    .coverage-grid,
    .service-feature-list {
        grid-template-columns: 1fr;
    }

    .home-hero .hero-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
    }

    .home-hero .hero-stat-card {
        align-items: center;
        flex-direction: row;
        gap: .5rem;
        min-height: 86px;
        padding: .7rem;
    }

    .home-hero .hero-stat-card i {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        font-size: .92rem;
    }

    .home-hero .hero-stat-grid strong {
        font-size: 1.05rem;
    }

    .home-hero .hero-stat-grid span {
        font-size: .74rem;
    }

    .signal-strip span {
        text-align: left;
    }

    .hero-command-panel,
    .values-teaser-panel,
    .quote-panel,
    .beba-form,
    .team-note {
        padding: 1.35rem;
    }
}
