/* BERT marketing website — ported from usebert.co.uk and extended with product capabilities. */
:root {
  --navy: #071229;
  --orange: #ff5a00;
  --light: #f8fafc;
  --line: #dce5ef;
  --muted: #5b6b82;
}

html {
  scroll-behavior: smooth;
}

body.bert-site {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

  .bert-shell {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
  }

  .bert-wide {
    width: min(1600px, calc(100% - 48px));
  }

  a {
    text-decoration: none;
  }

  .bert-logo,
  .bert-big-logo {
    font-weight: 950;
    letter-spacing: -0.06em;
    line-height: 1;
  }

  .bert-logo span,
  .bert-big-logo span,
  h1 span,
  h2 span,
  h3 span,
  p span,
  .bert-section-head span span,
  .bert-comparison span,
  .bert-cert-note span {
    color: var(--orange);
  }

  .bert-hero {
    position: relative;
    min-height: 100vh;
    background: var(--navy);
    color: #ffffff;
    padding: 28px 0 90px;
  }

  .bert-hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 58% 5%, rgba(255,90,0,.25), transparent 32%),
      radial-gradient(circle at 95% 80%, rgba(59,130,246,.12), transparent 30%);
    opacity: .95;
  }



  .bert-topbar,
  .bert-hero-grid {
    position: relative;
    z-index: 2;
  }

  .bert-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .bert-logo {
    font-size: 34px;
    color: #ffffff;
  }

  .bert-top-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .bert-top-actions a {
    color: #ffffff;
    font-weight: 850;
    font-size: 14px;
  }

  .bert-try-btn {
    background: var(--orange);
    color: #ffffff !important;
    padding: 11px 18px;
    border-radius: 999px;
  }

  .bert-login-btn {
    border: 1px solid rgba(255,255,255,.26);
    background: rgba(255,255,255,.08);
    color: #ffffff !important;
    padding: 10px 17px;
    border-radius: 999px;
  }

  .bert-login-btn:hover {
    background: rgba(255,255,255,.14);
  }

  .bert-try-btn span,
  .bert-primary span,
  .bert-final a span,
  .bert-qms-actions a:last-child span {
    color: #071229 !important;
  }

  .bert-hero-grid {
    min-height: calc(100vh - 100px);
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 64px;
    align-items: center;
  }

  .bert-hero-feature-logo {
    margin: 0 0 28px;
    font-size: clamp(72px, 8vw, 132px);
    line-height: .78;
    font-weight: 950;
    letter-spacing: -0.09em;
    color: #ffffff;
  }

  .bert-hero-feature-logo span {
    color: var(--orange);
  }

  .bert-kicker {
    display: inline-flex;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,90,0,.14);
    color: #fed7aa;
    font-weight: 900;
    font-size: 14px;
  }

  .bert-hero h1 {
    margin: 26px 0 0;
    font-size: clamp(54px, 6vw, 98px);
    line-height: .9;
    letter-spacing: -0.08em;
    font-weight: 950;
    color: #ffffff;
  }

  .bert-hero h1 span {
    display: block;
    color: #ffffff;
  }

  .bert-lead {
    margin: 30px 0 0;
    max-width: 700px;
    color: #cbd5e1;
    font-size: 21px;
    line-height: 1.65;
  }

  .bert-hero-buttons {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .bert-primary,
  .bert-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    font-weight: 950;
  }

  .bert-primary {
    background: var(--orange);
    color: #ffffff;
  }

  .bert-secondary {
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.08);
    color: #ffffff;
  }

  .bert-proof-bullets {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px 22px;
    max-width: 780px;
  }

  .bert-proof-bullets div {
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 800;
  }

  .bert-proof-bullets div::before {
    content: "✓";
    color: var(--orange);
    margin-right: 10px;
    font-weight: 950;
  }

  .bert-proof-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 34px;
    background: rgba(255,255,255,.08);
    padding: 16px;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    backdrop-filter: blur(16px);
  }

  .bert-proof-header,
  .bert-proof-list div,
  .bert-proof-stats {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
  }

  .bert-proof-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    border-radius: 22px;
  }

  .bert-proof-header strong,
  .bert-proof-list strong {
    display: block;
    color: #ffffff;
  }

  .bert-proof-header small,
  .bert-proof-list small {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
  }

  .bert-proof-header span {
    align-self: start;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--orange);
    color: #ffffff;
    font-weight: 950;
    font-size: 12px;
  }

  .bert-proof-list {
    display: grid;
    gap: 12px;
    margin-top: 12px;
  }

  .bert-proof-list div {
    padding: 16px;
    border-radius: 18px;
  }

  .bert-proof-stats {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 20px;
    overflow: hidden;
  }

  .bert-proof-stats div {
    padding: 18px;
    text-align: center;
  }

  .bert-proof-stats strong {
    display: block;
    font-size: 30px;
    color: #ffffff;
  }

  .bert-proof-stats span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #94a3b8;
  }

  .bert-qms,
  .bert-commercial,
  .bert-simple,
  .bert-tablet,
  .bert-readiness {
    padding: 74px 0;
    background: #ffffff;
  }

  .bert-qms-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 44px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 44px;
    box-shadow: 0 12px 36px rgba(15,23,42,.06);
  }

  .bert-section-label {
    display: inline-flex;
    padding: 7px 13px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-weight: 950;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .bert-qms h2,
  .bert-commercial h2,
  .bert-simple h2,
  .bert-tablet h2,
  .bert-readiness h2,
  .bert-final h2 {
    margin: 18px 0 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 950;
  }

  .bert-qms p,
  .bert-tablet p,
  .bert-readiness p {
    max-width: 900px;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.65;
  }

  .bert-qms small {
    color: #64748b;
    font-weight: 850;
  }

  .bert-qms-actions {
    display: grid;
    gap: 12px;
  }

  .bert-qms-actions a {
    text-align: center;
    white-space: nowrap;
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 950;
  }

  .bert-qms-actions a:first-child {
    background: var(--navy);
    color: #ffffff;
  }

  .bert-qms-actions a:last-child {
    background: var(--orange);
    color: #ffffff;
  }

  .bert-what {
    padding: 80px 0 92px;
    background: #ffffff;
  }

  .bert-infographic-head {
    max-width: 850px;
  }

  .bert-big-logo {
    font-size: clamp(54px, 4vw, 72px);
  }

  .bert-infographic-head h2 {
    margin: 20px 0 0;
    font-size: clamp(58px, 5vw, 86px);
    line-height: .92;
    letter-spacing: -0.07em;
    font-weight: 950;
  }

  .bert-infographic-head h3 {
    margin: 22px 0 0;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 950;
  }

  .bert-infographic-head p {
    max-width: 820px;
    margin: 18px 0 0;
    font-size: 21px;
    line-height: 1.6;
    color: var(--muted);
  }

  .bert-flow {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 40px;
  }

  .bert-step {
    position: relative;
    min-height: 320px;
    padding: 20px 18px 26px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(15,23,42,.08);
  }

  .bert-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -34px;
    top: 48%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 46px;
    font-weight: 700;
    z-index: 3;
  }

  .bert-number {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--navy);
    color: #ffffff;
    font-size: 20px;
    font-weight: 950;
  }

  .bert-icon {
    margin: 34px auto 0;
  }

  .bert-step h4 {
    margin: 20px 0 0;
    font-size: 29px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 950;
  }

  .bert-step p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
  }

  .calendar {
    position: relative;
    width: 74px;
    height: 74px;
    border: 5px solid var(--navy);
    border-radius: 14px;
    padding: 24px 10px 10px;
  }

  .calendar > i {
    position: absolute;
    top: -15px;
    width: 9px;
    height: 24px;
    border-radius: 999px;
    background: var(--navy);
  }

  .calendar > i:first-child { left: 16px; }
  .calendar > i:nth-child(2) { right: 16px; }

  .calendar div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  .calendar b {
    width: 11px;
    height: 11px;
    border-radius: 3px;
    background: var(--orange);
  }

  .calendar b.black {
    background: var(--navy);
  }

  .clipboard {
    position: relative;
    width: 64px;
    height: 76px;
    border: 5px solid var(--navy);
    border-radius: 12px;
    padding: 20px 9px 10px;
  }

  .clipboard > i {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 34px;
    height: 19px;
    transform: translateX(-50%);
    border: 5px solid var(--navy);
    border-radius: 8px;
    background: #ffffff;
  }

  .clipboard div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .clipboard b,
  .mini-list b {
    color: var(--orange);
    font-weight: 950;
  }

  .clipboard span {
    width: 24px;
    height: 6px;
    border-radius: 999px;
    background: var(--navy);
  }

  .finding {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--orange);
    color: #ffffff;
    font-size: 76px;
    line-height: .7;
  }

  .action {
    width: 118px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .person {
    position: relative;
    width: 40px;
    height: 52px;
  }

  .person::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--navy);
  }

  .person::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 30px;
    border-radius: 20px 20px 7px 7px;
    background: var(--navy);
  }

  .action em {
    color: var(--orange);
    font-style: normal;
    font-size: 28px;
    font-weight: 950;
  }

  .mini-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 4px;
    width: 44px;
    height: 54px;
    border: 4px solid var(--navy);
    border-radius: 8px;
    padding: 12px 6px 6px;
    position: relative;
  }

  .mini-list::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 22px;
    height: 12px;
    transform: translateX(-50%);
    border: 3px solid var(--navy);
    border-radius: 6px;
    background: #ffffff;
  }

  .mini-list span {
    width: 14px;
    height: 4px;
    align-self: center;
    border-radius: 999px;
    background: var(--navy);
  }

  .camera {
    position: relative;
    width: 76px;
    height: 58px;
    margin-top: 48px;
    border-radius: 10px;
    background: var(--navy);
  }

  .camera i {
    position: absolute;
    top: -11px;
    left: 17px;
    width: 38px;
    height: 17px;
    border-radius: 8px 8px 2px 2px;
    background: var(--navy);
  }

  .camera b {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
    border: 7px solid #ffffff;
    border-radius: 999px;
  }

  .camera span {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--orange);
  }

  .report {
    position: relative;
    width: 64px;
    height: 76px;
    border: 5px solid var(--navy);
    border-radius: 8px;
  }

  .report > i {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    border-left: 5px solid var(--navy);
    border-bottom: 5px solid var(--navy);
    background: #ffffff;
  }

  .report > b {
    position: absolute;
    left: 12px;
    height: 5px;
    border-radius: 999px;
    background: var(--navy);
  }

  .report > b:nth-of-type(1) { top: 23px; width: 28px; }
  .report > b:nth-of-type(2) { top: 37px; width: 20px; }

  .report div {
    position: absolute;
    bottom: 10px;
    left: 13px;
    display: flex;
    align-items: end;
    gap: 4px;
  }

  .report span {
    width: 8px;
    border-radius: 2px;
    background: var(--orange);
  }

  .report span:nth-child(1) { height: 15px; }
  .report span:nth-child(2) { height: 24px; }
  .report span:nth-child(3) { height: 34px; }

  .bert-benefits {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 20px;
  }

  .bert-benefits article {
    min-height: 138px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 28px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15,23,42,.08);
  }

  .benefit-icon {
    width: 78px;
    height: 78px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--navy);
    font-size: 50px;
    font-weight: 950;
  }

  .wifi-symbol {
    position: relative;
  }

  .wifi-symbol span {
    position: absolute;
    border: 5px solid var(--navy);
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 999px 999px 0 0;
  }

  .wifi-symbol span:nth-child(1) {
    width: 48px;
    height: 28px;
    top: 18px;
  }

  .wifi-symbol span:nth-child(2) {
    width: 34px;
    height: 20px;
    top: 30px;
  }

  .wifi-symbol span:nth-child(3) {
    width: 20px;
    height: 12px;
    top: 42px;
  }

  .wifi-symbol b {
    position: absolute;
    bottom: 15px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--orange);
  }

  .sync-icon {
    font-size: 54px;
    line-height: 1;
  }

  .small-calendar,
  .shield {
    font-size: 34px;
    color: var(--orange);
    border: 4px solid var(--navy);
    background: #ffffff;
  }

  .small-calendar {
    border-radius: 12px;
  }

  .shield {
    border-radius: 18px 18px 24px 24px;
  }

  .bert-benefits h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 950;
  }

  .bert-benefits p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
  }

  .bert-qms-note {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    color: var(--muted);
    font-size: 20px;
    font-weight: 600;
  }

  .bert-qms-note span {
    color: var(--orange);
    font-size: 30px;
    font-weight: 950;
  }

  .bert-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .bert-two-col article,
  .bert-mini-grid article,
  .bert-compare-grid article,
  .bert-offline-card,
  .bert-cert-note {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
  }

  .bert-two-col article {
    padding: 28px;
  }

  .bert-two-col h2 {
    font-size: 30px;
  }

  .bert-two-col p,
  .bert-dark-panel p,
  .bert-section-head p,
  .bert-final p,
  .bert-comparison p,
  .bert-offline-card p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
  }

  .bert-dark-panel {
    margin-top: 26px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 36px;
    border-radius: 28px;
    background: var(--navy);
    color: #ffffff;
    padding: 34px;
  }

  .bert-dark-panel span {
    display: inline-flex;
    color: #fed7aa;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .14em;
  }

  .bert-dark-panel h2 {
    font-size: 42px;
    color: #ffffff;
  }

  .bert-dark-panel p {
    color: #cbd5e1;
  }

  .bert-dark-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .bert-dark-panel li {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.05);
    padding: 13px;
    font-weight: 850;
  }

  .bert-section-head {
    max-width: 820px;
  }

  .bert-section-head > span {
    display: inline-flex;
    gap: 4px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
  }

  .bert-mini-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }

  .bert-mini-grid article {
    padding: 16px;
    font-weight: 950;
  }

  .bert-comparison {
    margin-top: 34px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 28px;
    align-items: center;
    border-radius: 28px;
    background: #f8fafc;
    border: 1px solid var(--line);
    padding: 28px;
  }

  .bert-comparison h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-weight: 950;
  }

  .bert-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .bert-compare-grid article {
    padding: 18px;
  }

  .bert-compare-grid strong,
  .bert-compare-grid span {
    display: block;
  }

  .bert-compare-grid strong {
    font-size: 18px;
    color: var(--navy);
  }

  .bert-compare-grid span {
    margin-top: 8px;
    color: var(--muted);
  }

  .bert-tablet-grid,
  .bert-readiness-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
  }

  .tablet-list,
  .readiness-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .bert-offline-card {
    padding: 28px;
  }

  .bert-offline-card h3 {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 950;
  }

  .bert-offline-card > strong {
    display: block;
    margin-top: 6px;
    font-size: 28px;
    line-height: 1;
  }

  .bert-offline-card > div {
    margin-top: 22px;
    display: grid;
    gap: 12px;
  }

  .bert-offline-card article {
    border-radius: 16px;
    background: #f8fafc;
    padding: 16px;
  }

  .bert-offline-card b,
  .bert-offline-card span {
    display: block;
  }

  .bert-offline-card span {
    margin-top: 5px;
    color: var(--muted);
  }

  .bert-offline-card p {
    margin-top: 18px;
    border-radius: 16px;
    background: #fff7ed;
    color: #9a3412;
    padding: 16px;
    font-weight: 850;
  }

  .bert-cert-note {
    margin-top: 20px;
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
    padding: 18px;
    font-weight: 850;
    line-height: 1.5;
  }

  .bert-final {
    background: var(--navy);
    color: #ffffff;
    padding: 92px 0;
    text-align: center;
  }

  .bert-final h2 {
    max-width: 920px;
    margin: 0 auto;
    color: #ffffff;
  }

  .bert-final p {
    max-width: 780px;
    margin: 24px auto 0;
    color: #cbd5e1;
  }

  .bert-final a {
    margin-top: 34px;
    display: inline-flex;
    padding: 16px 30px;
    border-radius: 999px;
    background: var(--orange);
    color: #ffffff;
    font-weight: 950;
  }

  @media (max-width: 1280px) {
    .bert-hero-grid,
    .bert-qms-card,
    .bert-dark-panel,
    .bert-comparison,
    .bert-tablet-grid,
    .bert-readiness-grid {
      grid-template-columns: 1fr;
    }

    .bert-flow {
      grid-template-columns: repeat(3, 1fr);
    }

    .bert-step::after {
      display: none;
    }

    .bert-benefits {
      grid-template-columns: repeat(2, 1fr);
    }

    .bert-mini-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 760px) {
    .bert-shell,
    .bert-wide {
      width: min(100% - 28px, 1600px);
    }

    .bert-topbar,
    .bert-top-actions {
      align-items: flex-start;
      flex-direction: column;
    }

    .bert-hero {
      min-height: auto;
      padding-bottom: 56px;
    }

    .bert-hero-grid {
      min-height: auto;
      margin-top: 48px;
    }

    .bert-proof-bullets,
    .bert-flow,
    .bert-benefits,
    .bert-two-col,
    .bert-mini-grid,
    .bert-dark-panel ul,
    .bert-compare-grid,
    .tablet-list,
    .readiness-list {
      grid-template-columns: 1fr;
    }

    .bert-infographic-head h2 {
      font-size: 46px;
    }

    .bert-big-logo {
      font-size: 48px;
    }

    .bert-qms-card,
    .bert-dark-panel,
    .bert-comparison,
    .bert-offline-card {
      padding: 24px;
    }

    .bert-benefits article {
      padding: 18px;
    }

    .bert-qms-note {
      text-align: center;
      font-size: 16px;
    }

    .bert-hero-feature-logo {
      margin-bottom: 22px;
      font-size: 76px;
    }

    .bert-hero h1 {
      font-size: 52px;
    }

  }


  /* INTERACTIVE BERT PRODUCT TABLET */
  .bert-device-demo { position: relative; min-width: 0; }
  .bert-device-glow { position: absolute; inset: 8% -8% -5%; border-radius: 50%; background: radial-gradient(circle, rgba(255,90,0,.28), rgba(37,99,235,.12) 45%, transparent 72%); filter: blur(22px); }
  .bert-tablet-frame { position: relative; padding: 18px; border: 2px solid rgba(255,255,255,.18); border-radius: 38px; background: linear-gradient(145deg,#263247,#050a13 70%); box-shadow: 0 48px 100px rgba(0,0,0,.5), inset 0 0 0 2px rgba(255,255,255,.05); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
  .bert-tablet-camera { position: absolute; z-index: 4; top: 7px; left: 50%; width: 7px; height: 7px; transform: translateX(-50%); border-radius: 50%; background: #020617; box-shadow: 0 0 0 2px #334155; }
  .bert-tablet-screen { min-height: 610px; overflow: hidden; border-radius: 24px; background: #eef3f8; color: var(--navy); }
  .bert-app-topbar { height: 58px; display: flex; align-items: center; gap: 16px; padding: 0 18px; background: #fff; border-bottom: 1px solid #dbe4ee; }
  .bert-app-menu { width: 34px; height: 34px; border: 0; border-radius: 10px; background: #eef2f7; color: var(--navy); cursor: pointer; font-size: 17px; }
  .bert-app-brand { font-size: 25px; font-weight: 950; letter-spacing: -.07em; }
  .bert-app-brand span { color: var(--orange); }
  .bert-app-status { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: #ecfdf5; color: #047857; font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .bert-app-status i { width: 7px; height: 7px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px rgba(16,185,129,.12); }
  .bert-app-body { display: grid; grid-template-columns: 94px 1fr; min-height: 552px; }
  .bert-app-nav { padding: 12px 8px; background: var(--navy); display: flex; flex-direction: column; gap: 6px; }
  .bert-app-nav button { min-height: 58px; border: 0; border-radius: 12px; background: transparent; color: #94a3b8; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; cursor: pointer; font: inherit; }
  .bert-app-nav button span { font-size: 18px; line-height: 1; }
  .bert-app-nav button b { font-size: 9px; }
  .bert-app-nav button:hover, .bert-app-nav button.is-active { background: rgba(255,90,0,.16); color: #fff; box-shadow: inset 3px 0 var(--orange); }
  .bert-app-content { min-width: 0; padding: 18px; }
  .bert-demo-screen { display: none; animation: bertDemoIn .25s ease; }
  .bert-demo-screen.is-active { display: block; }
  @keyframes bertDemoIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
  .bert-demo-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }

  .bert-tab-explainer { margin: -2px 0 12px; padding: 11px 13px; border: 1px solid #fed7aa; border-left: 4px solid var(--orange); border-radius: 12px; background: #fff8f3; }
  .bert-tab-explainer strong { display: block; color: var(--navy); font-size: 11px; line-height: 1.25; }
  .bert-tab-explainer p { margin: 4px 0 0; color: #637287; font-size: 9px; line-height: 1.45; }
  .bert-demo-heading small { display: block; color: #7b8aa0; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .bert-demo-heading h3 { margin: 4px 0 0; font-size: 22px; line-height: 1; letter-spacing: -.05em; }
  .bert-score { min-width: 62px; padding: 8px 10px; border-radius: 12px; background: #ecfdf5; color: #047857; font-size: 18px; font-weight: 950; text-align: center; }
  .bert-score b { display: block; margin-top: 2px; font-size: 8px; text-transform: uppercase; }
  .bert-kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
  .bert-kpi-grid article { padding: 11px; border: 1px solid #dce5ef; border-radius: 13px; background: #fff; box-shadow: 0 5px 15px rgba(15,23,42,.04); }
  .bert-kpi-grid span, .bert-kpi-grid small { display: block; color: #708095; font-size: 8px; }
  .bert-kpi-grid strong { display: block; margin: 3px 0; font-size: 23px; line-height: 1; }
  .bert-demo-card, .bert-question-card, .bert-list-card, .bert-incident-card, .bert-briefing-card, .bert-report-demo, .bert-sync-card { margin-top: 11px; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.06); }
  .bert-demo-card { padding: 13px; }
  .bert-demo-card-head { display: flex; justify-content: space-between; margin-bottom: 7px; }
  .bert-demo-card-head strong { font-size: 13px; }
  .bert-demo-card-head span { color: #8391a5; font-size: 9px; }
  .bert-task { position: relative; margin-top: 7px; padding: 10px 50px 10px 13px; border-radius: 11px; background: #f7f9fc; border-left: 4px solid #94a3b8; }
  .bert-task.high { border-left-color: #ef4444; } .bert-task.medium { border-left-color: #f59e0b; } .bert-task.low { border-left-color: #3b82f6; }
  .bert-task b, .bert-task small { display: block; } .bert-task b { font-size: 10px; } .bert-task small { margin-top: 2px; color: #7c8a9e; font-size: 8px; }
  .bert-task em { position: absolute; right: 9px; top: 50%; transform: translateY(-50%); color: #d9480f; font-size: 8px; font-style: normal; font-weight: 900; }
  .bert-progress, .bert-pill { padding: 7px 10px; border-radius: 999px; background: #e8eef6; color: #314158; font-size: 9px; font-weight: 900; }
  .bert-pill.orange { background: #fff1e8; color: #c2410c; }
  .bert-question-card { padding: 20px; }
  .bert-question-card > small { color: var(--orange); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
  .bert-question-card h4 { margin: 8px 0 16px; font-size: 20px; line-height: 1.2; }
  .bert-answer-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .bert-answer-row button, .bert-next, .bert-briefing-card button, .bert-report-demo button { border: 1px solid #d8e1eb; border-radius: 10px; background: #fff; color: var(--navy); padding: 10px; font-weight: 900; cursor: pointer; }
  .bert-answer-row button.selected { border-color: var(--orange); background: #fff1e8; color: #c2410c; }
  .bert-question-card label { display: block; margin: 15px 0 5px; color: #718096; font-size: 9px; font-weight: 900; }
  .bert-faux-input { min-height: 48px; padding: 10px; border: 1px solid #d8e1eb; border-radius: 10px; color: #46566b; font-size: 10px; }
  .bert-evidence-row { display: flex; gap: 7px; margin-top: 10px; }
  .bert-evidence-row span { padding: 6px 8px; border-radius: 8px; background: #eef3f8; color: #53647a; font-size: 8px; font-weight: 800; }
  .bert-next, .bert-briefing-card button, .bert-report-demo button { margin-top: 12px; border-color: var(--orange); background: var(--orange); color: #fff; }
  .bert-list-card { overflow: hidden; }
  .bert-list-card > div { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 14px; border-bottom: 1px solid #e5ebf1; }
  .bert-list-card > div:last-child { border-bottom: 0; }
  .bert-list-card span b, .bert-list-card span small { display: block; } .bert-list-card span b { font-size: 11px; } .bert-list-card span small { margin-top: 3px; color: #7d8ba0; font-size: 8px; }
  .bert-list-card em { font-size: 8px; color: #b45309; font-style: normal; font-weight: 900; }
  .risk { width: 9px; height: 9px; border-radius: 50%; } .risk.high { background:#ef4444; } .risk.medium { background:#f59e0b; } .risk.low { background:#3b82f6; }
  .bert-incident-card, .bert-briefing-card { display: flex; gap: 14px; padding: 18px; }
  .bert-incident-icon, .bert-doc-icon { width: 48px; height: 48px; flex: none; display:grid; place-items:center; border-radius: 14px; background:#fff1e8; color:var(--orange); font-size:24px; font-weight:950; }
  .bert-incident-card small, .bert-briefing-card small, .bert-report-demo small { color: #d9480f; font-size: 8px; font-weight: 950; letter-spacing: .08em; }
  .bert-incident-card h4, .bert-briefing-card h4 { margin: 5px 0; font-size: 16px; }
  .bert-incident-card p, .bert-briefing-card p, .bert-report-demo p, .bert-sync-card p { margin: 5px 0; color:#6c7b90; font-size:10px; line-height:1.5; }
  .bert-incident-card div div, .bert-signoff { display:flex; gap:7px; margin-top:9px; }
  .bert-incident-card div div b, .bert-signoff span { padding:6px 8px; border-radius:8px; background:#eef3f8; color:#53647a; font-size:8px; }
  .bert-signoff span b { color:var(--navy); }
  .bert-report-demo { display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items:center; padding:18px; }
  .bert-chart-bars { height:190px; display:flex; align-items:end; gap:7px; padding:15px; border-radius:14px; background:#f5f8fb; }
  .bert-chart-bars i { flex:1; border-radius:5px 5px 2px 2px; background:linear-gradient(#ff8b4d,var(--orange)); }
  .bert-report-demo strong { display:block; margin:4px 0; font-size:32px; }
  .bert-sync-card { padding:30px 20px; text-align:center; }
  .bert-sync-ring { width:72px; height:72px; margin:auto; display:grid; place-items:center; border:6px solid #dff7ec; border-top-color:#10b981; border-radius:50%; color:#047857; font-size:34px; }
  .bert-sync-card h4 { margin:15px 0 0; font-size:20px; }
  .bert-sync-card p { max-width:360px; margin:8px auto; }
  .bert-sync-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:16px; }
  .bert-sync-stats span { padding:10px; border-radius:10px; background:#f5f8fb; color:#66768b; font-size:8px; }
  .bert-sync-stats b { display:block; color:var(--navy); font-size:18px; }
  .bert-demo-caption { position:relative; margin:14px 0 0; color:#aebdd0; text-align:center; font-size:12px; font-weight:800; }

  @media (max-width: 1280px) {
    .bert-tablet-frame { max-width: 760px; margin: 0 auto; transform:none; }
  }
  @media (max-width: 760px) {
    .bert-tablet-frame { padding:10px; border-radius:26px; }
    .bert-tablet-screen { min-height:560px; border-radius:18px; }
    .bert-app-body { grid-template-columns:68px 1fr; min-height:502px; }
    .bert-app-nav { padding:8px 5px; }
    .bert-app-nav button { min-height:52px; }
    .bert-app-nav button b { font-size:7px; }
    .bert-app-content { padding:12px; }
    .bert-kpi-grid { grid-template-columns:repeat(2,1fr); }
    .bert-report-demo { grid-template-columns:1fr; }
    .bert-chart-bars { height:120px; }
    .bert-question-card h4 { font-size:17px; }
    .bert-demo-heading h3 { font-size:18px; }
  }


  /* SIMPLIFIED HOMEPAGE */
  .bert-benefits-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .bert-benefits-three article { min-height: 160px; }
  .bert-benefits-three p { margin: 8px 0 0; }
  .action-benefit,
  .evidence-benefit { background:#f1f5f9; border:0; color:var(--orange); }
  .bert-qms { padding-top: 54px; padding-bottom: 54px; }
  .bert-final { padding-top: 76px; padding-bottom: 76px; }
  @media (max-width: 980px) {
    .bert-benefits-three { grid-template-columns: 1fr; }
  }



  /* ICON ALIGNMENT FIX */
  .bert-flow {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
  }

  .bert-step {
    position: relative;
    min-height: 316px;
    padding: 22px 20px 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(15,23,42,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bert-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 36px;
    font-weight: 700;
    z-index: 3;
  }

  .bert-number {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--navy);
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
  }

  .bert-step h4 {
    margin: 18px 0 0;
    font-size: 28px;
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 950;
  }

  .bert-step p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
    max-width: 180px;
  }

  .bert-icon-clean,
  .benefit-icon-clean {
    display: grid;
    place-items: center;
    background: #f8fafc;
    border: 1px solid #dbe5f0;
    box-shadow: none;
  }

  .bert-icon-clean {
    width: 84px;
    height: 84px;
    margin: 26px auto 0;
    border-radius: 20px;
    flex: 0 0 84px;
  }

  .benefit-icon-clean {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    flex: 0 0 68px;
  }

  .bert-icon-clean svg,
  .benefit-icon-clean svg {
    width: 44px;
    height: 44px;
    overflow: visible;
    fill: none;
    stroke: var(--navy);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .benefit-icon-clean svg { width: 32px; height: 32px; }
  .bert-icon-clean .accent,
  .benefit-icon-clean .accent { stroke: var(--orange); }
  .bert-icon-clean .accent-fill,
  .benefit-icon-clean .accent-fill { fill: var(--orange); stroke: none; }

  .bert-benefits article { min-height: 126px; }

  @media (max-width: 1280px) {
    .bert-flow {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .bert-step:not(:last-child)::after {
      display: none;
    }
  }

  @media (max-width: 760px) {
    .bert-flow {
      grid-template-columns: 1fr;
    }
  }


  .bert-benefits-six { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .bert-benefits-six article { min-height: 170px; align-items: flex-start; }
  .bert-benefits-six h4 { font-size: 22px; }
  .bert-benefits-six p { margin-top: 8px; }
  @media (max-width: 980px) { .bert-benefits-six { grid-template-columns: 1fr; } }



  /* TIDY HERO FEATURE LIST */
  .bert-proof-bullets {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 32px;
    max-width: 860px;
    align-items: start;
  }

  .bert-proof-bullets div {
    position: relative;
    min-height: 30px;
    padding-left: 28px;
    color: #e2e8f0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
  }

  .bert-proof-bullets div::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--orange);
    font-weight: 950;
  }

  .bert-proof-bullets .bert-proof-wide {
    grid-column: 1 / -1;
    max-width: 760px;
  }

  @media (max-width: 760px) {
    .bert-proof-bullets {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .bert-proof-bullets .bert-proof-wide {
      grid-column: auto;
    }
  }



.bert-top-actions a[href="#capabilities"] {
  display: inline-flex;
}

.bert-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 20px;
}

.bert-capabilities {
  padding: 88px 0 96px;
  background: var(--light);
}

.bert-capabilities-head {
  max-width: 920px;
}

.bert-capabilities-head h2 {
  margin: 18px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -0.07em;
  font-weight: 950;
}

.bert-capabilities-head p {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.bert-capabilities-cta {
  margin-top: 22px;
}

.bert-capabilities-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 950;
}

.bert-capability-open {
  display: inline-flex;
  margin-top: 16px;
  color: var(--orange);
  font-weight: 900;
  font-size: 14px;
}

.bert-demo-caption a {
  color: #ffd0b3;
}

.bert-capability-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bert-capability {
  padding: 28px 28px 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.bert-capability span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bert-capability h3 {
  margin: 14px 0 0;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.bert-capability p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.bert-capability .bert-cert-note {
  margin-top: 16px;
}

.bert-iso-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.bert-iso-pills b {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.bert-app-nav {
  overflow-y: auto;
}

.bert-app-nav button {
  min-height: 48px;
}

.bert-register-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.bert-register-meta span {
  padding: 5px 8px;
  border-radius: 8px;
  background: #eef3f8;
  color: #53647a;
  font-size: 8px;
  font-weight: 800;
}

.bert-iso-bars {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.bert-iso-bar {
  display: grid;
  grid-template-columns: 72px 1fr 42px;
  gap: 10px;
  align-items: center;
}

.bert-iso-bar span {
  font-size: 10px;
  font-weight: 900;
}

.bert-iso-bar i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #e8eef6;
  overflow: hidden;
}

.bert-iso-bar i em {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--orange);
}

.bert-iso-bar b {
  font-size: 11px;
  text-align: right;
}

.bert-minutes {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f7f9fc;
}

.bert-minutes small {
  display: block;
  color: #7b8aa0;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.bert-minutes p {
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.5;
  color: #46566b;
}

@media (max-width: 980px) {
  .bert-capability-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .bert-menu-toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .bert-topbar {
    flex-direction: row;
    align-items: center;
  }

  .bert-top-actions {
    display: none;
    width: 100%;
  }

  .bert-site.is-nav-open .bert-top-actions {
    display: flex;
  }
}
