.brand-page {
  --primary: #384f94;
  --secondary: #5c7aea;
  --grey: #6c7898;
  --white: #ffffff;
  --mint: #4fbbaf;
  --ink: #18233f;
  --ink-soft: #4c5b80;
  --line: #d8e2f7;
  --surface: #ffffff;
  --surface-soft: #f4f8ff;
  --surface-alt: #eef4ff;
  --shadow: 0 24px 60px rgba(38, 62, 122, 0.12);
  margin: 0;
  overflow: hidden;
  font-family: Inter, sans-serif;
  color: var(--ink);
  background: radial-gradient(
      circle at top left,
      rgba(201, 213, 255, 0.7),
      transparent 28%
    ),
    radial-gradient(
      circle at 100% 10%,
      rgba(79, 187, 175, 0.22),
      transparent 24%
    ),
    linear-gradient(180deg, #fcfdff 0%, #f7faff 100%);
}

.brand-page,
.brand-page * {
  box-sizing: border-box;
}

.brand-page .hero {
  position: relative;
  min-height: 94vh;
  padding: 108px min(7vw, 112px) 88px;
}

.brand-page .hero-grid,
.brand-page .intro-layout,
.brand-page .trust-grid,
.brand-page .workforce-showcase {
  display: grid;
  gap: 36px;
  align-items: center;
}

.brand-page .hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
}

.brand-page .intro-layout,
.brand-page .trust-grid,
.brand-page .workforce-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-page .hero-copy,
.brand-page .hero-visual {
  position: relative;
  z-index: 1;
}

.brand-page .hero-brand {
  margin-bottom: 12px;
}

.brand-page .hero-logo {
  display: block;
  width: min(260px, 58vw);
  height: auto;
}

.brand-page .hero-visual {
  min-height: 560px;
}

.brand-page .kicker {
  display: inline-block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--secondary);
}

.brand-page .hero h1,
.brand-page .section h2,
.brand-page .closing h2 {
  margin: 0;
  font-family: Overpass, sans-serif;
  line-height: 1.04;
  color: var(--ink);
}

.brand-page .hero h1 {
  max-width: 780px;
  margin-top: 18px;
  font-size: clamp(44px, 7vw, 80px);
}

.brand-page .gradient-text {
  background: linear-gradient(274deg, #384f94 0%, #5a48c2 52%, #8ea4f3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-page .subhead,
.brand-page .section-header p,
.brand-page .closing p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.58;
}

.brand-page .subhead {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(16px, 1.7vw, 20px);
}

.brand-page .hero-proof {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-page .hero-proof > div,
.brand-page .light-card,
.brand-page .feature-card,
.brand-page .metric-card,
.brand-page .contrast-card,
.brand-page .narrative-card,
.brand-page .trust-stat-card,
.brand-page .trust-quote,
.brand-page .flow-step {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.brand-page .hero-proof > div {
  min-width: 220px;
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(244, 248, 255, 0.72);
  box-shadow: 0 10px 24px rgba(56, 79, 148, 0.06);
}

.brand-page .hero-proof strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}

.brand-page .hero-proof span {
  font-size: 13px;
  color: var(--ink-soft);
}

.brand-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.brand-page .hero-actions {
  margin-top: 30px;
}

.brand-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease,
    background-color 200ms ease;
}

.brand-page .button:hover {
  transform: translateY(-2px);
}

.brand-page .button.solid {
  color: #fff;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 18px 40px rgba(92, 122, 234, 0.28);
}

.brand-page .button.outline {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #c9d5ff;
  box-shadow: 0 12px 28px rgba(56, 79, 148, 0.08);
}

.brand-page .glow {
  position: absolute;
  pointer-events: none;
  filter: blur(56px);
}

.brand-page .glow-a {
  top: -130px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(92, 122, 234, 0.18);
  animation: pulse 9s ease-in-out infinite;
}

.brand-page .glow-b {
  top: 44%;
  left: 52%;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(79, 187, 175, 0.14);
  animation: pulse 11s ease-in-out infinite reverse;
}

.brand-page .visual-card {
  position: absolute;
  border-radius: 24px;
}

.brand-page .visual-card-light {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(244, 248, 255, 0.95)
  );
  box-shadow: 0 28px 80px rgba(43, 67, 126, 0.16);
}

