/* =========================================================
   WhiteVue 360° Brochure — screen + A4 print/PDF
   ========================================================= */

:root {
    --br-orange: #ff9c00;
    --br-orange-deep: #e08900;
    --br-black: #0c0c0c;
    --br-ink: #161616;
    --br-muted: #5c5c5c;
    --br-fog: #f3f2ee;
    --br-paper: #faf9f6;
    --br-white: #ffffff;
    --br-line: rgba(12, 12, 12, 0.1);
    --font-d: "Outfit", "IBM Plex Sans Arabic", system-ui, sans-serif;
    --font-b: "Source Sans 3", "IBM Plex Sans Arabic", system-ui, sans-serif;
    --page-w: 210mm;
    --page-h: 297mm;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.br-body {
    margin: 0;
    font-family: var(--font-b);
    font-size: 15px;
    line-height: 1.55;
    color: var(--br-ink);
    background: #1a1a1a;
    -webkit-font-smoothing: antialiased;
}

.br-body.is-rtl { font-family: "IBM Plex Sans Arabic", var(--font-b); }
.br-body.is-rtl .br-page-head h2,
.br-body.is-rtl h1,
.br-body.is-rtl h2,
.br-body.is-rtl h3 { font-family: "IBM Plex Sans Arabic", var(--font-d); }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.accent-360 { color: var(--br-orange); font-weight: 700; }

/* ---------- Toolbar (screen only) ---------- */
.br-toolbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(12, 12, 12, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 0.75rem 1rem 0.55rem;
    backdrop-filter: blur(12px);
}

.br-toolbar-inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
    justify-content: space-between;
}

.br-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-d);
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.br-back:hover { color: var(--br-orange); }

.br-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.br-langs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.br-lang {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-d);
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
}

.br-lang img {
    width: 16px;
    height: 12px;
    object-fit: cover;
    border-radius: 1px;
}

.br-lang.is-active,
.br-lang:hover {
    border-color: var(--br-orange);
    color: var(--br-orange);
    background: rgba(255, 156, 0, 0.08);
}

.br-print-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    border-radius: 999px;
    background: var(--br-orange);
    color: var(--br-black);
    font-family: var(--font-d);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.br-print-btn:hover { background: var(--br-orange-deep); }

.br-mode {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-family: var(--font-d);
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
}

.br-mode:hover,
.br-mode.is-active {
    border-color: var(--br-orange);
    color: var(--br-orange);
    background: rgba(255, 156, 0, 0.08);
}

/* ---------- QR ---------- */
.br-qr-heading {
    margin: 0.9rem 0 0.45rem;
    font-family: var(--font-d);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.br-contact-details .br-qr-heading { color: var(--br-muted); }

.br-qr-row {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.br-qr {
    margin: 0;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 0.45rem 0.45rem 0.35rem;
    border: 1px solid rgba(255, 156, 0, 0.45);
    box-shadow: 0 0 0 1px rgba(255, 156, 0, 0.12);
}

.br-qr img {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.br-qr figcaption {
    margin-top: 0.25rem;
    font-family: var(--font-d);
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--br-black);
}

/* ---------- Leave-behind (1 page) ---------- */
.br-leave {
    background: linear-gradient(180deg, #ffffff 0%, var(--br-fog) 100%);
    gap: 0.75rem;
}

.br-leave-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--br-line);
}

.br-leave-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.br-leave-360 {
    font-family: var(--font-d);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--br-orange);
    letter-spacing: -0.03em;
}

.br-leave-meta {
    text-align: end;
}

.br-leave-meta p {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    color: var(--br-muted);
}

.br-leave-hero h1 {
    margin: 0 0 0.4rem;
    font-family: var(--font-d);
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--br-black);
}

.br-leave-hero p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--br-muted);
    max-width: 62ch;
}

.br-leave-journey {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
}

.br-leave-step {
    background: var(--br-black);
    color: #fff;
    border-radius: 10px;
    padding: 0.65rem 0.55rem;
    text-align: center;
    border: 1px solid rgba(255, 156, 0, 0.35);
}

.br-leave-step strong {
    display: block;
    font-family: var(--font-d);
    color: var(--br-orange);
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
}

.br-leave-step span {
    font-family: var(--font-d);
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.3;
}

.br-leave-mid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
}

.br-leave-col {
    background: #fff;
    border: 1px solid var(--br-line);
    border-radius: 12px;
    padding: 0.75rem 0.8rem;
}

.br-leave-col-dark {
    background: var(--br-black);
    color: #fff;
    border-color: rgba(255, 156, 0, 0.35);
}

