.videocall-page {
  --vc-bg: #0b1e24;
  --vc-bg-deep: #07161b;
  --vc-surface: #102a32;
  --vc-line: rgba(216, 238, 242, 0.18);
  --vc-white: #efeae0;
  --vc-muted: rgba(238, 244, 242, 0.68);
  --vc-orange: #3bb3bd;
  --vc-lime: #3bb3bd;
  --vc-cyan: #3bb3bd;
  --vc-action: #d95b3f;
  overflow: hidden;
  background: var(--vc-bg);
  color: var(--vc-white);
}

.videocall-page h1,
.videocall-page h2,
.videocall-page h3,
.videocall-page p { margin-top: 0; }

.vc-icon {
  width: 1em;
  height: 1em;
  display: inline-flex;
  flex: 0 0 auto;
  color: currentColor;
  line-height: 1;
}

.vc-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vc-hero {
  position: relative;
  isolation: isolate;
  min-height: 820px;
  overflow: hidden;
  padding: clamp(122px, 10vw, 150px) clamp(24px, 5.5vw, 88px) 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 15, .985) 0%, rgba(3, 11, 15, .92) 46%, rgba(3, 11, 15, .68) 100%),
    linear-gradient(180deg, rgba(3, 11, 15, .18) 0%, rgba(3, 11, 15, .35) 66%, rgba(3, 11, 15, .96) 100%),
    url('../img/mockup/home-hero-architecture.jpg') center 44% / cover no-repeat;
  border-bottom: 1px solid var(--vc-line);
}

.vc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(53, 198, 220, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 198, 220, .075) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.8) 56%, transparent 96%);
}

.vc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 210px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(3, 11, 15, .96));
}

.vc-hero-brand,
.vc-hero-grid,
.vc-hero-facts {
  position: relative;
  z-index: 1;
}

.vc-hero-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(26px, 3vw, 42px);
}

.vc-hero-brand-mark {
  width: 148px;
  height: 64px;
  display: grid;
  place-items: center;
  padding: 9px 14px;
  border-radius: 18px 3px 18px 3px;
  background: #efeae0;
  box-shadow: 8px 8px 0 rgba(59,179,189,.14);
}

.vc-hero-brand-mark img {
  width: 118px;
  height: 46px;
  object-fit: contain;
}

