/**
 * MIKA SERVICES WIDGETS — Core Stylesheet (mika-services-widgets.css)
 * Complete styles for Services Hero, Services Detail Grid, Why Work With Us, Services Process, and CTA Band.
 * Full Elementor Editor Visibility & Responsive Layouts.
 *
 * @package MikaServicesWidgets
 * @version 1.0.0
 */

/* ── 0. GLOBAL TOKENS & FALLBACKS (Loaded in Front-End & Elementor Editor Iframe) ── */
:root,
body,
.elementor-editor-active,
.elementor-page,
.elementor-section,
.elementor-widget {
  --color-ink: #14141A;
  --color-blue: #2F4CFF;
  --color-pink: #FF3E85;
  --color-yellow: #FFD400;
  --color-purple: #8B5CF6;
  --color-green: #0BA37F;
  --color-orange: #F97316;
  --color-bg: #FAFAF7;
  --color-gray-600: #555555;
  --font-display: 'Sora', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-script: 'Caveat', cursive;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --text-md: 1.125rem;
  --container-px: clamp(1.25rem, 4vw, 3rem);
  --container-max: 1240px;
}

/* ── ELEMENTOR EDITOR VISIBILITY OVERRIDES ── */
.elementor-editor-active .mika-hero,
.elementor-editor-active .svc-section,
.elementor-editor-active .mika-why-band,
.elementor-editor-active .mika-process-exact-section,
.elementor-editor-active .mika-cta-section-wrap,
.elementor-editor-active .mika-cta-wrap,
.elementor-editor-active .mika-cta-home,
.elementor-editor-preview .mika-hero,
.elementor-editor-preview .svc-section,
.elementor-editor-preview .mika-why-band,
.elementor-editor-preview .mika-process-exact-section,
.elementor-editor-preview .mika-cta-section-wrap,
.elementor-editor-preview .mika-cta-wrap,
.elementor-editor-preview .mika-cta-home,
.elementor-widget-mika-services-hero,
.elementor-widget-mika-services-hero .elementor-widget-container,
.elementor-widget-mika-services-hero .mika-hero,
.elementor-widget-mika-services-hero .mika-container,
.elementor-widget-mika-services-hero .mika-hero__grid,
.elementor-widget-mika-services-grid,
.elementor-widget-mika-services-why-us,
.elementor-widget-mika-services-process,
.elementor-widget-mika-services-cta,
.elementor-widget-container {
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.elementor-editor-active *,
body.elementor-editor-preview * {
  animation-play-state: running !important;
}

body.elementor-editor-active .hero-anim-eyebrow,
body.elementor-editor-active .hero-anim-h1 > .mika-hero__heading-line,
body.elementor-editor-active .mika-hero__script-accent,
body.elementor-editor-active .hero-anim-body,
body.elementor-editor-active .hero-anim-actions,
body.elementor-editor-active .hero-blob-blue,
body.elementor-editor-active .hero-bust-container,
body.elementor-editor-active .hero-brand-card,
body.elementor-editor-active .services-hero-render,
body.elementor-editor-active .hero-camera,
body.elementor-editor-active .services-hero-right-text,
body.elementor-editor-active .svc-card,
body.elementor-editor-preview .svc-card,
body.elementor-editor-active .svc-sidebar,
body.elementor-editor-active .mika-why-heading-wrap,
body.elementor-editor-active .mika-why-col,
body.elementor-editor-active .mika-why-icon-wrap,
body.elementor-editor-active .mika-proc-left,
body.elementor-editor-active .mika-proc-icon-badge,
body.elementor-editor-active .mika-proc-step-col,
body.elementor-editor-active .mika-cta-home,
body.elementor-editor-preview .hero-anim-eyebrow,
body.elementor-editor-preview .hero-anim-h1 > .mika-hero__heading-line,
body.elementor-editor-preview .mika-hero__script-accent,
body.elementor-editor-preview .hero-anim-body,
body.elementor-editor-preview .hero-anim-actions,
body.elementor-editor-preview .hero-blob-blue,
body.elementor-editor-preview .hero-bust-container,
body.elementor-editor-preview .hero-brand-card,
body.elementor-editor-preview .services-hero-render,
body.elementor-editor-preview .hero-camera,
body.elementor-editor-preview .services-hero-right-text,
body.elementor-editor-preview .svc-card,
body.elementor-editor-preview .svc-sidebar,
body.elementor-editor-preview .mika-why-heading-wrap,
body.elementor-editor-preview .mika-why-col,
body.elementor-editor-preview .mika-why-icon-wrap,
body.elementor-editor-preview .mika-proc-left,
body.elementor-editor-preview .mika-proc-icon-badge,
body.elementor-editor-preview .mika-proc-step-col,
body.elementor-editor-preview .mika-cta-home {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.elementor-editor-active .mika-hero__script-accent,
body.elementor-editor-preview .mika-hero__script-accent {
  transform: rotate(-8deg) !important;
}

/* ── SERVICES GRID — ELEMENTOR EDITOR LAYOUT LOCK ── */
.elementor-widget-mika-services-grid,
.elementor-widget-mika-services-grid .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

body.elementor-editor-active .elementor-widget-mika-services-grid .svc-layout,
body.elementor-editor-preview .elementor-widget-mika-services-grid .svc-layout {
  display: grid !important;
  grid-template-columns: minmax(200px, 220px) minmax(0, 1fr) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  align-items: start !important;
}

body.elementor-editor-active .elementor-widget-mika-services-grid .svc-grid,
body.elementor-editor-preview .elementor-widget-mika-services-grid .svc-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 1.1rem !important;
  padding-top: 22px !important;
  padding-right: 18px !important;
}

body.elementor-editor-active .elementor-widget-mika-services-grid .svc-card,
body.elementor-editor-preview .elementor-widget-mika-services-grid .svc-card {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 238px !important;
  width: 100% !important;
}

body.elementor-editor-active .elementor-widget-mika-services-grid .svc-card__body,
body.elementor-editor-preview .elementor-widget-mika-services-grid .svc-card__body {
  padding: 1.5rem 9.5rem 1.4rem 1.4rem !important;
  text-align: left !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
  min-height: 238px !important;
}

body.elementor-editor-active .elementor-widget-mika-services-grid .svc-card__title,
body.elementor-editor-preview .elementor-widget-mika-services-grid .svc-card__title {
  font-family: var(--font-display), 'Sora', sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  word-break: normal !important;
  hyphens: none !important;
  white-space: normal !important;
}

body.elementor-editor-active .elementor-widget-mika-services-grid .svc-card__desc,
body.elementor-editor-preview .elementor-widget-mika-services-grid .svc-card__desc {
  font-size: 0.74rem !important;
  line-height: 1.62 !important;
}

/* Force dark ink color on bold heading lines (not script lines) in Elementor Editor */
.mika-hero__h1 .mika-hero__heading-line {
  color: #14141A !important;
}

/* Services hero script — high specificity so Elementor/theme h1 styles cannot override */
.elementor-widget-mika-services-hero .mika-hero__script-accent,
.mika-hero .mika-hero__script-accent {
  font-family: 'Caveat', var(--font-script), cursive !important;
  font-weight: 700 !important;
  font-size: clamp(3.8rem, 7.5vw, 5.8rem) !important;
  color: #2F4CFF !important;
  -webkit-text-fill-color: #2F4CFF !important;
  -webkit-text-stroke: 1.3px #2F4CFF !important;
  paint-order: stroke fill;
  transform: rotate(-8deg) !important;
  transform-origin: left center !important;
}
.mika-hero__body-text {
  color: #555555 !important;
}
.svc-sidebar__heading {
  color: #14141A !important;
}
.mika-proc-heading {
  color: #111116 !important;
}

/* Container fallback */
.mika-container {
  width: 100%;
  max-width: var(--container-max, 1240px);
  margin-inline: auto;
  padding-inline: var(--container-px, clamp(1.25rem, 4vw, 3rem));
}


/* ── 1. SERVICES HERO ─────────────────────────────── */
.mika-hero {
  position: relative;
  width: 100%;
  overflow: visible;
  background: var(--color-bg, #FAFAF7);
}

.mika-hero__grid {
  display:               grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  justify-content:       center;
  gap:                   clamp(2rem, 4vw, 3.5rem);
  align-items:           center;
  min-height:            0;
  padding-block:         clamp(3rem, 5vw, 5.5rem);
  overflow:              visible;
  position:              relative;
}

.mika-hero__left {
  position: relative;
  z-index: 5;
  overflow: visible;
}

.mika-hero__h1 {
  margin: 0 0 1.5rem;
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.mika-hero__heading-line {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 5.8vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--color-ink, #14141A);
}

.mika-hero__heading-line--last {
  margin-bottom: 0;
}

.mika-services-hero .mika-hero__script-accent {
  margin-top: -0.22em;
  margin-left: 0.02em;
  margin-right: clamp(-5rem, -14vw, -9rem);
  padding-right: clamp(5rem, 14vw, 9rem);
}

.mika-hero__script-accent {
  font-family: 'Caveat', var(--font-script), cursive;
  font-weight: 700;
  font-size: clamp(3.8rem, 7.5vw, 5.8rem);
  color: #2F4CFF;
  -webkit-text-fill-color: #2F4CFF;
  -webkit-text-stroke: 1.3px #2F4CFF;
  paint-order: stroke fill;
  display: inline-block;
  transform: rotate(-8deg);
  transform-origin: left center;
  line-height: 1.05;
  white-space: nowrap;
  position: relative;
  z-index: 30;
  margin-left: -2px;
  padding-bottom: 0.25em;
  overflow: visible;
}

.mika-hero__script-underline-loop {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 24px;
  height: 24px;
  color: #2F4CFF;
  pointer-events: none;
  z-index: -1;
}

.mika-hero__script-underline {
  position: absolute;
  bottom: -14px;
  left: 2px;
  width: calc(100% + 80px);
  height: 18px;
  color: #2F4CFF;
  pointer-events: none;
  z-index: -1;
}

.mika-hero__script-pink-cross {
  position: absolute;
  left: 2px;
  bottom: -0.55em;
  width: clamp(18px, 2.2vw, 26px);
  height: clamp(18px, 2.2vw, 26px);
  color: #FF3E85;
  pointer-events: none;
  z-index: 33;
  transform: rotate(-18deg);
}

.mika-hero__script-scribble {
  position: absolute;
  bottom: -22px;
  right: -54px;
  width: 58px;
  height: 58px;
  color: #2F4CFF;
  pointer-events: none;
  z-index: 31;
}

.mika-hero__body-text {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  color: #555555;
  line-height: 1.65;
  max-width: 440px;
  margin-bottom: 2.25rem;
}

.mika-hero__text-highlight {
  background: linear-gradient(180deg, transparent 38%, #FFE566 38%, #FFE566 90%, transparent 90%);
  font-weight: 700;
  color: #14141A;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.mika-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.mika-hero__right {
  position:        relative;
  width:           100%;
  height:          auto;
  min-height:      420px;
  display:         flex;
  align-items:     center;
  justify-content: center;
  z-index:         1;
  overflow:        visible;
}

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

/* Hero visual — ambient float (matches Works page .wk-hero__visual) */
@keyframes mikaHeroAmbientFloat {
  0%   { transform: translateY(0px) rotate(0deg); }
  50%  { transform: translateY(-8px) rotate(1.5deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

.mika-services-hero .mika-hero__visual {
  transform-origin: center center;
  animation:        mikaHeroAmbientFloat 5s ease-in-out infinite;
}

.elementor-editor-active .mika-services-hero .mika-hero__visual,
.elementor-editor-preview .mika-services-hero .mika-hero__visual {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .mika-services-hero .mika-hero__visual {
    animation: none !important;
  }
}

.hero-blob-blue {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 350px;
  height: 290px;
  z-index: 0;
  pointer-events: none;
}

.hero-bust-container {
  position: absolute;
  top: -15px;
  right: 8%;
  z-index: 2;
  width: 290px;
  transform: rotate(4deg);
  filter: drop-shadow(0 20px 35px rgba(0,0,0,0.15));
}

.hero-brand-card {
  position: absolute;
  top: 46%;
  left: 36%;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 230px;
  height: 180px;
  background: #0c0c0e;
  border-radius: 12px;
  padding: 2rem;
  z-index: 3;
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
  border: 1.5px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hero-sticky-note {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 4;
  background: #ffa6c9;
  width: 90px;
  padding: 0.8rem 0.6rem;
  box-shadow: 2px 6px 15px rgba(0,0,0,0.18);
  transform: rotate(5deg);
  border-radius: 2px;
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.45;
  color: #14141a;
  text-align: center;
}

.hero-camera {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 220px;
  z-index: 3;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.services-hero-render {
  position: absolute;
  bottom: 12px;
  left: 42%;
  width: 175px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0 15px 35px rgba(0,0,0,0.22);
  border: 2px solid white;
  transform: rotate(2deg);
  pointer-events: none;
}

.services-hero-right-text {
  position: absolute;
  top: 10px;
  right: -5%;
  z-index: 5;
  pointer-events: none;
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.45rem;
  color: #2F4CFF;
  line-height: 1.35;
  transform: rotate(-5deg);
  white-space: nowrap;
}

/* Responsive Hero */
@media (max-width: 1200px) {
  .mika-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 991px) {
  .mika-hero__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .mika-hero__right {
    height: 420px;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .mika-hero__heading-line {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
  .mika-hero__script-accent {
    font-size: clamp(2.8rem, 10vw, 4.2rem) !important;
    margin-right: clamp(-1.5rem, -6vw, -3rem);
    padding-right: clamp(1.5rem, 6vw, 3rem);
  }
  .mika-hero__script-scribble {
    width: 44px;
    height: 44px;
    right: -40px;
    bottom: -16px;
  }
  .mika-hero__script-underline {
    width: calc(100% + 50px);
    height: 14px;
    bottom: -12px;
  }
  .mika-hero__script-pink-cross {
    width: 20px;
    height: 20px;
    bottom: -0.35em;
    left: -2px;
  }
  .mika-hero__right {
    display: flex !important;
    height: 380px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    transform: scale(0.82);
    transform-origin: center center;
    overflow: visible !important;
  }
}

@media (max-width: 420px) {
  .mika-hero__right {
    height: 330px;
    transform: scale(0.72);
  }
}


/* ── 2. SERVICES DETAIL GRID ─────────────────────────────── */
.svc-section {
  padding-block: clamp(3.5rem, 5vw, 5.5rem);
  background: #F0EDE6;
  overflow: visible;
}

.svc-layout {
  display: grid;
  grid-template-columns: minmax(200px, 220px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  overflow: visible;
}

.elementor-widget-mika-services-grid,
.elementor-widget-mika-services-grid .elementor-widget-container {
  overflow: visible !important;
  width: 100%;
}

.svc-sidebar { 
  position: sticky; 
  top: 5rem; 
}

.svc-sidebar__eyebrow {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2F4CFF;
  margin-bottom: 0.8rem;
  display: block;
}

.svc-sidebar__heading {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: #14141A;
  margin-bottom: 0.55rem;
}

.svc-sidebar__underline {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 1.8rem;
}

.svc-sidebar__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #14141A;
  color: white;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 1.25rem;
  border-radius: 8px;
  transition: background 0.22s ease, transform 0.22s ease;
}
.svc-sidebar__cta:hover { 
  background: #2F4CFF; 
  transform: translateY(-2px); 
}

.svc-sidebar__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; 
  height: 24px;
  background: #FFD400;
  border-radius: 50%;
  color: #14141A;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.svc-sidebar__dots { 
  margin-top: 2.5rem; 
  opacity: 0.15; 
  display: block; 
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.2vw, 1.1rem);
  padding-top: 22px;
  padding-right: 18px;
  overflow: visible;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

.svc-card {
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 8px 28px rgba(0,0,0,0.08);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.28s ease;
  min-width: 0;
  width: 100%;
  min-height: 238px;
  display: flex;
  flex-direction: column;
}

.svc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
  border-radius: 20px;
  z-index: 0;
  box-shadow: inherit;
}

.svc-card:hover {
  transform: translateY(-6px);
}

.svc-card__body {
  position: relative;
  z-index: 1;
  padding: 1.5rem 9.5rem 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 238px;
  min-width: 0;
  text-align: left;
}

.svc-card__icon {
  width: 50px; 
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  flex-shrink: 0;
}
.svc-card__icon svg {
  width: 22px; 
  height: 22px;
  stroke: white; 
  fill: none;
  stroke-width: 2.2; 
  stroke-linecap: round; 
  stroke-linejoin: round;
}
.svc-card__icon--blue   { background: #2F4CFF; }
.svc-card__icon--pink   { background: #FF3E85; }
.svc-card__icon--yellow { background: #D4A017; }
.svc-card__icon--purple { background: #8B5CF6; }
.svc-card__icon--green  { background: #0BA37F; }
.svc-card__icon--orange { background: #F97316; }

.svc-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.28;
  color: #14141A;
  margin-bottom: 0.5rem;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  white-space: normal;
  max-width: 100%;
}

.svc-card__desc {
  font-family: var(--font-body);
  font-size: 0.74rem;
  line-height: 1.62;
  color: #555;
  flex: 1;
  margin-bottom: 0.9rem;
  word-break: normal;
  overflow-wrap: break-word;
}

.svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s ease;
}
.svc-card__link:hover { gap: 10px; }
.svc-card__link--blue   { color: #2F4CFF; }
.svc-card__link--pink   { color: #FF3E85; }
.svc-card__link--yellow { color: #D4A017; }
.svc-card__link--purple { color: #8B5CF6; }
.svc-card__link--green  { color: #0BA37F; }
.svc-card__link--orange { color: #F97316; }

.svc-card__img-container {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 48%;
  z-index: 2;
  pointer-events: none;
}

.svc-card--3d { border-radius: 20px; overflow: hidden !important; }
.svc-card--3d .svc-card__img-container { width: 46%; clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 85%, 2% 70%, 14% 55%, 3% 40%, 12% 25%, 4% 10%); }
.svc-card--3d .svc-card__img-container img { width: 100%; height: 100%; object-fit: cover; display: block; }

.svc-card--branding .svc-card__img-container { top: -20px; right: -6px; width: 46%; height: calc(100% + 24px); }
.svc-card--branding .svc-card__img-box { width: 100%; height: 100%; border-radius: 12px; overflow: hidden; transform: rotate(-3deg); box-shadow: 0 14px 34px rgba(0,0,0,0.22); }
.svc-card--branding .svc-card__img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }

.svc-card--print .svc-card__splat { position: absolute; top: -20px; right: -18px; width: 175px; height: calc(100% + 30px); background: #FFD400; border-radius: 40% 15% 25% 35% / 25% 45% 20% 30%; z-index: 1; transform: rotate(2deg); }
.svc-card--print .svc-card__img-container { top: -16px; right: -6px; width: 44%; height: calc(100% + 20px); z-index: 2; }
.svc-card--print .svc-card__img-box { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; transform: rotate(-6deg); box-shadow: -4px 12px 30px rgba(0,0,0,0.18); }
.svc-card--print .svc-card__img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }

.svc-card--video { border-radius: 20px; overflow: hidden !important; }
.svc-card--video .svc-card__img-container { width: 46%; clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 2% 100%, 12% 82%, 0% 68%, 15% 50%, 2% 32%, 11% 15%); }
.svc-card--video .svc-card__img-container img { width: 100%; height: 100%; object-fit: cover; display: block; }

.svc-card--marketing .svc-card__splat { position: absolute; top: -16px; right: 112px; width: 32px; height: calc(100% + 22px); background: #0BA37F; border-radius: 16px 0 0 16px; z-index: 3; }
.svc-card--marketing .svc-card__img-container { top: -14px; right: -4px; width: 44%; height: calc(100% + 18px); z-index: 2; }
.svc-card--marketing .svc-card__img-box { width: 100%; height: 100%; border-radius: 22px; overflow: hidden; box-shadow: 0 16px 36px rgba(0,0,0,0.25); }
.svc-card--marketing .svc-card__img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }

.svc-card--web .svc-card__splat { position: absolute; bottom: -18px; right: 75px; width: 90px; height: 55px; background: #F97316; border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%; z-index: 3; }
.svc-card--web .svc-card__img-container { top: -8px; right: -10px; width: 48%; height: calc(100% + 16px); z-index: 2; }
.svc-card--web .svc-card__img-box { width: 100%; height: 100%; border-radius: 12px; overflow: hidden; transform: rotate(3deg); box-shadow: 0 14px 34px rgba(0,0,0,0.22); }
.svc-card--web .svc-card__img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Responsive Grid */
@media (max-width: 1200px) {
  .svc-layout { grid-template-columns: minmax(180px, 200px) minmax(0, 1fr); gap: 2rem; }
  .svc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .svc-layout { grid-template-columns: 1fr; }
  .svc-sidebar { position: static; margin-bottom: 2rem; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .svc-grid { grid-template-columns: 1fr; padding-right: 0; }
  .svc-card__img-container, .svc-card__splat { display: none; }
  .svc-card__body { padding: 1.4rem; min-height: auto; }
  .svc-card { min-height: auto; }
}

/* Grid card body — authoritative padding for image/text split */
.svc-section .svc-card .svc-card__body {
  padding: 1.5rem 9.5rem 1.4rem 1.4rem !important;
  min-height: 238px;
  text-align: left;
  word-break: normal;
}

@media (max-width: 640px) {
  .svc-section .svc-card .svc-card__body {
    padding: 1.4rem !important;
    min-height: auto !important;
  }
}


/* ── 3. WHY WORK WITH US BAND ────────────────────────────── */
.mika-why-band {
  position: relative;
  background: #FAFAF7;
  padding-block: 4rem 4.5rem;
  overflow: visible;
  width: 100%;
}

.mika-why-card-container {
  position: relative;
  background: #111116;
  border-radius: 28px;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.8rem, 4vw, 3.5rem);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mika-why-glow-left {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 212, 0, 0.35) 0%, rgba(255, 212, 0, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

.mika-why-glow-right {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 62, 133, 0.4) 0%, rgba(255, 62, 133, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

.mika-why-content-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: center;
  width: 100%;
}

.mika-why-eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFD400;
  display: block;
  margin-bottom: 0.5rem;
}

.mika-why-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 2.5vw, 2.3rem);
  line-height: 1.15;
  color: #ffffff !important;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.mika-why-pink-underline {
  display: block;
  width: 130px;
  height: 8px;
  margin-top: 8px;
}

.mika-why-items-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.mika-why-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mika-why-col:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.mika-why-icon-badge {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  transition: all 0.3s ease;
}

.mika-why-col:hover .mika-why-icon-badge {
  background: #2F4CFF;
  border-color: #2F4CFF;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(47, 76, 255, 0.4);
}

.mika-why-col-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: -0.01em;
}

/* Responsive Why Us */
@media (max-width: 1100px) {
  .mika-why-content-wrap {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    text-align: center;
  }
  .mika-why-heading-wrap {
    text-align: center;
  }
  .mika-why-pink-underline {
    margin: 8px auto 0;
  }
  .mika-why-items-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .mika-why-card-container {
    padding: 2.25rem 1.25rem;
    border-radius: 22px;
  }
  .mika-why-items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }
  .mika-why-col {
    padding: 1.1rem 0.5rem;
    border-radius: 16px;
  }
  .mika-why-icon-badge {
    width: 50px;
    height: 50px;
    margin-bottom: 0.65rem;
  }
  .mika-why-icon-badge svg {
    width: 24px;
    height: 24px;
  }
  .mika-why-col-title {
    font-size: 0.78rem;
  }
}


/* ── 4. OUR PROCESS ────────────────────────────── */
.mika-process-exact-section {
  background: #f9f8f6;
  padding-block: 5rem 6rem;
  width: 100%;
  position: relative;
  overflow: visible !important;
}

.mika-proc-row {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 3.5rem;
  align-items: flex-start;
}

.mika-proc-left { position: relative; }
.mika-proc-eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #2563EB;
  margin-bottom: 0.65rem;
}
.mika-proc-heading {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 2.6vw, 2.35rem);
  line-height: 1.15;
  color: #111116;
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
}
.mika-proc-scribble-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.mika-proc-blue-scribble {
  display: block;
  width: 170px;
  height: 14px;
}
.mika-proc-pink-star {
  position: absolute;
  right: -32px;
  bottom: -18px;
  width: 26px;
  height: 26px;
}
.mika-proc-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.5rem 0.5rem 0.5rem 1.4rem;
  border: 1.5px solid #111116;
  border-radius: 50px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: #111116;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.mika-proc-cta:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.mika-proc-cta-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2563EB;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.mika-proc-grid-container { position: relative; }
.mika-proc-dashed-line {
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  border-top: 2px dashed #d1d5db;
  z-index: 1;
  pointer-events: none;
}
.mika-proc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.mika-proc-step-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mika-proc-icon-badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1.5px solid #111116;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111116;
  margin-bottom: 1.25rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.mika-proc-step-col:hover .mika-proc-icon-badge {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.mika-proc-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.mika-proc-num--1 { color: #2563EB; }
.mika-proc-num--2 { color: #FF007F; }
.mika-proc-num--3 { color: #10B981; }
.mika-proc-num--4 { color: #F97316; }
.mika-proc-num--5 { color: #7C3AED; }

.mika-proc-step-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: #111116;
  letter-spacing: -0.015em;
  margin-bottom: 0.45rem;
}
.mika-proc-step-desc {
  font-family: var(--font-body);
  font-size: 0.84rem;
  line-height: 1.45;
  color: #4b5563;
}

/* Responsive Process */
@media (max-width: 1024px) {
  .mika-proc-row { grid-template-columns: 1fr; gap: 2.5rem; }
  .mika-proc-left { text-align: center; }
  .mika-proc-scribble-wrap { margin-bottom: 1.5rem; }
}

@media (max-width: 768px) {
  .mika-proc-grid { grid-template-columns: 1fr; gap: 2rem; }
  .mika-proc-dashed-line { display: none; }
}


/* ── 5. CTA HOME SECTION ────────────────────────────── */
.mika-cta-section-wrap,
.elementor-widget-mika-services-cta,
.elementor-widget-mika-services-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(3rem, 5vw, 5rem) 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__left {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.mika-cta-home__script-top {
  font-family: var(--font-script);
  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);
  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);
  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;
}

.mika-cta-pill-btn {
  background: #ffffff;
  color: #111111;
  font-family: var(--font-body);
  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);
}
