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

:root {
  --brand: #9757ff;
  --brand-dark: #7c47d1;
  --brand-light: #aa75ff;
  --brand-glow: rgba(151, 87, 255, 0.45);
  --login-bg: #1e2140;
  --login-border: rgba(130, 134, 181, 0.32);
  --login-text: #e6e5e5;
  --blue: #8286b5;
  --blue-dark: #6b6e94;
  --blue-glow: rgba(130, 134, 181, 0.35);
  --header-bg: #2e3045;
  --section-bg: #2b3059;
  --section-alt: #1a1b28;
  --hero-bg: #3b3f69;
  --bg: #1c1d2c;
  --bg-card: #1f244c;
  --bg-card-alt: #1b2043;
  --surface: rgba(27, 32, 67, 0.72);
  --surface-hover: rgba(31, 36, 76, 0.84);
  --headings: #e6e5e5;
  --text: #ffffff;
  --text-muted: #97979e;
  --border: rgba(130, 134, 181, 0.18);
  --neon-line: rgba(151, 87, 255, 0.5);
  --radius: 20px;
  --radius-sm: 12px;
  --radius-xs: 8px;
  --shadow: 0 8px 40px rgba(0, 0, 0, .5);
  --trans: .35s cubic-bezier(.22, 1, .36, 1);
  --max-w: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

a {
  color: var(--blue);
  text-decoration: none;
  transition: color var(--trans);
}

a:hover {
  color: var(--brand-light);
}

.npsbfukxnpyqnqn {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.03em;
  color: var(--headings);
}

h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -.02em;
  color: var(--headings);
}

h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--headings);
}

p {
  margin-bottom: 14px;
}

p:last-child {
  margin-bottom: 0;
}

.rsddbupvloi {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: calc(100% - 40px);
  max-width: var(--max-w);
  background: var(--surface);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 1px solid var(--border);
  border-radius: 60px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .4);
}

.puhllzsqlesrzce {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 24px;
  gap: 16px;
}

.zqexdimdmce {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.zqexdimdmce img {
  width: 120px;
  height: auto;
  border-radius: 0;
}

.fsxwstdgxsjft {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.fsxwstdgxsjft a {
  color: var(--text-muted);
  font-size: .88rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 40px;
  transition: all var(--trans);
}

.fsxwstdgxsjft a:hover {
  color: var(--headings);
  background: var(--surface-hover);
}

.tjyjbsrtgtwvmv {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

.rpznrjiuofoqw {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  transition: background var(--trans);
  flex-shrink: 0;
}

.rpznrjiuofoqw:hover {
  background: var(--surface-hover);
}

.rpznrjiuofoqw span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all var(--trans);
}

.rpznrjiuofoqw[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.rpznrjiuofoqw[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.rpznrjiuofoqw[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.tjpbtnxvutvdo {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 8px 16px 16px;
  background: var(--section-alt);
  backdrop-filter: blur(20px);
  border-radius: 0 0 24px 24px;
  margin-top: -1px;
}

.tjpbtnxvutvdo.tbrzeplfmcjoa {
  display: flex;
}

.tjpbtnxvutvdo a {
  color: var(--text-muted);
  font-size: .95rem;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all var(--trans);
}

.tjpbtnxvutvdo a:hover {
  color: var(--headings);
  background: var(--surface-hover);
}

.lzvpscas {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 60px;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  border: none;
  transition: all var(--trans);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: .02em;
  position: relative;
}

.nqpycismqxiqjeax {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 0 20px var(--brand-glow), 0 4px 16px rgba(0, 0, 0, .3);
}

.nqpycismqxiqjeax:hover {
  background: var(--brand-light);
  box-shadow: 0 0 36px var(--brand-glow), 0 8px 24px rgba(0, 0, 0, .4);
  transform: translateY(-3px) scale(1.03);
  color: #fff;
}

.lwgjdpwjb {
  background: var(--login-bg);
  border: 2px solid var(--login-border);
  color: var(--login-text);
}

.lwgjdpwjb:hover {
  border-color: var(--login-border);
  background: var(--surface-hover);
  color: var(--headings);
  transform: translateY(-3px);
  box-shadow: 0 0 24px var(--blue-glow);
}

.dmmywtovvbjvaa {
  padding: 16px 40px;
  font-size: 1.05rem;
}

.gzxzzfxliwl {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(170deg, var(--bg) 0%, var(--section-alt) 30%, var(--hero-bg) 55%, var(--header-bg) 100%);
  padding: 120px 0 80px;
}

.gzxzzfxliwl::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--brand-glow) 0%, transparent 65%);
  top: -250px;
  right: -150px;
  animation: mbOrb1 20s ease-in-out infinite;
  pointer-events: none;
}

.gzxzzfxliwl::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--blue-glow) 0%, transparent 65%);
  bottom: -200px;
  left: -100px;
  animation: mbOrb2 16s ease-in-out infinite;
  pointer-events: none;
}

