/*
Theme Name:   Busheyitchange
Theme URI:    https://busheyitchange.com
Description:  Custom child theme for Bushey IT Change
Author:       Bushey IT Change
Author URI:   https://busheyitchange.com
Template:     webteck
Version:      1.0
Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain:  busheyitchange-child
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.recent-post .post-title{
	text-transform:unset !important;
}

.copyright-wrap {
  padding: 15px 0;
  font-size: 15px;
  color: #fff;
}

.copyright-text a {
  color: #fff;
  text-decoration: none;
}

.developed-by {
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.footer-links .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.footer-links .menu a {
  color: #fff;
  text-decoration: none;
}

.footer-links .menu a:hover {
  text-decoration: underline;
}

body {
    font-family: var(--title-font);
    font-size: 20px !important;
    color: var(--body-color);
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}


/* ================================================================================
   BUSHEY IT CHANGE — MASTER STYLESHEET
   ================================================================================
   File:        bushey-master.css  (paste into style.css or enqueue separately)
   Scope:       Everything is scoped under .bsy — won't affect any existing page
   Activate:    Wrap any new page's HTML in <div class="bsy">...</div>
   
   USAGE
   ─────
   1. Paste this entire file into your style.css (append to bottom).
   2. For any new page, paste only the HTML markup (no <style> block needed)
      into a single Elementor HTML widget.
   3. The HTML must start with <div class="bsy"> and end with </div>.
   4. All components below will style automatically.
   
   COMPONENTS INCLUDED
   ─────
   · .bsy__hero              Full-width hero with content + visual card
   · .bsy__why               2-col split with shape-stack visual
   · .bsy__cards-grid        4-card grid (also -3 / -2 variants)
   · .bsy__stats             4-column purple stats strip
   · .bsy__steps             5-step / 6-step numbered horizontal process
   · .bsy__dark-section      Dark feature section with cluster lists
   · .bsy__applied           2-col with side panel
   · .bsy__supports          Role-card grid (4-up)
   · .bsy__three-line        3-column principle banner
   · .bsy__compare           Side-by-side neg/pos comparison panels
   · .bsy__relation          Split commitment/control card
   · .bsy__cta               Purple banner CTA
   · .bsy__pull              Purple pull-quote
   · .bsy__check-list        2-col checkmark list
   · .bsy__risk-list         Amber-flagged risk list
   · .bsy__panel             Purple-headed list panel
   · .bsy__frameworks        Branded framework callouts (dark)
   
   BRAND MARKS
   ─────
   AssureChange™:                    <span class="bsy-brand">Assure<em>Change</em><sup>™</sup></span>
   Bushey AI Governance Spine™:      <span class="bsy-brand-ais">Bushey <em>AI Governance</em> Spine Framework<sup>™</sup></span>
   On dark backgrounds:              add --inv modifier  (e.g. .bsy-brand--inv)
   
   SPEC
   ─────
   Primary:    #5A00A3
   Title:      Barlow 40px h1, scales fluidly
   Body:       Roboto 18px floor, scales fluidly
   Theme:      Webteck-aligned (light lavender bg, dotted patterns, numbered process)
   ================================================================================ */


/* ================================================================================
   01 · ROOT TOKENS — design system
   ================================================================================ */
.bsy {
    /* BRAND */
    --bsy-primary:        #5A00A3;
    --bsy-primary-deep:   #3D006E;
    --bsy-primary-soft:   #7B2BC4;
    --bsy-tint:           #F4ECFB;
    --bsy-tint-2:         #ECE0F8;
    --bsy-line:           #E5D4F4;
    --bsy-amber:          #F5A623;
    --bsy-amber-soft:     #FEF3DF;

    /* INK / TEXT */
    --bsy-ink:            #1A1A2E;
    --bsy-ink-2:          #2A2A40;
    --bsy-text:           #5C5C70;
    --bsy-text-mute:      #8A8A9E;
    --bsy-line-soft:      #ECEAF2;
    --bsy-line-cool:      #E0DEEC;

    /* SURFACES */
    --bsy-paper:          #FFFFFF;
    --bsy-bg-soft:        #F7F2FB;
    --bsy-bg-cool:        #FAF7FE;
    --bsy-bg-card:        #FCFAFE;

    /* TYPE */
    --bsy-fs-display:     clamp(40px, 5vw, 64px);
    --bsy-fs-h1:          40px;
    --bsy-fs-h1-fluid:    clamp(30px, 3.4vw, 40px);
    --bsy-fs-h2:          clamp(26px, 2.6vw, 34px);
    --bsy-fs-h3:          clamp(20px, 1.7vw, 24px);
    --bsy-fs-lede:        clamp(18px, 1.3vw, 21px);
    --bsy-fs-body:        18px;
    --bsy-fs-small:       16px;
    --bsy-fs-eyebrow:     13px;

    /* RHYTHM */
    --bsy-section-y:      clamp(80px, 10vw, 130px);
    --bsy-gutter:         clamp(20px, 3vw, 40px);

    /* DETAIL */
    --bsy-radius:         14px;
    --bsy-radius-sm:      10px;
    --bsy-radius-pill:    100px;
    --bsy-shadow-sm:      0 4px 16px rgba(26, 26, 46, .06);
    --bsy-shadow:         0 16px 40px rgba(90, 0, 163, .10);
    --bsy-shadow-lg:      0 28px 64px rgba(90, 0, 163, .16);

    /* RESET */
    font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: var(--bsy-fs-body);
    font-weight: 400;
    line-height: 1.7;
    color: var(--bsy-text);
    background: var(--bsy-paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

.bsy h1, .bsy h2, .bsy h3, .bsy h4 {
    font-family: 'Barlow', system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 700;
    color: var(--bsy-ink);
    line-height: 1.16;
    margin: 0;
    letter-spacing: -0.014em;
}
.bsy p { margin: 0; }
.bsy strong { color: var(--bsy-ink); font-weight: 600; }
.bsy a { color: inherit; text-decoration: none; }


/* ================================================================================
   02 · BRAND MARKS — automated AssureChange + AI Governance Spine
   ================================================================================ */
.bsy-brand,
.bsy-brand-ais {
    font-family: inherit;
    font-weight: inherit;
    color: var(--bsy-ink);
    letter-spacing: -0.014em;
    white-space: nowrap;
}
.bsy-brand em,
.bsy-brand-ais em {
    font-style: normal;
    color: var(--bsy-primary);
    font-weight: inherit;
}
.bsy-brand sup,
.bsy-brand-ais sup {
    font-size: 0.42em;
    font-weight: 600;
    vertical-align: super;
    margin-left: 0.05em;
    color: var(--bsy-primary);
    letter-spacing: 0;
}
/* Inverse (for dark backgrounds) */
.bsy-brand--inv,
.bsy-brand-ais--inv { color: var(--bsy-paper); }
.bsy-brand--inv em,
.bsy-brand-ais--inv em { color: var(--bsy-amber); }
.bsy-brand--inv sup,
.bsy-brand-ais--inv sup { color: var(--bsy-amber); }


/* ================================================================================
   03 · SHARED PRIMITIVES — container, eyebrow, sec-head, buttons
   ================================================================================ */
.bsy__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--bsy-gutter);
    position: relative;
}

.bsy__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: var(--bsy-tint);
    border: 1px solid var(--bsy-line);
    border-radius: var(--bsy-radius-pill);
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-eyebrow);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bsy-primary);
    margin-bottom: 22px;
}
.bsy__eyebrow::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--bsy-amber);
    border-radius: 50%;
    flex-shrink: 0;
}
.bsy__eyebrow--inverse {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .20);
    color: var(--bsy-paper);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.bsy__eyebrow--inverse::before { background: var(--bsy-amber); }

/* Section header — centered */
.bsy__sec-head {
    text-align: center;
    max-width: 860px;
    margin: 0 auto clamp(40px, 5vw, 64px);
}
.bsy__sec-head .bsy__eyebrow { margin-left: auto; margin-right: auto; }
.bsy__sec-head h2 {
    font-size: var(--bsy-fs-h1-fluid);
    margin-bottom: 14px;
}
.bsy__sec-head .sub {
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-h3);
    font-weight: 500;
    color: var(--bsy-primary);
    margin-bottom: 18px;
}
.bsy__sec-head p {
    font-size: var(--bsy-fs-body);
    color: var(--bsy-text);
    line-height: 1.7;
}

/* Buttons */
.bsy__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--bsy-radius-sm);
    transition: all 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
    cursor: pointer;
    border: 0;
    position: relative;
    overflow: hidden;
}
.bsy__btn svg {
    width: 16px; height: 16px;
    fill: none; stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
    transition: transform 0.35s;
}
.bsy__btn:hover svg { transform: translateX(5px); }

.bsy__btn--primary {
    background: var(--bsy-primary);
    color: var(--bsy-paper);
}
.bsy__btn--primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bsy-primary-deep);
    transform: translateY(101%);
    transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
    z-index: 0;
}
.bsy__btn--primary:hover::before { transform: translateY(0); }
.bsy__btn--primary span,
.bsy__btn--primary svg { position: relative; z-index: 1; }

.bsy__btn--ghost {
    background: transparent;
    color: var(--bsy-ink);
    padding: 16px 4px;
    border-bottom: 2px solid var(--bsy-ink);
    border-radius: 0;
}
.bsy__btn--ghost:hover {
    color: var(--bsy-primary);
    border-color: var(--bsy-primary);
}

/* Highlight — amber gradient underline on key words */
.bsy-hl {
    color: var(--bsy-primary);
    position: relative;
    display: inline-block;
}
.bsy-hl::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: 0.06em;
    height: 0.18em;
    background: linear-gradient(90deg, var(--bsy-amber) 0%, rgba(245, 166, 35, 0) 100%);
    opacity: 0.40;
    z-index: -1;
}

/* Universal pull-quote — purple tint with primary border */
.bsy__pull {
    margin: 26px 0;
    padding: 22px 28px;
    background: var(--bsy-tint);
    border-left: 4px solid var(--bsy-primary);
    border-radius: 0 8px 8px 0;
}
.bsy__pull p {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(19px, 1.5vw, 22px);
    font-weight: 600;
    color: var(--bsy-primary);
    line-height: 1.45;
    margin: 0;
}


/* ================================================================================
   04 · HERO — light lavender, content L, visual card R
   ================================================================================ */
.bsy__hero {
    background:
        radial-gradient(circle at 88% 12%, rgba(245, 166, 35, .07), transparent 50%),
        radial-gradient(circle at 5% 88%, rgba(90, 0, 163, .06), transparent 55%),
        var(--bsy-bg-soft);
    padding: clamp(64px, 8vw, 110px) 0 clamp(70px, 9vw, 120px);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--bsy-line-soft);
}
.bsy__hero::before {
    content: "";
    position: absolute;
    top: 60px; right: -20px;
    width: 180px; height: 180px;
    background-image: radial-gradient(circle, var(--bsy-line) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.55;
    pointer-events: none;
}
.bsy__hero::after {
    content: "";
    position: absolute;
    bottom: 60px; left: -20px;
    width: 180px; height: 180px;
    background-image: radial-gradient(circle, var(--bsy-line) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.5;
    pointer-events: none;
}

.bsy__hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 70px);
    align-items: center;
    z-index: 1;
}

.bsy__hero-headline {
    font-size: var(--bsy-fs-display);
    font-weight: 800;
    color: var(--bsy-ink);
    letter-spacing: -0.025em;
    line-height: 1.06;
    margin: 14px 0 24px;
}
.bsy__hero-headline .bsy-brand,
.bsy__hero-headline .bsy-brand-ais { font-weight: 800; }
.bsy__hero-headline .bsy-brand sup,
.bsy__hero-headline .bsy-brand-ais sup { font-size: 0.35em; }

.bsy__hero-lede {
    font-size: var(--bsy-fs-lede);
    color: var(--bsy-text);
    line-height: 1.65;
    max-width: 560px;
    margin-bottom: 32px;
}
.bsy__hero-lede strong { color: var(--bsy-ink); font-weight: 600; }

.bsy__hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.bsy__hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}
.bsy__hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--bsy-ink-2);
    letter-spacing: 0.02em;
}
.bsy__hero-pill svg {
    width: 16px; height: 16px;
    fill: none; stroke: var(--bsy-primary);
    stroke-width: 2.4;
    stroke-linecap: round; stroke-linejoin: round;
    flex-shrink: 0;
}

/* Hero visual card */
.bsy__hero-visual {
    position: relative;
    aspect-ratio: 1 / 1.04;
    max-width: 540px;
    margin-left: auto;
    width: 100%;
}
.bsy__hero-card {
    position: relative;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 25% 18%, rgba(245, 166, 35, .42), transparent 55%),
        radial-gradient(ellipse at 78% 78%, rgba(90, 0, 163, .85), transparent 60%),
        radial-gradient(ellipse at 92% 28%, rgba(123, 43, 196, .65), transparent 55%),
        linear-gradient(135deg, var(--bsy-primary) 0%, var(--bsy-primary-deep) 100%);
    border-radius: var(--bsy-radius);
    overflow: hidden;
    box-shadow: var(--bsy-shadow-lg);
}
.bsy__hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
}
.bsy__hero-card-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: clamp(28px, 3.5vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--bsy-paper);
}
.bsy__hero-card-mark {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.bsy__hero-card-mark > span:first-child { color: rgba(255, 255, 255, .65); }
.bsy__hero-card-mark > span:last-child {
    color: var(--bsy-amber);
    border: 1px solid var(--bsy-amber);
    padding: 5px 12px;
    border-radius: 4px;
}
.bsy__hero-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.bsy__hero-pillar {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    padding: 18px 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.3s, transform 0.3s;
}
.bsy__hero-pillar:hover {
    background: rgba(255, 255, 255, .16);
    transform: translateY(-3px);
}
.bsy__hero-pillar-num {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--bsy-amber);
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}
.bsy__hero-pillar-label {
    font-size: 13px;
    color: rgba(255, 255, 255, .90);
    line-height: 1.4;
    font-weight: 400;
}
.bsy__hero-card-foot {
    padding-top: 22px;
    border-top: 1px dashed rgba(255, 255, 255, .22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
}
.bsy__hero-card-foot strong { color: var(--bsy-paper); font-weight: 700; }

/* Floating callouts on hero visual */
.bsy__hero-stat {
    position: absolute;
    top: 30px; right: -24px;
    background: var(--bsy-paper);
    padding: 14px 20px;
    border-radius: var(--bsy-radius-sm);
    box-shadow: var(--bsy-shadow);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
    border: 1px solid var(--bsy-line-soft);
}
.bsy__hero-stat-icon {
    width: 38px; height: 38px;
    background: var(--bsy-tint);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-primary);
    flex-shrink: 0;
}
.bsy__hero-stat-icon svg {
    width: 18px; height: 18px;
    fill: none; stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__hero-stat-num {
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: var(--bsy-ink);
    line-height: 1;
    letter-spacing: -0.01em;
}
.bsy__hero-stat-label {
    font-size: 11px;
    color: var(--bsy-text);
    margin-top: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.bsy__hero-accent {
    position: absolute;
    bottom: -22px; left: -22px;
    background: var(--bsy-paper);
    padding: 16px 22px;
    border-radius: var(--bsy-radius-sm);
    box-shadow: var(--bsy-shadow);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 2;
    border: 1px solid var(--bsy-line-soft);
}
.bsy__hero-accent-num {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--bsy-primary);
    line-height: 1;
    letter-spacing: -0.02em;
}
.bsy__hero-accent-label {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bsy-ink);
    line-height: 1.3;
    border-left: 2px solid var(--bsy-amber);
    padding-left: 12px;
}


/* ================================================================================
   05 · WHY/CONTEXT — split with shape stack visual
   ================================================================================ */
.bsy__why {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-paper);
    position: relative;
    overflow: hidden;
}
.bsy__why-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: clamp(36px, 5vw, 70px);
    align-items: center;
}
.bsy__why-visual {
    position: relative;
    aspect-ratio: 1 / 1.08;
}
.bsy__why-shape-1 {
    position: absolute;
    top: 0; left: 0;
    width: 68%; height: 65%;
    background:
        radial-gradient(ellipse at 70% 30%, rgba(245, 166, 35, .30), transparent 50%),
        linear-gradient(135deg, var(--bsy-primary) 0%, var(--bsy-primary-deep) 100%);
    border-radius: var(--bsy-radius);
    overflow: hidden;
    box-shadow: var(--bsy-shadow);
}
.bsy__why-shape-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 28px 28px;
}
.bsy__why-shape-1 > div {
    position: relative;
    height: 100%;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--bsy-paper);
}
.bsy__why-shape-1-icon {
    width: 54px; height: 54px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-amber);
}
.bsy__why-shape-1-icon svg {
    width: 26px; height: 26px;
    fill: none; stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__why-shape-1-text h4 {
    font-size: 19px;
    font-weight: 700;
    color: var(--bsy-paper);
    line-height: 1.3;
}
.bsy__why-shape-1-text p {
    margin-top: 8px;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.5;
}
.bsy__why-shape-2 {
    position: absolute;
    bottom: 0; right: 0;
    width: 58%; height: 56%;
    background: var(--bsy-bg-soft);
    border: 1px solid var(--bsy-line);
    border-radius: var(--bsy-radius);
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--bsy-shadow-sm);
}
.bsy__why-shape-2 .lab {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bsy-primary);
}
.bsy__why-shape-2 .num {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 800;
    color: var(--bsy-ink);
    letter-spacing: -0.025em;
    line-height: 1;
}
.bsy__why-shape-2 .desc {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--bsy-ink);
    margin-top: 8px;
    line-height: 1.4;
}
.bsy__why-dots {
    position: absolute;
    top: 50%; left: 55%;
    width: 84px; height: 84px;
    background-image: radial-gradient(circle, var(--bsy-amber) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    z-index: 0;
}
.bsy__why-text h2 {
    font-size: var(--bsy-fs-h1-fluid);
    margin-bottom: 18px;
}
.bsy__why-text > p {
    font-size: var(--bsy-fs-body);
    margin-bottom: 22px;
    line-height: 1.75;
}

/* 2-col check list (used inside why) */
.bsy__check-list {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
}
.bsy__check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    background: var(--bsy-bg-soft);
    border-radius: 8px;
    transition: background 0.25s, transform 0.25s;
}
.bsy__check-item:hover {
    background: var(--bsy-tint);
    transform: translateX(4px);
}
.bsy__check-icon {
    flex-shrink: 0;
    width: 22px; height: 22px;
    background: var(--bsy-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-paper);
    margin-top: 1px;
}
.bsy__check-icon svg {
    width: 11px; height: 11px;
    fill: none; stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__check-text {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--bsy-ink);
    line-height: 1.4;
}