.brand-page .visual-card-main {
  inset: 34px 10px 46px 44px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.92),
      rgba(234, 242, 255, 0.86)
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.84),
      rgba(244, 248, 255, 0.92)
    );
  box-shadow: 0 32px 90px rgba(43, 67, 126, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -24px 40px rgba(92, 122, 234, 0.05);
}

.brand-page .visual-card-main::before,
.brand-page .visual-card-main::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-page .visual-card-main::before {
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(141, 170, 247, 0.34);
  background: radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.82),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.brand-page .visual-card-main::after {
  top: -14px;
  right: 44px;
  width: 120px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.36),
    rgba(201, 213, 255, 0.78)
  );
  filter: blur(2px);
  opacity: 0.9;
}

.brand-page .hero-image,
.brand-page .workforce-feature-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-page .hero-image-contain {
  object-fit: contain;
  object-position: center;
  padding: 34px 30px 24px;
  border-radius: 24px;
  background: radial-gradient(
      circle at top right,
      rgba(201, 213, 255, 0.8),
      transparent 26%
    ),
    radial-gradient(
      circle at left center,
      rgba(79, 187, 175, 0.14),
      transparent 24%
    ),
    linear-gradient(180deg, #f9fbff 0%, #edf3ff 100%);
  box-shadow: inset 0 18px 30px rgba(255, 255, 255, 0.4);
}

.brand-page .visual-card-float {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  max-width: 200px;
}

.brand-page .visual-card-float strong {
  font-family: Overpass, sans-serif;
  font-size: 34px;
  color: var(--primary);
}

.brand-page .visual-card-float span,
.brand-page .visual-card-dash span {
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink-soft);
}

.brand-page .visual-card-float-a {
  top: 2%;
  left: 0;
}

.brand-page .visual-card-float-a {
  max-width: 220px;
  padding: 10px 14px;
  gap: 4px;
  border-radius: 999px;
  border: 1px solid rgba(141, 157, 214, 0.28);
  background: linear-gradient(
    135deg,
    rgba(17, 26, 56, 0.96),
    rgba(56, 79, 148, 0.9) 52%,
    rgba(132, 147, 203, 0.88)
  );
  box-shadow: 0 16px 34px rgba(21, 31, 67, 0.26);
}

.brand-page .visual-card-float-a strong {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(214, 223, 255, 0.82);
}

.brand-page .visual-card-float-a span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.98);
}

.brand-page .visual-card-float-b {
  right: -50px;
  top: -5%;
  bottom: auto;
  animation: bob 5.6s ease-in-out infinite;
  animation-delay: 800ms;
  width: auto;
  max-width: min(260px, calc(100% - 32px));
  padding: 16px 18px;
}

.brand-page .visual-card-float-b strong,
.brand-page .visual-card-dash strong {
  display: block;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: black;
}

.brand-page .visual-card-float-b span,
.brand-page .visual-card-dash span {
  font-size: 13px;
  line-height: 1.5;
}

.brand-page .visual-card-dash {
  width: fit-content;
  max-width: 260px;
  left: 2px;
  right: auto;
  bottom: 0px;
  animation: bob 6s ease-in-out infinite;
  animation-delay: 600ms;
  padding: 16px 18px;
}

.brand-page .dash-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 8px;
}

.brand-page .section {
  padding: 88px min(7vw, 112px);
}

.brand-page .section-soft {
  background: linear-gradient(
    180deg,
    rgba(239, 245, 255, 0.9),
    rgba(250, 252, 255, 0.9)
  );
}

