/* --- Fonts: Neue Haas Grotesk Text Pro (titles) --- */
@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-1.eot');
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-1.eot?#iefix') format('embedded-opentype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-2.woff2') format('woff2'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-2.woff') format('woff'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-1.ttf') format('truetype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-2.svg#NeueHaasGroteskTextPro') format('svg');
}

@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.eot');
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.eot?#iefix') format('embedded-opentype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.woff2') format('woff2'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.woff') format('woff'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.ttf') format('truetype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Medium.svg#NeueHaasGroteskTextPro') format('svg');
}

@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.eot');
  src: url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.eot?#iefix') format('embedded-opentype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.woff2') format('woff2'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.woff') format('woff'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.ttf') format('truetype'), url('https://trocglobal.com/wp-content/uploads/2025/01/Neue-Haas-Grotesk-Text-Pro-Bold.svg#NeueHaasGroteskTextPro') format('svg');
}

/* --- Reset & base --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  background: #0a0e17;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #f97316; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Avoid single word hanging on last line of paragraphs (widows) */
p {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  text-wrap: pretty;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Variables --- */
:root {
  --gradient-3: linear-gradient(to bottom, #014982 0%, #0175B3 48%, #084a28 100%);
  --bg-dark: #0a0e17;
  --bg-blue: #0d1929;
  --bg-blue-deep: #071018;
  --text: #ffffff;
  --text-muted: #fff;
  --accent: #f97316;
  --accent-hover: #ea580c;
  --btn-primary: #2563eb;
  --btn-primary-hover: #1d4ed8;
  --form-bg: #ffffff;
  --form-border: #e2e8f0;
  --radius: 8px;
  --radius-lg: 12px;
  --radius-cta: 20px;
  --container: min(1200px, 100% - 2rem);
  /* Typography: main headers, subheaders, body */
  --header-font-size: 3rem;
  --header-font-weight: 700;
  --header-letter-spacing: 0.03em;
  --header-margin-bottom: 1.25rem;
  --subheader-font-size: 1.05rem;
  --subheader-font-weight: 600;
  --body-font-size: 1rem;
  --body-line-height: 1.6;
  --body-font-family: 'Roboto', sans-serif;
  --body-font-weight: 400;
  --body-color: rgba(255, 255, 255, 0.9);
  --body-color-on-light: #334155;
  /* Alignment & spacing (sections only, not hero) */
  --section-padding-y: 4rem;
  --section-padding-y-cta: 7rem;
  --header-to-body: 1.25rem;
  --list-item-gap: 0.5rem;
  --list-margin-bottom: 1rem;
  --subtitle-block-margin-bottom: 1.25rem;
  --subhead-margin-top: 1.25rem;
  --subhead-margin-bottom: 0.5rem;
  --body-paragraph-gap: 1rem;
  --button-margin-top: 2rem;
  --section-inner-gap: 3rem;
  --image-grid-gap: 1.5rem;
}

/* --- Headings --- */
h1, h2, h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
}
h1, h2 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
}
h2 {
  line-height: 1;
}
h1 {
  font-size: 52px;
  font-weight: 300;
  text-transform: uppercase;
}