@keyframes mbOrb1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-60px, 40px) scale(1.2);
  }
}

@keyframes mbOrb2 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(50px, -30px) scale(1.15);
  }
}

.gahnfqymgazckx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.drybjbhkj {
  margin-bottom: 24px;
}

.drybjbhkj .jdyyuqqorij {
  display: inline;
  position: relative;
  color: var(--brand);
  text-shadow: 0 0 30px var(--brand-glow);
}

.drmjpyvlsht {
  color: var(--text-muted);
  font-size: 1.12rem;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.8;
  max-width: 480px;
}

.muuasaegfodu {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sojmyojovmbuzg {
  position: relative;
}

.sojmyojovmbuzg img {
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .6), 0 0 0 1px var(--border);
  width: 100%;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.sojmyojovmbuzg:hover img {
  transform: scale(1.03) rotate(.5deg);
}

.tgtdansfg {
  background: var(--surface);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--neon-line);
  border-bottom: 1px solid var(--border);
  padding: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
}

.gvmfcqstjz {
  display: flex;
  align-items: stretch;
  max-width: var(--max-w);
  margin: 0 auto;
}

.xlsppjljrex {
  flex: 1;
  text-align: center;
  padding: 28px 16px;
  position: relative;
  transition: background var(--trans);
}

.xlsppjljrex:hover {
  background: rgba(77, 151, 231, .06);
}

.xlsppjljrex+.xlsppjljrex::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(77, 151, 231, .15);
}

.ocdjepcu {
  font-size: 2rem;
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
  text-shadow: 0 0 20px var(--brand-glow);
}

.uxjfktbwilf {
  font-size: .78rem;
  color: var(--text-muted);
  margin-top: 6px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.igemolsibp {
  background: var(--section-alt);
  padding: 18px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.irbipfgkbu {
  display: flex;
  gap: 48px;
  animation: mbSlide 30s linear infinite;
  width: max-content;
}

.irbipfgkbu span {
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
  opacity: .55;
  transition: opacity var(--trans);
}

.irbipfgkbu span:hover {
  opacity: 1;
}

@keyframes mbSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

section {
  padding: 100px 0;
  background: var(--section-bg);
  position: relative;
  overflow: hidden;
}

section:nth-of-type(even) {
  background: var(--section-alt);
}

.tbzkkvfgb::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: inherit;
  clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
  z-index: 1;
}

.tkwqrffzh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--brand);
  margin-bottom: 12px;
  padding: 6px 16px;
  background: rgba(250, 87, 0, .08);
  border: 1px solid rgba(250, 87, 0, .2);
  border-radius: 40px;
}

.vodgembqagilmma {
  color: var(--text-muted);
  max-width: 600px;
  margin-bottom: 48px;
  font-size: 1.05rem;
  font-weight: 300;
}

.zkflbxqfy {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}

.zkflbxqfy:last-child {
  margin-bottom: 0;
}

.pyorbtuguvnuxpvj {
  align-self: start;
}

.pyorbtuguvnuxpvj img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 16px 56px rgba(0, 0, 0, .5);
  transition: all .6s cubic-bezier(.22, 1, .36, 1);
  border: 1px solid rgba(77, 151, 231, .08);
}

.pyorbtuguvnuxpvj img:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .55), 0 0 0 1px rgba(250, 87, 0, .15);
}

