html {
  background: #ffffff;
}

body.voltsimple-about,
body.voltsimple-about .box-wrapper,
body.voltsimple-about .main-wrapper,
body.voltsimple-about .page-wrapper,
body.voltsimple-about .post-wrapper,
body.voltsimple-about .post-body,
body.voltsimple-about .post-content {
  background: #ffffff !important;
}

body.voltsimple-about .body-borders,
body.voltsimple-about .body-border-shadow,
body.voltsimple-about .footer-scroll-top,
body.voltsimple-about .post-title-wrapper,
body.voltsimple-about .page-header {
  display: none !important;
}

body.voltsimple-about .vs-solutions-row,
body.voltsimple-about .vs-solutions-row .row-parent,
body.voltsimple-about .vs-solutions-row .wpb_column,
body.voltsimple-about .vs-solutions-row .uncol,
body.voltsimple-about .vs-solutions-row .uncell,
body.voltsimple-about .vs-solutions-row .uncont {
  padding: 0 !important;
}

body.voltsimple-about .vs-solutions-row .row-parent {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#vs-about-page-root {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  background: #ffffff;
}

@supports (overflow: clip) {
  #vs-about-page-root {
    overflow-x: clip;
  }
}

#vs-about-page-root,
#vs-about-page-root *,
#vs-about-page-root *::before,
#vs-about-page-root *::after {
  box-sizing: border-box;
}

.vs-about-root {
  --accent: #4f9ccf;
  --accent-strong: #327fae;
  --accent-soft: #eaf5fb;
  --text: #111820;
  --text-soft: #263241;
  --muted: #5d6875;
  --line: #e6edf2;
  --wash: #f7f9fb;
  --dark: #111820;
  --dark-2: #182330;
  --dark-line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(17, 24, 32, 0.14);
  --shadow-soft: 0 18px 48px rgba(17, 24, 32, 0.08);
  --radius: 24px;
  --container: 1240px;
  --pad: clamp(22px, 4vw, 54px);
  color: var(--text);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.vs-about-root img {
  display: block;
  max-width: 100%;
}

.vs-about-root a {
  color: inherit;
}

.vs-about-container {
  width: min(calc(100% - (var(--pad) * 2)), var(--container));
  margin: 0 auto;
}

.vs-about-page section {
  position: relative;
}

.vs-about-eyebrow {
  margin: 0 0 16px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.vs-about-root h1,
.vs-about-root h2,
.vs-about-root h3,
.vs-about-root p {
  margin-top: 0;
}

.vs-about-root h1,
.vs-about-root h2,
.vs-about-root h3 {
  color: var(--text);
  letter-spacing: 0;
}

.vs-about-root h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.1vw, 84px);
  line-height: 0.95;
  font-weight: 720;
}

.vs-about-root h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
  font-weight: 690;
}

.vs-about-root h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
  font-weight: 690;
}

.vs-about-root p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.vs-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vs-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.vs-about-button:hover {
  transform: translateY(-1px);
}

.vs-about-button:focus-visible {
  outline: 3px solid rgba(79, 156, 207, 0.32);
  outline-offset: 3px;
}

.vs-about-button-primary {
  color: #ffffff !important;
  background: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: 0 14px 30px rgba(79, 156, 207, 0.24);
}

.vs-about-button-primary:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.vs-about-button-secondary {
  color: var(--text) !important;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(17, 24, 32, 0.06);
}

.vs-about-button-secondary:hover {
  border-color: rgba(79, 156, 207, 0.44);
}

.vs-about-button-dark {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.vs-about-button-dark:hover {
  background: rgba(255, 255, 255, 0.14);
}

.vs-about-hero {
  padding: clamp(88px, 9vw, 136px) 0 clamp(62px, 7vw, 92px);
  background: #ffffff;
}

.vs-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
}

.vs-about-hero-copy > p:not(.vs-about-eyebrow) {
  max-width: 690px;
  margin-bottom: 30px;
  color: var(--text-soft);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.65;
}

.vs-about-hero-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--wash);
  box-shadow: var(--shadow);
}

.vs-about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0) 52%, rgba(79, 156, 207, 0.18));
}

.vs-about-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.vs-about-intro {
  padding: clamp(70px, 8vw, 112px) 0;
  background: #ffffff;
}

.vs-about-statement {
  max-width: 900px;
  text-align: center;
}

.vs-about-statement h2 {
  font-size: clamp(35px, 4.1vw, 54px);
  line-height: 1.08;
}

.vs-about-intro-copy {
  max-width: 820px;
  margin: 0 auto;
}

.vs-about-intro-copy p {
  margin-bottom: 20px;
  font-size: clamp(18px, 1.6vw, 20px);
  line-height: 1.78;
}

.vs-about-positioning {
  padding: clamp(70px, 8vw, 112px) 0;
  background: var(--wash);
}

.vs-positioning-card {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.vs-positioning-card h2 {
  max-width: 780px;
}

.vs-positioning-card p:not(.vs-about-eyebrow) {
  max-width: 820px;
  margin-bottom: 18px;
}

.vs-positioning-card p:last-child {
  margin-bottom: 0;
}

.vs-about-role,
.vs-about-principles {
  padding: clamp(76px, 9vw, 124px) 0;
  background: var(--wash);
}

.vs-role-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
}

.vs-role-copy p {
  max-width: 690px;
  margin-bottom: 18px;
}

.vs-role-map {
  display: grid;
  justify-items: center;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.vs-role-card,
.vs-role-badge {
  width: min(100%, 380px);
  padding: 22px;
  border-radius: 24px;
  text-align: center;
  background: #ffffff;
}

.vs-role-card {
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(17, 24, 32, 0.06);
}

.vs-role-card strong,
.vs-role-badge strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.1;
}

