/* =========================
HEADER
========================= */

.wk-header{
width:100%;
position:relative;
z-index:1000;
}

/* =========================
MICRO BAR
========================= */

.wk-microbar{
background:linear-gradient(90deg,#2563eb,#3b82f6);
color:white;
font-size:13px;
}

.wk-micro-inner{
max-width:1500px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:6px 30px;
}

.wk-left{
display:flex;
align-items:center;
gap:18px;
}

/* Toggle */

.wk-toggle-group{
display:flex;
background:rgba(255,255,255,0.2);
border-radius:999px;
padding:2px;
}

.wk-toggle{
border:none;
background:transparent;
color:white;
font-size:12px;
padding:4px 12px;
border-radius:999px;
cursor:pointer;
transition:.25s;
}

.wk-toggle.active{
background:white;
color:#2563eb;
font-weight:600;
box-shadow:0 2px 6px rgba(0,0,0,0.15);
}

/* Contact */

.wk-contact{
display:flex;
gap:8px;
font-size:13px;
align-items:center;
}
.wk-contact a{
color:white;
text-decoration:none;
}

.wk-contact a:hover{
text-decoration:underline;
}

.wk-sales-contact{
display:flex;
gap:10px;
}

.wk-support-contact{
display:none;
gap:10px;
}

/* Social */

.wk-social{
display:flex;
gap:12px;
}

.wk-social a{
color:white;
opacity:.85;
font-size:14px;
transition:.3s;
}

.wk-social a:hover{
opacity:1;
transform:translateY(-2px);
}

/* =========================
NAVBAR
========================= */

.wk-nav-wrapper{
position:sticky;
top:0;
z-index:1000;
padding:12px 20px;
background:rgba(255,255,255,0.7);
backdrop-filter:blur(10px);
}

.wk-nav{
max-width:1500px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
background:white;
padding:16px 30px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* Logo */

.wk-logo img{
height:65px;
}

/* =========================
DESKTOP MENU
========================= */

.wk-menu{
display:flex;
gap:32px;
font-weight:500;
}

.wk-menu a{
position:relative;
text-decoration:none;
color:#111827;
padding:4px 0;
}

.wk-menu a::after{
content:"";
position:absolute;
bottom:-6px;
left:0;
width:0;
height:2px;
background:#2563eb;
transition:.3s;
}

.wk-menu a:hover::after{
width:100%;
}
.wk-menu a.active{
color:#2563eb;
font-weight:600;
}

.wk-menu a.active::after{
width:100%;
}
.wk-contact-btn.active{
background:#1d4ed8;
}

/* =========================
CTA BUTTON
========================= */

.wk-contact-btn{
background:linear-gradient(135deg,#2563eb,#3b82f6);
color:white;
padding:12px 22px;
border-radius:999px;
font-weight:600;
box-shadow:0 10px 20px rgba(37,99,235,.25);
text-decoration:none;
transition:.3s;
}

.wk-contact-btn:hover{
transform:translateY(-2px);
box-shadow:0 14px 25px rgba(37,99,235,.35);
}

/* =========================
HAMBURGER
========================= */

.wk-hamburger{
display:none;
flex-direction:column;
gap:5px;
border:none;
background:none;
cursor:pointer;
}

.wk-hamburger span{
width:26px;
height:2px;
background:#111827;
border-radius:2px;
}

/* =========================
MOBILE MENU
========================= */

.wk-mobile-menu{
display:none;
flex-direction:column;
gap:18px;
background:white;
max-width:1500px;
margin:10px auto 0;
border-radius:16px;
padding:20px 30px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.wk-mobile-menu a{
text-decoration:none;
color:#111827;
font-weight:500;
font-size:16px;
}

.wk-mobile-menu.active{
display:flex;
}

.wk-mobile-cta{
background:linear-gradient(135deg,#2563eb,#3b82f6);
color:white !important;
padding:12px;
border-radius:999px;
text-align:center;
margin-top:10px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:768px){

/* MICRO BAR LAYOUT */
.wk-micro-inner{
flex-direction:column;
align-items:stretch;
gap:10px;
padding:10px 16px;
}

/* FIRST ROW : toggle + social */
.wk-left{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
}

/* toggle left */
.wk-toggle-group{
flex-shrink:0;
        margin-top: -10px;
}

/* social right */
.wk-social{
display:flex;
gap:12px;
align-items:center;
margin-top: -20px;
        margin-left: 5px;
}

/* CONTACT BLOCK */
.wk-contact{
width:100%;
display:flex;
flex-direction:column;
gap:6px;
font-size:11px;
margin-top: 10px;
}

/* SALES CONTACT */
.wk-sales-contact{
display:flex;
flex-direction:column;
gap:4px;
}

/* SUPPORT CONTACT hidden by default */
.wk-support-contact{
display:none;
flex-direction:column;
gap:4px;
}

/* phone & email rows */
.wk-contact a{
display:flex;
align-items:center;
gap:6px;
width:100%;
}

/* remove | divider on mobile */
.wk-contact span{
display:none;
}

/* NAVBAR MOBILE */
.wk-nav{
padding:14px 18px;
border-radius:14px;
}

/* logo smaller */
.wk-logo img{
height:50px;
}

/* hero spacing fix */
.wk-hero{
padding:5rem 0 4rem;
}

}
@media (max-width:1000px){

/* hide desktop menu */
.wk-menu{
display:none !important;
}

/* show hamburger */
.wk-hamburger{
display:flex !important;
}

/* hide contact button */
.wk-contact-btn{
display:none !important;
}

}





/* Webking Solutions - Enterprise SaaS Theme */
:root {
  --wk-blue-50:  #eff6ff;
  --wk-blue-100: #dbeafe;
  --wk-blue-500: #3b82f6;
  --wk-blue-600: #2563eb;
  --wk-blue-700: #1d4ed8;
  --wk-gray-50:  #f9fafb;
  --wk-gray-100: #f3f4f6;
  --wk-gray-300: #d1d5db;
  --wk-gray-500: #6b7280;
  --wk-gray-800: #1f2937;
  --wk-gray-900: #111827;
  --wk-bg:       #ffffff;
  --wk-bg-alt:   #f9fafb;
  --wk-border:   #e5e7eb;
  --wk-radius-md: 12px;
  --wk-radius-lg: 20px;
  --wk-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
  --wk-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
  --wk-shadow-lg: 0 20px 40px -10px rgba(0,0,0,0.08);
  --wk-shadow-float: 0 25px 50px -12px rgba(37, 99, 235, 0.15);
  --wk-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body.wk-body {
  font-family: 'Inter', -apple-system, sans-serif;
  background-color: var(--wk-bg);
  color: var(--wk-gray-800);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}


.wk-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.wk-section { padding: 6rem 0; }
.wk-bg-alt { background-color: var(--wk-bg-alt); }
.wk-text-center { text-align: center; }

h1, h2, h3, h4 { color: var(--wk-gray-900); font-weight: 700; letter-spacing: -0.02em; }

/* Buttons */
.wk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: var(--wk-transition);
  cursor: pointer;
  border: none;
}
.wk-btn-primary {
  background: var(--wk-blue-600);
  color: white;
  box-shadow: 0 4px 14px 0 rgba(37,99,235,0.3);
}
.wk-btn-primary:hover {
  background: var(--wk-blue-700);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(37,99,235,0.4);
}
.wk-btn-secondary {
  background: white;
  color: var(--wk-gray-900);
  border: 1px solid var(--wk-border);
  box-shadow: var(--wk-shadow-sm);
}
.wk-btn-secondary:hover {
  background: var(--wk-gray-50);
  border-color: var(--wk-gray-300);
  transform: translateY(-2px);
}
.wk-btn-outline {
  background: transparent;
  color: var(--wk-gray-900);
  border: 1px solid var(--wk-border);
}
.wk-btn-outline:hover {
  background: var(--wk-blue-50);
  color: var(--wk-blue-600);
  border-color: var(--wk-blue-100);
}
.wk-icon-play {
  width: 20px; height: 20px; margin-right: 8px;
}

/* Base Animations */
.wk-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.wk-fade-up.wk-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Typography styles */
.wk-section-head { margin-bottom: 3.5rem; text-align: center; }
.wk-sub-badge {
  display: inline-block;
  padding: 6px 14px;
  background: var(--wk-blue-50);
  color: var(--wk-blue-600);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.wk-section-title { font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1.2; }
.wk-minor-title { font-size: 1rem; color: var(--wk-gray-500); text-transform: uppercase; letter-spacing: 0.1em; text-align: center; margin-bottom: 2rem; }
.wk-text-gradient {
  background: linear-gradient(135deg, var(--wk-blue-600), #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* 1. HERO SECTION */
.wk-hero {
  position: relative;
  padding: 7rem 0 5rem;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 100% 0%, rgba(219, 234, 254, 0.5) 0%, rgba(255,255,255,0) 50%);
}
.wk-hero-particles {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}
.wk-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 10;
}
.wk-hero-badge {
  display: inline-flex;
  background: white;
  border: 1px solid var(--wk-border);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wk-gray-600);
  box-shadow: var(--wk-shadow-sm);
  margin-bottom: 1.5rem;
}
.wk-hero-title { font-size: clamp(3rem, 5vw, 4.5rem); letter-spacing: -0.04em; margin-bottom: 1.5rem; }
.wk-hero-subtitle { font-size: 1.25rem; font-weight: 500; color: var(--wk-gray-600); margin-bottom: 1.5rem; }
.wk-hero-description { font-size: 1.125rem; color: var(--wk-gray-500); margin-bottom: 2.5rem; max-width: 90%; }
.wk-hero-actions { display: flex; gap: 1rem; }

/* Right Visual / Dashboard */
.wk-hero-visual { position: relative; height: 600px; width: 100%; perspective: 1000px; }
.wk-dashboard-container {
  position: absolute; width: 100%; height: 100%;
  transform-style: preserve-3d;
}
.wk-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--wk-radius-md);
  box-shadow: var(--wk-shadow-float);
  padding: 1.25rem;
  width: 280px;
  transition: transform 0.1s ease-out; /* For parallax JS */
}
/* Default positions before JS handles them */
.wk-float-1 { top: 50px; right: 20px; z-index: 4; }
.wk-float-2 { top: 180px; left: 0; z-index: 3; }
.wk-float-3 { bottom: 120px; right: 50px; z-index: 2; }
.wk-float-4 { bottom: 60px; left: 40px; z-index: 5; }

/* Card Internals */
.wk-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.wk-icon-box {
  width: 40px; height: 40px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
}
.wk-bg-blue { background: #eff6ff; color: #3b82f6; }
.wk-bg-purple { background: #f3e8ff; color: #a855f7; }
.wk-bg-green { background: #dcfce7; color: #22c55e; }
.wk-bg-orange { background: #ffedd5; color: #f97316; }

.wk-card-meta { display: flex; flex-direction: column; flex: 1; justify-content: center; position: relative;}
.wk-card-title { font-weight: 600; font-size: 0.875rem; color: var(--wk-gray-900); }
.wk-status-text { font-size: 0.75rem; color: var(--wk-gray-500); }
.wk-status-dot {
  position: absolute; right: 0; top: 4px;
  width: 8px; height: 8px; border-radius: 50%;
}
.wk-status-green { background: #10b981; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2); }

.wk-metric-row { display: flex; justify-content: space-between; font-size: 0.875rem; color: var(--wk-gray-600); margin-bottom: 6px; }
.wk-metric-row strong { color: var(--wk-gray-900); }
.wk-progress-bar { width: 100%; height: 6px; background: var(--wk-gray-100); border-radius: 3px; overflow: hidden; }
.wk-progress-fill { height: 100%; background: var(--wk-blue-500); }
.wk-mini-chart { width: 100%; height: 30px; }
.wk-data-skeleton { background: var(--wk-gray-100); height: 8px; border-radius: 4px; margin-bottom: 8px; width: 100%; }
.wk-w-80 { width: 80%; }
.wk-shield-status {
  display: flex; align-items: center; gap: 8px;
  background: #f0fdf4; color: #15803d; padding: 6px 12px; border-radius: 6px; font-size: 0.875rem; font-weight: 500;
  width: fit-content;
}


/* MODAL */
.wk-video-modal {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.wk-video-modal.wk-active { opacity: 1; pointer-events: all; }
.wk-modal-overlay { position: absolute; width: 100%; height: 100%; background: rgba(17, 24, 39, 0.8); backdrop-filter: blur(8px); }
.wk-modal-content {
  position: relative; width: 90%; max-width: 900px;
  background: black; border-radius: var(--wk-radius-lg); overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
  transform: scale(0.95); transition: transform 0.3s ease;
}
.wk-video-modal.wk-active .wk-modal-content { transform: scale(1); }
.wk-modal-close {
  position: absolute; top: 1rem; right: 1rem; z-index: 20;
  background: rgba(255,255,255,0.2); color: white; border: none;
  width: 40px; height: 40px; border-radius: 50%; font-size: 24px; cursor: pointer; transition: background 0.2s;
}
.wk-modal-close:hover { background: rgba(255,255,255,0.4); }
.wk-video-ratio { position: relative; padding-bottom: 56.25%; /* 16:9 */ }
.wk-video-placeholder {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(45deg, #1f2937, #111827);
  display: flex; align-items: center; justify-content: center; color: white; font-weight: 500;
}


/* 2. CREDIBILITY BAR */
.wk-credibility {
  padding: 3rem 0;
  border-top: 1px solid var(--wk-border);
  border-bottom: 1px solid var(--wk-border);
  background: white;
}
.wk-cred-grid {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; align-items: center;
}
.wk-cred-item {
  display: flex; align-items: center; gap: 1rem; flex: 1; min-width: 220px;
}
.wk-cred-val {
  font-size: 1.75rem; font-weight: 800; color: var(--wk-gray-900); line-height: 1;
}
.wk-cred-label {
  font-size: 0.875rem; color: var(--wk-gray-500); font-weight: 500; line-height: 1.3;
}
.wk-flex-center { display: flex; align-items: center; justify-content: center; }

/* Rating Alignment Fix */
.wk-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.wk-rating-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--wk-gray-900);
}

.wk-rating-star {
  font-size: 1.4rem;
  color: #f59e0b;
  position: relative;
  top: -1px;
}

/* Icon style for partner badge */
.wk-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional SaaS divider line */
.wk-cred-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: var(--wk-border);
}

.wk-cred-item {
  position: relative;
}

/* 3. CORE SERVICES */
.wk-services { background: var(--wk-bg); }
.wk-services-grid {
    display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;
}
.wk-service-card {
  padding: 2.5rem;
  background: white;
  border: 1px solid var(--wk-border);
  border-radius: var(--wk-radius-lg);
  transition: var(--wk-transition);
}
/* Make service cards clickable links */
.wk-service-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.wk-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--wk-shadow-lg);
  border-color: var(--wk-blue-100);
}
/* AI FEATURE CARD (highlighted) */
.wk-ai-feature{
  display:flex;
  align-items:flex-start;
  gap:20px;
  padding:2.5rem;
  margin-bottom:1.5rem;

  border:1px solid var(--wk-blue-200);
  border-radius:var(--wk-radius-lg);

  background:linear-gradient(135deg,#f8fbff,#ffffff);

  box-shadow:0 20px 40px rgba(37,99,235,0.08);
  border: 1px solid var(--wk-border);
  transition:var(--wk-transition);
  width: 100%;
}

.wk-ai-feature:hover{
  transform:translateY(-8px);
  border-color:var(--wk-blue-500);
  box-shadow:0 25px 50px rgba(37,99,235,0.15);
}
.wk-ai-content{
  display:flex;
  flex-direction:column;
}
.wk-new-badge{
  background:#ef4444;
  color:white;
  font-size:10px;
  padding:4px 7px;
  border-radius:6px;
  margin-left:8px;
  font-weight:700;
  position:relative;
  top:-2px;
}
.wk-ai-feature .wk-sc-icon{
  width:48px;
  height:48px;
  margin-bottom:1.5rem;
}
.wk-sc-icon {
  width: 48px; height: 48px;
  background: var(--wk-blue-50);
  color: var(--wk-blue-600);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
}
.wk-sc-icon svg { width: 24px; height: 24px; }
.wk-sc-title { font-size: 1.25rem; margin-bottom: 0.75rem; }
.wk-sc-desc { color: var(--wk-gray-500); font-size: 0.95rem; }


/* WEB PLATFORMS */

.wk-platform-desc{
  max-width:650px;
  margin:0 auto;
  color:var(--wk-gray-500);
}

.wk-platform-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  margin-top:3rem;
}

.wk-platform-card{
  background:white;
  border:1px solid var(--wk-border);
  border-radius:var(--wk-radius-lg);
  padding:2rem;
  transition:var(--wk-transition);
}

.wk-platform-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--wk-shadow-lg);
}

.wk-platform-icon{
  font-size:24px;
  margin-bottom:10px;
}

.wk-platform-card h3{
  font-size:1.15rem;
  margin-bottom:8px;
}

.wk-platform-card p{
  color:var(--wk-gray-500);
  font-size:.95rem;
}

.wk-platform-cta{
  text-align:center;
  margin-top:3rem;
}

@media (max-width:1024px){
  .wk-platform-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:640px){
  .wk-platform-grid{
    grid-template-columns:1fr;
  }
}

/* 5. TECHNOLOGY PARTNERS */

.wk-partners{
  background:white;
  border-top:1px solid var(--wk-border);
  border-bottom:1px solid var(--wk-border);
}

.wk-partners-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  max-width:800px;
  margin:3rem auto 0;
}

.wk-partner-card{
  background:white;
  border:1px solid var(--wk-border);
  border-radius:var(--wk-radius-md);
  padding:1.6rem;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:var(--wk-transition);
}

.wk-partner-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--wk-shadow-md);
}

