:root {
  --cv-primary: #0B1929;
  --cv-secondary: #122540;
  --cv-accent: #D4A843;
  --cv-accent-dark: #B8902F;
  --cv-accent-light: #F0C85A;
  --cv-bg-alt: #0E2037;
  --cv-border: #1E3A5A;
  --cv-text-heading: #E8EDF2;
  --cv-text-body: #C2CDD8;
  --cv-text-muted: #7A90A8;
  --cv-text-dark: #1A2A3A;
  --cv-radius: 8px;
  --cv-radius-sm: 4px;
  --cv-radius-lg: 14px;
  --cv-shadow: 0 4px 28px rgba(0,0,0,0.28);
  --cv-shadow-sm: 0 2px 12px rgba(0,0,0,0.18);
  --cv-transition: all 0.22s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #C2CDD8;
  background-color: #0B1929;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #E8EDF2;
  line-height: 1.2;
}

h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

p {
  font-size: 17px;
  line-height: 1.65;
  color: #C2CDD8;
}

a {
  color: #D4A843;
  text-decoration: none;
  transition: all 0.22s ease;
}

a:hover {
  color: #F0C85A;
}

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

.container {
  max-width: 1200px;
}

.cv-section {
  padding: 80px 0;
  background-color: #0B1929;
}

.cv-section-alt {
  padding: 80px 0;
  background-color: #0E2037;
}

.cv-section-compact {
  padding: 60px 0;
  background-color: #0B1929;
}

.cv-section-title {
  font-size: 38px;
  font-weight: 700;
  color: #E8EDF2;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.cv-section-subtitle {
  font-size: 17px;
  color: #C2CDD8;
  max-width: 600px;
  margin: 0 auto 48px;
}

.cv-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #D4A843;
  margin-bottom: 12px;
  display: block;
}

.cv-accent-text {
  color: #D4A843;
}

.cv-btn-primary {
  display: inline-block;
  background-color: #D4A843;
  color: #0B1929;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.22s ease;
  text-decoration: none;
}

.cv-btn-primary:hover {
  background-color: #B8902F;
  color: #0B1929;
  text-decoration: none;
}

.cv-btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #D4A843;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 28px;
  border-radius: 6px;
  border: 2px solid #D4A843;
  cursor: pointer;
  transition: all 0.22s ease;
  text-decoration: none;
}

.cv-btn-secondary:hover {
  background-color: rgba(212,168,67,0.12);
  color: #D4A843;
  text-decoration: none;
}

.cv-btn-ghost {
  display: inline-block;
  background-color: transparent;
  color: #E8EDF2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 28px;
  border-radius: 6px;
  border: 2px solid #1E3A5A;
  cursor: pointer;
  transition: all 0.22s ease;
  text-decoration: none;
}

.cv-btn-ghost:hover {
  background-color: #122540;
  color: #E8EDF2;
  text-decoration: none;
}

.cv-divider {
  border: none;
  border-top: 1px solid #1E3A5A;
  margin: 0;
}

.cv-card {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 4px 28px rgba(0,0,0,0.28);
  transition: all 0.22s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cv-card:hover {
  border-color: #D4A843;
  transform: translateY(-3px);
  box-shadow: 0 8px 36px rgba(0,0,0,0.38);
}

.cv-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cv-nav {
  background-color: rgba(11,25,41,0.97);
  border-bottom: 1px solid #1E3A5A;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(8px);
}

.cv-nav .navbar-brand img {
  height: 36px;
  width: auto;
}

.cv-nav .nav-link,
.cv-nav .nav-link:visited {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #C2CDD8;
  padding: 8px 16px;
  transition: all 0.22s ease;
}

.cv-nav .nav-link:hover,
.cv-nav .nav-link.active {
  color: #D4A843;
}

.cv-nav .navbar-toggler {
  border-color: #1E3A5A;
}

.cv-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23C2CDD8' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.cv-hero {
  position: relative;
  background-color: #0B1929;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.cv-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11,25,41,0.72);
  z-index: 1;
}

.cv-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.cv-hero h1 {
  font-size: 52px;
  font-weight: 700;
  color: #E8EDF2;
  margin-bottom: 24px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.cv-hero-sub {
  font-size: 20px;
  color: #C2CDD8;
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.5;
}

.cv-hero-mini {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0 60px;
  text-align: center;
  background-color: #0B1929;
}

.cv-hero-mini-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11,25,41,0.78);
  z-index: 1;
}

.cv-hero-mini .cv-hero-mini-content {
  position: relative;
  z-index: 2;
}

.cv-hero-mini h1 {
  font-size: 44px;
  font-weight: 700;
  color: #E8EDF2;
  margin-bottom: 12px;
}

