.vc-shell {
  --vc-ink: #071d2a;
  --vc-ink-2: #173746;
  --vc-muted: #637984;
  --vc-brand: #1181c2;
  --vc-brand-dark: #09669d;
  --vc-aqua: #63d0dc;
  --vc-surface: #f4f8fa;
  --vc-line: #d8e5ea;
  --vc-white: #fff;
  color: var(--vc-ink);
  background: var(--vc-surface);
  scroll-margin-top: 78px;
}

.vc-shell button,
.vc-shell select { font: inherit; }
.vc-shell button { cursor: pointer; }

.vc-intro {
  position: relative;
  overflow: hidden;
  color: var(--vc-white);
  background: linear-gradient(118deg, #071d2a 0%, #0a2b3b 62%, #0b4259 100%);
}
.vc-intro::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -130px;
  top: -280px;
  background: radial-gradient(circle, rgba(69, 192, 227, .34), transparent 69%);
  pointer-events: none;
}
.vc-intro-inner {
  position: relative;
  z-index: 1;
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 56px;
}
.vc-eyebrow {
  margin: 0 0 12px;
  color: #76d8e5;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.vc-intro h2 {
  max-width: 970px;
  margin: 0;
  font-size: clamp(2.55rem, 5.7vw, 5.65rem);
  line-height: .96;
  letter-spacing: -.06em;
}
.vc-intro h2 span { color: #67cfe5; }
.vc-intro-copy {
  max-width: 820px;
  margin: 22px 0 0;
  color: #c1d6de;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}
.vc-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}
.vc-facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #dcecf1;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  font-size: .77rem;
  font-weight: 750;
}
.vc-facts i { color: var(--vc-aqua); }