.vs-role-card span,
.vs-role-badge span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.vs-role-badge {
  color: #ffffff;
  background: linear-gradient(145deg, var(--dark), #223244);
  border: 1px solid rgba(79, 156, 207, 0.36);
  box-shadow: 0 22px 54px rgba(17, 24, 32, 0.2);
}

.vs-role-badge strong,
.vs-role-badge span {
  color: #ffffff;
}

.vs-role-line {
  width: 2px;
  height: 34px;
  background: linear-gradient(var(--accent), rgba(79, 156, 207, 0.1));
}

.vs-about-approach,
.vs-about-serve,
.vs-about-promise,
.vs-about-trust {
  padding: clamp(70px, 8vw, 112px) 0;
  background: #ffffff;
}

.vs-section-head {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.vs-section-head p:not(.vs-about-eyebrow) {
  max-width: 700px;
  font-size: 18px;
}

.vs-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vs-approach-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(17, 24, 32, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vs-approach-card:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 156, 207, 0.42);
  box-shadow: 0 24px 60px rgba(79, 156, 207, 0.14);
}

.vs-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 38px;
}

.vs-card-top span {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.vs-about-icon {
  width: 34px;
  height: 34px;
  color: var(--accent);
}

.vs-about-icon path,
.vs-about-icon circle,
.vs-about-icon rect {
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vs-about-icon circle[fill],
.vs-about-icon rect[fill] {
  fill: currentColor;
}

.vs-approach-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.72;
}

.vs-about-connected,
.vs-final-cta {
  padding: clamp(70px, 8vw, 116px) 0;
  color: #ffffff;
  background: var(--dark);
}

.vs-connected-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.vs-connected-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: 28px;
  background: var(--dark-2);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.vs-connected-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(17, 24, 32, 0.1), rgba(79, 156, 207, 0.24));
}

.vs-connected-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.vs-about-connected h2,
.vs-about-connected h3,
.vs-final-cta h2 {
  color: #ffffff;
}

.vs-about-connected p,
.vs-final-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.vs-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0;
}

.vs-system-card {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--dark-line);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.055);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.vs-connected-note {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

.vs-serve-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vs-serve-card {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 24px;
  border-radius: 24px;
  background: var(--dark);
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.12);
}

.vs-serve-card.is-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 698px;
}

.vs-serve-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 600ms ease;
}

.vs-serve-card:hover img {
  transform: scale(1.035);
}

.vs-serve-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 32, 0.06), rgba(17, 24, 32, 0.84));
}

.vs-serve-card > div {
  position: relative;
  z-index: 2;
}

.vs-serve-card h3 {
  color: #ffffff;
}

.vs-serve-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.68;
}

.vs-principles-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 90px);
}

.vs-principles-head {
  position: sticky;
  top: 84px;
  align-self: start;
}

.vs-principles-head p:not(.vs-about-eyebrow) {
  font-size: 18px;
}

.vs-principle-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.vs-principle-row:last-child {
  border-bottom: 1px solid var(--line);
}

.vs-principle-row .vs-about-icon {
  width: 18px;
  height: 18px;
  margin-top: 6px;
}

.vs-principle-row h3 {
  margin-bottom: 9px;
  font-size: clamp(22px, 2.1vw, 30px);
}

.vs-principle-row p {
  max-width: 760px;
  margin-bottom: 0;
}

.vs-promise-inner {
  max-width: 980px;
  text-align: center;
}

.vs-promise-mark {
  width: 62px;
  height: 4px;
  margin: 0 auto 30px;
  border-radius: 999px;
  background: var(--accent);
}

.vs-promise-inner p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}

.vs-trust-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.vs-trust-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--wash);
  box-shadow: var(--shadow-soft);
}

.vs-trust-media img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
}

.vs-trust-copy p {
  max-width: 720px;
  margin-bottom: 18px;
}

.vs-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.vs-final-grid h2 {
  max-width: 720px;
}

.vs-final-grid p:not(.vs-about-eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 18px;
}

.vs-final-grid .vs-about-actions {
  justify-content: flex-end;
  min-width: 340px;
}

.vs-reveal {
  opacity: 1;
  transform: translateY(0);
}

.vs-about-root.is-enhanced .vs-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.8,.2,1);
}

.vs-about-root.is-enhanced .vs-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .vs-about-hero-grid,
  .vs-role-grid,
  .vs-connected-grid,
  .vs-trust-grid,
  .vs-final-grid {
    grid-template-columns: 1fr;
  }

  .vs-about-hero-media,
  .vs-about-hero-media img {
    min-height: 430px;
  }

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

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

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

  .vs-serve-card.is-large {
    grid-column: span 2;
    min-height: 420px;
  }

  .vs-principles-grid {
    grid-template-columns: 1fr;
  }

  .vs-principles-head {
    position: static;
  }

  .vs-final-grid .vs-about-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .vs-about-root {
    --pad: 20px;
  }

  .vs-about-hero {
    padding-top: 76px;
  }

  .vs-about-root h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .vs-about-root h2 {
    font-size: clamp(31px, 9vw, 43px);
  }

  .vs-about-actions,
  .vs-final-grid .vs-about-actions {
    width: 100%;
  }

  .vs-about-button {
    width: 100%;
  }

  .vs-about-hero-media,
  .vs-about-hero-media img {
    min-height: 360px;
  }

  .vs-role-map {
    padding: 18px;
  }

  .vs-approach-grid,
  .vs-system-grid,
  .vs-serve-grid {
    grid-template-columns: 1fr;
  }

  .vs-serve-card,
  .vs-serve-card.is-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 330px;
  }

  .vs-principle-row {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vs-about-root *,
  .vs-about-root *::before,
  .vs-about-root *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
