/*
Theme Name: Vieira Neto Ultra 2026
Theme URI: https://vieiraneto.com.br/
Author: Vieira Neto Advogados
Description: Tema WordPress ultraleve para a reestruturacao 2026, sem dependencias de builders.
Version: 2026.07.25.20
Text Domain: vieira-neto-ultra-2026
*/

:root {
  --vn-green: #1d4e48;
  --vn-green-deep: #0b2925;
  --vn-green-soft: #e7efeb;
  --vn-gold: #cf9f52;
  --vn-gold-soft: #ead5ad;
  --vn-ink: #16211f;
  --vn-muted: #586b67;
  --vn-line: rgba(29, 78, 72, 0.14);
  --vn-paper: #f8f9f6;
  --vn-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vn-paper);
  color: var(--vn-ink);
  font-family: Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--vn-green);
  text-underline-offset: 0.18em;
}

.vn-skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.65rem 0.8rem;
  background: var(--vn-gold);
  color: var(--vn-green-deep);
  transform: translateY(-180%);
}

.vn-skip-link:focus {
  transform: translateY(0);
}

.vn-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 41, 37, 0.97);
  color: var(--vn-white);
  border-bottom: 1px solid rgba(207, 159, 82, 0.36);
  box-shadow: 0 18px 50px rgba(6, 18, 16, 0.16);
  backdrop-filter: blur(12px);
}

.vn-site-header__inner,
.vn-site-footer__inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.vn-site-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.55rem 0;
}

.vn-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--vn-white);
  text-decoration: none;
  min-width: 0;
}