.brand-page .section-alt {
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0.95),
    rgba(237, 244, 255, 0.95)
  );
}

.brand-page .section-header {
  max-width: 860px;
  margin-bottom: 34px;
}

.brand-page .section h2,
.brand-page .closing h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.brand-page .section-header h2 {
  margin-top: 14px;
}

.brand-page .section-header p {
  margin-top: 16px;
  font-size: clamp(15px, 1.45vw, 18px);
}

.brand-page .narrative-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border-radius: 24px;
  padding: 22px;
}

.brand-page .intro-column {
  display: grid;
  gap: 18px;
}

.brand-page .intro-column {
  align-content: start;
}

.brand-page .intro-layout {
  align-items: start;
}

.brand-page .intro-transformation {
  position: relative;
  display: grid;
  gap: 18px;
}

.brand-page .narrative-card-stacked {
  align-items: flex-start;
  min-height: 180px;
}

.brand-page .ops-summary-header h3 {
  margin: 10px 0 0;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: var(--ink);
}

.brand-page .transformation-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.brand-page .transformation-card-current,
.brand-page .transformation-card-future {
  transform: none;
}

.brand-page .transformation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at top right,
      rgba(201, 213, 255, 0.42),
      transparent 26%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.brand-page .transformation-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(24, 35, 63, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-page .transformation-label-accent {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.brand-page .transformation-image {
  display: block;
  width: 90%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
}

.brand-page .transformation-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 72px;
  margin: -2px auto;
  padding: 6px 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-page .transformation-arrow::before,
.brand-page .transformation-arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: currentColor;
}

.brand-page .transformation-arrow::after {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
  margin-top: -6px;
}

.brand-page .transformation-arrow span {
  position: relative;
  animation: pulseText 2.8s ease-in-out infinite;
}

.brand-page .ops-summary-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(239, 245, 255, 0.94)
  );
  box-shadow: var(--shadow);
}

.brand-page .ops-summary-card p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
  font-size: 14px;
}

.brand-page .ops-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.brand-page .ops-summary-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(92, 122, 234, 0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}

.brand-page .ops-summary-visual {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 32px rgba(56, 79, 148, 0.08);
}

.brand-page .ops-summary-image {
  display: block;
  width: 100%;
  height: auto;
}

.brand-page .narrative-index,
.brand-page .feature-icon,
.brand-page .step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 999px;
  font-weight: 700;
}

.brand-page .narrative-index {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
}

.brand-page .narrative-card h3,
.brand-page .contrast-card h3,
.brand-page .feature-card h3 {
  margin: 0 0 10px;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  color: var(--ink);
}

.brand-page .narrative-card p,
.brand-page .contrast-card li,
.brand-page .feature-card p,
.brand-page .metric-card p,
.brand-page .trust-quote p {
  margin: 0;
  line-height: 1.6;
  color: var(--ink-soft);
  font-size: 14px;
}

.brand-page .feature-grid,
.brand-page .metric-grid {
  display: grid;
  gap: 20px;
}

.brand-page .agent-team {
  display: grid;
  gap: 20px;
}

.brand-page .agent-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1.45fr) minmax(220px, 0.7fr);
  gap: 22px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  transition: opacity 700ms ease, transform 700ms ease, box-shadow 220ms ease;
}

.brand-page .agent-card-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.brand-page .agent-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  padding-top: 6px;
}

.brand-page .agent-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 700;
}

.brand-page .agent-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
}

.brand-page .agent-content {
  display: grid;
  gap: 18px;
}

.brand-page .agent-top h3 {
  margin: 14px 0 12px;
  font-family: Overpass, sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.14;
  color: var(--ink);
}

.brand-page .agent-top p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.64;
  font-size: 14px;
}

.brand-page .agent-meta {
  display: grid;
  gap: 14px;
}

.brand-page .agent-meta-block {
  display: grid;
  gap: 10px;
}

.brand-page .agent-meta-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey);
}

