/* ============================================
   WEBVESNA — CHARTHE GRAPHIQUE PRO v2
   Basée sur le logo UAWEB
   Bleu Ukraine #0057B7 / Jaune #FFD700
   Navy #0A1628
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --wv-blue: #0057B7;
  --wv-blue-light: #0077E6;
  --wv-blue-dark: #003D82;
  --wv-yellow: #FFD700;
  --wv-yellow-dark: #E6C200;
  --wv-navy: #0A1628;
  --wv-navy-2: #142440;
  --wv-navy-3: #1E2A3A;
  --wv-white: #FFFFFF;
  --wv-light: #F1F5F9;
  --wv-gray: #64748B;
  --wv-cyan: #00BFFF;
  --wv-font-display: 'Montserrat', sans-serif;
  --wv-font-body: 'Inter', sans-serif;
  --wv-radius: 16px;
  --wv-radius-sm: 10px;
  --wv-shadow: 0 4px 20px rgba(10, 22, 40, 0.08);
  --wv-shadow-hover: 0 12px 40px rgba(0, 87, 183, 0.18);
  --wv-shadow-blue: 0 8px 30px rgba(0, 87, 183, 0.25);
  --wv-shadow-yellow: 0 8px 30px rgba(255, 215, 0, 0.25);
  --wv-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { width: 100%; }

body {
  font-family: var(--wv-font-body);
  color: var(--wv-navy);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--wv-white);
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wv-font-display);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

a { text-decoration: none; transition: var(--wv-transition); }

/* === LAYOUT FULL WIDTH === */
.wv-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.wv-main,
main {
  display: block;
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wv-page-content {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* === HEADER === */
.site-header {
  background: var(--wv-white);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 87, 183, 0.2);
  width: 100%;
}

.wv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.wv-logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wv-logo-area img,
.custom-logo {
  max-height: 90px !important;
  width: auto !important;
  height: auto !important;
  filter: drop-shadow(0 0 10px rgba(0, 191, 255, 0.25));
  transition: var(--wv-transition);
}

.wv-logo-area img:hover {
  filter: drop-shadow(0 0 18px rgba(0, 191, 255, 0.45));
  transform: scale(1.03);
}

.wv-logo-text {
  font-family: var(--wv-font-display);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--wv-white);
  letter-spacing: 1px;
}

/* === NAV === */
.wv-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.wv-nav-link {
  font-family: var(--wv-font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 6px 0;
}

.wv-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--wv-yellow);
  transition: var(--wv-transition);
}

.wv-nav-link:hover { color: var(--wv-white); }
.wv-nav-link:hover::after { width: 100%; }

/* === LANG SWITCHER === */
.wv-lang-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: rgba(0, 87, 183, 0.15);
  border-radius: 30px;
  margin-left: 8px;
}

.wv-lang-switcher a {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  transition: var(--wv-transition);
}

.wv-lang-switcher a:hover {
  color: var(--wv-white);
  background: rgba(0, 87, 183, 0.3);
}

.wv-lang-switcher a.current {
  background: var(--wv-blue);
  color: var(--wv-white);
  box-shadow: 0 2px 10px rgba(0, 87, 183, 0.4);
}

