/* =========================================================
   BRINGLIVE DIGITAL — 2026 WEBSITE UPGRADE
   Conversion, accessibility, portfolio and performance layer
========================================================= */

:root {
  --text-medium: #455d7d;
  --text-light: #607493;
  --focus-ring: #00a6b2;
}

html {
  scroll-padding-top: 92px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.page-loader {
  display: none !important;
}

/* Content remains visible when JavaScript is unavailable. */
.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(30px);
}

.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-140%);
  padding: 11px 16px;
  border-radius: 10px;
  color: #ffffff;
  background: #061a46;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(3, 17, 47, 0.3);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 92px;
}

.brand-logo img,
.footer-logo img,
.legal-brand img,
.offer-footer img {
  height: auto;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  background: rgba(3, 17, 47, 0.58);
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  box-shadow: -30px 0 80px rgba(3, 17, 47, 0.26);
}

.mobile-sub-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-left: 16px;
  padding: 0 18px;
  border-left: 2px solid rgba(32, 215, 212, 0.42);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  font-weight: 700;
}

.mobile-sub-link:hover,
.mobile-sub-link:focus-visible {
  color: #ffffff;
  background: rgba(32, 215, 212, 0.08);
}

/* =========================================================
   HOMEPAGE — GENERAL
========================================================= */

.home-v2 .gradient-text {
  background: linear-gradient(90deg, #145cff 0%, #087f9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-v2 .site-header {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-v2 .site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
}

.home-v2 .brand-logo {
  width: 184px;
  min-width: 184px;
  height: auto;
}

.home-v2 .desktop-nav {
  gap: 24px;
}

.home-v2 .nav-link {
  color: #334c6c;
}

.home-v2 .hero-section {
  min-height: 940px;
  padding-top: 142px;
  padding-bottom: 104px;
}

.home-v2 .floating-square {
  display: none;
}

.home-v2 .hero-content h1 {
  max-width: 720px;
  font-size: clamp(3.35rem, 6.1vw, 6.4rem);
}

.home-v2 .hero-content h1 span {
  display: block;
}

.home-v2 .hero-description {
  max-width: 690px;
  font-size: 1.12rem;
}

.home-v2 .hero-trust {
  max-width: 680px;
}

.home-v2 .hero-visual {
  min-height: 600px;
}

.home-v2 .hero-dashboard-card {
  max-width: 540px;
}

.home-v2 .dashboard-top h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.home-v2 .dashboard-footer img {
  width: 42px;
  height: 42px;
}

.home-v2 .progress-bar {
  width: 76%;
}

/* =========================================================
   TRUST BAR
========================================================= */

.company-trust-bar {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(20, 92, 255, 0.1);
  border-bottom: 1px solid rgba(20, 92, 255, 0.1);
  background: #ffffff;
}

.company-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.company-trust-grid > div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px 26px;
  border-right: 1px solid rgba(20, 92, 255, 0.1);
}

.company-trust-grid > div:last-child {
  border-right: none;
}

.company-trust-grid span {
  color: #0b48d8;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.company-trust-grid strong {
  color: #071733;
  font-size: 0.98rem;
  line-height: 1.45;
}

/* =========================================================
   SOLUTIONS
========================================================= */

.home-v2 .solutions-section {
  padding-top: 108px;
  padding-bottom: 108px;
}

.solutions-grid-v2 .solution-card {
  min-height: 390px;
  cursor: pointer;
}

.solutions-grid-v2 .solution-card:focus-visible {
  transform: translateY(-5px);
}

.solutions-grid-v2 .solution-content {
  padding-top: 68px;
}

/* =========================================================
   WORK / PROOF
========================================================= */

.work-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(32, 215, 212, 0.09), transparent 28%),
    #ffffff;
}