/* Main section headers: all caps, same size/weight/spacing/margin */
.optin-section .optin-headline,
.assembly-title,
.proof-headline,
.who-we-are-section .who-we-are-title,
.ready-title,
.pilot-heading {
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
  letter-spacing: var(--header-letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: var(--header-margin-bottom);
  line-height: 1;
  text-wrap: balance;
}

/* --- Layout --- */
.container {
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ready-section .container.ready-content {
  width: 100%;
  max-width: 1000px;
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #ffffff;
}

/* --- VIBA event landing approved Round 3 version --- */
.viba-event-page {
  --viba-ink: #283543;
  --viba-royal: #283543;
  --viba-blue: #283543;
  --viba-navy: #0c1c3d;
  --viba-sky: #40a6de;
  --viba-purple: #be4190;
  --viba-green: #b0cb0a;
  --viba-soft-sky: #eef8fd;
  --viba-soft-green: #f5f9df;
  --viba-soft-purple: #fbedf6;
  background: #ffffff;
  color: var(--viba-ink);
}
.viba-event-page .container {
  width: min(1120px, 100% - 2rem);
}
.event-strip {
  display: none;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--viba-navy);
  font-size: 0.88rem;
  line-height: 1.4;
  text-align: center;
}
.event-strip.show {
  display: block;
}
.event-strip strong {
  color: var(--viba-purple);
}
.event-strip a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.viba-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}
.viba-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.viba-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.viba-lockup:hover {
  text-decoration: none;
}
.viba-lockup-troc {
  height: 1.55rem;
  width: auto;
  filter: invert(1);
}
.viba-lockup-viba {
  height: 1.7rem;
  width: auto;
}
.viba-lockup-divider {
  width: 1px;
  height: 1.65rem;
  background: rgba(15, 23, 42, 0.18);
}
.viba-header-cta,
.viba-btn,
.viba-sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--viba-blue);
  box-shadow: 0 12px 28px rgba(40, 53, 67, 0.26);
  font-family: var(--body-font-family);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.viba-header-cta {
  min-height: 42px;
  padding: 0.75rem 1.25rem;
  background: var(--viba-blue);
  box-shadow: 0 10px 22px rgba(40, 53, 67, 0.22);
}
.viba-header-cta:hover,
.viba-btn:hover,
.viba-sticky-cta:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
.viba-btn {
  min-height: 52px;
  padding: 1rem 1.7rem;
}
.viba-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 6rem 0 5rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.62) 68%, rgba(255, 255, 255, 0.18) 100%),
    url("assets/viba/ChatGPT Image 17 jul 2026, 07_51_05 p.m..png") right 28% top / cover no-repeat;
}
.viba-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(176, 203, 10, 0.16) 0%, rgba(64, 166, 222, 0.12) 48%, rgba(190, 65, 144, 0.14) 100%);
  pointer-events: none;
}
.viba-hero-grid,
.viba-split-grid,
.viba-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 4rem;
  align-items: center;
}
.viba-hero-grid {
  position: relative;
  z-index: 1;
}
.viba-hero-copy h1 {
  max-width: 660px;
  margin: 0 0 1.25rem;
  color: var(--viba-blue);
  font-family: 'Neue Haas Grotesk Text Pro', 'IBM Plex Sans', sans-serif;
  font-size: clamp(3rem, 6vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-transform: none;
  text-wrap: balance;
}
.viba-hero-copy h1 em,
.viba-moment-section h2 em {
  color: var(--viba-green);
  font-style: italic;
}
.viba-eyebrow,
.viba-section-tag {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 1.25rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  color: #fff;
  background: var(--viba-sky);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.viba-section-tag-blue {
  color: #fff;
  background: var(--viba-green);
}
.viba-section-tag-dark {
  color: #fff;
  background: var(--viba-sky);
}
.viba-hero-subhead {
  max-width: 590px;
  margin: 0 0 2rem;
  color: #3f4f60;
  font-size: 1.18rem;
  line-height: 1.55;
}
.viba-hero-subhead strong {
  color: var(--viba-purple);
}
.viba-hero-visual {
  display: none;
  align-items: flex-end;
  justify-content: center;
  min-height: 430px;
}
.viba-hero-visual img {
  width: min(360px, 92%);
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(10, 15, 31, 0.18));
}
.viba-gap-section,
.viba-proof-section {
  padding: 5.5rem 0;
  background: linear-gradient(135deg, var(--viba-soft-sky) 0%, #fff 58%, var(--viba-soft-green) 100%);
}
.viba-section-copy h2,
.viba-section-head h2,
.viba-proof-inner h2,
.viba-demo-section h2 {
  margin: 0 0 1.15rem;
  color: var(--viba-blue);
  font-family: 'Neue Haas Grotesk Text Pro', 'IBM Plex Sans', sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.06;
  text-transform: none;
  text-wrap: balance;
}
.viba-title-accent {
  color: var(--viba-purple);
}
.viba-section-copy p,
.viba-section-head p,
.viba-proof-card p,
.viba-demo-subhead,
.viba-demo-list li {
  color: #3f4f60;
  font-size: 1rem;
  line-height: 1.6;
}
.viba-section-copy .viba-section-tag,
.viba-section-head .viba-section-tag {
  color: #fff;
  font-family: var(--body-font-family);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
.viba-section-copy .viba-section-tag-blue,
.viba-section-head .viba-section-tag-blue {
  color: #fff;
}
.viba-section-copy .viba-section-tag-dark,
.viba-section-head .viba-section-tag-dark {
  color: rgba(255, 255, 255, 0.95);
}
.viba-section-copy .viba-lead {
  color: var(--viba-ink);
  font-size: 1.12rem;
  font-weight: 700;
}
.viba-section-copy strong {
  color: var(--viba-ink);
}
.viba-photo-card {
  overflow: hidden;
  border-radius: 22px;
  min-height: 430px;
  height: 90%;
  border: 6px solid #fff;
  background: var(--viba-soft-sky);
  box-shadow: 0 18px 48px rgba(40, 53, 67, 0.16);
}
.viba-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.viba-experiences-section {
  padding: 5.5rem 0;
  background: #ffffff;
}
.viba-section-head {
  max-width: 760px;
  margin: 0 auto 3.2rem;
  text-align: center;
}
.viba-section-head .viba-section-tag {
  margin-left: auto;
  margin-right: auto;
}
.viba-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.viba-tile {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(64, 166, 222, 0.26);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(40, 53, 67, 0.1);
}
.viba-tile::before {
  content: "";
  height: 7px;
  margin: -1.25rem -1.25rem 0;
  background: var(--viba-green);
}
.viba-tile:nth-child(2)::before {
  background: var(--viba-sky);
}
.viba-tile:nth-child(3)::before {
  background: var(--viba-blue);
}
.viba-tile:nth-child(4)::before {
  background: var(--viba-purple);
}
.viba-tile-media {
  overflow: hidden;
  border-radius: 14px;
  background: var(--viba-soft-sky);
  aspect-ratio: 4/3;
}
.viba-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.viba-tile-kicker,
.viba-proof-kicker {
  margin: 0;
  color: var(--viba-purple);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.viba-tile:nth-child(1) .viba-tile-kicker {
  color: var(--viba-green);
}
.viba-tile:nth-child(2) .viba-tile-kicker {
  color: var(--viba-sky);
}
.viba-tile:nth-child(3) .viba-tile-kicker {
  color: var(--viba-blue);
}
.viba-tile:nth-child(4) .viba-tile-kicker {
  color: var(--viba-purple);
}
.viba-tile h3 {
  margin: 0;
  color: var(--viba-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
}
.viba-tile p:not(.viba-tile-kicker) {
  margin: 0;
  color: #3f4f60;
  font-size: 0.88rem;
  line-height: 1.5;
}
.viba-moment-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  color: #fff;
  background: var(--viba-navy);
}
.viba-moment-section .viba-section-copy h2 {
  color: #fff;
}
.viba-moment-section .viba-section-copy strong {
  color: #fff;
}
.viba-moment-section .viba-section-copy p {
  color: rgba(255, 255, 255, 0.82);
}
.viba-moment-section .viba-btn {
  background: var(--viba-sky);
  box-shadow: 0 12px 28px rgba(64, 166, 222, 0.28);
}
.viba-moment-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  height: 90%;
}
.viba-moment-visual img {
  width: min(520px, 90%);
  height: 80%;
  max-height: 470px;
  min-height: 0;
  border-radius: 24px;
  object-fit: cover;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.42));
}
.viba-phone-card {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  width: min(220px, 48%);
  padding: 1.25rem;
  border: 1px solid rgba(64, 166, 222, 0.52);
  border-radius: 22px;
  color: #fff;
  background: rgba(64, 166, 222, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}
.viba-phone-card span {
  display: block;
  color: var(--viba-purple);
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.viba-phone-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.45;
}
.viba-proof-inner {
  text-align: center;
}
.viba-proof-inner h2 {
  margin-bottom: 2.5rem;
}
.viba-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.viba-proof-card {
  padding: 1.6rem;
  border: 1px solid rgba(64, 166, 222, 0.24);
  border-top: 6px solid var(--viba-sky);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(40, 53, 67, 0.08);
}
.viba-proof-card:nth-child(2) {
  border-top-color: var(--viba-green);
}
.viba-proof-card:nth-child(3) {
  border-top-color: var(--viba-purple);
}
.viba-proof-card p:last-child {
  margin-bottom: 0;
}
.viba-proof-card strong {
  color: var(--viba-ink);
}
.viba-logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.viba-logo-strip-title {
  margin: 0 0 1rem;
  color: var(--viba-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.viba-logo-strip-title span {
  color: var(--viba-green);
}
.viba-logo-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 58px;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0;
  color: var(--viba-ink);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 800;
}
.viba-logo-strip img {
  width: auto;
  max-width: 112px;
  max-height: 34px;
  object-fit: contain;
}
.viba-logo-strip .viba-logo-chip-troc {
  color: var(--viba-ink);
  background: transparent;
  font-weight: 800;
}
.viba-demo-section {
  padding: 6rem 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(64, 166, 222, 0.18) 0%, transparent 38%),
    linear-gradient(220deg, rgba(190, 65, 144, 0.2) 0%, transparent 42%),
    var(--viba-navy);
}
.viba-demo-section .viba-section-copy h2,
.viba-demo-section .viba-demo-subhead,
.viba-demo-section .viba-demo-list li {
  color: #fff;
}
.viba-demo-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  align-items: stretch;
}
.viba-demo-section .viba-section-copy {
  display: flex;
  flex-direction: column;
}
.viba-demo-img {
  margin-top: auto;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  display: block;
}
.viba-demo-subhead {
  max-width: 520px;
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
}
.viba-demo-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.viba-demo-list li {
  position: relative;
  padding-left: 1.7rem;
}
.viba-demo-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--viba-green);
  font-weight: 800;
}
.viba-demo-image {
  overflow: hidden;
  margin-top: 2rem;
  border-radius: 24px;
  border: 1px solid rgba(64, 166, 222, 0.42);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}
.viba-demo-image img {
  width: 100%;
  height: min(360px, 34vw);
  min-height: 260px;
  object-fit: cover;
  object-position: center;
}
.viba-form-card {
  width: 100%;
  max-width: 560px;
  min-width: 0;
  overflow: visible;
  padding: 0 2.4rem 2.4rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}