/* === HERO === */
.wv-hero {
  background: linear-gradient(135deg, rgba(10,22,40,0.92) 0%, rgba(20,36,64,0.88) 50%, rgba(30,42,58,0.85) 100%),
    url('/wp-content/uploads/2026/06/wv-hero-bg.jpg') center/cover no-repeat;
  color: var(--wv-white);
  padding: 130px 32px 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wv-hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0, 87, 183, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.wv-hero::after {
  content: '';
  position: absolute;
  bottom: -15%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.wv-hero h1 {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  letter-spacing: -1.5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.wv-hero p {
  font-size: 1.3rem;
  opacity: 0.82;
  max-width: 640px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  font-weight: 400;
}

.wv-cta-btn {
  display: inline-block;
  padding: 17px 48px;
  background: var(--wv-blue);
  color: var(--wv-white);
  border-radius: 50px;
  font-family: var(--wv-font-display);
  font-weight: 700;
  font-size: 1.08rem;
  transition: var(--wv-transition);
  position: relative;
  z-index: 1;
  box-shadow: var(--wv-shadow-blue);
  border: 2px solid transparent;
}

.wv-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 45px rgba(0, 87, 183, 0.5);
  background: var(--wv-blue-light);
}

/* === SECTIONS === */
.wv-section {
  padding: 90px 32px;
  width: 100%;
}

.wv-section-dark {
  background: var(--wv-white);
  color: var(--wv-white);
}

.wv-section-light {
  background: var(--wv-light);
}

.wv-section-white {
  background: var(--wv-white);
}

.wv-section-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 14px;
  color: var(--wv-navy);
  font-family: var(--wv-font-display);
}

.wv-section-dark .wv-section-title { color: var(--wv-white); }

.wv-section-subtitle {
  text-align: center;
  font-size: 1.15rem;
  color: var(--wv-gray);
  margin-bottom: 56px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.wv-section-dark .wv-section-subtitle { color: rgba(255, 255, 255, 0.5); }

/* === SERVICE CARDS — GRILLE RÉELLE === */
.wv-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wv-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .wv-services-grid { grid-template-columns: 1fr; }
}

.wv-service-card {
  background: var(--wv-white);
  border-radius: var(--wv-radius);
  padding: 42px 28px;
  text-align: left;
  box-shadow: var(--wv-shadow);
  transition: var(--wv-transition);
  border: 1px solid rgba(0, 87, 183, 0.06);
  position: relative;
  overflow: hidden;
}

.wv-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--wv-blue), var(--wv-yellow));
  transform: scaleX(0);
  transition: var(--wv-transition);
}

.wv-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--wv-shadow-hover);
}

.wv-service-card:hover::before { transform: scaleX(1); }

.wv-service-icon {
  font-size: 2.8rem;
  margin-bottom: 18px;
  display: block;
}

.wv-service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--wv-navy);
}

.wv-service-card p {
  color: var(--wv-gray);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* === WHY US === */
.wv-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wv-why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .wv-why-grid { grid-template-columns: 1fr; }
}

.wv-why-item {
  text-align: left;
  padding: 36px 26px;
  border-radius: var(--wv-radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 87, 183, 0.12);
  transition: var(--wv-transition);
}

.wv-why-item:hover {
  background: rgba(0, 87, 183, 0.08);
  border-color: rgba(0, 87, 183, 0.25);
  transform: translateY(-5px);
}

.wv-why-icon {
  font-size: 2.6rem;
  margin-bottom: 16px;
  display: block;
}

.wv-why-item h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--wv-white);
}

.wv-why-item p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* === STATS === */
.wv-stats {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
  padding: 60px 32px;
  background: var(--wv-white);
  width: 100%;
}

.wv-stat { text-align: center; }

.wv-stat-number {
  font-family: var(--wv-font-display);
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--wv-blue) 0%, var(--wv-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1;
}

.wv-stat-label {
  font-size: 0.95rem;
  color: var(--wv-gray);
  margin-top: 8px;
  font-weight: 600;
}

/* === TESTIMONIALS === */
.wv-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .wv-testimonials { grid-template-columns: 1fr; }
}

.wv-testimonial {
  background: var(--wv-white);
  border-radius: var(--wv-radius);
  padding: 38px 32px;
  box-shadow: var(--wv-shadow);
  position: relative;
  transition: var(--wv-transition);
}

.wv-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: var(--wv-shadow-hover);
}

.wv-testimonial::before {
  content: '"';
  position: absolute;
  top: 12px; left: 24px;
  font-size: 5rem;
  color: var(--wv-blue);
  opacity: 0.1;
  font-family: Georgia, serif;
  line-height: 1;
}

.wv-testimonial p {
  font-style: italic;
  color: var(--wv-navy);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.65;
}

.wv-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wv-author-avatar {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wv-blue), var(--wv-yellow));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wv-white);
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.wv-author-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--wv-navy);
}

