:root {
  --vw-ink: #0c1c20;
  --vw-muted: #5e6d70;
  --vw-paper: #f5f8f7;
  --vw-soft: #eaf2f0;
  --vw-white: #ffffff;
  --vw-line: #d9e4e2;
  --vw-navy: #082532;
  --vw-navy-2: #0d3741;
  --vw-teal: #008c8c;
  --vw-teal-dark: #006f73;
  --vw-green: #547d45;
  --vw-amber: #bf7a18;
  --vw-blue: #315f82;
  --vw-shadow: 0 20px 55px rgba(8, 37, 50, 0.13);
  --vw-shadow-soft: 0 10px 30px rgba(8, 37, 50, 0.08);
  --vw-radius: 8px;
  --vw-shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vw-paper);
  color: var(--vw-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.admin-bar .vw-header {
  top: 32px;
}

a {
  color: var(--vw-teal-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--vw-navy);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.vw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 100vw;
  min-height: 76px;
  padding: 0.75rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(217, 228, 226, 0.86);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 8px 22px rgba(8, 37, 50, 0.04);
  backdrop-filter: blur(18px);
}

.vw-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: min(360px, 34vw);
  gap: 0.75rem;
  color: var(--vw-ink);
  text-decoration: none;
}

.vw-brand img {
  display: block;
  width: auto;
  max-height: 48px;
}

.vw-brand span:not(.vw-mark) {
  display: grid;
  min-width: 0;
  line-height: 1.12;
}

.vw-brand strong {
  color: var(--vw-ink);
  font-size: 0.96rem;
  font-weight: 950;
}

.vw-brand small {
  margin-top: 0.18rem;
  color: var(--vw-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.vw-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: var(--vw-radius);
  background: linear-gradient(135deg, var(--vw-teal), var(--vw-navy));
  color: var(--vw-white);
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 10px 26px rgba(0, 140, 140, 0.22);
}

.vw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  gap: 0.25rem;
}

.vw-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}

.vw-nav li,
.vw-footer-bottom li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vw-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: var(--vw-radius);
  padding: 0.5rem 0.62rem;
  color: var(--vw-muted);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.vw-nav a:hover,
.vw-nav .current-menu-item > a {
  background: var(--vw-soft);
  color: var(--vw-teal-dark);
}

.vw-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  background: var(--vw-white);
  color: var(--vw-navy);
  cursor: pointer;
}

.vw-nav-toggle svg {
  width: 22px;
  height: 22px;
}

.vw-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--vw-radius);
  padding: 0.7rem 0.95rem;
  background: var(--vw-navy);
  color: var(--vw-white);
  font-weight: 950;
  text-decoration: none;
  box-shadow: var(--vw-shadow-soft);
}

.vw-header-cta:hover {
  background: var(--vw-teal-dark);
  color: var(--vw-white);
}

.vw-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(560px, 72vh, 760px);
  padding: clamp(5.5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 6rem);
  background:
    linear-gradient(135deg, rgba(8, 37, 50, 0.95), rgba(13, 55, 65, 0.88)),
    linear-gradient(90deg, rgba(0, 140, 140, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  color: var(--vw-white);
}

.vw-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--vw-teal), var(--vw-amber), var(--vw-green), var(--vw-blue));
  z-index: -1;
}

.vw-inner {
  min-height: 430px;
}

.vw-shell,
.vw-section,
.vw-footer-grid,
.vw-footer-bottom {
  width: var(--vw-shell);
  margin-inline: auto;
}

.vw-hero .vw-shell {
  display: grid;
  max-width: 920px;
  margin-left: max(20px, calc((100% - 1180px) / 2));
}

