.vgate-app-guide-preview-active,
.vgate-app-guide-public-active {
  margin: 0;
  background: #fff;
}

.vgag-page {
  --vgag-bg: #090b12;
  --vgag-bg-soft: #111520;
  --vgag-ink: #11131a;
  --vgag-muted: #656b78;
  --vgag-line: #e2e4ea;
  --vgag-accent: #7869c7;
  --vgag-accent-light: #9c8bff;
  --vgag-cyan: #71cce6;
  width: 100%;
  overflow: hidden;
  color: var(--vgag-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

.vgag-page h1,
.vgag-page h2,
.vgag-page h3,
.vgag-page p,
.vgag-page ul {
  margin-top: 0;
  font-family: inherit !important;
}

.vgag-page h1,
.vgag-page h2,
.vgag-page h3,
.vgag-page strong,
.vgag-page b {
  font-synthesis: none;
}

.vgag-page a {
  color: inherit;
  text-decoration: none;
}

.vgag-wrap {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.vgag-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 79% 39%, rgba(120, 105, 199, .24), transparent 28%),
    radial-gradient(circle at 92% 90%, rgba(113, 204, 230, .08), transparent 25%),
    linear-gradient(122deg, #080a10 0%, #0c0f17 62%, #131525 100%);
}

.vgag-hero__gridlines {
  position: absolute;
  inset: 0;
  opacity: .7;
  background-image:
    linear-gradient(rgba(255, 255, 255, .023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .023) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, #000 0%, rgba(0,0,0,.72) 54%, transparent 100%);
}

.vgag-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 76px;
  align-items: center;
  padding: 92px 0 94px;
}

.vgag-eyebrow,
.vgag-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #c9c0ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vgag-eyebrow span {
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--vgag-cyan), var(--vgag-accent-light));
}

.vgag-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(50px, 5.2vw, 75px);
  font-weight: 720;
  letter-spacing: -.052em;
  line-height: 1.01;
}

.vgag-hero h1 em {
  color: var(--vgag-accent-light);
  font-style: normal;
}

.vgag-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: #bdc2ce;
  font-size: 17px;
  line-height: 1.72;
}

.vgag-hero__actions,
.vgag-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.vgag-hero__actions {
  margin-bottom: 29px;
}

.vgag-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.vgag-btn:hover {
  transform: translateY(-2px);
}

.vgag-btn--primary {
  color: #fff !important;
  background: var(--vgag-accent);
  box-shadow: 0 15px 38px rgba(73, 57, 153, .27);
}

.vgag-btn--primary:hover {
  background: #8474d5;
}

.vgag-btn--ghost {
  color: #f6f7fb !important;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .045);
}

.vgag-btn--ghost:hover {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}

.vgag-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  color: #cbd0da;
  font-size: 13px;
  list-style: none;
}

.vgag-hero__checks li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.vgag-hero__checks span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0b0d13;
  background: #90d3e7;
  font-size: 9px;
  font-weight: 900;
}

.vgag-hero__visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.vgag-orbit {
  position: absolute;
  border: 1px solid rgba(156, 139, 255, .23);
  border-radius: 50%;
}

.vgag-orbit--one {
  width: 430px;
  height: 430px;
}

.vgag-orbit--two {
  width: 520px;
  height: 520px;
  border-style: dashed;
  opacity: .55;
}

.vgag-rule-card {
  position: relative;
  z-index: 2;
  width: min(430px, 94%);
  padding: 29px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.115), rgba(255,255,255,.035));
  box-shadow: 0 42px 90px rgba(0,0,0,.4);
  backdrop-filter: blur(17px);
  transform: rotate(1.2deg);
}

.vgag-rule-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px;
}

.vgag-rule-card__top span {
  padding: 7px 10px;
  border-radius: 8px;
  color: #fff;
  background: var(--vgag-accent);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vgag-rule-card__top i {
  color: #b0b6c2;
  font-size: 12px;
  font-style: normal;
}

.vgag-rule-card > strong {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 34px;
  font-weight: 690;
  letter-spacing: -.032em;
  line-height: 1.12;
}

.vgag-rule-card > p {
  margin-bottom: 23px;
  color: #c4c9d3;
  font-size: 14px;
  line-height: 1.65;
}

.vgag-rule-card__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
}

.vgag-rule-card__flow div {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 11px 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(5,7,12,.28);
}

.vgag-rule-card__flow b {
  margin-bottom: 3px;
  color: #eef0f5;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}

.vgag-rule-card__flow small {
  color: #b3bac7;
  font-size: 11.5px;
  font-weight: 450;
  line-height: 1.4;
}

.vgag-rule-card__flow > span {
  color: #787f8d;
  font-size: 13px;
}

.vgag-anchorbar {
  position: sticky;
  z-index: 20;
  top: 0;
  overflow: hidden;
  border-bottom: 1px solid #e5e6eb;
  color: #444a56;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 25px rgba(20,23,31,.035);
  backdrop-filter: blur(14px);
}

.admin-bar .vgag-anchorbar {
  top: 32px;
}

.vgag-anchorbar .vgag-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 62px;
}