.wk-partner-card img{
  max-height:40px;
  width:auto;
}

@media (max-width:768px){
  .wk-partners-grid{
    grid-template-columns:1fr;
  }
}


/* 6. TESTIMONIALS */
.wk-slider-container {
  overflow: hidden; padding: 2rem 0; position: relative;
}
.wk-slider-track {
  display: flex; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform; gap: 2rem;
}
.wk-test-card {
  flex: 0 0 calc(33.333% - 1.34rem);
  background: white; border: 1px solid var(--wk-border);
  border-radius: var(--wk-radius-lg); padding: 2.5rem;
  box-shadow: var(--wk-shadow-md); display: flex; flex-direction: column;
}
.wk-tc-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.wk-stars { color: #f59e0b; font-size: 1.2rem; letter-spacing: 2px;}
.wk-tc-text { font-size: 1rem; color: var(--wk-gray-800); font-style: italic; line-height: 1.7; flex: 1; margin-bottom: 2rem; }
.wk-tc-author { display: flex; align-items: center; gap: 1rem; border-top: 1px solid var(--wk-gray-100); padding-top: 1.5rem; }
.wk-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--wk-blue-50); color: var(--wk-blue-600); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 1rem; }
.wk-avatar::after { content: attr(data-initials); }
.wk-author-info { display: flex; flex-direction: column; }
.wk-author-info strong { font-size: 0.9rem; color: var(--wk-gray-900); }
.wk-g-link { font-size: 0.8rem; color: var(--wk-gray-500); text-decoration: none; }
.wk-g-link:hover { color: var(--wk-blue-500); text-decoration: underline; }