.wv-author-role {
  font-size: 0.82rem;
  color: var(--wv-gray);
}

/* === CTA === */
.wv-cta-section {
  background: linear-gradient(135deg, var(--wv-blue) 0%, var(--wv-blue-dark) 100%);
  color: var(--wv-white);
  text-align: center;
  padding: 90px 32px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wv-cta-section::before {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}

.wv-cta-section h2 {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.wv-cta-section p {
  font-size: 1.2rem;
  opacity: 0.88;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.wv-cta-section .wv-cta-btn {
  background: var(--wv-yellow);
  color: var(--wv-navy);
  box-shadow: var(--wv-shadow-yellow);
  position: relative;
  z-index: 1;
}

.wv-cta-section .wv-cta-btn:hover {
  background: var(--wv-white);
  color: var(--wv-blue);
  border-color: var(--wv-white);
}

/* === PORTFOLIO === */
.wv-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .wv-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .wv-portfolio-grid { grid-template-columns: 1fr; }
}

.wv-portfolio-item {
  background: var(--wv-white);
  border-radius: var(--wv-radius);
  overflow: hidden;
  box-shadow: var(--wv-shadow);
  transition: var(--wv-transition);
}

.wv-portfolio-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--wv-shadow-hover);
}

.wv-portfolio-thumb {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}

.wv-portfolio-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10, 22, 40, 0.35) 100%);
}

.wv-portfolio-item:nth-child(1) .wv-portfolio-thumb { background: linear-gradient(135deg, var(--wv-blue), var(--wv-blue-dark)); }
.wv-portfolio-item:nth-child(2) .wv-portfolio-thumb { background: linear-gradient(135deg, var(--wv-navy-2), var(--wv-blue)); }
.wv-portfolio-item:nth-child(3) .wv-portfolio-thumb { background: linear-gradient(135deg, var(--wv-yellow), var(--wv-yellow-dark)); color: var(--wv-navy); }
.wv-portfolio-item:nth-child(4) .wv-portfolio-thumb { background: linear-gradient(135deg, var(--wv-blue-light), var(--wv-cyan)); }
.wv-portfolio-item:nth-child(5) .wv-portfolio-thumb { background: linear-gradient(135deg, var(--wv-navy), var(--wv-blue)); }
.wv-portfolio-item:nth-child(6) .wv-portfolio-thumb { background: linear-gradient(135deg, var(--wv-yellow-dark), var(--wv-blue)); }

.wv-portfolio-info { padding: 26px; }

.wv-portfolio-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--wv-blue);
  font-weight: 700;
  margin-bottom: 8px;
}

.wv-portfolio-info h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--wv-navy);
}

.wv-portfolio-info p {
  color: var(--wv-gray);
  font-size: 0.9rem;
}

/* === ABOUT === */
.wv-about-hero {
  background: linear-gradient(135deg, rgba(10,22,40,0.9) 0%, rgba(20,36,64,0.85) 100%),
    url('/wp-content/uploads/2026/06/wv-office.jpg') center/cover no-repeat;
  color: var(--wv-white);
  padding: 110px 32px;
  text-align: center;
  width: 100%;
}

.wv-about-hero h1 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.wv-about-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 70px 32px;
}

.wv-about-content p {
  font-size: 1.08rem;
  line-height: 1.85;
  margin-bottom: 22px;
  color: var(--wv-navy);
}

.wv-bio-photo {
  width: 220px; height: 220px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wv-blue), var(--wv-yellow));
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  color: var(--wv-white);
  font-weight: 700;
  box-shadow: 0 12px 50px rgba(0, 87, 183, 0.3);
}

/* === TEAM === */
.wv-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 900px) { .wv-team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .wv-team-grid { grid-template-columns: 1fr; } }

.wv-team-member {
  text-align: center;
  padding: 34px 22px;
  background: var(--wv-white);
  border-radius: var(--wv-radius);
  box-shadow: var(--wv-shadow);
  transition: var(--wv-transition);
}

.wv-team-member:hover {
  transform: translateY(-5px);
  box-shadow: var(--wv-shadow-hover);
}

