/**
 * Vogel & Katz — Main Stylesheet
 * Design system: Navy #12253F, Gold #C6A15A, Light Gold #D8B86C
 *
 * Homepage-specific styles are inline; this file contains
 * shared styles for the entire theme.
 */

/* Reset & Base */
html {
  scroll-behavior: smooth;
}

body {
  background: #f3f5f8;
  color: #17263f;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
}

a {
  color: #c6a15a;
  text-decoration: none;
}
a:hover {
  color: #d4b063;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #12253f;
}

code,
pre,
.mono {
  font-family: "IBM Plex Mono", monospace;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #12253f;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
}
.skip-link:focus {
  top: 0;
}

/* Screen Reader */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Footer */
.site-footer {
  background: #0b1626;
  color: #aab3c1;
  padding: 20px 0;
  font-size: 13px;
}

/* Default Content Area */
.content-area {
  padding: 60px 0;
}

.entry-content {
  font-size: 16px;
  line-height: 1.7;
  color: #566274;
}

/* Legal Pages (Privacy Statement, Terms) */
.vk-legal-hero {
  background: #f3f5f8;
  border-bottom: 1px solid #e4e7ec;
}

.vk-legal-content .entry-content h2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 28px);
  color: #12253f;
  margin: clamp(32px, 4vw, 48px) 0 16px;
}

.vk-legal-content .entry-content h3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 22px);
  color: #12253f;
  margin: 28px 0 12px;
}

.vk-legal-content .entry-content p {
  margin: 0 0 16px;
}

.vk-legal-content .entry-content ul,
.vk-legal-content .entry-content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.vk-legal-content .entry-content li {
  margin-bottom: 8px;
}

.vk-legal-content .entry-content a {
  color: #c6a15a;
  text-decoration: underline;
}

.vk-legal-content .entry-content a:hover {
  color: #a97f35;
}

.vk-legal-content .entry-content strong {
  color: #12253f;
  font-weight: 600;
}

.vk-legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  color: #c6a15a;
  text-decoration: none;
}

.vk-legal-back:hover {
  color: #a97f35;
}

/* Widgets */
.widget {
  margin-bottom: 30px;
}

.widget-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 18px;
  margin-bottom: 14px;
  color: #12253f;
}

/* Pagination */
.pagination {
  margin-top: 40px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  margin: 0 4px;
  border: 1px solid #e4e7ec;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #566274;
  background: #fff;
  transition: all 0.2s ease;
}
.page-numbers:hover {
  border-color: #c6a15a;
  color: #12253f;
}
.page-numbers.current {
  background: #12253f;
  border-color: #12253f;
  color: #fff;
}

/* Search Form */
.search-form {
  display: flex;
  gap: 10px;
}
.search-form input[type="search"] {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 4px;
  font-size: 14px;
  color: #12253f;
  outline: none;
}
.search-form input[type="search"]:focus {
  border-color: #c6a15a;
}
.search-form button {
  padding: 10px 20px;
  background: #c6a15a;
  color: #12253f;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.search-form button:hover {
  background: #d4b063;
}

/* 404 Page */
.error-404 {
  text-align: center;
  padding: 80px 20px;
}
.error-404 .page-title {
  font-size: clamp(40px, 8vw, 120px);
  color: #c6a15a;
  margin-bottom: 10px;
}
.error-404 .page-content p {
  font-size: 18px;
  color: #566274;
  margin-bottom: 30px;
}

/* Homepage — Vogel & Katz Design System (.vk- prefix) */

.vk-home {
  background: #f3f5f8;
}
.vk-home .container {
  max-width: 1240px;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

/* Animations */
@keyframes vk-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.vk-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.vk-reveal.vk-revealed {
  opacity: 1;
  transform: none;
}

/* Text Reveal Animation */
.vk-text-reveal {
  display: inline-block;
}
.vk-text-reveal span {
  display: inline-block;
  opacity: 0;
  animation: vk-char-in 0.04s ease forwards;
}
@keyframes vk-char-in {
  to {
    opacity: 1;
  }
}

/* Section Label */
.vk-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vk-label-light {
  color: #d8b86c;
}
.vk-label-dark {
  color: #a97f35;
}
.vk-label::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c6a15a;
  display: inline-block;
  flex: none;
}

/* Headings */
.vk-heading {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.028em;
  margin: 0 0 22px;
}
.vk-heading-light {
  color: #fff;
}
.vk-heading-dark {
  color: #12253f;
}

/* Buttons */
.vk-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.vk-btn:hover {
  transform: translateY(-2px);
}
.vk-btn-primary {
  background: #c6a15a;
  color: #fff;
  box-shadow: 0 14px 34px rgba(198, 161, 90, 0.3);
}
.vk-btn-primary:hover {
  background: #d4b063;
  box-shadow: 0 18px 40px rgba(198, 161, 90, 0.42);
  color: #fff;
}
.vk-btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  padding: 15px 24px;
}
.vk-btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.vk-btn-arrow {
  font-size: 17px;
  line-height: 0;
}

/* NAV */
.vk-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.85);
  transition:
    box-shadow 0.3s ease,
    background 0.3s ease;
  border-bottom: 1px solid rgba(18, 37, 63, 0.07);
}
.vk-nav-scrolled {
  box-shadow: 0 8px 30px rgba(18, 37, 63, 0.1);
  background: rgba(255, 255, 255, 0.96);
}
.vk-nav-over-dark {
  background: rgba(18, 37, 63, 0.85) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.vk-nav-over-dark .vk-nav-link {
  color: #edf0f5 !important;
}
.vk-nav-over-dark .vk-nav-link:hover {
  color: #d8b86c !important;
}
.vk-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 74px;
}
.vk-nav-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.vk-nav-brand img {
  height: 40px;
  display: block;
}
.vk-nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.vk-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #3d4859;
  transition: color 0.2s ease;
  text-decoration: none;
}
.vk-nav-link:hover {
  color: #12253f;
}
.vk-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  background: #c6a15a;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.vk-nav-cta:hover {
  background: #d4b063;
  transform: translateY(-1px);
  color: #fff;
}
.vk-nav-brand .vk-logo-navy {
  display: block;
}
.vk-nav-brand .vk-logo-white {
  display: none;
}
.vk-nav-over-dark .vk-logo-navy {
  display: none !important;
}
.vk-nav-over-dark .vk-logo-white {
  display: block !important;
}
.vk-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  width: 36px;
  height: 28px;
}
.vk-nav-toggle span {
  display: block;
  position: absolute;
  left: 6px;
  width: 24px;
  height: 2px;
  background: #12253f;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.vk-nav-toggle span:nth-child(1) {
  top: 6px;
}
.vk-nav-toggle span:nth-child(2) {
  top: 13px;
}
.vk-nav-toggle span:nth-child(3) {
  top: 20px;
}