.wk-slider-nav { display: flex; justify-content: center; gap: 16px; margin-top: 3rem; }
.wk-nav-btn {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--wk-border); background: white; color: var(--wk-gray-500);
  cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--wk-transition);
}
.wk-nav-btn:hover { background: var(--wk-gray-50); color: var(--wk-blue-600); border-color: var(--wk-gray-300); }


/* 7. GLOBAL CLIENT LOGOS */
.wk-clients { padding: 4rem 0; overflow: hidden; background: white; border-top: 1px solid var(--wk-border); }
.wk-marquee { position: relative; width: 100%; display: flex; overflow: hidden; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.wk-marquee-content { display: flex; align-items: center; gap: 4rem; animation: marqueeScroll 30s linear infinite; padding: 0 2rem; }
.wk-logo-item { font-size: 1.5rem; font-weight: 700; color: var(--wk-gray-400); white-space: nowrap; transition: var(--wk-transition); filter: grayscale(100%); cursor: default; }
.wk-logo-item:hover { color: var(--wk-gray-800); filter: grayscale(0%); }
@keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }


/* 8. FINAL CTA */
.wk-final-cta { background: white; position: relative; overflow: hidden; }
.wk-cta-bg-anim {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at 50% 100%, rgba(219, 234, 254, 0.4) 0%, rgba(255,255,255,0) 70%); z-index: 0;
}
.wk-cta-box { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.wk-cta-title { font-size: clamp(2.5rem, 4vw, 3.5rem); margin-bottom: 1.25rem; }
.wk-cta-desc { font-size: 1.25rem; color: var(--wk-gray-500); margin-bottom: 2.5rem; }
.wk-final-cta .wk-btn-outline { border-color: var(--wk-gray-300); }


/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
  .wk-hero-grid { grid-template-columns: 1fr; text-align: center; gap: 3rem; }
  .wk-hero-description { margin: 0 auto 2.5rem; }
  .wk-hero-actions { justify-content: center; }
  .wk-hero-visual { height: 400px; overflow: hidden; }
  .wk-floating-card { transform: scale(0.85); }
  .wk-test-card { flex: 0 0 calc(50% - 1rem); }
  .wk-partners-flex { gap: 3rem; }
}

@media (max-width: 768px) {
  .wk-hero { min-height: auto; padding: 6rem 0; }
  .wk-hero-actions { flex-direction: column; width: 100%; }
  .wk-hero-actions .wk-btn { width: 100%; }
  .wk-cred-item { min-width: 45%; }
  .wk-test-card { flex: 0 0 100%; }
  .wk-cta-title { font-size: 2rem; }
}