.vw-eyebrow {
  margin: 0 0 0.75rem;
  color: #8be4dd;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vw-section .vw-eyebrow,
.vw-content-page .vw-eyebrow,
.vw-footer .vw-eyebrow {
  color: var(--vw-teal-dark);
}

.vw-hero h1,
.vw-hero h2 {
  max-width: 980px;
  margin: 0;
  color: var(--vw-white);
  font-size: clamp(2.75rem, 7vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.vw-hero p:not(.vw-eyebrow) {
  max-width: 760px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.vw-home-hero,
.vw-service-hero {
  background:
    linear-gradient(90deg, rgba(8, 37, 50, 0.98) 0%, rgba(8, 37, 50, 0.9) 42%, rgba(8, 37, 50, 0.62) 72%, rgba(8, 37, 50, 0.38) 100%),
    var(--vw-hero-image, none) center / cover no-repeat,
    linear-gradient(135deg, rgba(8, 37, 50, 0.95), rgba(13, 55, 65, 0.88));
}

.vw-centered-actions {
  justify-content: center;
}

.vw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.vw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: var(--vw-radius);
  padding: 0.82rem 1.05rem;
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.vw-btn:hover {
  transform: translateY(-1px);
}

.vw-btn-primary {
  background: var(--vw-teal);
  color: var(--vw-white);
  box-shadow: 0 14px 30px rgba(0, 140, 140, 0.24);
}

.vw-btn-primary:hover {
  background: var(--vw-teal-dark);
  color: var(--vw-white);
}

.vw-btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: var(--vw-white);
  color: var(--vw-navy);
}

.vw-btn-secondary:hover {
  background: #eaf7f5;
  color: var(--vw-navy);
}

.vw-btn-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: var(--vw-white);
}

.vw-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--vw-white);
}

.vw-section {
  padding: clamp(3.2rem, 7vw, 5.6rem) 0;
}

.vw-section-soft {
  width: 100%;
  background: linear-gradient(180deg, #f7faf9, #eef5f3);
}

.vw-section-dark {
  width: 100%;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(8, 37, 50, 0.96), rgba(13, 55, 65, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 54px 54px;
  color: var(--vw-white);
}

.vw-section-dark .vw-section-heading {
  margin-inline: 0;
}

.vw-section-dark h2,
.vw-section-dark p {
  color: var(--vw-white);
}

.vw-section-heading {
  display: grid;
  gap: 0.55rem;
  max-width: 780px;
  margin: 0 auto 2rem;
  text-align: center;
}

.vw-section-heading h2 {
  margin: 0;
  color: var(--vw-navy);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.vw-section-heading p:not(.vw-eyebrow) {
  margin: 0;
  color: var(--vw-muted);
}

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

.vw-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: 1.2rem;
  background: var(--vw-white);
  box-shadow: var(--vw-shadow-soft);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.vw-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--vw-teal);
}

.vw-card:nth-child(2n)::before {
  background: var(--vw-amber);
}

.vw-card:nth-child(3n)::before {
  background: var(--vw-green);
}

.vw-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 140, 140, 0.28);
  box-shadow: var(--vw-shadow);
}

.vw-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--vw-radius);
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(8, 37, 50, 0.08);
}

.vw-card-compact {
  min-height: 210px;
}

.vw-card svg,
.vw-card i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  color: var(--vw-teal-dark);
}

.vw-card h3 {
  margin: 0;
  color: var(--vw-navy);
  font-size: 1.22rem;
  line-height: 1.22;
}

.vw-card p {
  margin: 0;
  color: var(--vw-muted);
}

.vw-card a {
  align-self: end;
  font-weight: 950;
  text-decoration: none;
}

.vw-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.vw-module-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--vw-radius);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--vw-white);
  font-weight: 950;
  text-decoration: none;
}

.vw-module-grid a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--vw-white);
}

.vw-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.vw-process-grid article {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 160px;
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: 1.1rem;
  background: var(--vw-white);
  box-shadow: var(--vw-shadow-soft);
}

.vw-process-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--vw-radius);
  background: var(--vw-soft);
  color: var(--vw-teal-dark);
  font-weight: 950;
}

.vw-process-grid h3 {
  margin: 0;
  color: var(--vw-navy);
  font-size: 1.05rem;
  line-height: 1.24;
}

