/*
Theme Name: VisaTools Herrington Child
Theme URI: https://visatools.ca/
Description: A clean single-page education website for VisaTools Canada, built as a child theme of Herrington.
Author: VisaTools Canada
Author URI: https://visatools.ca/
Template: herrington
Version: 1.0.0
Text Domain: visatools-herrington-child
*/

:root {
  --vt-navy: #123c64;
  --vt-navy-2: #0b2d4d;
  --vt-ink: #17324b;
  --vt-text: #52677a;
  --vt-red: #e6382f;
  --vt-sky: #eaf5ff;
  --vt-mist: #f5f8fb;
  --vt-line: #dbe5ed;
  --vt-white: #ffffff;
  --vt-shadow: 0 24px 70px rgba(15, 51, 83, 0.10);
  --vt-shadow-small: 0 12px 36px rgba(15, 51, 83, 0.08);
  --vt-radius: 24px;
  --vt-radius-small: 16px;
  --vt-container: 1180px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body.visatools-home,
body.visatools-site {
  margin: 0;
  background: var(--vt-white);
  color: var(--vt-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vt-site,
.vt-site * {
  box-sizing: border-box;
}

.vt-site img {
  max-width: 100%;
  height: auto;
}

.vt-site a {
  color: inherit;
  text-decoration: none;
}

.vt-site button,
.vt-site input {
  font: inherit;
}

.vt-site button {
  cursor: pointer;
}

.vt-site h1,
.vt-site h2,
.vt-site h3,
.vt-site h4,
.vt-site p {
  margin-top: 0;
}

.vt-site h1,
.vt-site h2,
.vt-site h3,
.vt-site h4 {
  color: var(--vt-ink);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.vt-site h1 {
  font-size: clamp(3.2rem, 7vw, 6.35rem);
}

.vt-site h2 {
  font-size: clamp(2.25rem, 4vw, 4.35rem);
}

.vt-site h3 {
  font-size: 1.25rem;
}

.vt-container {
  width: min(calc(100% - 40px), var(--vt-container));
  margin-inline: auto;
}

.vt-section {
  position: relative;
  padding: 108px 0;
}

.vt-section--soft {
  background: var(--vt-mist);
  border-top: 1px solid var(--vt-line);
  border-bottom: 1px solid var(--vt-line);
}

.vt-section--navy {
  overflow: hidden;
  background: var(--vt-navy-2);
  color: rgba(255,255,255,.78);
}

.vt-section--navy h2,
.vt-section--navy h3,
.vt-section--navy strong {
  color: var(--vt-white);
}

.vt-section--navy::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  border: 80px solid rgba(255,255,255,.035);
  border-radius: 50%;
}

.vt-section-heading {
  max-width: 770px;
  margin-bottom: 48px;
}

.vt-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.vt-section-heading h2 {
  margin-bottom: 20px;
}

.vt-section-heading p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 1.15rem;
}

.vt-section-heading--center p {
  margin-inline: auto;
}

.vt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--vt-navy);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vt-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vt-red);
  box-shadow: 0 0 0 5px rgba(230,56,47,.08);
}

.vt-eyebrow--light {
  color: rgba(255,255,255,.76);
}

.vt-skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 99999;
  padding: 12px 18px;
  background: var(--vt-navy-2);
  color: var(--vt-white);
  border-radius: 8px;
}

.vt-skip-link:focus {
  top: 16px;
}

/* Header */
.vt-header {
  position: sticky;
  z-index: 999;
  top: 0;
  background: rgba(255,255,255,.90);
  border-bottom: 1px solid rgba(219,229,237,.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.vt-header.is-scrolled {
  background: rgba(255,255,255,.97);
  box-shadow: 0 12px 32px rgba(15,51,83,.08);
}

.vt-header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vt-brand,
.vt-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.vt-brand .custom-logo {
  width: auto;
  max-width: 190px;
  max-height: 54px;
}

.vt-brand__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--vt-white);
  background: var(--vt-navy);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(18,60,100,.22);
}