.wv-team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wv-blue), var(--wv-yellow));
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--wv-white);
  font-weight: 700;
}

.wv-team-member h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--wv-navy);
}

.wv-team-role {
  color: var(--wv-blue);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.wv-team-member p {
  color: var(--wv-gray);
  font-size: 0.88rem;
}

/* === VALUES === */
.wv-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1024px) { .wv-values-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .wv-values-grid { grid-template-columns: repeat(2, 1fr); } }

.wv-value-item {
  text-align: center;
  padding: 28px 18px;
  background: var(--wv-white);
  border-radius: var(--wv-radius);
  box-shadow: var(--wv-shadow);
  border-top: 4px solid var(--wv-blue);
  transition: var(--wv-transition);
}

.wv-value-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--wv-shadow-hover);
  border-top-color: var(--wv-yellow);
}

.wv-value-icon { font-size: 2.2rem; margin-bottom: 12px; display: block; }
.wv-value-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--wv-navy); }
.wv-value-item p { color: var(--wv-gray); font-size: 0.85rem; }

/* === PROCESS === */
.wv-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) { .wv-process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .wv-process-steps { grid-template-columns: 1fr; } }

.wv-process-step { text-align: center; }

.wv-process-number {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wv-blue), var(--wv-blue-dark));
  color: var(--wv-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: var(--wv-font-display);
  margin: 0 auto 16px;
  box-shadow: var(--wv-shadow-blue);
}

.wv-process-step h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: var(--wv-navy); }
.wv-process-step p { color: var(--wv-gray); font-size: 0.9rem; }

/* === SERVICES DETAIL === */
.wv-service-detail {
  max-width: 820px;
  margin: 0 auto 40px;
  padding: 44px;
  background: var(--wv-white);
  border-radius: var(--wv-radius);
  box-shadow: var(--wv-shadow);
  transition: var(--wv-transition);
}

.wv-service-detail:hover { box-shadow: var(--wv-shadow-hover); }

.wv-service-detail h2 {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--wv-blue);
  margin-bottom: 18px;
}

.wv-service-detail p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 14px;
  color: var(--wv-navy);
}

.wv-service-deliverables {
  background: var(--wv-light);
  border-radius: var(--wv-radius-sm);
  padding: 26px;
  margin-top: 22px;
  border-left: 4px solid var(--wv-blue);
}

.wv-service-deliverables h4 {
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--wv-blue);
  font-size: 0.95rem;
  font-family: var(--wv-font-display);
}

.wv-service-deliverables ul { list-style: none; padding: 0; margin: 0; }

.wv-service-deliverables ul li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  color: var(--wv-navy);
  font-size: 0.92rem;
}

.wv-service-deliverables ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--wv-blue);
  font-weight: 700;
}

.wv-service-duration {
  display: inline-block;
  margin-top: 18px;
  padding: 7px 20px;
  background: var(--wv-blue);
  color: var(--wv-white);
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* === CONTACT === */
.wv-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) { .wv-contact-grid { grid-template-columns: 1fr; } }

.wv-contact-info { padding: 44px; }

.wv-contact-info h2 {
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: 28px;
  color: var(--wv-blue);
}

.wv-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.wv-contact-icon { font-size: 1.6rem; flex-shrink: 0; }
.wv-contact-label {
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--wv-gray);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.wv-contact-value { font-size: 1.05rem; color: var(--wv-navy); }

.wv-contact-form {
  background: var(--wv-white);
  padding: 44px;
  border-radius: var(--wv-radius);
  box-shadow: var(--wv-shadow);
}

.wv-contact-form h2 {
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: 28px;
  color: var(--wv-blue);
}

.wv-contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.88rem;
  color: var(--wv-navy);
}

.wv-contact-form input[type="text"],
.wv-contact-form input[type="email"],
.wv-contact-form select,
.wv-contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid #E2E8F0;
  border-radius: var(--wv-radius-sm);
  font-size: 0.98rem;
  margin-bottom: 18px;
  transition: var(--wv-transition);
  font-family: var(--wv-font-body);
  background: var(--wv-white);
}