.vc-hero-brand > span {
  padding-left: 16px;
  border-left: 1px solid var(--vc-line);
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vc-hero-grid {
  display: grid;
  grid-template-columns: minmax(480px, .98fr) minmax(540px, 1.15fr);
  gap: clamp(44px, 5vw, 82px);
  align-items: center;
}

.vc-hero-copy { min-width: 0; padding-bottom: 34px; }
.vc-hero-copy .eyebrow { color: var(--vc-orange); }

.vc-hero-copy h1 {
  max-width: 690px;
  margin: 0 0 20px;
  font-size: clamp(46px, 3.7vw, 60px);
  line-height: .98;
  letter-spacing: -.052em;
}

.vc-hero-copy h2 {
  max-width: 690px;
  margin: 0 0 22px;
  color: var(--vc-white);
  font-size: clamp(25px, 2.25vw, 36px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.vc-hero-copy > p {
  max-width: 610px;
  color: var(--vc-muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.vc-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 36px;
}

.vc-hero-actions .btn,
.vc-final-cta .btn {
  border-color: var(--vc-action);
  background: var(--vc-action);
  color: var(--vc-bg);
  box-shadow: none;
}

.vc-text-link {
  color: var(--vc-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.vc-text-link span { color: var(--vc-cyan); font-size: 16px; }

.vc-hero-visual {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-width: 0;
  border: 1px solid rgba(115, 179, 190, .38);
  background: rgba(7, 17, 22, .9);
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(8px);
}

.vc-screen-rail {
  display: grid;
  align-content: center;
  border-right: 1px solid var(--vc-line);
}

.vc-screen-rail > span {
  display: grid;
  min-height: 108px;
  place-items: center;
  align-content: center;
  gap: 10px;
  border-bottom: 1px solid var(--vc-line);
  color: rgba(255,255,255,.68);
  text-align: center;
}

.vc-screen-rail > span:last-child { border-bottom: 0; }
.vc-screen-rail .vc-icon { width: 23px; height: 23px; color: var(--vc-cyan); }
.vc-screen-rail > span:nth-child(2) .vc-icon { color: var(--vc-lime); }
.vc-screen-rail > span:first-child .vc-icon { color: var(--vc-orange); }
.vc-screen-rail b { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.vc-screen {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
}

.vc-screen > img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vc-screen figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 5px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(4, 12, 16, .86);
  color: #fff;
}

.vc-screen figcaption span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.vc-screen figcaption .vc-icon { width: 8px; height: 8px; margin-right: 3px; color: var(--vc-lime); vertical-align: middle; }
.vc-screen figcaption strong { font-size: 12px; }

.vc-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border: 1px solid var(--vc-line);
  border-bottom: 0;
}

.vc-hero-facts div {
  display: grid;
  gap: 7px;
  padding: 22px 28px;
  border-right: 1px solid var(--vc-line);
}

.vc-hero-facts div:last-child { border-right: 0; }
.vc-hero-facts strong { color: var(--vc-orange); font-size: clamp(24px, 2.6vw, 42px); }
.vc-hero-facts div:nth-child(2) strong { color: var(--vc-lime); }
.vc-hero-facts div:nth-child(3) strong { color: var(--vc-cyan); font-size: clamp(19px, 2vw, 31px); }
.vc-hero-facts span { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.vc-method {
  padding: clamp(86px, 9vw, 142px) clamp(24px, 6vw, 96px);
}

.vc-section-head { max-width: 940px; }
.vc-section-head .eyebrow,
.vc-method-audience .eyebrow { color: var(--vc-cyan); }

.vc-section-head h2,
.vc-control-copy h2,
.vc-final-cta h2 {
  margin: 18px 0 22px;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -.045em;
}

.vc-section-head > p,
.vc-control-copy > p,
.vc-final-cta p {
  max-width: 800px;
  color: var(--vc-muted);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.62;
}

.vc-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 66px;
  border-top: 1px solid var(--vc-line);
  border-bottom: 1px solid var(--vc-line);
}

.vc-method-step {
  position: relative;
  min-height: 430px;
  padding: 34px clamp(24px, 3vw, 48px) 38px 0;
  border-right: 1px solid var(--vc-line);
}

.vc-method-step + .vc-method-step { padding-left: clamp(24px, 3vw, 48px); }
.vc-method-step:last-child { border-right: 0; padding-right: 0; }
.vc-method-step > span { color: rgba(255,255,255,.22); font-size: 52px; font-weight: 900; }
.vc-method-step > .vc-icon { width: 28px; height: 28px; display: flex; margin: 38px 0 20px; }
.vc-method-step h3 { margin-bottom: 16px; font-size: clamp(26px, 2.3vw, 38px); }
.vc-method-step p { min-height: 126px; color: var(--vc-muted); line-height: 1.62; }
.vc-method-step strong { display: block; max-width: 330px; padding-top: 20px; border-top: 2px solid currentColor; font-size: 13px; line-height: 1.5; }
.vc-accent-orange > .vc-icon, .vc-accent-orange strong { color: var(--vc-orange); }
.vc-accent-lime > .vc-icon, .vc-accent-lime strong { color: var(--vc-lime); }
.vc-accent-cyan > .vc-icon, .vc-accent-cyan strong { color: var(--vc-cyan); }

.vc-method-audience {
  display: grid;
  grid-template-columns: minmax(270px, .62fr) minmax(620px, 1.38fr);
  gap: clamp(38px, 6vw, 94px);
  align-items: end;
  margin-top: 46px;
  padding-top: 42px;
  border-top: 1px solid var(--vc-line);
}

.vc-method-audience h3 {
  max-width: 520px;
  margin: 12px 0 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.vc-role-strip {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--vc-line);
  border-left: 1px solid var(--vc-line);
}

.vc-role-strip span {
  flex: 1 1 190px;
  padding: 18px 20px;
  border-right: 1px solid var(--vc-line);
  border-bottom: 1px solid var(--vc-line);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.vc-control {
  display: grid;
  grid-template-columns: minmax(330px, .8fr) minmax(620px, 1.2fr);
  gap: clamp(42px, 5vw, 82px);
  padding: clamp(68px, 7vw, 104px) clamp(24px, 6vw, 96px);
  background: #efeae0;
  color: #0b1e24;
}

.vc-control .eyebrow { color: #19656c; }
.vc-control-copy h2 { font-size: clamp(38px, 3.8vw, 56px); }
.vc-control-copy > p { color: rgba(19,32,39,.68); }

.vc-control-flow { border-top: 1px solid rgba(19,32,39,.22); }
.vc-control-flow article {
  display: grid;
  grid-template-columns: 62px minmax(130px, .55fr) 1fr;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid rgba(19,32,39,.22);
}
.vc-control-flow .vc-icon { width: 25px; height: 25px; color: #19656c; }
.vc-control-flow span { color: rgba(19,32,39,.54); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.vc-control-flow strong { font-size: clamp(17px, 1.5vw, 23px); }

.vc-control-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  border: 1px solid rgba(19,32,39,.2);
}
.vc-control-benefits article {
  min-height: 226px;
  padding: clamp(25px, 2.7vw, 38px);
  border-right: 1px solid rgba(19,32,39,.18);
  background: rgba(255,255,255,.24);
}
.vc-control-benefits article:last-child { border-right: 0; }
.vc-control-benefits span { color: #19656c; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.vc-control-benefits h3 { margin: 18px 0 12px; font-size: clamp(23px, 2vw, 31px); }
.vc-control-benefits p { color: rgba(19,32,39,.68); line-height: 1.55; }

.vc-final-cta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  padding: clamp(66px, 7vw, 108px) clamp(24px, 6vw, 96px);
  border-top: 1px solid var(--vc-line);
  background: #09191f;
}

.vc-final-cta > :nth-child(2) {
  grid-column: 2 / 4;
}
.vc-final-brand {
  position: relative;
  min-height: 154px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 22px 26px;
  overflow: hidden;
  border: 1px solid rgba(239,234,224,.9);
  border-radius: 30px 4px 30px 4px;
  background: #efeae0;
  box-shadow: 12px 12px 0 rgba(59,179,189,.16);
}
.vc-final-brand::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #243696 0 45%, #31a9d6 45% 100%);
  content: "";
}
.vc-final-brand span {
  color: #19656c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.vc-final-brand img { width: 160px; height: auto; display: block; object-fit: contain; }
.vc-final-cta .eyebrow { color: var(--vc-orange); }
.vc-final-cta h2 { max-width: 840px; font-size: clamp(36px, 4.4vw, 67px); }
.vc-final-cta > .btn {
  grid-column: 4;
}

.vc-final-cta > .btn,
.vc-company-bridge .btn {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding: 0 clamp(18px, 2vw, 28px);
  font-size: 15px;
  line-height: 1.15;
  text-align: center;
}

.vc-final-cta .vc-contact-button {
  border-color: var(--vc-cyan);
  background: var(--vc-cyan);
  color: var(--vc-bg);
}

.vc-final-cta .vc-contact-button:hover,
.vc-final-cta .vc-contact-button:focus-visible {
  border-color: #67c5cc;
  background: #67c5cc;
  color: var(--vc-bg);
}

.vc-company-bridge {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  padding-right: clamp(24px, 6vw, 96px);
  padding-left: clamp(24px, 6vw, 96px);
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.vc-company-bridge > :first-child {
  grid-column: 1 / 4;
}

.vc-company-bridge p {
  max-width: 980px;
  color: var(--vc-white);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.35;
}

.vc-company-bridge .company-conversation-actions {
  grid-column: 4;
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .vc-hero-grid { grid-template-columns: 1fr; }
  .vc-hero-copy { max-width: 860px; }
  .vc-hero-visual { max-width: 980px; }
  .vc-hero-facts { margin-left: 0; }
  .vc-control, .vc-method-audience { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .vc-hero { min-height: auto; padding-top: 112px; }
  .vc-hero-brand { margin-bottom: 38px; }
  .vc-hero-brand span { display: none; }
  .vc-hero-copy h1 { font-size: clamp(42px, 12vw, 64px); }
  .vc-hero-actions { align-items: flex-start; flex-direction: column; }
  .vc-hero-visual { grid-template-columns: 1fr; }
  .vc-screen-rail { grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--vc-line); }
  .vc-screen-rail > span { min-height: 84px; border-right: 1px solid var(--vc-line); border-bottom: 0; }
  .vc-screen { min-height: 330px; }
  .vc-screen > img { min-height: 330px; object-position: 58% center; }
  .vc-hero-facts { grid-template-columns: 1fr; }
  .vc-hero-facts div { border-right: 0; border-bottom: 1px solid var(--vc-line); }
  .vc-hero-facts div:last-child { border-bottom: 0; }
  .vc-method-grid, .vc-control-benefits { grid-template-columns: 1fr; }
  .vc-method-step, .vc-method-step + .vc-method-step { min-height: 0; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--vc-line); }
  .vc-method-step:last-child { border-bottom: 0; }
  .vc-method-step p { min-height: 0; }
  .vc-control-benefits article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(19,32,39,.18); }
  .vc-control-benefits article:last-child { border-bottom: 0; }
  .vc-control-flow article { grid-template-columns: 46px 1fr; padding: 16px 0; }
  .vc-control-flow strong { grid-column: 2; }
  .vc-final-cta { grid-template-columns: 1fr; }
  .vc-final-brand { width: min(100%, 210px); min-height: 140px; }
  .vc-final-brand img { width: 150px; }
  .vc-final-cta .btn { justify-self: start; }
}

/* Pagina ombrello: Video Meet + Video Conference */
.vc-hero-brands {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vc-hero-brands .vc-hero-brand-mark {
  width: 170px;
  height: 96px;
  padding: 9px 14px;
  border: 1px solid rgba(239,234,224,.84);
  border-radius: 18px 3px 18px 3px;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(59,179,189,.13);
  transition: transform .2s ease, box-shadow .2s ease;
}

.vc-hero-brands .vc-hero-brand-mark:hover,
.vc-hero-brands .vc-hero-brand-mark:focus-visible {
  transform: translateY(-3px);
  box-shadow: 9px 10px 0 rgba(59,179,189,.18);
}

.vc-hero-brands .vc-hero-brand-mark img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 76px;
  display: block;
  object-fit: contain;
}

.vc-hero-brands .vc-brand-meet img {
  padding: 0;
}

.vc-hero-brands .vc-brand-conference img {
  padding: 0;
}

.vc-brand-divider {
  color: rgba(239,234,224,.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-weight: 700;
}

.vc-services {
  padding: clamp(82px, 8vw, 132px) clamp(24px, 6vw, 96px);
  background: var(--vc-bg);
}

.vc-services-intro {
  display: grid;
  grid-template-columns: minmax(430px, .95fr) minmax(420px, .75fr);
  gap: clamp(38px, 7vw, 112px);
  align-items: end;
  max-width: 1440px;
  margin: 0 auto 54px;
}

.vc-services-intro .eyebrow {
  color: var(--vc-cyan);
}

.vc-services-intro h2 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.048em;
}

.vc-services-intro > p {
  max-width: 650px;
  margin: 0;
  color: var(--vc-muted);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.65;
}

.vc-tabs {
  max-width: 1440px;
  margin: 0 auto;
}

.vc-tablist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 2px;
  border: 1px solid var(--vc-line);
  background: rgba(7,22,27,.82);
}

.vc-tab {
  position: relative;
  min-height: 118px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  padding: 18px clamp(18px, 2.4vw, 34px);
  border: 0;
  border-bottom: 4px solid transparent;
  background: rgba(255,255,255,.035);
  color: var(--vc-white);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.vc-tab:hover {
  background: rgba(255,255,255,.075);
}

.vc-tab:focus-visible {
  z-index: 1;
  outline: 3px solid #efeae0;
  outline-offset: -5px;
}

.vc-tab[aria-selected="true"] {
  background: #efeae0;
  color: #0b1e24;
}

.vc-tab-meet[aria-selected="true"] {
  border-bottom-color: #2e56c9;
}

.vc-tab-conference[aria-selected="true"] {
  border-bottom-color: #a4148d;
}

.vc-tab-logo {
  height: 76px;
  display: grid;
  place-items: center;
  padding: 8px 15px;
  border-radius: 14px 2px 14px 2px;
  background: #fff;
}

.vc-tab-logo img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px;
  display: block;
  object-fit: contain;
}

.vc-tab-meet .vc-tab-logo img {
  padding: 0;
}

.vc-tab > span:last-child {
  display: grid;
  gap: 7px;
}

.vc-tab strong {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1;
}

.vc-tab small {
  color: rgba(239,234,224,.58);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vc-tab[aria-selected="true"] small {
  color: rgba(11,30,36,.58);
}

.vc-tab-panels {
  border: 1px solid rgba(239,234,224,.18);
  border-top: 0;
}

.vc-service-panel {
  --vc-service-accent: #2e56c9;
  --vc-service-accent-soft: rgba(46,86,201,.095);
  padding: clamp(42px, 5vw, 76px);
  border-top: 6px solid var(--vc-service-accent);
  background: #efeae0;
  color: #0b1e24;
}

.vc-service-panel:focus {
  outline: 0;
}

.vc-service-conference {
  --vc-service-accent: #a4148d;
  --vc-service-accent-soft: rgba(164,20,141,.085);
}

.vc-service-lead {
  display: grid;
  grid-template-columns: minmax(250px, .42fr) minmax(480px, 1fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: center;
}

.vc-service-brand {
  position: relative;
  min-height: 242px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(11,30,36,.17);
  border-radius: 38px 4px 38px 4px;
  background: #fff;
  box-shadow: 18px 18px 0 var(--vc-service-accent-soft);
}

.vc-service-brand::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--vc-service-accent);
  content: "";
}

.vc-service-brand span {
  color: var(--vc-service-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vc-service-brand img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: min(100%, 260px);
  max-height: 130px;
  display: block;
  object-fit: contain;
}

.vc-service-meet .vc-service-brand img {
  padding: 0;
}

.vc-service-copy .eyebrow,
.vc-service-process > .eyebrow,
.vc-service-benefits > .eyebrow {
  color: var(--vc-service-accent);
}

.vc-service-copy h2 {
  max-width: 850px;
  margin: 16px 0 22px;
  font-size: clamp(42px, 4.8vw, 74px);
  line-height: .98;
  letter-spacing: -.05em;
}

.vc-service-copy p {
  max-width: 840px;
  margin-bottom: 0;
  color: rgba(11,30,36,.68);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.vc-service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(44px, 5vw, 76px);
  border: 1px solid rgba(11,30,36,.18);
}

.vc-service-facts article {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 25px clamp(22px, 3vw, 40px);
  border-right: 1px solid rgba(11,30,36,.18);
  background: rgba(255,255,255,.28);
}

.vc-service-facts article:last-child {
  border-right: 0;
}

.vc-service-facts span {
  color: var(--vc-service-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vc-service-facts strong {
  max-width: 340px;
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.18;
}

.vc-service-detail {
  display: grid;
  grid-template-columns: minmax(480px, 1.2fr) minmax(340px, .7fr);
  gap: clamp(30px, 4vw, 62px);
  margin-top: clamp(36px, 4vw, 58px);
}

.vc-service-process,
.vc-service-benefits {
  padding: clamp(28px, 3.5vw, 48px);
  border: 1px solid rgba(11,30,36,.16);
  background: rgba(255,255,255,.28);
}

.vc-service-process ol {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(11,30,36,.18);
}

.vc-service-process li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(11,30,36,.18);
}

.vc-service-process li > span {
  color: var(--vc-service-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 800;
}

.vc-service-process li div {
  display: grid;
  gap: 7px;
}

.vc-service-process li strong {
  font-size: clamp(19px, 1.65vw, 25px);
}

.vc-service-process li p {
  max-width: 660px;
  margin: 0;
  color: rgba(11,30,36,.65);
  line-height: 1.55;
}

.vc-service-benefits {
  display: flex;
  flex-direction: column;
  background: var(--vc-service-accent-soft);
}

.vc-service-benefits h3 {
  margin: 18px 0 24px;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.vc-service-benefits ul {
  display: grid;
  gap: 0;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.vc-service-benefits li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-top: 1px solid rgba(11,30,36,.15);
  color: rgba(11,30,36,.76);
  font-weight: 700;
  line-height: 1.45;
}

.vc-service-benefits li::before {
  position: absolute;
  top: 19px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vc-service-accent);
  content: "";
}

.vc-service-benefits .btn {
  align-self: flex-start;
  margin-top: auto;
  border-color: var(--vc-service-accent);
  background: var(--vc-service-accent);
  color: #fff;
  box-shadow: none;
}

.vc-service-included {
  display: grid;
  grid-template-columns: minmax(270px, .62fr) minmax(520px, 1.38fr);
  gap: clamp(30px, 4vw, 62px);
  align-items: start;
  margin-top: clamp(28px, 3vw, 42px);
  padding: clamp(28px, 3.5vw, 46px);
  border: 1px solid rgba(11,30,36,.16);
  background: rgba(255,255,255,.22);
}

.vc-included-head .eyebrow {
  color: var(--vc-service-accent);
}

.vc-included-head h3 {
  margin: 16px 0 14px;
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.vc-included-head p {
  margin-bottom: 0;
  color: rgba(11,30,36,.64);
  line-height: 1.55;
}

.vc-included-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(11,30,36,.17);
  border-left: 1px solid rgba(11,30,36,.17);
}

.vc-included-items > div {
  min-height: 138px;
  padding: 22px 24px;
  border-right: 1px solid rgba(11,30,36,.17);
  border-bottom: 1px solid rgba(11,30,36,.17);
}

.vc-included-items h4 {
  margin: 0 0 9px;
  color: var(--vc-service-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vc-included-items p {
  margin: 0;
  color: rgba(11,30,36,.74);
  font-weight: 650;
  line-height: 1.5;
}

.vc-conference-archive {
  margin-top: clamp(42px, 5vw, 72px);
  padding-top: clamp(32px, 4vw, 52px);
  border-top: 1px solid rgba(11,30,36,.2);
}

.vc-conference-archive-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 24px;
}

.vc-conference-archive-head .eyebrow {
  color: var(--vc-service-accent);
}

.vc-conference-archive-head h3 {
  margin: 12px 0 0;
  font-size: clamp(31px, 3.4vw, 50px);
  line-height: 1;
  letter-spacing: -.04em;
}

.vc-conference-archive-head p {
  max-width: 540px;
  margin: 0;
  color: rgba(11,30,36,.66);
  line-height: 1.55;
}

.vc-conference-archive-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.vc-conference-archive-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 19px;
  border: 1px solid rgba(11,30,36,.17);
  border-top: 4px solid var(--vc-service-accent);
  background: rgba(255,255,255,.58);
}

.vc-conference-archive-meta {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(11,30,36,.14);
}

.vc-conference-archive-meta span {
  color: var(--vc-service-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 850;
}

.vc-conference-archive-meta time {
  color: rgba(11,30,36,.63);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.vc-conference-archive-card > small {
  margin-top: 16px;
  color: var(--vc-service-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vc-conference-archive-card h4 {
  margin: 9px 0 22px;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.16;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.vc-conference-archive-card .vcr-brochure-button {
  width: 100%;
  margin: auto 0 0;
  border-color: rgba(164,20,141,.3);
  color: #841171;
  background: #fff;
}

.vc-conference-archive-card .vcr-brochure-button:hover,
.vc-conference-archive-card .vcr-brochure-button:focus-visible {
  border-color: var(--vc-service-accent);
  outline-color: rgba(164,20,141,.16);
}

.vc-conference-archive-unavailable {
  margin-top: auto;
  padding: 12px 0 2px;
  border-top: 1px solid rgba(11,30,36,.14);
  color: rgba(11,30,36,.48);
  font-size: 12px;
  font-weight: 750;
}

.vc-choice-guide {
  max-width: 1440px;
  display: grid;
  grid-template-columns: minmax(270px, .65fr) repeat(2, minmax(330px, 1fr));
  margin: clamp(38px, 4vw, 58px) auto 0;
  border-top: 1px solid var(--vc-line);
  border-left: 1px solid var(--vc-line);
  background: rgba(7,22,27,.54);
}

.vc-choice-head,
.vc-choice-guide article {
  min-height: 250px;
  padding: clamp(28px, 3vw, 42px);
  border-right: 1px solid var(--vc-line);
  border-bottom: 1px solid var(--vc-line);
}

.vc-choice-head {
  display: grid;
  align-content: center;
}

.vc-choice-head .eyebrow {
  color: var(--vc-cyan);
}

.vc-choice-head h2 {
  margin: 16px 0 0;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1;
  letter-spacing: -.042em;
}

.vc-choice-guide article {
  display: flex;
  flex-direction: column;
}

.vc-choice-guide article > span {
  color: #6fcbd2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vc-choice-guide .vc-choice-conference > span {
  color: #d06fc1;
}

.vc-choice-guide h3 {
  margin: 18px 0 13px;
  font-size: clamp(24px, 2.15vw, 34px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.vc-choice-guide p {
  max-width: 470px;
  margin-bottom: 28px;
  color: var(--vc-muted);
  line-height: 1.55;
}

.vc-choice-guide a {
  align-self: flex-start;
  margin-top: auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #6fcbd2;
  color: var(--vc-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vc-choice-conference a {
  border-bottom-color: #d06fc1;
}

.vc-common-method {
  display: grid;
  grid-template-columns: minmax(340px, .7fr) minmax(680px, 1.3fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: start;
  padding: clamp(76px, 8vw, 122px) clamp(24px, 6vw, 96px);
  background: #dfe7e4;
  color: #0b1e24;
}

.vc-common-copy .eyebrow {
  color: #19656c;
}

.vc-common-copy h2 {
  max-width: 620px;
  margin: 18px 0 22px;
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: .98;
  letter-spacing: -.048em;
}

.vc-common-copy p {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(11,30,36,.66);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.62;
}

.vc-common-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(11,30,36,.2);
  border-left: 1px solid rgba(11,30,36,.2);
}

.vc-common-flow article {
  min-height: 228px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 10px 18px;
  align-content: start;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid rgba(11,30,36,.2);
  border-bottom: 1px solid rgba(11,30,36,.2);
  background: rgba(255,255,255,.18);
}

.vc-common-flow .vc-icon {
  grid-row: 1 / span 2;
  width: 29px;
  height: 29px;
  color: #19656c;
}

.vc-common-flow span {
  color: #19656c;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 800;
}

.vc-common-flow h3 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 34px);
}

.vc-common-flow p {
  grid-column: 2;
  margin: 4px 0 0;
  color: rgba(11,30,36,.65);
  line-height: 1.55;
}

.vc-final-brand-duo {
  width: 250px;
  min-height: 184px;
}

.vc-final-brand-duo > div {
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 13px;
  align-items: center;
}

.vc-final-brand-duo img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 62px;
  display: block;
  object-fit: contain;
}

.vc-final-brand-duo .vc-final-logo-meet {
  padding: 0;
}

.vc-final-brand-duo .vc-final-logo-conference {
  padding: 0;
}

@media (max-width: 1120px) {
  .vc-final-cta,
  .vc-company-bridge {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vc-final-cta > :nth-child(2),
  .vc-final-cta > .btn,
  .vc-company-bridge > :first-child,
  .vc-company-bridge .company-conversation-actions {
    grid-column: 1;
  }

  .vc-final-cta > .btn,
  .vc-company-bridge .company-conversation-actions {
    width: min(100%, 360px);
    justify-self: start;
  }

  .vc-services-intro,
  .vc-service-lead,
  .vc-service-included,
  .vc-common-method {
    grid-template-columns: 1fr;
  }

  .vc-services-intro {
    gap: 28px;
  }

  .vc-service-brand {
    max-width: 420px;
  }

  .vc-common-copy {
    max-width: 760px;
  }

  .vc-choice-guide {
    grid-template-columns: 1fr 1fr;
  }

  .vc-choice-head {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .vc-conference-archive-list {
    grid-template-columns: repeat(5, minmax(240px, 1fr));
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
  }

  .vc-conference-archive-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 900px) {
  .vc-tab {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vc-tab-logo {
    width: 180px;
  }

  .vc-service-facts,
  .vc-service-detail {
    grid-template-columns: 1fr;
  }

  .vc-service-facts article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(11,30,36,.18);
  }

  .vc-service-facts article:last-child {
    border-bottom: 0;
  }

  .vc-included-items {
    grid-template-columns: 1fr;
  }

  .vc-included-items > div {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .vc-hero-brand {
    align-items: flex-start;
  }

  .vc-hero-brands {
    width: 100%;
    gap: 7px;
  }

  .vc-hero-brands .vc-brand-divider {
    display: block;
    color: rgba(239,234,224,.72);
    font-size: 15px;
  }

  .vc-hero-brands .vc-hero-brand-mark {
    width: calc(50% - 16px);
    height: 86px;
    padding: 7px 9px;
  }

  .vc-hero-brands .vc-hero-brand-mark img {
    max-height: 70px;
  }

  .vc-hero-brands .vc-brand-meet img {
    padding: 0;
  }

  .vc-services {
    padding-right: 18px;
    padding-left: 18px;
  }

  .vc-services-intro {
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .vc-services-intro h2 {
    font-size: clamp(38px, 11.5vw, 58px);
  }

  .vc-tablist {
    grid-template-columns: 1fr;
  }

  .vc-tab {
    min-height: 96px;
    grid-template-columns: 118px minmax(0, 1fr);
    padding: 14px;
  }

  .vc-tab-logo {
    width: 118px;
    height: 66px;
    padding: 7px 10px;
  }

  .vc-tab-logo img {
    max-height: 52px;
  }

  .vc-tab-meet .vc-tab-logo img {
    padding: 0;
  }

  .vc-tab strong {
    font-size: 21px;
  }

  .vc-tab small {
    font-size: 9px;
  }

  .vc-service-panel {
    padding: 28px 20px 34px;
  }

  .vc-service-lead {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .vc-service-brand {
    min-height: 184px;
    padding: 24px;
    border-radius: 28px 3px 28px 3px;
    box-shadow: 11px 11px 0 var(--vc-service-accent-soft);
  }

  .vc-service-brand img {
    max-height: 98px;
  }

  .vc-service-meet .vc-service-brand img {
    padding: 0;
  }

  .vc-service-copy h2 {
    font-size: clamp(37px, 11vw, 56px);
  }

  .vc-service-detail {
    grid-template-columns: 1fr;
  }

  .vc-service-process,
  .vc-service-benefits {
    padding: 25px 20px;
  }

  .vc-service-included {
    padding: 25px 20px;
  }

  .vc-conference-archive-head {
    display: grid;
    align-items: start;
    gap: 16px;
  }

  .vc-conference-archive-list {
    grid-template-columns: repeat(5, minmax(78vw, 1fr));
    margin-right: -20px;
    padding-right: 20px;
  }

  .vc-conference-archive-card {
    min-height: 285px;
  }

  .vc-service-process li {
    grid-template-columns: 37px minmax(0, 1fr);
    gap: 10px;
  }

  .vc-common-method {
    grid-template-columns: 1fr;
    padding-right: 18px;
    padding-left: 18px;
  }

  .vc-common-flow {
    grid-template-columns: 1fr;
  }

  .vc-common-flow article {
    min-height: 0;
  }

  .vc-choice-guide {
    grid-template-columns: 1fr;
  }

  .vc-choice-head {
    grid-column: auto;
  }

  .vc-choice-head,
  .vc-choice-guide article {
    min-height: 0;
    padding: 28px 22px;
  }

  .vc-final-brand-duo {
    width: min(100%, 270px);
    min-height: 170px;
  }

  .vc-final-brand-duo img {
    max-height: 58px;
  }
}