.work-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 54px;
  align-items: center;
  padding: 52px;
  border: 1px solid rgba(20, 92, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 92, 255, 0.12), transparent 34%),
    linear-gradient(145deg, #f7fbff, #ffffff);
  box-shadow: 0 28px 80px rgba(4, 31, 79, 0.09);
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(20, 92, 255, 0.16);
  border-radius: 999px;
  color: #0b48d8;
  background: rgba(20, 92, 255, 0.07);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.status-prototype {
  border-color: rgba(0, 129, 114, 0.26);
  color: #006b5f;
  background: rgba(0, 155, 135, 0.09);
}

.status-service {
  border-color: rgba(113, 70, 197, 0.24);
  color: #5b35a8;
  background: rgba(113, 70, 197, 0.08);
}

.status-tailored {
  border-color: rgba(180, 96, 0, 0.22);
  color: #8d4d00;
  background: rgba(217, 124, 14, 0.09);
}

.work-eyebrow {
  display: block;
  color: #087f9c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.work-feature-copy h3 {
  max-width: 570px;
  margin-top: 12px;
  color: #071733;
  font-size: clamp(2.3rem, 4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.work-feature-copy > p {
  max-width: 620px;
  margin-top: 22px;
  color: #455d7d;
  font-size: 1.02rem;
  line-height: 1.8;
}

.work-checklist {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.work-checklist li {
  position: relative;
  padding-left: 30px;
  color: #263f60;
  font-size: 0.92rem;
  font-weight: 700;
}

.work-checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  color: #03112f;
  background: #20d7d4;
  font-size: 0.68rem;
  font-weight: 900;
}

.work-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b48d8;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(20, 92, 255, 0.24);
  text-underline-offset: 5px;
}

.text-link:hover {
  color: #087f9c;
  text-decoration-color: currentColor;
}

.prototype-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  color: #ffffff;
  background: #061a46;
  box-shadow: 0 36px 90px rgba(3, 17, 47, 0.27);
}

.prototype-window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #03112f;
}

.prototype-window-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.prototype-window-bar > span:nth-child(2) {
  background: #145cff;
}

.prototype-window-bar > span:nth-child(3) {
  background: #20d7d4;
}

.prototype-window-bar strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.prototype-layout {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  min-height: 440px;
}

.prototype-sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.12);
}

.prototype-sidebar img {
  width: 42px;
  height: 42px;
  margin: 0 8px 18px;
}

.prototype-sidebar span {
  padding: 9px 10px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 750;
}

.prototype-sidebar span.active {
  color: #ffffff;
  background: rgba(20, 92, 255, 0.24);
}

.prototype-content {
  min-width: 0;
  padding: 24px;
}

.prototype-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.prototype-heading div {
  display: flex;
  flex-direction: column;
}

.prototype-heading small {
  color: #20d7d4;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.prototype-heading strong {
  margin-top: 4px;
  font-size: 1.28rem;
}

.prototype-heading > span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.62rem;
}

.prototype-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
}

.prototype-metrics > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
}

.prototype-metrics small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.6rem;
}

.prototype-metrics strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 1.4rem;
}

