/**
 * MIKA WORKS WIDGETS — Core Stylesheet (mika-works-widgets.css)
 * Exact 1:1 copy of all CSS from works.html, adapted for Elementor widgets.
 * Includes Elementor editor visibility overrides and full responsive breakpoints.
 *
 * @package MikaWorksWidgets
 * @version 2.0.0
 */

/* ============================================================
   0. CSS VARIABLES — Exact copy from works.html :root
============================================================ */
:root,
body,
.elementor-editor-active,
.elementor-page,
.elementor-section,
.elementor-widget {
  --wk-bg: #FAF8F4;
  --wk-ink: #141414;
  --wk-blue: #2547E5;
  --wk-pink: #E91E8C;
  --wk-yellow: #F5B400;
  --wk-gray-text: #6E6E6E;
  --wk-gray-line: #E4E1DA;
  --wk-white: #FFFFFF;

  /* CTA section variables (used via var() in works.html) */
  --font-script: 'Caveat', cursive;
  --font-body: 'Inter', sans-serif;
  --font-display: 'Sora', sans-serif;
  --radius-2xl: 24px;
  --container-px: clamp(1.25rem, 4vw, 3rem);
}

/* ============================================================
   ELEMENTOR EDITOR VISIBILITY OVERRIDES
============================================================ */
.elementor-editor-active .wk-hero,
.elementor-editor-active .wk-filter-section,
.elementor-editor-active .wk-portfolio-section,
.elementor-editor-active .wk-stats,
.elementor-editor-active .wk-testimonials,
.elementor-editor-active .mika-cta-section-wrap,
.elementor-editor-active .mika-cta-wrap,
.elementor-editor-active .anim-scaleIn,
.elementor-editor-active .mika-reveal,
.elementor-widget-mika-works-hero .elementor-widget-container,
.elementor-widget-mika-works-grid .elementor-widget-container,
.elementor-widget-mika-works-featured .elementor-widget-container,
.elementor-widget-mika-works-cta .elementor-widget-container {
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.elementor-editor-active .mika-cta-home {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* ============================================================
   GLOBAL UTILITY
============================================================ */
.wk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ============================================================
   1. HERO SECTION
============================================================ */
.wk-hero {
  background: var(--wk-bg);
  padding: 80px 0 60px;
  overflow: visible;
  position: relative;
}

.wk-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}

/* Left column */
.wk-hero__left {
  position: relative;
  z-index: 2;
}

.wk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wk-pink);
  font-family: 'Sora', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.wk-eyebrow svg {
  width: 16px;
  height: 16px;
}

.wk-hero__h1 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 1.05;
  color: var(--wk-ink);
  margin: 0 0 4px;
  letter-spacing: -0.03em;
}

.wk-hero__script-line {
  display: block;
  position: relative;
  margin-bottom: 28px;
}

.wk-script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--wk-blue);
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: 1;
  display: inline-block;
  position: relative;
}

/* Pink squiggle underline under Speaks. */
.wk-hero__squiggle {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
}

.wk-hero__body {
  font-size: 1.05rem;
  color: var(--wk-gray-text);
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 36px;
}

.wk-highlight {
  position: relative;
  display: inline;
}

.wk-highlight::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  right: -3px;
  height: 55%;
  background: var(--wk-yellow);
  opacity: 0.45;
  z-index: -1;
  border-radius: 2px;
  transform: rotate(-1deg) skewX(-2deg);
}

.wk-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* Primary pill button (black) */
.wk-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--wk-ink);
  color: var(--wk-white);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 20px 13px 26px;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wk-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  color: var(--wk-white);
}

.wk-btn-primary__badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--wk-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wk-btn-primary__badge svg {
  width: 16px;
  height: 16px;
  color: var(--wk-ink);
}

/* Showreel link */
.wk-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--wk-ink);
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.wk-btn-link:hover { opacity: 0.7; }