.vn-site-brand__logo {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  overflow: hidden;
  border: 1px solid rgba(207, 159, 82, 0.58);
  background: var(--vn-green);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.vn-site-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vn-site-brand__text {
  display: grid;
  gap: 0.1rem;
  line-height: 1.1;
}

.vn-site-brand__name {
  color: var(--vn-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vn-site-brand__meta {
  color: rgba(234, 213, 173, 0.86);
  font-size: 0.78rem;
  font-weight: 600;
}

.vn-primary-nav ul {
  display: flex;
  align-items: center;
  gap: 0.92rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vn-primary-nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.vn-primary-nav a:hover,
.vn-primary-nav a:focus {
  color: var(--vn-gold);
}

.vn-primary-nav li:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 0.85rem;
  color: var(--vn-green-deep);
  background: var(--vn-gold);
}

.vn-primary-nav li:last-child a:hover,
.vn-primary-nav li:last-child a:focus {
  color: var(--vn-green-deep);
  background: var(--vn-gold-soft);
}

.vn-site-main {
  min-height: 62vh;
}

.vn-content-page {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.vn-content-page > .wp-block-group__inner-container {
  display: grid;
  gap: 1.15rem;
}

.vn-content-page .vn-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: #b78431;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vn-content-page .vn-kicker::before {
  content: "";
  width: 64px;
  height: 2px;
  background: var(--vn-gold);
}

.vn-content-page h1 {
  max-width: 860px;
  margin: 0;
  color: var(--vn-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 6vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.vn-content-page h1 + p {
  max-width: 880px;
  margin-top: 0.7rem;
  color: #23312f;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.vn-content-page p {
  max-width: 980px;
  margin: 0;
}

.vn-content-page > .wp-block-group__inner-container > ul:first-of-type {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 1.4rem 0 2.2rem;
  padding: 1px;
  background: rgba(207, 159, 82, 0.34);
  list-style: none;
}

.vn-content-page > .wp-block-group__inner-container > ul:first-of-type li {
  min-height: 94px;
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--vn-green-deep);
  font-weight: 800;
  line-height: 1.18;
}

.vn-content-page h2 {
  max-width: 840px;
  margin: 2.1rem 0 0;
  color: var(--vn-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.vn-content-page h2 + ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.vn-content-page h2 + ul li {
  min-height: 92px;
  padding: 1rem;
  border-top: 2px solid var(--vn-gold);
  background: var(--vn-white);
  box-shadow: 0 16px 42px rgba(20, 38, 35, 0.07);
  color: var(--vn-green-deep);
  font-weight: 750;
}

.vn-faq {
  display: grid;
  gap: 0.7rem;
  max-width: 980px;
  margin-top: 0.6rem;
}

.vn-faq details {
  border: 1px solid rgba(29, 78, 72, 0.14);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(20, 38, 35, 0.05);
}

.vn-faq summary {
  cursor: pointer;
  padding: 1rem 1.15rem;
  color: var(--vn-green-deep);
  font-weight: 800;
}

.vn-faq details p {
  padding: 0 1.15rem 1.15rem;
  color: #31413e;
}

@media (prefers-reduced-motion: no-preference) {
  .vn-content-page h2,
  .vn-content-page h2 + ul,
  .vn-faq {
    animation: vn-soft-rise 0.7s ease both;
  }

  .vn-content-page h2 + ul {
    animation-delay: 0.08s;
  }

  .vn-faq {
    animation-delay: 0.14s;
  }

  @keyframes vn-soft-rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.vn-archive,
.vn-not-found {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5rem 0;
}

.vn-archive h1,
.vn-not-found h1 {
  color: var(--vn-green-deep);
  font-size: clamp(2.1rem, 6vw, 4rem);
  line-height: 1.05;
  margin: 0 0 1.5rem;
}

.vn-archive article + article {
  border-top: 1px solid var(--vn-line);
  margin-top: 1.75rem;
  padding-top: 1.75rem;
}

.vn-archive h2 {
  margin: 0 0 0.4rem;
  font-size: 1.45rem;
  line-height: 1.2;
}

.vn-archive p {
  color: var(--vn-muted);
  margin: 0;
}

.vn-site-footer {
  background:
    linear-gradient(135deg, rgba(207, 159, 82, 0.12), transparent 38%),
    var(--vn-green-deep);
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(207, 159, 82, 0.36);
}

.vn-site-footer__inner {
  padding: 3rem 0 1.6rem;
  font-size: 0.88rem;
}

.vn-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(180px, 1fr));
  gap: 2rem;
}

.vn-footer-brand {
  display: grid;
  gap: 1rem;
}

.vn-footer-brand__top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.vn-footer-brand__logo {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(207, 159, 82, 0.58);
  background: var(--vn-green);
}

.vn-footer-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vn-footer-title {
  margin: 0 0 0.7rem;
  color: var(--vn-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vn-footer-name {
  margin: 0;
  color: var(--vn-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.vn-footer-text,
.vn-footer-list,
.vn-footer-address {
  margin: 0;
}

.vn-footer-text {
  max-width: 32rem;
}

.vn-footer-list {
  display: grid;
  gap: 0.42rem;
  padding: 0;
  list-style: none;
}

.vn-site-footer a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.vn-site-footer a:hover,
.vn-site-footer a:focus {
  color: var(--vn-gold);
}

.vn-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
}

@media (max-width: 1040px) {
  .vn-site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
    padding: 0.7rem 0;
  }

  .vn-primary-nav ul {
    flex-wrap: wrap;
    gap: 0.7rem 0.9rem;
  }

  .vn-footer-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 760px) {
  .vn-site-header__inner,
  .vn-site-footer__inner {
    width: min(100% - 1rem, 1200px);
  }

  .vn-site-header {
    position: static;
  }

  .vn-site-brand__logo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .vn-site-brand__name {
    font-size: 0.98rem;
  }

  .vn-site-brand__meta {
    font-size: 0.72rem;
  }

  .vn-primary-nav {
    width: 100%;
  }

  .vn-primary-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.45rem;
  }

  .vn-primary-nav a,
  .vn-primary-nav li:last-child a {
    width: 100%;
    min-height: 38px;
    box-sizing: border-box;
    padding: 0.45rem 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    line-height: 1.15;
    white-space: normal;
  }

  .vn-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

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

  .vn-content-page {
    width: min(100% - 1.15rem, 1080px);
    padding: 3rem 0;
  }

  .vn-content-page > .wp-block-group__inner-container > ul:first-of-type,
  .vn-content-page h2 + ul {
    grid-template-columns: 1fr;
  }

  .vn-content-page h1 {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
  }
}

/* VN_CLIENT_READY_START */
.vn-menu-check {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.vn-menu-button {
  display: none;
}

.vn-trust-strip {
  display: flex;
  justify-content: center;
  gap: 1px;
  background: rgba(207, 159, 82, 0.42);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.74rem;
  font-weight: 750;
}

.vn-trust-strip span {
  padding: 0.48rem 1rem;
  background: rgba(11, 41, 37, 0.96);
}

.vn-logo-img,
.vn-site-brand__logo img,
.vn-footer-brand__logo img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.vn-page-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.75rem, 8vw, 6.5rem) 0;
}

.vn-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  padding-top: clamp(2rem, 5vw, 4rem);
}

.vn-hero__content,
.vn-section {
  display: grid;
  gap: 1rem;
}

.vn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: #ad7a27;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vn-eyebrow::before {
  content: "";
  width: 58px;
  height: 2px;
  background: var(--vn-gold);
}

.vn-hero h1,
.vn-page-shell h1 {
  margin: 0;
  color: var(--vn-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.vn-hero__lead {
  max-width: 760px;
  color: #23312f;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.54;
}

.vn-hero__actions,
.vn-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.vn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.05rem;
  border: 1px solid var(--vn-gold);
  background: var(--vn-gold);
  color: var(--vn-green-deep);
  font-weight: 850;
  text-decoration: none;
}

.vn-button--ghost {
  background: transparent;
  color: var(--vn-green-deep);
  border-color: rgba(29, 78, 72, 0.28);
}

.vn-hero__panel {
  border-top: 3px solid var(--vn-gold);
  background: var(--vn-green-deep);
  color: rgba(255, 255, 255, 0.82);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 24px 70px rgba(11, 41, 37, 0.18);
}

.vn-hero__panel h2 {
  margin: 0 0 0.75rem;
  color: var(--vn-white);
  font-size: 1.1rem;
  line-height: 1.2;
}

.vn-hero__panel ul,
.vn-check-list {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vn-hero__panel li,
.vn-check-list li {
  position: relative;
  padding-left: 1.1rem;
}

.vn-hero__panel li::before,
.vn-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--vn-gold);
}

.vn-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(2rem, 5vw, 3.2rem) 0;
  padding: 1px;
  background: rgba(207, 159, 82, 0.34);
  list-style: none;
}

.vn-metrics li {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.86);
}

.vn-metrics strong {
  color: var(--vn-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.vn-metrics span {
  color: #31413e;
  font-weight: 760;
  line-height: 1.25;
}

.vn-section {
  margin-top: clamp(3rem, 7vw, 5rem);
}

.vn-section h2 {
  max-width: 820px;
  margin: 0;
  color: var(--vn-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.8vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.vn-section > p {
  max-width: 880px;
  margin: 0;
  color: #334541;
  font-size: 1.03rem;
}

.vn-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.vn-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vn-card {
  min-height: 170px;
  padding: 1.15rem;
  border-top: 2px solid var(--vn-gold);
  background: var(--vn-white);
  box-shadow: 0 18px 48px rgba(20, 38, 35, 0.06);
}

.vn-card h3 {
  margin: 0 0 0.55rem;
  color: var(--vn-green-deep);
  font-size: 1.02rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vn-card p {
  margin: 0;
  color: #40504c;
}

.vn-card a {
  color: var(--vn-green-deep);
  font-weight: 850;
  text-decoration-color: rgba(207, 159, 82, 0.65);
}

.vn-team-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.vn-team-feature__image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
  background: transparent;
  overflow: visible;
}

.vn-team-feature__image img {
  width: auto;
  height: auto;
  max-width: min(100%, 400px);
  max-height: 400px;
  display: block;
  object-fit: contain;
}

.vn-team-feature__body {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--vn-white);
  border-top: 2px solid var(--vn-gold);
  box-shadow: 0 18px 48px rgba(20, 38, 35, 0.06);
}

.vn-team-feature__body p {
  margin: 0;
  color: #40504c;
}

.vn-team-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
}

.vn-section .vn-team-grid {
  grid-template-columns: minmax(0, 1fr);
}

.vn-section--wide {
  box-sizing: border-box;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  justify-items: stretch;
}

.vn-section--wide > * {
  grid-column: 1 / -1;
}

.vn-section.vn-section--wide {
  max-width: 100% !important;
  padding-inline: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.vn-section.vn-section--wide > * {
  grid-column: 1 / -1 !important;
}

.vn-profile-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 1rem;
  width: min(100%, 920px);
  min-height: 0;
  margin-inline: auto;
  padding: clamp(1.15rem, 3vw, 2rem);
  background: var(--vn-white);
  border-top: 2px solid var(--vn-gold);
  box-shadow: 0 18px 48px rgba(20, 38, 35, 0.06);
  overflow: visible;
  text-align: center;
}

.vn-profile-card__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  background: transparent;
}

.vn-profile-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 520px);
  max-height: 420px;
  object-fit: contain;
}