.vt-brand__mark::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -3px;
  bottom: -2px;
  background: var(--vt-red);
  border: 3px solid var(--vt-white);
  border-radius: 50%;
}

.vt-brand__mark svg {
  width: 21px;
  height: 21px;
}

.vt-brand__text {
  display: grid;
  color: var(--vt-ink);
  line-height: 1;
}

.vt-brand__text strong {
  font-size: 1rem;
  letter-spacing: -.02em;
}

.vt-brand__text small {
  margin-top: 5px;
  color: var(--vt-text);
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .25em;
}

.vt-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.vt-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.vt-nav__links a {
  padding: 10px 11px;
  color: var(--vt-ink);
  font-size: .91rem;
  font-weight: 650;
  border-radius: 10px;
}

.vt-nav__links a:hover,
.vt-nav__links a:focus-visible {
  color: var(--vt-navy);
  background: var(--vt-sky);
}

.vt-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}

.vt-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--vt-ink);
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  border-radius: 12px;
}

.vt-menu-toggle svg {
  width: 22px;
  height: 22px;
}

.vt-cart-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--vt-navy);
  background: var(--vt-sky);
  border-radius: 12px;
}

.vt-cart-link svg {
  width: 20px;
  height: 20px;
}

.vt-cart-count {
  position: absolute;
  min-width: 17px;
  height: 17px;
  right: -4px;
  top: -4px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  color: var(--vt-white);
  background: var(--vt-red);
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 800;
}

/* Buttons */
.vt-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  color: var(--vt-white) !important;
  background: var(--vt-navy);
  border: 1px solid var(--vt-navy);
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(18,60,100,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vt-button:hover,
.vt-button:focus-visible {
  color: var(--vt-white);
  background: var(--vt-navy-2);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(18,60,100,.24);
}

.vt-button svg {
  width: 18px;
  height: 18px;
}

.vt-button--red {
  background: var(--vt-red);
  border-color: var(--vt-red);
  box-shadow: 0 12px 30px rgba(230,56,47,.18);
}

.vt-button--red:hover,
.vt-button--red:focus-visible {
  background: #c92f28;
}

.vt-button--outline {
  color: var(--vt-navy) !important;
  background: var(--vt-white);
  border-color: #b9ccda;
  box-shadow: none;
}

.vt-button--outline:hover,
.vt-button--outline:focus-visible {
  color: var(--vt-navy-2) !important;
  background: var(--vt-sky);
}

.vt-button--small {
  min-height: 44px;
  padding: 11px 16px;
  font-size: .87rem;
}

/* Hero */
.vt-hero {
  overflow: hidden;
  padding: 92px 0 100px;
  background:
    radial-gradient(circle at 84% 15%, rgba(94,184,242,.14), transparent 25%),
    radial-gradient(circle at 10% 85%, rgba(230,56,47,.06), transparent 24%),
    var(--vt-white);
}

.vt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center;
  gap: 72px;
}

.vt-hero__content {
  position: relative;
  z-index: 2;
}

.vt-hero__content h1 {
  max-width: 760px;
  margin-bottom: 26px;
}

.vt-hero__content h1 span {
  color: var(--vt-navy);
}

.vt-hero__lead {
  max-width: 700px;
  margin-bottom: 32px;
  color: var(--vt-text);
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
}

.vt-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vt-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.vt-proof__faces {
  display: flex;
}