.viba-form-card h3 {
  margin: 0 -2.4rem 1.6rem;
  padding: 1.15rem 1.5rem;
  color: #fff;
  background: var(--viba-green);
  border-radius: 24px 24px 0 0;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
.viba-form-card #hubspot-form {
  width: 100%;
  min-height: 220px;
  overflow: hidden;
}
.viba-form-card .hs-form,
.viba-form-card .hs-form fieldset,
.viba-form-card .hs-form .hs-form-field,
.viba-form-card .hs-form .input,
.viba-form-card .hs-form .inputs-list,
.viba-form-card .hs-form .hs-submit,
.viba-form-card .hs-form .actions {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.viba-form-card .viba-compact-hs-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 0.9rem;
}
.viba-form-card .viba-compact-hs-form fieldset {
  display: contents !important;
}
.viba-form-card .viba-compact-hs-form fieldset.form-columns-2 {
  max-width: 100% !important;
}
.viba-form-card .viba-compact-hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
.viba-form-card .viba-compact-hs-form .hs-form-field {
  margin-bottom: 0;
}
.viba-form-card .viba-field-first-name { order: 1; }
.viba-form-card .viba-field-last-name { order: 2; }
.viba-form-card .viba-field-company { order: 3; }
.viba-form-card .viba-field-job-title { order: 4; }
.viba-form-card .viba-field-email { order: 5; }
.viba-form-card .viba-field-phone { order: 6; }
.viba-form-card .hs-recaptcha,
.viba-form-card .hs_cos_wrapper_type_recaptcha,
.viba-form-card [class*="recaptcha"] {
  grid-column: 1 / -1;
  order: 7;
  max-width: 100%;
  transform: none;
}
.viba-form-card .hs-submit {
  grid-column: 1 / -1;
  order: 8;
}
.viba-form-card .hs-form-field {
  margin-bottom: 0.9rem;
}
.viba-form-card .viba-compact-hs-form .hs-form-field {
  margin-bottom: 0 !important;
}
.viba-form-card .hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  color: #3f4f60;
  font-size: 0.82rem;
  font-weight: 700;
}
.viba-form-card .hs-form-field .hs-input,
.viba-form-card .hs-form-field input:not([type="checkbox"]):not([type="radio"]),
.viba-form-card .hs-form-field select,
.viba-form-card .hs-form-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(64, 166, 222, 0.28);
  border-radius: 12px;
  color: var(--viba-ink);
  background: var(--viba-soft-sky);
  font: inherit;
  box-sizing: border-box;
}
.viba-form-card iframe,
.viba-form-card .hs-form iframe,
.viba-form-card [class*="recaptcha"] iframe {
  max-width: 100% !important;
}
.viba-form-card .hs-button {
  display: block;
  width: 100%;
  min-height: 50px;
  margin-top: 0.4rem;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--viba-blue);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.viba-form-card .hs-error-msgs {
  margin: 0.2rem 0 0;
  padding: 0;
  color: #dc2626;
  font-size: 0.8rem;
  list-style: none;
}
.viba-form-card .form-note {
  margin: 0.9rem 0 0;
  color: #64748b;
  font-size: 0.66rem;
  line-height: 1.4;
  text-align: center;
}
.viba-form-card .submitted-message.hs-main-font-element,
.viba-form-card .submitted-message.hs-main-font-element p {
  color: var(--viba-blue);
}
.viba-form-card .form-disclaimer {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.68rem;
  line-height: 1.4;
}
.viba-demo-disclaimer {
  grid-column: 1 / -1;
  max-width: 860px;
  margin: -1rem auto 0;
  color: #64748b;
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: center;
}
.viba-sticky-cta {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 30;
  min-height: 52px;
  padding: 1rem 1.4rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.past-hero .viba-sticky-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.form-visible .viba-sticky-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
}
@media (max-width: 1024px) {
  .viba-hero-grid,
  .viba-split-grid,
  .viba-demo-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .viba-demo-grid {
    justify-items: center;
  }
  .viba-demo-grid .viba-section-copy {
    width: 100%;
    max-width: 640px;
  }
  .viba-form-card {
    max-width: 640px;
  }
  .viba-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .viba-proof-grid {
    grid-template-columns: 1fr;
  }
  .viba-hero-visual {
    min-height: 320px;
  }
}
@media (max-width: 640px) {
  .viba-header-inner {
    min-height: 64px;
  }
  .viba-lockup-troc {
    height: 1.25rem;
  }
  .viba-lockup-viba {
    height: 1.35rem;
  }
  .viba-header-cta {
    padding: 0.65rem 0.9rem;
    font-size: 0.8rem;
  }
  .viba-hero,
  .viba-gap-section,
  .viba-experiences-section,
  .viba-demo-section {
    padding: 3.5rem 0;
  }
  .viba-moment-section {
    padding: 4rem 0;
  }
  .viba-proof-section {
    padding: 4rem 0;
  }
  .viba-hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.2rem);
  }
  .viba-hero-subhead,
  .viba-section-copy p,
  .viba-section-head p,
  .viba-demo-subhead {
    font-size: 0.98rem;
  }
  .viba-hero-visual {
    min-height: 260px;
  }
  .viba-hero-visual img {
    width: min(260px, 86%);
  }
  .viba-tiles {
    grid-template-columns: 1fr;
  }
  .viba-moment-visual {
    min-height: 320px;
  }
  .viba-phone-card {
    right: 0.5rem;
    bottom: 0;
  }
  .viba-form-card {
    max-width: 100%;
    padding: 0 1.5rem 1.5rem;
    border-radius: 18px;
  }
  .viba-form-card h3 {
    margin: 0 -1.5rem 1.25rem;
    padding: 1rem 1.25rem;
  }
  .viba-form-card .viba-compact-hs-form {
    grid-template-columns: 1fr;
  }
  .viba-demo-image {
    margin-top: 1.5rem;
    border-radius: 18px;
  }
  .viba-demo-image img {
    height: 240px;
    min-height: 0;
  }
  .viba-demo-disclaimer {
    margin-top: -0.5rem;
  }
  .viba-sticky-cta {
    left: 1rem;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    width: auto;
  }
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("assets/viba/viba13-elo-wallaby-pro-realistic-scale-4k.png") center / cover no-repeat;
  background-position-y: center;
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 38%, rgba(255, 255, 255, 0.48) 64%, rgba(255, 255, 255, 0.14) 100%),
    radial-gradient(circle at 16% 100%, rgba(21, 119, 255, 0.16), transparent 33%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(420px, 1.1fr);
  gap: 2rem;
  align-items: center;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 2.5rem 1rem 2rem;
  min-height: 620px;
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding: 1rem 0;
  z-index: 2;
}
.hero-brand-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 2.25rem;
  color: #061332;
}
.viba-logo {
  display: block;
  height: 2.25rem;
  width: auto;
  filter: invert(1);
}
.hero-brand-divider {
  width: 1px;
  height: 2rem;
  background: rgba(6, 19, 50, 0.28);
}
.hero-logo img {
  height: 2.05rem;
  width: auto;
  display: block;
  filter: invert(1);
}
.hero-eyebrow {
  position: relative;
  margin: 0 0 1.4rem;
  color: #1577ff;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.hero-eyebrow::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 0.75rem;
  background: #1577ff;
}
.hero-title {
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: none;
  margin: 0 0 1rem 0;
  color: #061332;
  text-shadow: none;
  text-wrap: balance;
}
.hero-title .hero-title-accent {
  display: block;
  color: #1577ff;
}
.hero-sub {
  color: #24324f;
  font-size: 1.08rem;
  max-width: 540px;
  margin: 0 0 1.8rem 0;
  line-height: 1.5;
  text-shadow: none;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 2.2rem;
}
.hero-actions .btn {
  min-height: 44px;
  justify-content: center;
  border-radius: 3px;
  line-height: 1;
}
.hero-actions .btn-assembly {
  background: #1577ff;
}
.hero-actions .btn-assembly:hover {
  background: #0f63d8;
}
.hero-actions .hero-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 12px 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  background: rgba(3, 12, 27, 0.45);
  text-decoration: none;
}
.hero-actions .hero-secondary-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.hero-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 0.55rem;
}
.hero-benefits {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
}
.hero-benefit {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  line-height: 1.25;
}
.hero-benefit:last-child {
  border-right: 0;
  margin-right: 0;
}
.hero-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border: 1px solid #1577ff;
  border-radius: 50%;
  color: #38bdf8;
  font-weight: 700;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 560px;
  z-index: 1;
}
.hero-machine {
  width: min(420px, 82%);
  max-height: 560px;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 26px 42px rgba(15, 23, 42, 0.18));
}