.vn-profile-card--portrait .vn-profile-card__media img {
  max-height: 520px;
  object-position: top center;
}

.vn-profile-card__content {
  box-sizing: border-box;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.75rem;
  width: min(100%, 800px);
  padding: 0;
}

.vn-profile-card h3 {
  margin: 0;
  color: var(--vn-green-deep);
  font-size: 1.16rem;
  line-height: 1.13;
}

.vn-profile-card__role {
  margin: 0;
  color: #9a6c25;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.vn-profile-card p {
  margin: 0;
  max-width: 760px;
  color: #40504c;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.vn-profile-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.15rem;
}

.vn-profile-card__tags span {
  padding: 0.32rem 0.5rem;
  background: #f4f1e9;
  color: #344541;
  font-size: 0.72rem;
  font-weight: 820;
}

.vn-section .vn-profile-card h3 {
  font-size: 1.16rem;
  line-height: 1.13;
  margin: 0;
}

.vn-section .vn-profile-card__role {
  font-size: 0.76rem;
  line-height: 1.25;
  margin: 0;
}

.vn-section .vn-profile-card p {
  max-width: 760px;
  margin: 0;
  color: #40504c;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.vn-section .vn-profile-card p + p {
  margin-top: 0;
}

.vn-method {
  counter-reset: vnstep;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vn-method li {
  counter-increment: vnstep;
  min-height: 160px;
  padding: 1rem;
  background: var(--vn-green-deep);
  color: rgba(255, 255, 255, 0.82);
  overflow-wrap: anywhere;
}

.vn-method li::before {
  content: "0" counter(vnstep);
  display: block;
  margin-bottom: 1.15rem;
  color: var(--vn-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.vn-method strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--vn-white);
}

.vn-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  margin-top: clamp(3rem, 7vw, 5rem);
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--vn-green-deep);
  color: rgba(255, 255, 255, 0.82);
}