/* Risk list — amber-flagged, used for "risks/issues" content */
.bsy__risk-list {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bsy__risk-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    background: var(--bsy-bg-soft);
    border-radius: 8px;
    border-left: 3px solid var(--bsy-amber);
    transition: background 0.25s, transform 0.25s, border-color 0.25s;
}
.bsy__risk-item:hover {
    background: var(--bsy-tint);
    border-left-color: var(--bsy-primary);
    transform: translateX(4px);
}
.bsy__risk-icon {
    flex-shrink: 0;
    width: 24px; height: 24px;
    color: var(--bsy-amber);
    margin-top: 1px;
    transition: color 0.25s;
}
.bsy__risk-item:hover .bsy__risk-icon { color: var(--bsy-primary); }
.bsy__risk-icon svg {
    width: 24px; height: 24px;
    fill: none; stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__risk-text {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--bsy-ink);
    line-height: 1.55;
}


/* ================================================================================
   06 · CARDS GRID — 3 / 4 / 6-card service grid (Webteck pattern)
   Use:  .bsy__cards-grid (default 3-col)
         .bsy__cards-grid--4 for 4-col
         .bsy__cards-grid--2 for 2-col
   ================================================================================ */
.bsy__controls {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-bg-soft);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--bsy-line-soft);
    border-bottom: 1px solid var(--bsy-line-soft);
}
.bsy__controls::before {
    content: "";
    position: absolute;
    top: 60px; left: -60px;
    width: 200px; height: 200px;
    background-image: radial-gradient(circle, var(--bsy-line) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.5;
}
.bsy__controls--paper { background: var(--bsy-paper); }

.bsy__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.bsy__cards-grid--4 { grid-template-columns: repeat(4, 1fr); }
.bsy__cards-grid--2 { grid-template-columns: repeat(2, 1fr); }

.bsy__card {
    position: relative;
    background: var(--bsy-paper);
    border: 1px solid var(--bsy-line-soft);
    border-radius: var(--bsy-radius);
    padding: 32px 28px 30px;
    overflow: hidden;
    transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
}
.bsy__card::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent var(--bsy-tint) transparent transparent;
    transition: border-width 0.4s ease, border-color 0.4s ease;
}
.bsy__card:hover {
    border-color: var(--bsy-primary);
    box-shadow: var(--bsy-shadow);
    transform: translateY(-6px);
}
.bsy__card:hover::before {
    border-width: 0 100px 100px 0;
    border-color: transparent var(--bsy-primary) transparent transparent;
}
.bsy__card-num {
    position: absolute;
    top: 13px; right: 18px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--bsy-primary);
    z-index: 2;
    transition: color 0.3s;
    letter-spacing: 0.04em;
}
.bsy__card:hover .bsy__card-num { color: var(--bsy-paper); }
.bsy__card-icon {
    width: 60px; height: 60px;
    background: var(--bsy-tint);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-primary);
    margin-bottom: 22px;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}
.bsy__card:hover .bsy__card-icon {
    background: var(--bsy-primary);
    color: var(--bsy-paper);
    transform: scale(1.05);
}
.bsy__card-icon svg {
    width: 28px; height: 28px;
    fill: none; stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__card h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: var(--bsy-ink);
    line-height: 1.3;
    margin-bottom: 10px;
}
.bsy__card p {
    font-size: 16px;
    color: var(--bsy-text);
    line-height: 1.6;
}

/* Summary card variant — inverted purple */
.bsy__card--summary {
    background: linear-gradient(135deg, var(--bsy-primary) 0%, var(--bsy-primary-deep) 100%);
    border-color: var(--bsy-primary);
    color: var(--bsy-paper);
}
.bsy__card--summary::before { display: none; }
.bsy__card--summary .bsy__card-num { color: var(--bsy-amber); }
.bsy__card--summary .bsy__card-icon {
    background: rgba(255, 255, 255, .14);
    color: var(--bsy-amber);
}
.bsy__card--summary:hover .bsy__card-icon {
    background: var(--bsy-amber);
    color: var(--bsy-ink);
}
.bsy__card--summary h4 { color: var(--bsy-paper); }
.bsy__card--summary p { color: rgba(255, 255, 255, .86); }
.bsy__card--summary:hover { border-color: var(--bsy-amber); }

/* Cards section coda — emphasis line below grid */
.bsy__controls-emphasis {
    margin: clamp(48px, 6vw, 64px) auto 0;
    max-width: 920px;
    padding: 28px 36px;
    background: var(--bsy-paper);
    border-left: 4px solid var(--bsy-primary);
    border-radius: 0 var(--bsy-radius-sm) var(--bsy-radius-sm) 0;
    box-shadow: var(--bsy-shadow-sm);
    text-align: center;
}
.bsy__controls-emphasis p {
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-lede);
    font-weight: 600;
    color: var(--bsy-ink);
    line-height: 1.5;
}
.bsy__controls-emphasis p strong { color: var(--bsy-primary); }


/* ================================================================================
   07 · STATS STRIP — 4-column purple banner
   ================================================================================ */
.bsy__stats {
    background: linear-gradient(135deg, var(--bsy-primary) 0%, var(--bsy-primary-deep) 100%);
    padding: clamp(54px, 7vw, 80px) 0;
    color: var(--bsy-paper);
    position: relative;
    overflow: hidden;
}
.bsy__stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}
.bsy__stats::after {
    content: "";
    position: absolute;
    top: -120px; right: -120px;
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(245, 166, 35, .22), transparent 65%);
    pointer-events: none;
}
.bsy__stats-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.bsy__stat {
    padding: 0 32px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    text-align: center;
}
.bsy__stat:first-child { padding-left: 0; }
.bsy__stat:last-child { padding-right: 0; border-right: none; }
.bsy__stat-num {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(36px, 4.4vw, 56px);
    font-weight: 800;
    color: var(--bsy-amber);
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
}
.bsy__stat-label {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, .88);
    line-height: 1.4;
}


/* ================================================================================
   08 · STEPS — numbered horizontal process (5 / 6-step variants)
   Use:  .bsy__steps (default 6-col on desktop)
         .bsy__steps--5 for 5-step lifecycle
   ================================================================================ */
.bsy__how {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-paper);
    position: relative;
    overflow: hidden;
}
.bsy__how::after {
    content: "";
    position: absolute;
    bottom: 50px; right: -60px;
    width: 200px; height: 200px;
    background-image: radial-gradient(circle, var(--bsy-line) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.5;
}
.bsy__steps {
    margin-top: clamp(36px, 4.5vw, 56px);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    position: relative;
}
.bsy__steps--5 { grid-template-columns: repeat(5, 1fr); }
.bsy__steps--4 { grid-template-columns: repeat(4, 1fr); }
.bsy__steps::before {
    content: "";
    position: absolute;
    top: 36px; left: 6%; right: 6%;
    height: 2px;
    background: repeating-linear-gradient(90deg,
        var(--bsy-line) 0 8px,
        transparent 8px 16px);
    z-index: 0;
}
.bsy__step {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: transform 0.3s;
}
.bsy__step:hover { transform: translateY(-6px); }
.bsy__step-num {
    width: 72px; height: 72px;
    background: var(--bsy-paper);
    border: 2px solid var(--bsy-primary);
    border-radius: 50%;
    color: var(--bsy-primary);
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 0.3s;
    position: relative;
    box-shadow: 0 4px 16px rgba(90, 0, 163, .10);
    letter-spacing: -0.01em;
}
.bsy__step-num::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px dashed var(--bsy-line);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}
.bsy__step:hover .bsy__step-num {
    background: var(--bsy-primary);
    color: var(--bsy-paper);
    box-shadow: 0 12px 28px rgba(90, 0, 163, .30);
}
.bsy__step:hover .bsy__step-num::before {
    opacity: 1;
    transform: scale(1.06);
}
.bsy__step h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--bsy-ink);
    line-height: 1.3;
    margin-bottom: 8px;
    min-height: 2.6em;
    padding: 0 4px;
}
.bsy__step p {
    font-size: 14.5px;
    color: var(--bsy-text);
    line-height: 1.55;
    padding: 0 4px;
}
.bsy__how-foot {
    margin: clamp(40px, 5vw, 60px) auto 0;
    max-width: 920px;
    padding: 26px 32px;
    background: var(--bsy-ink);
    border-radius: var(--bsy-radius);
    color: rgba(255, 255, 255, .82);
    font-size: var(--bsy-fs-body);
    line-height: 1.65;
    border-left: 4px solid var(--bsy-amber);
}
.bsy__how-foot strong { color: var(--bsy-paper); font-weight: 600; }


/* ================================================================================
   09 · DARK SECTION — feature dark with cluster lists
   ================================================================================ */
.bsy__dark-section {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-ink);
    color: rgba(255, 255, 255, .78);
    position: relative;
    overflow: hidden;
}
.bsy__dark-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}
.bsy__dark-section::after {
    content: "";
    position: absolute;
    top: -120px; left: -120px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(90, 0, 163, .40), transparent 65%);
    pointer-events: none;
}
.bsy__dark-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: start;
}
.bsy__dark-head h2 {
    font-size: var(--bsy-fs-h1-fluid);
    color: var(--bsy-paper);
    margin-bottom: 14px;
}
.bsy__dark-head .sub {
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-h3);
    font-weight: 500;
    color: var(--bsy-amber);
    margin-bottom: 24px;
}
.bsy__dark-lede {
    font-size: var(--bsy-fs-body);
    color: rgba(255, 255, 255, .74);
    line-height: 1.7;
    margin-bottom: 18px;
}
.bsy__dark-lede strong { color: var(--bsy-paper); font-weight: 600; }
.bsy__dark-coda {
    margin-top: 30px;
    padding: 22px 26px;
    background: rgba(245, 166, 35, .08);
    border-left: 3px solid var(--bsy-amber);
    border-radius: 0 8px 8px 0;
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-lede);
    font-weight: 500;
    color: var(--bsy-paper);
    line-height: 1.5;
}

.bsy__cluster { margin-bottom: 30px; }
.bsy__cluster:last-child { margin-bottom: 0; }
.bsy__cluster-head {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(245, 166, 35, .12);
    border: 1px solid rgba(245, 166, 35, .32);
    border-radius: 6px;
    margin-bottom: 14px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bsy-amber);
}
.bsy__cluster-head::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--bsy-amber);
    border-radius: 50%;
}
.bsy__cluster-row {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    padding: 16px 22px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 10px;
    margin-bottom: 8px;
    align-items: flex-start;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.bsy__cluster-row:hover {
    background: rgba(245, 166, 35, .06);
    border-color: rgba(245, 166, 35, .25);
    transform: translateX(4px);
}
.bsy__cluster-row-icon {
    width: 36px; height: 36px;
    background: rgba(245, 166, 35, .14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-amber);
}
.bsy__cluster-row-icon svg {
    width: 14px; height: 14px;
    fill: none; stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__cluster-row-text {
    font-size: 16px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
    padding-top: 6px;
}
.bsy__cluster-row-text strong {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--bsy-paper);
    margin-bottom: 2px;
}

/* Frameworks block — branded callouts on dark sections */
.bsy__frameworks {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.bsy__framework-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 10px;
    align-items: center;
    transition: background 0.25s, border-color 0.25s;
}
.bsy__framework-row:hover {
    background: rgba(245, 166, 35, .08);
    border-color: rgba(245, 166, 35, .30);
}
.bsy__framework-mark {
    width: 44px; height: 44px;
    background: var(--bsy-amber);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-ink);
    flex-shrink: 0;
}
.bsy__framework-mark svg {
    width: 20px; height: 20px;
    fill: none; stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__framework-text {
    font-size: 16px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.5;
}
.bsy__framework-text strong {
    color: var(--bsy-paper);
    font-weight: 600;
}


/* ================================================================================
   10 · APPLIED — 2-col with side panel (purple-headed list)
   ================================================================================ */
.bsy__applied {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-paper);
    position: relative;
    overflow: hidden;
}
.bsy__applied::before {
    content: "";
    position: absolute;
    top: 60px; right: -60px;
    width: 200px; height: 200px;
    background-image: radial-gradient(circle, var(--bsy-line) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.5;
}
.bsy__applied-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}
.bsy__applied-text h2 {
    font-size: var(--bsy-fs-h1-fluid);
    margin-bottom: 14px;
}
.bsy__applied-text .sub {
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-h3);
    font-weight: 500;
    color: var(--bsy-primary);
    margin-bottom: 24px;
}
.bsy__applied-text > p {
    font-size: var(--bsy-fs-body);
    margin-bottom: 18px;
    line-height: 1.75;
}
.bsy__applied-emphasis {
    margin-top: 26px;
    padding: 22px 26px;
    background: var(--bsy-tint);
    border-radius: 8px;
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-lede);
    font-weight: 600;
    color: var(--bsy-primary);
    line-height: 1.5;
    border-left: 4px solid var(--bsy-primary);
    display: flex;
    align-items: center;
    gap: 14px;
}
.bsy__applied-emphasis svg {
    flex-shrink: 0;
    width: 24px; height: 24px;
    fill: none; stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}

/* Panel — purple-headed list */
.bsy__panel {
    background: var(--bsy-paper);
    border: 1px solid var(--bsy-line-soft);
    border-radius: var(--bsy-radius);
    overflow: hidden;
    box-shadow: var(--bsy-shadow-sm);
}
.bsy__panel-head {
    padding: 22px 28px;
    background: var(--bsy-primary);
    color: var(--bsy-paper);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Barlow', sans-serif;
}
.bsy__panel-head-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.bsy__panel-head-count {
    background: rgba(255, 255, 255, .18);
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.bsy__panel-item {
    display: grid;
    grid-template-columns: 50px 1fr 24px;
    gap: 16px;
    align-items: center;
    padding: 22px 28px;
    border-bottom: 1px solid var(--bsy-line-soft);
    transition: background 0.25s, padding-left 0.25s;
}
.bsy__panel-item:last-child { border-bottom: none; }
.bsy__panel-item:hover {
    background: var(--bsy-bg-soft);
    padding-left: 36px;
}
.bsy__panel-item-num {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--bsy-primary);
    background: var(--bsy-tint);
    border-radius: 8px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, color 0.25s;
}
.bsy__panel-item:hover .bsy__panel-item-num {
    background: var(--bsy-primary);
    color: var(--bsy-paper);
}
.bsy__panel-item-label {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--bsy-ink);
    line-height: 1.4;
}
.bsy__panel-item-arrow {
    color: var(--bsy-line);
    transition: color 0.25s, transform 0.25s;
}
.bsy__panel-item-arrow svg {
    width: 16px; height: 16px;
    fill: none; stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__panel-item:hover .bsy__panel-item-arrow {
    color: var(--bsy-primary);
    transform: translateX(4px);
}


/* ================================================================================
   11 · SUPPORTS — 4-up role cards + 3-line principle banner
   ================================================================================ */
.bsy__supports {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-bg-soft);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--bsy-line-soft);
    border-bottom: 1px solid var(--bsy-line-soft);
}
.bsy__roles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: clamp(40px, 5vw, 56px);
}
.bsy__role {
    background: var(--bsy-paper);
    border: 1px solid var(--bsy-line-soft);
    border-radius: var(--bsy-radius);
    padding: 30px 26px;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    position: relative;
    overflow: hidden;
}
.bsy__role::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--bsy-primary), var(--bsy-amber));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.bsy__role:hover {
    transform: translateY(-6px);
    box-shadow: var(--bsy-shadow);
    border-color: var(--bsy-line);
}
.bsy__role:hover::before { transform: scaleX(1); }
.bsy__role-marker {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--bsy-primary);
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bsy-line-soft);
    display: flex;
    align-items: center;
    gap: 8px;
}
.bsy__role-marker::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--bsy-amber);
    border-radius: 50%;
}
.bsy__role-icon {
    width: 54px; height: 54px;
    background: var(--bsy-tint);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-primary);
    margin-bottom: 18px;
    transition: background 0.3s, color 0.3s;
}
.bsy__role:hover .bsy__role-icon {
    background: var(--bsy-primary);
    color: var(--bsy-paper);
}
.bsy__role-icon svg {
    width: 26px; height: 26px;
    fill: none; stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__role h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--bsy-ink);
    line-height: 1.4;
}

/* 3-line operating principle banner */
.bsy__three-line {
    background: var(--bsy-paper);
    border: 1px solid var(--bsy-line-soft);
    border-radius: var(--bsy-radius);
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: var(--bsy-shadow-sm);
}
.bsy__three-line-item {
    padding: 28px 26px;
    border-right: 1px solid var(--bsy-line-soft);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.bsy__three-line-item:last-child { border-right: none; }
.bsy__three-line-num {
    flex-shrink: 0;
    width: 40px; height: 40px;
    background: var(--bsy-primary);
    color: var(--bsy-paper);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 800;
}
.bsy__three-line-item:nth-child(2) .bsy__three-line-num {
    background: var(--bsy-amber);
    color: var(--bsy-ink);
}
.bsy__three-line-text {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--bsy-ink);
    line-height: 1.45;
}


/* ================================================================================
   12 · COMPARE — Side-by-side neg/pos comparison
   ================================================================================ */
