/*
Theme Name: Vive Teletrabajando
Theme URI: https://viveteletrabajando.com/
Description: GeneratePress child theme for the Vive Teletrabajando redesign.
Author: Vive Teletrabajando
Template: generatepress
Version: 1.2.3
Text Domain: vive-teletrabajando
*/

:root {
  --vt-ink: #182321;
  --vt-muted: #63716d;
  --vt-paper: #f8f6f1;
  --vt-panel: #ffffff;
  --vt-line: #dde5df;
  --vt-teal: #1f7a72;
  --vt-teal-dark: #13534e;
  --vt-amber: #d98b28;
  --vt-berry: #7b3f61;
  --vt-blue: #326c96;
  --vt-shadow: 0 18px 55px rgba(20, 32, 30, 0.1);
  --vt-radius: 8px;
  --vt-content: 780px;
  --vt-wide: 1180px;
}

body {
  background: var(--vt-paper);
  color: var(--vt-ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

a {
  color: var(--vt-teal-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--vt-teal);
}

h1,
h2,
h3,
h4,
.entry-title,
.wp-block-heading {
  color: var(--vt-ink);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

h1,
.entry-title {
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

h2 {
  margin-top: 2.4em;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

h3 {
  margin-top: 2em;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

p,
li {
  color: #33413e;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > table,
.entry-content > figure,
.entry-content > .wp-block-table,
.entry-content > .wp-block-buttons,
.entry-content > .wp-block-image {
  max-width: var(--vt-content);
  margin-left: auto;
  margin-right: auto;
}

.alignwide,
.wp-block-group.alignwide,
.wp-block-columns.alignwide {
  max-width: var(--vt-wide);
}

.alignfull {
  max-width: none;
}

.site-header,
.main-navigation,
.inside-header {
  background: rgba(248, 246, 241, 0.92);
  border-bottom: 1px solid rgba(221, 229, 223, 0.86);
  backdrop-filter: blur(16px);
}

.vt-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  background: rgba(248, 246, 241, 0.94);
  border-bottom: 1px solid rgba(221, 229, 223, 0.86);
  backdrop-filter: blur(16px);
}

.admin-bar .vt-site-header {
  top: 32px;
}

.vt-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vt-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--vt-ink);
  text-decoration: none;
}

.vt-logo-mark {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: var(--vt-radius);
}

.vt-logo-text {
  display: grid;
  line-height: 1.05;
}

.vt-logo-text strong {
  color: var(--vt-ink);
  font-size: 1.04rem;
  font-weight: 900;
}

.vt-logo-text em {
  margin-top: 4px;
  color: var(--vt-muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.vt-main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.vt-main-nav a {
  color: #3f4e4a;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
}

.vt-main-nav a:hover {
  color: var(--vt-teal-dark);
}

.vt-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--vt-radius);
  background: var(--vt-teal);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.vt-header-cta:hover {
  background: var(--vt-teal-dark);
  color: #fff;
}

.inside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 52px);
}

.site-logo img,
.header-image {
  width: min(280px, 42vw);
  max-height: 70px;
  object-fit: contain;
}

.main-navigation .main-nav ul li a {
  padding-right: 18px;
  padding-left: 18px;
}

.menu-toggle {
  min-height: 44px;
  border-radius: var(--vt-radius);
  background: transparent;
}

.site-branding .main-title a,
.site-title a,
.custom-logo-link + .site-title a {
  color: var(--vt-ink);
  font-weight: 850;
}

.main-navigation a,
.menu-toggle {
  color: #3f4e4a;
  font-weight: 650;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:hover > a {
  color: var(--vt-teal-dark);
  background: transparent;
}

.button,
.wp-block-button__link,
button,
input[type="submit"],
.gb-button,
.vt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: var(--vt-radius);
  background: var(--vt-teal);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.gb-button:hover,
.vt-button:hover {
  background: var(--vt-teal-dark);
  color: #fff;
  transform: translateY(-1px);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.button.secondary,
.gb-button.secondary,
.vt-button.secondary {
  border: 1px solid var(--vt-line);
  background: transparent;
  color: var(--vt-teal-dark);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.button.secondary:hover,
.gb-button.secondary:hover,
.vt-button.secondary:hover {
  border-color: var(--vt-teal-dark);
  background: #eef7f4;
  color: var(--vt-teal-dark);
}

.vt-kicker,
.entry-content .vt-kicker,
.wp-block-group .vt-kicker {
  margin: 0 0 10px;
  color: var(--vt-amber);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vt-tag,
.vt-label,
.cat-links a,
.tags-links a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(217, 139, 40, 0.16);
  color: #92530c;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.vt-card,
.wp-block-group.is-style-vt-card,
.wp-block-column.is-style-vt-card {
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: var(--vt-panel);
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.06);
}

.vt-card {
  padding: clamp(22px, 3vw, 30px);
}

.vt-featured-card,
.wp-block-group.is-style-vt-featured-card {
  border-radius: var(--vt-radius);
  background:
    linear-gradient(135deg, rgba(31, 122, 114, 0.96), rgba(19, 83, 78, 0.96)),
    var(--vt-teal-dark);
  color: #fff;
  box-shadow: var(--vt-shadow);
}

.vt-featured-card h2,
.vt-featured-card h3,
.vt-featured-card p,
.wp-block-group.is-style-vt-featured-card h2,
.wp-block-group.is-style-vt-featured-card h3,
.wp-block-group.is-style-vt-featured-card p {
  color: #fff;
}

.vt-proof,
.author-box,
.entry-author,
.wp-block-post-author {
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.05);
}

.author-box,
.entry-author,
.wp-block-post-author {
  max-width: var(--vt-content);
  margin: 42px auto;
  padding: 24px;
}

table,
.wp-block-table table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--vt-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--vt-radius);
  background: #fff;
  font-size: 0.96rem;
}

th,
td,
.wp-block-table th,
.wp-block-table td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--vt-line);
  text-align: left;
  vertical-align: top;
}

th,
.wp-block-table th {
  background: #edf3f2;
  color: var(--vt-ink);
  font-weight: 850;
}

tr:last-child td {
  border-bottom: 0;
}

blockquote,
.wp-block-quote {
  max-width: var(--vt-content);
  margin: 42px auto;
  padding: 22px 26px;
  border-left: 5px solid var(--vt-teal);
  border-radius: 0 var(--vt-radius) var(--vt-radius) 0;
  background: #fff;
  color: var(--vt-ink);
}

.entry-meta,
.posted-on,
.byline,
.wp-block-post-date,
.wp-block-post-author__name,
.wp-block-post-terms {
  color: var(--vt-muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.post,
.type-post,
.wp-block-post,
.inside-article {
  border-radius: var(--vt-radius);
}

.blog .inside-article,
.archive .inside-article,
.search .inside-article,
.wp-block-post-template .wp-block-post {
  border: 1px solid var(--vt-line);
  background: #fff;
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.05);
}

.blog .entry-title,
.archive .entry-title,
.search .entry-title,
.wp-block-post-title {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.sidebar .widget,
.footer-widgets .widget {
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.04);
}

.sidebar .widget-title,
.footer-widgets .widget-title {
  color: var(--vt-ink);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0;
}

.vt-comparison-summary,
.vt-buy-box {
  max-width: var(--vt-content);
  margin: 32px auto;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.06);
}

.vt-buy-box {
  border-top: 5px solid var(--vt-teal);
}

.vt-buy-box h3,
.vt-comparison-summary h3 {
  margin-top: 0;
}

.vt-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--vt-content);
  margin: 30px auto;
}