.brand-page .agent-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-page .agent-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.brand-page .agent-visual {
  position: relative;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #eff4ff, #dfeaff);
  border: 1px solid #d8e2f7;
}

.brand-page .agent-card-mint .agent-visual {
  background: linear-gradient(180deg, #f2fbfa, #dff4f1);
}

.brand-page .agent-card-violet .agent-visual {
  background: linear-gradient(180deg, #f2efff, #e5e1fb);
}

.brand-page .agent-card-amber .agent-visual {
  background: linear-gradient(180deg, #fff8ec, #ffe9c8);
}

.brand-page .agent-visual-orb {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.9),
    rgba(92, 122, 234, 0.25)
  );
  animation: pulse 7s ease-in-out infinite;
}

.brand-page .agent-card-mint .agent-visual-orb {
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.9),
    rgba(79, 187, 175, 0.28)
  );
}

.brand-page .agent-card-violet .agent-visual-orb {
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.9),
    rgba(90, 72, 194, 0.28)
  );
}

.brand-page .agent-card-amber .agent-visual-orb {
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.92),
    rgba(245, 170, 71, 0.3)
  );
}

.brand-page .agent-visual-frame {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
}

.brand-page .agent-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-page .agent-visual-chip {
  position: absolute;
  left: 22px;
  top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(56, 79, 148, 0.08);
  z-index: 1;
}

.brand-page .metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-page .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-page .feature-card,
.brand-page .metric-card,
.brand-page .contrast-card,
.brand-page .trust-stat-card,
.brand-page .trust-quote,
.brand-page .flow-step {
  border-radius: 24px;
  padding: 24px;
}

.brand-page .orbit-shell {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.brand-page .orbit-shell::before,
.brand-page .orbit-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.brand-page .orbit-shell::before {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(92, 122, 234, 0.14),
    transparent 68%
  );
  filter: blur(6px);
}

.brand-page .orbit-shell::after {
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle,
    rgba(79, 187, 175, 0.18),
    transparent 72%
  );
}

.brand-page .orbit-ring {
  position: absolute;
  border-radius: 999px;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    0 18px 40px rgba(92, 122, 234, 0.05);
  animation: spin 24s linear infinite;
}

.brand-page .orbit-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1px;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(146, 170, 244, 0.92) 0deg 10deg,
    rgba(146, 170, 244, 0.16) 10deg 14deg,
    rgba(146, 170, 244, 0) 14deg 18deg,
    rgba(79, 187, 175, 0.42) 18deg 22deg,
    rgba(79, 187, 175, 0.12) 22deg 24deg,
    rgba(79, 187, 175, 0) 24deg 28deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.92;
}

.brand-page .ring-2::before {
  background: repeating-conic-gradient(
    from 10deg,
    rgba(92, 122, 234, 0.86) 0deg 9deg,
    rgba(92, 122, 234, 0.14) 9deg 13deg,
    rgba(92, 122, 234, 0) 13deg 16deg,
    rgba(255, 255, 255, 0.5) 16deg 19deg,
    rgba(255, 255, 255, 0) 19deg 24deg
  );
}

.brand-page .ring-3::before {
  background: repeating-conic-gradient(
    from -8deg,
    rgba(132, 157, 230, 0.82) 0deg 8deg,
    rgba(132, 157, 230, 0.12) 8deg 12deg,
    rgba(132, 157, 230, 0) 12deg 15deg,
    rgba(79, 187, 175, 0.26) 15deg 18deg,
    rgba(79, 187, 175, 0) 18deg 22deg
  );
}

.brand-page .ring-1 {
  width: 220px;
  height: 220px;
}

.brand-page .ring-2 {
  width: 340px;
  height: 340px;
  animation-duration: 30s;
}

.brand-page .ring-3 {
  width: 460px;
  height: 460px;
  animation-duration: 36s;
}

.brand-page .orbit-core,
.brand-page .orbit-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(47, 73, 134, 0.12);
}

