/* ==========================================================================
   ZeroBridge Consultants — brand overrides & new components
   Loaded after style.css. Do not duplicate rules already in style.css.
   ========================================================================== */

/* Shared inner-page header background (template's .page-header component
   needs a page-specific class supplying the image; we use one consistent
   photo site-wide instead of the template's many per-page stock photos). */
.zb-coffee-header {
    background-image: url(../images/banner1-3.jpg);
}

:root {
    --zb-navy: #1D2D46;
    --zb-navy-dark: #121E30;
    --zb-teal: #2E7589;
    --zb-teal-light: #3E93AB;
    --zb-gray: #65787F;
    --zb-bg-light: #F5F7F9;
    --zb-border: #E4E9EC;
}

body {
    color: #4B5B62;
}

a {
    transition: color .25s ease;
}

/* ---------- Header / Nav ---------- */

.site-header .navbar.padding-nav {
    padding-top: 18px;
    padding-bottom: 18px;
    box-shadow: 0 2px 18px rgba(29, 45, 70, .07);
}

/* style.css forces .navbar-brand to width:90px and its img to width:100%,
   which squashes a wide logo. Override with higher specificity so the
   logo keeps its native aspect ratio at every breakpoint. */
.site-header .navbar-brand,
.side-menu .navbar-brand {
    width: auto;
    max-width: none;
}

.site-header .navbar-brand > img.zb-logo,
.side-menu .navbar-brand > img {
    width: auto;
    height: 42px;
    max-width: none;
}

/* Transparent hero nav: a dark scrim + shadow keeps white menu text
   legible over any hero photo, without touching the scrolled (.fixedmenu)
   state, which already switches to a solid white bar with dark text. */
.site-header .navbar.transparent-bg {
    background: linear-gradient(to bottom, rgba(15, 23, 36, .72) 0%, rgba(15, 23, 36, .28) 65%, rgba(15, 23, 36, 0) 100%);
    padding-bottom: 16px;
}

.site-header .navbar.transparent-bg:not(.fixedmenu) .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.zb-footer .footer_logo {
    width: auto;
}

.zb-footer .footer_logo > img {
    width: auto;
    height: 40px;
    max-width: none;
}

.zb-logo {
    height: 42px;
    width: auto;
}

.site-header .navbar-nav .nav-link {
    color: var(--zb-navy);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .2px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin: 0 .55rem;
}

/* Ensure the Services dropdown always opens flush under its own toggle,
   regardless of where in the nav (or how the header is positioned). */
.site-header .navbar-nav .nav-item.dropdown {
    position: relative;
}

.site-header .navbar-nav .dropdown-menu {
    left: 0;
    right: auto;
    min-width: 260px;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link:focus,
.site-header .navbar-nav .nav-link.active {
    color: var(--zb-teal);
}

.site-header .dropdown-menu {
    border: none;
    box-shadow: 0 12px 30px rgba(29, 45, 70, .14);
    border-radius: 10px;
    padding: .6rem;
}

.site-header .dropdown-item {
    border-radius: 6px;
    padding: .55rem .9rem;
    font-size: 14.5px;
    color: var(--zb-navy);
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
    background: var(--zb-bg-light);
    color: var(--zb-teal);
}

.zb-side-menu,
.side-menu {
    background: var(--zb-navy-dark);
}

.side-menu .side-nav .nav-link {
    color: rgba(255, 255, 255, .82);
}

.side-menu .side-nav .nav-link:hover {
    color: #fff;
}

/* ---------- Buttons ---------- */

.btn-zb {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding: .85rem 2.15rem;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    letter-spacing: .2px;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all .25s ease;
}

.btn-zb-primary {
    background: var(--zb-navy);
    color: #fff !important;
}

.btn-zb-primary:hover {
    background: var(--zb-teal);
    color: #fff !important;
}

.btn-zb-teal {
    background: var(--zb-teal);
    color: #fff !important;
}

.btn-zb-teal:hover {
    background: var(--zb-navy);
    color: #fff !important;
}

.btn-zb-outline-light {
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
    color: #fff !important;
}

.btn-zb-outline-light:hover {
    background: #fff;
    border-color: #fff;
    color: var(--zb-navy) !important;
}

.btn-zb-outline-dark {
    background: transparent;
    border-color: var(--zb-navy);
    color: var(--zb-navy) !important;
}

.btn-zb-outline-dark:hover {
    background: var(--zb-navy);
    color: #fff !important;
}

.btn-zb-sm {
    padding: .6rem 1.5rem;
    font-size: 14px;
}

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

.zb-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--zb-teal);
    margin-bottom: 14px;
}

