:root {
  --vqa-bg: #f4f8ff;
  --vqa-surface: rgba(255, 255, 255, 0.92);
  --vqa-surface-2: #ffffff;
  --vqa-line: rgba(135, 158, 191, 0.24);
  --vqa-line-strong: rgba(79, 120, 186, 0.28);
  --vqa-text: #1c3352;
  --vqa-text-strong: #14263f;
  --vqa-muted: #667b98;
  --vqa-accent: #4f78ba;
  --vqa-accent-2: #adc8eb;
  --vqa-accent-soft: #edf4ff;
  --vqa-danger: #de7b86;
  --vqa-shadow: 0 34px 110px rgba(42, 68, 111, 0.12);
}

.vqa-showcase {
  position: relative;
  padding: 26px;
  border-radius: 42px;
  background:
    radial-gradient(circle at top right, rgba(79, 120, 186, 0.1), transparent 28%),
    radial-gradient(circle at 18% 10%, rgba(222, 123, 134, 0.07), transparent 18%),
    linear-gradient(180deg, #f9fbff 0%, #eff5fc 100%);
  color: var(--vqa-text);
}

.vqa-showcase * {
  box-sizing: border-box;
}

.vqa-showcase,
.vqa-showcase h1,
.vqa-showcase h2,
.vqa-showcase h3,
.vqa-showcase h4,
.vqa-showcase p,
.vqa-showcase strong,
.vqa-showcase small,
.vqa-showcase span,
.vqa-showcase li,
.vqa-showcase a,
.vqa-showcase button {
  color: var(--vqa-text);
}

.vqa-showcase__shell {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 0;
  min-height: 920px;
  overflow: hidden;
  border: 1px solid var(--vqa-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(168, 197, 232, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 249, 255, 0.94));
  box-shadow: var(--vqa-shadow);
}

.vqa-showcase__sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fc 100%);
  border-right: 1px solid var(--vqa-line);
  position: relative;
  z-index: 2;
}

.vqa-showcase__brand-kicker,
.vqa-showcase__eyebrow,
.vqa-showcase__panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(79, 120, 186, 0.09);
  border: 1px solid rgba(79, 120, 186, 0.15);
  color: var(--vqa-accent);
  font: 700 11px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vqa-showcase__hero p,
.vqa-showcase__panel-description,
.vqa-showcase__panel-subtitle,
.vqa-showcase__nav-item small {
  margin: 0;
  color: var(--vqa-muted);
}

.vqa-showcase__nav-header {
  padding: 2px 4px 8px;
  border-bottom: 1px solid rgba(135, 158, 191, 0.24);
}

.vqa-showcase__nav-header span {
  display: block;
  color: #7990b1 !important;
  font: 700 11px/1.2 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vqa-showcase__nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 2px;
}

.vqa-showcase__nav-item {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 8px;
  justify-items: start;
  align-items: start;
  width: 100%;
  padding: 18px 18px 16px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.9));
  border: 1px solid rgba(135, 158, 191, 0.26);
  border-radius: 20px;
  color: var(--vqa-text);
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(55, 82, 123, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.vqa-showcase__nav-item::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(79, 120, 186, 0), rgba(79, 120, 186, 0.95), rgba(79, 120, 186, 0));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.vqa-showcase__nav-item:hover,
.vqa-showcase__nav-item:focus-visible {
  outline: none;
  transform: translateX(2px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(240, 246, 255, 0.96));
  border-color: rgba(110, 144, 191, 0.34);
  box-shadow: 0 18px 38px rgba(64, 92, 134, 0.12);
}

.vqa-showcase__nav-item.is-active {
  transform: translateX(4px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(227, 239, 255, 0.98));
  border-color: rgba(79, 120, 186, 0.42);
  box-shadow: 0 24px 52px rgba(49, 79, 125, 0.18);
}

.vqa-showcase__nav-item.is-active::before {
  opacity: 1;
}

.vqa-showcase__nav-item.is-active .vqa-showcase__nav-index {
  background: linear-gradient(135deg, rgba(79, 120, 186, 0.2), rgba(79, 120, 186, 0.36));
  color: #264a7f;
}

.vqa-showcase__nav-item.is-active .vqa-showcase__nav-category {
  color: #4f78ba;
}

.vqa-showcase__nav-item.is-active strong {
  color: #10233d !important;
}

.vqa-showcase__nav-item.is-active small {
  color: #577294 !important;
}

.vqa-showcase__nav-topline {
  display: contents;
}

.vqa-showcase__nav-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1 / span 3;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(79, 120, 186, 0.1);
  color: var(--vqa-accent);
  font: 700 10px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__nav-category {
  grid-column: 2;
  grid-row: 1;
  color: #7990b1;
  font: 700 10px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-self: center;
}