.bsy__compare {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-bg-soft);
    border-top: 1px solid var(--bsy-line-soft);
    border-bottom: 1px solid var(--bsy-line-soft);
}
.bsy__compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
}
.bsy__compare-panel {
    background: var(--bsy-paper);
    border: 1px solid var(--bsy-line-soft);
    border-radius: var(--bsy-radius);
    overflow: hidden;
    box-shadow: var(--bsy-shadow-sm);
}
.bsy__compare-panel-head {
    padding: 22px 28px;
    border-bottom: 1px solid var(--bsy-line-soft);
    display: flex;
    align-items: center;
    gap: 12px;
}
.bsy__compare-panel--neg .bsy__compare-panel-head {
    background: #FEF1ED;
    border-bottom-color: #F8D9CE;
}
.bsy__compare-panel--pos .bsy__compare-panel-head {
    background: var(--bsy-tint);
    border-bottom-color: var(--bsy-line);
}
.bsy__compare-panel-icon {
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--bsy-paper);
}
.bsy__compare-panel--neg .bsy__compare-panel-icon { background: #D04F2C; }
.bsy__compare-panel--pos .bsy__compare-panel-icon { background: var(--bsy-primary); }
.bsy__compare-panel-icon svg {
    width: 18px; height: 18px;
    fill: none; stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__compare-panel-title {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--bsy-ink);
    line-height: 1.3;
}
.bsy__compare-panel-list { padding: 8px 0; }
.bsy__compare-panel-item {
    padding: 18px 28px;
    border-bottom: 1px solid var(--bsy-line-soft);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    color: var(--bsy-text);
    line-height: 1.55;
}
.bsy__compare-panel-item:last-child { border-bottom: none; }
.bsy__compare-panel-item strong { color: var(--bsy-ink); font-weight: 600; }
.bsy__compare-panel-mark {
    flex-shrink: 0;
    width: 22px; height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bsy-paper);
    margin-top: 2px;
}
.bsy__compare-panel--neg .bsy__compare-panel-mark { background: #D04F2C; }
.bsy__compare-panel--pos .bsy__compare-panel-mark { background: var(--bsy-primary); }
.bsy__compare-panel-mark svg {
    width: 11px; height: 11px;
    fill: none; stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__compare-coda {
    max-width: 1180px;
    margin: clamp(36px, 5vw, 56px) auto 0;
    padding: 28px 36px;
    background: var(--bsy-paper);
    border: 1px solid var(--bsy-line-soft);
    border-left: 4px solid var(--bsy-primary);
    border-radius: 0 var(--bsy-radius-sm) var(--bsy-radius-sm) 0;
    box-shadow: var(--bsy-shadow-sm);
    text-align: center;
}
.bsy__compare-coda p {
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-lede);
    font-weight: 600;
    color: var(--bsy-ink);
    line-height: 1.5;
}
.bsy__compare-coda p strong { color: var(--bsy-primary); }


/* ================================================================================
   13 · RELATIONSHIP — split commitment/control card
   ================================================================================ */
.bsy__relation {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-paper);
}
.bsy__rel-card {
    max-width: 1180px;
    margin: 0 auto;
    background: var(--bsy-paper);
    border: 1px solid var(--bsy-line-soft);
    border-radius: var(--bsy-radius);
    overflow: hidden;
    box-shadow: var(--bsy-shadow);
}
.bsy__rel-pair {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}
.bsy__rel-half {
    padding: clamp(32px, 4.5vw, 52px);
    position: relative;
}
.bsy__rel-half--left { background: var(--bsy-bg-soft); }
.bsy__rel-half-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bsy-primary);
    margin-bottom: 16px;
}
.bsy__rel-half-label::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--bsy-amber);
    border-radius: 50%;
}
.bsy__rel-half h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    color: var(--bsy-ink);
    line-height: 1.2;
    margin-bottom: 16px;
}
.bsy__rel-half--right h3 .bsy-brand,
.bsy__rel-half--right h3 .bsy-brand-ais { font-size: 1em; }
.bsy__rel-half p {
    font-size: var(--bsy-fs-body);
    line-height: 1.7;
    color: var(--bsy-text);
    margin-bottom: 12px;
}
.bsy__rel-half p:last-child { margin-bottom: 0; }
.bsy__rel-half p strong { color: var(--bsy-ink); font-weight: 600; }

.bsy__rel-half-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bsy__rel-half-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: var(--bsy-text);
    line-height: 1.55;
}
.bsy__rel-half-list li::before {
    content: "";
    flex-shrink: 0;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: var(--bsy-primary);
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.bsy__rel-bridge {
    width: 1px;
    background: var(--bsy-line-soft);
    position: relative;
}
.bsy__rel-bridge::before {
    content: "+";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; height: 50px;
    background: var(--bsy-amber);
    color: var(--bsy-ink);
    font-family: 'Barlow', sans-serif;
    font-size: 26px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(245, 166, 35, .4);
}

/* Relation foot — pills variant + text variant */
.bsy__rel-foot {
    padding: 28px clamp(32px, 4.5vw, 52px);
    background: var(--bsy-ink);
    color: var(--bsy-paper);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(20px, 3.5vw, 44px);
    align-items: center;
}
.bsy__rel-foot--center {
    display: block;
    text-align: center;
}
.bsy__rel-foot--center p {
    font-family: 'Barlow', sans-serif;
    font-size: var(--bsy-fs-lede);
    font-weight: 600;
    line-height: 1.45;
    color: var(--bsy-paper);
}
.bsy__rel-foot--center p .accent {
    color: var(--bsy-amber);
}
.bsy__rel-foot-label {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bsy-amber);
    line-height: 1.4;
    max-width: 220px;
}
.bsy__rel-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.bsy__rel-pill {
    padding: 9px 22px;
    background: rgba(255, 255, 255, .08);
    color: var(--bsy-paper);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s;
}
.bsy__rel-pill:hover {
    background: var(--bsy-amber);
    color: var(--bsy-ink);
    border-color: var(--bsy-amber);
}


/* ================================================================================
   14 · CTA — purple banner with amber button
   ================================================================================ */
.bsy__cta {
    padding: var(--bsy-section-y) 0;
    background: var(--bsy-bg-soft);
}
.bsy__cta-banner {
    max-width: 1280px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--bsy-primary) 0%, var(--bsy-primary-deep) 100%);
    border-radius: var(--bsy-radius);
    padding: clamp(40px, 5.5vw, 68px);
    color: var(--bsy-paper);
    position: relative;
    overflow: hidden;
}
.bsy__cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.bsy__cta-banner::after {
    content: "";
    position: absolute;
    bottom: -120px; right: -120px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(245, 166, 35, .30), transparent 65%);
    pointer-events: none;
}
.bsy__cta-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: clamp(32px, 4.5vw, 60px);
    align-items: center;
}
.bsy__cta-text h2 {
    font-size: var(--bsy-fs-h1-fluid);
    color: var(--bsy-paper);
    margin-bottom: 18px;
}
.bsy__cta-lede {
    font-size: var(--bsy-fs-lede);
    color: rgba(255, 255, 255, .86);
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 580px;
}
.bsy__cta-clarify {
    margin-top: 18px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bsy__cta-clarify li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.55;
}
.bsy__cta-clarify li::before {
    content: "";
    flex-shrink: 0;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--bsy-amber);
    margin-top: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A1A2E' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px 11px;
}
.bsy__cta-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 22px;
}
.bsy__cta-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .92);
}
.bsy__cta-meta-pill svg {
    width: 13px; height: 13px;
    fill: none; stroke: var(--bsy-amber);
    stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__cta-action {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bsy__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 26px;
    background: var(--bsy-amber);
    color: var(--bsy-ink);
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: var(--bsy-radius-sm);
    transition: all 0.3s;
    border: 2px solid var(--bsy-amber);
}
.bsy__cta-btn-arrow {
    width: 30px; height: 30px;
    background: var(--bsy-ink);
    color: var(--bsy-amber);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.bsy__cta-btn-arrow svg {
    width: 13px; height: 13px;
    fill: none; stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
}
.bsy__cta-btn:hover {
    background: var(--bsy-paper);
    border-color: var(--bsy-paper);
    color: var(--bsy-primary);
}
.bsy__cta-btn:hover .bsy__cta-btn-arrow {
    background: var(--bsy-primary);
    color: var(--bsy-paper);
    transform: translateX(6px) rotate(-45deg);
}
.bsy__cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    color: rgba(255, 255, 255, .85);
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: color 0.25s;
}
.bsy__cta-secondary:hover { color: var(--bsy-amber); }
.bsy__cta-secondary svg {
    width: 13px; height: 13px;
    fill: none; stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}


/* ================================================================================
   15 · ENTRY ANIMATIONS — subtle on-load reveal
   ================================================================================ */
@media (prefers-reduced-motion: no-preference) {
    .bsy__hero-grid > *,
    .bsy__why-grid > *,
    .bsy__sec-head,
    .bsy__card,
    .bsy__stat,
    .bsy__step,
    .bsy__dark-grid > *,
    .bsy__applied-grid > *,
    .bsy__role,
    .bsy__three-line,
    .bsy__compare-panel,
    .bsy__compare-coda,
    .bsy__rel-card,
    .bsy__cta-grid > * {
        animation: bsyReveal 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) both;
    }
    .bsy__hero-grid > *:nth-child(2) { animation-delay: 0.18s; }
    .bsy__why-grid > *:nth-child(2) { animation-delay: 0.14s; }
    .bsy__card:nth-child(1) { animation-delay: 0.06s; }
    .bsy__card:nth-child(2) { animation-delay: 0.13s; }
    .bsy__card:nth-child(3) { animation-delay: 0.20s; }
    .bsy__card:nth-child(4) { animation-delay: 0.27s; }
    .bsy__card:nth-child(5) { animation-delay: 0.34s; }
    .bsy__card:nth-child(6) { animation-delay: 0.41s; }
    .bsy__stat:nth-child(2) { animation-delay: 0.08s; }
    .bsy__stat:nth-child(3) { animation-delay: 0.16s; }
    .bsy__stat:nth-child(4) { animation-delay: 0.24s; }
    .bsy__step:nth-child(2) { animation-delay: 0.08s; }
    .bsy__step:nth-child(3) { animation-delay: 0.16s; }
    .bsy__step:nth-child(4) { animation-delay: 0.24s; }
    .bsy__step:nth-child(5) { animation-delay: 0.32s; }
    .bsy__step:nth-child(6) { animation-delay: 0.40s; }
    .bsy__role:nth-child(2) { animation-delay: 0.08s; }
    .bsy__role:nth-child(3) { animation-delay: 0.16s; }
    .bsy__role:nth-child(4) { animation-delay: 0.24s; }
    .bsy__compare-panel:nth-child(2) { animation-delay: 0.16s; }
    .bsy__cta-grid > *:nth-child(2) { animation-delay: 0.16s; }
}
@keyframes bsyReveal {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}


/* ================================================================================
   16 · RESPONSIVE — 6 breakpoints (Webteck rhythm)
   ================================================================================ */

/* ── Large tablet / small desktop ──────────────────────────────── */
@media (max-width: 1180px) {
    .bsy__cards-grid,
    .bsy__cards-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .bsy__cards-grid--2 { grid-template-columns: repeat(2, 1fr); }
    .bsy__steps,
    .bsy__steps--5 { grid-template-columns: repeat(3, 1fr); gap: 28px 14px; }
    .bsy__steps--4 { grid-template-columns: repeat(2, 1fr); gap: 28px 14px; }
    .bsy__steps::before { display: none; }
    .bsy__roles { grid-template-columns: repeat(2, 1fr); }
}

/* ── Tablet portrait ───────────────────────────────────────────── */
@media (max-width: 980px) {
    .bsy__hero-grid,
    .bsy__why-grid,
    .bsy__dark-grid,
    .bsy__applied-grid,
    .bsy__cta-grid {
        grid-template-columns: 1fr;
    }
    .bsy__hero-visual {
        max-width: 460px;
        margin: 30px auto;
    }
    .bsy__hero-stat { right: 0; }
    .bsy__hero-accent { left: 0; }
    .bsy__check-list { grid-template-columns: 1fr; }
    .bsy__stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
    .bsy__stat:nth-child(2) { border-right: none; }
    .bsy__stat:nth-child(1),
    .bsy__stat:nth-child(2) {
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }
    .bsy__stat:nth-child(3) { padding-left: 32px; }
    .bsy__three-line { grid-template-columns: 1fr; }
    .bsy__three-line-item {
        border-right: none;
        border-bottom: 1px solid var(--bsy-line-soft);
    }
    .bsy__three-line-item:last-child { border-bottom: none; }
    .bsy__compare-grid { grid-template-columns: 1fr; }
    .bsy__rel-pair { grid-template-columns: 1fr; }
    .bsy__rel-bridge {
        width: auto; height: 1px;
    }
    .bsy__rel-bridge::before { left: 50%; }
    .bsy__rel-foot { grid-template-columns: 1fr; gap: 16px; }
    .bsy__rel-foot-label { max-width: none; }
}

/* ── Mobile landscape ──────────────────────────────────────────── */
@media (max-width: 720px) {
    .bsy__cards-grid,
    .bsy__cards-grid--4,
    .bsy__cards-grid--2 { grid-template-columns: 1fr; }
    .bsy__steps,
    .bsy__steps--5,
    .bsy__steps--4 { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
    .bsy__roles { grid-template-columns: 1fr; }
    .bsy__hero-headline { font-size: 36px; }
    .bsy__hero-stat { padding: 12px 16px; right: 8px; top: 14px; }
    .bsy__hero-stat-num { font-size: 17px; }
    .bsy__hero-accent { padding: 12px 16px; left: 8px; bottom: -16px; }
    .bsy__hero-accent-num { font-size: 24px; }
    .bsy__hero-accent-label { font-size: 10px; padding-left: 10px; }
    .bsy__why-shape-1 { width: 70%; height: 70%; }
    .bsy__why-shape-2 { width: 60%; height: 60%; }
    .bsy__cta-banner { padding: 32px 24px; }
}

/* ── Small mobile ──────────────────────────────────────────────── */
@media (max-width: 540px) {
    .bsy__stats-grid { grid-template-columns: 1fr; }
    .bsy__stat {
        border-right: none;
        padding: 24px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }
    .bsy__stat:last-child { border-bottom: none; padding-bottom: 0; }
    .bsy__stat:first-child { padding-top: 0; }
    .bsy__steps,
    .bsy__steps--5,
    .bsy__steps--4 { grid-template-columns: 1fr; }
    .bsy__hero-actions { flex-direction: column; align-items: stretch; }
    .bsy__btn { justify-content: center; }
    .bsy__why-shape-1 { width: 75%; height: 75%; }
    .bsy__why-shape-2 { width: 65%; height: 65%; }
    .bsy__panel-head { padding: 18px 22px; }
    .bsy__panel-item { padding: 18px 22px; grid-template-columns: 40px 1fr 18px; gap: 12px; }
    .bsy__cluster-row { padding: 14px 16px; }
    .bsy__compare-panel-head,
    .bsy__compare-panel-item { padding-left: 22px; padding-right: 22px; }
}

/* ── Tiny mobile ───────────────────────────────────────────────── */
@media (max-width: 380px) {
    .bsy__hero-headline { font-size: 32px; }
    .bsy__pull p { font-size: 17px; }
    .bsy__cta-btn { font-size: 14px; padding: 16px 22px; }
    .bsy__hero-pills { gap: 8px 16px; }
    .bsy__hero-pill { font-size: 13px; }
}

/* ================================================================================
   END · BUSHEY MASTER STYLESHEET
   ================================================================================ */

.hero-style1{
	max-width:900px !important;
}


/* ============================================================================
   BUSHEY IT CHANGE — MASTER STYLESHEET
   ============================================================================
   Single source of truth for all service pages.
   Prefix: .bsy-acv3 (scopes every rule to avoid theme bleed in WordPress)
   Fonts:  Barlow (headings) · Roboto (body)
   Colors: Purple #5A00A3 · Amber #F5A623 · Ink #1A1A2E
   ============================================================================
   TABLE OF CONTENTS
   ----------------------------------------------------------------------------
    01. ROOT & DESIGN TOKENS
    02. RESET & BASE TYPOGRAPHY
    03. BRAND MARKS  (AssureChange™, AI Governance Spine™, product names)
    04. LAYOUT PRIMITIVES  (container, section, two-col)
    05. EYEBROW & SECTION HEADING
    06. PROSE & STANDARD LIST
    07. BUTTONS
    08. HERO (full-width 70/30)
    09. EXECUTIVE KEY MESSAGE  (.critical-final)
    10. STAGES  (numbered 5-step lifecycle)
    11. TRANSFORMATION POINTS  (Controlled + Measurable + Defensible row)
    12. SPINE FEATURE  (purple gradient card with glass pillars)
    13. DUAL PILLAR CARDS
    14. READINESS GRID  (3-card pillar grid)
    15. CONTROL CARDS  (4/5/6 pillar grid with product tags)
    16. CONTRAST CARDS  (NOT / WHAT YOU GET)
    17. DIFF SECTION  (light lavender feature band with dot-grid corners)
    18. INLINE QUESTION CARD  (light, with purple left edge)
    19. FULL-SECTION QUESTION  (light lavender band)
    20. CTA  (light banner with team image)
    21. RESPONSIVE BREAKPOINTS
   ============================================================================ */


/* ============================================================================
   01. ROOT & DESIGN TOKENS
   ============================================================================ */
.bsy-acv3 {
    /* — Brand colors — */
    --p:        #5A00A3;    /* primary purple */
    --p-deep:   #3D006E;    /* deep purple for hover/active */
    --tint:     #F4ECFB;    /* lavender tint */
    --soft:     #F7F2FB;    /* softer lavender */
    --line:     #E5D4F4;    /* purple-tinted hairline */
    --line-2:   #E8E4F2;    /* neutral hairline */
    --amber:    #F5A623;    /* amber accent */

    /* — Text colors — */
    --ink:      #1A1A2E;    /* strongest text */
    --ink-2:    #2A2A40;    /* body emphasis */
    --text:     #3F3F55;    /* body */

    /* — Surface — */
    --paper:    #FFFFFF;

    /* — Base — */
    font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
}


/* ============================================================================
   02. RESET & BASE TYPOGRAPHY
   ============================================================================ */
.bsy-acv3 *,
.bsy-acv3 *::before,
.bsy-acv3 *::after { box-sizing: border-box; }

.bsy-acv3 h1,
.bsy-acv3 h2,
.bsy-acv3 h3,
.bsy-acv3 h4 {
    font-family: 'Barlow', system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.012em;
}

.bsy-acv3 p {
    margin: 0;
    font-size: 20px;
    line-height: 1.75;
    color: var(--text);
}

.bsy-acv3 strong { color: var(--ink); font-weight: 700; }
.bsy-acv3 a      { color: inherit; text-decoration: none; }
.bsy-acv3 img    { max-width: 100%; height: auto; display: block; }

.bsy-acv3 .mb-30 { margin-bottom: 30px; }


/* ============================================================================
   03. BRAND MARKS
   ============================================================================
   .brand        — AssureChange™  (ink "Assure" + purple <em>Change</em> + purple ™)
   .brand-spine  — Bushey AI Governance Spine™
   .product-name — Multiplai CommandRoom · Unstoppable Company Game
   ============================================================================ */
.bsy-acv3 .brand,
.bsy-acv3 .brand-spine {
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.012em;
    font-style: normal;
	font-family:tahoma !important;
}
.bsy-acv3 .brand { white-space: nowrap; }

.bsy-acv3 .brand em,
.bsy-acv3 .brand-spine em {
    font-style: normal;
    color: var(--p);
    font-weight: inherit;
}

.bsy-acv3 .brand sup,
.bsy-acv3 .brand-spine sup {
    font-size: 0.5em;
    color: var(--p);
}

.bsy-acv3 .product-name {
    font-family: 'Barlow', sans-serif;
    color: var(--ink);
    text-transform: none;
    font-weight: 700;
}
.bsy-acv3 .product-name em {
    font-style: normal;
    color: #B85A00;
}


/* ============================================================================
   04. LAYOUT PRIMITIVES
   ============================================================================ */
.bsy-acv3 .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 clamp(24px, 4vw, 56px);
    position: relative;
}