.cv-hero-mini p {
  font-size: 17px;
  color: #C2CDD8;
  margin: 0;
}

.cv-stats-bar {
  background-color: #122540;
  border-top: 1px solid #1E3A5A;
  border-bottom: 1px solid #1E3A5A;
  padding: 48px 0;
}

.cv-stat-item {
  text-align: center;
  padding: 16px 24px;
}

.cv-stat-number {
  font-size: 46px;
  font-weight: 700;
  color: #D4A843;
  line-height: 1.1;
  letter-spacing: -1px;
  display: block;
}

.cv-stat-label {
  font-size: 14px;
  font-weight: 500;
  color: #7A90A8;
  letter-spacing: 0.5px;
  margin-top: 6px;
  display: block;
}

.cv-stat-icon {
  font-size: 22px;
  color: #D4A843;
  margin-bottom: 10px;
}

.cv-stat-divider {
  border-left: 1px solid #1E3A5A;
}

.cv-features-alt .cv-feature-row {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 48px 0;
  border-bottom: 1px solid #1E3A5A;
}

.cv-features-alt .cv-feature-row:last-child {
  border-bottom: none;
}

.cv-features-alt .cv-feature-row.cv-row-reverse {
  flex-direction: row-reverse;
}

.cv-feature-visual {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cv-feature-icon-block {
  width: 120px;
  height: 120px;
  background-color: rgba(212,168,67,0.1);
  border: 1px solid rgba(212,168,67,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #D4A843;
}

.cv-feature-text {
  flex: 1;
}

.cv-feature-text h3 {
  font-size: 26px;
  font-weight: 600;
  color: #E8EDF2;
  margin-bottom: 14px;
}

.cv-feature-text p {
  font-size: 17px;
  color: #C2CDD8;
  line-height: 1.65;
  margin: 0;
}

.cv-process {
  counter-reset: step-counter;
}

.cv-process-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid #1E3A5A;
  counter-increment: step-counter;
}

.cv-process-item:last-child {
  border-bottom: none;
}

.cv-process-number {
  flex: 0 0 64px;
  height: 64px;
  background: rgba(212,168,67,0.1);
  border: 2px solid rgba(212,168,67,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #D4A843;
  line-height: 1;
}

.cv-process-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #E8EDF2;
  margin-bottom: 8px;
}

.cv-process-content p {
  font-size: 16px;
  color: #C2CDD8;
  margin: 0;
  line-height: 1.6;
}

.cv-process-icon {
  font-size: 18px;
  color: #D4A843;
  margin-right: 8px;
}

.cv-testimonials {
  background-color: #0E2037;
}

.cv-quote-card {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  padding: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cv-quote-mark {
  font-size: 64px;
  color: #D4A843;
  line-height: 0.8;
  margin-bottom: 16px;
  font-family: Georgia, serif;
  opacity: 0.7;
}

.cv-quote-text {
  font-size: 17px;
  color: #E8EDF2;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 24px;
}

.cv-quote-author {
  font-size: 14px;
  font-weight: 600;
  color: #D4A843;
}

.cv-quote-company {
  font-size: 13px;
  color: #7A90A8;
}

.cv-cta-banner {
  background-color: #D4A843;
  padding: 64px 0;
  text-align: center;
}

.cv-cta-banner h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0B1929;
  margin-bottom: 14px;
}

.cv-cta-banner p {
  font-size: 17px;
  color: #1A2A3A;
  max-width: 580px;
  margin: 0 auto 32px;
}

.cv-cta-card {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 14px;
  padding: 48px 40px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.cv-cta-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #E8EDF2;
  margin-bottom: 14px;
}

.cv-cta-card p {
  font-size: 16px;
  color: #C2CDD8;
  margin-bottom: 28px;
}

.cv-portfolio-card {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.22s ease;
}

.cv-portfolio-card:hover {
  border-color: rgba(212,168,67,0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(0,0,0,0.38);
}

.cv-portfolio-logo {
  width: 64px;
  height: 64px;
  background-color: rgba(212,168,67,0.08);
  border: 1px solid rgba(212,168,67,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #D4A843;
  margin-bottom: 18px;
}

.cv-portfolio-name {
  font-size: 20px;
  font-weight: 600;
  color: #E8EDF2;
  margin-bottom: 8px;
}

.cv-portfolio-desc {
  font-size: 15px;
  color: #C2CDD8;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 16px;
}

.cv-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.cv-badge-sector {
  background-color: rgba(212,168,67,0.1);
  color: #D4A843;
  border: 1px solid rgba(212,168,67,0.25);
}

.cv-badge-stage {
  background-color: rgba(30,58,90,0.8);
  color: #C2CDD8;
  border: 1px solid #1E3A5A;
}

.cv-badge-seed {
  background-color: rgba(212,168,67,0.15);
  color: #F0C85A;
  border: 1px solid rgba(212,168,67,0.3);
}

.cv-badge-series-a {
  background-color: rgba(18,37,64,0.9);
  color: #C2CDD8;
  border: 1px solid #1E3A5A;
}

.cv-badge-series-b {
  background-color: rgba(18,37,64,0.9);
  color: #D4A843;
  border: 1px solid rgba(212,168,67,0.3);
}

.cv-portfolio-city {
  font-size: 13px;
  color: #7A90A8;
  margin-top: 8px;
}

.cv-portfolio-city i {
  margin-right: 4px;
  font-size: 11px;
}

.cv-team-grid .cv-team-card {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.22s ease;
}

.cv-team-grid .cv-team-card:hover {
  border-color: rgba(212,168,67,0.4);
  transform: translateY(-3px);
}

.cv-team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.cv-team-info {
  padding: 22px 24px;
}

.cv-team-name {
  font-size: 20px;
  font-weight: 600;
  color: #E8EDF2;
  margin-bottom: 4px;
}

.cv-team-title {
  font-size: 14px;
  color: #D4A843;
  font-weight: 500;
}

.cv-about-story {
  background-color: #0B1929;
}

.cv-about-img {
  border-radius: 8px;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.cv-principles-card {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  padding: 36px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cv-principles-icon {
  font-size: 28px;
  color: #D4A843;
  margin-bottom: 18px;
}

.cv-principles-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #E8EDF2;
  margin-bottom: 12px;
}

.cv-principles-card p {
  font-size: 16px;
  color: #C2CDD8;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.cv-contact-section {
  background-color: #0B1929;
}

.cv-contact-form-wrap {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  padding: 40px 36px;
}

.cv-contact-info-card {
  background-color: #0E2037;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  padding: 36px 32px;
  height: 100%;
}

.cv-contact-info-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #E8EDF2;
  margin-bottom: 28px;
}

.cv-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.cv-contact-info-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(212,168,67,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #D4A843;
  flex-shrink: 0;
}

.cv-contact-info-text {
  font-size: 15px;
  color: #C2CDD8;
  line-height: 1.5;
}

.cv-contact-info-text a {
  color: #C2CDD8;
}

.cv-contact-info-text a:hover {
  color: #D4A843;
}

.cv-form-label {
  font-size: 14px;
  font-weight: 500;
  color: #C2CDD8;
  margin-bottom: 6px;
}

.cv-form-control {
  background-color: #0B1929;
  border: 1px solid #1E3A5A;
  border-radius: 6px;
  color: #E8EDF2;
  font-size: 15px;
  padding: 10px 16px;
  width: 100%;
  transition: all 0.22s ease;
}

.cv-form-control:focus {
  outline: none;
  border-color: #D4A843;
  background-color: #0B1929;
  box-shadow: 0 0 0 3px rgba(212,168,67,0.1);
}

.cv-form-control::placeholder {
  color: #4A6078;
}

.cv-form-control option {
  background-color: #122540;
  color: #E8EDF2;
}

.cv-blog-card {
  background-color: #122540;
  border: 1px solid #1E3A5A;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.22s ease;
}

.cv-blog-card:hover {
  border-color: rgba(212,168,67,0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 36px rgba(0,0,0,0.38);
}

.cv-blog-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.cv-blog-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cv-blog-date {
  font-size: 13px;
  font-weight: 500;
  color: #7A90A8;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

.cv-blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #E8EDF2;
  line-height: 1.4;
  margin-bottom: 10px;
  flex: 1;
}

.cv-blog-title a {
  color: #E8EDF2;
}

.cv-blog-title a:hover {
  color: #D4A843;
}

.cv-blog-excerpt {
  font-size: 15px;
  color: #C2CDD8;
  line-height: 1.6;
  margin-bottom: 0;
}

.cv-read-more {
  font-size: 14px;
  font-weight: 600;
  color: #D4A843;
  letter-spacing: 0.3px;
  margin-top: auto;
  padding-top: 18px;
  display: inline-block;
}

.cv-read-more:hover {
  color: #F0C85A;
}

.cv-read-more i {
  margin-left: 4px;
  font-size: 12px;
}

.cv-footer {
  background-color: #071220;
  border-top: 1px solid #1E3A5A;
  padding: 60px 0 0;
}

.cv-footer-brand img {
  height: 34px;
  width: auto;
  margin-bottom: 16px;
}

.cv-footer-tagline {
  font-size: 14px;
  color: #7A90A8;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 220px;
}

.cv-footer-copyright {
  font-size: 13px;
  color: #4A6078;
  margin-top: 20px;
}

.cv-footer-heading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #E8EDF2;
  margin-bottom: 18px;
}

.cv-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cv-footer-links li {
  margin-bottom: 10px;
}

.cv-footer-links a {
  font-size: 14px;
  color: #7A90A8;
  text-decoration: none;
  transition: all 0.22s ease;
}

.cv-footer-links a:hover {
  color: #D4A843;
}

.cv-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.cv-footer-contact-item i {
  font-size: 14px;
  color: #D4A843;
  margin-top: 2px;
  flex-shrink: 0;
  width: 16px;
}

.cv-footer-contact-item span,
.cv-footer-contact-item a {
  font-size: 14px;
  color: #7A90A8;
  line-height: 1.5;
}

.cv-footer-contact-item a:hover {
  color: #D4A843;
}

.cv-footer-compliance {
  border-top: 1px solid #1E3A5A;
  padding: 20px 0;
  margin-top: 40px;
}

.cv-footer-compliance p {
  font-size: 12px;
  color: #4A6078;
  line-height: 1.6;
  margin: 0;
}

.cv-legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

.cv-legal-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #E8EDF2;
  margin-bottom: 8px;
}

.cv-legal-content .cv-legal-date {
  font-size: 14px;
  color: #7A90A8;
  margin-bottom: 36px;
  display: block;
}

.cv-legal-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #E8EDF2;
  margin-top: 40px;
  margin-bottom: 14px;
}

.cv-legal-content p {
  font-size: 16px;
  color: #C2CDD8;
  line-height: 1.7;
  margin-bottom: 16px;
}

.cv-legal-content ul {
  padding-left: 20px;
  color: #C2CDD8;
  font-size: 16px;
  line-height: 1.7;
}

.cv-legal-content ul li {
  margin-bottom: 8px;
}

.cv-legal-content a {
  color: #D4A843;
}

.cv-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #122540;
  border-top: 1px solid #1E3A5A;
  padding: 18px 24px;
  z-index: 9999;
  display: none;
}