.vt-proof__face {
  width: 36px;
  height: 36px;
  margin-left: -9px;
  border: 3px solid var(--vt-white);
  border-radius: 50%;
  background: linear-gradient(145deg, #d5e8f5, #a9cde4);
}

.vt-proof__face:first-child {
  margin-left: 0;
}

.vt-proof__face:nth-child(2) { background: linear-gradient(145deg, #efd7d5, #d9b7b4); }
.vt-proof__face:nth-child(3) { background: linear-gradient(145deg, #dfe7d3, #bcd1a3); }
.vt-proof__face:nth-child(4) { background: linear-gradient(145deg, #dfd8ef, #beb3df); }
.vt-proof__face:nth-child(5) { background: linear-gradient(145deg, #f1e1c7, #dfc398); }

.vt-proof p {
  margin: 0;
  color: var(--vt-ink);
  font-size: .86rem;
  font-weight: 650;
}

.vt-hero-art {
  position: relative;
  min-height: 560px;
}

.vt-hero-art::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  left: 50%;
  top: 50%;
  background: linear-gradient(145deg, rgba(234,245,255,.95), rgba(245,248,251,.25));
  border-radius: 42% 58% 58% 42% / 45% 45% 55% 55%;
  transform: translate(-50%, -48%) rotate(-7deg);
}

.vt-browser {
  position: absolute;
  width: min(100%, 435px);
  left: 50%;
  top: 50%;
  padding: 16px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--vt-line);
  border-radius: 28px;
  box-shadow: var(--vt-shadow);
  transform: translate(-50%, -50%) rotate(2deg);
}

.vt-browser__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px 15px;
}

.vt-browser__dots {
  display: flex;
  gap: 6px;
}

.vt-browser__dots span {
  width: 8px;
  height: 8px;
  background: #c9d8e4;
  border-radius: 50%;
}

.vt-browser__dots span:first-child { background: var(--vt-red); }
.vt-browser__address {
  color: #7890a2;
  font-size: .66rem;
  font-weight: 700;
}

.vt-passport {
  min-height: 290px;
  padding: 32px;
  color: rgba(255,255,255,.74);
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.08), transparent 28%),
    var(--vt-navy-2);
  border-radius: 22px;
}

.vt-passport__star {
  color: rgba(255,255,255,.12);
  font-size: 5rem;
  line-height: .8;
  text-align: right;
}

.vt-passport h3 {
  max-width: 280px;
  margin: 5px 0 10px;
  color: var(--vt-white);
  font-size: 2rem;
}

.vt-passport p {
  max-width: 275px;
  font-size: .9rem;
}

.vt-passport__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
  color: rgba(255,255,255,.78);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vt-floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  color: var(--vt-ink);
  background: rgba(255,255,255,.96);
  border: 1px solid var(--vt-line);
  border-radius: 16px;
  box-shadow: var(--vt-shadow-small);
  font-size: .78rem;
  font-weight: 750;
}

.vt-floating-card svg {
  width: 21px;
  height: 21px;
  color: var(--vt-navy);
}

.vt-floating-card--license {
  left: 0;
  top: 88px;
}

.vt-floating-card--episode {
  right: -5px;
  bottom: 88px;
}

.vt-floating-card--form {
  left: 44px;
  bottom: 28px;
}

/* Trust strip */
.vt-trust-strip {
  border-top: 1px solid var(--vt-line);
  border-bottom: 1px solid var(--vt-line);
  background: var(--vt-mist);
}

.vt-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.vt-trust-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 13px;
  padding: 24px;
  border-right: 1px solid var(--vt-line);
  color: var(--vt-ink);
  font-size: .85rem;
  font-weight: 720;
}

.vt-trust-item:first-child {
  border-left: 1px solid var(--vt-line);
}

.vt-trust-item__icon,
.vt-icon-box {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--vt-navy);
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  border-radius: 14px;
}

.vt-trust-item__icon svg,
.vt-icon-box svg {
  width: 21px;
  height: 21px;
}

/* Grids and cards */
.vt-topic-grid,
.vt-feature-grid,
.vt-video-grid,
.vt-resource-grid,
.vt-article-grid,
.vt-step-grid {
  display: grid;
  gap: 20px;
}

.vt-topic-grid,
.vt-feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.vt-topic-card,
.vt-feature-card,
.vt-resource-card,
.vt-step-card,
.vt-article-card {
  position: relative;
  overflow: hidden;
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vt-topic-card:hover,
.vt-feature-card:hover,
.vt-resource-card:hover,
.vt-step-card:hover,
.vt-article-card:hover {
  border-color: #bdcfdd;
  transform: translateY(-5px);
  box-shadow: var(--vt-shadow-small);
}

.vt-topic-card {
  min-height: 255px;
  padding: 28px;
}

.vt-topic-card .vt-icon-box {
  margin-bottom: 34px;
  background: var(--vt-sky);
  border: 0;
}

.vt-topic-card h3 {
  margin-bottom: 12px;
}

.vt-topic-card p {
  margin-bottom: 20px;
  font-size: .92rem;
}

.vt-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vt-navy);
  font-size: .88rem;
  font-weight: 800;
}