.zb-section-title {
    color: var(--zb-navy);
    font-weight: 700;
}

.zb-lead {
    color: var(--zb-gray);
    font-size: 17px;
    line-height: 1.75;
}

.zb-bg-light {
    background: var(--zb-bg-light);
}

.zb-bg-navy {
    background: var(--zb-navy);
}

/* ---------- Hero (home) ---------- */

.zb-hero {
    position: relative;
    padding: 110px 0 130px;
    background: linear-gradient(120deg, var(--zb-navy) 0%, #203A57 55%, var(--zb-teal) 130%);
    overflow: hidden;
}

.zb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 85% 20%, rgba(62, 147, 171, .35) 0, transparent 45%),
        radial-gradient(circle at 8% 85%, rgba(62, 147, 171, .18) 0, transparent 40%);
    pointer-events: none;
}

.zb-hero .zb-hero-inner {
    position: relative;
    z-index: 2;
}

.zb-hero h1 {
    color: #fff;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.25;
    margin-bottom: 22px;
}

.zb-hero .zb-hero-sub {
    color: rgba(255, 255, 255, .85);
    font-size: 18px;
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

/* ---------- Inner page banner ---------- */

.zb-page-banner {
    position: relative;
    padding: 68px 0 34px;
    background: linear-gradient(115deg, var(--zb-navy) 0%, var(--zb-teal) 145%);
}

.zb-page-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
}

.zb-page-banner p {
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    max-width: 700px;
    margin-bottom: 0;
}

.zb-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    font-size: 13.5px;
}

.zb-breadcrumb li {
    display: inline-block;
    color: rgba(255, 255, 255, .65);
}

.zb-breadcrumb li + li::before {
    content: "/";
    margin: 0 8px;
    color: rgba(255, 255, 255, .4);
}

.zb-breadcrumb a {
    color: rgba(255, 255, 255, .85);
}

.zb-breadcrumb a:hover {
    color: #fff;
}

/* ---------- Banner note (Coming Soon) ---------- */

.zb-banner-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    border-radius: 30px;
    padding: 9px 20px;
    font-size: 13.5px;
    margin-top: 18px;
}

.zb-badge-soon {
    background: var(--zb-teal-light);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}

/* ---------- Icon boxes / service cards ---------- */

.zb-card {
    background: #fff;
    border: 1px solid var(--zb-border);
    border-radius: 12px;
    padding: 34px 30px;
    height: 100%;
    transition: all .3s ease;
}

.zb-card:hover {
    box-shadow: 0 18px 40px rgba(29, 45, 70, .1);
    border-color: transparent;
    transform: translateY(-4px);
}

.zb-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(46, 117, 137, .1);
    color: var(--zb-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
}

.zb-card h3,
.zb-card h4 {
    color: var(--zb-navy);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 12px;
}

.zb-card p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.zb-card a.zb-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--zb-teal);
}

.zb-card a.zb-link i {
    margin-left: 4px;
    transition: margin-left .2s ease;
}

.zb-card a.zb-link:hover i {
    margin-left: 9px;
}

/* ---------- Process steps ---------- */

.zb-step {
    text-align: center;
    padding: 0 12px;
}

.zb-step-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--zb-navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 19px;
    margin: 0 auto 18px;
}

.zb-step h4 {
    color: var(--zb-navy);
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

.zb-step p {
    font-size: 14.5px;
    line-height: 1.65;
}

/* ---------- Checklist ---------- */

ul.zb-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

ul.zb-checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

ul.zb-checklist li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--zb-teal);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
}

/* ---------- Industries grid ---------- */

.zb-industry-card {
    background: #fff;
    border: 1px solid var(--zb-border);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}