.wk-play-circle {
  width: 36px;
  height: 36px;
  border: 2px solid var(--wk-ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Right column — hero visual */
.wk-hero__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  overflow: visible;
}

.wk-hero__visual {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
}

/* ============================================================
   2. FILTER BAR
============================================================ */
.wk-filter-section {
  border-top: 1px solid var(--wk-gray-line);
  border-bottom: 1px solid var(--wk-gray-line);
  background: var(--wk-bg);
  position: sticky;
  top: 0;
  z-index: 50;
}

.wk-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.wk-filter-tabs {
  display: flex;
  gap: 0;
  align-items: center;
}

.wk-filter-tab {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wk-gray-text);
  padding: 20px 18px;
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
}

.wk-filter-tab:hover { color: var(--wk-ink); }

.wk-filter-tab.is-active {
  color: var(--wk-blue);
}

.wk-filter-tab.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--wk-blue);
  border-radius: 2px 2px 0 0;
}

.wk-filter-control {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--wk-ink);
  cursor: pointer;
  padding: 20px 0 20px 20px;
  border-left: 1px solid var(--wk-gray-line);
  white-space: nowrap;
}

.wk-filter-control svg {
  width: 16px;
  height: 16px;
}

/* ============================================================
   3. PORTFOLIO GRID
============================================================ */
.wk-portfolio-section {
  padding: 48px 0 32px;
  position: relative;
  background: var(--wk-bg);
}

/* Black scribble doodle on the left */
.wk-portfolio-doodle {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.wk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

/* Portfolio Card */
.wk-card {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.wk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.wk-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.wk-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.wk-card:hover .wk-card__img-wrap img {
  transform: scale(1.06);
}

/* Arrow icon on card image */
.wk-card__arrow-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--wk-ink);
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: background 0.2s, color 0.2s;
}

.wk-card:hover .wk-card__arrow-icon {
  background: var(--wk-blue);
  color: white;
}

/* Play overlay (for video card) */
.wk-card__play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wk-card__play-btn {
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--wk-ink);
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform 0.2s;
}

.wk-card:hover .wk-card__play-btn {
  transform: scale(1.12);
}

/* Card caption */
.wk-card__caption {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--wk-gray-line);
  background: white;
}

.wk-card__info { flex: 1; }

.wk-card__title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--wk-ink);
  line-height: 1.3;
  margin-bottom: 3px;
}

.wk-card__cat {
  font-size: 0.73rem;
  color: var(--wk-gray-text);
  font-weight: 500;
}

.wk-card__caption-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--wk-gray-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--wk-gray-text);
  flex-shrink: 0;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.wk-card:hover .wk-card__caption-arrow {
  border-color: var(--wk-blue);
  color: var(--wk-blue);
}

/* View More button */
.wk-view-more {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 8px;
  position: relative;
}

.wk-view-more__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--wk-ink);
  color: var(--wk-white);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 999px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.wk-view-more__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  color: var(--wk-white);
}