.wv-contact-form input:focus,
.wv-contact-form select:focus,
.wv-contact-form textarea:focus {
  border-color: var(--wv-blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 87, 183, 0.1);
}

.wv-contact-form textarea { min-height: 130px; resize: vertical; }

.wv-contact-form .wpcf7-submit {
  background: var(--wv-blue);
  color: var(--wv-white);
  padding: 15px 44px;
  border: none;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: var(--wv-font-display);
  cursor: pointer;
  transition: var(--wv-transition);
  width: 100%;
}

.wv-contact-form .wpcf7-submit:hover {
  background: var(--wv-blue-dark);
  transform: translateY(-2px);
  box-shadow: var(--wv-shadow-blue);
}

.wv-social-links { display: flex; gap: 12px; margin-top: 35px; }

.wv-social-links a {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--wv-blue);
  color: var(--wv-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.wv-social-links a:hover {
  background: var(--wv-yellow);
  color: var(--wv-navy);
  transform: translateY(-4px);
  box-shadow: var(--wv-shadow-yellow);
}

/* === FOOTER === */
.site-footer {
  background: var(--wv-white);
  color: rgba(255, 255, 255, 0.5);
  padding: 55px 32px 30px;
  text-align: center;
  position: relative;
  width: 100%;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--wv-blue), var(--wv-yellow));
}

.wv-footer-title {
  font-family: var(--wv-font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--wv-white);
  margin-bottom: 6px;
}

.wv-footer-text { font-size: 0.98rem; margin-bottom: 6px; color: rgba(255, 255, 255, 0.55); }
.wv-footer-copy { font-size: 0.82rem; color: rgba(255, 255, 255, 0.35); }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .wv-hero { padding: 90px 20px 110px; }
  .wv-hero h1 { font-size: 2.3rem; }
  .wv-hero p { font-size: 1.05rem; }
  .wv-section { padding: 60px 20px; }
  .wv-section-title { font-size: 1.9rem; }
  .wv-stats { gap: 35px; }
  .wv-stat-number { font-size: 2.5rem; }
  .wv-cta-section h2 { font-size: 1.9rem; }
  .wv-about-hero h1 { font-size: 2.3rem; }
  .wv-logo-area img, .custom-logo { max-height: 60px !important; }
  .wv-nav { gap: 14px; }
  .wv-nav-link { font-size: 0.78rem; }
  .wv-header-inner { flex-wrap: wrap; gap: 10px; padding: 0 16px; }
  .wv-contact-info, .wv-contact-form { padding: 28px; }
  .wv-service-detail { padding: 28px; }
}
/* Fix: sections full viewport width */
.wv-hero,
.wv-section-dark,
.wv-cta-section,
.site-footer,
.wv-about-hero {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box !important;
}
/* === FIX: Remove broken 100vw hack, use proper full-width === */