.bsy-acv3 .section {
    padding: clamp(60px, 9vw, 100px) 0;
    background: var(--paper);
}
.bsy-acv3 .section.soft { background: var(--soft); }
.bsy-acv3 .section.tint { background: var(--tint); }

.bsy-acv3 .two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
}
.bsy-acv3 .two-col.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}
.bsy-acv3 .two-col.reverse .col-text  { order: 2; }
.bsy-acv3 .two-col.reverse .col-image { order: 1; }

.bsy-acv3 .col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ============================================================================
   05. EYEBROW & SECTION HEADING
   ============================================================================ */
.bsy-acv3 .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: var(--tint);
    border: 1px solid var(--line);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 26px;
}
.bsy-acv3 .eyebrow::before {
    content: "";
    width: 7px; height: 7px;
    background: var(--amber);
    border-radius: 50%;
}

.bsy-acv3 .sec-head { margin-bottom: clamp(30px, 5vw, 50px); }
.bsy-acv3 .sec-head h2 {
    font-size: clamp(36px, 4.4vw, 56px);
    margin-bottom: 16px;
    line-height: 1.1;
}
.bsy-acv3 .sec-head .sub {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 600;
    color: var(--p);
    line-height: 1.35;
    letter-spacing: -0.008em;
}


/* ============================================================================
   06. PROSE & STANDARD LIST
   ============================================================================ */
.bsy-acv3 .prose p {
    font-size: 20px;
    line-height: 1.8;
    color: var(--ink-2);
    margin-bottom: 10px;
}
.bsy-acv3 .prose p:last-child { margin-bottom: 0; }
.bsy-acv3 .prose p strong { color: var(--ink); font-weight: 700; }

/* Standard bulleted list with purple-circle checkmarks */
.bsy-acv3 .list {
    list-style: none;
    margin: 28px 0;
    padding: 0;
}
.bsy-acv3 .list li {
    position: relative;
    padding: 20px 0 20px 44px;
    font-size: 20px;
    line-height: 1.6;
    color: var(--ink-2);
    border-bottom: 1px solid var(--line-2);
}
.bsy-acv3 .list li:last-child { border-bottom: none; }
.bsy-acv3 .list li::before {
    content: "";
    position: absolute;
    left: 0; top: 28px;
    width: 26px; height: 26px;
    background: var(--p);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.bsy-acv3 .list li strong { color: var(--ink); font-weight: 700; }

/* Two-column variant of standard list */
.bsy-acv3 .list.two-col-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 36px;
}
@media (max-width: 700px) {
    .bsy-acv3 .list.two-col-list { grid-template-columns: 1fr; }
}


/* ============================================================================
   07. BUTTONS
   ============================================================================ */
.bsy-acv3 .btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 20px 36px;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--p);
    color: #FFFFFF;
    border-radius: 12px;
    transition: all 0.3s;
    border: 0;
    cursor: pointer;
}
.bsy-acv3 .btn:hover {
    background: var(--p-deep);
    transform: translateY(-2px);
	color:#fff !important;
}
.bsy-acv3 .btn svg {
    width: 18px; height: 18px;
    fill: none; stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
    transition: transform 0.3s;
}
.bsy-acv3 .btn:hover svg { transform: translateX(5px); }

.bsy-acv3 .btn.btn-ghost {
    background: transparent;
    color: var(--p);
    border: 2px solid var(--p);
    padding: 18px 34px;
}
.bsy-acv3 .btn.btn-ghost:hover {
    background: var(--p);
    color: #FFFFFF !important;
}


/* ============================================================================
   08. HERO  ·  FULL-WIDTH 70 / 30
   ============================================================================
   Used as the single hero pattern across every service page.
   Image bleeds into the soft lavender background like a watercolour wash.
   ============================================================================ */
.bsy-acv3 .hero-fw {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(245,166,35,.10), transparent 55%),
        radial-gradient(circle at 8%  92%, rgba(90,0,163,.07),   transparent 55%),
        linear-gradient(180deg, var(--soft) 0%, var(--tint) 100%);
    padding: clamp(72px, 10vw, 130px) 0;
    border-bottom: 1px solid var(--line-2);
    isolation: isolate;
}
.bsy-acv3 .hero-fw::before {
    content: "";
    position: absolute;
    top: 6%; left: -80px;
    width: 320px; height: 320px;
    background-image: radial-gradient(circle, var(--line) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}
.bsy-acv3 .hero-fw::after {
    content: "";
    position: absolute;
    bottom: 8%; right: -100px;
    width: 360px; height: 360px;
    background-image: radial-gradient(circle, rgba(90,0,163,.18) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
}
.bsy-acv3 .hero-fw-grid {
    position: relative;
    z-index: 2;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 clamp(24px, 4vw, 64px);
    display: grid;
    grid-template-columns: minmax(0, 60fr) minmax(0, 40fr);
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}
.bsy-acv3 .hero-fw-text { position: relative; z-index: 3; }
.bsy-acv3 .hero-fw-text .eyebrow { margin-bottom: 28px; }

.bsy-acv3 .hero-fw-text h1 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(48px, 6.4vw, 92px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.02;
    letter-spacing: -0.024em;
    margin: 0 0 28px;
}
.bsy-acv3 .hero-fw-text .hero-sub {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 600;
    color: #4A4A60;
    line-height: 1.5;
    max-width: 92% !important;
width: 100% !important;
    margin: 0 0 40px;
    letter-spacing: -0.008em;
}

.bsy-acv3 .hero-fw-image {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-right: clamp(-40px, -3vw, -80px);
}
.bsy-acv3 .hero-fw-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 580px;
  filter: contrast(1.02) saturate(1.04);
}


/* ============================================================================
   09. EXECUTIVE KEY MESSAGE  ·  .critical-final
   ============================================================================
   IDENTICAL sizing and animation on every page for consistency.
   ============================================================================ */
.bsy-acv3 .critical-final {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 28px;
    align-items: flex-start;
    max-width: 1100px;
    margin: 28px 0 0;
    padding: 20px 0;
    border-top: 1px solid rgba(90,0,163,.10);
}
.bsy-acv3 .critical-final-line {
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 18px;
    background: linear-gradient(90deg, #5A00A3 0%, rgba(90,0,163,.22) 100%);
    overflow: hidden;
}
.bsy-acv3 .critical-final-line::after {
    content: "";
    position: absolute;
    top: 0; left: -40%;
    width: 40%; height: 100%;
    background: linear-gradient(90deg,
        transparent, rgba(255,255,255,.9), transparent
    );
    animation: bsyAcLineFlow 3.8s linear infinite;
}
.bsy-acv3 .critical-final-content { max-width: 920px; }
.bsy-acv3 .critical-final p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 600;
    line-height: 1.38;
    color: var(--p);
}
.bsy-acv3 .critical-final p .brand,
.bsy-acv3 .critical-final p .brand-spine {
    font-size: inherit;
    color: var(--ink);
}
.bsy-acv3 .critical-final p .brand em,
.bsy-acv3 .critical-final p .brand-spine em,
.bsy-acv3 .critical-final p .brand sup,
.bsy-acv3 .critical-final p .brand-spine sup {
    color: var(--p);
}
@keyframes bsyAcLineFlow {
    0%   { left: -40%; }
    100% { left: 140%; }
}


/* ============================================================================
   10. STAGES  ·  Numbered 5-step lifecycle
   ============================================================================
   Used on: transformation-delivery, ai-transformation, ai-governance-assurance
   ============================================================================ */
.bsy-acv3 .stages {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: clamp(20px, 3vw, 36px);
    border-top: 1px solid var(--line-2);
}
.bsy-acv3 .stage {
    display: grid;
    grid-template-columns: clamp(80px, 9vw, 120px) 1fr;
   /* gap: clamp(24px, 4vw, 56px);*/
    /*padding: clamp(28px, 4vw, 40px) 0;*/
padding-top:12px;
padding-bottom:12px;
    border-bottom: 1px solid var(--line-2);
    align-items: start;
}
.bsy-acv3 .stage-num {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(48px, 6vw, 52px);
    font-weight: 800;
    line-height: 1;
    color: var(--p);
    letter-spacing: -0.02em;
}
.bsy-acv3 .stage-body h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 12px;
    line-height: 1.2;
}
.bsy-acv3 .stage-body p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink-2);
}


/* ============================================================================
   11. TRANSFORMATION POINTS  ·  Closing "Controlled + Measurable + Defensible"
   ============================================================================ */
.bsy-acv3 .transformation-points {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2.2vw, 30px);
    width: 100%;
    max-width: 1200px;
    margin: 24px auto 0;
    padding: 0 8px;
}


.bsy-acv3 .transformation-points .point {
   display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 1;
    min-width: 0;
}
.bsy-acv3 .transformation-points .point .dot {
    width: 10px; height: 10px;
    background: var(--p);
    border-radius: 50%;
}
.bsy-acv3 .transformation-points .point .line {
    width: clamp(28px, 4vw, 56px);
    height: 3px;
    background: var(--p);
    border-radius: 2px;
}
.bsy-acv3 .transformation-points .plus {
    flex-shrink: 0;
    font-family: 'Barlow', sans-serif;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 700;
    color: var(--p);
    line-height: 1;
    opacity: 0.65;
}

.bsy-acv3 .transformation-points .point h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(15px, 1.9vw, 30px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -0.012em;
    white-space: nowrap;
    margin: 0;
}

@media (max-width: 380px) {
    .bsy-acv3 .transformation-points {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 8px;
        scrollbar-width: none;
    }
    .bsy-acv3 .transformation-points::-webkit-scrollbar { display: none; }
}
/* ============================================================================
   12. SPINE FEATURE  ·  AI Governance Spine™ purple gradient card
   ============================================================================
   Used on: ai-transformation, ai-governance-assurance
   Kept purple intentionally — it represents the branded Spine IP.
   ============================================================================ */
.bsy-acv3 .spine-feature {
    background: linear-gradient(135deg, #5A00A3 0%, #3D006E 100%);
    border-radius: 28px;
    padding: clamp(40px, 5vw, 64px);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    margin-top: clamp(30px, 4vw, 40px);
}
.bsy-acv3 .spine-feature::before {
    content: "";
    position: absolute;
    top: -100px; right: -100px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(245,166,35,.18), transparent 60%);
    pointer-events: none;
}
.bsy-acv3 .spine-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.bsy-acv3 .spine-feature-inner { position: relative; z-index: 2; }

.bsy-acv3 .spine-feature-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.bsy-acv3 .spine-feature-eyebrow::before {
    content: "";
    width: 7px; height: 7px;
    background: var(--amber);
    border-radius: 50%;
}
.bsy-acv3 .spine-feature h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.014em;
}
.bsy-acv3 .spine-feature-lede {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.55;
    color: rgba(255,255,255,.85);
    max-width: 760px;
    margin-bottom: 36px;
}

.bsy-acv3 .spine-pillars {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 8px;
}
.bsy-acv3 .spine-pillar {
    background: linear-gradient(180deg, #FFFFFF 0%, var(--soft) 100%);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 18px;
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        0 24px 48px -10px rgba(15,0,40,.42),
        0 6px 14px rgba(15,0,40,.16);
}

/* Subtle amber accent strip at the top — keeps the warm visual pop */
.bsy-acv3 .spine-pillar::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 140px; height: 140px;
    background: radial-gradient(circle, rgba(245,166,35,.20), transparent 70%);
    pointer-events: none;
    opacity: 0.65;
    transition: opacity 0.45s ease;
}
.bsy-acv3 .spine-pillar:hover {
    transform: translateY(-8px);
    border-color: rgba(245,166,35,.45);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,1),
        0 38px 68px -10px rgba(15,0,40,.52),
        0 10px 20px rgba(15,0,40,.22);
}
.bsy-acv3 .spine-pillar:hover::before { opacity: 1; }
.bsy-acv3 .spine-pillar-num {
   display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    margin-bottom: 18px;
    background: rgba(245,166,35,.12);
    border: 1px solid rgba(245,166,35,.28);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #B85A00;
    position: relative;
    z-index: 1;
}
.bsy-acv3 .spine-pillar-num::before {
    content: "";
    width: 6px; height: 6px;
    background: #F5A623;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(245,166,35,.22);
    flex-shrink: 0;
}
.bsy-acv3 .spine-pillar h4 {
     font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.32;
    letter-spacing: -0.008em;
    position: relative;
    z-index: 1;
}
@media (max-width: 1100px) {
    .bsy-acv3 .spine-pillars { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .bsy-acv3 .spine-pillars { grid-template-columns: repeat(2, 1fr); }
}


/* ============================================================================
   13. DUAL PILLAR CARDS  ·  Side-by-side relationship cards
   ============================================================================ */
/* ─── DUAL PILLAR — FRAMEWORK DIFFERENTIATION ───
   Each card carries the visual language of its framework:
   1st (AssureChange™): purple, structured, dot-grid pattern
   2nd (AI Governance Spine™): amber, dynamic, radial glow
─────────────────────────────────────────────────── */

/* ── CARD 1 — AssureChange™ (Control Framework, purple-led) ── */

.bsy-acv3 .dual-pillar-card:nth-child(1) {
    background: linear-gradient(180deg, #FFFFFF 0%, var(--tint) 100%);
    border-color: rgba(90,0,163,.18);
    position: relative;
    overflow: hidden;
}

/* Left-edge purple accent bar — suggests a spine of control */
.bsy-acv3 .dual-pillar-card:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--p) 0%, var(--p-deep) 100%);
    z-index: 2;
}

/* Dot grid pattern in top-right — suggests structure/architecture */
.bsy-acv3 .dual-pillar-card:nth-child(1)::after {
    content: "";
    position: absolute;
    top: -20px; right: -20px;
    width: 180px; height: 180px;
    background-image: radial-gradient(circle, rgba(90,0,163,.20) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.bsy-acv3 .dual-pillar-card:nth-child(1):hover {
    transform: translateY(-6px);
    border-color: rgba(90,0,163,.35);
    box-shadow: 0 28px 56px rgba(90,0,163,.20);
}
.bsy-acv3 .dual-pillar-card:nth-child(1):hover::after { opacity: 0.85; }

/* Eyebrow — purple themed */
.bsy-acv3 .dual-pillar-card:nth-child(1) .dual-pillar-eyebrow {
    color: var(--p);
    background: rgba(90,0,163,.08);
    border-color: rgba(90,0,163,.20);
}


/* ── CARD 2 — Bushey AI Governance Spine™ (AI Lifecycle, amber-led) ── */

.bsy-acv3 .dual-pillar-card:nth-child(2) {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF7E8 100%);
    border-color: rgba(245,166,35,.28);
    position: relative;
    overflow: hidden;
}

/* Right-edge amber accent bar — mirrors card 1, creates rhythm as a pair */
.bsy-acv3 .dual-pillar-card:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #F5A623 0%, #B85A00 100%);
    z-index: 2;
}

/* Radial amber glow in top-left — suggests energy/lifecycle flow */
.bsy-acv3 .dual-pillar-card:nth-child(2)::after {
    content: "";
    position: absolute;
    top: -80px; left: -80px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(245,166,35,.22), transparent 70%);
    pointer-events: none;
    opacity: 0.75;
    transition: opacity 0.4s ease;
}

.bsy-acv3 .dual-pillar-card:nth-child(2):hover {
    transform: translateY(-6px);
    border-color: rgba(245,166,35,.55);
    box-shadow: 0 28px 56px rgba(245,166,35,.22);
}
.bsy-acv3 .dual-pillar-card:nth-child(2):hover::after { opacity: 1; }

/* Eyebrow — amber themed */
.bsy-acv3 .dual-pillar-card:nth-child(2) .dual-pillar-eyebrow {
    color: #B85A00;
    background: rgba(245,166,35,.12);
    border-color: rgba(245,166,35,.32);
}