.vt-pros,
.vt-cons {
  padding: 20px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
}

.vt-pros h3,
.vt-cons h3 {
  margin-top: 0;
  font-size: 1.18rem;
}

.vt-pros h3 {
  color: var(--vt-teal-dark);
}

.vt-cons h3 {
  color: var(--vt-berry);
}

.site-footer {
  border-top: 1px solid var(--vt-line);
  background: #fff;
  color: var(--vt-muted);
}

.vt-site-footer {
  border-top: 1px solid var(--vt-line);
  background:
    linear-gradient(180deg, #ffffff, #f1f6f4);
  color: var(--vt-muted);
}

.vt-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr) minmax(180px, 0.6fr);
  gap: clamp(28px, 5vw, 70px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 78px) 0 34px;
}

.vt-footer-brand p {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--vt-muted);
  font-size: 1rem;
}

.vt-footer-nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.vt-footer-nav strong {
  margin-bottom: 6px;
  color: var(--vt-ink);
  font-size: 1rem;
  font-weight: 900;
}

.vt-footer-nav a {
  color: var(--vt-muted);
  font-weight: 700;
  text-decoration: none;
}

.vt-footer-nav a:hover {
  color: var(--vt-teal-dark);
}

.vt-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 28px;
  border-top: 1px solid var(--vt-line);
  color: var(--vt-muted);
  font-size: 0.92rem;
}

.home #page.site.grid-container,
.single-post #page.site.grid-container,
.archive #page.site.grid-container,
.blog #page.site.grid-container {
  max-width: none;
  width: 100%;
}

.home #content.site-content,
.single-post #content.site-content,
.archive #content.site-content,
.blog #content.site-content {
  padding: 0;
}

.home main.site-main,
.home .vt-home,
.single-post main.site-main,
.archive main.site-main,
.blog main.site-main {
  width: 100%;
  max-width: none;
}

.home .vt-home {
  margin: 0;
}

.vt-home-hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100svh - 78px));
  overflow: hidden;
}