/* Pink doodle arrow near view more */
.wk-view-more__doodle {
  position: absolute;
  right: calc(50% - 160px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* ============================================================
   4. STATS BAND (torn edges)
============================================================ */
.wk-stats {
  position: relative;
  margin: 40px 0 0;
  overflow: hidden;
}

/* Torn/painted edges using clip-path */
.wk-stats__inner {
  background: var(--wk-ink);
  clip-path: polygon(
    0% 8%, 2% 2%, 5% 6%, 8% 1%, 12% 5%, 16% 2%, 20% 6%, 25% 1%,
    30% 5%, 35% 0%, 40% 4%, 45% 1%, 50% 5%, 55% 1%, 60% 4%, 65% 0%,
    70% 5%, 75% 1%, 80% 4%, 85% 0%, 90% 4%, 95% 1%, 100% 5%,
    100% 92%, 97% 98%, 93% 94%, 89% 99%, 85% 95%, 80% 100%,
    75% 96%, 70% 100%, 65% 95%, 60% 99%, 55% 94%, 50% 99%,
    45% 95%, 40% 100%, 35% 95%, 30% 99%, 25% 95%, 20% 100%,
    15% 96%, 10% 100%, 5% 95%, 2% 99%, 0% 95%
  );
  padding: 64px 40px 72px;
  position: relative;
}

.wk-stats__content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: center;
}

/* Left text block */
.wk-stats__left {
  min-width: 220px;
}

.wk-stats__turning {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

.wk-stats__ideas-line {
  display: block;
}

.wk-stats__ideas {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--wk-yellow);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.wk-stats__impact {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: white;
  line-height: 1;
  margin-top: 4px;
}

/* Stats row */
.wk-stats__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

.wk-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.wk-stat__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wk-stat__icon-wrap svg {
  width: 22px;
  height: 22px;
}

.wk-stat__icon-wrap--pink   { background: rgba(233,30,140,0.18); color: var(--wk-pink); }
.wk-stat__icon-wrap--yellow { background: rgba(245,180,0,0.18);  color: var(--wk-yellow); }
.wk-stat__icon-wrap--blue   { background: rgba(37,71,229,0.25);   color: #6B8AFF; }
.wk-stat__icon-wrap--red    { background: rgba(233,30,140,0.18); color: #FF6B8A; }

.wk-stat__number {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: white;
  line-height: 1;
}

.wk-stat__label {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  line-height: 1.3;
}

/* Yellow splash + dot texture on stats */
.wk-stats__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  pointer-events: none;
  z-index: 1;
}

/* ============================================================
   5. TESTIMONIALS
============================================================ */
.wk-testimonials {
  padding: 72px 0 64px;
}

.wk-testimonials__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
}

.wk-testimonials__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wk-pink);
  margin-bottom: 12px;
}

.wk-testimonials__h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--wk-ink);
  line-height: 1.15;
  margin-bottom: 6px;
}

.wk-testimonials__script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--wk-blue);
  line-height: 1.1;
  display: block;
}

.wk-testimonials__see-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wk-ink);
  text-decoration: none;
  margin-top: 22px;
}

.wk-testimonials__see-all:hover { color: var(--wk-blue); }

/* Cards area */
.wk-testimonials__right {
  position: relative;
}

.wk-testimonial-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wk-t-card {
  background: var(--wk-white);
  border: 1px solid var(--wk-gray-line);
  border-radius: 16px;
  padding: 24px 22px;
  position: relative;
}

.wk-t-card__quote-mark {
  font-family: Georgia, serif;
  font-size: 4rem;
  color: var(--wk-pink);
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.wk-t-card__text {
  font-size: 0.85rem;
  color: var(--wk-gray-text);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 18px;
}

.wk-t-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wk-t-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--wk-gray-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--wk-ink);
  flex-shrink: 0;
  overflow: hidden;
}

.wk-t-card__name {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--wk-ink);
  line-height: 1.2;
}

.wk-t-card__role {
  font-size: 0.73rem;
  color: var(--wk-gray-text);
  margin-top: 2px;
}

/* Pagination */
.wk-testimonials__pager {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.wk-pager-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--wk-gray-line);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--wk-ink);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.wk-pager-btn:hover {
  background: var(--wk-ink);
  border-color: var(--wk-ink);
  color: white;
}

/* ============================================================
   6. CTA BAND — Exact match with Services CTA
============================================================ */
.mika-cta-section-wrap,
.elementor-widget-mika-works-cta,
.elementor-widget-mika-works-cta .elementor-widget-container {
  overflow: visible !important;
  background: transparent !important;
}