.bsy-acv3 .dual-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: clamp(20px, 3vw, 30px);
}
.bsy-acv3 .dual-pillar-card {
    background: #FFFFFF;
    border: 1px solid rgba(90,0,163,.12);
    border-radius: 22px;
    padding: 36px;
    box-shadow: 0 16px 40px rgba(90,0,163,.08);
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .dual-pillar-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--p), rgba(90,0,163,.3));
}
.bsy-acv3 .dual-pillar-eyebrow {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 14px;
}
.bsy-acv3 .dual-pillar-title {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 18px;
    line-height: 1.2;
}
.bsy-acv3 .dual-pillar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bsy-acv3 .dual-pillar-list li {
    position: relative;
    padding: 10px 0 10px 26px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--ink-2);
    border-bottom: 1px solid var(--line-2);
}
.bsy-acv3 .dual-pillar-list li:last-child { border-bottom: none; }
.bsy-acv3 .dual-pillar-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 16px;
    width: 14px; height: 14px;
    background: var(--p);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
}


/* ============================================================================
   14. READINESS GRID  ·  3-card pillar grid
   ============================================================================
   Used on: ai-strategy-readiness
   ============================================================================ */
.bsy-acv3 .readiness-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: clamp(30px, 4vw, 40px);
}
.bsy-acv3 .readiness-card {
    background: #FFFFFF;
    border: 1px solid rgba(90,0,163,.10);
    border-radius: 22px;
    padding: 36px 32px;
    box-shadow: 0 12px 36px rgba(90,0,163,.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .readiness-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--p) 0%, transparent 100%);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.bsy-acv3 .readiness-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(90,0,163,.12);
    border-color: rgba(90,0,163,.20);
}
.bsy-acv3 .readiness-card:hover::before { opacity: 1; }

.bsy-acv3 .readiness-card-num {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--p);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bsy-acv3 .readiness-card-num::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--p);
    border-radius: 50%;
}
.bsy-acv3 .readiness-card h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 1.8vw, 26px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 18px;
}
.bsy-acv3 .readiness-card-label {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 8px;
}
.bsy-acv3 .readiness-card-takeaway {
    margin-top: auto;
    padding: 16px 20px;
    background: var(--tint);
    border-left: 4px solid var(--p);
    border-radius: 0 12px 12px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--p);
}

/* Compact requirement list (used inside an inline question card) */
.bsy-acv3 .req-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    counter-reset: req-counter;
}
.bsy-acv3 .req-list li {
    position: relative;
    padding: 14px 0 14px 56px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--ink-2);
    border-bottom: 1px solid var(--line-2);
    counter-increment: req-counter;
}
.bsy-acv3 .req-list li:last-child { border-bottom: none; }
.bsy-acv3 .req-list li::before {
    content: counter(req-counter, decimal-leading-zero);
    position: absolute;
    left: 0; top: 12px;
    width: 40px;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--p);
    line-height: 1;
}


/* ============================================================================
   15. CONTROL CARDS  ·  4 / 5 / 6 pillar grid (with optional product tags)
   ============================================================================
   Used on: ai-programme-delivery-control, ai-risk-compliance,
   ai-data-foundation, ai-use-case-delivery
   ============================================================================ */
.bsy-acv3 .control-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: clamp(30px, 4vw, 40px);
}
.bsy-acv3 .control-card {
    background: #FFFFFF;
    border: 1px solid rgba(90,0,163,.10);
    border-radius: 22px;
    padding: 36px 32px;
    box-shadow: 0 12px 36px rgba(90,0,163,.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .control-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--p) 0%, transparent 100%);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.bsy-acv3 .control-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(90,0,163,.12);
    border-color: rgba(90,0,163,.20);
}
.bsy-acv3 .control-card:hover::before { opacity: 1; }

.bsy-acv3 .control-card-num {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--p);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bsy-acv3 .control-card-num::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--p);
    border-radius: 50%;
}

/* Amber product badge — for branded Bushey products (CommandRoom, Unstoppable Company Game) */
.bsy-acv3 .control-card-product-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(245,166,35,.12);
    border: 1px solid rgba(245,166,35,.30);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #B85A00;
    margin-bottom: 14px;
    align-self: flex-start;
}
.bsy-acv3 .control-card-product-tag::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--amber);
    border-radius: 50%;
}

.bsy-acv3 .control-card h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 1.8vw, 26px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.008em;
    margin-bottom: 16px;
}
.bsy-acv3 .control-card p.intro {
    font-size: 16px;
    line-height: 1.55;
    color: var(--ink-2);
    margin-bottom: 18px;
}
.bsy-acv3 .control-card p.intro .brand,
.bsy-acv3 .control-card p.intro .brand-spine { font-size: inherit; }

.bsy-acv3 .control-card .group-label {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 8px;
}
.bsy-acv3 .control-card .group-label .brand,
.bsy-acv3 .control-card .group-label .brand-spine { font-size: inherit; text-transform: none; }
.bsy-acv3 .control-card .group-label .product-name { font-size: inherit; text-transform: none; }

/* Small dotted sub-list inside a control card */
.bsy-acv3 .control-card .group-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}
.bsy-acv3 .control-card .group-list li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink-2);
    border-bottom: 1px solid var(--line-2);
}
.bsy-acv3 .control-card .group-list li:last-child { border-bottom: none; }
.bsy-acv3 .control-card .group-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 14px;
    width: 7px; height: 7px;
    background: var(--p);
    border-radius: 50%;
    opacity: 0.7;
}

/* "AssureChange™ ensures" checkmark list inside a control card */
.bsy-acv3 .control-card ul.ensure-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    flex-grow: 1;
}
.bsy-acv3 .control-card ul.ensure-list li {
    position: relative;
    padding: 10px 0 10px 26px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink-2);
    border-bottom: 1px solid var(--line-2);
}
.bsy-acv3 .control-card ul.ensure-list li:last-child { border-bottom: none; }
.bsy-acv3 .control-card ul.ensure-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 16px;
    width: 16px; height: 16px;
    background: var(--p);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px 9px;
}

/* Arrow-numbered traceability list (input → model → ownership) */
.bsy-acv3 .control-card .traceability-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}
.bsy-acv3 .control-card .traceability-list li {
    position: relative;
    padding: 10px 0 10px 36px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink-2);
    border-bottom: 1px solid var(--line-2);
}
.bsy-acv3 .control-card .traceability-list li:last-child { border-bottom: none; }
.bsy-acv3 .control-card .traceability-list li::before {
    content: "→";
    position: absolute;
    left: 0; top: 10px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--p);
    width: 24px;
    text-align: center;
}

/* Purple-tint takeaway banner at the bottom of each pillar card */
.bsy-acv3 .control-card-takeaway {
    margin-top: auto;
    padding: 16px 20px;
    background: var(--tint);
    border-left: 4px solid var(--p);
    border-radius: 0 12px 12px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--p);
}
.bsy-acv3 .control-card-takeaway .brand,
.bsy-acv3 .control-card-takeaway .brand-spine {
    font-size: inherit;
    color: var(--ink);
}
.bsy-acv3 .control-card-takeaway .brand em,
.bsy-acv3 .control-card-takeaway .brand-spine em,
.bsy-acv3 .control-card-takeaway .brand sup,
.bsy-acv3 .control-card-takeaway .brand-spine sup {
    color: var(--p);
}


/* ============================================================================
   16. CONTRAST CARDS  ·  NOT / WHAT YOU GET (paired)
   ============================================================================ */
.bsy-acv3 .contrast-card-not,
.bsy-acv3 .contrast-card-yes {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    position: relative;
}
.bsy-acv3 .contrast-card-not {
    border: 1px solid rgba(90,0,163,.08);
    box-shadow: 0 10px 30px rgba(90,0,163,.04);
}
.bsy-acv3 .contrast-card-yes {
    border: 1px solid rgba(90,0,163,.12);
    box-shadow: 0 16px 40px rgba(90,0,163,.10);
}

.bsy-acv3 .contrast-card-not::before,
.bsy-acv3 .contrast-card-yes::before {
    position: absolute;
    top: 24px; right: 24px;
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 6px 12px;
    border-radius: 100px;
}

.bsy-acv3 .contrast-card-not .card-title,
.bsy-acv3 .contrast-card-yes .card-title {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 20px;
    padding-right: 110px;
}
.bsy-acv3 .contrast-card-yes .card-title { padding-right: 140px; }

.bsy-acv3 .contrast-list { list-style: none; margin: 0; padding: 0; }
.bsy-acv3 .contrast-list li {
    position: relative;
    padding: 14px 0 14px 36px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--ink-2);
}
.bsy-acv3 .contrast-card-not .contrast-list li { border-bottom: 1px solid rgba(184,90,90,.10); }
.bsy-acv3 .contrast-card-yes .contrast-list li { border-bottom: 1px solid rgba(90,0,163,.10); }
.bsy-acv3 .contrast-list li:last-child { border-bottom: none; }

.bsy-acv3 .contrast-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 18px;
    width: 22px; height: 22px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.bsy-acv3 .contrast-card-not .contrast-list li::before {
    background-color: rgba(184,90,90,.10);
    border: 1.5px solid rgba(184,90,90,.30);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B85A5A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 6l12 12M18 6l-12 12'/%3E%3C/svg%3E");
    background-size: 11px 11px;
}
.bsy-acv3 .contrast-card-yes .contrast-list li::before {
    background-color: var(--p);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E");
    background-size: 12px 12px;
}


/* ============================================================================
   17. DIFF SECTION  ·  Light lavender feature band (dot-grid corners)
   ============================================================================ */
.bsy-acv3 .diff-section {
    
    color: var(--ink);
    padding: clamp(60px, 9vw, 100px) 0;
    position: relative;
    overflow: hidden;
   
}
.bsy-acv3 .diff-section::before,
.bsy-acv3 .diff-section::after {
    content: "";
    position: absolute;
    width: 240px; height: 240px;
    background-image: radial-gradient(circle, var(--line) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.45;
    pointer-events: none;
}
.bsy-acv3 .diff-section::before { top: 40px; right: -60px; }
.bsy-acv3 .diff-section::after  { bottom: 40px; left: -60px; }

.bsy-acv3 .diff-section h2 { color: var(--ink); }
.bsy-acv3 .diff-section .sec-head .sub { color: var(--p); }
.bsy-acv3 .diff-section .prose p { color: var(--ink-2); }

.bsy-acv3 .diff-section-clean .diff-clean-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 2;
}

/* ── DIFF CLEAN — LEFT-SIDE BULLET POINTS (with .dot) ── */
.bsy-acv3 .diff-clean-content { max-width: 100%; }
.bsy-acv3 .diff-clean-points {
    margin-top: 40px;
    border-top: 1px solid rgba(90,0,163,.10);
}
.bsy-acv3 .diff-clean-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(90,0,163,.10);
}
.bsy-acv3 .diff-clean-item .dot {
    width: 10px;
    height: 10px;
    margin-top: 16px;
    border-radius: 50%;
    background: var(--p);
    flex-shrink: 0;
}
.bsy-acv3 .diff-clean-item p { margin: 0 !important; }

/* ── DIFF CLEAN — RIGHT-SIDE WHITE CARD ── */
.bsy-acv3 .diff-clean-card {
    background: linear-gradient(180deg, var(--tint) 0%, var(--soft) 100%);
    border: 1px solid rgba(90,0,163,.08);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(90,0,163,.04);
}
.bsy-acv3 .diff-clean-card-title {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
}
.bsy-acv3 .diff-clean-list {
    display: flex;
    flex-direction: column;
}
.bsy-acv3 .diff-clean-row {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(90,0,163,.08);
}
.bsy-acv3 .diff-clean-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.bsy-acv3 .diff-clean-row span {
    width: 8px;
    height: 8px;
    margin-top: 14px;
    border-radius: 50%;
    background: var(--p);
    flex-shrink: 0;
}
.bsy-acv3 .diff-clean-row p { margin: 0 !important; }

@media (max-width: 768px) {
    .bsy-acv3 .diff-clean-card { padding: 28px 24px; border-radius: 18px; }
    .bsy-acv3 .diff-clean-item { padding: 22px 0; }
    .bsy-acv3 .diff-clean-row { padding: 18px 0; }
}


/* ============================================================================
   18. INLINE QUESTION CARD  ·  Light, strong purple left edge
   ============================================================================ */
.bsy-acv3 .question-card-light {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 44px);
    margin: clamp(20px, 3vw, 28px) 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(90,0,163,.08);
}
.bsy-acv3 .question-card-light::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--p) 0%, rgba(90,0,163,.4) 100%);
}
.bsy-acv3 .question-card-light-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
   
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 22px;
}
.bsy-acv3 .question-card-light-eyebrow::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--p);
    border-radius: 50%;
}
.bsy-acv3 .question-card-light h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 2.6vw, 32px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -0.014em;
}
.bsy-acv3 .question-card-light h3 .accent { color: var(--p); font-style: normal; }
.bsy-acv3 .question-card-light .req-list { margin-top: 28px; }


/* ============================================================================
   19. FULL-SECTION QUESTION  ·  Light lavender band with dot-grid corners
   ============================================================================ */
.bsy-acv3 .question-light {
    background: linear-gradient(180deg, var(--tint) 0%, var(--soft) 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: clamp(60px, 9vw, 100px) 0;
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .question-light::before,
.bsy-acv3 .question-light::after {
    content: "";
    position: absolute;
    width: 240px; height: 240px;
    background-image: radial-gradient(circle, var(--line) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.5;
    pointer-events: none;
}
.bsy-acv3 .question-light::before { top: 40px; right: -60px; }
.bsy-acv3 .question-light::after  { bottom: 40px; left: -60px; }

.bsy-acv3 .question-light-inner {
    position: relative;
    max-width: 1100px;
    z-index: 2;
}
.bsy-acv3 .question-light-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 32px;
    box-shadow: 0 4px 16px rgba(90,0,163,.06);
}
.bsy-acv3 .question-light-eyebrow::before {
    content: "";
    width: 7px; height: 7px;
    background: var(--p);
    border-radius: 50%;
}
.bsy-acv3 .question-light-lede {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(18px, 1.8vw, 22px);
    color: var(--text);
    line-height: 1.5;
    margin-bottom: 20px;
}
.bsy-acv3 .question-light h2 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(32px, 4.6vw, 56px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.08;
    letter-spacing: -0.018em;
    margin-bottom: 40px;
    max-width: 1200px;
}
.bsy-acv3 .question-light h2 .accent { color: var(--p); font-style: normal; }


/* ============================================================================
   20. CTA  ·  Light banner with team image
   ============================================================================ */
.bsy-acv3 .cta-light {
    padding: clamp(60px, 9vw, 100px) 0;
    background: #FFFFFF;
}
.bsy-acv3 .cta-light-banner {
    background: linear-gradient(180deg, #F4ECFB 0%, #F7F2FB 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: clamp(48px, 6vw, 80px);
    color: var(--ink);
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .cta-light-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(90,0,163,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(90,0,163,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.bsy-acv3 .cta-light-banner::after {
    content: "";
    position: absolute;
    bottom: -120px; right: -120px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(245,166,35,.14), transparent 65%);
    pointer-events: none;
}
.bsy-acv3 .cta-light-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: center;
    position: relative;
    z-index: 2;
}
.bsy-acv3 .cta-light-banner .eyebrow {
    background: #FFFFFF;
    border: 1px solid var(--line);
}
.bsy-acv3 .cta-light-banner h2 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(28px, 3.4vw, 44px);
    color: var(--ink);
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: -0.012em;
}
.bsy-acv3 .cta-light-banner .cta-body {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.7;
    color: var(--ink-2);
    max-width: 760px;
    margin-bottom: 24px;
}
.bsy-acv3 .cta-light-banner .cta-emphasis {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    color: var(--p);
    margin-bottom: 32px;
    line-height: 1.4;
    max-width: 760px;
}

/* Team image with live badge + caption strip */
.bsy-acv3 .cta-team-image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--tint);
    box-shadow: 0 24px 48px rgba(90,0,163,.10);
}
.bsy-acv3 .cta-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bsy-acv3 .cta-team-live {
    position: absolute;
    top: 20px; right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(90,0,163,.14);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink);
    z-index: 3;
    box-shadow: 0 4px 16px rgba(90,0,163,.08);
}
.bsy-acv3 .cta-team-live::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--amber);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(245,166,35,.25);
    animation: bsyCtaPulse 2s ease-in-out infinite;
}
@keyframes bsyCtaPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(245,166,35,.25); }
    50%      { box-shadow: 0 0 0 8px rgba(245,166,35,.05); }
}
.bsy-acv3 .cta-team-caption {
    position: absolute;
    bottom: 20px; left: 20px; right: 20px;
    padding: 18px 22px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(90,0,163,.14);
    border-radius: 12px;
    z-index: 3;
    box-shadow: 0 4px 16px rgba(90,0,163,.08);
}
.bsy-acv3 .cta-team-caption-title {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px;
}
.bsy-acv3 .cta-team-caption-sub {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: var(--text);
}


/* ============================================================================
   21. RESPONSIVE BREAKPOINTS
   ============================================================================ */

/* — Large desktop (≤ 1100px) — */
@media (max-width: 1100px) {
    .bsy-acv3 .hero-fw-grid {
        grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
        gap: 32px;
    }
    .bsy-acv3 .hero-fw-image img { max-height: 380px; }

    .bsy-acv3 .control-grid    { grid-template-columns: repeat(2, 1fr); }
    .bsy-acv3 .readiness-grid  { grid-template-columns: 1fr; }
    .bsy-acv3 .dual-pillars    { grid-template-columns: 1fr; }
    .bsy-acv3 .diff-section-clean .diff-clean-layout { grid-template-columns: 1fr; gap: 24px; }
}

/* — Tablet (≤ 980px) — */
@media (max-width: 980px) {
    .bsy-acv3 .cta-light-inner { grid-template-columns: 1fr; gap: 36px; }
    .bsy-acv3 .cta-team-image {
        max-width: 480px;
        margin: 0 auto;
        aspect-ratio: 4 / 3.6;
    }
}