.vk-nav-toggle-open span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.vk-nav-toggle-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.vk-nav-toggle-open span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}
.vk-nav-over-dark .vk-nav-toggle span {
  background: #fff;
}
.vk-nav-over-dark .vk-nav-toggle-open span {
  background: #fff;
}

/* HERO */
.vk-hero {
  position: relative;
  background: #12253f;
  color: #fff;
  overflow: hidden;
  scroll-margin-top: 90px;
}
.vk-hero-glow-tr,
.vk-hero-glow-bl {
  position: absolute;
  width: 640px;
  height: 640px;
  pointer-events: none;
}
.vk-hero-glow-tr {
  top: -180px;
  right: -120px;
  background: radial-gradient(
    circle,
    rgba(198, 161, 90, 0.16),
    transparent 68%
  );
}
.vk-hero-glow-bl {
  bottom: -220px;
  left: -160px;
  background: radial-gradient(
    circle,
    rgba(90, 120, 170, 0.16),
    transparent 70%
  );
}
.vk-home .container.vk-hero-grid {
  max-width: 1440px;
}
.vk-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  padding-top: clamp(56px, 7vw, 104px);
  padding-bottom: clamp(56px, 7vw, 96px);
}
@media (min-width: 768px) {
  .vk-hero-grid {
    /* eerste kolom breder op desktop (verhouding aanpasbaar) */
    grid-template-columns: 6fr 4fr;
  }
}
.vk-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8b86c;
  margin-bottom: 24px;
}
.vk-hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c6a15a;
  display: inline-block;
  flex: none;
}
.vk-hero-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  color: #fff;
}
.vk-hero-subtitle {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.55;
  color: #aeb8c6;
  margin: 0 0 34px;
  max-width: none;
}
.vk-hero-tagline {
  font-size: 15px;
  line-height: 1.55;
  color: #aeb8c6;
  margin: -14px 0 34px;
  max-width: 40ch;
}
.vk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.vk-hero-note {
  margin: 30px 0 0;
  font-size: 13px;
  color: #8996a8;
  display: flex;
  align-items: center;
  gap: 9px;
}
.vk-hero-note::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #c6a15a;
  display: inline-block;
}

/* Featured Case Card */
.vk-featured-card {
  background: #19304f;
  border: 1px solid rgba(198, 161, 90, 0.26);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 40px 80px -34px rgba(0, 0, 0, 0.65);
}
.vk-featured-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.vk-featured-card-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b98ab;
}
.vk-featured-card-name {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: #fff;
}
.vk-featured-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.vk-stat-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 20px;
}
.vk-stat-value {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4vw, 46px);
  letter-spacing: -0.03em;
  color: #d8b86c;
  line-height: 1;
}
.vk-stat-label {
  font-size: 13px;
  color: #aeb8c6;
  margin-top: 6px;
}
.vk-featured-card-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 18px;
}
.vk-view-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #d8b86c;
  text-decoration: none;
}
.vk-view-link:hover {
  color: #e8c97a;
}

/* Trust Marquee */
.vk-trust {
  border-top: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
  padding: 28px 0;
  overflow: hidden;
  background: #fff;
}
.vk-trust.vk-trust-alt {
  background: #f3f5f8;
  border-top: 1px solid #e4e7ec;
}
.vk-trust-label {
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #909aa8;
  margin: 0 0 22px;
}
.vk-trust-track-wrapper {
  overflow: hidden;
  position: relative;
}
.vk-trust-track-wrapper::before,
.vk-trust-track-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6%;
  z-index: 1;
  pointer-events: none;
}
.vk-trust-track-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.vk-trust-track-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}
.vk-trust-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: vk-marquee 80s linear infinite;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: #aab2bf;
  white-space: nowrap;
}
.vk-trust-brand {
  flex-shrink: 0;
}
.vk-trust-dot {
  width: 5px;
  height: 5px;
  margin: 0 22px;
  background: #c6a15a;
  flex-shrink: 0;
}

/* Services */
.vk-services {
  scroll-margin-top: 82px;
  background: #fff;
}
.vk-services-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(56px, 8vw, 104px);
}
.vk-services-intro {
  max-width: 840px;
  margin-bottom: clamp(36px, 4vw, 52px);
}
.vk-services-desc {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.65;
  color: #566274;
  margin: 0;
}
.vk-services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e7ec;
  margin-bottom: clamp(28px, 3vw, 40px);
}
.vk-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 22px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.vk-tab-btn-inactive {
  background: #f3f5f8;
  color: #5c6675;
}
.vk-tab-btn-inactive:hover {
  background: #e4e8ee;
  color: #12253f;
}
.vk-tab-btn-active {
  background: #12253f;
  color: #fff;
}
.vk-tab-btn-active:hover {
  background: #12253f;
  color: #fff;
}
.vk-tab-num {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.vk-tab-num-inactive {
  color: #c6a15a;
}
.vk-tab-num-active {
  color: #fff;
}
.vk-services-tagline {
  font-size: 16px;
  color: #727e8f;
  margin: 0 0 clamp(22px, 2.5vw, 30px);
}
.vk-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 640px) {
  .vk-services-grid {
    grid-template-columns: 1fr;
  }
}
.vk-service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  padding: 26px;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.vk-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px -26px rgba(18, 37, 63, 0.28);
  border-color: #c6a15a;
  color: inherit;
}
.vk-service-card-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: #12253f;
}
.vk-service-card-desc {
  font-size: 14px;
  line-height: 1.62;
  color: #5c6675;
  margin: 0 0 18px;
  flex: 1;
}
.vk-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}
.vk-service-tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7688;
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  padding: 5px 9px;
  border-radius: 4px;
}
.vk-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 14px;
  color: #12253f;
}
.vk-service-card-link-arrow {
  font-size: 15px;
  line-height: 0;
  color: #c6a15a;
}

/* Narrative */
.vk-narrative {
  background: #12253f;
  color: #edf0f5;
}
.vk-narrative-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-narrative-intro {
  max-width: 980px;
}
.vk-narrative-heading {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 46px;
  color: #fff;
}
.vk-narrative-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.vk-narrative-text {
  font-size: 16px;
  line-height: 1.7;
  color: #aeb8c6;
  margin: 0;
}
.vk-narrative-bottom {
  margin-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: clamp(32px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.vk-narrative-subheading {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #fff;
}
.vk-mission-card {
  background: linear-gradient(135deg, #19304f 0%, #14263f 100%);
  border: 1px solid rgba(198, 161, 90, 0.3);
  border-radius: 14px;
  padding: clamp(26px, 3vw, 38px);
}
.vk-mission-card-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8b86c;
  margin-bottom: 18px;
}
.vk-mission-card-label::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c6a15a;
  display: inline-block;
}
.vk-mission-card-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
}