.vw-shortcode-wrap {
  display: grid;
  justify-items: center;
}

.vw-shortcode-wrap > * {
  width: min(1120px, 100%);
}

.vw-panel,
.vw-content-page {
  width: min(1050px, calc(100% - 40px));
  margin-inline: auto;
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background: var(--vw-white);
  box-shadow: var(--vw-shadow-soft);
}

.vw-content-page h1 {
  margin-top: 0;
  color: var(--vw-navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.vw-content-page h2,
.vw-content-page h3 {
  color: var(--vw-navy);
  line-height: 1.15;
}

.veroc-rich-page {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.veroc-rich-page > * {
  margin-block: 0;
}

.veroc-page-image {
  margin: 0;
}

.veroc-page-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: var(--vw-radius);
  object-fit: cover;
  box-shadow: var(--vw-shadow-soft);
}

.veroc-seo-intro {
  max-width: 860px;
  color: var(--vw-muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.veroc-feature-columns {
  gap: 1rem;
}

.veroc-copy-columns {
  gap: 1rem;
}

.veroc-feature-columns .wp-block-column {
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: 1rem;
  background: #f9fcfb;
}

.veroc-copy-columns .wp-block-column {
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: 1.1rem;
  background: var(--vw-white);
  box-shadow: 0 8px 20px rgba(8, 37, 50, 0.05);
}

.veroc-feature-columns h3,
.veroc-feature-columns p,
.veroc-copy-columns h3 {
  margin-block: 0 0.55rem;
}

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

.veroc-editor-card {
  display: grid;
  gap: 0.7rem;
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: 1rem;
  background: var(--vw-white);
  box-shadow: var(--vw-shadow-soft);
}

.veroc-editor-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--vw-radius);
  object-fit: cover;
}

.veroc-editor-card h3,
.veroc-editor-card p {
  margin: 0;
}

.veroc-editor-card h3 {
  color: var(--vw-navy);
}

.veroc-editor-card a {
  font-weight: 950;
  text-decoration: none;
}

.vw-content-page ul,
.vw-content-page ol {
  padding-left: 1.35rem;
}

.vw-content-page li + li {
  margin-top: 0.35rem;
}

.wp-block-details {
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: 1rem;
  background: #fbfdfc;
}

.wp-block-details summary {
  color: var(--vw-navy);
  font-weight: 950;
  cursor: pointer;
}

.wp-block-details p {
  margin-bottom: 0;
  color: var(--vw-muted);
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wp-block-button__link {
  border-radius: var(--vw-radius);
  background: var(--vw-teal);
  color: var(--vw-white);
  font-weight: 950;
  text-decoration: none;
}

.is-style-outline .wp-block-button__link {
  border: 1px solid var(--vw-line);
  background: var(--vw-white);
  color: var(--vw-navy);
}

.vw-fallback-form {
  display: grid;
  gap: 1rem;
  width: min(1040px, 100%);
  border: 1px solid var(--vw-line);
  border-radius: var(--vw-radius);
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background: var(--vw-white);
  box-shadow: var(--vw-shadow-soft);
}

.vw-fallback-form-heading {
  display: grid;
  gap: 0.4rem;
}

.vw-fallback-form-heading h3,
.vw-fallback-form-heading p {
  margin: 0;
}

.vw-fallback-form-heading h3 {
  color: var(--vw-navy);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.05;
}

.vw-fallback-form-heading p:not(.vw-eyebrow) {
  color: var(--vw-muted);
}

.vw-fallback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vw-fallback-grid label {
  display: grid;
  gap: 0.42rem;
  color: var(--vw-navy);
  font-weight: 900;
}

.vw-fallback-full {
  grid-column: 1 / -1;
}

.vw-fallback-grid input,
.vw-fallback-grid textarea {
  width: 100%;
  border: 1px solid #cbd9d8;
  border-radius: var(--vw-radius);
  padding: 0.82rem 0.92rem;
  background: var(--vw-white);
  color: var(--vw-ink);
}

.vw-fallback-grid input:focus,
.vw-fallback-grid textarea:focus {
  outline: 3px solid rgba(0, 140, 140, 0.18);
  border-color: var(--vw-teal);
}

.vw-fallback-note {
  margin: 0;
  color: var(--vw-muted);
  font-size: 0.92rem;
}

.vw-post-preview {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--vw-line);
}

.vw-post-preview:last-child {
  border-bottom: 0;
}

.vw-post-preview h2 {
  margin: 0 0 0.4rem;
}

.vw-footer {
  overflow: hidden;
  background: #061920;
  color: rgba(255, 255, 255, 0.82);
}

.vw-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(170px, 0.85fr));
  gap: clamp(1.2rem, 4vw, 2.5rem);
  padding: clamp(3rem, 6vw, 4.6rem) 0;
}