.zb-industry-card h3 {
    color: var(--zb-navy);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--zb-border);
}

.zb-industry-card h5 {
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: var(--zb-teal);
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 16px;
}

.zb-industry-card h5:first-of-type {
    margin-top: 0;
}

.zb-industry-card p {
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 0;
}

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

.zb-cta-band {
    background: linear-gradient(115deg, var(--zb-navy) 0%, var(--zb-teal) 150%);
    border-radius: 18px;
    padding: 56px 50px;
    color: #fff;
}

.zb-cta-band h2 {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 8px;
}

.zb-cta-band p {
    color: rgba(255, 255, 255, .82);
    margin-bottom: 0;
}

/* ---------- FAQ (Bootstrap accordion) ---------- */

.zb-accordion .accordion-item {
    border: 1px solid var(--zb-border);
    border-radius: 10px !important;
    margin-bottom: 14px;
    overflow: hidden;
}

.zb-accordion .accordion-button {
    font-weight: 600;
    color: var(--zb-navy);
    font-size: 15.5px;
    background: #fff;
    padding: 20px 24px;
}

.zb-accordion .accordion-button:not(.collapsed) {
    color: var(--zb-teal);
    background: var(--zb-bg-light);
    box-shadow: none;
}

.zb-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: var(--zb-border);
}

.zb-accordion .accordion-button::after {
    filter: none;
}

.zb-accordion .accordion-body {
    padding: 4px 24px 22px;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--zb-gray);
}

/* ---------- Forms ---------- */

.zb-form .form-control,
.zb-form .form-select {
    border: 1px solid var(--zb-border);
    border-radius: 8px;
    padding: .8rem 1rem;
    font-size: 14.5px;
    margin-bottom: 18px;
}

.zb-form .form-control:focus,
.zb-form .form-select:focus {
    border-color: var(--zb-teal);
    box-shadow: 0 0 0 3px rgba(46, 117, 137, .12);
}

.zb-form label {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--zb-navy);
    margin-bottom: 6px;
    display: inline-block;
}

/* ---------- Contact info tiles ---------- */

.zb-contact-tile {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 26px;
}

.zb-contact-tile .zb-contact-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 10px;
    background: rgba(46, 117, 137, .1);
    color: var(--zb-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.zb-contact-tile h5 {
    color: var(--zb-navy);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

.zb-contact-tile p,
.zb-contact-tile a {
    font-size: 14.5px;
    color: var(--zb-gray);
    margin-bottom: 0;
}

.zb-contact-tile a:hover {
    color: var(--zb-teal);
}

/* ---------- Footer ---------- */

#site-footer.zb-footer {
    background: var(--zb-navy-dark);
}

.zb-footer .footer_logo img {
    height: 40px;
}

.zb-footer h3 {
    font-size: 16px;
    font-weight: 700;
}

.zb-footer .links li a,
.zb-footer p,
.zb-footer .zb-contact-mini a,
.zb-footer .zb-contact-mini {
    color: rgba(255, 255, 255, .65);
    font-size: 14.5px;
}

.zb-footer .links li {
    margin-bottom: 10px;
}

.zb-footer .links li a:hover {
    color: var(--zb-teal-light);
}

.zb-footer .zb-soon {
    font-size: 11px;
    background: rgba(255, 255, 255, .12);
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 6px;
}

.copyright {
    background: var(--zb-navy-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.copyright p,
.copyright a {
    color: rgba(255, 255, 255, .55);
    font-size: 13.5px;
}

.copyright a:hover {
    color: #fff;
}

/* ---------- Misc ---------- */

.zb-divider-sm {
    width: 54px;
    height: 3px;
    background: var(--zb-teal);
    border-radius: 3px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .zb-hero {
        padding: 70px 0 80px;
        text-align: center;
    }
    .zb-hero .zb-hero-sub {
        margin-left: auto;
        margin-right: auto;
    }
    .zb-hero h1 {
        font-size: 33px;
    }
    .zb-cta-band {
        text-align: center;
        padding: 42px 26px;
    }
    .zb-cta-band .text-lg-end {
        text-align: center !important;
        margin-top: 20px;
    }
}

/* ---------- Platforms nav dropdown ---------- */

/* The Platforms menu carries a one-line descriptor under each item, so it
   needs a taller item and a wider menu than the Services dropdown. */
.site-header .dropdown-menu.zb-platform-menu {
    min-width: 300px;
}

.site-header .zb-platform-menu .dropdown-item {
    white-space: normal;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-weight: 600;
}

.zb-nav-note {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--zb-gray);
    margin-top: 2px;
}

.site-header .zb-platform-menu .dropdown-item:hover .zb-nav-note,
.site-header .zb-platform-menu .dropdown-item:focus .zb-nav-note {
    color: rgba(255, 255, 255, .82);
}

/* ---------- Ecosystem / platform cards ---------- */

.zb-platform-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--zb-border);
    border-radius: 12px;
    padding: 34px 30px;
    transition: all .3s ease;
}