/* Founders */
.vk-founders {
  scroll-margin-top: 90px;
  background: #fff;
}
.vk-founders-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-founders-intro {
  margin-bottom: 44px;
  max-width: 660px;
}
.vk-founders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.vk-founder-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vk-founder-img {
  width: 100%;
  height: 340px;
  display: block;
  background: #12253f;
  object-fit: cover;
}
.vk-founder-body {
  padding: 28px;
}
.vk-founder-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.vk-founder-name {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #12253f;
}
.vk-founder-role {
  font-size: 13px;
  color: #8a94a3;
}
.vk-founder-bio {
  font-size: 14px;
  line-height: 1.62;
  color: #5c6675;
  margin: 14px 0 20px;
}
.vk-founder-quote {
  margin: 0;
  border-left: 3px solid #c6a15a;
  padding-left: 16px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.38;
  letter-spacing: -0.01em;
  color: #12253f;
}

/* How It Works */
.vk-how {
  background: #eceff3;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
}
.vk-how-inner {
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(56px, 8vw, 104px);
}
.vk-how-intro {
  margin-bottom: 44px;
  max-width: 660px;
}
.vk-how-subtitle {
  font-size: 16px;
  color: #566274;
  margin: 0;
}
.vk-how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.vk-how-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 30px;
}
.vk-how-card-num {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.vk-how-card-num-dot {
  width: 9px;
  height: 9px;
  background: #c6a15a;
  display: inline-block;
}
.vk-how-card-num-text {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #12253f;
}
.vk-how-card-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #12253f;
}
.vk-how-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #5c6675;
  margin: 0;
}

/* Results Band */
.vk-results {
  position: relative;
  background: #12253f;
  color: #fff;
  overflow: hidden;
}
.vk-results-glow {
  position: absolute;
  top: -160px;
  right: -100px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(198, 161, 90, 0.16),
    transparent 68%
  );
  pointer-events: none;
}
.vk-results-inner {
  position: relative;
  padding-top: clamp(60px, 8vw, 110px);
  padding-bottom: clamp(60px, 8vw, 110px);
}
.vk-results-intro {
  max-width: 660px;
  margin-bottom: clamp(40px, 5vw, 60px);
}
.vk-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
}
.vk-result-item {
  background: #12253f;
  padding: clamp(26px, 3vw, 38px);
}
.vk-countup-value {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 5.4vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #d8b86c;
}
.vk-countup-label {
  font-size: 14px;
  color: #edf0f5;
  margin-top: 12px;
  font-weight: 600;
}
.vk-countup-desc {
  font-size: 13px;
  color: #8b98ab;
  margin-top: 8px;
  line-height: 1.5;
}
.vk-countup-case {
  font-size: 12px;
  color: #8b98ab;
  margin-top: 4px;
}

/* Cases */
.vk-cases {
  scroll-margin-top: 82px;
  background: #fff;
}
.vk-cases-light {
  background: #f3f5f8;
}
.vk-cases-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-cases-intro {
  margin-bottom: 44px;
  max-width: 660px;
}
.vk-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.vk-case-card {
  text-decoration: none;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  color: inherit;
}
.vk-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px -26px rgba(18, 37, 63, 0.28);
  color: inherit;
}
.vk-case-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.vk-case-card-head {
  background: #12253f;
  padding: 32px 26px;
}
.vk-case-card-stat {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 58px);
  letter-spacing: -0.03em;
  color: #d8b86c;
  line-height: 1;
}
.vk-case-card-stat-sub {
  font-size: 13px;
  color: #edf0f5;
  margin-top: 6px;
}
.vk-case-card-body {
  padding: 24px;
}
.vk-case-card-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: #12253f;
}
.vk-case-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #5c6675;
  margin: 0 0 16px;
}
.vk-case-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 14px;
  color: #12253f;
}
.vk-case-card-link-arrow {
  font-size: 15px;
  line-height: 0;
  color: #c6a15a;
}

/* ==============================================
   Thank You Page
   ============================================== */
.vk-thank-you-hero {
  position: relative;
  background: #12253f;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 74px - 400px);
}
.vk-thank-you-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: clamp(40px, 5vw, 80px) clamp(20px, 5vw, 72px);
}
.vk-thank-you-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(198, 161, 90, 0.18);
  color: #d8b86c;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}
.vk-thank-you-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.025em;
}
.vk-thank-you-text {
  font-size: 17px;
  line-height: 1.6;
  color: #aeb8c6;
  margin: 0 0 32px;
}
.vk-thank-you-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.vk-thank-you-actions .vk-btn-outline-light {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

/* ==============================================
   Case Single — Services Rendered
   ============================================== */
.vk-case-services {
  background: #fff;
}
.vk-case-services-inner {
  padding-top: clamp(48px, 7vw, 80px);
  padding-bottom: 0;
}
.vk-case-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .vk-case-services-grid {
    grid-template-columns: 1fr;
  }
}
.vk-case-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #3d4859;
  padding: 8px 0;
}
.vk-case-service-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 161, 90, 0.14);
  color: #a97f35;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

/* ==============================================
   Case Single — Stat Highlights (3-col)
   ============================================== */
.vk-case-highlights {
  background: #fff;
}
.vk-case-highlights-inner {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-case-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .vk-case-highlights-grid {
    grid-template-columns: 1fr;
  }
}
.vk-case-highlight-card {
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: clamp(24px, 4vw, 36px);
  text-align: center;
}
.vk-case-highlight-icon {
  margin-bottom: 12px;
}
.vk-case-highlight-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.vk-case-highlight-value {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #12253f;
  line-height: 1.1;
  margin-bottom: 8px;
}
.vk-case-highlight-label {
  font-size: 14px;
  color: #727e8f;
  line-height: 1.35;
}

/* ==============================================
   Case Single — Content Blocks
   ============================================== */
.vk-case-block {
  background: #fff;
}
.vk-case-block-alt {
  background: #f3f5f8;
}
.vk-case-block-inner {
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(36px, 5vw, 64px);
}
.vk-case-block-grid {
  display: grid;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}