.vt-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform .2s ease;
}

.vt-card-link:hover svg {
  transform: translateX(4px);
}

.vt-feature-card {
  min-height: 230px;
  padding: 28px;
}

.vt-feature-card .vt-icon-box {
  margin-bottom: 26px;
  border: 0;
  background: var(--vt-sky);
}

.vt-feature-card p {
  margin-bottom: 0;
  font-size: .92rem;
}

/* Video library */
.vt-video-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 350px) 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.vt-video-search {
  position: relative;
}

.vt-video-search svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 17px;
  top: 50%;
  color: #7890a2;
  transform: translateY(-50%);
}

.vt-video-search input {
  width: 100%;
  height: 52px;
  padding: 0 18px 0 49px;
  color: var(--vt-ink);
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  border-radius: 999px;
  outline: none;
}

.vt-video-search input:focus {
  border-color: var(--vt-navy);
  box-shadow: 0 0 0 4px rgba(18,60,100,.08);
}

.vt-filter-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.vt-filter {
  min-height: 42px;
  padding: 9px 15px;
  color: var(--vt-navy);
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 750;
}

.vt-filter:hover,
.vt-filter:focus-visible,
.vt-filter.is-active {
  color: var(--vt-white);
  background: var(--vt-navy);
  border-color: var(--vt-navy);
}

.vt-video-grid {
  grid-template-columns: repeat(3, 1fr);
}

.vt-video-card {
  overflow: hidden;
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vt-video-card:hover {
  border-color: #bdcfdd;
  transform: translateY(-5px);
  box-shadow: var(--vt-shadow-small);
}

.vt-video-card[hidden] {
  display: none !important;
}

.vt-video-card__media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background: linear-gradient(145deg, #a7cfe9, #dcecf7);
}

.vt-video-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .4s ease;
}

.vt-video-card:hover .vt-video-card__media img {
  transform: scale(1.035);
}