/* --- Opt-in section --- */
.optin-section {
  background:
    linear-gradient(135deg, rgba(220, 238, 255, 0.5) 0%, transparent 50%),
    linear-gradient(220deg, rgba(220, 245, 238, 0.45) 0%, transparent 50%),
    #ffffff;
  padding: var(--section-padding-y) 0 2rem 0;
}
.what-viba-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(21, 119, 255, 0.08), transparent 28%),
    radial-gradient(circle at 90% 78%, rgba(111, 52, 255, 0.08), transparent 30%),
    #ffffff;
  padding: 3.5rem 0 4rem;
}
.what-viba-container {
  max-width: 1220px;
}
.what-viba-kicker {
  position: relative;
  margin: 0 0 2.1rem;
  color: #061332;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.45em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.what-viba-kicker::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #10c96b 0%, #1577ff 50%, #5b18ff 100%);
}
.optin-grid.what-viba-grid {
  grid-template-columns: minmax(340px, 410px) 1fr;
  column-gap: 3rem;
  row-gap: 2rem;
  align-items: start;
}
.form-card.what-viba-form-card {
  padding: 2.2rem 1.75rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}
.form-card-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3.9rem;
  height: 3.9rem;
  margin-bottom: 1.15rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #12c875 0%, #1577ff 55%, #5b18ff 100%);
  box-shadow: 0 14px 28px rgba(21, 119, 255, 0.22);
}
.form-card-title {
  margin: 0 0 0.65rem;
  color: #061332;
  font-size: clamp(2rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
.form-card-subhead {
  margin: 0 0 1.45rem;
  color: #16213d;
  font-size: 1rem;
  line-height: 1.45;
}
.form-card.what-viba-form-card #hubspot-form {
  min-height: 0;
}
.form-card.what-viba-form-card .hs-form-field {
  margin-bottom: 0.65rem;
}
.form-card.what-viba-form-card .hs-form-field > label {
  color: #51678f;
}
.form-card.what-viba-form-card .hs-form-field .hs-input,
.form-card.what-viba-form-card .hs-form-field input:not([type="checkbox"]):not([type="radio"]),
.form-card.what-viba-form-card .hs-form-field select,
.form-card.what-viba-form-card .hs-form-field textarea {
  min-height: 47px;
  border-color: #dbe3ef;
  border-radius: 9px;
  color: #061332;
  background: #fff;
}
.form-card.what-viba-form-card .hs-submit {
  margin-top: 0.85rem;
}
.form-card.what-viba-form-card .hs-button {
  min-height: 52px;
  border-radius: 9px;
  background: linear-gradient(90deg, #10c96b 0%, #1577ff 55%, #5b18ff 100%);
  box-shadow: 0 14px 28px rgba(21, 119, 255, 0.24);
}
.form-card.what-viba-form-card .hs-button:hover {
  background: linear-gradient(90deg, #0eb962 0%, #126ce8 55%, #4d13dd 100%);
}
.form-note {
  margin: 0.85rem 0 0;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
}
.what-viba-form-card .form-disclaimer {
  margin-top: 0.75rem;
}
.section-form-disclaimer {
  max-width: 860px;
  margin: 1.5rem auto 0;
  color: #64748b;
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: center;
}
.what-viba-content {
  padding-top: 1.5rem;
}
.what-viba-headline {
  margin: 0 0 1.35rem;
  color: #061332;
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}
.what-viba-headline span {
  color: #1577ff;
}
.what-viba-content .optin-body {
  max-width: 760px;
  color: #16213d;
  font-size: 1rem;
  line-height: 1.65;
}
.viba-accordion {
  margin-top: 1.65rem;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
}
.viba-accordion-item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}
.viba-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.05rem 0;
  border: 0;
  background: transparent;
  color: #061332;
  cursor: pointer;
  text-align: left;
}
.viba-accordion-trigger h4 {
  margin: 0;
  color: inherit;
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.viba-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  color: #1577ff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
.viba-accordion-panel {
  padding: 0 2.5rem 1.05rem 0;
}
.viba-accordion-panel p {
  margin: 0;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.55;
}
.support-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  margin: 1.2rem 0 1.6rem;
}
.support-chips span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding-left: 0.85rem;
  color: #334155;
  background: transparent;
  font-size: 0.88rem;
  font-weight: 600;
}
.support-chips span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #10c96b 0%, #1577ff 70%);
}
.feature-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.05rem;
  min-height: 175px;
  padding: 1.55rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}
.feature-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  flex: 0 0 5.25rem;
}
.feature-card-icon-green {
  color: #07a348;
  background: rgba(16, 201, 107, 0.12);
}
.feature-card-icon-blue {
  color: #1577ff;
  background: rgba(21, 119, 255, 0.11);
}
.feature-card-icon-purple {
  color: #5b18ff;
  background: rgba(91, 24, 255, 0.11);
}
.feature-card-icon-indigo {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.11);
}
.feature-card h4 {
  position: relative;
  margin: 0 0 0.9rem;
  color: #061332;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}
.feature-card h4::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, #10c96b 0%, #1577ff 55%, #5b18ff 100%);
}
.feature-card p {
  margin: 0;
  color: #16213d;
  font-size: 0.9rem;
  line-height: 1.5;
}
.optin-section .optin-headline {
  padding-top: 0;
  width: 100%;
  background: linear-gradient(90deg, #E65A2C 0%, #DC337E 28%, #8B2D9D 55%, #265D9F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.optin-subtitle-block {
  border-left: 1.5px solid #1e293b;
  padding-left: 1rem;
  margin-bottom: var(--subtitle-block-margin-bottom);
}
.optin-section .optin-subtitle {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  margin: 0 0 0.5rem 0;
  text-transform: capitalize;
}
.optin-section .optin-subtitle-block p:not(.optin-subtitle) {
  margin: 0;
  color: #334155;
}
.optin-section .optin-content p,
.optin-section .optin-subhead {
  color: var(--body-color-on-light);
}
.optin-section .optin-content .check-list li {
  color: var(--body-color-on-light);
}

/* Pilot stats counter: 2x3 grid, compact, below execution list */
.pilot-stats {
  margin: var(--header-to-body) 0 var(--header-to-body) 0;
}
.pilot-stats-heading {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1e293b;
  margin: 0 0 var(--subhead-margin-bottom) 0;
  line-height: 1.2;
}
.pilot-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: var(--list-item-gap) var(--image-grid-gap);
  max-width: 560px;
}
.pilot-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}
.pilot-stat-value {
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  font-weight: 700;
  color: #1e293b;
  line-height: 1.1;
  font-family: 'IBM Plex Sans', sans-serif;
}
.pilot-stat-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.25;
  text-transform: none;
}
@media (max-width: 480px) {
  .pilot-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.75rem;
  }
}