.vn-cta-band h2 {
  margin: 0 0 0.45rem;
  color: var(--vn-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.vn-cta-band p {
  margin: 0;
}

.vn-cta-band .vn-button--ghost {
  color: var(--vn-white);
  border-color: rgba(255, 255, 255, 0.24);
}

.vn-faq details {
  border-radius: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .vn-section,
  .vn-cta-band {
    animation: vn-section-rise 0.75s ease both;
  }

  @keyframes vn-section-rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 1040px) {
  .vn-hero,
  .vn-card-grid,
  .vn-card-grid--two,
  .vn-team-feature,
  .vn-method {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .vn-site-header__inner {
    min-height: 76px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.75rem;
  }

  .vn-site-brand {
    flex: 1 1 min(250px, calc(100% - 84px));
  }

  .vn-site-brand__logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .vn-site-brand__name {
    font-size: 0.85rem;
  }

  .vn-site-brand__meta {
    font-size: 0.68rem;
  }

  .vn-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    min-height: 42px;
    padding: 0 0.75rem;
    border: 1px solid rgba(207, 159, 82, 0.54);
    color: var(--vn-gold);
    font-weight: 850;
    cursor: pointer;
  }

  .vn-menu-button__lines,
  .vn-menu-button__lines::before,
  .vn-menu-button__lines::after {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .vn-menu-button__lines {
    position: relative;
  }

  .vn-menu-button__lines::before,
  .vn-menu-button__lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .vn-menu-button__lines::before {
    top: -6px;
  }

  .vn-menu-button__lines::after {
    top: 6px;
  }

  .vn-primary-nav {
    display: none;
    width: 100%;
  }

  .vn-menu-check:checked ~ .vn-primary-nav {
    display: block;
  }

  .vn-primary-nav ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    width: 100%;
    padding-top: 0.2rem;
  }

  .vn-primary-nav a,
  .vn-primary-nav li:last-child a {
    min-height: 40px;
    padding: 0.55rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .vn-trust-strip {
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    font-size: 0.66rem;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .vn-trust-strip span {
    flex: 0 0 auto;
    padding: 0.42rem 0.65rem;
  }

  .vn-trust-strip span:nth-child(n+3) {
    display: none;
  }

  .vn-page-shell {
    width: min(100% - 1.15rem, 1120px);
    padding: 2.7rem 0 3.4rem;
  }

  .vn-hero,
  .vn-card-grid,
  .vn-card-grid--two,
  .vn-team-feature,
  .vn-team-grid,
  .vn-method,
  .vn-cta-band {
    grid-template-columns: 1fr;
  }

  .vn-hero {
    padding-top: 1rem;
  }

  .vn-hero h1,
  .vn-page-shell h1 {
    font-size: clamp(2.18rem, 11vw, 3rem);
    line-height: 1.03;
  }

  .vn-hero__lead {
    font-size: 1.06rem;
  }

  .vn-metrics {
    grid-template-columns: 1fr;
  }

  .vn-card,
  .vn-method li,
  .vn-profile-card {
    min-height: 0;
  }

  .vn-profile-card__media {
    min-height: 0;
    aspect-ratio: auto;
  }

  .vn-profile-card__media img {
    max-width: 100%;
    max-height: 360px;
  }

  .vn-profile-card--portrait .vn-profile-card__media img {
    max-height: 520px;
  }

  .vn-section .vn-profile-card {
    width: 100%;
    padding: 1rem 0.9rem;
  }

  .vn-section .vn-profile-card h3 {
    font-size: 1.08rem;
    line-height: 1.18;
  }

  .vn-section .vn-profile-card__role {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .vn-section .vn-profile-card p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .vn-profile-card__tags span {
    font-size: 0.66rem;
    line-height: 1.15;
  }

  .vn-team-feature__image {
    min-height: 0;
  }

  .vn-cta-band {
    align-items: start;
  }
}
/* VN_CLIENT_READY_END */