.vk-case-block-text-left {
  grid-template-columns: 1fr 1fr;
}
.vk-case-block-text-right {
  grid-template-columns: 1fr 1fr;
}
.vk-case-block-text-right .vk-case-block-imgs {
  order: -1;
}
@media (max-width: 767px) {
  .vk-case-block-text-left,
  .vk-case-block-text-right {
    grid-template-columns: 1fr;
  }
  .vk-case-block-text-right .vk-case-block-imgs {
    order: 0;
  }
}
.vk-case-block-full {
  display: block;
}
.vk-case-block-title {
  margin-bottom: 20px;
}
.vk-case-block-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  margin-top: 20px;
}
@media (max-width: 640px) {
  .vk-case-block-cols {
    grid-template-columns: 1fr;
  }
}
.vk-case-block-body {
  font-size: 16px;
  line-height: 1.78;
  color: #566274;
  margin-top: 20px;
}
.vk-case-block-body p {
  margin: 0 0 14px;
}
.vk-case-block-body strong {
  color: #12253f;
  font-weight: 600;
}
/* Image repeater — stacked */
.vk-case-block-imgs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vk-case-block-imgs img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 20px 50px -20px rgba(18, 37, 63, 0.15);
}
/* deprecated single-image class (keep for backward compat) */
.vk-case-block-img img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 20px 50px -20px rgba(18, 37, 63, 0.15);
}
.vk-case-block-img-full {
  grid-column: auto;
  width: 100%;
  margin: 0 0 8px;
}

/* Case Hero (repeated) */
.vk-case-hero {
  position: relative;
  background: #12253f;
  overflow: hidden;
}
.vk-case-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
@media (max-width: 767px) {
  .vk-case-hero-inner {
    grid-template-columns: 1fr;
  }
}
.vk-case-hero-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -0.025em;
}
.vk-case-hero-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #aeb8c6;
  margin: 0 0 28px;
}
.vk-case-hero-stats {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.vk-case-hero-stat {
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.vk-case-hero-stat:first-child {
  padding-left: 0;
}
.vk-case-hero-stat:last-child {
  border-right: none;
}
.vk-case-hero-stat-value {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  color: #d8b86c;
  margin-bottom: 4px;
}
.vk-case-hero-stat-label {
  font-size: 13px;
  line-height: 1.35;
  color: #aeb8c6;
  max-width: 110px;
}
.vk-case-hero-img img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}

/* Case Next Step */
.vk-case-next {
  background: #fff;
}
.vk-case-next-inner {
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(36px, 5vw, 64px);
}
.vk-case-next-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}
@media (max-width: 767px) {
  .vk-case-next-grid {
    grid-template-columns: 1fr;
  }
}
.vk-case-next-body {
  font-size: 16px;
  line-height: 1.78;
  color: #566274;
  margin: 20px 0;
}
.vk-case-next-body p {
  margin: 0 0 14px;
}
.vk-case-next-text .vk-btn-navy {
  margin-top: 4px;
}
.vk-case-next-img img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  display: block;
}

/* Case Approach */
.vk-case-approach {
  background: #f3f5f8;
}
.vk-case-approach-inner {
  max-width: 800px;
  padding-top: clamp(48px, 7vw, 80px);
  padding-bottom: clamp(48px, 7vw, 80px);
}
.vk-case-approach-text {
  font-size: 16px;
  line-height: 1.78;
  color: #566274;
  margin-top: 20px;
}
.vk-case-approach-text p {
  margin: 0 0 14px;
}
.vk-case-approach-text strong {
  color: #12253f;
  font-weight: 600;
}
.vk-case-approach-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 16px 0;
  display: block;
}

/* ==============================================
   Case Single — Quote
   ============================================== */
.vk-case-quote-wrap {
  background: #fff;
}
.vk-case-block-alt + .vk-case-quote-wrap {
  background: #f3f5f8;
}
.vk-case-quote-inner {
  padding-bottom: clamp(40px, 6vw, 72px);
}
.vk-case-quote {
  display: flex;
  gap: clamp(20px, 4vw, 36px);
  align-items: center;
  margin: 0;
  padding: clamp(24px, 4vw, 40px);
  background: #12253f;
  border-radius: 14px;
}
.vk-case-quote-content {
  flex: 1;
}
.vk-case-quote-content p {
  font-size: 17px;
  line-height: 1.72;
  color: #edf0f5;
  margin: 0 0 20px;
}
.vk-case-quote footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vk-case-quote-author {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-style: normal;
}
.vk-case-quote-role {
  font-size: 13px;
  color: #aeb8c6;
}
.vk-case-quote-img {
  flex-shrink: 0;
}
.vk-case-quote-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(198, 161, 90, 0.4);
}

/* Inline CTA */
.vk-case-inline-cta {
  background: #12253f;
  text-align: center;
}
.vk-case-inline-cta-inner {
  padding-top: clamp(48px, 7vw, 80px);
  padding-bottom: clamp(48px, 7vw, 80px);
}
.vk-case-inline-cta-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.vk-case-inline-cta-text {
  font-size: 16px;
  color: #aeb8c6;
  margin: 0 auto 24px;
  line-height: 1.6;
  max-width: 600px;
}
.vk-case-inline-cta .vk-btn-primary {
  font-size: 15px;
  padding: 13px 28px;
}
.vk-case-results {
  position: relative;
  background: #12253f;
  overflow: hidden;
}
.vk-case-results-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(198, 161, 90, 0.12),
    transparent 70%
  );
  pointer-events: none;
}
.vk-case-results-inner {
  max-width: 800px;
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-case-results-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.14;
  color: #fff;
  margin: 0 0 20px;
}
.vk-case-results-text {
  font-size: 16px;
  line-height: 1.78;
  color: #aeb8c6;
  margin-top: 20px;
}
.vk-case-results-text p {
  margin: 0 0 14px;
}
.vk-case-results-text ul,
.vk-case-results-text ol {
  margin: 0 0 14px;
  padding-left: 20px;
}
.vk-case-results-text li {
  margin-bottom: 10px;
  line-height: 1.65;
}
.vk-case-results-text strong {
  color: #fff;
  font-weight: 600;
}
.vk-case-results-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 16px 0;
  display: block;
}

/* Case CTA Card */
.vk-case-cta {
  background: #fff;
}
.vk-case-cta-inner {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.vk-case-cta-card {
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: clamp(32px, 5vw, 48px);
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.vk-case-cta-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #12253f;
  margin: 0 0 24px;
}
.vk-case-cta-card .vk-btn-primary {
  font-size: 15px;
  padding: 13px 28px;
}

/* Case Navigation */
.vk-case-nav {
  background: #fff;
  border-top: 1px solid #e4e7ec;
}
.vk-case-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.vk-case-nav-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  max-width: 280px;
}
.vk-case-nav-prev {
  align-items: flex-start;
}
.vk-case-nav-next {
  align-items: flex-end;
  text-align: right;
}
.vk-case-nav-arrow {
  font-size: 18px;
  color: #c6a15a;
  margin-bottom: 4px;
}
.vk-case-nav-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a97f35;
  margin-bottom: 4px;
}
.vk-case-nav-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #12253f;
}
.vk-case-nav-link:hover .vk-case-nav-title {
  color: #c6a15a;
}
.vk-case-nav-all {
  font-size: 14px;
  font-weight: 600;
  color: #12253f;
  text-decoration: none;
  white-space: nowrap;
}
.vk-case-nav-all:hover {
  color: #c6a15a;
}