.vgag-anchorbar a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 650;
  transition: color .2s ease, background .2s ease;
}

.vgag-anchorbar a:hover,
.vgag-anchorbar a.is-active {
  color: #5d4ab6;
  background: #f1effb;
}

.vgag-section {
  scroll-margin-top: 80px;
  padding: 105px 0;
}

.vgag-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 43px;
}

.vgag-heading > div {
  max-width: 740px;
}

.vgag-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--vgag-accent);
}

.vgag-heading h2,
.vgag-scope h2,
.vgag-cta h2 {
  margin-bottom: 0;
  color: var(--vgag-ink);
  font-size: clamp(38px, 4.15vw, 56px);
  font-weight: 710;
  letter-spacing: -.046em;
  line-height: 1.04;
}

.vgag-heading > p {
  max-width: 440px;
  margin: 0 0 4px;
  color: var(--vgag-muted);
  font-size: 14px;
  line-height: 1.7;
}

.vgag-quick {
  background:
    radial-gradient(circle at 8% 6%, rgba(120,105,199,.07), transparent 23%),
    linear-gradient(180deg, #f7f7f9 0%, #f0f2f5 100%);
}

.vgag-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 15px;
}

.vgag-route-card {
  position: relative;
  min-height: 455px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(25,28,36,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 42px rgba(28,32,43,.045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.vgag-route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(120,105,199,.28);
  box-shadow: 0 20px 52px rgba(38,36,68,.075);
}

.vgag-route-card--featured {
  border-color: rgba(120,105,199,.38);
  box-shadow: 0 18px 50px rgba(63,51,133,.085);
}

.vgag-route-card--featured::before {
  content: "Najlepszy wybór do FORScan";
  position: absolute;
  right: 26px;
  top: 0;
  padding: 7px 11px;
  border-radius: 0 0 9px 9px;
  color: #fff;
  background: var(--vgag-accent);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vgag-route-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px;
}

.vgag-route-card__top span {
  color: var(--vgag-accent);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.vgag-route-card__top b {
  color: #777d89;
  font-size: 11.5px;
  font-weight: 650;
}

.vgag-route-card h3 {
  margin-bottom: 11px;
  color: var(--vgag-ink);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.vgag-route-card > p,
.vgag-route-card__wide-grid p {
  margin-bottom: 18px;
  color: #606673;
  font-size: 13.5px;
  line-height: 1.7;
}

.vgag-route-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0;
  color: #4f5561;
  font-size: 12.5px;
  list-style: none;
}

.vgag-route-card li {
  position: relative;
  padding-left: 17px;
}

.vgag-route-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--vgag-accent);
  font-weight: 900;
}

.vgag-route-card li strong {
  color: #252932;
  font-weight: 680;
}

.vgag-route-card__warning {
  margin-bottom: 21px;
  padding: 12px 13px;
  border: 1px solid #eadfbd;
  border-radius: 11px;
  color: #7c642a;
  background: #fbf8ef;
  font-size: 12px;
  line-height: 1.55;
}

.vgag-route-card > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #4e3ba7;
  font-size: 12px;
  font-weight: 700;
}

.vgag-route-card > a span {
  transition: transform .2s ease;
}

.vgag-route-card > a:hover span {
  transform: translateX(4px);
}

.vgag-route-card--wide {
  min-height: 0;
  grid-column: 1 / -1;
}

.vgag-route-card__wide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}

.vgag-compare {
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(120,105,199,.18), transparent 25%),
    linear-gradient(125deg, #090b12 0%, #10141d 100%);
}

.vgag-heading--light h2 {
  color: #fff;
}

.vgag-heading--light > p {
  color: #aeb5c3;
}

.vgag-heading--light .vgag-kicker {
  color: #a99dff;
}

.vgag-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 25px 70px rgba(0,0,0,.18);
}

.vgag-table-wrap:focus-visible {
  outline: 3px solid rgba(156,139,255,.36);
  outline-offset: 3px;
}

.vgag-table-wrap table {
  width: 100%;
  min-width: 990px;
  border-collapse: collapse;
  color: #d7dbe4;
  font-size: 13px;
  line-height: 1.55;
}

.vgag-table-wrap th,
.vgag-table-wrap td {
  padding: 18px 17px;
  border-right: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.08);
  vertical-align: top;
  text-align: left;
}

.vgag-table-wrap th:last-child,
.vgag-table-wrap td:last-child {
  border-right: 0;
}