.vt-video-card__media--one { background: linear-gradient(145deg, #ecc4bb, #8198aa); }
.vt-video-card__media--two { background: linear-gradient(145deg, #a7cfe9, #e6f2f7); }
.vt-video-card__media--three { background: linear-gradient(145deg, #86a6be, #c8d6de); }
.vt-video-card__media--four { background: linear-gradient(145deg, #bfced8, #6d91a9); }
.vt-video-card__media--five { background: linear-gradient(145deg, #ccd9df, #8ab1c3); }
.vt-video-card__media--six { background: linear-gradient(145deg, #e5c7aa, #9cb2c0); }

.vt-video-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,31,52,.24), transparent 48%);
  pointer-events: none;
}

.vt-video-card__badge,
.vt-video-card__duration {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  color: var(--vt-white);
  border-radius: 8px;
  font-size: .69rem;
  font-weight: 800;
}

.vt-video-card__badge {
  left: 14px;
  top: 14px;
  gap: 7px;
  background: rgba(18,60,100,.92);
}

.vt-video-card__badge span:last-child {
  padding-left: 8px;
  border-left: 1px solid rgba(255,255,255,.28);
}

.vt-video-card__duration {
  right: 14px;
  bottom: 14px;
  gap: 5px;
  background: rgba(9,37,61,.78);
  backdrop-filter: blur(8px);
}

.vt-video-card__duration svg {
  width: 13px;
  height: 13px;
}

.vt-video-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.82);
}

.vt-video-card__placeholder svg {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 10px 25px rgba(9,37,61,.15));
}

.vt-video-card__body {
  padding: 23px;
}

.vt-video-card__body h3 {
  min-height: 2.7em;
  margin-bottom: 22px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.vt-video-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.vt-watch-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--vt-navy);
  font-size: .91rem;
  font-weight: 800;
}

.vt-watch-link__play {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #bfd0dc;
  border-radius: 50%;
}

.vt-watch-link svg {
  width: 13px;
  height: 13px;
}

.vt-video-empty {
  display: none;
  padding: 28px;
  text-align: center;
  border: 1px dashed #b9ccda;
  border-radius: var(--vt-radius);
}

.vt-video-empty.is-visible {
  display: block;
}

/* Resources */
.vt-resource-grid {
  grid-template-columns: repeat(3, 1fr);
}

.vt-resource-card {
  min-height: 310px;
  padding: 28px;
}

.vt-resource-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 42px;
}

.vt-resource-card__top .vt-icon-box {
  border: 0;
  background: var(--vt-sky);
}

.vt-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  color: #2472a5;
  background: #e7f5ff;
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 800;
}

.vt-badge--soon {
  color: #52677a;
  background: #edf1f4;
}

.vt-resource-card h3 {
  margin-bottom: 12px;
}

.vt-resource-card p {
  min-height: 3.3em;
  margin-bottom: 28px;
  font-size: .93rem;
}

/* Steps */
.vt-step-grid {
  grid-template-columns: repeat(3, 1fr);
  counter-reset: vt-step;
}

.vt-step-card {
  min-height: 310px;
  padding: 34px;
  counter-increment: vt-step;
}

.vt-step-card::before {
  content: counter(vt-step);
  position: absolute;
  width: 40px;
  height: 40px;
  right: 22px;
  top: -10px;
  display: grid;
  place-items: center;
  color: var(--vt-white);
  background: var(--vt-navy);
  border-radius: 50%;
  font-size: .85rem;
  font-weight: 800;
}

.vt-step-card .vt-icon-box {
  margin-bottom: 72px;
  background: var(--vt-sky);
  border: 0;
}

.vt-step-card h3 {
  font-size: 1.45rem;
}

.vt-step-card p {
  margin-bottom: 0;
}

/* Foundation */
.vt-foundation {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: stretch;
  gap: 28px;
}

.vt-foundation__copy,
.vt-foundation__card {
  position: relative;
  z-index: 2;
  padding: 42px;
  border-radius: var(--vt-radius);
}

.vt-foundation__copy {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.vt-foundation__copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 4.2vw, 4.35rem);
}

.vt-foundation__copy > p {
  max-width: 720px;
  font-size: 1.08rem;
}

.vt-check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.vt-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.vt-check-list svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  color: #8fd2ff;
}

.vt-foundation__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vt-foundation__card {
  color: var(--vt-text);
  background: var(--vt-white);
}

.vt-license-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--vt-line);
}

.vt-license-card__head .vt-icon-box {
  color: var(--vt-red);
  background: #fff0ef;
  border: 0;
}

.vt-license-card__head h3 {
  margin-bottom: 5px;
  font-size: 1.35rem;
}

.vt-license-card__head p {
  margin: 0;
  font-size: .83rem;
}

.vt-license-table {
  display: grid;
  margin-top: 6px;
}

.vt-license-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--vt-line);
  font-size: .86rem;
}

.vt-license-row strong {
  color: var(--vt-ink);
  text-align: right;
}

/* Articles */
.vt-article-grid {
  grid-template-columns: repeat(3, 1fr);
}

.vt-article-card__image {
  min-height: 210px;
  background: linear-gradient(145deg, #b4d4e6, #e9f2f7);
}

.vt-article-card__image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.vt-article-card__body {
  padding: 25px;
}

.vt-article-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
  color: var(--vt-navy);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.vt-article-meta::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--vt-red);
  border-radius: 50%;
}

.vt-article-card h3 {
  min-height: 3.3em;
  margin-bottom: 24px;
  line-height: 1.35;
}