/* Testimonials */
.vk-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.vk-testimonial-card {
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 28px;
}
.vk-testimonial-img {
  margin-bottom: 16px;
}
.vk-testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 6px;
}
.vk-testimonial-quote-mark {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 40px;
  line-height: 0.6;
  color: #c6a15a;
  margin-bottom: 14px;
}
.vk-testimonial-text {
  font-size: 15px;
  line-height: 1.62;
  color: #3d4859;
  margin: 0 0 22px;
}
.vk-testimonial-author {
  font-weight: 600;
  font-size: 14px;
  color: #12253f;
}
.vk-testimonial-company {
  font-size: 13px;
  color: #8a94a3;
}

/* Cases Archive Hero */
.vk-cases-hero {
  text-align: center;
}
.vk-cases-hero-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-cases-hero-content {
  max-width: 720px;
  margin: 0 auto;
}
.vk-cases-hero-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 4.6vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0;
}

/* Cases Archive — Storytelling Rows */
.vk-case-story {
  background: #fff;
}
.vk-case-story-alt {
  background: #f3f5f8;
}
.vk-case-story-inner {
  padding-top: clamp(56px, 7vw, 100px);
  padding-bottom: clamp(56px, 7vw, 100px);
}
.vk-case-story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.vk-case-story-row-reverse {
  direction: rtl;
}
.vk-case-story-row-reverse .vk-case-story-text {
  direction: ltr;
}
.vk-case-story-media {
  overflow: hidden;
  border-radius: 14px;
}
.vk-case-story-img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
.vk-case-story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.vk-case-story-stat-item {
  flex: none;
}
.vk-case-story-stat-item + .vk-case-story-stat-item {
  padding-left: 20px;
  border-left: 1px solid #e4e7ec;
}
.vk-case-story-stat {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 2.8vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #c6a15a;
  white-space: nowrap;
}
.vk-case-story-stat-sub {
  font-size: 13px;
  color: #727e8f;
  margin-top: 8px;
}
.vk-case-story-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.02em;
  color: #12253f;
  margin: 0 0 16px;
}
.vk-case-story-desc {
  font-size: 16px;
  line-height: 1.68;
  color: #566274;
  margin: 0 0 24px;
}
.vk-case-story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #12253f;
  text-decoration: none;
  transition: color 0.2s;
}
.vk-case-story-link:hover {
  color: #c6a15a;
}
.vk-case-story-link span {
  color: #c6a15a;
  font-size: 17px;
  line-height: 0;
}
@media (max-width: 767px) {
  .vk-case-story-row,
  .vk-case-story-row-reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .vk-case-story-img {
    min-height: 240px;
  }
}

/* EU Breadth */
.vk-eu {
  scroll-margin-top: 90px;
  background: #fff;
}
.vk-eu-inner {
  padding-bottom: clamp(64px, 9vw, 110px);
}
.vk-eu-card {
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  padding: clamp(32px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.vk-eu-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a97f35;
  background: #f8f1e1;
  border: 1px solid #ecddbd;
  padding: 7px 13px;
  border-radius: 4px;
  margin-bottom: 22px;
}
.vk-eu-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #c6a15a;
  display: inline-block;
}
.vk-eu-heading {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
  letter-spacing: -0.026em;
  margin: 0;
  color: #12253f;
}
.vk-eu-text {
  font-size: 15px;
  line-height: 1.68;
  color: #566274;
  margin: 0 0 18px;
}

/* Final CTA */
.vk-cta {
  position: relative;
  background: #12253f;
  color: #fff;
  overflow: hidden;
}
.vk-cta-glow {
  position: absolute;
  top: -160px;
  right: 8%;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(198, 161, 90, 0.16),
    transparent 68%
  );
  pointer-events: none;
}
.vk-cta-inner {
  position: relative;
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
  text-align: center;
}
.vk-cta-content {
  max-width: 860px;
  margin: 0 auto;
}
.vk-cta-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 4.6vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  color: #fff;
}
.vk-cta-text {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.6;
  color: #aeb8c6;
  margin: 0 0 36px;
}
.vk-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* Footer (homepage-specific, overrides .site-footer) */
.vk-footer {
  background: #0b1626;
  color: #aab3c1;
}
.vk-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(28px, 4vw, 44px);
}
.vk-footer-brand {
  min-width: 220px;
}
.vk-footer-logo {
  height: 38px;
  display: block;
  margin-bottom: 20px;
}
.vk-footer-address {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: #828d9d;
}
.vk-footer-links-row {
  display: flex;
  gap: 16px;
}
.vk-footer-links-row a {
  font-size: 13px;
  color: #aab3c1;
  text-decoration: none;
}
.vk-footer-links-row a:hover {
  color: #d8b86c;
}
.vk-footer-col-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7688;
  margin-bottom: 16px;
}
.vk-footer-col-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
}
.vk-footer-col-list a {
  color: #aab3c1;
  text-decoration: none;
}
.vk-footer-col-list a:hover {
  color: #d8b86c;
}
.vk-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.vk-footer-bottom-inner {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #aab3c1;
}
.vk-footer-bottom-links {
  display: flex;
  gap: 18px;
}
.vk-footer-bottom-links a {
  color: #aab3c1;
  text-decoration: none;
}
.vk-footer-bottom-links a:hover {
  color: #d8b86c;
}

/* Responsive */
@media (max-width: 767px) {
  .vk-hero-title {
    font-size: 36px;
  }
  .vk-featured-card-stats {
    grid-template-columns: 1fr;
  }
}

/* ==============================================
   Mega Menu
   ============================================== */
