:root {
  --bg: #f4f5fa;
  --panel: #ffffff;
  --panel-soft: #eeebff;
  --accent: #6638f0;
  --cta: #ccea45;
  --heading: #5030a5;
  --text: #232332;
  --muted: #626477;
  --line: rgba(102, 56, 240, 0.16);
  --max: 1280px;
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 0, rgba(102, 56, 240, 0.08), transparent 34%),
    linear-gradient(180deg, #f4f5fa, #eeebff 50%, #f4f5fa);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  line-height: 1.68;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.vps-site-header-9644f6f7 {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(56, 42, 92, 0.1);
  backdrop-filter: blur(12px);
}
.vps-header-inner-e54e219c {
  width: min(100% - 36px, var(--max));
  min-height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.vps-logo-8298aeca {
  flex: 0 0 auto;
}
.vps-logo-8298aeca img {
  width: 181px;
}
.vps-site-nav-af355026 {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex: 1;
}
.vps-site-nav-af355026 a,
.vps-footer-nav-e263173d a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.vps-site-nav-af355026 a {
  padding: 9px 11px;
  border-radius: 10px;
}
.vps-site-nav-af355026 a:hover,
.vps-footer-nav-e263173d a:hover {
  color: var(--accent);
  background: rgba(102, 56, 240, 0.06);
}
.vps-header-actions-b3300c88 {
  display: flex;
  gap: 10px;
}
.vps-btn-e879ec56 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #f4f5fa;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 9px 24px rgba(102, 56, 240, 0.16);
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.vps-btn-e879ec56:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(102, 56, 240, 0.26);
}
.vps-btn-secondary-458841d2 {
  background: var(--cta);
  color: #232332;
  box-shadow: none;
}
.vps-btn-wide-96352e61 {
  width: 100%;
}
.vps-menu-toggle-98d34ad5 {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(56, 42, 92, 0.16);
  border-radius: 10px;
  color: #232332;
  background: var(--panel-soft);
}
.vps-menu-toggle-98d34ad5 span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}
.vps-hero-a8c497d7 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.vps-hero-a8c497d7::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}
.vps-hero-a8c497d7::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(244, 245, 250, 1) 5%,
    rgba(244, 245, 250, 0.96) 47%,
    rgba(244, 245, 250, 0.08)
  );
}
.vps-hero-inner-47a4e6ed {
  width: min(100% - 40px, var(--max));
  min-height: 430px;
  margin: auto;
  display: grid;
  align-items: center;
}
.vps-hero-inner-47a4e6ed > div {
  max-width: 650px;
  padding: 60px 0;
}
.vps-eyebrow-ffef6ac6 {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 0 0 18px;
  line-height: 1.16;
}
h1 {
  font-size: clamp(40px, 5vw, 68px);
  letter-spacing: -0.04em;
}
.vps-hero-a8c497d7 p {
  max-width: 610px;
  margin: 0 0 28px;
  color: #414254;
  font-size: 19px;
}
.vps-section-be6cac4e {
  padding: 58px 20px 72px;
}
.vps-container-241b26c3 {
  width: 100%;
  max-width: var(--max);
  margin: auto;
}
.vps-content-layout-0176de4a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}
.vps-review-content-74dd242c,
.vps-side-box-43e48104 {
  border: 1px solid rgba(56, 42, 92, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(47, 30, 90, 0.04);
}
.vps-review-content-74dd242c {
  min-width: 0;
  padding: clamp(22px, 4vw, 42px);
}
.vps-review-content-74dd242c p {
  margin: 0 0 19px;
  color: #414254;
}
.vps-review-content-74dd242c strong {
  color: #232332;
}
.vps-review-content-74dd242c h2 {
  scroll-margin-top: 92px;
  margin-top: 42px;
  color: var(--accent);
  font-size: clamp(26px, 3vw, 34px);
}
.vps-review-content-74dd242c h3 {
  margin-top: 29px;
  color: var(--heading);
  font-size: 22px;
}
.vps-review-content-74dd242c ul,
.vps-review-content-74dd242c ol {
  margin: 0 0 24px;
  padding-left: 24px;
  color: #414254;
}
.vps-review-content-74dd242c li {
  margin: 8px 0;
}
.vps-review-content-74dd242c table {
  display: block;
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border-collapse: collapse;
  border-radius: 12px;
}
.vps-review-content-74dd242c table {
  display: table;
}
.vps-table-scroll-b09e166a {
  overflow-x: auto;
  margin: 26px 0;
}
.vps-table-scroll-b09e166a table {
  margin: 0;
  min-width: 540px;
}
.vps-review-content-74dd242c th,
.vps-review-content-74dd242c td {
  padding: 13px 14px;
  border: 1px solid rgba(56, 42, 92, 0.12);
  text-align: left;
  vertical-align: top;
}
.vps-review-content-74dd242c th {
  color: var(--accent);
  background: #eeebff;
}
.vps-review-content-74dd242c tr:nth-child(even) td {
  background: rgba(102, 56, 240, 0.025);
}
.vps-article-meta-8d08b1ee {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.vps-article-meta-8d08b1ee span {
  padding: 7px 11px;
  border: 1px solid rgba(56, 42, 92, 0.1);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
}
.vps-article-meta-bottom-0ccbea7e {
  margin: 38px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(56, 42, 92, 0.1);
}
.vps-article-figure-fa40ce3e {
  margin: 24px 0 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ebe9f5;
}
.vps-article-figure-fa40ce3e img {
  width: 100%;
  height: auto;
}
.vps-article-figure-fa40ce3e figcaption {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 13px;
}
.vps-sidebar-720b88b4 {
  position: sticky;
  top: 92px;
}
.vps-side-box-43e48104 {
  padding: 20px;
}
.vps-side-box-43e48104 > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 19px;
}
.vps-toc-fd4eb981 {
  display: grid;
  gap: 6px;
  max-height: 62vh;
  margin-bottom: 18px;
  overflow: auto;
}
.vps-toc-fd4eb981 a {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}
.vps-toc-fd4eb981 a:hover {
  color: #232332;
  background: rgba(102, 56, 240, 0.08);
}
.vps-site-footer-96a7507e {
  border-top: 1px solid var(--line);
  background: #ebe9f5;
}
.vps-footer-main-757ad204 {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 1.25fr;
  gap: 30px;
  padding: 42px 20px;
}
.vps-footer-main-757ad204 p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.vps-footer-logo-f7acf772 {
  width: 181px;
  margin-bottom: 18px;
}
.vps-age-badge-f46bf000 {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-weight: 900;
}
.vps-footer-nav-e263173d {
  display: grid;
  gap: 8px;
}
.vps-language-switch-93d03bfc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  margin-top: 6px;
  border: 1px solid rgba(56, 42, 92, 0.16);
  border-radius: 8px;
  background: rgba(102, 56, 240, 0.06);
  font-size: 24px !important;
  line-height: 1;
}
.vps-language-switch-93d03bfc:hover {
  border-color: var(--accent);
  background: rgba(102, 56, 240, 0.1) !important;
}
.vps-footer-bottom-6ba64edc {
  padding: 18px 20px;
  border-top: 1px solid rgba(56, 42, 92, 0.08);
}
.vps-footer-bottom-6ba64edc .vps-container-241b26c3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 1050px) {
  .vps-header-inner-e54e219c {
    flex-wrap: wrap;
    padding: 11px 0;
  }
  .vps-site-nav-af355026 {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .vps-content-layout-0176de4a,
  .vps-footer-main-757ad204 {
    grid-template-columns: 1fr;
  }
  .vps-sidebar-720b88b4 {
    position: static;
  }
}
@media (max-width: 720px) {
  .vps-menu-toggle-98d34ad5 {
    display: block;
  }
  .vps-site-nav-af355026 {
    display: none;
  }
  .vps-site-nav-af355026.vps-is-open-ccdb9d84 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .vps-header-actions-b3300c88 {
    flex-basis: 100%;
  }
  .vps-header-actions-b3300c88 .vps-btn-e879ec56 {
    flex: 1;
  }
  .vps-hero-inner-47a4e6ed {
    min-height: 380px;
  }
  .vps-hero-a8c497d7::after {
    background: rgba(244, 245, 250, 0.94);
  }
  .vps-section-be6cac4e {
    padding: 32px 14px 54px;
  }
  .vps-review-content-74dd242c {
    padding: 21px 16px;
  }
  .vps-footer-bottom-6ba64edc .vps-container-241b26c3 {
    flex-direction: column;
  }
}

.vps-logo-8298aeca img {
  width: 142px;
}
.vps-footer-logo-f7acf772 {
  width: 160px;
}
.vps-btn-e879ec56 {
  background: #ccea45;
  color: #20202a;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(102, 56, 240, 0.16);
}
.vps-btn-secondary-458841d2 {
  color: var(--accent);
  background: transparent;
  border: 1px solid #6638f0;
  box-shadow: none;
}
.vps-site-nav-af355026 a[aria-current='page'] {
  color: var(--accent);
  background: rgba(102, 56, 240, 0.08);
}
.vps-related-guides-375b77e3 {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.vps-related-guides-375b77e3 h2 {
  font-size: 23px;
  color: var(--accent);
}
.vps-related-guides-375b77e3 nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.vps-related-guides-375b77e3 a {
  color: var(--muted);
  text-underline-offset: 4px;
}
.vps-related-guides-375b77e3 a[aria-current='page'] {
  display: none;
}
.vps-skip-link-3ae8ef16 {
  position: fixed;
  left: 16px;
  top: -100px;
  padding: 12px 20px;
  background: var(--accent);
  color: var(--bg);
  z-index: 50;
}
.vps-skip-link-3ae8ef16:focus {
  top: 10px;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.vps-review-content-74dd242c h3 {
  scroll-margin-top: 150px;
}
@media (min-width: 1051px) {
  .vps-header-inner-e54e219c {
    gap: 16px;
  }
  .vps-site-nav-af355026 a {
    padding: 9px 8px;
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .vps-review-content-74dd242c h2,
  .vps-review-content-74dd242c h3 {
    scroll-margin-top: 165px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .vps-btn-e879ec56 {
    transition: none;
  }
}
.vps-content-layout-0176de4a > div {
  min-width: 0;
}

/* Vipsta palette: white, violet and lime, matching the supplied brand screenshots. */
.vps-header-inner-e54e219c {
  flex-wrap: wrap;
  gap: 16px;
  padding: 12px 0;
}
.vps-logo-8298aeca img {
  width: 76px;
}
.vps-header-actions-b3300c88 {
  margin-left: auto;
}
.vps-site-nav-af355026 {
  order: 3;
  flex-basis: 100%;
  justify-content: center;
}
.vps-site-nav-af355026 a {
  font-size: 13px;
}
.vps-btn-e879ec56 {
  border-radius: 999px;
  box-shadow: none;
}
.vps-btn-secondary-458841d2 {
  background: #6638f0;
  color: #fff;
  border-color: #6638f0;
}
.vps-hero-inner-47a4e6ed {
  min-height: 400px;
}
.vps-hero-inner-47a4e6ed > div {
  max-width: 660px;
}
.vps-hero-a8c497d7::before {
  background-position: right center;
}
.vps-hero-a8c497d7::after {
  background: linear-gradient(
    90deg,
    #f4f5fa 0%,
    rgba(244, 245, 250, 0.97) 36%,
    rgba(244, 245, 250, 0.4) 72%,
    rgba(244, 245, 250, 0.05)
  );
}
.vps-hero-a8c497d7 p {
  color: #414254;
}
h1 {
  font-size: clamp(36px, 4.8vw, 62px);
  overflow-wrap: anywhere;
}
.vps-review-content-74dd242c h2,
.vps-review-content-74dd242c h3 {
  scroll-margin-top: 160px;
}
.vps-sidebar-720b88b4 {
  top: 150px;
}
.vps-article-figure-fa40ce3e {
  background: #f4f5fa;
}
.vps-article-figure-fa40ce3e img {
  max-height: 620px;
  object-fit: contain;
}
.vps-article-figure-fa40ce3e a {
  display: block;
}
.vps-footer-logo-f7acf772 {
  width: 90px;
}
.vps-toc-fd4eb981 {
  max-height: 55vh;
}
.vps-skip-link-3ae8ef16 {
  color: #fff;
}
.vps-table-scroll-b09e166a {
  border-radius: 12px;
}
@media (max-width: 1050px) {
  .vps-site-nav-af355026 {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .vps-toc-fd4eb981 {
    max-height: 200px;
  }
}
@media (max-width: 720px) {
  .vps-site-nav-af355026 {
    order: 3;
  }
  .vps-header-actions-b3300c88 {
    order: 2;
    margin: 0;
  }
  .vps-hero-inner-47a4e6ed {
    min-height: 340px;
  }
  .vps-hero-inner-47a4e6ed > div {
    padding: 42px 0;
  }
  .vps-hero-a8c497d7::after {
    background: rgba(244, 245, 250, 0.94);
  }
  .vps-site-header-9644f6f7:has(.vps-is-open-ccdb9d84) {
    max-height: 100dvh;
    overflow-y: auto;
  }
  .vps-review-content-74dd242c h2 {
    font-size: 26px;
    overflow-wrap: anywhere;
  }
}

/* Keep the full desktop navigation aligned with the logo and account buttons. */
@media (min-width: 1200px) {
  .vps-header-inner-e54e219c {
    flex-wrap: nowrap;
  }
  .vps-site-nav-af355026 {
    order: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 2px;
  }
  .vps-site-nav-af355026 a {
    white-space: nowrap;
    padding: 9px 6px;
  }
  .vps-header-actions-b3300c88 {
    flex-shrink: 0;
    margin-left: 0;
  }
  .vps-header-actions-b3300c88 .vps-btn-e879ec56 {
    padding: 11px 16px;
    font-size: 14px;
  }
  .vps-sidebar-720b88b4 {
    top: 96px;
  }
  .vps-review-content-74dd242c h2,
  .vps-review-content-74dd242c h3 {
    scroll-margin-top: 110px;
  }
}
/* Use the menu toggle where all eight links no longer fit comfortably. */
@media (min-width: 721px) and (max-width: 1199px) {
  .vps-menu-toggle-98d34ad5 {
    display: block;
  }
  .vps-site-nav-af355026 {
    display: none;
  }
  .vps-site-nav-af355026.vps-is-open-ccdb9d84 {
    display: flex;
    flex-wrap: wrap;
  }
  .vps-header-actions-b3300c88 {
    margin-left: 0;
  }
}

/* Service pages and compact legal links in the footer. */
.vps-legal-layout-278b61cd {
  max-width: 960px;
}
.vps-legal-layout-278b61cd h1 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 28px;
}
.vps-legal-kicker-dbbfd107 {
  color: var(--accent) !important;
  font-weight: 750;
}
.vps-legal-note-971bb36a {
  padding: 16px 20px;
  border-left: 3px solid var(--accent);
  background: var(--panel-soft);
  border-radius: 0 10px 10px 0;
}
.vps-legal-links-c573ed98 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.vps-legal-links-c573ed98 a {
  text-underline-offset: 4px;
}
.vps-legal-links-c573ed98 a:hover,
.vps-legal-links-c573ed98 a[aria-current='page'] {
  color: var(--accent);
}
.vps-footer-bottom-6ba64edc .vps-container-241b26c3 {
  flex-wrap: wrap;
}
