.elementor-1588 .elementor-element.elementor-element-d5ee096{--display:flex;}/* Start custom CSS *//* =========================================================
   YANGO BUSINESS 2025 — CLEAN INTEGRATED STYLES
   Font: Manrope (Yango-like)
   Palette: Red / Black / White
========================================================= */

/* ===============================
   FONT — YANGO STYLE
=============================== */

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

html, body {
  height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(900px 500px at 50% -10%, rgba(255,0,0,0.18), transparent),
    radial-gradient(700px 400px at 50% 110%, rgba(255,255,255,0.05), transparent),
    linear-gradient(180deg, #0a0a0a, #050505);

  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #ffffff;
}

/* ===============================
   PAGE LAYOUT
=============================== */

.yango-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 16px 80px;
}

/* ===============================
   HERO (TEXT ABOVE FORM)
=============================== */

.yango-hero {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.yango-hero-eyebrow {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.9);
}

.yango-hero-title {
  margin: 0 0 16px;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.yango-hero-title span {
  color: #ff0000;
}

.yango-hero-subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255,255,255,0.65);
}

/* ===============================
   FORM CARD — GLASS 3D
=============================== */

.yango-form-box {
  width: 100%;
  max-width: 640px;
  padding: 48px 42px 44px;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.20),
    rgba(255,255,255,0.08)
  );

  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);

  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.28);

  box-shadow:
    0 50px 140px rgba(0,0,0,0.85),
    inset 0 1px 0 rgba(255,255,255,0.35);

  position: relative;
}

/* ===============================
   FORM HEADER (INSIDE CARD)
=============================== */

.yango-header {
  text-align: center;
  margin-bottom: 36px;
}

.yango-header h1 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.yango-header h1 span {
  color: #ff0000;
}

.yango-header p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
}

/* ===============================
   FORM TEXT — GRAY
=============================== */

#yandex-corp-form,
#yandex-corp-form label,
#yandex-corp-form span,
#yandex-corp-form p,
#yandex-corp-form small,
#yandex-corp-form div {
  color: #9a9a9a !important;
  font-weight: 500;
}

/* ===============================
   INPUTS — SOFT 3D
=============================== */

#yandex-corp-form input,
#yandex-corp-form textarea,
#yandex-corp-form select {
  background: rgba(255,255,255,0.94) !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  border-radius: 28px !important;

  padding: 18px 22px !important;
  margin-bottom: 20px;

  font-size: 15px;
  font-weight: 500;

  color: #9a9a9a !important;
  -webkit-text-fill-color: #9a9a9a !important;

  box-shadow:
    inset 0 2px 3px rgba(0,0,0,0.12),
    0 10px 22px rgba(0,0,0,0.08);

  transition: all .25s ease;
}

#yandex-corp-form input:focus,
#yandex-corp-form textarea:focus,
#yandex-corp-form select:focus {
  outline: none;
  border-color: rgba(255,0,0,0.6) !important;
  box-shadow:
    0 0 0 4px rgba(255,0,0,0.22),
    inset 0 2px 3px rgba(0,0,0,0.12);
}

/* ===============================
   BUTTON — YANGO RED
=============================== */

#yandex-corp-form button,
#yandex-corp-form button * {
  background: #ff0000 !important;
  color: #ffffff !important;
}

#yandex-corp-form button {
  width: 100%;
  border: none !important;
  border-radius: 30px !important;
  padding: 20px !important;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;

  box-shadow:
    0 20px 45px rgba(255,0,0,0.45);

  transition: transform .2s ease, box-shadow .2s ease;
}

#yandex-corp-form button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 26px 60px rgba(255,0,0,0.55);
}

/* ===============================
   MOBILE
=============================== */

@media (max-width: 600px) {

  .yango-hero-title {
    font-size: 38px;
  }

  .yango-hero-subtitle {
    font-size: 16px;
  }

  .yango-form-box {
    padding: 36px 22px 32px;
    border-radius: 24px;
  }

  #yandex-corp-form input,
  #yandex-corp-form textarea,
  #yandex-corp-form select {
    font-size: 16px !important;
  }
}/* End custom CSS */