/* — Mobile (≤ 880px) — */
@media (max-width: 880px) {
    .bsy-acv3 .hero-fw {
        padding: clamp(56px, 8vw, 90px) 0 clamp(20px, 4vw, 40px);
    }
    .bsy-acv3 .hero-fw-grid { grid-template-columns: 1fr; gap: 24px; }
    .bsy-acv3 .hero-fw-image {
        margin-right: 0;
        margin-left: auto;
        max-width: 460px;
    }
    .bsy-acv3 .hero-fw-image img { max-height: 360px; margin: 0 auto; }

    .bsy-acv3 .two-col,
    .bsy-acv3 .two-col.reverse { grid-template-columns: 1fr; }
    .bsy-acv3 .two-col.reverse .col-text  { order: 1; }
    .bsy-acv3 .two-col.reverse .col-image { order: 2; }
    .bsy-acv3 .col-image { max-width: 600px; margin: 0; aspect-ratio: 16 / 11; }

    .bsy-acv3 .stage {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .bsy-acv3 .stage-num { font-size: 48px; }
}

/* — Small mobile (≤ 768px) — */
@media (max-width: 768px) {
    .bsy-acv3 .critical-final {
        grid-template-columns: 42px 1fr;
        gap: 16px;
        margin-top: 16px;
        padding: 12px 0;
    }
    .bsy-acv3 .critical-final-line { margin-top: 14px; }
    .bsy-acv3 .critical-final p { font-size: 22px; line-height: 1.42; }
}

/* — Mobile compact (≤ 700px) — */
@media (max-width: 700px) {
    .bsy-acv3 .control-grid { grid-template-columns: 1fr; }

    .bsy-acv3 .contrast-card-not,
    .bsy-acv3 .contrast-card-yes { padding: 30px 24px; }

    .bsy-acv3 .contrast-card-not::before,
    .bsy-acv3 .contrast-card-yes::before {
        position: static;
        display: inline-block;
        margin-bottom: 14px;
    }
    .bsy-acv3 .contrast-card-not .card-title,
    .bsy-acv3 .contrast-card-yes .card-title { padding-right: 0; }
}

/* — Extra small (≤ 640px) — */
@media (max-width: 640px) {
    .bsy-acv3 p,
    .bsy-acv3 .list li { font-size: 18px; }
    .bsy-acv3 .hero-fw-text h1 { font-size: clamp(38px, 9vw, 52px); }
    .bsy-acv3 .hero-fw-text .hero-sub { font-size: 20px; }
    .bsy-acv3 .hero-fw-image img { max-height: 280px; }
}

/* — Tiny phones (≤ 540px) — */
@media (max-width: 540px) {
    .bsy-acv3 .cta-team-caption {
        bottom: 12px; left: 12px; right: 12px;
        padding: 14px 16px;
    }
    .bsy-acv3 .cta-team-live {
        top: 14px; right: 14px;
        padding: 8px 12px;
        font-size: 11px;
    }
}

/* ============================================================================
   END OF MASTER STYLESHEET
   ============================================================================ */


/* ============================================================================
   ABOUT US PAGE CSS
   Standalone — only the new components used on the About Us page.
   Base styles (tokens, container, section, eyebrow, sec-head, two-col, prose,
   critical-final, btn, cta-light) come from the master style.css.
   All classes scoped under .bsy-acv3 to prevent theme bleed.
   ============================================================================ */


/* ── 1. ABOUT HERO — editorial, centered narrative ─────────────────────────── */

.bsy-acv3 .about-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 22%, rgba(245,166,35,.10), transparent 50%),
        radial-gradient(circle at 82% 78%, rgba(90,0,163,.12), transparent 50%),
        linear-gradient(180deg, var(--paper) 0%, var(--soft) 100%);
    padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 100px);
    border-bottom: 1px solid var(--line-2);
}
.bsy-acv3 .about-hero::before {
    content: "";
    position: absolute;
    top: 8%; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 600px;
    background-image: radial-gradient(circle, var(--line) 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    opacity: 0.25;
    pointer-events: none;
}
.bsy-acv3 .about-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}
.bsy-acv3 .about-hero .eyebrow { margin: 0 auto 32px; }
.bsy-acv3 .about-hero h1 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.02;
    letter-spacing: -0.028em;
    margin: 0 0 32px;
}
.bsy-acv3 .about-hero h1 .accent {
    color: var(--p);
    font-style: normal;
}
.bsy-acv3 .about-hero-lede {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 500;
    color: var(--ink-2);
    line-height: 1.45;
    max-width: 800px;
    margin: 0 auto;
}


/* ── 2. STATS SHOWCASE — three big proof points on dark ────────────────────── */
.bsy-acv3 .about-stats {
    background: linear-gradient(135deg, #5A00A3 0%, #3D0070 100%);
    padding: clamp(20px, 5vw, 24px) 0;
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .about-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(122,44,191,.45), transparent 55%),
        radial-gradient(circle at 80% 50%, rgba(245,166,35,.14), transparent 55%);
    pointer-events: none;
}
.bsy-acv3 .about-stats::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}
.bsy-acv3 .about-stats-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(40px, 6vw, 80px);
}
.bsy-acv3 .about-stat {
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
.bsy-acv3 .about-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%; right: clamp(-20px, -3vw, -40px);
    width: 1px; height: 60%;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.16), transparent);
}
.bsy-acv3 .about-stat-num {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(64px, 9vw, 128px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
    display: block;
}
.bsy-acv3 .about-stat-num .plus {
    color: #F5A623;
    margin-left: 4px;
}
.bsy-acv3 .about-stat-label {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.72);
}
@media (max-width: 880px) {
    .bsy-acv3 .about-stats-grid { grid-template-columns: 1fr; gap: 48px; }
    .bsy-acv3 .about-stat:not(:last-child)::after { display: none; }
}

/* ── 3. PULL QUOTE — used inside Our Story ─────────────────────────────────── */

.bsy-acv3 .pull-quote {
    position: relative;
    padding: clamp(28px, 3vw, 40px);
    background: var(--tint);
    border-radius: 20px;
    border-left: 5px solid var(--p);
    margin-top: 12px;
}
.bsy-acv3 .pull-quote::before {
    content: "\201C";
    position: absolute;
    top: -22px; left: 20px;
    font-family: 'Barlow', sans-serif;
    font-size: 120px;
    line-height: 1;
    color: var(--p);
    opacity: 0.22;
    font-weight: 800;
}
.bsy-acv3 .pull-quote p {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
    letter-spacing: -0.008em;
    margin: 0;
    position: relative;
    z-index: 1;
}


/* ── 4. WHY GRID — 5 numbered differentiator cards ─────────────────────────── */

.bsy-acv3 .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: clamp(30px, 4vw, 40px);
}
.bsy-acv3 .why-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 40px 36px;
    box-shadow: 0 14px 40px rgba(90,0,163,.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .why-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 0;
    height: 4px;
    background: var(--p);
    transition: width 0.5s ease;
}
.bsy-acv3 .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(90,0,163,.14);
    border-color: rgba(90,0,163,.22);
}
.bsy-acv3 .why-card:hover::before { width: 100%; }
.bsy-acv3 .why-card-num {
    font-family: 'Barlow', sans-serif;
    font-size: 72px;
    font-weight: 800;
    color: var(--p);
    line-height: 0.9;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
    opacity: 0.20;
    transition: opacity 0.3s ease;
}
.bsy-acv3 .why-card:hover .why-card-num { opacity: 0.40; }
.bsy-acv3 .why-card h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(22px, 1.9vw, 26px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.008em;
    margin-bottom: 14px;
}
.bsy-acv3 .why-card p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink-2);
}
@media (max-width: 1100px) {
    .bsy-acv3 .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
    .bsy-acv3 .why-grid { grid-template-columns: 1fr; }
}


/* ── 5. CULTURE VALUES — 3 cards with circular icons ───────────────────────── */

.bsy-acv3 .about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: clamp(30px, 4vw, 40px);
}
.bsy-acv3 .about-value {
    background: #fcf9ff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 44px 32px;
    text-align: center;
    transition: all 0.3s ease;
}
.bsy-acv3 .about-value:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(90,0,163,.10);
}
.bsy-acv3 .about-value-icon {
    width: 72px; height: 72px;
    margin: 0 auto 24px;
    background: var(--tint);
    border: 1.5px solid var(--line);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--p);
}
.bsy-acv3 .about-value-icon svg {
    width: 32px; height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.bsy-acv3 .about-value h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 12px;
    letter-spacing: -0.008em;
}
.bsy-acv3 .about-value p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink-2);
}
@media (max-width: 880px) {
    .bsy-acv3 .about-values { grid-template-columns: 1fr; }
}


/* ── 6. SECTOR TAGS BAND ───────────────────────────────────────────────────── */

.bsy-acv3 .sector-band {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}
.bsy-acv3 .sector-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: var(--tint);
    border: 1px solid var(--line);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
}
.bsy-acv3 .sector-tag::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--p);
    border-radius: 50%;
}


/* ── 7. FOUNDER GRID — 2 profile cards ─────────────────────────────────────── */

.bsy-acv3 .founder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: clamp(30px, 4vw, 40px);
}
.bsy-acv3 .founder-card {
    background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: clamp(36px, 4vw, 48px);
    display: flex;
    gap: 28px;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .founder-card::after {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(90,0,163,.08), transparent 65%);
    pointer-events: none;
}
.bsy-acv3 .founder-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(90,0,163,.12);
}
.bsy-acv3 .founder-avatar {
    flex-shrink: 0;
    width: 96px; height: 96px;
    background: linear-gradient(135deg, var(--p) 0%, var(--p-deep) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 12px 28px rgba(90,0,163,.30);
    position: relative;
    z-index: 1;
}
.bsy-acv3 .founder-info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.bsy-acv3 .founder-role {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 6px;
}
.bsy-acv3 .founder-name {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(24px, 2.2vw, 30px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -0.014em;
    margin-bottom: 10px;
}
.bsy-acv3 .founder-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: var(--p);
    text-decoration: none;
    border-bottom: 1.5px solid rgba(90,0,163,.22);
    padding-bottom: 2px;
    transition: border-color 0.2s ease;
    word-break: break-all;
}
.bsy-acv3 .founder-email:hover { border-bottom-color: var(--p); }
.bsy-acv3 .founder-email svg {
    width: 14px; height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    flex-shrink: 0;
}
@media (max-width: 880px) {
    .bsy-acv3 .founder-grid { grid-template-columns: 1fr; }
    .bsy-acv3 .founder-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .bsy-acv3 .founder-avatar {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }
}


/* ── 8. CENTERED SECTION HEAD VARIANT (for About Us section heads) ─────────── */

.bsy-acv3 .sec-head.center {
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.bsy-acv3 .sec-head.center .eyebrow {
    margin-left: auto;
    margin-right: auto;
}


/* ============================================================================
   END OF ABOUT US PAGE CSS
   ============================================================================ */

/* ─── TRANSFORMATION TABLE ───
   Paired Before / After rows for "What Changes" sections.
   Used on AI Risk & Compliance and any other transformation pages.
─────────────────────────────────────────────────── */

.bsy-acv3 .transformation-table {
    margin-top: 36px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 48px rgba(15,0,40,.08);
}

/* HEADER ROW — Before | (arrow space) | After */
.bsy-acv3 .transformation-header {
    display: grid;
    grid-template-columns: 1fr 72px 1fr;
    background: linear-gradient(180deg, #FAF5FD 0%, var(--soft) 100%);
    border-bottom: 1.5px solid var(--line);
}
.bsy-acv3 .transformation-header-cell {
    padding: 22px 32px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}
.bsy-acv3 .transformation-header-cell.before { color: #B85A00; }
.bsy-acv3 .transformation-header-cell.after  { color: var(--p); }
.bsy-acv3 .transformation-header-cell::before {
    content: "";
    width: 8px; height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.bsy-acv3 .transformation-header-cell.before::before { background: #F5A623; }
.bsy-acv3 .transformation-header-cell.after::before  { background: var(--p); }

/* DATA ROW — paired transformation */
.bsy-acv3 .transformation-row {
    display: grid;
    grid-template-columns: 1fr 72px 1fr;
    align-items: stretch;
    transition: background-color 0.3s ease;
}
.bsy-acv3 .transformation-row:not(:last-child) {
    border-bottom: 1px solid var(--line);
}
.bsy-acv3 .transformation-row:hover {
    background: rgba(90,0,163,.025);
}

.bsy-acv3 .transformation-cell {
    padding: 26px 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    display: flex;
    align-items: center;
}
.bsy-acv3 .transformation-cell.before {
    color: rgba(26,26,46,.62);
    background: rgba(245,166,35,.025);
}
.bsy-acv3 .transformation-cell.after {
    color: var(--ink);
    font-weight: 500;
}

/* ARROW SEPARATOR — purple, sits between cells */
.bsy-acv3 .transformation-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tint);
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    color: var(--p);
}
.bsy-acv3 .transformation-arrow svg {
    width: 22px; height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}
.bsy-acv3 .transformation-row:hover .transformation-arrow svg {
    transform: translateX(4px);
}

/* MOBILE — stack vertically with inline labels */
@media (max-width: 880px) {
    .bsy-acv3 .transformation-header { display: none; }
    .bsy-acv3 .transformation-row {
        grid-template-columns: 1fr;
    }
    .bsy-acv3 .transformation-arrow { display: none; }
    .bsy-acv3 .transformation-cell {
        padding: 22px 24px;
    }
    .bsy-acv3 .transformation-cell.before {
        border-bottom: 1px dashed var(--line);
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .bsy-acv3 .transformation-cell.after {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .bsy-acv3 .transformation-cell.before::before {
        content: "Before";
        font-family: 'Barlow', sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #B85A00;
    }
    .bsy-acv3 .transformation-cell.after::before {
        content: "After";
        font-family: 'Barlow', sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--p);
    }
}


/* ============================================================
   BLOCKQUOTE · .bsy-acv3 .bsy-quote
   Reusable testimonial / pull-quote card. Brand tokens only.
============================================================ */
.bsy-acv3 .bsy-quote {
    background: unset !important;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    max-width: 640px;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
    margin: 0;
}

/* quote mark */
.bsy-acv3 .bsy-quote::before {
    content: "\201C";
    position: absolute;
    top: -80px;
    font-family: Georgia, serif;
    font-size: 88px;
    line-height: 1;
    color: rgba(90,0,163,.14);
    pointer-events: none;
	background-color: unset !important;
	display:none;
}

/* the quote text */
.bsy-acv3 .bsy-quote p {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(18px, 2vw, 22px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: var(--p);
    letter-spacing: -0.01em;
    margin: 18px 0 26px;
    position: relative;
    z-index: 1;
}

/* footer: avatar + attribution */
.bsy-acv3 .bsy-quote-by {
    display: flex;
    align-items: center;
    gap: 16px;
}
.bsy-acv3 .bsy-quote-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, var(--p) 0%, var(--p-deep) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
}
.bsy-acv3 .bsy-quote-avatar img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.bsy-acv3 .bsy-quote-name {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
}
.bsy-acv3 .bsy-quote-role {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--p);
    margin-top: 2px;
}

/* =========================================================
   CTA SECTION · LIGHT
========================================================= */
/* =========================================================
   CTA SECTION · LIGHT · TRUE FULL-WIDTH
   The banner background spans the full viewport edge-to-edge.
   A .container INSIDE keeps the text/image aligned to site width.
========================================================= */

.bsy-home .cta {
    padding: 0;                 /* band controls its own spacing */
    background: #FFFFFF;
}

/* full-width band — background runs edge to edge */
.bsy-home .cta-banner {
    background: linear-gradient(180deg, #F4ECFB 0%, #F7F2FB 100%);
    color: #1A1A2E;
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 6vw, 80px) 0;
    width: 100%;
}
.bsy-home .cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(90,0,163,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(90,0,163,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.bsy-home .cta-banner::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(245,166,35,.14), transparent 65%);
    pointer-events: none;
}

/* the .container INSIDE keeps content aligned to site width */
.bsy-home .cta-banner .container {
    position: relative;
    z-index: 2;
}

/* two-column layout */
.bsy-home .cta-with-team .cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: center;
}

/* typography */
.bsy-home .cta-banner h2 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    color: #1A1A2E;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 700;
}
.bsy-home .cta-banner p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #3A3A50;
    max-width: 520px;
}
.bsy-home .cta-banner .pb-5 { margin-bottom: 32px; }

.bsy-home .cta-btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

/* PRIMARY button · site standard spec */
.bsy-home .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px 36px;
    background: #5A00A3;
    border: 0;
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 12px;
    text-decoration: none;
    
    transition: all 0.3s ease;
    cursor: pointer;
}
.bsy-home .cta-btn:hover {
    background: #3D006E;
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* SECONDARY button · ghost, site standard spec */
.bsy-home .cta-btn-ghost {
    background: transparent;
    border: 2px solid #5A00A3;
    color: #5A00A3;
    padding: 18px 34px;
}
.bsy-home .cta-btn-ghost:hover {
    background: #5A00A3;
    border-color: #5A00A3;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.bsy-home .cta-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}
.bsy-home .cta-btn:hover svg { transform: translateX(3px); }

/* team image */
.bsy-home .cta-team-image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow:none;
}
.bsy-home .cta-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
    .bsy-home .cta-with-team .cta-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .bsy-home .cta-team-image {
        max-width: 480px;
        margin: 0 auto;
        aspect-ratio: 4 / 3.6;
    }
}
@media (max-width: 540px) {
    .bsy-home .cta-banner { padding: clamp(40px, 10vw, 56px) 0; }
    .bsy-home .cta-btn-row { flex-direction: column; align-items: stretch; }
    .bsy-home .cta-btn { width: 100%; }
    .bsy-home .cta-banner h2 { font-size: clamp(28px, 8vw, 36px); }
}

/* ============================================================
   WHAT 'OWNING IT' LOOKS LIKE · v3 "Light Aurora"
   Content 100% as-is. Light gradient stage with soft brand
   aurora, a giant gradient quote glyph, marker highlights on
   the decisive phrases, and a closing line set in gradient
   display type. Namespace: bsy-own3 · No boxes, no panels.
   ============================================================ */

