.bofs-about {
  --about-blue: #2563eb;
  --about-purple: #7c3aed;
  --about-navy: #0b1220;
  --about-text: #172033;
  --about-muted: #64748b;
  --about-border: #e2e8f0;
  --about-light: #f8fafc;
  color: var(--about-text);
  overflow: hidden;
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bofs-about *, .bofs-about *::before, .bofs-about *::after { box-sizing: border-box; }
.bofs-about-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.bofs-about-section { padding: clamp(76px, 9vw, 128px) 0; }
.bofs-about h1, .bofs-about h2, .bofs-about h3, .bofs-about p { margin-top: 0; }
.bofs-about h1, .bofs-about h2, .bofs-about h3 { color: inherit; letter-spacing: -.035em; }
.bofs-about h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.08; }
.bofs-about h3 { line-height: 1.2; }
.bofs-about p { color: var(--about-muted); font-size: 1.05rem; line-height: 1.75; }
.bofs-about-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px !important; color: var(--about-blue) !important; font-size: .74rem !important; font-weight: 800; letter-spacing: .18em; line-height: 1.2 !important; }
.bofs-about-eyebrow::before { width: 28px; height: 2px; flex: 0 0 auto; content: ""; background: linear-gradient(90deg, var(--about-blue), var(--about-purple)); }
.bofs-about-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr); gap: 72px; align-items: end; margin-bottom: 58px; }
.bofs-about-heading > p { margin-bottom: 5px; }
.bofs-about-heading--center { display: block; max-width: 800px; margin-inline: auto; text-align: center; }
.bofs-about-heading--center .bofs-about-eyebrow { justify-content: center; }
.bofs-about a:focus-visible { outline: 3px solid #93c5fd; outline-offset: 4px; }

/* Hero */
.bofs-about-hero { position: relative; min-height: 700px; display: grid; align-items: center; padding: clamp(86px, 10vw, 138px) 0; isolation: isolate; background: var(--about-navy); }
.bofs-about-hero::before { position: absolute; inset: 0; z-index: -2; content: ""; background: radial-gradient(circle at 78% 25%, rgba(124,58,237,.19), transparent 34%), radial-gradient(circle at 25% 70%, rgba(37,99,235,.12), transparent 34%); }
.bofs-about-hero::after { position: absolute; inset: 0; z-index: -1; opacity: .24; content: ""; 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: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.bofs-about-hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, .85fr); gap: 70px; align-items: center; }
.bofs-about-hero h1 { max-width: 720px; margin-bottom: 28px; color: #fff; font-size: clamp(3rem, 5.5vw, 5.35rem); line-height: .98; }
.bofs-about-hero h1 span { display: block; color: transparent; background: linear-gradient(100deg, #60a5fa, #a78bfa); background-clip: text; -webkit-background-clip: text; }
.bofs-about-lead { max-width: 660px; margin-bottom: 36px !important; color: #cbd5e1 !important; font-size: clamp(1.05rem, 1.5vw, 1.22rem) !important; }
.bofs-about-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.bofs-about-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid var(--about-blue); border-radius: 8px; color: #fff; background: var(--about-blue); font-weight: 750; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.bofs-about-button:hover { color: #fff; background: #1d4ed8; transform: translateY(-2px); }
.bofs-about-button--ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.bofs-about-button--ghost:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.09); }
.bofs-about-ecosystem { position: relative; min-height: 530px; }
.bofs-about-ecosystem > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: url(#bofs-about-line); stroke-width: 1.3; opacity: .48; }
.bofs-about-ecosystem > svg circle { fill: #93c5fd; stroke: none; }
.bofs-about-ecosystem__core { position: absolute; top: 50%; left: 50%; width: 210px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border: 1px solid rgba(147,197,253,.27); border-radius: 50%; text-align: center; transform: translate(-50%, -50%); background: radial-gradient(circle at 30% 25%, rgba(96,165,250,.22), rgba(20,31,53,.94) 65%); box-shadow: 0 0 0 24px rgba(37,99,235,.05), 0 25px 70px rgba(0,0,0,.38); }
.bofs-about-ecosystem__core small { color: #93c5fd; font-size: .61rem; font-weight: 800; letter-spacing: .15em; }
.bofs-about-ecosystem__core strong { margin: 10px 0; color: #fff; font-size: 1.38rem; line-height: 1.15; }
.bofs-about-ecosystem__core span { color: #94a3b8; font-size: .76rem; }
.bofs-about-ecosystem__node { position: absolute; width: 180px; display: grid; grid-template-columns: 35px minmax(0, 1fr); column-gap: 10px; align-items: center; padding: 15px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(15,23,42,.88); box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(9px); }
.bofs-about-ecosystem__node > span { grid-row: 1 / span 2; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 8px; color: #bfdbfe; background: rgba(37,99,235,.18); }
.bofs-about-ecosystem__node b, .bofs-about-ecosystem__node small { min-width: 0; display: block; overflow-wrap: normal; word-break: keep-all; white-space: nowrap; }
.bofs-about-ecosystem__node b { color: #fff; font-size: .88rem; }
.bofs-about-ecosystem__node small { margin-top: 3px; color: #94a3b8; font-size: .66rem; }
.bofs-about-ecosystem__node--web { top: 10%; left: 0; }
.bofs-about-ecosystem__node--auto { top: 12%; right: 0; }
.bofs-about-ecosystem__node--app { right: 6%; bottom: 8%; }

/* Who we are */
.bofs-about-who { background: #fff; }
.bofs-about-who__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr); gap: 84px; align-items: center; }
.bofs-about-who__content > p:not(.bofs-about-eyebrow) { max-width: 660px; }
.bofs-about-who__statement { margin-top: 28px !important; padding: 20px 0 20px 24px; border-left: 3px solid var(--about-blue); color: var(--about-navy) !important; font-weight: 750; }
.bofs-about-who__figure { position: relative; margin: 0; }
.bofs-about-who__figure::before { position: absolute; right: -22px; bottom: -22px; z-index: 0; width: 45%; height: 48%; border-radius: 18px; content: ""; background: linear-gradient(135deg, rgba(37,99,235,.16), rgba(124,58,237,.18)); }
.bofs-about-who__figure img { position: relative; z-index: 1; width: 100%; aspect-ratio: 8/5; display: block; border-radius: 18px; object-fit: cover; box-shadow: 0 24px 60px rgba(15,23,42,.16); }
.bofs-about-who__figure figcaption { position: relative; z-index: 2; max-width: 88%; margin: -35px auto 0; padding: 18px 22px; display: flex; gap: 12px; align-items: center; border: 1px solid var(--about-border); border-radius: 10px; color: #475569; background: #fff; box-shadow: 0 14px 35px rgba(15,23,42,.12); font-size: .87rem; line-height: 1.55; }
.bofs-about-who__figure figcaption span { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--about-blue); box-shadow: 0 0 0 5px #dbeafe; }

/* Capabilities */
.bofs-about-capabilities { background: var(--about-light); }
.bofs-about-capability-list { border-top: 1px solid var(--about-border); }
.bofs-about-capability { display: grid; grid-template-columns: 72px minmax(210px, .75fr) minmax(300px, 1.25fr) auto; gap: 30px; align-items: center; padding: 35px 8px; border-bottom: 1px solid var(--about-border); transition: padding .2s ease, background-color .2s ease; }
.bofs-about-capability:hover { padding-inline: 20px; background: #fff; }
.bofs-about-capability__icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #dbeafe; border-radius: 12px; color: var(--about-blue); background: #eff6ff; }
.bofs-about-capability__icon svg { width: 28px; height: 28px; }
.bofs-about-capability h3 { margin: 0; font-size: 1.42rem; }
.bofs-about-capability p { margin: 0; font-size: .96rem; }
.bofs-about-capability a { white-space: nowrap; color: var(--about-blue); font-size: .91rem; font-weight: 750; text-decoration: none; }
.bofs-about-capability a span { margin-left: 8px; }

/* Approach */
.bofs-about-approach { background: #fff; }
.bofs-about-approach__intro { max-width: 790px; margin-bottom: 65px; }
.bofs-about-approach__flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.bofs-about-approach__flow li { position: relative; padding: 0 28px 0 0; }
.bofs-about-approach__flow li:not(:last-child)::before { position: absolute; top: 22px; right: 8px; left: 48px; height: 1px; content: ""; background: linear-gradient(90deg, var(--about-blue), #c4b5fd); }
.bofs-about-approach__flow li:not(:last-child)::after { position: absolute; top: 18px; right: 8px; width: 9px; height: 9px; border-top: 1px solid #8b5cf6; border-right: 1px solid #8b5cf6; content: ""; transform: rotate(45deg); }
.bofs-about-approach__flow li > span { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 23px; border: 1px solid #bfdbfe; border-radius: 50%; color: var(--about-blue); background: #fff; font-size: .7rem; font-weight: 800; }
.bofs-about-approach__flow h3 { margin-bottom: 11px; font-size: 1.15rem; }
.bofs-about-approach__flow p { margin: 0; font-size: .89rem; line-height: 1.65; }

/* Purpose */
.bofs-about-purpose { position: relative; color: #fff; background: var(--about-navy); }
.bofs-about-purpose::before { position: absolute; inset: 0; opacity: .35; content: ""; background: radial-gradient(circle at 15% 30%, rgba(37,99,235,.25), transparent 28%), radial-gradient(circle at 85% 65%, rgba(124,58,237,.22), transparent 30%); }
.bofs-about-purpose .bofs-about-shell { position: relative; }
.bofs-about-purpose__heading { max-width: 700px; margin-bottom: 55px; }
.bofs-about-purpose__heading h2 { color: #fff; }
.bofs-about-purpose__grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.035); }
.bofs-about-purpose__grid article { padding: clamp(36px, 5vw, 65px); }
.bofs-about-purpose__grid article + article { border-left: 1px solid rgba(255,255,255,.14); }
.bofs-about-purpose__grid article > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 12px; color: #93c5fd; background: rgba(37,99,235,.16); }
.bofs-about-purpose__grid article:nth-child(2) > span { color: #c4b5fd; background: rgba(124,58,237,.17); }
.bofs-about-purpose__grid svg { width: 27px; height: 27px; }
.bofs-about-purpose__grid article > p { margin-bottom: 12px; color: #93c5fd; font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.bofs-about-purpose__grid h3 { margin-bottom: 19px; color: #fff; font-size: clamp(1.4rem, 2.5vw, 2rem); }
.bofs-about-purpose__grid article > div { color: #cbd5e1; font-size: 1.05rem; line-height: 1.8; }

/* Principles */
.bofs-about-principles { background: var(--about-light); }
.bofs-about-principles__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.bofs-about-principles__grid li { grid-column: span 2; min-height: 260px; padding: 30px; border: 1px solid var(--about-border); border-radius: 14px; background: #fff; }
.bofs-about-principles__grid li:nth-child(4) { grid-column: 2 / span 2; }
.bofs-about-principles__grid li > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 11px; color: var(--about-blue); background: #eff6ff; }
.bofs-about-principles__grid li:nth-child(even) > span { color: var(--about-purple); background: #f5f3ff; }
.bofs-about-principles__grid svg { width: 23px; height: 23px; }
.bofs-about-principles__grid h3 { margin-bottom: 12px; font-size: 1.22rem; }
.bofs-about-principles__grid p { margin: 0; font-size: .93rem; line-height: 1.68; }

/* Why BOFS */
.bofs-about-why { background: #fff; }
.bofs-about-why__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1fr); gap: 90px; align-items: start; }
.bofs-about-why__intro { position: sticky; top: 40px; }
.bofs-about-why__line { margin-top: 35px; padding-top: 24px; display: flex; gap: 9px; border-top: 1px solid var(--about-border); color: var(--about-navy); font-size: .88rem; font-weight: 800; letter-spacing: .05em; }
.bofs-about-why__line span:last-child { color: var(--about-blue); }
.bofs-about-why__reasons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0; padding: 0; list-style: none; }
.bofs-about-why__reasons li { min-height: 190px; display: flex; gap: 16px; padding: 25px; border: 1px solid var(--about-border); border-radius: 12px; }
.bofs-about-why__reasons li > span { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--about-blue); font-size: .7rem; }
.bofs-about-why__reasons h3 { margin-bottom: 9px; font-size: 1.04rem; }
.bofs-about-why__reasons p { margin: 0; font-size: .87rem; line-height: 1.62; }

/* Final CTA */
.bofs-about-enquiry { position: relative; padding-bottom: clamp(110px, 12vw, 155px); color: #fff; background: linear-gradient(135deg, #0b1220, #111b30); }
.bofs-about-enquiry::before { position: absolute; inset: 0; opacity: .35; content: ""; background: radial-gradient(circle at 20% 20%, rgba(37,99,235,.22), transparent 28%), radial-gradient(circle at 80% 80%, rgba(124,58,237,.16), transparent 30%); }
.bofs-about-enquiry__grid { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(440px, .8fr); gap: 85px; align-items: center; }
.bofs-about-enquiry__content h2 { color: #fff; }
.bofs-about-enquiry__content > p:not(.bofs-about-eyebrow) { color: #cbd5e1; }
.bofs-about-enquiry__prompt { margin-top: 32px; padding: 20px; display: flex; gap: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.04); }
.bofs-about-enquiry__prompt > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--about-blue); }
.bofs-about-enquiry__prompt p { margin: 0; color: #cbd5e1; font-size: .9rem; line-height: 1.6; }
.bofs-about-enquiry__prompt b { color: #fff; }
.bofs-about-enquiry__form { min-width: 0; }

@media (max-width: 1050px) {
  .bofs-about-hero__grid { grid-template-columns: 1fr 430px; gap: 30px; }
  .bofs-about-who__grid, .bofs-about-why__grid, .bofs-about-enquiry__grid { gap: 55px; }
  .bofs-about-capability { grid-template-columns: 64px 1fr 1.15fr; }
  .bofs-about-capability a { grid-column: 2 / -1; }
  .bofs-about-approach__flow { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }
  .bofs-about-approach__flow li:nth-child(3)::before, .bofs-about-approach__flow li:nth-child(3)::after { display: none; }
}

@media (max-width: 820px) {
  .bofs-about-shell { width: min(100% - 36px, 680px); }
  .bofs-about-heading, .bofs-about-who__grid, .bofs-about-why__grid, .bofs-about-enquiry__grid { grid-template-columns: 1fr; }
  .bofs-about-heading { gap: 15px; margin-bottom: 42px; }
  .bofs-about-hero__grid { grid-template-columns: 1fr; }
  .bofs-about-hero__copy { position: relative; z-index: 2; }
  .bofs-about-ecosystem { min-height: 480px; max-width: 560px; width: 100%; margin-inline: auto; }
  .bofs-about-who__grid { gap: 55px; }
  .bofs-about-who__figure { margin-right: 15px; }
  .bofs-about-purpose__grid { grid-template-columns: 1fr; }
  .bofs-about-purpose__grid article + article { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .bofs-about-principles__grid { grid-template-columns: 1fr 1fr; }
  .bofs-about-principles__grid li, .bofs-about-principles__grid li:nth-child(4) { grid-column: auto; }
  .bofs-about-principles__grid li:last-child { grid-column: 1 / -1; min-height: auto; }
  .bofs-about-why__intro { position: static; }
  .bofs-about-enquiry__grid { gap: 45px; }
}

@media (max-width: 600px) {
  .bofs-about-shell { width: min(100% - 28px, 540px); }
  .bofs-about-section { padding: 70px 0; }
  .bofs-about h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
  .bofs-about-hero { min-height: auto; padding: 82px 0 70px; }
  .bofs-about-hero h1 { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .bofs-about-actions { display: grid; }
  .bofs-about-button { width: 100%; }
  .bofs-about-ecosystem { min-height: 400px; margin-top: 15px; }
  .bofs-about-ecosystem__core { width: 165px; }
  .bofs-about-ecosystem__core strong { font-size: 1.1rem; }
  .bofs-about-ecosystem__node { width: 156px; grid-template-columns: 29px minmax(0, 1fr); column-gap: 7px; padding: 11px; }
  .bofs-about-ecosystem__node > span { width: 29px; height: 29px; }
  .bofs-about-ecosystem__node--web { left: 0; }
  .bofs-about-ecosystem__node--auto { right: 0; }
  .bofs-about-ecosystem__node--app { right: 0; }
  .bofs-about-who__figure figcaption { max-width: 94%; padding: 15px; }
  .bofs-about-capability { grid-template-columns: 54px 1fr; gap: 18px; padding: 28px 0; }
  .bofs-about-capability__icon { width: 50px; height: 50px; }
  .bofs-about-capability p, .bofs-about-capability a { grid-column: 1 / -1; }
  .bofs-about-capability a { white-space: normal; }
  .bofs-about-capability:hover { padding-inline: 0; }
  .bofs-about-approach__flow { grid-template-columns: 1fr; gap: 0; }
  .bofs-about-approach__flow li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 0 0 32px; }
  .bofs-about-approach__flow li > span { margin: 0; }
  .bofs-about-approach__flow li:not(:last-child)::before { top: 44px; bottom: 0; left: 21px; width: 1px; height: auto; background: linear-gradient(var(--about-blue), #c4b5fd); }
  .bofs-about-approach__flow li:not(:last-child)::after { display: none; }
  .bofs-about-purpose__grid article { padding: 32px 25px; }
  .bofs-about-principles__grid, .bofs-about-why__reasons { grid-template-columns: 1fr; }
  .bofs-about-principles__grid li, .bofs-about-principles__grid li:last-child { grid-column: auto; min-height: auto; }
  .bofs-about-why__reasons li { min-height: auto; }
  .bofs-about-enquiry { padding-bottom: 118px; }
}

@media (max-width: 390px) {
  .bofs-about-shell { width: calc(100% - 24px); }
  .bofs-about-ecosystem { min-height: 370px; }
  .bofs-about-ecosystem__core { width: 150px; }
  .bofs-about-ecosystem__node { width: 150px; padding-inline: 9px; }
  .bofs-about-who__figure::before { right: -12px; bottom: -12px; }
}

@media (prefers-reduced-motion: reduce) {
  .bofs-about *, .bofs-about *::before, .bofs-about *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