.brand-page .orbit-core {
  width: 156px;
  height: 156px;
  padding: 18px;
  text-align: center;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  color: var(--primary);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(47, 73, 134, 0.12);
}

.brand-page .orbit-node {
  transform-origin: center;
  width: 110px;
  height: 110px;
  padding: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(242, 247, 255, 0.96)
  );
  box-shadow: 0 18px 36px rgba(47, 73, 134, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.brand-page .orbit-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.brand-page .trust-stats {
  display: grid;
  gap: 18px;
}

.brand-page .trust-stat-card strong,
.brand-page .metric-card h3 {
  display: block;
  margin-bottom: 8px;
  font-family: Overpass, sans-serif;
  color: var(--primary);
}

.brand-page .trust-stat-card strong {
  font-size: 30px;
}

.brand-page .trust-stat-card span {
  color: var(--ink-soft);
  line-height: 1.5;
}

.brand-page .trust-quote {
  background: linear-gradient(
    180deg,
    rgba(56, 79, 148, 0.06),
    rgba(92, 122, 234, 0.12)
  );
  border: 1px solid rgba(92, 122, 234, 0.16);
}

.brand-page .trust-quote p {
  margin: 0;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.brand-page .before-after-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.brand-page .contrast-card-muted {
  background: rgba(255, 255, 255, 0.82);
}

.brand-page .contrast-card-accent {
  background: linear-gradient(
    180deg,
    rgba(56, 79, 148, 0.96),
    rgba(92, 122, 234, 0.92)
  );
}

.brand-page .contrast-card-accent h3,
.brand-page .contrast-card-accent li {
  color: #fff;
}

.brand-page .contrast-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.brand-page .flow-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-page .flow-step {
  display: grid;
  gap: 12px;
}

.brand-page .step-index,
.brand-page .feature-icon {
  width: 42px;
  height: 42px;
  background: rgba(92, 122, 234, 0.12);
  color: var(--primary);
}

.brand-page .workforce-showcase-full {
  display: block;
}

.brand-page .workforce-stage {
  position: relative;
  width: 100%;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(196, 210, 244, 0.72);
  background: radial-gradient(
      circle at top right,
      rgba(201, 213, 255, 0.5),
      transparent 26%
    ),
    radial-gradient(
      circle at 12% 86%,
      rgba(79, 187, 175, 0.12),
      transparent 18%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(239, 245, 255, 0.86)
    );
  box-shadow: 0 28px 64px rgba(56, 79, 148, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  overflow: hidden;
}

.brand-page .workforce-stage::before,
.brand-page .workforce-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-page .workforce-stage::before {
  inset: 0;
  background-image: linear-gradient(
      rgba(92, 122, 234, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(92, 122, 234, 0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 86%);
}

.brand-page .workforce-stage::after {
  left: 50%;
  top: 76px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(92, 122, 234, 0.16),
    rgba(92, 122, 234, 0)
  );
}

.brand-page .workforce-stage-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 22px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(196, 210, 244, 0.72);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(56, 79, 148, 0.08);
}

.brand-page .workforce-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  width: 100%;
}

.brand-page .workforce-feature-card {
  position: relative;
  display: block;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-page .workforce-feature-card-roster,
.brand-page .workforce-feature-card-chat-row,
.brand-page .workforce-feature-card-wide {
  height: 100%;
}

.brand-page .workforce-feature-card-roster::after,
.brand-page .workforce-feature-card-wide::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 1px solid rgba(196, 210, 244, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 16px 32px rgba(56, 79, 148, 0.08);
  pointer-events: none;
}

.brand-page .workforce-feature-card-roster,
.brand-page .workforce-feature-card-wide {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}

.brand-page .workforce-feature-card-wide {
  padding-left: 0;
}

.brand-page .workforce-feature-card-roster img,
.brand-page .workforce-feature-card-wide img {
  border-radius: 24px;
}

.brand-page .workforce-feature-image-roster-full {
  height: 100%;
  min-height: 560px;
  object-fit: contain;
  object-position: top center;
  padding: 18px;
}

.brand-page .workforce-feature-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: min(320px, calc(100% - 36px));
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(196, 210, 244, 0.74);
  box-shadow: 0 16px 32px rgba(56, 79, 148, 0.12);
  backdrop-filter: blur(16px);
  color: var(--ink);
}

.brand-page .workforce-feature-overlay-bottom-left {
  right: auto;
  max-width: min(360px, calc(100% - 36px));
}

.brand-page .workforce-feature-overlay .feature-icon {
  width: 36px;
  height: 36px;
  background: rgba(92, 122, 234, 0.12);
  color: var(--primary);
}

.brand-page .workforce-feature-overlay h3 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--primary);
}