.vw-brand-footer strong {
  color: var(--vw-white);
}

.vw-footer-brand,
.vw-footer-col {
  min-width: 0;
}

.vw-brand-footer small {
  color: rgba(255, 255, 255, 0.62);
}

.vw-footer-brand p {
  max-width: 520px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.vw-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.vw-footer-col {
  display: grid;
  align-content: start;
  gap: 0.58rem;
}

.vw-footer-col h2 {
  margin: 0 0 0.35rem;
  color: var(--vw-white);
  font-size: 0.92rem;
  text-transform: uppercase;
}

.vw-footer-col a,
.vw-footer-col span {
  color: rgba(255, 255, 255, 0.72);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.vw-footer-col a:hover {
  color: var(--vw-white);
}

.vw-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.vw-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.vw-footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
}

.vw-footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
}

.vw-footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.vw-footer-bottom a:hover {
  color: var(--vw-white);
}

.wp-block-image,
.wp-block-gallery,
.wp-block-cover {
  margin-block: 1.5rem;
}

@media (max-width: 1180px) {
  .vw-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vw-module-grid,
  .vw-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 1240px) {
  body.admin-bar .vw-header {
    top: 32px;
  }

  .vw-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .vw-nav-toggle {
    display: inline-flex;
  }

  .vw-header-cta {
    display: none;
  }

  .vw-nav {
    position: absolute;
    inset: 100% 1rem auto;
    display: none;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid var(--vw-line);
    border-radius: var(--vw-radius);
    padding: 0.5rem;
    background: var(--vw-white);
    box-shadow: var(--vw-shadow);
  }

  .vw-menu-list {
    display: grid;
    justify-content: stretch;
    width: 100%;
  }

  .vw-header.is-open .vw-nav {
    display: flex;
  }

  .vw-nav a {
    justify-content: flex-start;
    width: 100%;
    font-size: 0.94rem;
  }

  .vw-hero .vw-shell {
    width: var(--vw-shell);
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  :root {
    --vw-shell: min(100% - 28px, 1180px);
  }

  body.admin-bar .vw-header {
    top: 46px;
  }

  .vw-header {
    min-height: 68px;
    padding-inline: 0.85rem;
  }

  .vw-brand small {
    display: none;
  }

  .vw-hero {
    min-height: auto;
    padding: 4.2rem 0 3.5rem;
  }

  .vw-hero h1,
  .vw-hero h2 {
    font-size: clamp(2.35rem, 13vw, 3.3rem);
  }

  .vw-actions,
  .vw-footer-actions {
    display: grid;
  }

  .vw-btn {
    width: 100%;
  }

  .vw-card-grid,
  .vw-module-grid,
  .vw-process-grid,
  .veroc-editor-card-grid,
  .vw-footer-grid,
  .vw-fallback-grid {
    grid-template-columns: 1fr;
  }

  .veroc-page-image img {
    aspect-ratio: 16 / 10;
  }

  .vw-card {
    min-height: 230px;
  }

  .vw-footer-bottom {
    flex-direction: column;
  }
}