.zb-platform-card:hover {
    box-shadow: 0 18px 40px rgba(29, 45, 70, .1);
    border-color: transparent;
    transform: translateY(-4px);
}

/* "Understand / Measure / Train" — marks each platform's place in the journey. */
.zb-platform-step {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--zb-teal);
    background: rgba(46, 117, 137, .1);
    padding: 4px 11px;
    border-radius: 20px;
}

.zb-platform-card h3 {
    color: var(--zb-navy);
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 2px;
}

.zb-platform-domain {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    color: var(--zb-teal);
    margin-bottom: 14px;
}

.zb-platform-card p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.zb-platform-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.zb-platform-points li {
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 9px;
}

.zb-platform-points li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
    color: var(--zb-teal);
}

.zb-platform-card a.zb-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--zb-teal);
}

.zb-platform-card a.zb-link i {
    margin-left: 4px;
    transition: margin-left .2s ease;
}

.zb-platform-card a.zb-link:hover i {
    margin-left: 9px;
}

.zb-platform-footnote {
    font-size: 13px;
    line-height: 1.6;
    color: var(--zb-gray);
    max-width: 760px;
    margin: 0 auto;
}

/* Secondary block inside a service page's sticky sidebar card, pointing at
   whichever free platform is most useful alongside that service. */
.zb-platform-aside {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--zb-border);
}

.zb-platform-aside-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--zb-teal);
    margin-bottom: 10px;
}

.zb-platform-aside-label i {
    margin-right: 5px;
}

.zb-platform-aside h4 {
    color: var(--zb-navy);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.zb-platform-aside p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 14px;
}

.zb-platform-aside a.zb-link {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    color: var(--zb-teal);
}

.zb-platform-aside a.zb-link i {
    margin-left: 4px;
    transition: margin-left .2s ease;
}

.zb-platform-aside a.zb-link:hover i {
    margin-left: 9px;
}

/* The "Free" badge sits on the Platforms heading rather than on each link,
   so the three domains read as a clean list. */
.zb-footer h3 .zb-soon {
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
}

/* ==========================================================================
   Platform showcase carousel (#platform-showcase)
   Three slides — DPDP Guide, DPDP Checkup, DPDP Academy — each pairing a
   browser-framed preview with that platform's own feature points.
   ========================================================================== */

/* ---------- Tabs ---------- */

.zb-showcase-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 46px;
}

.zb-showcase-tab {
    border: 1px solid var(--zb-border);
    background: #fff;
    color: var(--zb-navy);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2px;
    padding: 11px 24px;
    border-radius: 30px;
    transition: all .25s ease;
}

.zb-showcase-tab i {
    margin-right: 7px;
    color: var(--zb-teal);
    transition: color .25s ease;
}

.zb-showcase-tab:hover {
    border-color: var(--zb-teal);
    color: var(--zb-teal);
}

.zb-showcase-tab.active {
    background: var(--zb-navy);
    border-color: var(--zb-navy);
    color: #fff;
    box-shadow: 0 10px 24px rgba(29, 45, 70, .18);
}

.zb-showcase-tab.active i {
    color: var(--zb-teal-light);
}

/* ---------- Browser frame ---------- */

.zb-browser {
    background: #fff;
    border: 1px solid var(--zb-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(29, 45, 70, .13);
}

.zb-browser-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 16px;
    background: #EEF2F4;
    border-bottom: 1px solid var(--zb-border);
}