/* ---- light aurora stage ------------------------------------ */
.section.bsy-own3-sec {
    position: relative;
    background:
        radial-gradient(900px 520px at 12% 0%,   rgba(90,0,163,0.07),  transparent 60%),
        radial-gradient(760px 480px at 92% 18%,  rgba(245,166,35,0.10), transparent 60%),
        radial-gradient(820px 560px at 55% 115%, rgba(90,0,163,0.05),  transparent 65%),
        linear-gradient(165deg, #fbfaff 0%, #f7f3fd 45%, #fdf8ef 100%);
    overflow: hidden;
    padding-top: clamp(76px, 8vw, 116px);
    padding-bottom: clamp(76px, 8vw, 116px);
}
/* slow-breathing aurora ribbon behind the content */
.section.bsy-own3-sec::before {
    content: "";
    position: absolute;
    top: -25%; left: 50%;
    width: 130%; height: 150%;
    transform: translateX(-50%);
    background: conic-gradient(from 210deg at 50% 50%,
        rgba(90,0,163,0.06),
        rgba(245,166,35,0.07),
        rgba(139,63,214,0.05),
        rgba(90,0,163,0.06));
    filter: blur(90px);
    animation: bsyOwn3Breathe 16s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes bsyOwn3Breathe {
    from { transform: translateX(-50%) rotate(0deg) scale(1); }
    to   { transform: translateX(-50%) rotate(8deg) scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
    .section.bsy-own3-sec::before { animation: none; }
}
/* hairline gradient accent along the very top of the section */
.section.bsy-own3-sec::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #5A00A3, #8b3fd6 45%, #f5a623);
}
.bsy-own3 { position: relative; z-index: 1; }

/* ---- editorial column -------------------------------------- */
.bsy-own3 .bsy-own3-wrap {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}
/* giant gradient quote glyph — the signature */
.bsy-own3 .bsy-own3-wrap::before {
    content: "\201C";
    position: absolute;
    top: -0.28em;
    left: -0.42em;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: clamp(140px, 18vw, 240px);
    line-height: 1;
    background: linear-gradient(135deg, rgba(90,0,163,0.16), rgba(245,166,35,0.16));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
    z-index: -1;
}

/* tag */
.bsy-own3 .bsy-own3-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #5A00A3, #b06be6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
}
.bsy-own3 .bsy-own3-tag::before {
    content: "";
    width: 28px; height: 2px;
    background: linear-gradient(90deg, #5A00A3, #f5a623);
    border-radius: 2px;
}
.bsy-own3 .bsy-own3-wrap h2 { margin: 0 0 clamp(26px, 3.2vw, 36px); }


/* ---- narrative --------------------------------------------- */
.bsy-own3 .bsy-own3-story p {
    font-style: italic;
    line-height: 1.8;
    font-size: 21px;
    margin: 0 0 24px;
    font-family: 'Bahnschrift', sans-serif;
    letter-spacing: -0.3px;
}
.bsy-own3 .bsy-own3-story p:last-child { margin-bottom: 0; }

/* marker-pen highlight on the decisive phrases */
.bsy-own3 .bsy-own3-story .hl-a {
    background: linear-gradient(transparent 62%, rgba(245,166,35,0.35) 62%);
    padding: 0 2px;
    border-radius: 2px;
}
.bsy-own3 .bsy-own3-story .hl-p {
    background: linear-gradient(transparent 62%, rgba(90,0,163,0.16) 62%);
    padding: 0 2px;
    border-radius: 2px;
}

/* ---- closing verdict in gradient display type --------------- */
.bsy-own3 .bsy-own3-close {
    margin-top: clamp(36px, 4.5vw, 52px);
    padding-top: clamp(28px, 3.5vw, 36px);
    position: relative;
}
/* short gradient rule instead of a full-width border */
.bsy-own3 .bsy-own3-close::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 72px; height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #5A00A3, #f5a623);
}
.bsy-own3 .bsy-own3-close p {
    font-family: 'Bahnschrift', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(22px, 2.6vw, 32px);
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin: 0;
    max-width: 30ch;
}
.bsy-own3 .bsy-own3-close p .grad {
    background: linear-gradient(90deg, #5A00A3 0%, #8b3fd6 55%, #f5a623 110%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---- responsive -------------------------------------------- */
@media (max-width: 920px) {
    .bsy-own3 .bsy-own3-wrap::before { left: -0.15em; }
}
@media (max-width: 620px) {
    .bsy-own3 .bsy-own3-wrap { max-width: 100%; }
    .bsy-own3 .bsy-own3-wrap::before { font-size: 120px; top: -0.2em; }
}
/* ============================================================
   WHAT THIS ISN'T · bsy-nt-* · SKETCH MARKS EDITION
   Marks redrawn as hand-doodled icons (as per reference):
   – wobbly ink-outlined square
   – soft watercolour fill patch behind it
   – thick marker ✓ / ✗ with black ink outline, poking past
     the box edge like a real hand-drawn tick
   Pure inline SVG — no images, no fonts, no libraries.
   ============================================================ */
.bsy-acv3 .bsy-nt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 32px);
    align-items: stretch;
}
.bsy-acv3 .bsy-nt-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: clamp(24px, 3vw, 34px);
}
/* subtle top edge so the two sides read at a glance */
.bsy-acv3 .bsy-nt-card.not { border-top: 3px solid #e05252; }
.bsy-acv3 .bsy-nt-card.get { border-top: 3px solid #2e9e5b; }
.bsy-acv3 .bsy-nt-card h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.bsy-acv3 .bsy-nt-card.not h3 { color: #c23d3d; }
.bsy-acv3 .bsy-nt-card.get h3 { color: #247d48; }
.bsy-acv3 .bsy-nt-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}
.bsy-acv3 .bsy-nt-row:last-child { margin-bottom: 0; }
.bsy-acv3 .bsy-nt-row p {
    margin: 0;
    line-height: 1.65;
}

/* ---- sketch marks ------------------------------------------- */
/* the doodle lives entirely inside the SVG, so the span is
   just a sizing frame — no background, no border */
.bsy-acv3 .bsy-nt-mark {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.bsy-acv3 .bsy-nt-mark svg {
    width: 44px;
    height: 44px;
    overflow: visible; /* lets the tick poke past the box */
}
/* tiny opposing tilts sell the hand-drawn feel */
.bsy-acv3 .bsy-nt-card.get .bsy-nt-mark svg { transform: rotate(-2deg); }
.bsy-acv3 .bsy-nt-card.not .bsy-nt-mark svg { transform: rotate(2deg); }

/* ---- responsive -------------------------------------------- */
@media (max-width: 820px) {
    .bsy-acv3 .bsy-nt-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   WHO IS THIS FOR · audience + pain rows · bsy-who-*
   Typography inherits from base .bsy-acv3 (sec-head, h2, p).
   Each row = role (what they own) + the specific 3am fear.
   Only layout is defined here.
   ============================================================ */

.bsy-acv3 .bsy-who-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: clamp(28px, 3.5vw, 42px);
}

.bsy-acv3 .bsy-who-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    background: linear-gradient(180deg, #FFFFFF 0%, var(--soft) 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px clamp(24px, 3vw, 34px);
    transition: all 0.3s ease;
}
.bsy-acv3 .bsy-who-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(15,0,40,.10);
    border-color: rgba(90,0,163,.25);
}

.bsy-acv3 .bsy-who-ico {
    flex-shrink: 0;
    width: 52px; height: 52px;
    border-radius: 14px;
    background: var(--tint);
    border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    color: var(--p);
    align-self: start;
    transition: all 0.3s ease;
}
.bsy-acv3 .bsy-who-row:hover .bsy-who-ico {
    background: var(--p);
    color: #FFFFFF;
    border-color: var(--p);
}
.bsy-acv3 .bsy-who-ico svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* role line: Barlow bold, size inherits from base */
.bsy-acv3 .bsy-who-role {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
    margin: 4px 0 12px;
}
.bsy-acv3 .bsy-who-role .who-who {
    color: var(--p);
}

/* the fear line — set apart as a quiet, human aside */
.bsy-acv3 .bsy-who-fear {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px dashed var(--line);
}
.bsy-acv3 .bsy-who-fear-label {
    flex-shrink: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #B85A00;
    background: rgba(245,166,35,.12);
    border: 1px solid rgba(245,166,35,.35);
    border-radius: 100px;
    padding: 5px 12px;
    margin-top: 2px;
}
.bsy-acv3 .bsy-who-fear p {
    margin: 0;
    color: var(--ink-2);
    font-style: italic;
}

/* closing key line reuses the site critical-final component */

@media (max-width: 560px) {
    .bsy-acv3 .bsy-who-row { grid-template-columns: 1fr; gap: 16px; }
    .bsy-acv3 .bsy-who-fear { flex-direction: column; gap: 8px; }
}

/* ============================================================
   WHAT BUSHEY OWNS vs WHAT YOU OWN · bsy-own2-*
   Typography inherits from base .bsy-acv3 (sec-head, h2, p).
   Two-column ownership split, paired line-by-line.
   ============================================================ */

.bsy-acv3 .bsy-own2 {
    margin-top: clamp(28px, 3.5vw, 42px);
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 16px 44px rgba(15,0,40,.06);
}

/* column headers */
.bsy-acv3 .bsy-own2-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.bsy-acv3 .bsy-own2-head > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px clamp(22px, 3vw, 30px);
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.bsy-acv3 .bsy-own2-head .bushey {
    background: linear-gradient(160deg, var(--p) 0%, var(--p-deep) 100%);
    color: #FFFFFF;
}
.bsy-acv3 .bsy-own2-head .you {
    
     background: linear-gradient(160deg, #a56700 0%, #F5A623 100%);
    color: #fff;
    border-left: 1px solid var(--line);
}
.bsy-acv3 .bsy-own2-head .badge {
    width: 30px; height: 30px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.bsy-acv3 .bsy-own2-head .bushey .badge { background: rgba(255,255,255,.16); }
.bsy-acv3 .bsy-own2-head .you .badge { background: #FFFFFF; border: 1px solid var(--line); }
.bsy-acv3 .bsy-own2-head .badge svg { width: 17px; height: 17px; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.bsy-acv3 .bsy-own2-head .bushey .badge svg { stroke: #FFFFFF; }
.bsy-acv3 .bsy-own2-head .you .badge svg { stroke: var(--p); }

/* paired rows */
.bsy-acv3 .bsy-own2-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
}
.bsy-acv3 .bsy-own2-cell {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px clamp(22px, 3vw, 30px);
}
.bsy-acv3 .bsy-own2-cell.you-cell {
    border-left: 1px solid var(--line);
    background: #fff;
}
.bsy-acv3 .bsy-own2-cell .tick {
    flex-shrink: 0;
    width: 22px; height: 22px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-top: 5px;
}
.bsy-acv3 .bsy-own2-cell.bushey-cell .tick { background: var(--p); }
.bsy-acv3 .bsy-own2-cell.you-cell .tick { background: #FFFFFF; border: 1.5px solid var(--p); }
.bsy-acv3 .bsy-own2-cell .tick svg { width: 12px; height: 12px; fill: none; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.bsy-acv3 .bsy-own2-cell.bushey-cell .tick svg { stroke: #FFFFFF; }
.bsy-acv3 .bsy-own2-cell.you-cell .tick svg { stroke: var(--p); }
/* cell text inherits base p size */
.bsy-acv3 .bsy-own2-cell p { margin: 0; color: var(--ink-2); }

@media (max-width: 720px) {
    /* stack: each pair becomes Bushey-then-You, grouped */
    .bsy-acv3 .bsy-own2-head { display: none; }
    .bsy-acv3 .bsy-own2-row { grid-template-columns: 1fr; border-top: 0; }
    .bsy-acv3 .bsy-own2-row + .bsy-own2-row { margin-top: 0; }
    .bsy-acv3 .bsy-own2-cell { border-left: 0 !important; }
    .bsy-acv3 .bsy-own2-cell.bushey-cell { border-top: 1px solid var(--line); }
    .bsy-acv3 .bsy-own2-cell::before {
        content: attr(data-label);
        font-family: 'Barlow', sans-serif;
        font-size: 10.5px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--p);
        flex-shrink: 0;
        width: 62px;
        margin-top: 3px;
    }
}
/* ============================================================
   WHERE IS YOUR AI RISK SITTING · diagnostic router · bsy-risk-*
   Each row = a symptom (the fear) + a route to the fix page.
   Typography inherits from base .bsy-acv3. Layout only.
   ============================================================ */

.bsy-acv3 .bsy-risk-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: clamp(28px, 3.5vw, 42px);
}

.bsy-acv3 .bsy-risk-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(18px, 2.4vw, 28px);
    background: linear-gradient(180deg, #FFFFFF 0%, var(--soft) 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px clamp(24px, 3vw, 32px);
    text-decoration: none;
    transition: all 0.3s ease;
}
.bsy-acv3 .bsy-risk-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(15,0,40,.10);
    border-color: rgba(90,0,163,.28);
}

/* number marker */
.bsy-acv3 .bsy-risk-num {
    flex-shrink: 0;
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--tint);
    border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--p);
    transition: all 0.3s ease;
}
.bsy-acv3 .bsy-risk-row:hover .bsy-risk-num {
    background: var(--p);
    color: #FFFFFF;
    border-color: var(--p);
}

/* text block */
.bsy-acv3 .bsy-risk-area {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    margin: 0 0 5px;
}
/* the symptom line — the "is this you?" fear, set apart */
.bsy-acv3 .bsy-risk-symptom {
    margin: 0;
    color: var(--ink-2);
    line-height: 1.5;
}

/* route affordance (arrow + See label on hover) */
.bsy-acv3 .bsy-risk-go {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--p);
    white-space: nowrap;
}
.bsy-acv3 .bsy-risk-go .go-text {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.bsy-acv3 .bsy-risk-row:hover .bsy-risk-go .go-text {
    max-width: 120px;
    opacity: 1;
}
.bsy-acv3 .bsy-risk-go-ico {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--tint);
    border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s ease;
}
.bsy-acv3 .bsy-risk-row:hover .bsy-risk-go-ico {
    background: var(--p);
    border-color: var(--p);
}
.bsy-acv3 .bsy-risk-go-ico svg { width: 16px; height: 16px; fill: none; stroke: var(--p); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: all 0.3s ease; }
.bsy-acv3 .bsy-risk-row:hover .bsy-risk-go-ico svg { stroke: #FFFFFF; transform: translateX(2px); }

@media (max-width: 680px) {
    .bsy-acv3 .bsy-risk-row {
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "num text"
            "go  go";
        gap: 14px 18px;
    }
    .bsy-acv3 .bsy-risk-num { grid-area: num; }
    .bsy-acv3 .bsy-risk-go {
        grid-area: go;
        justify-content: flex-start;
        padding-top: 6px;
        border-top: 1px dashed var(--line);
    }
    .bsy-acv3 .bsy-risk-go .go-text { max-width: 200px; opacity: 1; }
}
/* ============================================================
   THE REALITY · grouped bullet sets · bsy-rl-*
   Small additive styling for the three labelled groups.
   Uses existing .two-col / .prose layout. Brand tokens only.
   ============================================================ */
.bsy-acv3 .bsy-rl-group { margin: 0 0 22px; }
.bsy-acv3 .bsy-rl-group:last-of-type { margin-bottom: 0; }
.bsy-acv3 .bsy-rl-group-label {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--p);
    display: flex;
    align-items: center;
    gap: 10px;
    
}
.bsy-acv3 .bsy-rl-group-label::before {
    content: "";
    width: 8px; height: 8px;
    border-radius: 2px;
    background: var(--p);
    flex-shrink: 0;
}
/* ============================================================
   TWO SETS OF PILLARS, ONE STANDARD · bsy-2p-*
   Consolidated Delivery Control + Risk & Compliance summaries.
   Two columns, one shared heading. Typography inherits from
   base .bsy-acv3. Layout only.
   ============================================================ */

.bsy-acv3 .bsy-2p-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: clamp(28px, 3.5vw, 42px);
}

.bsy-acv3 .bsy-2p-col {
    background: linear-gradient(180deg, #FFFFFF 0%, var(--soft) 100%);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: clamp(30px, 3.4vw, 40px);
    box-shadow: 0 14px 40px rgba(15,0,40,.05);
    display: flex;
    flex-direction: column;
}

/* column header */
.bsy-acv3 .bsy-2p-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--line);
}
.bsy-acv3 .bsy-2p-ico {
    flex-shrink: 0;
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--p);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 24px -8px rgba(90,0,163,.5);
}
.bsy-acv3 .bsy-2p-ico svg { width: 24px; height: 24px; fill: none; stroke: #FFFFFF; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.bsy-acv3 .bsy-2p-head h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(19px, 2vw, 23px);
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.2;
}

/* pillar list */
.bsy-acv3 .bsy-2p-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.bsy-acv3 .bsy-2p-list li {
    position: relative;
    padding-left: 32px;
    color: var(--ink-2);
    line-height: 1.55;
}
.bsy-acv3 .bsy-2p-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 3px;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: var(--tint);
    border: 1px solid rgba(90,0,163,.35);
}
.bsy-acv3 .bsy-2p-list li::after {
    content: "";
    position: absolute;
    left: 6px; top: 8px;
    width: 6px; height: 10px;
    border: solid var(--p);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media (max-width: 820px) {
    .bsy-acv3 .bsy-2p-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   WHAT WE LOOK AT · READINESS ACCORDION · bsy-rdy-*
   Header (number + title + intro) always visible; the
   "We look at whether" list + takeaway expand on click.
   Native <details>, no JS. Scoped under .bsy-acv3.
   ============================================================ */

.bsy-acv3 .bsy-rdy {
    max-width: 1000px;
    margin: clamp(30px, 4vw, 42px) auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bsy-acv3 .bsy-rdy-item {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.bsy-acv3 .bsy-rdy-item:hover { border-color: rgba(90,0,163,.3); }
.bsy-acv3 .bsy-rdy-item[open] {
    border-color: rgba(90,0,163,.35);
    box-shadow: 0 16px 40px rgba(15,0,40,.08);
}

/* ── SUMMARY (always visible): number · title · intro ── */
.bsy-acv3 .bsy-rdy-summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 24px clamp(22px, 3vw, 32px);
    user-select: none;
}
.bsy-acv3 .bsy-rdy-summary::-webkit-details-marker { display: none; }

.bsy-acv3 .bsy-rdy-num {
    flex-shrink: 0;
    align-self: start;
    display: inline-flex;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--p);
    background: var(--tint);
    border: 1px solid var(--line);
    padding: 8px 14px;
    border-radius: 100px;
    white-space: nowrap;
    margin-top: 2px;
}

.bsy-acv3 .bsy-rdy-headings h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(18px, 1.8vw, 21px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}
.bsy-acv3 .bsy-rdy-headings .bsy-rdy-intro {
    font-size: 15px;
    line-height: 1.55;
    color: rgba(26,26,46,.7);
    margin: 0;
}

/* expand/collapse icon */
.bsy-acv3 .bsy-rdy-ico {
    flex-shrink: 0;
    align-self: start;
    width: 34px; height: 34px;
    border-radius: 50%;
    background: var(--tint);
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: var(--p);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    margin-top: 2px;
}
.bsy-acv3 .bsy-rdy-ico svg {
    width: 15px; height: 15px;
    fill: none; stroke: currentColor;
    stroke-width: 2.4; stroke-linecap: round;
}
.bsy-acv3 .bsy-rdy-item[open] .bsy-rdy-ico {
    transform: rotate(45deg);
    background: var(--p);
    color: #FFFFFF;
    border-color: var(--p);
}

/* ── EXPANDED BODY ── */
.bsy-acv3 .bsy-rdy-body {
    padding: 0 clamp(22px, 3vw, 32px) 28px;
}
.bsy-acv3 .bsy-rdy-body-inner {
    padding-top: 22px;
    border-top: 1px solid var(--line);
}
.bsy-acv3 .bsy-rdy-body .bsy-rdy-label {
    font-family: 'Barlow', sans-serif;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 14px;
}
.bsy-acv3 .bsy-rdy-body ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bsy-acv3 .bsy-rdy-body ul li {
    position: relative;
    padding-left: 30px;
    font-size: 15.5px;
    line-height: 1.6;
    color: rgba(26,26,46,.76);
}
.bsy-acv3 .bsy-rdy-body ul li::before {
    content: "";
    position: absolute;
    left: 0; top: 8px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--tint);
    border: 1px solid rgba(90,0,163,.3);
}
.bsy-acv3 .bsy-rdy-body ul li::after {
    content: "";
    position: absolute;
    left: 5px; top: 12px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--p);
}