.vgag-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.vgag-table-wrap th {
  color: #9b9fff;
  background: rgba(6,8,13,.3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vgag-table-wrap td strong,
.vgag-table-wrap td small {
  display: block;
}

.vgag-table-wrap td strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 680;
}

.vgag-table-wrap td small {
  color: #adb4c1;
  font-size: 11.5px;
  line-height: 1.45;
}

.vgag-table-wrap tbody tr {
  transition: background .18s ease;
}

.vgag-table-wrap tbody tr:hover {
  background: rgba(255,255,255,.028);
}

.vgag-table-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0;
  color: #aeb5c1;
  font-size: 12.5px;
}

.vgag-table-note span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(156,139,255,.25);
  border-radius: 50%;
  color: #a99dff;
  font-size: 10px;
  font-weight: 800;
}

.vgag-platform {
  background: #fff;
}

.vgag-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid var(--vgag-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(24,27,38,.065);
}

.vgag-platform-grid article {
  position: relative;
  min-height: 385px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border-right: 1px solid var(--vgag-line);
}

.vgag-platform-grid article:last-child {
  border-right: 0;
}

.vgag-platform-card--featured {
  background: linear-gradient(180deg, #f7f5ff, #fbfbfd);
}

.vgag-platform-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  border: 1px solid #ddd9ef;
  border-radius: 14px;
  color: var(--vgag-accent);
  background: #f2f0fa;
  font-size: 16px;
  font-weight: 750;
}

.vgag-platform-grid article > small {
  margin-bottom: 7px;
  color: #6f7581;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vgag-platform-grid h3 {
  margin-bottom: 13px;
  color: var(--vgag-ink);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.vgag-platform-grid p {
  margin-bottom: 28px;
  color: var(--vgag-muted);
  font-size: 13px;
  line-height: 1.72;
}

.vgag-platform-grid article > strong,
.vgag-platform-grid article > b {
  display: block;
  margin-top: auto;
}

.vgag-platform-grid article > strong {
  margin-bottom: 5px;
  color: #6f7581;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vgag-platform-grid article > b {
  color: #4f3ea4;
  font-size: 13px;
  font-weight: 700;
}

.vgag-scope {
  background:
    radial-gradient(circle at 91% 7%, rgba(120,105,199,.07), transparent 24%),
    #f3f4f7;
}

.vgag-scope__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 76px;
  align-items: center;
}

.vgag-scope__copy h2 {
  margin-bottom: 20px;
}

.vgag-scope__copy > p {
  margin-bottom: 23px;
  color: var(--vgag-muted);
  font-size: 14px;
  line-height: 1.75;
}

.vgag-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4f3da6 !important;
  font-size: 12px;
  font-weight: 700;
}

.vgag-text-link span {
  transition: transform .2s ease;
}

.vgag-text-link:hover span {
  transform: translateX(4px);
}

.vgag-scope__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.vgag-scope__cards article {
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--vgag-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(26,29,38,.05);
}

.vgag-scope__cards article > span {
  display: inline-flex;
  margin-bottom: 25px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #5a49b3;
  background: #f1effa;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vgag-scope__cards h3 {
  margin-bottom: 17px;
  color: var(--vgag-ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.vgag-scope__cards ul {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  color: #4f5562;
  font-size: 13px;
  list-style: none;
}

.vgag-scope__cards li {
  position: relative;
  padding-left: 18px;
}

.vgag-scope__cards li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--vgag-accent);
  font-weight: 900;
}

.vgag-scope__cards p {
  margin-bottom: 0;
  color: #777d89;
  font-size: 13px;
  line-height: 1.65;
}

.vgag-faq {
  background: #fff;
}

.vgag-faq-list {
  display: grid;
  gap: 10px;
}

