:root {
  --bg: #08050d;
  --bg-2: #100a1c;
  --card: rgba(255,255,255,.075);
  --card-2: rgba(255,255,255,.105);
  --text: #f8f6ff;
  --muted: #b9aecb;
  --line: rgba(255,255,255,.13);
  --accent: #a855f7;
  --accent-2: #ec4899;
  --accent-3: #22d3ee;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #271143 0%, transparent 32%), var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul { padding: 0; margin: 0; list-style: none; }

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

.orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(85px);
  opacity: .4;
  pointer-events: none;
  z-index: 0;
}
.orb-one { background: var(--accent); top: 8%; right: -180px; }
.orb-two { background: var(--accent-2); bottom: 10%; left: -180px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 7vw;
  background: rgba(8,5,13,.72);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid var(--line);
}

.logo { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.logo-mark {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 30px rgba(168,85,247,.45);
}
.nav { display: flex; gap: 22px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--text); }
.header-cta {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}
.burger { display: none; background: none; border: 0; width: 42px; cursor: pointer; }
.burger span { display: block; height: 2px; background: #fff; margin: 7px 0; }

.section { position: relative; z-index: 1; padding: 96px 7vw; }
.hero {
  min-height: 86vh;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 56px;
}
.eyebrow {
  color: #e9d5ff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(42px, 7vw, 88px);
  line-height: .92;
  letter-spacing: -.075em;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(32px, 4.7vw, 64px);
  line-height: 1;
  letter-spacing: -.055em;
  margin-bottom: 18px;
}
h3 { letter-spacing: -.035em; }
.hero-text, .section-head p, .role-card p, .adv-card p, .step p, .final-cta p, details p {
  color: var(--muted);
  line-height: 1.65;
}
.hero-text { max-width: 690px; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 23px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, border .2s ease;
}
.btn:hover, .role-card:hover, .adv-card:hover, .step:hover { transform: translateY(-4px); }
.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 18px 60px rgba(168,85,247,.35); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.06); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 680px; }
.hero-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
}
.hero-stats strong { display: block; font-size: 24px; }
.hero-stats span { color: var(--muted); font-size: 13px; }