.vqa-showcase__nav-item strong {
  display: block;
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  margin: 0;
  color: var(--vqa-text-strong) !important;
  font: 700 15px/1.28 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  text-align: center;
}

.vqa-showcase__nav-item small {
  grid-column: 2;
  grid-row: 3;
  font: 500 13px/1.6 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
  width: 100%;
  text-align: left;
}

.vqa-showcase__sidebar-pricing {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(135, 158, 191, 0.26);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.95));
  box-shadow: 0 18px 42px rgba(52, 79, 120, 0.1);
}

.vqa-showcase__sidebar-pricing-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(79, 120, 186, 0.1);
  border: 1px solid rgba(79, 120, 186, 0.15);
  color: var(--vqa-accent) !important;
  font: 700 11px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vqa-showcase__sidebar-plan {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(135, 158, 191, 0.18);
}

.vqa-showcase__sidebar-plan--featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(235, 244, 255, 0.98));
  border-color: rgba(79, 120, 186, 0.24);
}

.vqa-showcase__sidebar-plan strong {
  color: var(--vqa-text-strong) !important;
  font: 700 15px/1.2 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__sidebar-plan p,
.vqa-showcase__sidebar-plan small {
  margin: 0;
  color: var(--vqa-muted) !important;
  text-align: left;
}

.vqa-showcase__sidebar-plan p {
  font: 700 16px/1.25 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__sidebar-plan small {
  font: 500 12px/1.55 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__sidebar-price {
  display: flex;
  align-items: end;
  gap: 6px;
}

.vqa-showcase__sidebar-price-value {
  color: var(--vqa-text-strong) !important;
  font: 700 30px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
}

.vqa-showcase__sidebar-price-suffix {
  color: var(--vqa-muted) !important;
  font: 700 13px/1.2 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__sidebar-footer {
  margin-top: auto;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #203a61, #355887);
  box-shadow: 0 20px 46px rgba(32, 58, 97, 0.2);
}

.vqa-showcase__sidebar-footer span {
  color: #f4f8ff !important;
  font: 700 13px/1.2 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__content {
  padding: 32px 32px 34px;
}

.vqa-showcase__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
  padding: 2px 2px 18px;
  border-bottom: 1px solid rgba(135, 158, 191, 0.24);
}

.vqa-showcase__hero-lead {
  margin: 16px 0 8px !important;
  max-width: 920px;
  color: var(--vqa-text-strong) !important;
  font: 700 clamp(24px, 2.25vw, 34px)/1.18 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif !important;
  letter-spacing: -0.04em;
}

.vqa-showcase__hero-copy p {
  max-width: 860px;
  color: var(--vqa-muted) !important;
  font: 500 15px/1.72 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.vqa-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 190px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  font: 700 15px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.vqa-showcase__button:hover,
.vqa-showcase__button:focus-visible {
  transform: translateY(-1px);
}

.vqa-showcase__button--primary {
  color: #f5f9ff !important;
  background: linear-gradient(135deg, #416aa9, #6f95ca);
  box-shadow: 0 20px 44px rgba(79, 120, 186, 0.24);
}

.vqa-showcase__button--secondary {
  color: var(--vqa-text) !important;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--vqa-line);
}

.vqa-showcase__status span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--vqa-accent-soft);
  border: 1px solid rgba(79, 120, 186, 0.12);
  color: var(--vqa-accent) !important;
  white-space: nowrap;
  font: 700 12px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__studio-note {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.vqa-showcase__mobile-tail {
  display: none;
}

.vqa-showcase__offer-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(135, 158, 191, 0.22);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94));
  box-shadow: 0 20px 54px rgba(42, 68, 111, 0.08);
}

.vqa-showcase__offer-card--featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 244, 255, 0.98));
  border-color: rgba(79, 120, 186, 0.22);
}