/* FAQ */
.vt-faq {
  max-width: 900px;
  margin-inline: auto;
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
}

.vt-faq details {
  border-bottom: 1px solid var(--vt-line);
}

.vt-faq details:last-child {
  border-bottom: 0;
}

.vt-faq summary {
  position: relative;
  padding: 24px 64px 24px 26px;
  color: var(--vt-ink);
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

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

.vt-faq summary::after {
  content: "+";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 22px;
  top: 50%;
  display: grid;
  place-items: center;
  color: var(--vt-navy);
  background: var(--vt-sky);
  border-radius: 50%;
  transform: translateY(-50%);
}

.vt-faq details[open] summary::after {
  content: "−";
}

.vt-faq__answer {
  max-width: 790px;
  padding: 0 26px 25px;
}

.vt-faq__answer p:last-child {
  margin-bottom: 0;
}

/* CTA */
.vt-newsletter-card,
.vt-professional-card,
.vt-diy-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.vt-newsletter-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 46px;
  background: var(--vt-white);
  border: 1px solid var(--vt-line);
  box-shadow: var(--vt-shadow-small);
}

.vt-newsletter-card h2 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.7vw, 3.4rem);
}

.vt-newsletter-card p {
  margin-bottom: 0;
  font-size: 1.04rem;
}

.vt-diy-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 30px;
  padding: 52px;
  color: rgba(255,255,255,.76);
  background: linear-gradient(135deg, var(--vt-navy), var(--vt-navy-2));
}

.vt-diy-card h2,
.vt-diy-card h3 {
  color: var(--vt-white);
}

.vt-diy-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
}

.vt-diy-card__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.vt-mini-product {
  min-height: 145px;
  padding: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
}

.vt-mini-product .vt-icon-box {
  margin-bottom: 20px;
  color: var(--vt-white);
  background: rgba(255,255,255,.08);
  border: 0;
}

.vt-mini-product h3 {
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: -.02em;
}

.vt-professional-card {
  padding: 54px;
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.08), transparent 24%),
    var(--vt-navy-2);
}

.vt-professional-card h2 {
  max-width: 700px;
  margin-bottom: 15px;
  color: var(--vt-white);
}

.vt-professional-card p {
  max-width: 760px;
  font-size: 1.08rem;
}

.vt-professional-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* Footer */
.vt-footer {
  color: rgba(255,255,255,.62);
  background: #092844;
}

.vt-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr .8fr;
  gap: 52px;
  padding: 72px 0 46px;
}

.vt-footer .vt-brand__text strong {
  color: var(--vt-white);
}

.vt-footer .vt-brand__text small {
  color: rgba(255,255,255,.58);
}

.vt-footer .vt-brand__mark::after {
  border-color: #092844;
}

.vt-footer__about p {
  max-width: 340px;
  margin-top: 20px;
}

.vt-footer h3 {
  margin-bottom: 19px;
  color: var(--vt-white);
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vt-footer__links {
  display: grid;
  gap: 10px;
}

.vt-footer__links a:hover {
  color: var(--vt-white);
}

.vt-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.vt-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--vt-white);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 11px;
}

.vt-socials a:hover {
  background: rgba(255,255,255,.13);
}

.vt-socials svg {
  width: 17px;
  height: 17px;
}

.vt-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255,255,255,.09);
  font-size: .8rem;
}

.vt-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

/* Standard WordPress content */
.vt-standard-main {
  width: min(calc(100% - 40px), 920px);
  min-height: 60vh;
  margin: 0 auto;
  padding: 80px 0;
}

.vt-standard-main article {
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--vt-line);
}

.vt-standard-main h1,
.vt-standard-main h2,
.vt-standard-main h3 {
  color: var(--vt-ink);
}