.vgag-faq-list details {
  overflow: hidden;
  border: 1px solid var(--vgag-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(28,32,43,.035);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vgag-faq-list details[open] {
  border-color: rgba(120,105,199,.34);
  box-shadow: 0 15px 38px rgba(58,51,124,.07);
}

.vgag-faq-list summary {
  min-height: 82px;
  display: grid;
  grid-template-columns: 42px 1fr 36px;
  gap: 16px;
  align-items: center;
  padding: 18px 21px;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.vgag-faq-list summary::-webkit-details-marker {
  display: none;
}

.vgag-faq-list summary > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(120,105,199,.16);
  border-radius: 12px;
  color: var(--vgag-accent);
  background: #f2f0fa;
  font-size: 11px;
  font-weight: 800;
}

.vgag-faq-list summary > strong {
  color: var(--vgag-ink);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.4;
}

.vgag-faq-list summary > i {
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid #dfe1e7;
  border-radius: 50%;
  background: #fafafd;
}

.vgag-faq-list summary > i::before,
.vgag-faq-list summary > i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 1.5px;
  border-radius: 2px;
  background: #565b67;
  transform: translate(-50%, -50%);
}

.vgag-faq-list summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.vgag-faq-list details[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.vgag-faq-list details > div {
  padding: 0 78px 25px;
}

.vgag-faq-list details p {
  max-width: 930px;
  margin-bottom: 0;
  color: #5b616e;
  font-size: 14px;
  line-height: 1.72;
}

.vgag-cta {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 50%, rgba(120,105,199,.22), transparent 28%),
    linear-gradient(112deg, #090b12, #111522);
}

.vgag-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 70px 70px;
}

.vgag-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.vgag-cta .vgag-kicker {
  color: #aaa0ff;
}

.vgag-cta h2 {
  margin-bottom: 16px;
  color: #fff;
}

.vgag-cta p {
  max-width: 760px;
  margin: 0;
  color: #b8bdc8;
  font-size: 14px;
  line-height: 1.72;
}

.vgag-cta__actions {
  justify-content: flex-end;
}

@media (max-width: 1060px) {
  .vgag-hero__grid {
    gap: 35px;
  }

  .vgag-heading {
    gap: 35px;
  }

  .vgag-scope__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .vgag-scope__copy {
    max-width: 820px;
  }
}

@media (max-width: 900px) {
  .vgag-hero__grid {
    grid-template-columns: 1fr;
    padding: 78px 0 76px;
  }

  .vgag-hero__visual {
    min-height: 410px;
  }

  .vgag-anchorbar .vgag-wrap {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .vgag-anchorbar .vgag-wrap::-webkit-scrollbar {
    display: none;
  }

  .vgag-heading {
    display: block;
  }

  .vgag-heading > p {
    max-width: 700px;
    margin-top: 17px;
  }

  .vgag-platform-grid {
    grid-template-columns: 1fr;
  }

  .vgag-platform-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--vgag-line);
  }

  .vgag-platform-grid article:last-child {
    border-bottom: 0;
  }

  .vgag-cta__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vgag-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .vgag-wrap {
    width: min(100% - 28px, 620px);
  }

  .vgag-hero {
    min-height: auto;
  }

  .vgag-hero__grid {
    padding: 63px 0 60px;
  }

  .vgag-hero h1 {
    font-size: clamp(43px, 13.2vw, 59px);
  }

  .vgag-hero__lead {
    font-size: 15.5px;
  }

  .vgag-hero__actions,
  .vgag-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vgag-hero__visual {
    min-height: 350px;
  }

  .vgag-rule-card {
    width: 100%;
    padding: 22px;
    border-radius: 22px;
    transform: none;
  }

  .vgag-rule-card > strong {
    font-size: 28px;
  }

  .vgag-rule-card__flow {
    grid-template-columns: 1fr;
  }

  .vgag-rule-card__flow > span {
    height: 11px;
    text-align: center;
    transform: rotate(90deg);
  }

  .vgag-orbit--one {
    width: 320px;
    height: 320px;
  }

  .vgag-orbit--two {
    width: 390px;
    height: 390px;
  }

  .vgag-anchorbar .vgag-wrap {
    min-height: 56px;
  }

  .vgag-section {
    padding: 76px 0;
    scroll-margin-top: 68px;
  }

  .vgag-heading {
    margin-bottom: 32px;
  }

  .vgag-heading h2,
  .vgag-scope h2,
  .vgag-cta h2 {
    font-size: 37px;
  }

  .vgag-route-grid,
  .vgag-scope__cards {
    grid-template-columns: 1fr;
  }

  .vgag-route-card {
    min-height: 0;
    padding: 24px;
    border-radius: 19px;
  }

  .vgag-route-card--featured::before {
    display: none;
  }

  .vgag-route-card--wide {
    grid-column: auto;
  }

  .vgag-route-card__wide-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vgag-platform-grid {
    border-radius: 20px;
  }

  .vgag-platform-grid article {
    padding: 25px;
  }

  .vgag-scope__cards article {
    min-height: 0;
    padding: 24px;
  }

  .vgag-faq-list summary {
    min-height: 80px;
    grid-template-columns: 36px 1fr 32px;
    gap: 11px;
    padding: 15px 13px;
  }

  .vgag-faq-list summary > span {
    width: 36px;
    height: 36px;
  }

  .vgag-faq-list summary > strong {
    font-size: 13.5px;
  }

  .vgag-faq-list summary > i {
    width: 32px;
    height: 32px;
  }

  .vgag-faq-list details > div {
    padding: 0 17px 22px 60px;
  }

  .vgag-faq-list details p {
    font-size: 14px;
  }

  .vgag-cta {
    padding: 72px 0;
  }
}

@media (max-width: 782px) {
  .admin-bar .vgag-anchorbar {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vgag-page *,
  .vgag-page *::before,
  .vgag-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