.zkflbxqfy.nrejdcunubmcy {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

.zkflbxqfy.nrejdcunubmcy .pyorbtuguvnuxpvj {
  order: -1;
}

.sgfgcqsiwnuxhx {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sgfgcqsiwnuxhx h2 {
  margin-bottom: 16px;
}

.sgfgcqsiwnuxhx p {
  color: var(--text-muted);
  margin-bottom: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.sgfgcqsiwnuxhx .lzvpscas {
  margin-top: 14px;
  align-self: flex-start;
}

.zkflbxqfy.tannowvwpgxkej {
  grid-template-rows: auto auto;
}

.zkflbxqfy.tannowvwpgxkej.nrejdcunubmcy {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

.zggahhlcanh {
  grid-column: 1 / -1;
  margin-top: 16px;
}

.nkwyztvlwieh {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
}

.nkwyztvlwieh h3 {
  margin-bottom: 12px;
  color: var(--text);
}

.nkwyztvlwieh p,
.nkwyztvlwieh li {
  color: var(--text-muted);
  line-height: 1.75;
}

.nkwyztvlwieh p:last-child,
.nkwyztvlwieh li:last-child {
  margin-bottom: 0;
}

.bxnpcydqhrkn {
  max-width: 760px;
  margin-bottom: 28px;
}

.kcvqqguykvsksx,
.xvyuaincdplnsuw {
  margin-bottom: 32px;
}

.kcvqqguykvsksx .bxnpcydqhrkn,
.xvyuaincdplnsuw .bxnpcydqhrkn {
  max-width: none;
  margin-bottom: 0;
}

.bxnpcydqhrkn p {
  color: var(--text-muted);
  line-height: 1.8;
}

.xnybkqhiozguz {
  margin-top: 32px;
}

.flisvstlrgicd {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 20px 0;
}

.flisvstlrgicd li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-size: .9rem;
  font-weight: 400;
  transition: all var(--trans);
}

.flisvstlrgicd li:hover {
  background: var(--surface-hover);
  border-color: rgba(250, 87, 0, .25);
  transform: translateY(-2px);
}

.jmifudpmzjewu {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(250, 87, 0, .12);
  border: 1px solid rgba(250, 87, 0, .25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  color: var(--brand);
  font-weight: 700;
}

.yzjluwemeilged {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.xqcgdnlkzgxcobt,
.hacetcfnpcot {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.xqcgdnlkzgxcobt::before,
.hacetcfnpcot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}

.xqcgdnlkzgxcobt::before {
  background: #22c55e;
  box-shadow: 0 0 16px rgba(34, 197, 94, .3);
}

.hacetcfnpcot::before {
  background: #ef4444;
  box-shadow: 0 0 16px rgba(239, 68, 68, .3);
}

.xqcgdnlkzgxcobt h3 {
  color: #4ade80;
}

.hacetcfnpcot h3 {
  color: #f87171;
}

.ekfhluid {
  list-style: none;
}

.ekfhluid li {
  padding: 10px 0;
  color: var(--text-muted);
  font-size: .9rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid rgba(77, 151, 231, .08);
  font-weight: 400;
}

.ekfhluid li:last-child {
  border-bottom: none;
}

.xqcgdnlkzgxcobt .ekfhluid li::before {
  content: "✓";
  color: #4ade80;
  font-weight: 700;
  flex-shrink: 0;
}

.hacetcfnpcot .ekfhluid li::before {
  content: "✗";
  color: #f87171;
  font-weight: 700;
  flex-shrink: 0;
}

.vxlgikzqy {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}

thead th {
  background: rgba(250, 87, 0, .07);
  color: var(--brand);
  font-weight: 700;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 2px solid rgba(250, 87, 0, .15);
  white-space: normal;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

tbody td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(77, 151, 231, .06);
  color: var(--text-muted);
  vertical-align: top;
  font-weight: 400;
}

tbody tr:last-child td {
  border-bottom: none;
}

tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, .12);
}

tbody tr {
  transition: background var(--trans);
}

tbody tr:hover td {
  background: rgba(250, 87, 0, .04);
}

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

.eqxdcqypp {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all var(--trans);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.eqxdcqypp::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  opacity: 0;
  transition: opacity var(--trans);
  box-shadow: inset 0 0 60px rgba(250, 87, 0, .06);
  pointer-events: none;
}

.eqxdcqypp:hover {
  transform: translateY(-8px);
  border-color: rgba(250, 87, 0, .35);
  box-shadow: 0 0 40px rgba(250, 87, 0, .1), var(--shadow);
}

.eqxdcqypp:hover::after {
  opacity: 1;
}

.ounxzfjm {
  font-size: 2.8rem;
  margin-bottom: 16px;
}

.eqxdcqypp h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.eqxdcqypp p {
  color: var(--text-muted);
  font-size: .88rem;
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 1.65;
}

.ixoojaehwdist {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--brand);
  text-shadow: 0 0 20px var(--brand-glow);
}

.nxyjycdha {
  padding: 100px 0;
}

.aoufiova {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.cucmwhumazbf {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: all var(--trans);
  position: relative;
}

.cucmwhumazbf:hover {
  transform: translateY(-6px);
  border-color: var(--brand);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .45), 0 0 20px rgba(250, 87, 0, .08);
  z-index: 5;
}

.ivszgjclhxnet {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.cucmwhumazbf:hover .ivszgjclhxnet {
  transform: scale(1.08);
}

.ijmeoghimlbvezh {
  padding: 12px 14px;
}

.opxbaflylbq {
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--text);
}

.bmnvwncqin {
  font-size: .72rem;
  color: var(--text-muted);
  font-weight: 500;
}

.etzoyqgtnp {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 12, 40, .2) 0%, rgba(0, 12, 40, .92) 70%);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--trans);
  border-radius: var(--radius-sm);
  z-index: 3;
}