.vt-standard-main a {
  color: var(--vt-navy);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Accessibility */
.vt-site a:focus-visible,
.vt-site button:focus-visible,
.vt-site input:focus-visible,
.vt-site summary:focus-visible {
  outline: 3px solid rgba(94,184,242,.55);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 1100px) {
  .vt-nav__links a {
    padding-inline: 8px;
    font-size: .84rem;
  }

  .vt-header__actions .vt-button {
    display: none;
  }

  .vt-hero__grid {
    gap: 36px;
  }

  .vt-topic-grid,
  .vt-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vt-video-grid,
  .vt-resource-grid,
  .vt-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vt-footer__grid {
    grid-template-columns: 1.2fr repeat(3, .7fr);
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .vt-menu-toggle {
    display: inline-flex;
  }

  .vt-nav__links {
    position: fixed;
    inset: 85px 20px auto 20px;
    z-index: 1000;
    display: none;
    align-items: stretch;
    padding: 16px;
    background: var(--vt-white);
    border: 1px solid var(--vt-line);
    border-radius: 18px;
    box-shadow: var(--vt-shadow);
  }

  .vt-nav__links.is-open {
    display: grid;
  }

  .vt-nav__links a {
    padding: 13px 14px;
    font-size: .96rem;
  }

  .vt-hero {
    padding-top: 65px;
  }

  .vt-hero__grid {
    grid-template-columns: 1fr;
  }

  .vt-hero__content {
    text-align: center;
  }

  .vt-hero__lead,
  .vt-proof {
    margin-inline: auto;
  }

  .vt-hero__buttons,
  .vt-proof {
    justify-content: center;
  }

  .vt-hero-art {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .vt-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vt-trust-item:nth-child(3) {
    border-left: 1px solid var(--vt-line);
  }

  .vt-video-toolbar {
    grid-template-columns: 1fr;
  }

  .vt-filter-list {
    justify-content: flex-start;
  }

  .vt-foundation,
  .vt-diy-card {
    grid-template-columns: 1fr;
  }

  .vt-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .vt-container {
    width: min(calc(100% - 28px), var(--vt-container));
  }

  .vt-section {
    padding: 78px 0;
  }

  .vt-header__inner {
    min-height: 74px;
  }

  .vt-brand__text small {
    display: none;
  }

  .vt-cart-link {
    display: none;
  }

  .vt-nav__links {
    top: 75px;
  }

  .vt-hero {
    padding: 54px 0 65px;
  }

  .vt-hero__content h1 {
    font-size: clamp(2.75rem, 15vw, 4.3rem);
  }

  .vt-hero__buttons {
    display: grid;
  }

  .vt-hero__buttons .vt-button {
    width: 100%;
  }

  .vt-proof {
    align-items: flex-start;
    text-align: left;
  }

  .vt-hero-art {
    min-height: 440px;
  }

  .vt-browser {
    width: calc(100% - 24px);
  }

  .vt-passport {
    min-height: 250px;
    padding: 25px;
  }

  .vt-passport h3 {
    font-size: 1.55rem;
  }

  .vt-floating-card--license {
    left: -3px;
    top: 36px;
  }

  .vt-floating-card--episode {
    right: -3px;
    bottom: 49px;
  }

  .vt-floating-card--form {
    display: none;
  }

  .vt-trust-grid,
  .vt-topic-grid,
  .vt-feature-grid,
  .vt-video-grid,
  .vt-resource-grid,
  .vt-article-grid,
  .vt-step-grid,
  .vt-footer__grid {
    grid-template-columns: 1fr;
  }

  .vt-trust-item,
  .vt-trust-item:nth-child(3) {
    border-left: 1px solid var(--vt-line);
  }

  .vt-video-card__media,
  .vt-video-card__media img {
    height: 205px;
    min-height: 205px;
  }

  .vt-foundation__copy,
  .vt-foundation__card,
  .vt-newsletter-card,
  .vt-diy-card,
  .vt-professional-card {
    padding: 30px 24px;
  }

  .vt-newsletter-card {
    grid-template-columns: 1fr;
  }

  .vt-newsletter-card .vt-button {
    width: 100%;
  }

  .vt-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vt-site *,
  .vt-site *::before,
  .vt-site *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