/* takeaway */
.bsy-acv3 .bsy-rdy-takeaway {
    padding: 16px 20px;
    background: var(--tint);
    border-left: 3px solid var(--p);
    border-radius: 0 12px 12px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    color: var(--ink);
    line-height: 1.5;
}

@media (max-width: 640px) {
    .bsy-acv3 .bsy-rdy-summary {
        grid-template-columns: 1fr auto;
        gap: 14px;
    }
    .bsy-acv3 .bsy-rdy-num {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

/* ============================================================
   SETTING EXPECTATIONS · CONTRAST ACCORDION · bsy-exp-*
   Restyled to match the "What this isn't" red/green system:
   – X  → soft red rounded-square box, red icon
   – ✓ → soft green rounded-square box, green icon
   – red / green 3px top edges + tinted titles on the cards
   Accordion behaviour unchanged: native <details>, no JS.
   Scoped under .bsy-acv3.
   ============================================================ */

.bsy-acv3 .bsy-exp-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: clamp(28px, 3.5vw, 40px);
    align-items: start;
}

.bsy-acv3 .bsy-exp-item {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
/* red / green top edges — same as the What-this-isn't cards */
.bsy-acv3 .bsy-exp-item.not { border-top: 3px solid #e05252; }
.bsy-acv3 .bsy-exp-item.yes { border-top: 3px solid #2e9e5b; }
.bsy-acv3 .bsy-exp-item[open] { box-shadow: 0 16px 40px rgba(15,0,40,.08); }
.bsy-acv3 .bsy-exp-item.not[open] { border-color: #f6c9c9; border-top-color: #e05252; }
.bsy-acv3 .bsy-exp-item.yes[open] { border-color: #c3e8d0; border-top-color: #2e9e5b; }

/* summary (always visible) */
.bsy-acv3 .bsy-exp-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px clamp(22px, 3vw, 30px);
    user-select: none;
}
.bsy-acv3 .bsy-exp-summary::-webkit-details-marker { display: none; }

.bsy-acv3 .bsy-exp-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Barlow', sans-serif;
    font-size: clamp(18px, 1.9vw, 22px);
    font-weight: 700;
    letter-spacing: -0.01em;
}
/* tinted titles, matching the reference cards */
.bsy-acv3 .bsy-exp-item.not .bsy-exp-title { color: #c23d3d; }
.bsy-acv3 .bsy-exp-item.yes .bsy-exp-title { color: #247d48; }

/* ---- badges: hand-drawn sketch marks (self-contained SVG) --- */
/* the doodle carries its own box + fill, so the badge is just a
   sizing frame — no background, no border here */
.bsy-exp-badge {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.bsy-exp-badge svg { width: 42px; height: 42px; overflow: visible; }
/* subtle opposing tilts sell the hand-drawn feel */
.bsy-acv3 .bsy-exp-item.not .bsy-exp-badge svg { transform: rotate(2deg); }
.bsy-acv3 .bsy-exp-item.yes .bsy-exp-badge svg { transform: rotate(-2deg); }

/* expand icon — red / green states */
.bsy-acv3 .bsy-exp-ico {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 9px;
    background: #FFFFFF;
    border: 1px solid var(--line);
    display: grid; place-items: center;
    color: var(--ink-soft, #5B5564);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.bsy-acv3 .bsy-exp-ico svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.bsy-acv3 .bsy-exp-item.not[open] .bsy-exp-ico { transform: rotate(45deg); background: #d64545; color: #FFFFFF; border-color: #d64545; }
.bsy-acv3 .bsy-exp-item.yes[open] .bsy-exp-ico { transform: rotate(45deg); background: #2e9e5b; color: #FFFFFF; border-color: #2e9e5b; }

/* expanded body */
.bsy-acv3 .bsy-exp-body { padding: 0 clamp(22px, 3vw, 30px) 26px; }
.bsy-acv3 .bsy-exp-body-inner { padding-top: 20px; border-top: 1px solid var(--line); }
.bsy-acv3 .bsy-exp-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.bsy-acv3 .bsy-exp-list li {
    position: relative;
    padding-left: 30px;
    font-size: 15.5px;
    line-height: 1.55;
    color: rgba(26,26,46,.78);
}
/* mini rounded-square bullets, same family as the badges */
.bsy-acv3 .bsy-exp-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 3px;
    width: 18px; height: 18px;
    border-radius: 5px;
}
.bsy-acv3 .bsy-exp-item.not .bsy-exp-list li::before {
    background: #fdeaea;
    border: 1px solid #f6c9c9;
}
.bsy-acv3 .bsy-exp-item.yes .bsy-exp-list li::before {
    background: #e7f6ec;
    border: 1px solid #c3e8d0;
}
/* not = small red X, yes = small green check */
.bsy-acv3 .bsy-exp-item.not .bsy-exp-list li::after {
    content: "";
    position: absolute;
    left: 5px; top: 8px;
    width: 8px; height: 8px;
    background:
        linear-gradient(45deg,  transparent 42%, #d64545 42%, #d64545 58%, transparent 58%),
        linear-gradient(-45deg, transparent 42%, #d64545 42%, #d64545 58%, transparent 58%);
}
.bsy-acv3 .bsy-exp-item.yes .bsy-exp-list li::after {
    content: "";
    position: absolute;
    left: 6px; top: 7px;
    width: 5px; height: 9px;
    border: solid #2e9e5b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media (max-width: 760px) {
    .bsy-acv3 .bsy-exp-layout { grid-template-columns: 1fr; }
}

/* ============================================================
   DECISION SUPPORT CONTROL · ACCORDION · bsy-ds-*
   Header (number + title + intro) visible; "AssureChange
   ensures" list + takeaway collapse on click. Native <details>.
   Scoped under .bsy-acv3.
   ============================================================ */

.bsy-acv3 .bsy-ds {
    max-width: 1000px;
    margin: clamp(30px, 4vw, 42px) auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.bsy-acv3 .bsy-ds-item {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.bsy-acv3 .bsy-ds-item:hover { border-color: rgba(90,0,163,.3); }
.bsy-acv3 .bsy-ds-item[open] { border-color: rgba(90,0,163,.35); box-shadow: 0 16px 40px rgba(15,0,40,.08); }

.bsy-acv3 .bsy-ds-summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 24px clamp(22px, 3vw, 32px);
    user-select: none;
}
.bsy-acv3 .bsy-ds-summary::-webkit-details-marker { display: none; }
.bsy-acv3 .bsy-ds-num {
    flex-shrink: 0; align-self: start;
    display: inline-flex; align-items: center;
    font-family: 'Barlow', sans-serif;
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--p); background: var(--tint);
    border: 1px solid var(--line);
    padding: 8px 14px; border-radius: 100px;
    white-space: nowrap; margin-top: 2px;
}
.bsy-acv3 .bsy-ds-headings h3 {
    font-family: 'Barlow', sans-serif;
    font-size: clamp(18px, 1.8vw, 21px); font-weight: 700;
    color: var(--ink); line-height: 1.3; letter-spacing: -0.01em;
    margin: 0 0 6px;
}
.bsy-acv3 .bsy-ds-headings .bsy-ds-intro {
    font-size: 15px; line-height: 1.55; color: rgba(26,26,46,.7); margin: 0;
}
.bsy-acv3 .bsy-ds-ico {
    flex-shrink: 0; align-self: start;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--tint); border: 1px solid var(--line);
    display: grid; place-items: center; color: var(--p);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    margin-top: 2px;
}
.bsy-acv3 .bsy-ds-ico svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.bsy-acv3 .bsy-ds-item[open] .bsy-ds-ico { transform: rotate(45deg); background: var(--p); color: #FFFFFF; border-color: var(--p); }

.bsy-acv3 .bsy-ds-body { padding: 0 clamp(22px, 3vw, 32px) 28px; }
.bsy-acv3 .bsy-ds-body-inner { padding-top: 22px; border-top: 1px solid var(--line); }
.bsy-acv3 .bsy-ds-label {
    font-family: 'Barlow', sans-serif;
    font-size: 12.5px; font-weight: 800; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--ink); margin-bottom: 14px;
}
.bsy-acv3 .bsy-ds-body ul {
    margin: 0 0 22px; padding: 0; list-style: none;
    display: flex; flex-direction: column; gap: 12px;
}
.bsy-acv3 .bsy-ds-body ul li {
    position: relative; padding-left: 30px;
    font-size: 15.5px; line-height: 1.6; color: rgba(26,26,46,.76);
}
.bsy-acv3 .bsy-ds-body ul li::before {
    content: ""; position: absolute; left: 0; top: 8px;
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--tint); border: 1px solid rgba(90,0,163,.3);
}
.bsy-acv3 .bsy-ds-body ul li::after {
    content: ""; position: absolute; left: 5px; top: 12px;
    width: 6px; height: 6px; border-radius: 50%; background: var(--p);
}
.bsy-acv3 .bsy-ds-takeaway {
    padding: 16px 20px;
    background: var(--tint);
    border-left: 3px solid var(--p);
    border-radius: 0 12px 12px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px; font-weight: 500; font-style: italic;
    color: var(--ink); line-height: 1.5;
}

@media (max-width: 640px) {
    .bsy-acv3 .bsy-ds-summary { grid-template-columns: 1fr auto; gap: 14px; }
    .bsy-acv3 .bsy-ds-num { grid-column: 1 / -1; justify-self: start; }
}
/* ============================================================
   A DECISION, TRACED · proof story · bsy-trc-*
   Same "In Practice" family as the other proof sections.
   Story left, the traced record (what was logged) right.
   Typography inherits from base .bsy-acv3.
   ============================================================ */

.bsy-acv3 .bsy-trc {
    background: linear-gradient(160deg, var(--tint) 0%, #EFE4FB 100%);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: clamp(36px, 5vw, 64px);
    position: relative;
    overflow: hidden;
}
.bsy-acv3 .bsy-trc::before {
    content: "";
    position: absolute;
    top: -80px; right: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(90,0,163,.10), transparent 68%);
    pointer-events: none;
}
.bsy-acv3 .bsy-trc-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
}

.bsy-acv3 .bsy-trc-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 20px;
}
.bsy-acv3 .bsy-trc-tag svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.bsy-acv3 .bsy-trc h2 { margin: 0 0 20px; }
.bsy-acv3 .bsy-trc-story p { margin: 0; color: var(--ink-2); line-height: 1.7; }
.bsy-acv3 .bsy-trc-story .accent { color: var(--p); font-weight: 600; }

/* RIGHT: the traced record — a "log" card */
.bsy-acv3 .bsy-trc-record {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 18px 44px rgba(15,0,40,.08);
}
.bsy-acv3 .bsy-trc-record-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 16px;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--line);
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--p);
}
.bsy-acv3 .bsy-trc-record-head svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.bsy-acv3 .bsy-trc-field {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--line);
}
.bsy-acv3 .bsy-trc-field:last-child { border-bottom: 0; }
.bsy-acv3 .bsy-trc-field-ico {
    flex-shrink: 0;
    width: 30px; height: 30px;
    border-radius: 8px;
    background: var(--tint);
    display: flex; align-items: center; justify-content: center;
    color: var(--p);
    margin-top: 1px;
}
.bsy-acv3 .bsy-trc-field-ico svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.bsy-acv3 .bsy-trc-field-label {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(26,26,46,.5);
    margin-bottom: 2px;
}
.bsy-acv3 .bsy-trc-field-value {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
}

@media (max-width: 900px) {
    .bsy-acv3 .bsy-trc-inner { grid-template-columns: 1fr; }
}
.elementor-page-17742 .breadcumb-wrapper{
	display:none;
}
.elementor-page-17837 .breadcumb-wrapper{
	display:none;
}
/* ============================================
   INSIGHTS — Elementor Archive Posts (classic)
   Scoped to .bsy-insights · default brand colors
   ============================================ */

/* Single-column grid, comfortable gap */
.bsy-insights .elementor-posts-container.elementor-grid {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
}

/* Card shell — image left, text right */
.bsy-insights .elementor-post {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 22px 28px;
    background: #ffffff;
    border: 1px solid #ececf1;
    border-radius: 20px;
    transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.bsy-insights .elementor-post:hover {
    border-color: #5A00A3;
    box-shadow: 0 12px 30px rgba(26,26,46,0.08);
    transform: translateY(-2px);
}

/* Thumbnail — fixed square, rounded */
.bsy-insights .elementor-post__thumbnail__link {
    flex: 0 0 150px;
    margin: 0;
}
.bsy-insights .elementor-post__thumbnail {
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 0 !important;        /* kills Elementor's ratio spacer */
    height: 150px !important;
}
.bsy-insights .elementor-post__thumbnail img {
    position: static !important;         /* undo Elementor's absolute ratio img */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text column */
.bsy-insights .elementor-post__text {
    flex: 1;
    padding: 0;
    margin: 0;
}

/* Title — large, clean */
.bsy-insights .elementor-post__title {
    margin: 0 0 12px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.28;
}
.bsy-insights .elementor-post__title a {
    color: #1A1A2E;
    transition: color .25s ease;
}
.bsy-insights .elementor-post__title a:hover {
    color: #5A00A3;
}

/* Excerpt — clamp to 2 lines */
.bsy-insights .elementor-post__excerpt {
    margin: 0 0 16px;
}
.bsy-insights .elementor-post__excerpt p {
    margin: 0;
    color: #555562;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more — text + circular arrow */
.bsy-insights .elementor-post__read-more-wrapper {
    margin: 0;
}
.bsy-insights .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #1A1A2E;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 15px;
    /* strip the default " »" — see note below */
    font-size: 0;                        /* hide the text node */
}
.bsy-insights .elementor-post__read-more::before {
    content: "Read More";
    font-size: 15px;
}
.bsy-insights .elementor-post__read-more::after {
    content: "\2197";                    /* ↗ diagonal arrow */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 15px;
    border: 1px solid #5A00A3;
    border-radius: 50%;
    color: #5A00A3;
    transition: all .3s ease;
}
.bsy-insights .elementor-post__read-more:hover::after {
    background: #5A00A3;
    color: #ffffff;
}

/* Responsive — stack image on top on mobile */
@media (max-width: 575px) {
    .bsy-insights .elementor-post {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }
    .bsy-insights .elementor-post__thumbnail__link { flex: 0 0 auto; width: 100%; }
    .bsy-insights .elementor-post__thumbnail {
        width: 100%;
        height: 200px !important;
    }
    .bsy-insights .elementor-post__title { font-size: 20px; }
}

.bsy-insights .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{
	transform:none !important;
}

/* Hide default theme banner on single posts */
body.single .breadcumb-wrapper {
    display: none !important;
}

/* Single-post hero — matches hero-fw layout */
.bsy-acv3 .hero-single {
    padding: 70px 0;
    background: linear-gradient(120deg, #F4ECFB 0%, #FBEFEF 100%); /* soft tint like screenshot 2 */
    overflow: hidden;
}
.bsy-acv3 .hero-single .hero-fw-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    align-items: center;
    gap: 50px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.bsy-acv3 .hero-single .hero-title {
    margin: 0 0 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.02;
    color: #5A00A3;
}
.bsy-acv3 .hero-single .hero-sub {
    margin: 0;
    max-width: 520px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a5a;
	display:none;
}
.bsy-acv3 .hero-single .hero-fw-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;                 /* rounded like screenshot 1 photo */
    object-fit: cover;
}

@media (max-width: 991px) {
    .bsy-acv3 .hero-single { padding: 48px 0; }
    .bsy-acv3 .hero-single .hero-fw-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .bsy-acv3 .hero-single .hero-fw-image { order: -1; }
}
body.single .hth-post-thumbnail .blog-img,
body.single .blog-single > .blog-img {
    display: none !important;
}