.vk-nav-item {
  position: relative;
}
.vk-nav-chevron {
  font-size: 10px;
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.vk-nav-has-mega:hover .vk-nav-chevron {
  transform: rotate(180deg);
}
.vk-mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(8px);
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  box-shadow: 0 30px 60px -24px rgba(18, 37, 63, 0.34);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
  z-index: 999;
  min-width: 380px;
}
.vk-nav-has-mega:hover .vk-mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.vk-mega-inner {
  padding: 12px 0;
}
.vk-mega-col {
  padding: 0 24px;
}
.vk-mega-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a97f35;
  margin-bottom: 8px;
}
.vk-mega-link {
  display: block;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.vk-mega-link:hover {
  background: #f3f5f8;
}
.vk-mega-link-title {
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #12253f;
  margin-bottom: 2px;
}
.vk-mega-link-desc {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: #727e8f;
}

/* Nav Actions (lang + CTA) */
.vk-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.vk-nav-lang {
  display: flex;
  align-items: center;
  gap: 4px;
}
.vk-nav-lang-sep {
  color: #ccd4de;
  font-size: 12px;
  line-height: 1;
}
.vk-nav-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 17px;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.vk-nav-lang-flag:hover,
.vk-nav-lang-active {
  opacity: 1;
}
.vk-nav-lang-flag img {
  display: block;
  width: 100%;
  height: auto;
}
.vk-nav-over-dark .vk-nav-lang-flag {
  filter: brightness(1.2);
}
.vk-nav-over-dark .vk-nav-lang-sep {
  color: rgba(255, 255, 255, 0.35);
}
.vk-nav-over-dark .vk-mega-dropdown {
  background: #12253f;
  border-color: rgba(255, 255, 255, 0.1);
}
.vk-nav-over-dark .vk-mega-title {
  color: #d8b86c;
}
.vk-nav-over-dark .vk-mega-link {
  color: #aeb8c6;
}
.vk-nav-over-dark .vk-mega-link:hover {
  background: rgba(255, 255, 255, 0.06);
}
.vk-nav-over-dark .vk-mega-link-title {
  color: #fff;
}
.vk-nav-over-dark .vk-mega-link-desc {
  color: #aeb8c6;
}

/* ==============================================
   AI Page — Hero
   ============================================== */
.vk-service-hero {
  scroll-margin-top: 90px;
}
.vk-service-hero-grid {
  /* inherit align-items: center from .vk-hero-grid */
}
.vk-service-hero .vk-hero-subtitle {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.4;
  color: #edf0f5;
  font-weight: 500;
  margin-bottom: 18px;
}
.vk-service-hero-stat-card {
  background: #19304f;
  border: 1px solid rgba(198, 161, 90, 0.26);
  border-radius: 12px;
  padding: clamp(26px, 3vw, 36px);
  box-shadow: 0 40px 80px -34px rgba(0, 0, 0, 0.65);
}
.vk-service-hero-stat-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b98ab;
  margin-bottom: 18px;
}
.vk-service-hero-stat-tagline {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 26px;
}
.vk-service-hero-stat-row {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.vk-service-hero-stat-col {
  /* no background — just text */
}
.vk-service-hero-stat-num {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 42px);
  letter-spacing: -0.03em;
  color: #d8b86c;
  line-height: 1;
}
.vk-service-hero-stat-text {
  font-size: 13px;
  color: #aeb8c6;
  margin-top: 6px;
  line-height: 1.4;
}
.vk-service-hero-stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  align-self: stretch;
}

/* ==============================================
   AI Page — Services Tabs
   ============================================== */
.vk-service-tabs {
  background: #fff;
  scroll-margin-top: 82px;
}
.vk-service-tabs-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(56px, 8vw, 104px);
}
.vk-service-tabs-intro {
  max-width: 840px;
  margin-bottom: clamp(36px, 4vw, 52px);
}
.vk-service-tabs-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e7ec;
  margin-bottom: clamp(28px, 3vw, 40px);
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
}
.vk-service-tabs-row::-webkit-scrollbar {
  display: none;
}
.vk-service-tabs-row.vk-grabbing {
  cursor: grabbing;
  user-select: none;
}
.vk-service-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.vk-service-tab-btn-inactive {
  background: #f3f5f8;
  color: #5c6675;
}
.vk-service-tab-btn-inactive:hover {
  background: #e4e8ee;
  color: #12253f;
}
.vk-service-tab-btn-active {
  background: #12253f;
  color: #fff;
}
.vk-service-tab-num {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.vk-service-tab-num-inactive {
  color: #c6a15a;
}
.vk-service-tab-num-active {
  color: #d8b86c;
}

/* AI Service Detail */
#vk-service-detail {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.vk-service-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}
@media (max-width: 767px) {
  .vk-service-detail-grid {
    grid-template-columns: 1fr;
  }
}
.vk-service-detail-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: #12253f;
}
.vk-service-detail-desc {
  font-size: 15px;
  line-height: 1.68;
  color: #566274;
  margin: 0 0 18px;
}
.vk-service-detail-img {
  display: flex;
  align-items: stretch;
}

/* Navy CTA button (used in AI service detail) */
.vk-btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  padding: 13px 22px;
  background: #12253f;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.vk-btn-navy:hover {
  background: #1c3a60;
  color: #fff;
}
.vk-btn-navy-arrow {
  font-size: 16px;
  line-height: 0;
  color: #d8b86c;
}

/* AI Service List (Hackathon numbered items) */
.vk-service-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 6px 0 20px;
}
.vk-service-list-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.vk-service-list-num {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #f8f1e1;
  border: 1px solid #ecddbd;
  color: #a97f35;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.vk-service-list-text {
  font-size: 14px;
  line-height: 1.55;
  color: #566274;
  margin: 0;
}
.vk-service-list-text strong {
  color: #12253f;
  font-weight: 600;
}

/* ==============================================
   AI Page — Image Placeholders
   ============================================== */
.vk-service-img-placeholder {
  background: #12253f;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(300px, 38vw, 440px);
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.vk-service-img-placeholder-large {
  min-height: clamp(300px, 34vw, 400px);
}
.vk-service-detail-pic,
.vk-service-approach-pic {
  border-radius: 14px;
  width: 100%;
  max-height: clamp(300px, 38vw, 440px);
  object-fit: contain;
  display: block;
  background: #f3f5f8;
}
.vk-service-approach-pic {
  max-height: clamp(300px, 34vw, 400px);
}

/* ==============================================
   AI Page — Learning Section (dark, 2-col)
   ============================================== */
.vk-service-learning {
  background: #12253f;
  color: #edf0f5;
}
.vk-service-learning-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: clamp(60px, 8vw, 108px) clamp(20px, 5vw, 72px);
  max-width: 1240px;
  margin: 0 auto;
}
.vk-service-learning-head {
  /* heading + label on left */
}
.vk-service-learning-heading {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.14;
  letter-spacing: -0.026em;
  margin: 0;
  color: #fff;
}
.vk-service-learning-body {
  /* text on right */
}
.vk-service-learning-text {
  font-size: 16px;
  line-height: 1.7;
  color: #aeb8c6;
  margin: 0 0 18px;
}
.vk-service-learning-text:last-of-type {
  margin-bottom: 26px;
}
.vk-service-learning-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 15px;
  color: #d8b86c;
  text-decoration: none;
}
.vk-service-learning-link:hover {
  color: #e8c97a;
}
.vk-service-learning-link span {
  font-size: 16px;
  line-height: 0;
}