.vt-home-hero img,
.vt-home-hero::before,
.vt-home-hero::after,
.vt-hero-content {
  grid-area: 1 / 1;
}

.vt-home-hero img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.vt-home-hero::before {
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(18, 29, 27, 0.84), rgba(18, 29, 27, 0.54) 42%, rgba(18, 29, 27, 0.12) 76%),
    linear-gradient(0deg, rgba(248, 246, 241, 0.96), rgba(248, 246, 241, 0) 21%);
}

.vt-hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  align-self: center;
  padding: clamp(38px, 7vw, 92px) clamp(20px, 6vw, 76px);
  color: #fff;
}

.vt-hero-content h1 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.55rem, 5.4vw, 5.2rem);
}

.vt-hero-content p:not(.vt-kicker) {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.vt-hero-actions,
.vt-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.vt-trust-strip {
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.vt-trust-strip span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.vt-home-section {
  padding: clamp(58px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.vt-home-section.is-white {
  background: #fff;
}

.vt-home-section.is-blue {
  background: #edf3f2;
}

.vt-section-heading {
  width: min(960px, 100%);
  margin: 0 auto 34px;
}

.vt-section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.vt-section-heading.with-action {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.vt-problem-grid,
.vt-comparison-grid,
.vt-proof-grid {
  display: grid;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.vt-problem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vt-problem {
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.06);
  text-decoration: none;
}

.vt-problem .vt-label {
  margin-bottom: 34px;
  background: #eef7f4;
  color: var(--vt-teal-dark);
}

.vt-problem strong {
  margin-bottom: 10px;
  color: var(--vt-ink);
  font-size: 1.28rem;
  line-height: 1.14;
}

.vt-problem span:last-child {
  color: var(--vt-muted);
}

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

.vt-comparison-card {
  display: grid;
  align-content: space-between;
  min-height: 320px;
  padding: 26px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.06);
}

.vt-comparison-card.featured {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(31, 122, 114, 0.95), rgba(19, 83, 78, 0.95)),
    var(--vt-teal-dark);
  color: #fff;
  box-shadow: var(--vt-shadow);
}

.vt-comparison-card.featured h3,
.vt-comparison-card.featured p,
.vt-comparison-card.featured a {
  color: #fff;
}

.vt-comparison-card h3 {
  margin: 28px 0 0;
  font-size: clamp(1.5rem, 2vw, 2.15rem);
}

.vt-comparison-card p {
  margin: 18px 0 28px;
  color: var(--vt-muted);
}

.vt-comparison-card.featured p,
.vt-comparison-card.featured .vt-tag {
  color: rgba(255, 255, 255, 0.82);
}

.vt-article-list {
  display: grid;
  gap: 1px;
  width: min(1050px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: var(--vt-line);
}

.vt-article-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) minmax(220px, 0.5fr);
  gap: 20px;
  align-items: center;
  min-height: 88px;
  padding: 18px 22px;
  background: #fff;
  text-decoration: none;
}

.vt-article-row span {
  color: var(--vt-blue);
  font-weight: 800;
}

.vt-article-row strong {
  color: var(--vt-ink);
  font-size: 1.08rem;
}

.vt-article-row em {
  color: var(--vt-muted);
  font-style: normal;
}

.vt-split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 112px) 0;
}

.vt-split-section h2,
.vt-split-section p {
  max-width: 620px;
}

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

.vt-proof-grid div {
  min-height: 154px;
  padding: 24px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
}

.vt-proof-grid strong {
  display: block;
  color: var(--vt-berry);
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1;
}

.vt-proof-grid span {
  display: block;
  margin-top: 10px;
  color: var(--vt-muted);
}

.vt-nomad-band {
  min-height: 470px;
  padding: clamp(58px, 8vw, 112px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(24, 35, 33, 0.9), rgba(24, 35, 33, 0.62)),
    url("assets/hero-home-office.png") center / cover;
  color: #fff;
}

.vt-nomad-content {
  width: min(700px, 100%);
}

.vt-nomad-content h2 {
  margin: 0;
  color: #fff;
}