/* Proof section: two columns — text left, image right */
.proof-section {
  background:
    linear-gradient(135deg, rgba(220, 238, 255, 0.5) 0%, transparent 50%),
    linear-gradient(220deg, rgba(220, 245, 238, 0.45) 0%, transparent 50%),
    #ffffff;
  padding: var(--section-padding-y) 0;
}
.proof-inner {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.proof-headline {
  background: linear-gradient(135deg, #0d9488 0%, #0369a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.proof-subtitle-block {
  border-left: 1.5px solid #1e293b;
  padding-left: 1rem;
  margin-bottom: var(--section-inner-gap);
}
.proof-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
.proof-box {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.75rem;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  min-width: 0;
}
.proof-box .check-list {
  margin: 0;
  flex: 1;
}
.proof-box .check-list li {
  color: #000000;
  padding-left: 1.5rem;
}
.proof-box .check-list li:last-child {
  margin-bottom: 0;
}
.proof-section .proof-subtitle {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: var(--body-color-on-light);
  margin: 0;
  text-transform: capitalize;
}
.proof-section .optin-subhead {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #334155;
  margin-top: var(--subhead-margin-top);
  margin-bottom: var(--subhead-margin-bottom);
}
.proof-section .proof-box .optin-subhead {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d5db;
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}
.proof-section .check-list {
  margin-bottom: var(--list-margin-bottom);
}
.proof-section .check-list li {
  color: var(--body-color-on-light);
}
.proof-section .proof-box .check-list li {
  color: #000000;
}
.proof-section .proof-box .check-list li::before {
  border-right-color: #ec4899;
  border-bottom-color: #ec4899;
}
.proof-section .optin-content p,
.proof-section .proof-box p {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
  margin: 0 0 var(--body-paragraph-gap) 0;
}
.proof-outro {
  margin-top: var(--section-inner-gap);
  margin-bottom: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color-on-light);
}
@media (max-width: 768px) {
  .proof-boxes {
    grid-template-columns: 1fr;
  }
}

.optin-grid {
  display: grid;
  grid-template-columns: 560px 1fr;
  grid-template-rows: auto auto;
  column-gap: var(--section-inner-gap);
  row-gap: 0.75rem;
  align-items: start;
}
.form-30day-disclaimer {
  grid-column: 1 / -1;
  margin: 0.75rem auto 0;
  padding: 0 1rem;
  max-width: 720px;
  font-size: 0.6rem;
  line-height: 1.35;
  color: #64748b;
  text-align: center;
}
/* Form card: enterprise look — soft shadow, consistent radius, equal spacing, full-width CTA */
.form-card {
  background: var(--form-bg);
  color: #1e293b;
  padding: 2rem;
  /*border-radius: var(--radius-lg);*/
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08), 0 2px 0px rgba(0, 0, 0, 0.04);
}
.form-card #hubspot-form {
  min-height: 200px;
}

/* HubSpot form styling */
.form-card .hs-form {
  font-family: inherit;
}
.form-card .hs-form-field {
  margin-bottom: 1.25rem;
}
.form-card .hs-form-field:last-of-type {
  margin-bottom: 1.25rem;
}
.form-card .hs-form-field > label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 0.4rem;
}
.form-card .hs-form-field .hs-input,
.form-card .hs-form-field input:not([type="checkbox"]):not([type="radio"]),
.form-card .hs-form-field select,
.form-card .hs-form-field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 0.95rem;
  border: 1px solid var(--form-border);
  border-radius: var(--radius);
  background: #fff;
  color: #1e293b;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.form-card .hs-form-field input::placeholder,
.form-card .hs-form-field textarea::placeholder {
  color: #94a3b8;
}
.form-card .hs-form-field .hs-input:focus,
.form-card .hs-form-field input:focus,
.form-card .hs-form-field select:focus,
.form-card .hs-form-field textarea:focus {
  outline: none;
  border-color: var(--btn-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.form-card .hs-form-field.hs-form-field-error .hs-input,
.form-card .hs-form-field.hs-form-field-error input,
.form-card .hs-form-field.hs-form-field-error select,
.form-card .hs-form-field.hs-form-field-error textarea {
  border-color: #dc2626;
}
.form-card .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0 0 0;
  font-size: 0.8rem;
  color: #dc2626;
}
.form-card .hs-error-msg {
  margin-top: 0.15rem;
}
.form-card .hs-form-field .hs-input[type="checkbox"],
.form-card .hs-form-field .hs-input[type="radio"] {
  width: auto;
  margin-right: 0.5rem;
}
.form-card .hs-form-field .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-card .hs-form-field .inputs-list > li {
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-card .hs-form-field .inputs-list label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}


hs-richtext hs-main-font-element

/* Captcha / reCAPTCHA: aligned with form width */
.form-card .hs-recaptcha,
.form-card .hs_cos_wrapper_type_recaptcha,
.form-card [class*="recaptcha"] {
  margin-top: 10px;
  margin-bottom: 1.25rem;
  width: 100%;
}
.form-card .hs-recaptcha iframe,
.form-card .hs_cos_wrapper_type_recaptcha iframe,
.form-card [class*="recaptcha"] iframe {
  max-width: 100%;
}

.form-card .hs-submit {
  margin-top: var(--button-margin-top);
  margin-bottom: 0;
}
.form-card .hs-submit .actions {
  width: 100%;
}
/* Submit button: same style as CTAs (.btn-assembly) */
.form-card .hs-button {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background: #DB0082;
  color: #fff;
  transition: background 0.2s;
  text-align: center;
  box-sizing: border-box;
}
.form-card .hs-button:hover {
  background: #b8006e;
}
.form-card .hs-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(219, 0, 130, 0.4);
}
.form-disclaimer {
  margin: 1rem 0 0 0;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #64748b;
  max-width: 100%;
}
.form-card .submitted-message {
  padding: 1rem;
  background: #f0fdf4;
  color: #166534;
  border-radius: var(--radius);
  font-size: 0.95rem;
}
.form-card .hs-form iframe {
  max-width: 100%;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
  cursor: pointer;
}
.checkbox-label input { width: auto; margin-top: 0.2rem; }
.checkbox-label a { color: var(--btn-primary); }
.btn {
  display: inline-block;
  padding: 0.875rem 1.5rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, transform 0.1s;
}
.btn:focus { outline: none; box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.4); }
.btn-primary {
  background: var(--btn-primary);
  color: #fff;
  margin-top: 0.25rem;
}
.btn-primary:hover { background: var(--btn-primary-hover); }
.btn-accent {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
}
.btn-accent:hover { background: var(--accent-hover); text-decoration: none; }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }

.optin-content { padding-top: 0.5rem; }
.optin-content p {
  margin: 0 0 var(--body-paragraph-gap) 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
}
.optin-content p:last-of-type { margin-bottom: 0; }
.optin-subhead {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  margin-top: var(--subhead-margin-top);
  margin-bottom: var(--subhead-margin-bottom);
  text-transform: capitalize;
}
.optin-subhead:first-of-type { margin-top: 0; }

/* --- Check list --- */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--list-margin-bottom) 0;
}
.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: var(--list-item-gap);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: inherit;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  margin-top: -0.25em;
}
.optin-content .check-list li::before {
  border-right-color: #ec4899;
  border-bottom-color: #ec4899;
}
.check-list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--image-grid-gap);
  margin-bottom: var(--list-margin-bottom);
}
.check-list-inline li { margin-bottom: 0.25rem; }