.zb-browser-dots {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.zb-browser-dots > span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CBD5DA;
}

.zb-browser-url {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--zb-gray);
    text-align: center;
    letter-spacing: .2px;
}

.zb-browser-url i {
    font-size: 10px;
    margin-right: 6px;
    color: #8FA3AB;
}

.zb-browser-view {
    padding: 30px 30px 34px;
    background: linear-gradient(160deg, #FBFCFD 0%, #F2F6F8 100%);
    min-height: 322px;
}

/* Real screenshots drop straight in: give .zb-browser-view the p-0 class and
   put an <img class="zb-browser-shot"> inside it. */
.zb-browser-shot {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------- Mock page content inside the frame ---------- */

.zb-mock-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--zb-border);
}

.zb-mock-nav > span {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--zb-gray);
    letter-spacing: .2px;
}

.zb-mock-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: var(--zb-teal);
    margin-bottom: 9px;
}

.zb-mock-h {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--zb-navy);
    margin-bottom: 22px;
}

.zb-mock-note {
    font-size: 11.5px;
    color: var(--zb-gray);
    margin: 14px 0 0;
    font-style: italic;
}

/* Guide: chapter list */
.zb-mock-chapters {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.zb-mock-chapters > span {
    background: #fff;
    border: 1px solid var(--zb-border);
    border-left: 3px solid var(--zb-teal);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--zb-navy);
}

/* Checkup: score bars */
.zb-mock-bars {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.zb-mock-bar > span {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--zb-navy);
    margin-bottom: 7px;
}

/* <em> is the track, <i> the fill. */
.zb-mock-bar > em {
    display: block;
    height: 8px;
    border-radius: 20px;
    background: #DFE7EB;
    overflow: hidden;
}

.zb-mock-bar > em > i {
    display: block;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--zb-teal) 0%, var(--zb-teal-light) 100%);
}

/* Academy: module checklist */
.zb-mock-modules {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.zb-mock-modules > span {
    background: #fff;
    border: 1px solid var(--zb-border);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--zb-navy);
}

.zb-mock-modules > span > i {
    margin-right: 9px;
    color: var(--zb-teal);
}

.zb-mock-modules > span > i.far {
    color: #C3D0D6;
}

/* ---------- Feature columns beside the frame ---------- */

.zb-showcase-row {
    padding: 6px 0 10px;
}

.zb-showcase-feature {
    margin-bottom: 38px;
}

.zb-showcase-feature:last-child {
    margin-bottom: 0;
}

.zb-showcase-feature .icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(46, 117, 137, .1);
    color: var(--zb-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 15px;
}

/* The left column reads right-aligned on desktop, so its icon follows. */
.text-md-end .zb-showcase-feature .icon {
    margin-left: auto;
}

.zb-showcase-feature h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--zb-navy);
    margin-bottom: 9px;
}

.zb-showcase-feature p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Owl clips absolutely-positioned children by default; the frame's shadow
   needs the overflow visible to avoid a hard edge at the stage boundary. */
#zb-platform-slider .owl-stage-outer {
    padding: 10px 0 26px;
    margin: -10px 0 -26px;
}

@media (max-width: 991px) {
    .zb-showcase-feature .icon,
    .text-md-end .zb-showcase-feature .icon {
        margin-left: auto;
        margin-right: auto;
    }

    .zb-showcase-row .col-lg-6 {
        margin-bottom: 42px;
    }

    .zb-showcase-feature {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .zb-showcase-tab {
        font-size: 13.5px;
        padding: 9px 17px;
    }

    .zb-browser-view {
        padding: 22px 20px 26px;
        min-height: 0;
    }

    .zb-mock-h {
        font-size: 17px;
    }

    .zb-mock-nav {
        gap: 12px;
    }
}

/* ---------- Enquiry form: Turnstile + honeypot ---------- */

/* Hidden from people, left in the DOM for bots to trip over. Off-screen
   rather than display:none, which some bots skip. */
.zb-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.zb-turnstile {
    margin: 6px 0 4px;
}

/* Turnstile injects a fixed-width iframe; let it shrink on small screens
   instead of pushing the card wider than the viewport. */
.zb-turnstile iframe {
    max-width: 100%;
}

.zb-form .alert ul {
    list-style: disc;
}

/* Five-across values row on desktop. Bootstrap has no 2.4-wide column, so the
   markup uses a custom class; it must stay scoped to lg and up, or the col-6 /
   col-md-4 fallbacks below it never get a chance and five items are crushed
   into one row on phones. */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* ==========================================================================
   Legal pages (privacy-policy.html, terms-of-use.html)
   Long-form prose with a sticky section index.
   ========================================================================== */

.zb-legal-toc {
    position: sticky;
    top: 110px;
    background: var(--zb-bg-light);
    border: 1px solid var(--zb-border);
    border-radius: 12px;
    padding: 26px 24px;
}

.zb-legal-toc-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: var(--zb-teal);
    margin-bottom: 14px;
}