.brand-page .workforce-feature-overlay p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-soft);
}

.brand-page .workforce-feature-image-wide {
  height: 380px;
  object-fit: contain;
  object-position: center top;
  background: #ffffff;
  padding: 18px 18px 0;
}

.brand-page .workforce-feature-card-wide .workforce-feature-overlay {
  position: static;
  width: fit-content;
  max-width: min(360px, calc(100% - 36px));
  margin: 0 18px 18px;
  background: rgba(255, 255, 255, 0.96);
}

.brand-page .workforce-chat-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(196, 210, 244, 0.68);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 32px rgba(56, 79, 148, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
}

.brand-page .workforce-feature-image-chat-small {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
}

.brand-page .workforce-feature-card-chat-row {
  overflow: visible;
}

.brand-page .workforce-feature-overlay-inline {
  position: static;
  max-width: 340px;
}

.brand-page .metric-card {
  min-height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 26px;
  background: radial-gradient(
      circle at top right,
      rgba(201, 213, 255, 0.42),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.74),
      rgba(237, 244, 255, 0.62)
    );
  border: 1px solid rgba(196, 210, 244, 0.58);
  box-shadow: 0 24px 50px rgba(56, 79, 148, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand-page .metric-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(92, 122, 234, 0.12),
    transparent 68%
  );
  pointer-events: none;
}

.brand-page .metric-card h3 {
  font-size: clamp(36px, 4vw, 56px);
  margin-bottom: 12px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.brand-page .metric-card p {
  max-width: none;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  white-space: nowrap;
}

.brand-page .metric-card:nth-child(2n) {
  background: radial-gradient(
      circle at top right,
      rgba(79, 187, 175, 0.16),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.74),
      rgba(238, 248, 246, 0.62)
    );
}

.brand-page .metric-card:nth-child(2n)::after {
  background: radial-gradient(
    circle,
    rgba(79, 187, 175, 0.14),
    transparent 68%
  );
}

.brand-page .closing {
  padding: 88px min(7vw, 112px) 110px;
  text-align: center;
  background: radial-gradient(
      circle at 15% 20%,
      rgba(79, 187, 175, 0.18),
      transparent 22%
    ),
    radial-gradient(
      circle at 85% 10%,
      rgba(92, 122, 234, 0.18),
      transparent 24%
    ),
    linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}

.brand-page .closing p {
  max-width: 760px;
  margin: 18px auto 28px;
  font-size: clamp(15px, 1.5vw, 18px);
}

.brand-page .reveal {
  opacity: 0;
  transform: translateY(20px);
  animation: revealUp 800ms ease forwards;
}

.brand-page .delay-1 {
  animation-delay: 120ms;
}

.brand-page .delay-2 {
  animation-delay: 240ms;
}