.br-leave-col h2 {
    margin: 0 0 0.45rem;
    font-family: var(--font-d);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--br-orange);
}

.br-leave-col:not(.br-leave-col-dark) h2 { color: var(--br-black); }

.br-leave-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.3rem;
}

.br-leave-col li {
    position: relative;
    padding-inline-start: 0.9rem;
    font-size: 0.78rem;
    line-height: 1.4;
}

.br-leave-col li::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0;
    color: var(--br-orange);
    font-weight: 700;
    font-size: 0.72rem;
}

.br-leave-note {
    margin: 0.55rem 0 0;
    font-size: 0.72rem;
    line-height: 1.4;
    color: var(--br-muted);
}

.br-leave-col-dark .br-leave-note { color: rgba(255, 255, 255, 0.55); }

.br-leave-contact {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0.75rem;
    margin-top: auto;
    background: #fff;
    border: 1px solid var(--br-line);
    border-radius: 14px;
    padding: 0.85rem 0.95rem;
}

.br-leave-contact-copy h2 {
    margin: 0 0 0.45rem;
    font-family: var(--font-d);
    font-size: 1.05rem;
    font-weight: 600;
}

.br-leave-channels {
    margin: 0.7rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.3rem;
}

.br-leave-channels li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.br-leave-channels i { color: var(--br-orange); margin-top: 0.1rem; }

.br-leave-qr-wrap {
    background: var(--br-black);
    border-radius: 12px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.br-leave-qr-wrap .br-qr-heading {
    margin-top: 0;
    text-align: center;
}

.br-leave-qr-wrap .br-qr img {
    width: 108px;
    height: 108px;
}

.br-toolbar-hint {
    max-width: 980px;
    margin: 0.45rem auto 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ---------- Book ---------- */
.br-book {
    max-width: calc(var(--page-w) + 48px);
    margin: 1.25rem auto 3rem;
    padding: 0 12px;
    display: grid;
    gap: 1.25rem;
}

.br-page {
    position: relative;
    width: 100%;
    min-height: var(--page-h);
    background: var(--br-paper);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    padding: 14mm 14mm 12mm;
    display: flex;
    flex-direction: column;
}

/* ---------- Cover ---------- */
.br-cover {
    background: var(--br-black);
    color: #fff;
    padding: 16mm 14mm 14mm;
    justify-content: space-between;
}

.br-cover-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 55% at 85% 15%, rgba(255, 156, 0, 0.22), transparent 55%),
        radial-gradient(ellipse 60% 40% at 10% 80%, rgba(255, 156, 0, 0.1), transparent 50%),
        linear-gradient(165deg, #141414 0%, #0a0a0a 100%);
    pointer-events: none;
}

.br-cover-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 28px 28px;
}

.br-cover-top,
.br-cover-hero,
.br-cover-foot { position: relative; z-index: 1; }

.br-cover-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.wv-logo-img.wv-wordmark--brochure {
    height: 42px;
    width: auto;
    max-width: 220px;
}

.wv-logo-img.wv-wordmark--brochure-sm {
    height: 28px;
    width: auto;
    max-width: 160px;
    margin-bottom: 0.35rem;
}

.br-badge {
    font-family: var(--font-d);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--br-black);
    background: var(--br-orange);
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    white-space: nowrap;
}

.br-kicker {
    margin: 0 0 0.75rem;
    font-family: var(--font-d);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--br-orange);
}

.br-cover-hero h1 {
    margin: 0 0 1rem;
    font-family: var(--font-d);
    font-size: clamp(1.85rem, 4.2vw, 2.55rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    max-width: 16ch;
}

.br-cover-lead {
    margin: 0 0 1.75rem;
    max-width: 38ch;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.br-cover-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    max-width: 420px;
}

.br-cover-pillars span {
    font-family: var(--font-d);
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.55rem 0.7rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 156, 0, 0.35);
    background: rgba(255, 156, 0, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.br-cover-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    margin-top: 2rem;
}

.br-cover-foot strong {
    display: block;
    font-family: var(--font-d);
    font-size: 0.9rem;
    margin-bottom: 0.15rem;
}

.br-cover-foot span {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

.br-cover-360 {
    font-family: var(--font-d);
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--br-orange);
    line-height: 1;
    letter-spacing: -0.04em;
    text-shadow: 0 0 30px rgba(255, 156, 0, 0.35);
}

/* ---------- Inner pages ---------- */
.br-page-light {
    background:
        linear-gradient(180deg, #ffffff 0%, var(--br-fog) 100%);
}

.br-page-head { margin-bottom: 1.15rem; }

.br-eyebrow {
    display: inline-block;
    font-family: var(--font-d);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--br-orange);
    margin-bottom: 0.45rem;
}

.br-page-head h2 {
    margin: 0 0 0.5rem;
    font-family: var(--font-d);
    font-size: 1.55rem;
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--br-black);
}