.cucmwhumazbf:hover .etzoyqgtnp {
  opacity: 1;
}

.mgqezquhria {
  text-align: center;
  margin-top: 44px;
}

.oyaqmyqlirourn {
  counter-reset: mb-step;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  margin: 30px 0 10px;
  padding-left: 20px;
}

.oyaqmyqlirourn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 39px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand), var(--blue), var(--brand));
  border-radius: 2px;
  z-index: 0;
}

.veyqxtyvto {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  counter-increment: mb-step;
  position: relative;
  z-index: 1;
  gap: 18px;
  padding: 12px 0;
}

.ueohtehqwxtk {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: .88rem;
  box-shadow: 0 0 20px var(--brand-glow);
  border: 3px solid var(--bg);
}

.ueohtehqwxtk::after {
  content: counter(mb-step);
}

.gxprpzdlqs {
  padding-top: 8px;
}

.gxprpzdlqs h4 {
  margin-bottom: 4px;
  font-size: .92rem;
  color: var(--text);
  font-weight: 700;
}

.gxprpzdlqs p {
  color: var(--text-muted);
  font-size: .84rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
}

.wlphmhdfngw {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ocazvehhwkcjxqh {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 36px;
  margin: 32px 0 0;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.ocazvehhwkcjxqh::after {
  content: '"';
  position: absolute;
  top: -10px;
  right: 24px;
  font-size: 8rem;
  color: rgba(250, 87, 0, .06);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.xmhgcewlrypgyhmi {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--brand);
  box-shadow: 0 0 16px var(--brand-glow);
}

.xmhgcewlrypgyhmi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.vuiefdvtscb {
  flex: 1;
}

.npsfycgkj {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.dbbbarombwfzyq {
  font-weight: 800;
  font-size: 1rem;
  color: var(--text);
}

.rtdtopathua {
  font-size: .72rem;
  color: var(--text-muted);
  background: rgba(250, 87, 0, .1);
  border: 1px solid rgba(250, 87, 0, .2);
  border-radius: 40px;
  padding: 4px 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.eeltqryhjff {
  color: var(--brand);
  font-size: 1rem;
  letter-spacing: 2px;
  text-shadow: 0 0 8px var(--brand-glow);
}

.vuiefdvtscb p {
  color: var(--text-muted);
  font-size: .93rem;
  margin: 0;
  line-height: 1.75;
  font-weight: 300;
}

.vuiefdvtscb p strong {
  color: var(--text);
  font-weight: 600;
}

.tbltrqnalcz {
  overflow: hidden;
}

.lzmnrjfqtmu {
  position: relative;
}

.hodotdhaebfv {
  overflow: hidden;
}

.sjqegkhythwmvpbf {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vgeyopdgkihtuch {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color var(--trans);
}

.vgeyopdgkihtuch.tbrzeplfmcjoa {
  border-color: rgba(250, 87, 0, .3);
}

.jeieqanxpytfbhvf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  gap: 20px;
  font-weight: 600;
  font-size: .95rem;
  color: var(--text);
  transition: all var(--trans);
}

.jeieqanxpytfbhvf:hover {
  color: var(--brand);
}

.cxboalbpmtdsadn {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: rgba(250, 87, 0, .08);
  border: 1px solid rgba(250, 87, 0, .2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 700;
  transition: all var(--trans);
}

.vgeyopdgkihtuch.tbrzeplfmcjoa .cxboalbpmtdsadn {
  transform: rotate(45deg);
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 16px var(--brand-glow);
}

.txihhhfgximq {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(.22, 1, .36, 1), padding .45s cubic-bezier(.22, 1, .36, 1);
}

.vgeyopdgkihtuch.tbrzeplfmcjoa .txihhhfgximq {
  max-height: 400px;
  padding: 0 24px 22px;
}

.txihhhfgximq p {
  color: var(--text-muted);
  font-size: .93rem;
  margin: 0;
  font-weight: 300;
  line-height: 1.75;
}

.gicdcrmr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hwwkrcifffffzv {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  padding: 10px 20px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all var(--trans);
  letter-spacing: .02em;
}

.hwwkrcifffffzv:hover {
  border-color: var(--brand);
  color: var(--brand);
  box-shadow: 0 0 16px rgba(250, 87, 0, .1);
  transform: translateY(-3px);
}

.apvjwhydizovzsl {
  background: linear-gradient(135deg, var(--bg) 0%, var(--section-alt) 40%, var(--hero-bg) 70%, var(--header-bg) 100%) !important;
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.apvjwhydizovzsl h2 {
  margin-bottom: 16px;
  color: var(--headings);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  position: relative;
  z-index: 2;
}

.apvjwhydizovzsl p {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.sycwbaccloyxtvz {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.vztrchje {
  background: linear-gradient(180deg, var(--section-alt) 0%, var(--bg) 100%);
  border-top: 1px solid var(--neon-line);
  padding: 60px 0 28px;
  overflow: hidden;
}

.cbluiqnbevqknx {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 48px;
}

.tojsslfajviuai .zqexdimdmce {
  margin-bottom: 18px;
}

.tojsslfajviuai p {
  color: var(--text-muted);
  font-size: .86rem;
  line-height: 1.75;
  font-weight: 300;
}

.gslauzwzmjz {
  display: block;
  color: var(--brand);
  font-size: .76rem;
  margin-bottom: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.zcktdpoiepm {
  list-style: none;
}

.zcktdpoiepm li {
  margin-bottom: 10px;
}

.zcktdpoiepm a {
  color: var(--text-muted);
  font-size: .88rem;
  font-weight: 400;
  transition: all var(--trans);
  position: relative;
  padding-left: 0;
}

.zcktdpoiepm a::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  transform: translateY(-50%) scale(0);
  transition: transform var(--trans);
}

.zcktdpoiepm a:hover {
  color: var(--brand);
  padding-left: 12px;
}

.zcktdpoiepm a:hover::before {
  transform: translateY(-50%) scale(1);
}

.lxtvhjyrxwna {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: .8rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 12px;
}

.zbvtcrqf {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nnpowplnzpttnkne {
  background: rgba(250, 87, 0, .12);
  border: 1px solid rgba(250, 87, 0, .25);
  color: var(--brand);
  border-radius: 6px;
  padding: 5px 14px;
  font-size: .78rem;
  font-weight: 700;
}

.jbjmwiynw {
  font-size: .76rem;
  color: var(--text-muted);
  padding: 5px 14px;
  border: 1px solid rgba(77, 151, 231, .1);
  border-radius: 6px;
}

.konyasunqic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.rjllkgpqe {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: all var(--trans);
}

.rjllkgpqe:hover {
  border-color: rgba(250, 87, 0, .25);
  transform: translateY(-2px);
}

.vibwpwtl {
  font-size: 1.6rem;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 87, 0, .08);
  border-radius: 12px;
  flex-shrink: 0;
}

.quvaubfkjgb {
  font-size: .82rem;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.4;
}

.quvaubfkjgb strong {
  color: var(--text);
  display: block;
  font-size: .88rem;
  margin-bottom: 2px;
}

.bwzblxnxmnpbpq {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.svexccuu {
  margin-top: 16px;
}

.awdnkmyararhuo {
  margin-top: 20px;
}

.ghrzjokvjlh {
  margin-top: 24px;
}

@media (max-width:1024px) {
  .aoufiova {
    grid-template-columns: repeat(3, 1fr);
  }

  .cbluiqnbevqknx {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .zkflbxqfy {
    gap: 40px;
  }

  .jiitvxjixifzljqc {
    grid-template-columns: repeat(2, 1fr);
  }

  .konyasunqic {
    grid-template-columns: 1fr 1fr;
  }

  .flisvstlrgicd {
    grid-template-columns: 1fr;
  }
}

@media (max-width:768px) {
  :root {
    --radius: 16px;
  }

  section {
    padding: 60px 0;
  }

  .rsddbupvloi {
    top: 10px;
    width: calc(100% - 24px);
    border-radius: 20px;
  }

  .fsxwstdgxsjft {
    display: none;
  }

  .puhllzsqlesrzce {
    padding: 8px 8px 8px 18px;
    gap: 10px;
  }

  .zqexdimdmce {
    order: 1;
    flex: 1;
  }

  .zqexdimdmce img {
    width: 100px;
  }

  .tjyjbsrtgtwvmv {
    order: 2;
    margin-left: 0;
  }

  .tjyjbsrtgtwvmv .lwgjdpwjb {
    display: none;
  }

  .tjyjbsrtgtwvmv .lzvpscas {
    padding: 8px 16px;
    font-size: .82rem;
  }

  .rpznrjiuofoqw {
    display: flex;
    order: 3;
  }

  .gzxzzfxliwl {
    min-height: auto;
    padding: 100px 0 50px;
  }

  .gahnfqymgazckx {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sojmyojovmbuzg {
    order: -1;
  }

  .sojmyojovmbuzg::before {
    inset: -10px;
  }

  .drmjpyvlsht {
    max-width: 100%;
  }

  .muuasaegfodu {
    flex-direction: column;
  }

  .muuasaegfodu .lzvpscas {
    width: 100%;
    justify-content: center;
  }

  .gvmfcqstjz {
    flex-wrap: wrap;
  }

  .xlsppjljrex {
    flex: 1 1 45%;
    min-width: 45%;
  }

  .xlsppjljrex+.xlsppjljrex::before {
    display: none;
  }

  .irbipfgkbu {
    gap: 32px;
  }

  .zkflbxqfy,
  .zkflbxqfy.nrejdcunubmcy,
  .zkflbxqfy.tannowvwpgxkej,
  .zkflbxqfy.tannowvwpgxkej.nrejdcunubmcy {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 50px;
  }

  .pyorbtuguvnuxpvj {
    align-self: auto;
    order: -1;
    min-width: 0;
    max-width: 100%;
  }

  .pyorbtuguvnuxpvj img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .zkflbxqfy.nrejdcunubmcy .pyorbtuguvnuxpvj {
    order: -1;
  }

  .zggahhlcanh {
    grid-column: auto;
    margin-top: 0;
    min-width: 0;
    max-width: 100%;
  }

  .nkwyztvlwieh {
    padding: 20px;
  }

  .bxnpcydqhrkn {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .kcvqqguykvsksx,
  .xvyuaincdplnsuw {
    margin-bottom: 24px;
  }

  .xnybkqhiozguz {
    margin-top: 20px;
  }

  .yzjluwemeilged {
    grid-template-columns: 1fr;
  }

  .jiitvxjixifzljqc {
    grid-template-columns: 1fr;
  }

  .aoufiova {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .oyaqmyqlirourn {
    padding-left: 0;
  }

  .oyaqmyqlirourn::before {
    left: 19px;
  }

  .cbluiqnbevqknx {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lxtvhjyrxwna {
    flex-direction: column;
    text-align: center;
  }

  .apvjwhydizovzsl {
    padding: 70px 0 !important;
  }

  .sycwbaccloyxtvz {
    flex-direction: column;
    align-items: stretch;
  }

  .sycwbaccloyxtvz .lzvpscas {
    width: 100%;
    justify-content: center;
  }

  .wlphmhdfngw {
    flex-direction: column;
  }

  .wlphmhdfngw .lzvpscas {
    width: 100%;
    justify-content: center;
  }

  .vxlgikzqy {
    font-size: .8rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  thead th,
  tbody td {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .ocazvehhwkcjxqh {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }

  .xmhgcewlrypgyhmi {
    width: 50px;
    height: 50px;
  }

  .konyasunqic {
    grid-template-columns: 1fr;
  }
}

@media (max-width:480px) {
  .npsbfukxnpyqnqn {
    padding: 0 16px;
  }

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  .aoufiova {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .ijmeoghimlbvezh {
    padding: 8px 10px;
  }

  .opxbaflylbq {
    font-size: .78rem;
  }

  .gicdcrmr {
    gap: 8px;
  }

  .hwwkrcifffffzv {
    padding: 8px 14px;
    font-size: .78rem;
  }

  .dmmywtovvbjvaa {
    padding: 14px 24px;
    font-size: .95rem;
  }

  .ocdjepcu {
    font-size: 1.5rem;
  }
}