/* ==============================================
   AI Page — Solutions Grid
   ============================================== */
.vk-service-solutions {
  background: #fff;
}
.vk-service-solutions-inner {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.vk-service-solutions-intro {
  max-width: 840px;
  margin-bottom: clamp(22px, 2.5vw, 32px);
}
.vk-service-solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 700px) {
  .vk-service-solutions-grid {
    grid-template-columns: 1fr;
  }
}
.vk-service-solution-card {
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.vk-service-solution-num {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #c6a15a;
  flex-shrink: 0;
  padding: 6px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e4e7ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vk-service-solution-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  margin-bottom: 4px;
  color: #12253f;
}
.vk-service-solution-desc {
  font-size: 13px;
  line-height: 1.45;
  color: #727e8f;
  margin: 0;
}

/* ==============================================
   AI Page — Proof Tiles (light cards, C6A15A numbers)
   ============================================== */
.vk-proof-tiles {
  background: #fff;
  border-bottom: 1px solid #e4e7ec;
}
.vk-proof-tiles-inner {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 72px);
}
.vk-proof-tiles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media (max-width: 1023px) {
  .vk-proof-tiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 639px) {
  .vk-proof-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vk-proof-tile {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 26px;
}
.vk-proof-tile-num {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4vw, 46px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #c6a15a;
}
.vk-proof-tile-label {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #12253f;
  margin: 14px 0 8px;
}
.vk-proof-tile-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #727e8f;
  margin: 0;
}

/* ==============================================
   AI Page — Approach
   ============================================== */
.vk-service-approach {
  background: #f3f5f8;
}
.vk-service-approach-inner {
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-service-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}
@media (max-width: 767px) {
  .vk-service-approach-grid {
    grid-template-columns: 1fr;
  }
}
.vk-service-approach-text {
  font-size: 15px;
  line-height: 1.68;
  color: #566274;
  margin: 0 0 18px;
}

/* ==============================================
   AI Page — FAQ
   ============================================== */
.vk-service-faq {
  background: #fff;
}
.vk-service-faq-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
}
.vk-service-faq-intro {
  margin-bottom: clamp(32px, 4vw, 48px);
}
.vk-service-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vk-service-faq-item {
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.vk-service-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 22px);
  letter-spacing: -0.01em;
  color: #12253f;
}
.vk-service-faq-toggle:hover,
.vk-service-faq-toggle:focus {
  background: none !important;
  color: #12253f !important;
  border: none !important;
  outline: none !important;
}
.vk-service-faq-icon {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #f3f5f8;
  color: #12253f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
  transform: none;
}
.vk-service-faq-icon-open {
  background: #12253f;
  color: #d8b86c;
  transform: rotate(45deg);
}
.vk-service-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.vk-service-faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #566274;
}

/* ==============================================
   Contact Page
   ============================================== */
.vk-contact-hero {
  text-align: center;
}
.vk-contact-hero-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-contact-hero-content {
  max-width: 720px;
  margin: 0 auto;
}
.vk-contact-hero-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
}

.vk-contact-main {
  background: #fff;
}
.vk-contact-main-inner {
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

/* Contact Details */
.vk-contact-details-intro {
  font-size: 16px;
  line-height: 1.68;
  color: #566274;
  margin: 0 0 32px;
}
.vk-contact-detail-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  margin-bottom: 12px;
}
.vk-contact-detail-icon {
  flex: none;
  margin-top: 2px;
}
.vk-contact-detail-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7688;
  margin-bottom: 6px;
}
.vk-contact-detail-value {
  font-size: 15px;
  font-weight: 500;
  color: #12253f;
  line-height: 1.55;
}
a.vk-contact-detail-value {
  text-decoration: none;
  color: #12253f;
  transition: color 0.2s;
}
a.vk-contact-detail-value:hover {
  color: #c6a15a;
}

/* Contact Form */
.vk-contact-form-intro {
  font-size: 14px;
  color: #727e8f;
  margin: 0 0 24px;
  text-align: center;
}
.vk-contact-form {
  background: #f3f5f8;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: clamp(28px, 4vw, 40px);
}
.vk-contact-form .fluentform input[type="text"],
.vk-contact-form .fluentform input[type="email"],
.vk-contact-form .fluentform input[type="tel"],
.vk-contact-form .fluentform textarea,
.vk-contact-form .fluentform select {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #12253f;
  background: #fff;
  transition: border-color 0.2s;
}
.vk-contact-form .fluentform input:focus,
.vk-contact-form .fluentform textarea:focus,
.vk-contact-form .fluentform select:focus {
  outline: none;
  border-color: #c6a15a;
}
.vk-contact-form button.ff-btn-submit,
.vk-contact-form .ff-btn-submit,
.vk-contact-form .fluentform .ff-btn-submit,
.vk-contact-form .fluentform button[type="submit"] {
  background: #c6a15a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 17px 32px !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
  box-shadow: 0 14px 34px rgba(198, 161, 90, 0.3) !important;
}
.vk-contact-form button.ff-btn-submit:hover,
.vk-contact-form .ff-btn-submit:hover,
.vk-contact-form .fluentform .ff-btn-submit:hover,
.vk-contact-form .fluentform button[type="submit"]:hover {
  background: #d4b063 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 40px rgba(198, 161, 90, 0.42) !important;
}

@media (max-width: 767px) {
  .vk-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================================
   Portfolio Page
   ============================================== */
.vk-portfolio-hero {
  text-align: center;
}
.vk-portfolio-hero-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-portfolio-hero-content {
  max-width: 720px;
  margin: 0 auto;
}
.vk-portfolio-hero-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
}

.vk-portfolio-grid-section {
  background: #fff;
}
.vk-portfolio-grid-inner {
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vk-portfolio-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  aspect-ratio: 4 / 3;
  background: #f3f5f8;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.vk-portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px -26px rgba(18, 37, 63, 0.28);
}
.vk-portfolio-card-media {
  width: 100%;
  height: 100%;
}
.vk-portfolio-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vk-portfolio-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #12253f, #19304f);
}
.vk-portfolio-card-placeholder-text {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.vk-portfolio-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: linear-gradient(transparent 40%, rgba(18, 37, 63, 0.85));
  opacity: 0;
  transition: opacity 0.25s ease;
}
.vk-portfolio-card:hover .vk-portfolio-card-overlay {
  opacity: 1;
}
.vk-portfolio-card-cat {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8b86c;
  margin-bottom: 8px;
}
.vk-portfolio-card-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.vk-portfolio-cta-row {
  text-align: center;
  margin-top: 36px;
}