.glass-panel {
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
  padding: 24px;
  overflow: hidden;
  position: relative;
}
.glass-panel::before {
  content: "";
  position: absolute; inset: 18% -30% auto 10%; height: 300px;
  background: linear-gradient(135deg, rgba(168,85,247,.65), rgba(236,72,153,.5), rgba(34,211,238,.35));
  filter: blur(25px);
  border-radius: 999px;
  transform: rotate(-15deg);
}
.panel-top { display: flex; gap: 8px; position: relative; z-index: 1; }
.panel-top span { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.35); }
.model-preview {
  position: relative; z-index: 1; margin-top: 90px;
  display: flex; gap: 18px; align-items: center;
  padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: rgba(0,0,0,.25);
}
.avatar-ring { width: 92px; height: 92px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, #f0abfc 22%, #a855f7 46%, #111 47%); box-shadow: 0 0 60px rgba(236,72,153,.35); }
.model-preview p { color: var(--muted); margin-bottom: 5px; }
.model-preview h3 { font-size: 28px; margin: 0; }
.check-list { position: relative; z-index: 1; display: grid; gap: 12px; margin-top: 24px; }
.check-list span { padding: 15px 18px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid var(--line); }

.ticker { position: relative; z-index: 1; border-block: 1px solid var(--line); overflow: hidden; background: rgba(255,255,255,.035); }
.ticker-track { display: flex; gap: 42px; width: max-content; padding: 18px 0; animation: ticker 28s linear infinite; }
.ticker span { color: var(--muted); white-space: nowrap; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-head { max-width: 790px; margin-bottom: 42px; }
.role-grid, .adv-grid, .steps-grid { display: grid; gap: 22px; }
.role-grid { grid-template-columns: repeat(2, 1fr); }
.role-card, .adv-card, .step, .req-card, .final-cta, details {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.role-card { padding: 34px; transition: .2s ease; }
.role-card.accent { background: linear-gradient(145deg, rgba(168,85,247,.18), rgba(236,72,153,.09)); }
.role-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.1); margin-bottom: 24px; font-size: 24px; }
.role-card h3 { font-size: 34px; margin-bottom: 12px; }
.role-card li { padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); color: #eee8ff; position: relative; }
.role-card li::before { content: "✓"; position: absolute; left: 0; color: #d8b4fe; }
.card-link { display: inline-flex; margin-top: 24px; font-weight: 900; color: #f0abfc; }
.adv-grid { grid-template-columns: repeat(3, 1fr); }
.adv-card, .step { padding: 28px; transition: .2s ease; }
.adv-card h3, .step h3 { font-size: 24px; margin-bottom: 10px; }
.step span { color: #f0abfc; font-weight: 900; }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.req-card { padding: 34px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: center; }
.req-list { display: flex; flex-wrap: wrap; gap: 12px; }
.req-list span { padding: 14px 18px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid var(--line); font-weight: 700; }
.faq-list { display: grid; gap: 14px; }
details { padding: 22px 26px; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
details p { margin: 16px 0 0; }
details a { color: #f0abfc; font-weight: 800; }
.final-cta { text-align: center; margin: 0 7vw 80px; padding: 56px 30px; background: radial-gradient(circle at top, rgba(168,85,247,.2), rgba(255,255,255,.05)); }
.final-cta p { max-width: 610px; margin-inline: auto; }
.footer { position: relative; z-index: 1; padding: 28px 7vw; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; color: var(--muted); }
.footer a { color: #f0abfc; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .hero, .role-grid, .req-card { grid-template-columns: 1fr; }
  .adv-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 62px; }
  .glass-panel { min-height: 430px; }
}

@media (max-width: 760px) {
  .site-header { padding: 14px 20px; }
  .nav {
    position: fixed; inset: 68px 18px auto 18px;
    display: none; flex-direction: column; padding: 18px;
    border: 1px solid var(--line); border-radius: 22px; background: rgba(14,9,24,.96);
  }
  .nav.open { display: flex; }
  .header-cta { display: none; }
  .burger { display: block; }
  .section { padding: 70px 20px; }
  .hero { min-height: auto; }
  .hero-stats, .adv-grid, .steps-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .footer { flex-direction: column; }
  .final-cta { margin: 0 20px 50px; }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
}
.lang-btn {
  border: 0;
  color: var(--muted);
  background: transparent;
  border-radius: 999px;
  padding: 7px 9px;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
}
.lang-btn.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(168,85,247,.95), rgba(236,72,153,.9));
}
.partner-card {
  border: 1px solid var(--line);
  background: radial-gradient(circle at top left, rgba(34,211,238,.15), transparent 34%), var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 42px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}
.partner-points {
  display: grid;
  gap: 12px;
}
.partner-points span {
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  font-weight: 800;
}
.partner-points .btn { margin-top: 6px; }
html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .logo,
html[dir="rtl"] .model-preview,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .req-list,
html[dir="rtl"] .footer,
html[dir="rtl"] .header-actions { direction: rtl; }
html[dir="rtl"] .role-card li { padding: 13px 28px 13px 0; }
html[dir="rtl"] .role-card li::before { left: auto; right: 0; }
html[dir="rtl"] .ticker-track { animation-direction: reverse; }

html { scroll-padding-top: 92px; }
.site-header { top: 0; }
.hero { min-height: calc(100svh - 72px); }
@supports (height: 100dvh) {
  .hero { min-height: calc(100dvh - 72px); }
}

@media (max-width: 1120px) {
  .nav { gap: 14px; font-size: 13px; }
  .site-header { padding-inline: 5vw; }
}

@media (max-width: 980px) {
  .partner-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .site-header {
    padding: max(8px, env(safe-area-inset-top)) 14px 8px;
    gap: 10px;
  }
  .logo { font-size: 14px; }
  .logo-mark { width: 34px; height: 34px; border-radius: 11px; }
  .header-actions { gap: 8px; }
  .lang-switch { padding: 3px; gap: 2px; }
  .lang-btn { padding: 7px 8px; font-size: 11px; }
  .burger { width: 36px; }
  .nav {
    inset: calc(58px + env(safe-area-inset-top)) 14px auto 14px;
    max-height: calc(100svh - 84px);
    overflow: auto;
  }
  .section { padding: 56px 20px; }
  .hero { padding-top: 36px; }
  h1 { font-size: clamp(36px, 12vw, 56px); line-height: .96; }
  h2 { font-size: clamp(30px, 9vw, 44px); }
  .hero-text { font-size: 17px; }
  .glass-panel { min-height: 380px; border-radius: 28px; }
  .model-preview { margin-top: 64px; padding: 18px; }
  .avatar-ring { width: 72px; height: 72px; }
  .partner-card { padding: 26px; }
}

@media (max-width: 410px) {
  .logo span:last-child { display: none; }
  .lang-btn { padding: 6px 7px; }
}


/* iOS Safari mobile fixes */
.site-header {
  isolation: isolate;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.lang-switch,
.lang-btn,
.burger {
  position: relative;
  z-index: 30;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.lang-btn {
  min-width: 40px;
  min-height: 36px;
  line-height: 1;
}
@supports (-webkit-touch-callout: none) {
  .site-header {
    top: 0;
  }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 62px; }
  body { -webkit-text-size-adjust: 100%; }
  .site-header {
    position: sticky;
    top: 0;
    min-height: 56px;
    padding: 8px 12px !important;
    gap: 8px;
    align-items: center;
  }
  .logo span:last-child { display: none; }
  .logo-mark { width: 36px; height: 36px; border-radius: 12px; }
  .header-actions { margin-left: auto; gap: 6px; }
  html[dir="rtl"] .header-actions { margin-left: 0; margin-right: auto; }
  .lang-switch {
    flex-shrink: 0;
    gap: 3px;
    padding: 3px;
    background: rgba(255,255,255,.09);
  }
  .lang-btn {
    padding: 0 10px;
    min-width: 42px;
    height: 36px;
    font-size: 12px;
  }
  .burger {
    display: grid !important;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .burger span { width: 24px; margin: 3px 0; }
  .nav {
    top: var(--header-height, 58px) !important;
    left: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    inset: auto 12px auto 12px !important;
    margin-top: 8px;
    max-height: calc(100dvh - var(--header-height, 58px) - 18px);
    z-index: 25;
  }
  .nav.open { display: flex !important; }
  .section { padding-left: 18px; padding-right: 18px; }
  .hero {
    min-height: auto !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 380px) {
  .lang-btn {
    min-width: 38px;
    padding: 0 8px;
    font-size: 11px;
  }
  .header-actions { gap: 4px; }
}

/* Final mobile browser header fix: Google/Yandex/Safari on iOS */
@media (max-width: 760px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 8px 12px !important;
    overflow: visible !important;
    z-index: 1000 !important;
  }

  .nav {
    position: fixed !important;
    display: none !important;
    top: calc(var(--header-height, 56px) + 8px) !important;
    left: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 999 !important;
    padding: 18px 22px !important;
    border-radius: 0 0 22px 22px !important;
    max-height: calc(100svh - var(--header-height, 56px) - 16px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  @supports (height: 100dvh) {
    .nav {
      max-height: calc(100dvh - var(--header-height, 56px) - 16px) !important;
    }
  }

  .nav.open {
    display: flex !important;
  }

  .header-actions,
  .lang-switch,
  .burger {
    z-index: 1002 !important;
  }

  .hero {
    padding-top: 26px !important;
  }
}

/* KAYRO brand accents */
.logo-mark {
  background: linear-gradient(135deg, #111827, #ff3ea5 48%, #d946ef);
  box-shadow: 0 0 34px rgba(255, 62, 165, .42), inset 0 0 16px rgba(255,255,255,.18);
}

.role-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.role-card::before,
.role-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.role-card::before {
  inset: -2px;
  opacity: .92;
  border-radius: inherit;
}
.role-card::after {
  width: 72%;
  height: 52%;
  left: 14%;
  bottom: -20%;
  filter: blur(38px);
  opacity: .82;
  border-radius: 999px;
  transition: opacity .25s ease, transform .25s ease;
}
.models-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    radial-gradient(circle at 50% 112%, rgba(255, 62, 165, .35), transparent 48%);
  border-color: rgba(255, 126, 205, .32);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 62, 165, .09), 0 28px 90px rgba(255, 62, 165, .13);
}
.models-card::before {
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255, 62, 165, .065), rgba(217,70,239,.055));
}
.models-card::after {
  background: radial-gradient(circle, rgba(255, 62, 165, .88), rgba(217,70,239,.48) 42%, transparent 72%);
}
.models-card .role-icon {
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.26), rgba(255, 62, 165, .35));
  box-shadow: 0 0 42px rgba(255, 62, 165, .26);
}
.models-card li::before,
.models-card .card-link { color: #ff8bd5; }
.models-card:hover::after { opacity: 1; transform: translateY(-8px) scale(1.06); }

.operators-card,
.role-card.accent.operators-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.04)),
    radial-gradient(circle at 50% 112%, rgba(156, 163, 175, .34), transparent 48%);
  border-color: rgba(203, 213, 225, .22);
  box-shadow: var(--shadow), 0 0 0 1px rgba(203, 213, 225, .055), 0 28px 90px rgba(148, 163, 184, .10);
}
.operators-card::before {
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(148,163,184,.08), rgba(15,23,42,.12));
}
.operators-card::after {
  background: radial-gradient(circle, rgba(203,213,225,.58), rgba(100,116,139,.34) 48%, transparent 76%);
}
.operators-card .role-icon {
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), rgba(148,163,184,.25));
  box-shadow: 0 0 38px rgba(148, 163, 184, .20);
}
.operators-card li::before,
.operators-card .card-link { color: #cbd5e1; }
.operators-card:hover::after { opacity: .95; transform: translateY(-6px) scale(1.04); }

.partner-card {
  background:
    radial-gradient(circle at 82% 18%, rgba(251, 191, 36, .15), transparent 32%),
    radial-gradient(circle at 12% 90%, rgba(255, 62, 165, .12), transparent 34%),
    var(--card);
  border-color: rgba(251,191,36,.22);
}
.partner-points span { box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }

@media (hover: hover) and (pointer: fine) {
  .role-card:hover {
    transform: translateY(-6px) perspective(900px) rotateX(1.2deg) rotateY(-1.2deg);
  }
}

@media (max-width: 760px) {
  .models-card, .operators-card { transform: translateZ(0); }
  .role-card::after { height: 44%; bottom: -18%; filter: blur(30px); }
}


/* KAYRO 2.0 final polish: stable mobile header + premium glass system */
:root {
  --brand-pink: #ff3ea5;
  --brand-violet: #d946ef;
  --brand-steel: #cbd5e1;
  --brand-gold: #fbbf24;
  --header-height: 64px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 62, 165, .16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(203, 213, 225, .10), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(251, 191, 36, .08), transparent 30%);
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 5000 !important;
  min-height: var(--header-height);
  height: var(--header-height);
  padding: 0 7vw !important;
  background: rgba(8, 5, 13, .74) !important;
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}