.br-page-head p {
    margin: 0;
    max-width: 52ch;
    color: var(--br-muted);
    font-size: 0.95rem;
}

.br-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 1.1rem;
}

.br-card {
    border-radius: 12px;
    padding: 1rem 1.05rem;
}

.br-card h3 {
    margin: 0 0 0.65rem;
    font-family: var(--font-d);
    font-size: 0.95rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.br-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.br-card li {
    position: relative;
    padding-inline-start: 0.95rem;
    font-size: 0.84rem;
    line-height: 1.45;
}

.br-card li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.45em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.br-card-muted {
    background: #ecebe6;
    border: 1px solid var(--br-line);
}

.br-card-muted h3 { color: #666; }
.br-card-muted li { color: #444; }
.br-card-muted li::before { background: #999; }

.br-card-dark {
    background: var(--br-black);
    color: #fff;
    border: 1px solid rgba(255, 156, 0, 0.35);
}

.br-card-dark h3 { color: var(--br-orange); }
.br-card-dark li { color: rgba(255, 255, 255, 0.85); }
.br-card-dark li::before { background: var(--br-orange); }

.br-tech-block {
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--br-line);
    padding: 1.1rem 1.15rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 24px rgba(20, 12, 0, 0.04);
}

.br-tech-copy h3 {
    margin: 0.2rem 0 0.4rem;
    font-family: var(--font-d);
    font-size: 1.15rem;
    font-weight: 600;
}

.br-tech-copy p {
    margin: 0 0 0.9rem;
    color: var(--br-muted);
    font-size: 0.9rem;
}

.br-tech-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

.br-tech-grid div {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    background: rgba(255, 156, 0, 0.08);
}

.br-tech-grid strong {
    font-family: var(--font-d);
    color: var(--br-orange);
    font-size: 0.85rem;
}

.br-tech-grid span {
    font-size: 0.82rem;
    line-height: 1.4;
    color: var(--br-ink);
}

.br-who h3 {
    margin: 0 0 0.55rem;
    font-family: var(--font-d);
    font-size: 1rem;
    font-weight: 600;
}

.br-who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}

.br-who-grid span {
    font-family: var(--font-d);
    font-size: 0.78rem;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.4rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 156, 0, 0.25);
    background: #fff;
}

/* ---------- Journey ---------- */
.br-journey {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.br-journey-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 0.75rem;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--br-line);
    border-radius: 12px;
    padding: 0.75rem 0.85rem;
    position: relative;
}

.br-journey-pct {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--br-black);
    background: var(--br-orange);
    border-radius: 8px;
    letter-spacing: -0.02em;
}

.br-journey-body h3 {
    margin: 0 0 0.2rem;
    font-family: var(--font-d);
    font-size: 0.95rem;
    font-weight: 600;
}

.br-journey-body p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--br-muted);
    line-height: 1.45;
}

.br-you-get {
    margin-top: 0.35rem !important;
    color: var(--br-ink) !important;
}

.br-you-get strong {
    color: var(--br-orange);
    font-family: var(--font-d);
    font-weight: 600;
}

.br-get-panel {
    background: var(--br-black);
    color: #fff;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    margin-bottom: 0.85rem;
}

.br-get-panel h3 {
    margin: 0 0 0.65rem;
    font-family: var(--font-d);
    font-size: 1rem;
    color: var(--br-orange);
}

.br-outcomes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem 0.85rem;
}

.br-outcomes li {
    position: relative;
    padding-inline-start: 1.1rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.88);
}

.br-outcomes li::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0;
    color: var(--br-orange);
    font-weight: 700;
}

.br-solutions-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    font-size: 0.78rem;
}

.br-solutions-strip strong {
    font-family: var(--font-d);
    margin-inline-end: 0.25rem;
}

.br-solutions-strip span {
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 156, 0, 0.12);
    border: 1px solid rgba(255, 156, 0, 0.3);
    font-family: var(--font-d);
    font-weight: 500;
}

/* ---------- Why + contact ---------- */
.br-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-bottom: 0.9rem;
}

.br-why-grid article {
    background: #fff;
    border: 1px solid var(--br-line);
    border-radius: 12px;
    padding: 0.8rem 0.9rem;
}

.br-why-grid i {
    color: var(--br-orange);
    font-size: 1.15rem;
}