.brand-page .delay-3 {
  animation-delay: 360ms;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes pulseText {
  0%,
  100% {
    opacity: 0.82;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(4px);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .brand-page .hero-grid,
  .brand-page .intro-layout,
  .brand-page .trust-grid,
  .brand-page .workforce-showcase,
  .brand-page .before-after-grid,
  .brand-page .agent-card,
  .brand-page .workforce-layout,
  .brand-page .workforce-chat-row,
  .brand-page .metric-grid,
  .brand-page .flow-grid {
    grid-template-columns: 1fr;
  }

  .brand-page .hero {
    min-height: auto;
    padding-top: 92px;
  }

  .brand-page .workforce-feature-image-roster-full {
    min-height: 0;
    height: 420px;
  }

  .brand-page .workforce-stage {
    padding: 22px;
    border-radius: 28px;
  }

  .brand-page .workforce-stage::after {
    display: none;
  }

  .brand-page .workforce-feature-image-wide {
    height: 320px;
    object-fit: contain;
    padding: 14px 14px 0;
  }

  .brand-page .workforce-feature-overlay,
  .brand-page .workforce-feature-overlay-inline {
    max-width: min(360px, calc(100% - 36px));
  }

  .brand-page .metric-card p {
    white-space: normal;
  }

  .brand-page .visual-card-float-b {
    right: 8px;
    top: 32px;
  }

  .brand-page .transformation-card-current,
  .brand-page .transformation-card-future {
    transform: none;
  }

  .brand-page .hero-proof {
    grid-template-columns: 1fr;
  }

  .brand-page .agent-rail {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .brand-page .agent-vertical {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .brand-page .agent-visual {
    min-height: 220px;
  }

  .brand-page .hero-visual {
    min-height: 440px;
  }

  .brand-page .orbit-shell {
    min-height: 440px;
    transform: scale(0.82);
  }
}

@media (max-width: 720px) {
  .brand-page .hero,
  .brand-page .section,
  .brand-page .closing {
    padding-right: 24px;
    padding-left: 24px;
  }

  .brand-page .visual-card-main {
    inset: 20px 0 86px;
  }

  .brand-page .visual-card-float-a,
  .brand-page .visual-card-float-b {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 14px;
    max-width: none;
  }

  .brand-page .visual-card-dash {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 14px;
  }

  .brand-page .hero-visual {
    min-height: auto;
  }

  .brand-page .orbit-shell {
    transform: scale(0.64);
    transform-origin: center top;
    min-height: 330px;
  }

  .brand-page .transformation-arrow {
    margin: 0;
    width: 100%;
  }

  .brand-page .workforce-stage {
    padding: 16px;
    border-radius: 24px;
  }

  .brand-page .workforce-stage-label {
    margin-bottom: 16px;
  }

  .brand-page .workforce-layout,
  .brand-page .workforce-chat-row {
    gap: 16px;
  }

  .brand-page .workforce-feature-card-roster,
  .brand-page .workforce-feature-card-wide {
    border-radius: 20px;
  }

  .brand-page .workforce-feature-card-roster::after,
  .brand-page .workforce-feature-card-wide::after {
    border-radius: 20px;
  }

  .brand-page .workforce-feature-card-roster img,
  .brand-page .workforce-feature-card-wide img {
    border-radius: 20px;
  }

  .brand-page .workforce-feature-image-roster-full {
    height: 320px;
    padding: 10px;
  }

  .brand-page .workforce-feature-image-chat-small {
    height: 200px;
  }

  .brand-page .workforce-feature-image-wide {
    height: 240px;
    object-fit: contain;
    padding: 10px 10px 0;
  }

  .brand-page .workforce-feature-overlay,
  .brand-page .workforce-feature-overlay-inline {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 12px 13px;
    border-radius: 16px;
  }

  .brand-page .workforce-feature-overlay-bottom-left {
    right: auto;
    max-width: min(280px, calc(100% - 24px));
  }

  .brand-page .workforce-feature-card-wide .workforce-feature-overlay {
    max-width: min(280px, calc(100% - 20px));
  }

  .brand-page .workforce-feature-overlay h3 {
    font-size: 16px;
  }

  .brand-page .workforce-feature-overlay p {
    font-size: 12px;
    line-height: 1.4;
  }

  .brand-page .workforce-feature-overlay .feature-icon {
    width: 32px;
    height: 32px;
  }
}