.prototype-metrics em {
  margin-top: 2px;
  overflow: hidden;
  color: #20d7d4;
  font-size: 0.58rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prototype-table {
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.prototype-table > div {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(80px, 0.75fr) minmax(92px, 0.65fr);
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.64rem;
}

.prototype-table > div:last-child {
  border-bottom: none;
}

.prototype-table .prototype-table-head {
  min-height: 38px;
  color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pill {
  justify-self: start;
  padding: 5px 7px;
  border-radius: 999px;
  font-size: 0.52rem;
  font-weight: 900;
  white-space: nowrap;
}

.pill.urgent {
  color: #ffddd8;
  background: rgba(230, 75, 58, 0.18);
}

.pill.progress {
  color: #cfe2ff;
  background: rgba(20, 92, 255, 0.2);
}

.pill.evidence {
  color: #bffff2;
  background: rgba(32, 215, 212, 0.14);
}

.prototype-caption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.58rem;
  text-align: right;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.work-card {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(20, 92, 255, 0.13);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(4, 31, 79, 0.05);
}

.work-card-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(20, 92, 255, 0.12);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
}

.work-card h3 {
  max-width: 510px;
  margin-top: auto;
  padding-top: 52px;
  color: #071733;
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.work-card p {
  margin-top: 14px;
  color: #455d7d;
  line-height: 1.75;
}

.work-card .text-link {
  margin-top: 22px;
  align-self: flex-start;
}

.work-disclosure {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 17px 20px;
  border: 1px solid rgba(20, 92, 255, 0.12);
  border-radius: 15px;
  color: #536987;
  background: #f7fbff;
  font-size: 0.78rem;
  line-height: 1.7;
  text-align: center;
}

/* =========================================================
   PROCESS
========================================================= */

.process-section-v2 {
  background:
    radial-gradient(circle at 8% 18%, rgba(20, 92, 255, 0.06), transparent 24%),
    #f6f9ff;
}

.process-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-card-v2 {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(20, 92, 255, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(4, 31, 79, 0.05);
}

.process-card-v2 > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #0b48d8;
  background: rgba(20, 92, 255, 0.08);
  font-weight: 900;
}

.process-card-v2 small {
  margin-top: auto;
  padding-top: 50px;
  color: #087f9c;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.process-card-v2 h3 {
  margin-top: 10px;
  color: #071733;
  font-size: 1.42rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.process-card-v2 p {
  margin-top: 12px;
  color: #455d7d;
  font-size: 0.9rem;
  line-height: 1.72;
}

.process-section-v2 .guiding-principle {
  max-width: none;
  margin-top: 22px;
}

/* =========================================================
   ABOUT
========================================================= */

.about-section-v2 {
  background: #ffffff;
}

.about-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 80px;
  align-items: start;
}

.about-v2-copy h2 {
  color: #071733;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.about-v2-copy p {
  max-width: 650px;
  margin-top: 22px;
  color: #455d7d;
  font-size: 1rem;
  line-height: 1.85;
}

.about-principles {
  display: grid;
  gap: 14px;
}

.principle-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(20, 92, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  box-shadow: 0 12px 35px rgba(4, 31, 79, 0.04);
}

.principle-card > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #145cff, #0b48d8);
  font-weight: 900;
}

.principle-card small {
  color: #087f9c;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.principle-card h3 {
  margin-top: 5px;
  color: #071733;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.company-facts-v2 {
  margin-top: 70px;
  border: 1px solid rgba(20, 92, 255, 0.12);
  border-radius: 22px;
  overflow: hidden;
}

/* =========================================================
   CONTACT
========================================================= */

.home-v2 .contact-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 92, 255, 0.07), transparent 28%),
    #ffffff;
}

.home-v2 .contact-content h2 {
  max-width: 630px;
}

.home-v2 .form-group input::placeholder,
.home-v2 .form-group textarea::placeholder {
  color: #6e809b;
}

.form-actions-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.form-actions-v2 .btn {
  width: 100%;
  min-height: 58px;
  margin: 0;
}

.email-submit {
  border: 1px solid rgba(6, 26, 70, 0.14);
}

.home-v2 .form-note {
  max-width: 650px;
  margin-inline: auto;
  color: #5e7290;
  font-size: 0.78rem;
  line-height: 1.65;
}

.home-v2 .form-note a {
  color: #0b48d8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form :is(input, textarea)[aria-invalid="true"] {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12) !important;
}

.form-message[data-type="error"] {
  color: #a82c20 !important;
}

.form-message[data-type="success"] {
  color: #086f64 !important;
}

.direct-contact-strip {
  padding: 0 0 110px;
  background: #ffffff;
}

.direct-contact-shell {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px 50px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(32, 215, 212, 0.18), transparent 32%),
    linear-gradient(145deg, #061a46, #03112f);
  box-shadow: 0 30px 80px rgba(3, 17, 47, 0.18);
}

.direct-contact-shell > div {
  position: relative;
  z-index: 1;
}