/* Remove the broken hack */
.wv-hero,
.wv-section-dark,
.wv-cta-section,
.site-footer,
.wv-about-hero {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Fix section-dark background — force it */
.wv-section-dark {
  background: #0A1628 !important;
  color: #FFFFFF !important;
}

/* Fix section without class — should be white, not transparent */
.wv-section:not(.wv-section-dark):not(.wv-section-light):not(.wv-cta-section) {
  background: #FFFFFF !important;
}

/* Fix why-item visibility on dark background */
.wv-why-item {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(0, 87, 183, 0.2) !important;
}

.wv-why-item h3 {
  color: #FFFFFF !important;
}

.wv-why-item p {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* Fix stats section — it's wv-section-dark, should be navy */
.wv-stats {
  background: #0A1628 !important;
  color: #FFFFFF !important;
}

.wv-stat-label {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Fix body background to white */
body {
  background: #FFFFFF !important;
}

/* Fix main to be full width without breaking backgrounds */
main,
.wv-main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Sections take full width of main */
.wv-section,
.wv-hero,
.wv-cta-section,
.wv-about-hero {
  width: 100% !important;
  box-sizing: border-box !important;
}
/* === FIX3: why-item visible on white background === */

.wv-why-item {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 16px !important;
  padding: 36px 26px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.wv-why-item:hover {
  background: #F1F5F9 !important;
  border-color: #0057B7 !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 30px rgba(0, 87, 183, 0.12) !important;
}

.wv-why-item h3 {
  color: #0A1628 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
}

.wv-why-item p {
  color: #64748B !important;
}

.wv-why-icon {
  color: #0057B7 !important;
}
/* === FIX4: Header navy + nav links visible === */
.site-header {
  background: #0A1628 !important;
}
.wv-nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
}
.wv-nav-link:hover {
  color: #FFFFFF !important;
}
.wv-logo-text {
  color: #FFFFFF !important;
}

/* === Angelica intro block === */
.wv-intro {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 32px;
}
.wv-intro-photo {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(0, 87, 183, 0.2);
  border: 6px solid #fff;
}
.wv-intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wv-intro-text h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0A1628;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
}
.wv-intro-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #64748B;
  margin-bottom: 16px;
}
.wv-intro-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0057B7;
  margin-bottom: 4px;
}
.wv-intro-role {
  font-size: 0.95rem;
  color: #64748B;
  font-weight: 600;
  margin-bottom: 20px;
}
.wv-intro-link {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 32px;
  background: #0057B7;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s;
}
.wv-intro-link:hover {
  background: #003D82;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 87, 183, 0.3);
}
@media (max-width: 768px) {
  .wv-intro { flex-direction: column; text-align: center; padding: 50px 20px; }
  .wv-intro-photo { width: 200px; height: 200px; margin: 0 auto; }
}

/* Fix for WordPress block portfolio layout */
.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .wp-block-columns {
    grid-template-columns: 1fr;
  }
}

.wp-block-column {
  background: var(--wv-white, #ffffff);
  border-radius: var(--wv-radius, 12px);
  overflow: hidden;
  box-shadow: var(--wv-shadow, 0 4px 20px rgba(0,0,0,0.08));
  transition: var(--wv-transition, all 0.3s ease);
  padding: 20px;
}

.wp-block-column:hover {
  transform: translateY(-8px);
  box-shadow: var(--wv-shadow-hover, 0 12px 40px rgba(0,0,0,0.15));
}

.wp-block-group.has-background {
  background: transparent !important;
  padding: 0 !important;
}

/* Portfolio images styling */
.wp-block-image img {
  border-radius: var(--wv-radius, 12px);
  box-shadow: var(--wv-shadow, 0 4px 20px rgba(0,0,0,0.08));
  transition: var(--wv-transition, all 0.3s ease);
  width: 100%;
  height: auto;
}

.wp-block-image img:hover {
  transform: translateY(-4px);
  box-shadow: var(--wv-shadow-hover, 0 12px 40px rgba(0,0,0,0.15));
}

.wp-block-image a {
  display: block;
  overflow: hidden;
  border-radius: var(--wv-radius, 12px);
}

/* Fix portfolio layout - center content */
.wp-block-columns {
  justify-content: center !important;
}

.wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wp-block-column .wp-block-image {
  width: 100%;
  margin-bottom: 15px;
}

.wp-block-column .wp-block-heading {
  text-align: center;
  width: 100%;
}

.wp-block-column p {
  text-align: center;
  width: 100%;
}

/* Center the main content area */
main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Center headings and paragraphs */
.wp-block-heading {
  text-align: center;
}

.wp-block-paragraph {
  text-align: center;
}

/* Portfolio hero section */
.portfolio-hero {
  background: linear-gradient(135deg, rgba(10,22,40,0.92) 0%, rgba(20,36,64,0.88) 50%, rgba(30,42,58,0.85) 100%),
    url('/wp-content/uploads/2026/06/wv-hero-bg.jpg') center/cover no-repeat;
  color: var(--wv-white, #ffffff);
  padding: 130px 32px 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.portfolio-hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0, 87, 183, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.portfolio-hero::after {
  content: '';
  position: absolute;
  bottom: -15%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.portfolio-hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.portfolio-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