.logo span:last-child {
  letter-spacing: .08em;
}

.logo-mark {
  background: radial-gradient(circle at 30% 22%, rgba(255,255,255,.75), transparent 20%), linear-gradient(135deg, #0f172a 0%, #ff3ea5 50%, #7c3aed 100%) !important;
}

.nav {
  z-index: 5001 !important;
}

.burger {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.burger span { transition: transform .2s ease, opacity .2s ease; width: 28px; }

.lang-switch {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 12px 38px rgba(0,0,0,.22);
}

.lang-btn {
  -webkit-user-select: none;
  user-select: none;
}

.lang-btn.active {
  background: radial-gradient(circle at 35% 20%, rgba(255,255,255,.32), transparent 26%), linear-gradient(135deg, var(--brand-pink), var(--brand-violet)) !important;
  box-shadow: 0 8px 28px rgba(255, 62, 165, .28);
}

.role-card {
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

.models-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    radial-gradient(ellipse at 50% 122%, rgba(255, 62, 165, .58), rgba(217,70,239,.20) 42%, transparent 68%) !important;
  border-color: rgba(255, 126, 205, .42) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.42), 0 34px 110px rgba(255, 62, 165, .20) !important;
}

.operators-card,
.role-card.accent.operators-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.04)),
    radial-gradient(ellipse at 50% 122%, rgba(203, 213, 225, .42), rgba(100,116,139,.14) 45%, transparent 70%) !important;
  border-color: rgba(203, 213, 225, .30) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.42), 0 34px 110px rgba(148, 163, 184, .13) !important;
}