/* --- Assembly section (T-ROC Advantage) --- */
.assembly-section {
  background: #1A1B20;
  padding: var(--section-padding-y) 0;
}
.assembly-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
  align-items: start;
}
.assembly-content {
  grid-column: 1;
  grid-row: 1;
  padding-top: 0.5rem;
}
.assembly-card-01 {
  grid-column: 2;
  grid-row: 1;
}
.assembly-card-02 {
  grid-column: 1;
  grid-row: 2;
}
.assembly-card-03 {
  grid-column: 2;
  grid-row: 2;
}
.assembly-title {
  background: linear-gradient(90deg, #E65A2C 0%, #DC337E 28%, #8B2D9D 55%, #265D9F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Subtitle block: white vertical line + blue-to-green gradient text (match reference) */
.assembly-subtitle-block {
  border-left: 1.5px solid #fff;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.assembly-subtitle,
.assembly-subtitle-block .optin-subtitle {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  background: linear-gradient(90deg, #0099CC 0%, #00CC99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.assembly-key-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.assembly-key-points li {
  font-size: 1rem;
  color: #2dd4bf;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}
.assembly-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: #fff;
  margin: 0 0 var(--header-to-body) 0;
}
@media (min-width: 1025px) {
  .assembly-content .assembly-intro {
    padding-left: calc(3px + 1.25rem);
  }
}
.btn-assembly {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 24px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background: #DB0082;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.assembly-content .btn-assembly {
  margin-top: var(--button-margin-top);
}
.btn-assembly:hover {
  background: #b8006e;
  text-decoration: none;
}
.btn-assembly .btn-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 0.25rem;
}
.btn-assembly .btn-arrow svg {
  display: block;
}
.assembly-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.assembly-card-image {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.assembly-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}
.assembly-card:hover .assembly-card-image img {
  opacity: 0.45;
}
.assembly-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.40) 100%),
    linear-gradient(83deg, #00AEE5 0%, #7DAA33 50%, #D3DE25 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.assembly-card:hover .assembly-card-overlay {
  opacity: 0.85;
}
/* Card 01 & 02: overlay fades in smoothly; caption slides up */
.assembly-card-01 .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-02 .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-03 .assembly-card-overlay.assembly-card-overlay-reveal {
  opacity: 0;
  transition: opacity 0.55s ease-out;
}
.assembly-card-01:hover .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-02:hover .assembly-card-overlay.assembly-card-overlay-reveal,
.assembly-card-03:hover .assembly-card-overlay.assembly-card-overlay-reveal {
  opacity: 0.5;
}
.assembly-card-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  z-index: 1;
  pointer-events: none;
}
.assembly-card-num {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.assembly-card:hover .assembly-card-num {
  color: rgba(255, 255, 255, 0.95);
}
.assembly-card-title {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  font-size: clamp(1.25rem, 2vw + 1rem, 32px);
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
}
.assembly-card:hover .assembly-card-title {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.assembly-card-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.4;
  margin: 0;
  max-width: 420px;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.assembly-card:hover .assembly-card-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Card 01: track defines the slide area; block has constant height so position transition is smooth */
.assembly-card-caption-track {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  pointer-events: none;
}
.assembly-card-caption-reveal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* Delay so body can expand first, then whole block slides smoothly */
  transition: top 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, bottom 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.assembly-card-01:hover .assembly-card-caption-reveal,
.assembly-card-02:hover .assembly-card-caption-reveal,
.assembly-card-03:hover .assembly-card-caption-reveal {
  top: 0;
  bottom: auto;
}
.assembly-card-caption-footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
/* Body expands first (0.25s), then block slide runs (starts at 0.2s) so the full block moves as one */
.assembly-card-01 .assembly-card-body,
.assembly-card-02 .assembly-card-body,
.assembly-card-03 .assembly-card-body {
  flex-shrink: 0;
  max-height: 0;
  overflow: hidden;
  font-size: var(--body-fon-size);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
  padding-bottom: 0;
  transition: max-height 0.25s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.25s ease;
}
.assembly-card-01:hover .assembly-card-body {
  max-height: 280px;
  padding-bottom: 0.75rem;
}
.assembly-card-02:hover .assembly-card-body {
  max-height: 360px;
  padding-bottom: 0.75rem;
}
.assembly-card-03:hover .assembly-card-body {
  max-height: 340px;
  padding-bottom: 0.75rem;
}
.assembly-card-body .card-caption-step-desc {
  margin: 0 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--body-fon-size);
  line-height: 1.35;
}
.assembly-card-body .card-caption-step-desc:last-child {
  margin-bottom: 0;
}
.assembly-card-body .card-caption-intro {
  margin: 0 0 0.25rem 0;
  color: rgba(255, 255, 255, 0.9);
}
.assembly-card-body .card-caption-head {
  font-size: var(--body-font-size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0.5rem 0 0.15rem 0;
}
.assembly-card-body .card-caption-head:first-of-type { margin-top: 0.35rem; }
.assembly-card-body .card-caption-list {
  list-style: none;
  padding: 0;
  margin: 0.15rem 0 0 0;
}
.assembly-card-body .card-caption-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.15rem;
}
.card-caption-list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #7DAA33;
}
.card-caption-list-cross li::before {
  content: "✘";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
}
.assembly-card-body .card-caption-outro {
  margin: 0.35rem 0 0 0;
  color: rgba(255, 255, 255, 0.95);
}

.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-align: center;
}

/* --- Challenge section --- */
.challenge-section {
  background: #ffffff;
  padding: 1rem 0 4rem;
}
.challenge-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: 3rem;
  align-items: center;
  padding: 3.5rem;
}
.challenge-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.challenge-eyebrow {
  position: relative;
  margin: 0 0 1.65rem;
  color: #1577ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.challenge-eyebrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 0.85rem;
  background: #1577ff;
}
.challenge-title {
  margin: 0 0 1.5rem;
  color: #061332;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-transform: none;
}
.challenge-title span {
  color: #1577ff;
}
.challenge-copy {
  max-width: 520px;
  margin: 0 0 1rem;
  color: #24324f;
  font-size: 1.05rem;
  line-height: 1.55;
}
.challenge-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.25rem;
  max-width: 680px;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}
.challenge-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  color: #061332;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.35;
}
.challenge-list li:first-child,
.challenge-list li:nth-child(2) {
  border-top: 0;
}
.challenge-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  color: #1577ff;
  background: rgba(21, 119, 255, 0.08);
}
.challenge-image-wrap {
  overflow: hidden;
  height: 700px;
  border-radius: 12px;
  background: #e5eefb;
}
.challenge-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --- How VIBA works process --- */
.how-viba-works-section {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
  background:
    radial-gradient(circle at 10% 12%, rgba(21, 119, 255, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(16, 201, 107, 0.08), transparent 30%),
    #ffffff;
}
.how-viba-works-container {
  max-width: 1280px;
}
.how-viba-works-header {
  max-width: 900px;
  margin: 0 auto 2.6rem;
  text-align: center;
}
.how-viba-works-eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 0.9rem;
  color: #1577ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.how-viba-works-eyebrow::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin: 0.65rem auto 0;
  border-radius: 999px;
  background: #1577ff;
}
.how-viba-works-title {
  margin: 0 0 1rem;
  color: #061332;
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.55rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}
.how-viba-works-title span {
  color: #1577ff;
}
.how-viba-works-intro {
  max-width: 820px;
  margin: 0 auto;
}
.how-viba-works-intro p {
  margin: 0 auto 0.65rem;
  color: #16213d;
  font-size: 1rem;
  line-height: 1.55;
}
.how-viba-works-intro p:first-child {
  max-width: 760px;
  font-size: 1.08rem;
  font-weight: 500;
}
.how-viba-works-intro p:last-child {
  margin-bottom: 0;
}
.how-viba-works-intro strong {
  color: #1577ff;
  font-weight: 800;
}
.viba-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 0;
}
.viba-process::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #b9d3ff;
}
.viba-process-step {
  position: relative;
  min-width: 0;
  padding: 0 1rem;
}
.viba-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #1577ff;
  border-right: 2px solid #1577ff;
  transform: rotate(45deg);
  background: transparent;
  z-index: 2;
}
.viba-process-marker {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  color: #fff;
  background: #1577ff;
  box-shadow: 0 10px 22px rgba(21, 119, 255, 0.28);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}