.zb-legal-toc ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    counter-reset: zbtoc;
}

.zb-legal-toc li {
    counter-increment: zbtoc;
    margin-bottom: 9px;
    line-height: 1.45;
}

.zb-legal-toc li a {
    font-size: 13.5px;
    color: var(--zb-navy);
    font-weight: 500;
}

.zb-legal-toc li a::before {
    content: counter(zbtoc) ".";
    color: var(--zb-gray);
    font-weight: 600;
    margin-right: 7px;
}

.zb-legal-toc li a:hover {
    color: var(--zb-teal);
}

.zb-legal-effective {
    font-size: 12.5px;
    color: var(--zb-gray);
    padding-top: 14px;
    border-top: 1px solid var(--zb-border);
}

/* Anchor targets must clear the fixed header when jumped to. */
.zb-legal-h {
    font-size: 21px;
    font-weight: 700;
    color: var(--zb-navy);
    margin: 44px 0 16px;
    scroll-margin-top: 110px;
}

.zb-legal > .zb-legal-h:first-of-type {
    margin-top: 0;
}

.zb-legal p {
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.zb-legal a {
    color: var(--zb-teal);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.zb-legal strong {
    color: var(--zb-navy);
}

.zb-legal-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.zb-legal-list li {
    position: relative;
    padding-left: 24px;
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 11px;
}

.zb-legal-list li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--zb-teal);
}

/* Plain-language summary at the head of each document. */
.zb-legal-note {
    background: rgba(46, 117, 137, .07);
    border-left: 3px solid var(--zb-teal);
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 38px;
}

.zb-legal-note p {
    font-size: 15px;
    line-height: 1.75;
}

.zb-legal-contact {
    background: var(--zb-bg-light);
    border: 1px solid var(--zb-border);
    border-radius: 10px;
    padding: 22px 24px;
    margin: 4px 0 20px;
}

.zb-legal-contact p {
    font-size: 15px;
    margin-bottom: 6px;
}

.zb-legal-req,
.zb-legal-opt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 4px;
    white-space: nowrap;
}

.zb-legal-req {
    background: rgba(46, 117, 137, .12);
    color: var(--zb-teal);
}

.zb-legal-opt {
    background: rgba(101, 120, 127, .12);
    color: var(--zb-gray);
}

.zb-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 14px;
    color: var(--zb-navy);
}

@media (max-width: 991px) {
    .zb-legal-toc {
        position: static;
        margin-bottom: 42px;
    }
}

/* ---------- X (formerly Twitter) glyph ----------
   The bundled Font Awesome is 5.10.0, which predates the X rebrand and has no
   fa-x-twitter glyph. Rather than upgrading the whole icon font for one mark,
   draw it with a CSS mask: the box inherits currentColor and sizes from
   font-size, so it behaves like the neighbouring font icons and picks up every
   existing hover, colour, and dark-footer rule for free. */
.fab.fa-x-twitter {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.9 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.9 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
}

/* The X mark reads heavier than the bird it replaces; trim it slightly so it
   sits at the same optical weight as the LinkedIn and YouTube glyphs. */
ul.social-icons li a .fa-x-twitter,
ul.social-icons-simple li a .fa-x-twitter {
    width: .92em;
    height: .92em;
}