.direct-contact-shell span {
  color: #20d7d4;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.direct-contact-shell h2 {
  margin-top: 9px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.direct-contact-shell .btn-light {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin: 0;
}

/* =========================================================
   FOOTER
========================================================= */

.home-v2 .footer-logo {
  width: 260px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.home-v2 .footer-logo img {
  filter: none;
}

.home-v2 .footer-brand p,
.home-v2 .footer-column a,
.home-v2 .footer-column span:not(.footer-heading) {
  color: rgba(255, 255, 255, 0.72);
}

.noscript-note {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: 480px;
  padding: 15px 18px;
  border-radius: 14px;
  color: #ffffff;
  background: #061a46;
  box-shadow: 0 18px 50px rgba(3, 17, 47, 0.28);
  font-size: 0.85rem;
}

.noscript-note a {
  color: #7ef4ef;
  text-decoration: underline;
}

/* =========================================================
   SHARED SPECIALISED PAGES
========================================================= */

body.property-page .property-page-kicker {
  letter-spacing: 0.09em;
}

.prototype-status-note {
  max-width: 710px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.65;
}

.offer-header .brand-logo img,
.offer-footer img {
  object-fit: contain;
}

.offer-footer img {
  width: 250px;
}

.legal-brand img {
  width: min(285px, 68vw);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .home-v2 .desktop-nav {
    gap: 17px;
  }

  .home-v2 .nav-link {
    font-size: 0.82rem;
  }

  .work-feature {
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
    gap: 36px;
    padding: 38px;
  }

  .process-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card-v2 {
    min-height: 290px;
  }
}

@media (max-width: 1020px) {
  .home-v2 .hero-section {
    min-height: auto;
    padding-top: 126px;
  }

  .company-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-trust-grid > div:nth-child(2) {
    border-right: none;
  }

  .company-trust-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(20, 92, 255, 0.1);
  }

  .work-feature {
    grid-template-columns: 1fr;
  }

  .prototype-window {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .about-v2-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-v2-copy {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }

  section[id] {
    scroll-margin-top: 76px;
  }

  .home-v2 .brand-logo {
    width: 154px;
    min-width: 154px;
  }

  .home-v2 .hero-section {
    padding: 104px 0 72px;
  }

  .home-v2 .hero-content h1 {
    font-size: clamp(2.8rem, 13.4vw, 4.8rem);
    line-height: 0.98;
  }

  .home-v2 .hero-description {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .home-v2 .hero-trust {
    margin-top: 30px;
  }

  .home-v2 .hero-visual {
    min-height: auto;
  }

  .home-v2 .hero-dashboard-card {
    padding: 20px;
  }

  .home-v2 .dashboard-top h2 {
    font-size: 2rem;
  }

  .company-trust-grid {
    grid-template-columns: 1fr;
  }

  .company-trust-grid > div {
    min-height: 92px;
    border-right: none;
    border-bottom: 1px solid rgba(20, 92, 255, 0.1);
  }

  .company-trust-grid > div:last-child {
    border-bottom: none;
  }

  .home-v2 .solutions-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .solutions-grid-v2 .solution-card {
    min-height: 330px;
  }

  .work-feature {
    padding: 25px;
    border-radius: 24px;
  }

  .work-feature-copy h3 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
  }

  .work-actions {
    align-items: stretch;
  }

  .work-actions .btn,
  .work-actions .text-link {
    width: 100%;
    justify-content: center;
  }

  .prototype-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .prototype-sidebar {
    display: grid;
    grid-template-columns: 42px repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 5px;
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .prototype-sidebar img {
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .prototype-sidebar span {
    padding: 8px 6px;
    text-align: center;
  }

  .prototype-sidebar span:nth-of-type(n + 4) {
    display: none;
  }

  .prototype-content {
    padding: 18px;
  }

  .prototype-metrics {
    grid-template-columns: 1fr;
  }

  .prototype-metrics > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 12px;
  }

  .prototype-metrics strong {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .prototype-table > div {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .prototype-table > div > span:nth-child(2),
  .prototype-table-head > span:nth-child(2) {
    display: none;
  }

  .prototype-caption {
    text-align: left;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 300px;
    padding: 26px;
  }

  .work-disclosure {
    text-align: left;
  }

  .process-grid-v2 {
    grid-template-columns: 1fr;
  }

  .process-card-v2 {
    min-height: 270px;
  }

  .about-v2-layout {
    gap: 36px;
  }

  .about-v2-copy h2 {
    font-size: clamp(2.45rem, 11vw, 3.9rem);
  }

  .principle-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    min-height: 118px;
    padding: 18px;
  }

  .principle-card > span {
    width: 44px;
    height: 44px;
  }

  .principle-card h3 {
    font-size: 1.08rem;
  }

  .company-facts-v2 {
    margin-top: 45px;
  }

  .form-actions-v2 {
    grid-template-columns: 1fr;
  }

  .direct-contact-strip {
    padding-bottom: 80px;
  }

  .direct-contact-shell {
    flex-direction: column;
    align-items: stretch;
    padding: 34px 24px;
    border-radius: 24px;
  }

  .direct-contact-shell .btn-light {
    width: 100%;
  }

  .home-v2 .footer-logo {
    width: min(235px, 100%);
  }
}

@media (max-width: 430px) {
  .prototype-window-bar strong {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .prototype-heading {
    align-items: flex-start;
  }

  .prototype-heading > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* =========================================================
   PROPERTY PRESENTATION PRESERVATION
========================================================= */

/* -------------------------------------------------------
       CLEAR HEADER ON PROPERTY PAGE
    ------------------------------------------------------- */

    body.property-page .site-header {
      padding: 10px 0;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 10px 40px rgba(5, 31, 77, 0.09);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    body.property-page .nav-link {
      color: #38506f;
    }

    body.property-page .nav-link:hover,
    body.property-page .nav-link.active {
      color: var(--blue);
    }

    body.property-page .property-page-hero {
      padding-top: 175px;
    }


    /* -------------------------------------------------------
       ORIGINAL BRINGLIVE THREE-SQUARE MARKER
    ------------------------------------------------------- */

    .brand-square-marker {
      position: relative !important;
      display: grid !important;
      place-items: center !important;
      flex: 0 0 auto !important;
      width: 38px !important;
      min-width: 38px !important;
      height: 38px !important;
      padding: 0 !important;
      border: 1px solid rgba(20, 92, 255, 0.1) !important;
      border-radius: 11px !important;
      color: transparent !important;
      background: rgba(20, 92, 255, 0.07) !important;
      font-size: 0 !important;
      box-shadow: none !important;
    }

    .brand-square-marker::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 2px;
      background: var(--blue);
      box-shadow:
        11px 0 0 var(--cyan),
        0 11px 0 var(--navy-soft);
      transform: translate(-5px, -5px);
    }


    /* -------------------------------------------------------
       SECTION HEADERS
    ------------------------------------------------------- */

    body.property-page .section-kicker > span {
      position: relative !important;
      display: grid !important;
      place-items: center !important;
      width: 38px !important;
      min-width: 38px !important;
      height: 38px !important;
      border-radius: 11px !important;
      color: transparent !important;
      background: rgba(20, 92, 255, 0.08) !important;
      font-size: 0 !important;
    }

    body.property-page .section-kicker > span::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 2px;
      background: var(--blue);
      box-shadow:
        11px 0 0 var(--cyan),
        0 11px 0 var(--navy-soft);
      transform: translate(-5px, -5px);
    }

    body.property-page
    .property-operating-section
    .section-kicker > span {
      background: rgba(255, 255, 255, 0.08) !important;
    }

    body.property-page
    .property-operating-section
    .section-kicker > span::before {
      background: var(--white);
      box-shadow:
        11px 0 0 var(--cyan),
        0 11px 0 rgba(255, 255, 255, 0.48);
    }


    /* -------------------------------------------------------
       SOLUTIONS DROPDOWN
    ------------------------------------------------------- */

    .nav-dropdown-number.brand-square-marker {
      width: 34px !important;
      min-width: 34px !important;
      height: 34px !important;
      border-radius: 10px !important;
    }

    .nav-dropdown-number.brand-square-marker::before {
      width: 7px;
      height: 7px;
      box-shadow:
        10px 0 0 var(--cyan),
        0 10px 0 var(--navy-soft);
      transform: translate(-5px, -5px);
    }

    body.property-page
    .nav-dropdown-item[href*="property-operations"] {
      background: var(--light-blue);
    }

    body.property-page
    .mobile-sub-link[href*="property-operations"] {
      color: var(--white);
      background: rgba(32, 215, 212, 0.08);
    }


    /* -------------------------------------------------------
       HOMEPAGE FEATURED PROPERTY SECTION
    ------------------------------------------------------- */

    .featured-property-section .property-role-card > span {
      width: auto !important;
      min-width: 0 !important;
      height: auto !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 7px 11px !important;
      margin-bottom: 18px !important;
      border-radius: 999px !important;
      color: var(--cyan) !important;
      background: rgba(32, 215, 212, 0.1) !important;
      font-size: 0.64rem !important;
      font-weight: 900 !important;
      letter-spacing: 0.09em !important;
    }

    .featured-property-section .property-feature-item > span {
      width: 27px !important;
      min-width: 27px !important;
      height: 27px !important;
      border-radius: 9px !important;
      color: var(--navy-dark) !important;
      background: var(--cyan) !important;
      font-size: 0.78rem !important;
      font-weight: 900 !important;
    }

    .featured-property-section
    .featured-property-actions
    .btn
    span[aria-hidden="true"] {
      display: none;
    }


    /* -------------------------------------------------------
       PROPERTY HERO SUMMARY
    ------------------------------------------------------- */

    body.property-page .property-summary-item > span {
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
      border-radius: 10px !important;
      color: var(--navy-dark) !important;
      background: var(--cyan) !important;
      font-size: 0.78rem !important;
      font-weight: 900 !important;
    }


    /* -------------------------------------------------------
       AUDIENCE AND CAPABILITY CARDS
    ------------------------------------------------------- */

    body.property-page .property-info-number,
    body.property-page .property-capability-card > span {
      position: relative !important;
      display: grid !important;
      place-items: center !important;
      width: 42px !important;
      min-width: 42px !important;
      height: 42px !important;
      padding: 0 !important;
      border-radius: 13px !important;
      color: transparent !important;
      background: rgba(20, 92, 255, 0.08) !important;
      font-size: 0 !important;
    }

    body.property-page .property-info-number::before,
    body.property-page .property-capability-card > span::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 2px;
      background: var(--blue);
      box-shadow:
        11px 0 0 var(--cyan),
        0 11px 0 var(--navy-soft);
      transform: translate(-5px, -5px);
    }

    body.property-page .property-info-card h3,
    body.property-page .property-capability-card h3 {
      margin-top: 38px;
    }


    /* -------------------------------------------------------
       OPERATIONAL PROBLEM LABELS
    ------------------------------------------------------- */

    body.property-page .property-problem-card > span {
      display: inline-flex !important;
      align-items: center !important;
      width: auto !important;
      height: auto !important;
      padding: 7px 11px !important;
      border-radius: 999px !important;
      color: var(--blue) !important;
      background: rgba(20, 92, 255, 0.08) !important;
      font-size: 0.63rem !important;
      font-weight: 900 !important;
      letter-spacing: 0.08em !important;
    }

    body.property-page .property-problem-card h3 {
      margin-top: 31px;
    }


    /* -------------------------------------------------------
       OPERATING MODEL ROLE LABELS
    ------------------------------------------------------- */

    body.property-page .operating-diagram-card > span {
      width: auto !important;
      min-width: 72px !important;
      height: auto !important;
      padding: 8px 10px !important;
      border: 1px solid rgba(32, 215, 212, 0.18) !important;
      border-radius: 999px !important;
      color: var(--cyan) !important;
      background: rgba(32, 215, 212, 0.08) !important;
      font-size: 0.61rem !important;
      font-weight: 900 !important;
      letter-spacing: 0.07em !important;
    }

    body.property-page .operating-diagram-card {
      grid-template-columns:
        92px
        minmax(0, 1fr) !important;
    }


    /* -------------------------------------------------------
       CLEAN PROCESS TIMELINE
    ------------------------------------------------------- */

    body.property-page .process-number {
      position: relative !important;
      width: 54px !important;
      min-width: 54px !important;
      height: 54px !important;
      color: transparent !important;
      background: var(--white) !important;
      font-size: 0 !important;
    }

    body.property-page .process-number::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 3px;
      background: var(--blue);
      box-shadow:
        13px 0 0 var(--cyan),
        0 13px 0 var(--navy-soft);
      transform: translate(-6px, -6px);
    }

    body.property-page .process-content > span {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 7px 11px;
      border-radius: 999px;
      color: var(--blue);
      background: rgba(20, 92, 255, 0.07);
      letter-spacing: 0.09em;
    }


    /* -------------------------------------------------------
       REMOVE UNNECESSARY NEW-PAGE ARROWS
    ------------------------------------------------------- */

    body.property-page
    .property-page-hero-actions
    .btn
    span[aria-hidden="true"],

    body.property-page
    .property-pilot-shell
    .btn
    span[aria-hidden="true"] {
      display: none;
    }


    /* -------------------------------------------------------
       MOBILE
    ------------------------------------------------------- */

    @media (max-width: 760px) {
      body.property-page .property-page-hero {
        padding-top: 94px;
      }

      body.property-page .operating-diagram-card {
        grid-template-columns: 1fr !important;
      }

      body.property-page .operating-diagram-card > span {
        justify-self: start;
        min-width: 0 !important;
      }

      body.property-page .process-step {
        grid-template-columns:
          54px
          minmax(0, 1fr) !important;
      }

      body.property-page .process-content > span {
        font-size: 0.65rem;
      }
    }

/* =========================================================
   v3.4.5 — BringLive Meet priority access
========================================================= */
.nav-meet-priority {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(20, 92, 255, 0.16);
  border-radius: 999px;
  color: #0b48d8 !important;
  background: linear-gradient(135deg, rgba(237, 244, 255, 0.95), rgba(255, 255, 255, 0.96));
  box-shadow: 0 8px 24px rgba(20, 92, 255, 0.08);
}

.nav-meet-priority::after { display: none !important; }
.nav-meet-priority img { width: 22px; height: 22px; object-fit: contain; flex: 0 0 22px; }
.nav-meet-priority:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(20, 92, 255, 0.13); }

.meet-home-priority {
  max-width: 690px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  padding: 15px 17px;
  border: 1px solid rgba(20, 92, 255, 0.18);
  border-radius: 18px;
  color: #071733;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(237,244,255,0.96));
  box-shadow: 0 14px 38px rgba(20,92,255,0.09);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.meet-home-priority:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 92, 255, 0.34);
  box-shadow: 0 18px 44px rgba(20,92,255,0.14);
}
.meet-home-priority > img { width: 52px; height: 52px; object-fit: contain; }
.meet-home-priority-copy { display: flex; flex-direction: column; gap: 3px; }
.meet-home-priority-copy strong { color: #071733; font-size: 1rem; }
.meet-home-priority-copy span { color: #526987; font-size: .78rem; line-height: 1.5; }
.meet-home-priority > b { color: #145cff; font-size: .78rem; white-space: nowrap; }

.work-card.meet-priority-card {
  border-color: rgba(20, 92, 255, 0.28);
  background: linear-gradient(145deg, #ffffff 0%, #f3f7ff 72%, #effcff 100%);
  box-shadow: 0 20px 55px rgba(20, 92, 255, 0.10);
}
.meet-work-icon { background: rgba(20, 92, 255, 0.08) !important; }
.meet-work-icon img { width: 54px; height: 54px; object-fit: contain; }
.meet-status-badge { color: #0b48d8 !important; background: rgba(20, 92, 255, 0.10) !important; }
.footer-priority-link { color: #7ef4ef !important; font-weight: 700; }

@media (max-width: 1180px) {
  .nav-meet-priority { padding: 7px 8px; }
  .nav-meet-priority span { display: none; }
}

@media (max-width: 760px) {
  .meet-home-priority { grid-template-columns: 44px minmax(0,1fr); gap: 12px; }
  .meet-home-priority > img { width: 44px; height: 44px; }
  .meet-home-priority > b { grid-column: 2; }
}
.guard-work-icon { background: rgba(20, 92, 255, 0.07) !important; }
.guard-work-icon img { width: 54px; height: 54px; object-fit: contain; }