.mika-cta-section-wrap {
  padding: 2.5rem var(--container-px, clamp(1.5rem, 4vw, 3rem)) 3.5rem !important;
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.mika-cta-wrap {
  position: relative;
  width: 100%;
  max-width: var(--container-max, 1240px);
  margin: 0 auto;
  overflow: visible !important;
}

.mika-cta-brush {
  position: absolute;
  left: calc(-1 * var(--container-px, clamp(1.5rem, 4vw, 3rem)));
  top: 0;
  width: calc(var(--container-px, clamp(1.5rem, 4vw, 3rem)) + 90px);
  height: 100%;
  pointer-events: none;
  z-index: 3;
  overflow: visible !important;
}

.mika-cta-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #2546FF !important;
  border-radius: 0 24px 24px 0 !important;
  padding: clamp(1.8rem, 3vw, 2.5rem) clamp(4rem, 6vw, 7rem) clamp(1.8rem, 3vw, 2.5rem) clamp(4rem, 6vw, 6rem) !important;
  position: relative;
  overflow: visible !important;
  z-index: 2;
  min-height: 110px;
}

@media (max-width: 1024px) {
  .mika-cta-home {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 3rem 2rem 3rem 2rem !important;
  }
  .mika-cta-brush { display: none !important; }
  .mika-cta-home__btn-wrap { margin-right: 0 !important; }
}

.mika-cta-home__left {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.mika-cta-home__script-top {
  font-family: var(--font-script, 'Caveat', cursive);
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: #ffffff;
  line-height: 1.1;
  display: block;
}

.mika-cta-home__script-yellow {
  font-family: var(--font-script, 'Caveat', cursive);
  font-weight: 700;
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  color: #D4FF00;
  line-height: 1.1;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding-bottom: 6px;
}

.mika-cta-home__underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
}

.mika-cta-home__subtext {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-weight: 500;
  font-size: 1rem;
  color: rgba(255,255,255,0.92);
  line-height: 1.6;
  margin: 0;
  flex-shrink: 0;
}

.mika-cta-home__btn-wrap {
  position: relative;
  flex-shrink: 0;
  margin-right: 2.5rem;
}

.mika-cta-pill-btn {
  background: #ffffff;
  color: #111111;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.mika-cta-pill-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}

@media (max-width: 900px) {
  .wk-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .wk-hero__right {
    display: flex;
    min-height: 0;
    height: auto;
    margin-top: 20px;
    overflow: visible;
  }
  .wk-hero__visual {
    max-width: min(400px, 92vw);
    margin: 0 auto;
  }
  .wk-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
  .wk-testimonial-cards {
    grid-template-columns: 1fr;
  }
  .wk-filter-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .wk-filter-tabs::-webkit-scrollbar {
    display: none;
  }
  .wk-stats__row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 600px) {
  .wk-container { padding: 0 16px !important; }
  .wk-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .wk-stats__row { grid-template-columns: 1fr !important; gap: 16px !important; }
  .wk-hero__right {
    display: flex !important;
  }
  .wk-hero__visual {
    max-width: min(320px, 100%);
  }
  .wk-hero {
    padding: 36px 0 36px !important;
  }
  .wk-hero__h1 {
    font-size: clamp(2.1rem, 8vw, 3rem) !important;
  }
  .wk-script {
    font-size: clamp(2.4rem, 9vw, 3.4rem) !important;
  }
  .mika-cta-home__script-yellow {
    white-space: normal !important;
    flex-wrap: wrap;
  }
  .wk-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .wk-btn-primary, .mika-cta-pill-btn {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

/* Framer-like Card Motion & Mouse Spotlight Overlay */
.wk-card {
  position: relative;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  transition: box-shadow 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wk-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(37, 71, 229, 0.08),
    transparent 40%
  );
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.3s ease;
}

.wk-card:hover::before {
  opacity: 1;
}

.wk-card:hover {
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.wk-filter-tab {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wk-filter-tab:hover {
  transform: translateY(-2px) scale(1.03);
}

/* Ambient Float Keyframes Fallback */
@keyframes wkAmbientFloat {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(1.5deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

@keyframes wkAmbientFloatAlt {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(8px) rotate(-1.5deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

.wk-hero__visual { animation: wkAmbientFloat 5s ease-in-out infinite; }
.elementor-editor-active .wk-hero__visual {
  animation: none !important;
}