.partner-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04)),
    radial-gradient(ellipse at 72% 105%, rgba(251, 191, 36, .34), rgba(245,158,11,.12) 44%, transparent 70%) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.42), 0 34px 110px rgba(251, 191, 36, .12) !important;
}

@media (max-width: 760px) {
  :root { --header-height: 58px; }

  html { scroll-padding-top: calc(var(--header-height) + 14px) !important; }
  body { -webkit-text-size-adjust: 100%; }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    height: var(--header-height) !important;
    min-height: var(--header-height) !important;
    padding: 0 12px !important;
    overflow: visible !important;
    transform: translateZ(0);
  }

  .logo span:last-child { display: inline !important; font-size: 13px; }
  .logo-mark { width: 34px !important; height: 34px !important; border-radius: 12px !important; }
  .header-actions { gap: 6px !important; margin-left: auto; }
  html[dir="rtl"] .header-actions { margin-left: 0; margin-right: auto; }

  .header-cta { display: none !important; }

  .lang-switch {
    flex-shrink: 0 !important;
    padding: 3px !important;
    gap: 2px !important;
    background: rgba(255,255,255,.10) !important;
  }
  .lang-btn {
    height: 34px !important;
    min-height: 34px !important;
    min-width: 38px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
  }

  .burger {
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 5003 !important;
  }

  .nav {
    position: fixed !important;
    top: calc(var(--header-height) + 10px) !important;
    left: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    width: auto !important;
    margin: 0 !important;
    display: none !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 18px 22px !important;
    border-radius: 24px !important;
    background: rgba(10, 6, 18, .965) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 18px 70px rgba(0,0,0,.48) !important;
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    backdrop-filter: blur(24px) saturate(150%);
    max-height: calc(100svh - var(--header-height) - 22px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    z-index: 5002 !important;
    transform: translateZ(0) !important;
  }

  @supports (height: 100dvh) {
    .nav { max-height: calc(100dvh - var(--header-height) - 22px) !important; }
  }

  .nav.open { display: flex !important; }
  .nav a { padding: 8px 2px; font-size: 17px; }

  .section { padding: 58px 18px !important; }
  .hero { padding-top: 30px !important; min-height: auto !important; }
  .hero-stats { gap: 10px; }
  .role-card, .partner-card, .req-card { border-radius: 24px; }
}

@media (max-width: 390px) {
  .logo span:last-child { display: none !important; }
  .lang-btn { min-width: 36px !important; padding: 0 7px !important; }
  .burger { width: 38px !important; }
}


/* Hotfix: mobile burger click conflict removed + body-state fallback */
@media (max-width: 760px) {
  body.menu-open .nav {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .burger {
    touch-action: manipulation !important;
    cursor: pointer !important;
  }
}