.vqa-showcase__offer-card--story {
  background: linear-gradient(135deg, #203a61, #32547f);
  border-color: rgba(52, 86, 130, 0.3);
}

.vqa-showcase__offer-card--story,
.vqa-showcase__offer-card--story h4,
.vqa-showcase__offer-card--story p,
.vqa-showcase__offer-card--story span {
  color: #f4f8ff !important;
}

.vqa-showcase__offer-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(79, 120, 186, 0.1);
  border: 1px solid rgba(79, 120, 186, 0.14);
  color: var(--vqa-accent) !important;
  font: 700 11px/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vqa-showcase__offer-card--story .vqa-showcase__offer-kicker {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  color: #d8e7ff !important;
}

.vqa-showcase__offer-price {
  display: flex;
  align-items: end;
  gap: 6px;
}

.vqa-showcase__offer-price strong {
  color: var(--vqa-text-strong) !important;
  font: 700 clamp(32px, 2.8vw, 42px)/1 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
}

.vqa-showcase__offer-price span {
  color: var(--vqa-muted) !important;
  font: 700 16px/1.2 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__offer-price--custom strong {
  font-size: clamp(24px, 2vw, 32px);
}

.vqa-showcase__offer-card h4 {
  margin: 0;
  color: var(--vqa-text-strong) !important;
  font: 700 26px/1.16 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: -0.04em;
}

.vqa-showcase__offer-card p {
  margin: 0;
  color: var(--vqa-muted) !important;
  font: 500 14px/1.7 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__offer-card--story h4 {
  color: #ffffff !important;
}

.vqa-showcase__offer-card--story p {
  color: #edf5ff !important;
}

.vqa-showcase__offer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vqa-showcase__offer-list li {
  position: relative;
  padding-left: 18px;
  color: var(--vqa-text) !important;
  font: 500 14px/1.65 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vqa-accent), var(--vqa-danger));
}

.vqa-showcase__offer-list--light li {
  color: #eff6ff !important;
}

.vqa-showcase__offer-list--light li::before {
  background: linear-gradient(135deg, #dfeeff, #9fc1ef);
}

.vqa-showcase__panels {
  position: relative;
}

.vqa-showcase__panel {
  display: none;
  gap: 24px;
  grid-template-columns: 1fr;
  padding: 24px;
  border: 1px solid var(--vqa-line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  box-shadow: 0 30px 80px rgba(42, 68, 111, 0.08);
}

.vqa-showcase__panel.is-active {
  display: grid;
}

.vqa-showcase__section-copy {
  display: grid;
  gap: 18px;
}

.vqa-showcase__panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.vqa-showcase__panel-head h3 {
  margin: 12px 0 0;
  color: var(--vqa-text-strong) !important;
  font: 700 clamp(28px, 2.3vw, 40px)/1.02 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
  letter-spacing: -0.045em;
}

.vqa-showcase__panel-subtitle {
  margin-top: 14px;
  color: var(--vqa-muted) !important;
  font: 600 18px/1.55 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__panel-description {
  margin-bottom: 26px;
  color: var(--vqa-text) !important;
  max-width: 1180px;
  font: 500 18px/1.82 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__bullet-list {
  display: grid;
  gap: 11px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}

.vqa-showcase__bullet-list li {
  position: relative;
  padding-left: 20px;
  color: var(--vqa-text) !important;
  font: 500 15px/1.7 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vqa-accent), var(--vqa-danger));
}

.vqa-showcase__visual {
  display: block;
}

.vqa-showcase__frame {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(117, 147, 188, 0.26);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(40, 63, 100, 0.12);
}

.vqa-showcase__frame-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(135, 158, 191, 0.16);
  background: linear-gradient(180deg, rgba(247, 250, 255, 1), rgba(243, 247, 252, 0.92));
}

.vqa-showcase__frame-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.vqa-showcase__frame-top span:nth-child(1) {
  background: #f0939b;
}

.vqa-showcase__frame-top span:nth-child(2) {
  background: #efc76e;
}

.vqa-showcase__frame-top span:nth-child(3) {
  background: #8cc3a1;
}

.vqa-showcase__frame-surface {
  padding: 18px;
  background: linear-gradient(180deg, #f9fbff, #f2f7fe);
}

.vqa-showcase__zoom-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.vqa-showcase__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid rgba(144, 167, 198, 0.18);
  background: #eef4fc;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.vqa-showcase__zoom-trigger:hover img,
.vqa-showcase__zoom-trigger:focus-visible img {
  transform: scale(1.01);
  box-shadow: 0 22px 50px rgba(40, 63, 100, 0.12);
}

.vqa-showcase__zoom-trigger:focus-visible {
  outline: none;
}

.vqa-showcase__section-body {
  display: grid;
  gap: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(135, 158, 191, 0.22);
}

.vqa-showcase__lightbox[hidden] {
  display: none !important;
}

.vqa-showcase__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.vqa-showcase__lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(14, 24, 40, 0.72);
  cursor: pointer;
}

.vqa-showcase__lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border: 1px solid rgba(166, 189, 220, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 40px 110px rgba(5, 14, 28, 0.34);
}

.vqa-showcase__lightbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(135, 158, 191, 0.22);
  background: linear-gradient(180deg, #f9fbff, #f3f8fe);
}

.vqa-showcase__lightbox-copy {
  display: grid;
  gap: 4px;
}

.vqa-showcase__lightbox-copy strong {
  color: var(--vqa-text-strong) !important;
  font: 700 15px/1.2 "Avenir Next", "SF Pro Display", "Helvetica Neue", sans-serif;
}

.vqa-showcase__lightbox-copy span {
  color: var(--vqa-muted) !important;
  font: 500 12px/1.4 "Avenir Next", "SF Pro Text", "Helvetica Neue", sans-serif;
}

.vqa-showcase__lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(135, 158, 191, 0.22);
  border-radius: 50%;
  background: white;
  color: var(--vqa-text-strong);
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vqa-showcase__lightbox-close:hover,
.vqa-showcase__lightbox-close:focus-visible {
  background: #f6faff;
  border-color: rgba(105, 139, 184, 0.32);
  box-shadow: 0 10px 24px rgba(45, 70, 106, 0.12);
  outline: none;
}

.vqa-showcase__lightbox-close span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}

.vqa-showcase__lightbox-stage {
  padding: 18px;
  max-height: calc(100vh - 124px);
  overflow: auto;
  background: linear-gradient(180deg, #f7fbff, #eef4fc);
}

.vqa-showcase__lightbox-stage img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(144, 167, 198, 0.2);
  background: white;
}

body.vqa-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1120px) {
  .vqa-showcase__shell {
    grid-template-columns: 244px minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .vqa-showcase__shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .vqa-showcase__sidebar {
    display: none;
  }

  .vqa-showcase__hero {
    grid-template-columns: 1fr;
  }

  .vqa-showcase__panels {
    display: grid;
    gap: 20px;
  }

  .vqa-showcase__panel {
    display: grid;
    scroll-margin-top: 28px;
  }

  .vqa-showcase__panel.is-active {
    border-color: rgba(79, 120, 186, 0.34);
    box-shadow: 0 30px 80px rgba(42, 68, 111, 0.12);
  }

  .vqa-showcase__mobile-tail {
    display: grid;
    gap: 14px;
    margin-top: 24px;
  }

  .vqa-showcase__mobile-tail .vqa-showcase__sidebar-footer {
    margin-top: 0;
  }

  .vqa-showcase__hero-actions {
    justify-content: center;
  }

  .vqa-showcase__content {
    padding: 24px;
  }

  .vqa-showcase__frame {
    border-radius: 24px;
  }

  .vqa-showcase__frame-surface {
    padding: 2px;
    overflow: hidden;
  }

  .vqa-showcase__zoom-trigger {
    overflow: hidden;
    border-radius: 20px;
  }

  .vqa-showcase__frame img {
    width: calc(100% + 44px);
    max-width: none;
    margin: -12px -22px -18px;
    border-radius: 18px;
  }

  .vqa-showcase__zoom-trigger:hover img,
  .vqa-showcase__zoom-trigger:focus-visible img {
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 720px) {
  .vqa-showcase {
    padding: 14px 0;
    border-radius: 18px;
  }

  .vqa-showcase__content,
  .vqa-showcase__sidebar {
    padding: 18px;
  }

  .vqa-showcase__panel {
    padding: 18px;
    gap: 18px;
  }

  .vqa-showcase__sidebar-pricing,
  .vqa-showcase__offer-card {
    padding: 18px;
  }

  .vqa-showcase__hero-lead {
    font-size: 20px !important;
  }

  .vqa-showcase__hero-copy p,
  .vqa-showcase__panel-description {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .vqa-showcase__panel-head {
    flex-direction: column;
  }

  .vqa-showcase__status {
    align-self: flex-start;
  }

  .vqa-showcase__lightbox {
    padding: 12px;
  }

  .vqa-showcase__lightbox-dialog {
    width: min(100vw - 24px, 1400px);
    max-height: calc(100vh - 24px);
  }

  .vqa-showcase__lightbox-topbar {
    align-items: start;
  }

  .vqa-showcase__sidebar-pricing {
    padding: 16px;
  }

  .vqa-showcase__button {
    width: 100%;
    min-width: 0;
  }

  .vqa-showcase__frame-top {
    padding: 12px 14px;
  }

  .vqa-showcase__frame-surface {
    padding: 0;
  }

  .vqa-showcase__frame img {
    width: calc(100% + 64px);
    margin: -16px -32px -26px;
    border-radius: 16px;
  }
}

@media (max-width: 560px) {
  .vqa-showcase {
    padding: 10px 0;
  }

  .vqa-showcase__shell {
    border-radius: 22px;
  }

  .vqa-showcase__content,
  .vqa-showcase__sidebar {
    padding: 16px;
  }

  .vqa-showcase__hero {
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .vqa-showcase__studio-note {
    gap: 14px;
  }

  .vqa-showcase__panel-subtitle {
    font-size: 16px;
  }

  .vqa-showcase__offer-price strong {
    font-size: 30px;
  }
}