.viba-process-card {
  position: relative;
  min-height: 100%;
  padding: 1rem 0 0;
  text-align: center;
}
.viba-process-card::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  bottom: 0;
  left: -1rem;
  width: 1px;
  background: rgba(21, 119, 255, 0.14);
}
.viba-process-step:first-child .viba-process-card::before {
  display: none;
}
.viba-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  color: #0b3f9f;
  background: linear-gradient(145deg, #eef5ff 0%, #e6efff 100%);
  box-shadow: inset 0 0 0 1px rgba(21, 119, 255, 0.08);
}
.viba-process-card h3 {
  margin: 0 0 0.85rem;
  color: #061332;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}
.viba-process-card p {
  margin: 0 0 0.7rem;
  color: #24324f;
  font-size: 0.83rem;
  line-height: 1.5;
  text-wrap: balance;
}
.viba-process-card p:last-child {
  margin-bottom: 0;
}

/* --- Final CTA --- */
.ready-section {
  position: relative;
  width: 100%;
  padding: 5.5rem 0;
  overflow: hidden;
  background: #ffffff;
}
.ready-section .ready-content {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
.ready-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ready-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("assets/viba/viba2-elo-wallaby-pro-orange-assistant-modern-shirt-4k.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ready-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.58) 70%, rgba(255, 255, 255, 0.28) 100%),
    radial-gradient(circle at 15% 18%, rgba(21, 119, 255, 0.1), transparent 30%);
}
.ready-content {
  position: relative;
  z-index: 1;
  text-align: left;
}
.ready-section .ready-title {
  max-width: 600px;
  font-size: clamp(2.45rem, 5.4vw, 4rem);
  margin-bottom: var(--header-to-body);
  text-align: left;
  color: #061332;
  letter-spacing: -0.055em;
  text-transform: none;
}
.ready-section .ready-title span {
  color: #1577ff;
}
.ready-intro {
  font-family: var(--body-font-family);
  font-size: 1.12rem;
  font-weight: var(--body-font-weight);
  line-height: 1.55;
  color: #24324f;
  margin: 0 0 var(--button-margin-top) 0;
  max-width: 520px;
  text-align: left;
}
.ready-subtitle-block {
  border-left: 3px solid rgba(255, 255, 255, 0.9);
  padding-left: 1rem;
  margin: 0 auto var(--subtitle-block-margin-bottom) auto;
  max-width: 800px;
}
.ready-subtitle {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #fff;
  margin: 0;
  line-height: 1.35;
  text-transform: capitalize;
  text-align: center;
}
.ready-list {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 auto 10px auto;
  padding: 0 0 0 1.5rem;
  max-width: 560px;
  list-style: disc;
  display: inline-block;
  text-align: left;
}
.ready-list li { margin-bottom: var(--list-item-gap); }
.ready-ctas {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--button-margin-top);
}
.ready-cta-secondary {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ready-cta-secondary:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.ready-section .btn-assembly {
  background: #1577ff;
  border-radius: 3px;
  min-height: 56px;
  padding: 15px 24px;
}
.ready-section .btn-assembly:hover {
  background: #0f63d8;
}

/* --- Merged section (When sales fall short + How the pilot works) with full-width bg image --- */
.merged-pilot-section {
  position: relative;
  padding: var(--section-padding-y) 0;
}
.merged-pilot-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.merged-pilot-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("assets/viba/viba24-elo-wallaby-pro-summer-blouse-red-avatar-icons-4k.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.merged-pilot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.merged-pilot-content {
  position: relative;
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.merged-pilot-block {
  margin-bottom: 3rem;
}

/* --- Breakdowns content (inside merged section) --- */
.breakdowns-heading {
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
  letter-spacing: var(--header-letter-spacing);
  color: #fff;
  margin-bottom: var(--header-margin-bottom);
  line-height: 1.2;
  text-transform: uppercase;
}
.breakdowns-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 var(--section-inner-gap) 0;
}
.breakdowns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.breakdown-card {
  background: #0a0a0a;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}
.breakdown-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem 0;
  line-height: 1.3;
}
.breakdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breakdown-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.45;
}
.breakdown-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.breakdown-list li::after {
  content: "";
  position: absolute;
  left: 0.28em;
  top: 0.5em;
  width: 0.35em;
  height: 0.2em;
  border-left: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  transform: rotate(-45deg);
}

/* --- Pilot content (inside merged section) --- */
.pilot-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--section-inner-gap);
  align-items: start;
}
.pilot-heading {
  color: #fff;
}
.pilot-timeline {
  position: relative;
  padding-left: 2rem;
}
.pilot-timeline::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 0;
  border-left: 2px dotted rgba(255, 255, 255, 0.35);
}
.pilot-step {
  position: relative;
  margin-bottom: var(--section-inner-gap);
}
.pilot-step:last-child { margin-bottom: 0; }
.pilot-step-num {
  position: absolute;
  left: -2rem;
  top: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #0C964A;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.pilot-step-content { padding-left: 0.25rem; }
.pilot-step-title {
  font-size: var(--subheader-font-size);
  font-weight: var(--subheader-font-weight);
  color: #fff;
  margin: 0 0 0.35rem 0;
  text-transform: capitalize;
}
.pilot-step-sub {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.01em;
}
.pilot-step-sub-muted {
  color: rgba(255, 255, 255, 0.5);
}
.pilot-step-desc {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0;
}
.pilot-right .pilot-heading { margin-bottom: var(--header-to-body); }
.pilot-outcome-intro {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 0.5rem 0;
  font-style: italic;
}
.pilot-outcome-label {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--subheader-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin: 0 0 0.35rem 0;
}
.pilot-outcome-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.pilot-outcome-list li {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  position: relative;
}
.pilot-outcome-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}
.pilot-right-image {
  border-radius: var(--radius);
  overflow: hidden;
  margin: var(--image-grid-gap) 0;
}
.pilot-right-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.btn-pilot {
  display: inline-block;
  padding: 1rem 1.75rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-pilot:hover {
  background: #1d4ed8;
  text-decoration: none;
}

/* --- Who we are section: locked reusable credibility component --- */
.who-we-are-section {
  background:
    linear-gradient(135deg, rgba(220, 238, 255, 0.48) 0%, transparent 52%),
    #ffffff;
  padding: var(--section-padding-y) 0;
}
.who-we-are-section .who-we-are-title {
  color: #1577ff;
}
.who-we-are-section .who-we-are-text {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: #24324f;
}
.who-we-are-section .who-we-are-text p {
  color: #24324f;
}
.who-we-are-section .who-we-are-subhead {
  color: #061332;
}
.who-we-are-section .who-we-are-list li {
  color: #24324f;
}
.who-we-are-section .who-we-are-accordion-trigger {
  color: #061332;
}
.who-we-are-section .who-we-are-accordion-panel p {
  color: #24324f;
}

/* --- Footer --- */
.footer {
  background: #000;
  padding: 0 0 2rem;
}
.footer .container {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Who we are */
.who-we-are {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 1040px;
  margin: 0 auto;
}
.who-we-are-content {
  max-width: 920px;
  padding-top: 0;
}
.who-we-are-work-spans {
  margin-top: 0;
}
.who-we-are-title {
  font-size: clamp(1.5rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #1577ff;
  margin: 0 0 1.25rem 0;
  line-height: 1.2;
}
.who-we-are-subtitle {
  font-size: var(--body-font-size);
  font-weight: 400;
  color: #fff;
  margin: 0 0 1.25rem 0;
  line-height: 1.4;
}
.who-we-are-text {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
}
.who-we-are-text p {
  margin: 0 0 var(--body-paragraph-gap) 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color-on-light);
}
.who-we-are-text p:last-of-type {
  margin-bottom: 0;
}
.who-we-are-subhead {
  font-size: 1.35rem;
  font-weight: var(--subheader-font-weight);
  color: #061332;
  margin: var(--subhead-margin-top) 0 var(--subhead-margin-bottom) 0;
  text-transform: capitalize;
}
.who-we-are-services-title {
  margin: 0 0 1rem;
  color: #061332;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Who we are accordion (dropdown list, two columns) */
.who-we-are-accordion {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
}
.who-we-are-accordion-col {
  border-top: 1px solid rgba(15, 23, 42, 0.15);
}
.who-we-are-accordion-item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.15);
}
.who-we-are-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--body-font-family);
  font-size: var(--subheader-font-size);
  font-weight: 600;
  color: #061332;
  transition: color 0.2s ease;
}
.who-we-are-accordion-trigger:hover {
  color: #1577ff;
}
.who-we-are-accordion-title {
  flex: 1;
  padding-right: 1rem;
}
.who-we-are-accordion-icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #1577ff;
}
.who-we-are-accordion-panel {
  overflow: hidden;
  padding-bottom: 20px;
}
.who-we-are-accordion-panel p {
  margin: 0 0 1rem 0;
  padding-left: 0;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: #24324f;
}
.who-we-are-accordion-panel-closed {
  display: none;
}