.vc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 780px;
  scroll-margin-top: 78px;
}
.vc-rail {
  position: sticky;
  top: 78px;
  align-self: start;
  height: calc(100vh - 78px);
  min-height: 650px;
  padding: 42px 28px;
  color: var(--vc-white);
  background: #0a2634;
}
.vc-rail h3 {
  margin: 0 0 28px;
  font-size: 1.22rem;
  letter-spacing: -.025em;
}
.vc-rail-list { display: grid; gap: 10px; }
.vc-rail-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  padding: 10px 8px;
  color: #8fb0bd;
  border-radius: 10px;
  transition: .2s ease;
}
.vc-rail-item span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 850;
}
.vc-rail-item strong { font-size: .82rem; }
.vc-rail-item.is-active { color: var(--vc-white); background: rgba(99, 208, 220, .09); }
.vc-rail-item.is-active span,
.vc-rail-item.is-done span { color: #06222d; background: var(--vc-aqua); border-color: var(--vc-aqua); }
.vc-rail-note {
  position: absolute;
  right: 28px;
  bottom: 30px;
  left: 28px;
  margin: 0;
  color: #8eabb7;
  font-size: .71rem;
  line-height: 1.55;
}

.vc-main { min-width: 0; }
.vc-progress-mobile {
  display: none;
  position: sticky;
  top: 78px;
  z-index: 18;
  padding: 11px 20px;
  color: var(--vc-white);
  background: rgba(7, 29, 42, .97);
}
.vc-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  color: #c3d9e1;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vc-progress-track { height: 5px; overflow: hidden; background: rgba(255, 255, 255, .13); border-radius: 20px; }
.vc-progress-fill { width: 20%; height: 100%; background: linear-gradient(90deg, var(--vc-aqua), #2aa8e0); border-radius: inherit; transition: width .3s ease; }

.vc-step {
  display: none;
  min-height: 690px;
  padding: 55px clamp(28px, 5vw, 82px) 34px;
}
.vc-step.is-active { display: block; animation: vc-fade .28s ease; }
@keyframes vc-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.vc-step-head { max-width: 980px; margin-bottom: 32px; }
.vc-step-kicker {
  margin: 0 0 9px;
  color: var(--vc-brand-dark);
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.vc-step-head h3 {
  margin: 0;
  color: var(--vc-ink);
  font-size: clamp(2.25rem, 4.7vw, 4.9rem);
  line-height: .98;
  letter-spacing: -.057em;
}
.vc-step-head p:last-child { max-width: 780px; margin: 17px 0 0; color: var(--vc-muted); }
.vc-question {
  display: block;
  margin: 27px 0 12px;
  color: var(--vc-ink-2);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vc-option-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.vc-option { position: relative; display: block; min-width: 0; }
.vc-option input,
.vc-chip input,
.vc-model-option input { position: absolute; opacity: 0; pointer-events: none; }
.vc-option-card {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 21px;
  background: var(--vc-white);
  border: 1px solid var(--vc-line);
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(7, 29, 42, .04);
  transition: .2s ease;
}
.vc-option-card i { color: var(--vc-brand); font-size: 1.55rem; }
.vc-option-card strong { display: block; font-size: .98rem; }
.vc-option-card small { display: block; margin-top: 4px; color: var(--vc-muted); }
.vc-option input:checked + .vc-option-card {
  border-color: var(--vc-brand);
  box-shadow: 0 0 0 3px rgba(17, 129, 194, .13), 0 20px 42px rgba(7, 29, 42, .11);
  transform: translateY(-2px);
}
.vc-option-grid.is-compact .vc-option-card { min-height: 104px; }
.vc-chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.vc-chip { position: relative; }
.vc-chip span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  color: #395565;
  background: var(--vc-white);
  border: 1px solid var(--vc-line);
  border-radius: 50px;
  font-size: .84rem;
  font-weight: 750;
  transition: .18s ease;
}
.vc-chip input:checked + span { color: var(--vc-brand-dark); background: #e8f6fb; border-color: #7dc7e6; box-shadow: 0 0 0 2px rgba(17, 129, 194, .09); }
.vc-select {
  width: min(100%, 520px);
  min-height: 54px;
  padding: 0 15px;
  color: var(--vc-ink);
  background: var(--vc-white);
  border: 1px solid var(--vc-line);
  border-radius: 10px;
  outline: none;
}
.vc-select:focus { border-color: var(--vc-brand); box-shadow: 0 0 0 3px rgba(17, 129, 194, .12); }

.vc-model-toolbar {
  position: sticky;
  top: 92px;
  z-index: 14;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px;
  margin: -8px 0 21px;
  padding: 13px;
  background: rgba(244, 248, 250, .96);
  border: 1px solid var(--vc-line);
  border-radius: 13px;
  backdrop-filter: blur(12px);
}
.vc-brand-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.vc-brand-tab {
  min-height: 38px;
  padding: 0 14px;
  color: #496573;
  background: var(--vc-white);
  border: 1px solid var(--vc-line);
  border-radius: 50px;
  font-size: .79rem;
  font-weight: 800;
}
.vc-brand-tab.is-active { color: var(--vc-white); background: var(--vc-ink); border-color: var(--vc-ink); }
.vc-model-toolbar small { align-self: center; color: var(--vc-muted); }
.vc-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vc-model-option { position: relative; min-width: 0; }
.vc-model-card {
  height: 100%;
  overflow: hidden;
  background: var(--vc-white);
  border: 1px solid var(--vc-line);
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(7, 29, 42, .05);
  transition: .2s ease;
}
.vc-model-option input:checked + .vc-model-card {
  border-color: var(--vc-brand);
  box-shadow: 0 0 0 3px rgba(17, 129, 194, .14), 0 22px 50px rgba(7, 29, 42, .13);
  transform: translateY(-3px);
}
.vc-model-visual {
  position: relative;
  height: 225px;
  display: grid;
  place-items: center;
  padding: 42px 22px 25px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f3f7f9 100%);
  border-bottom: 1px solid #eaf0f3;
}
.vc-model-visual img {
  width: auto;
  max-width: min(86%, 420px);
  height: auto;
  max-height: 150px;
  display: block;
  object-fit: contain;
  image-rendering: auto;
}
.vc-match-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  display: none;
  padding: 6px 9px;
  color: #07526c;
  background: #dff6f8;
  border: 1px solid #9de0e7;
  border-radius: 50px;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.vc-model-option.is-recommended .vc-match-badge { display: inline-flex; }
.vc-model-body { padding: 19px; }
.vc-model-brand { color: var(--vc-brand-dark); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.vc-model-body h4 { margin: 5px 0 8px; color: var(--vc-ink); font-size: 1.26rem; letter-spacing: -.035em; }
.vc-model-body p { min-height: 74px; margin: 0; color: var(--vc-muted); font-size: .83rem; }
.vc-model-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.vc-model-tags span { padding: 5px 8px; color: #385767; background: #eef5f7; border-radius: 6px; font-size: .65rem; font-weight: 800; }
.vc-features-toggle {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 13px;
  padding: 8px 10px 8px 12px;
  color: #244958;
  background: #fff;
  border: 1px solid var(--vc-line);
  border-radius: 8px;
  font-size: .73rem;
  font-weight: 850;
  text-align: left;
}
.vc-features-toggle:hover { border-color: #9bd7eb; background: #f8fcfe; }
.vc-features-toggle b { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; color: var(--vc-brand-dark); background: #e8f6fb; border-radius: 50%; font-size: 1rem; line-height: 1; }
.vc-features-list { margin: 9px 0 0; padding: 12px 13px; list-style: none; background: #f6fafb; border: 1px solid #e1ebef; border-radius: 8px; }
.vc-features-list[hidden] { display: none; }
.vc-features-list li { position: relative; margin: 0 0 7px; padding-left: 16px; color: #49616d; font-size: .72rem; line-height: 1.42; }
.vc-features-list li:last-child { margin-bottom: 0; }
.vc-features-list li::before { content: ""; position: absolute; top: .48em; left: 1px; width: 6px; height: 6px; background: var(--vc-brand); border-radius: 50%; }
.vc-model-select {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  color: var(--vc-brand-dark);
  background: #edf7fc;
  border: 1px solid #c6e7f4;
  border-radius: 8px;
  font-size: .77rem;
  font-weight: 850;
}
.vc-model-option input:checked + .vc-model-card .vc-model-select { color: var(--vc-white); background: var(--vc-brand); border-color: var(--vc-brand); }
.vc-catalog-note { margin: 21px 0 0; color: #758995; font-size: .71rem; }

.vc-final-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: start; }
.vc-summary-card { overflow: hidden; color: var(--vc-white); background: var(--vc-ink); border-radius: 18px; box-shadow: 0 22px 55px rgba(7, 29, 42, .13); }
.vc-summary-head { padding: 22px 24px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.vc-summary-head h4 { margin: 0; color: var(--vc-white); font-size: 1.4rem; }
.vc-summary-list { display: grid; }
.vc-summary-row { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px 24px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.vc-summary-row span { color: #8eb0bd; font-size: .72rem; }
.vc-summary-row strong { color: var(--vc-white); font-size: .79rem; text-align: right; }
.vc-summary-note { padding: 17px 24px; color: #bad1da; font-size: .74rem; }
.vc-handoff {
  padding: 28px;
  background: var(--vc-white);
  border: 1px solid var(--vc-line);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(7, 29, 42, .1);
}
.vc-handoff-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--vc-brand); background: #e8f6fb; border-radius: 13px; font-size: 1.45rem; }
.vc-handoff h4 { margin: 18px 0 8px; color: var(--vc-ink); font-size: 1.55rem; letter-spacing: -.035em; }
.vc-handoff p { margin: 0 0 20px; color: var(--vc-muted); }
.vc-apply {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  color: var(--vc-white);
  background: var(--vc-brand);
  border: 0;
  border-radius: 9px;
  font-weight: 800;
}
.vc-apply:hover { background: var(--vc-brand-dark); }

.vc-controls {
  position: sticky;
  z-index: 16;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px clamp(28px, 5vw, 82px);
  background: rgba(255, 255, 255, .97);
  border-top: 1px solid var(--vc-line);
  backdrop-filter: blur(15px);
}
.vc-error { color: #ae2633; font-size: .8rem; font-weight: 750; }
.vc-control-buttons { display: flex; gap: 9px; margin-left: auto; }
.vc-back,
.vc-next {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 9px;
  font-weight: 800;
}
.vc-back { display: none; color: var(--vc-ink); background: var(--vc-white); border: 1px solid var(--vc-line); }
.vc-back.is-visible { display: inline-flex; }
.vc-next { color: var(--vc-white); background: var(--vc-brand); border: 1px solid var(--vc-brand); }
.vc-next:hover { background: var(--vc-brand-dark); }

@media (max-width: 1180px) {
  .vc-option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vc-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .vc-intro-inner { width: min(100% - 30px, 1460px); padding: 52px 0 47px; }
  .vc-layout { display: block; }
  .vc-rail { display: none; }
  .vc-progress-mobile { display: block; }
  .vc-step { min-height: 650px; padding: 42px 20px 30px; }
  .vc-model-toolbar { top: 137px; }
  .vc-controls { bottom: 67px; padding: 11px 18px; }
  .vc-final-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .vc-intro h2 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .vc-intro-copy { font-size: .95rem; }
  .vc-facts { display: grid; }
  .vc-option-grid,
  .vc-model-grid { grid-template-columns: 1fr; }
  .vc-option-card { min-height: 108px; }
  .vc-step-head h3 { font-size: clamp(2.3rem, 11.8vw, 3.65rem); }
  .vc-model-toolbar { align-items: flex-start; top: 135px; }
  .vc-model-visual { height: 195px; padding: 39px 18px 22px; }
  .vc-model-visual img { max-width: min(82%, 330px); max-height: 128px; }
  .vc-model-body p { min-height: 0; }
  .vc-summary-row { grid-template-columns: 95px 1fr; }
  .vc-handoff { padding: 22px; }
  .vc-error { max-width: 47%; line-height: 1.35; }
  .vc-back,
  .vc-next { min-height: 44px; padding: 0 14px; font-size: .8rem; }
}