.br-why-grid h3 {
    margin: 0.35rem 0 0.25rem;
    font-family: var(--font-d);
    font-size: 0.9rem;
    font-weight: 600;
}

.br-why-grid p {
    margin: 0;
    font-size: 0.78rem;
    color: var(--br-muted);
    line-height: 1.45;
}

.br-process-mini {
    background: #fff;
    border: 1px solid var(--br-line);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.9rem;
}

.br-process-mini h3 {
    margin: 0 0 0.5rem;
    font-family: var(--font-d);
    font-size: 0.95rem;
}

.br-process-mini ol {
    margin: 0;
    padding-inline-start: 1.15rem;
    display: grid;
    gap: 0.35rem;
}

.br-process-mini li {
    font-size: 0.8rem;
    color: var(--br-muted);
}

.br-process-mini strong {
    color: var(--br-ink);
    font-family: var(--font-d);
}

.br-contact-panel {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 0.75rem;
    margin-top: auto;
}

.br-contact-cta {
    background: linear-gradient(145deg, #1a1a1a, #0c0c0c);
    color: #fff;
    border-radius: 14px;
    padding: 1.1rem;
    border: 1px solid rgba(255, 156, 0, 0.35);
}

.br-contact-cta h3 {
    margin: 0 0 0.4rem;
    font-family: var(--font-d);
    font-size: 1.15rem;
    font-weight: 600;
}

.br-contact-cta p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.br-cta-action {
    margin-top: 0.85rem !important;
    display: inline-block;
    background: var(--br-orange);
    color: var(--br-black) !important;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 0.85rem !important;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
}

.br-contact-details {
    background: #fff;
    border: 1px solid var(--br-line);
    border-radius: 14px;
    padding: 0.95rem 1rem;
}

.br-contact-details h4 {
    margin: 0 0 0.65rem;
    font-family: var(--font-d);
    font-size: 0.95rem;
    font-weight: 600;
}

.br-contact-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.br-contact-details li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
}

.br-contact-details i {
    color: var(--br-orange);
    margin-top: 0.15rem;
}

.br-contact-details span {
    display: block;
    font-size: 0.7rem;
    color: var(--br-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.br-contact-details strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: var(--font-d);
}

.br-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--br-line);
}

.br-social a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: var(--font-d);
    font-size: 0.72rem;
    font-weight: 500;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 156, 0, 0.1);
    color: var(--br-ink);
}

.br-page-foot {
    margin-top: auto;
    padding-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-d);
    font-size: 0.72rem;
    color: var(--br-muted);
    border-top: 1px solid var(--br-line);
}

.br-page-foot-final {
    margin-top: 0.85rem;
    align-items: flex-end;
}

.br-page-foot-final p {
    margin: 0;
    max-width: 36ch;
    font-size: 0.75rem;
    color: var(--br-muted);
}

/* font-weight 650 fix */
.br-page-head h2 { font-weight: 600; }

.br-body.is-rtl .br-journey-step,
.br-body.is-rtl .br-tech-grid div,
.br-body.is-rtl .br-contact-details li {
    direction: rtl;
}

/* ---------- Responsive screen ---------- */
@media (max-width: 720px) {
    .br-page { min-height: auto; padding: 1.25rem; }
    .br-two-col,
    .br-why-grid,
    .br-contact-panel,
    .br-tech-grid,
    .br-outcomes,
    .br-who-grid,
    .br-leave-journey,
    .br-leave-mid,
    .br-leave-contact { grid-template-columns: 1fr; }
    .br-cover-pillars { grid-template-columns: 1fr; }
    .br-journey-step { grid-template-columns: 64px 1fr; }
    .br-langs span { display: none; }
    .br-leave-meta { text-align: start; }
}

/* ---------- Print / PDF ---------- */
@media print {
    @page {
        size: A4 portrait;
        margin: 0;
    }

    body.br-body {
        background: #fff;
        font-size: 10.5pt;
    }

    .no-print { display: none !important; }

    .br-book {
        max-width: none;
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .br-page {
        width: 210mm;
        height: 297mm;
        min-height: 297mm;
        max-height: 297mm;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        page-break-after: always;
        break-after: page;
        overflow: hidden;
        padding: 12mm 13mm 10mm;
    }

    .br-page:last-child {
        page-break-after: auto;
        break-after: auto;
    }

    .br-cover { padding: 14mm 13mm 12mm; }

    a { text-decoration: none; color: inherit; }

    .br-print-btn,
    .br-toolbar { display: none !important; }

    .br-leave-book { gap: 0; }

    .br-leave {
        page-break-after: auto;
        break-after: auto;
    }

    .br-qr img {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
