.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   GLEB MIKHALEV PORTFOLIO — GLOBAL ELEMENTOR CSS
   Paste this in: Elementor > Site Settings > Custom CSS
   OR WordPress Admin > Appearance > Customize > Additional CSS
   ============================================================ */

/* Import Geist font (closest Google Font alternative: Inter) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');

/* --- Base Colors --- */
:root {
  --gm-bg: #050505;
  --gm-fg: #fcfcfc;
  --gm-accent: #ffffff;
  --gm-neutral-800: #1a1a1b;
  --gm-neutral-900: #0a0a0a;
}

/* --- Body --- */
body {
  background-color: var(--gm-bg) !important;
  color: var(--gm-fg) !important;
  font-family: 'Inter', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: none;
}

/* --- Custom Cursor --- */
.gm-cursor {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 99999;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
}
.gm-cursor-follower {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, width 0.3s, height 0.3s;
}

/* --- Noise Overlay --- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 9997;
}

/* --- Text Outline Utility --- */
.text-outline {
  -webkit-text-stroke: 1px rgba(255,255,255,0.3);
  color: transparent;
}

/* --- Glass Utility --- */
.glass {
  background: rgba(0,0,0,0.7) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

/* --- Cinematic Vignette --- */
.cinematic-vignette {
  background: radial-gradient(circle, transparent 20%, rgba(5,5,5,0.8) 100%);
}

/* --- Elementor Container z-index fix (overlay vs content) --- */
.e-con > .elementor-widget,
.e-con > .e-con {
  position: relative;
  z-index: 2;
}

/* --- Elementor Section Overrides --- */
.elementor-section, .elementor-container, .e-con {
  max-width: 1440px;
}

/* --- Elementor Counter Widget Numbers --- */
.elementor-counter-number-wrapper .elementor-counter-number,
.elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-weight: 900;
  letter-spacing: -0.04em;
}

/* --- Icon Box hover border color animation --- */
.elementor-icon-box-wrapper {
  transition: border-color 0.5s ease;
}

/* --- Testimonial quote icon --- */
.elementor-testimonial-content::before {
  content: '201C';
  font-size: 64px;
  color: rgba(255,255,255,0.15);
  line-height: 1;
  display: block;
  margin-bottom: 16px;
}

/* --- Form styling (Elementor Pro) --- */
.elementor-field-group input,
.elementor-field-group textarea,
.elementor-field-group select {
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
}

.elementor-button[type="submit"] {
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
}

/* --- Marquee animation for logos --- */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- Portfolio grid responsive --- */
@media (max-width: 768px) {
  .portfolio-grid { grid-template-columns: 1fr !important; }
  .portfolio-item.wide { aspect-ratio: 16/9 !important; }
}/* End custom CSS */