@media (max-width: 991px) {
  .vk-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .vk-portfolio-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================================
   About Page
   ============================================== */
.vk-about-hero {
  text-align: center;
}
.vk-about-hero-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-about-hero-content {
  max-width: 720px;
  margin: 0 auto;
}
.vk-about-hero-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
}

.vk-about-hero-subtitle {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.55;
  color: #aeb8c6;
  margin: 20px 0 0;
}

/* Who We Are */
.vk-about-who {
  background: #fff;
}
.vk-about-who-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-about-who-intro {
  max-width: 660px;
  margin-bottom: 32px;
}
.vk-about-who-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.vk-about-who-text {
  font-size: 16px;
  line-height: 1.7;
  color: #566274;
  margin: 0 0 18px;
}
.vk-about-who-text:last-child {
  margin-bottom: 0;
}
.vk-about-who-img-col {
  border-radius: 14px;
  overflow: hidden;
}
.vk-about-who-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}
.vk-about-who-cta {
  margin-top: 36px;
}

/* Philosophy */
.vk-about-philosophy {
  background: #f3f5f8;
}
.vk-about-philosophy-inner {
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-about-philosophy-intro {
  max-width: 660px;
  margin-bottom: 40px;
}
.vk-about-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.vk-about-philosophy-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 32px;
}
.vk-about-philosophy-card-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #12253f;
  margin: 0 0 12px;
}
.vk-about-philosophy-card-desc {
  font-size: 14px;
  line-height: 1.62;
  color: #5c6675;
  margin: 0;
}

/* Founders */
.vk-about-founders {
  background: #fff;
}
.vk-about-founders-inner {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(56px, 8vw, 100px);
}
.vk-about-founders-intro {
  max-width: 660px;
  margin-bottom: 44px;
}
.vk-about-founders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.vk-about-founder-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  overflow: hidden;
}
.vk-about-founder-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}
.vk-about-founder-name {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #12253f;
  margin: 24px 28px 4px;
}
.vk-about-founder-role {
  font-size: 13px;
  color: #8a94a3;
  margin: 0 28px 14px;
}
.vk-about-founder-bio {
  font-size: 14px;
  line-height: 1.62;
  color: #5c6675;
  margin: 0 28px 28px;
}

/* Senior Team */
.vk-about-team {
  background: #f3f5f8;
}
.vk-about-team-inner {
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-about-team-intro {
  max-width: 660px;
  margin-bottom: 40px;
}
.vk-about-team-subtitle {
  font-size: 16px;
  line-height: 1.65;
  color: #566274;
  margin: 16px 0 0;
}
.vk-about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vk-about-team-card {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .vk-about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .vk-about-team-grid {
    grid-template-columns: 1fr;
  }
}
.vk-about-team-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  display: block;
}
.vk-about-team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #12253f;
  color: #d8b86c;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 80px;
  margin: 0 auto 14px;
}
.vk-about-team-name {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #12253f;
  margin-bottom: 4px;
}
.vk-about-team-role {
  font-size: 12px;
  color: #8a94a3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* What Sets Us Apart */
.vk-about-sets-apart {
  background: #fff;
}
.vk-about-sets-apart-inner {
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(64px, 9vw, 120px);
}
.vk-about-sets-apart-intro {
  max-width: 660px;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .vk-about-who-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================================
   Mega Menu — Mobile
   ============================================== */
@media (max-width: 991px) {
  .vk-nav-menu {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 8px 20px 24px;
    gap: 0;
    border-bottom: 1px solid #e4e7ec;
    box-shadow: 0 12px 30px rgba(18, 37, 63, 0.1);
    max-height: calc(100vh - 74px);
    overflow-y: auto;
  }
  .vk-nav-menu.vk-nav-menu-open {
    display: flex;
  }
  .vk-nav-item {
    width: 100%;
  }
  .vk-nav-has-mega .vk-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f5;
    font-size: 16px;
    font-weight: 600;
  }
  /* Chevron rotation */
  .vk-nav-chevron {
    font-size: 12px;
    transition: transform 0.25s ease;
  }
  .vk-nav-chevron-rotate {
    transform: rotate(180deg);
  }
  .vk-mega-dropdown {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: auto;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.35s ease,
      margin-bottom 0.35s ease;
  }
  .vk-mega-dropdown.vk-mega-open {
    max-height: 600px;
    margin-bottom: 4px;
  }
  .vk-mega-inner {
    padding: 8px 0 12px;
  }
  .vk-mega-col {
    padding: 0 16px;
  }
  .vk-mega-title {
    font-size: 11px;
    letter-spacing: 0.1em;
    border-bottom: none;
    margin-bottom: 8px;
    padding-top: 4px;
  }
  .vk-mega-link {
    padding: 8px 0;
    border-radius: 0;
  }
  .vk-mega-link-title {
    font-size: 14px;
  }
  .vk-mega-link-desc {
    font-size: 12px;
  }
  /* Plain nav links (Cases, Portfolio, About) */
  .vk-nav-link {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f5;
    font-size: 16px;
    font-weight: 600;
    color: #12253f;
  }
  .vk-nav-link:last-child {
    border-bottom: none;
  }
  /* Actions row: lang switcher + CTA inside the menu */
  .vk-nav-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    margin-top: 4px;
    margin-left: 0;
    border-top: 1px solid #edf0f5;
  }
  .vk-nav-lang {
    gap: 8px;
  }
  .vk-nav-cta {
    padding: 11px 20px;
    font-size: 14px;
  }
  .vk-nav-toggle {
    display: block;
  }

  /* Dark mode overrides */
  .vk-nav-over-dark .vk-nav-menu {
    background: #12253f;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
  .vk-nav-over-dark .vk-nav-link,
  .vk-nav-over-dark .vk-nav-has-mega .vk-nav-link {
    color: #edf0f5;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
  .vk-nav-over-dark .vk-nav-link:hover {
    color: #d8b86c;
  }
  .vk-nav-over-dark .vk-mega-title {
    color: #d8b86c;
  }
  .vk-nav-over-dark .vk-mega-link-title {
    color: #fff;
  }
  .vk-nav-over-dark .vk-mega-link-desc {
    color: #aeb8c6;
  }
  .vk-nav-over-dark .vk-nav-actions {
    border-top-color: rgba(255, 255, 255, 0.08);
  }
}