.cv-cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cv-cookie-text {
  font-size: 14px;
  color: #C2CDD8;
  line-height: 1.5;
  flex: 1;
}

.cv-cookie-text a {
  color: #D4A843;
  text-decoration: underline;
}

.cv-cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cv-cookie-accept {
  background-color: #D4A843;
  color: #0B1929;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: all 0.22s ease;
}

.cv-cookie-accept:hover {
  background-color: #B8902F;
}

.cv-cookie-manage {
  background-color: transparent;
  color: #C2CDD8;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 5px;
  border: 1px solid #1E3A5A;
  cursor: pointer;
  transition: all 0.22s ease;
}

.cv-cookie-manage:hover {
  border-color: #D4A843;
  color: #D4A843;
}

.cv-404-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0B1929;
  padding: 40px 24px;
}

.cv-404-code {
  font-size: 120px;
  font-weight: 700;
  color: rgba(212,168,67,0.15);
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -4px;
}

.cv-404-title {
  font-size: 36px;
  font-weight: 700;
  color: #E8EDF2;
  margin-bottom: 16px;
}

.cv-404-body {
  font-size: 17px;
  color: #C2CDD8;
  max-width: 460px;
  margin: 0 auto 32px;
}

.cv-404-logo {
  margin-bottom: 40px;
}

.cv-404-logo img {
  height: 36px;
  width: auto;
}

@media (max-width: 991px) {
  h1, .cv-hero h1 {
    font-size: 38px;
  }
  h2, .cv-section-title {
    font-size: 30px;
  }
  .cv-stat-number {
    font-size: 34px;
  }
  .cv-features-alt .cv-feature-row {
    flex-direction: column;
    gap: 30px;
  }
  .cv-features-alt .cv-feature-row.cv-row-reverse {
    flex-direction: column;
  }
  .cv-feature-visual {
    flex: none;
  }
  .cv-about-img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .cv-section,
  .cv-section-alt {
    padding: 60px 0;
  }
  h1, .cv-hero h1 {
    font-size: 32px;
  }
  h2, .cv-section-title {
    font-size: 26px;
  }
  .cv-stat-item {
    padding: 10px 12px;
  }
  .cv-stat-divider {
    border-left: none;
    border-top: 1px solid #1E3A5A;
  }
  .cv-cta-banner h2 {
    font-size: 28px;
  }
  .cv-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cv-hero-sub {
    font-size: 17px;
  }
  .cv-contact-form-wrap {
    padding: 28px 20px;
  }
}