.who-we-are-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.who-we-are-list li {
  position: relative;
  margin-bottom: var(--list-item-gap);
  padding-left: 1.5rem;
  line-height: 1.5;
}
.who-we-are-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #7DAA33;
}

.footer-inner {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-logo-row {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-logo {
  display: inline-block;
  line-height: 0;
}
.footer-logo img {
  height: 2rem;
  width: auto;
  display: block;
}
.footer-links {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.footer-powered {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
}
.footer-links a { color: var(--text-muted); }
.footer-links a:hover { color: var(--accent); }
.footer-links span { margin: 0 0.5rem; opacity: 0.6; }
.footer-copy {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .hero {
    min-height: auto;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 2rem 1rem;
    min-height: 0;
  }
  .hero-content {
    max-width: 760px;
  }
  .hero-visual {
    display: none;
    min-height: 0;
  }
  .optin-grid {
    grid-template-columns: 1fr;
    max-width: 580px;
    margin: 0 auto;
  }
  .optin-grid.what-viba-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .what-viba-content {
    padding-top: 0;
  }
  .assembly-inner {
    grid-template-columns: 1fr;
  }
  .assembly-card-image {
    aspect-ratio: 3 / 4;
  }
  .challenge-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.25rem;
  }
  .challenge-image-wrap {
    min-height: 460px;
  }
  .viba-process {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 760px;
    margin: 0 auto;
  }
  .viba-process::before {
    top: 0;
    bottom: 0;
    left: 1.15rem;
    right: auto;
    width: 2px;
    height: auto;
  }
  .viba-process-step {
    display: grid;
    grid-template-columns: 2.3rem 1fr;
    gap: 1.1rem;
    padding: 0;
  }
  .viba-process-step:not(:last-child)::after {
    display: none;
  }
  .viba-process-marker {
    margin: 0;
  }
  .viba-process-card {
    padding: 0 0 1.6rem;
    text-align: left;
  }
  .viba-process-card::before {
    display: none;
  }
  .viba-process-icon {
    margin-left: 0;
  }
  .assembly-content { grid-column: 1; grid-row: 1; }
  .assembly-card-01 { grid-column: 1; grid-row: 2; }
  .assembly-card-02 { grid-column: 1; grid-row: 3; }
  .assembly-card-03 { grid-column: 1; grid-row: 4; }
  .breakdowns-grid {
    grid-template-columns: 1fr;
  }
  .pilot-inner {
    grid-template-columns: 1fr;
  }
  .who-we-are {
    grid-template-columns: 1fr;
  }
  .who-we-are-accordion {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-bg {
    background-position-x: 62%;
    background-position-y: top;
  }
  .hero-bg::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 62%, rgba(255, 255, 255, 0.82) 100%),
      radial-gradient(circle at 16% 100%, rgba(21, 119, 255, 0.14), transparent 38%);
  }
  .hero-brand-row {
    gap: 0.65rem;
    margin-bottom: 1.35rem;
  }
  .viba-logo {
    height: 1.85rem;
  }
  .hero-brand-divider {
    height: 1.6rem;
  }
  .hero-logo img {
    height: 1.65rem;
  }
  .hero-actions {
    align-items: stretch;
  }
  .hero-actions .btn {
    justify-content: center;
    width: 100%;
  }
  .hero-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 0;
  }
  .hero-benefit:nth-child(2) {
    border-right: 0;
    margin-right: 0;
  }
  .form-card { padding: 1.5rem; }
  .hero-title { font-size: 40px; }
  .what-viba-section {
    padding: 2.75rem 0 3rem;
  }
  .what-viba-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.28em;
  }
  .form-card.what-viba-form-card {
    border-radius: 14px;
  }
  .what-viba-headline {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.05;
  }
  .viba-accordion-trigger {
    padding: 0.95rem 0;
  }
  .viba-accordion-panel {
    padding-right: 0;
  }
  .support-chips {
    gap: 0.45rem;
  }
  .feature-card-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .feature-card-icon {
    width: 4.25rem;
    height: 4.25rem;
    flex-basis: 4.25rem;
  }
  .challenge-section {
    padding: 0.75rem 0 3rem;
  }
  .challenge-inner {
    padding: 1.5rem;
    border-radius: 12px;
  }
  .challenge-title {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
  .challenge-copy,
  .challenge-list li {
    font-size: 1rem;
  }
  .challenge-list {
    grid-template-columns: 1fr;
  }
  .challenge-list li:nth-child(2) {
    border-top: 1px solid rgba(15, 23, 42, 0.12);
  }
  .challenge-list-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .challenge-image-wrap {
    min-height: 360px;
  }
  .how-viba-works-section {
    padding: 3.25rem 0 3.5rem;
  }
  .how-viba-works-header {
    margin-bottom: 2rem;
  }
  .how-viba-works-title {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
  .how-viba-works-intro p,
  .how-viba-works-intro p:first-child {
    font-size: 0.98rem;
  }
  .viba-process {
    gap: 0.75rem;
  }
  .viba-process-step {
    gap: 0.9rem;
  }
  .viba-process-icon {
    width: 4.1rem;
    height: 4.1rem;
    margin-bottom: 0.8rem;
  }
  .viba-process-card h3 {
    font-size: 1.08rem;
  }
  .viba-process-card p {
    font-size: 0.9rem;
  }
  .ready-section {
    padding: 4rem 0;
  }
  .ready-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 100%);
  }
  .ready-section .ready-title {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
  .ready-intro {
    font-size: 1rem;
  }
  .ready-ctas {
    align-items: stretch;
  }
  .ready-section .btn-assembly {
    justify-content: center;
    width: 100%;
  }
}