.vt-nomad-content p {
  max-width: 620px;
  margin: 20px 0 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.vt-article-wrap {
  padding: clamp(38px, 6vw, 78px) clamp(20px, 5vw, 72px);
}

.vt-article {
  width: min(1060px, 100%);
  margin: 0 auto;
}

.vt-breadcrumb {
  color: var(--vt-muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.vt-breadcrumb a {
  color: var(--vt-muted);
  text-decoration: none;
}

.vt-article-header h1 {
  max-width: 920px;
  margin: 18px 0 0;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.vt-deck {
  max-width: 780px;
  margin: 20px 0;
  color: var(--vt-muted);
  font-size: 1.22rem;
}

.vt-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  color: var(--vt-muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.vt-meta-row span {
  padding: 7px 10px;
  border: 1px solid var(--vt-line);
  border-radius: 999px;
  background: #fff;
}

.vt-featured-image {
  width: 100%;
  margin: 26px 0 34px;
  overflow: hidden;
  border-radius: var(--vt-radius);
}

.vt-featured-image img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.vt-affiliate-note {
  margin: 20px 0 34px;
  padding: 16px 18px;
  border: 1px solid var(--vt-line);
  border-left: 5px solid var(--vt-amber);
  border-radius: var(--vt-radius);
  background: #fff;
  color: var(--vt-muted);
  font-size: 0.95rem;
}

.vt-article-body {
  display: block;
}

.vt-content-flow {
  min-width: 0;
}

.vt-content-flow > * {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.vt-content-flow > h2,
.vt-content-flow > h3 {
  margin-top: 2.1em;
}

.vt-content-flow > table,
.vt-content-flow > .wp-block-table,
.vt-content-flow > figure {
  max-width: 100%;
}

.vt-content-flow a.vt-affiliate-link,
.vt-content-flow a[href*="amzn.to"],
.vt-content-flow a[href*="amazon."] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: var(--vt-radius);
  background: var(--vt-teal);
  color: #fff;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
}

.vt-content-flow a.vt-affiliate-link:hover,
.vt-content-flow a[href*="amzn.to"]:hover,
.vt-content-flow a[href*="amazon."]:hover {
  background: var(--vt-teal-dark);
  color: #fff;
}

.vt-content-flow h2 a[href*="amzn.to"],
.vt-content-flow h2 a[href*="amazon."],
.vt-content-flow h3 a[href*="amzn.to"],
.vt-content-flow h3 a[href*="amazon."] {
  display: inline;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--vt-ink);
  text-decoration: none;
}

.vt-post-footer {
  max-width: 780px;
  margin: 44px auto 0;
}

.vt-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.vt-post-nav a {
  padding: 18px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  color: var(--vt-ink);
  font-weight: 800;
  text-decoration: none;
}

.vt-archive-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 78px) 0;
}

.vt-archive-header {
  max-width: 780px;
  margin-bottom: 34px;
}

.vt-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vt-archive-card {
  overflow: hidden;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  box-shadow: 0 8px 30px rgba(24, 35, 33, 0.05);
}

.vt-archive-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.vt-archive-card-content {
  padding: 20px;
}

.vt-archive-card h2 {
  margin: 12px 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.vt-archive-card p {
  color: var(--vt-muted);
}

@media (max-width: 980px) {
  .vt-problem-grid,
  .vt-comparison-grid,
  .vt-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vt-comparison-card.featured {
    grid-row: auto;
  }

  .vt-article-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .vt-article-body,
  .vt-archive-grid {
    grid-template-columns: 1fr;
  }

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

  .vt-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 17px;
  }

  .entry-content > p,
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > table,
  .entry-content > figure,
  .entry-content > .wp-block-table,
  .entry-content > .wp-block-buttons,
  .entry-content > .wp-block-image {
    max-width: calc(100% - 36px);
  }

  .vt-pros-cons {
    grid-template-columns: 1fr;
    max-width: calc(100% - 36px);
  }

  table,
  .wp-block-table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 680px) {
  .admin-bar .vt-site-header {
    top: 46px;
  }

  .vt-header-inner {
    flex-wrap: wrap;
    min-height: 68px;
    width: calc(100% - 32px);
    gap: 10px 14px;
    padding: 10px 0;
  }

  .vt-logo-text em {
    display: none;
  }

  .vt-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .vt-logo-text strong {
    display: block;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vt-header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .vt-main-nav {
    order: 3;
    display: flex;
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .vt-main-nav::-webkit-scrollbar {
    display: none;
  }

  .vt-main-nav a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid var(--vt-line);
    border-radius: 999px;
    background: #fff;
    font-size: 0.84rem;
  }

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

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

  .inside-header {
    min-height: 68px;
    padding: 10px 18px;
  }

  .site-logo img,
  .header-image {
    width: min(230px, 68vw);
    max-height: 54px;
  }

  .main-navigation .menu-toggle {
    margin-left: auto;
  }

  .vt-home-hero {
    min-height: 720px;
  }

  .vt-home-hero::before {
    background:
      linear-gradient(90deg, rgba(18, 29, 27, 0.88), rgba(18, 29, 27, 0.58)),
      linear-gradient(0deg, rgba(248, 246, 241, 0.96), rgba(248, 246, 241, 0) 18%);
  }

  .vt-hero-content h1 {
    max-width: 11ch;
  }

  .vt-problem-grid,
  .vt-comparison-grid,
  .vt-proof-grid {
    grid-template-columns: 1fr;
  }

  .vt-section-heading.with-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .vt-problem,
  .vt-comparison-card {
    min-height: 0;
  }
}
