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

:root {
  --brand: #ffc800;
  --brand-dark: #d1a400;
  --brand-light: #ffd22e;
  --brand-glow: rgba(255, 200, 0, 0.45);
  --login-bg: #242132;
  --login-border: rgba(255, 200, 0, 0.32);
  --login-text: #FFFFFF;
  --blue: #ffc800;
  --blue-dark: #d1a400;
  --blue-glow: rgba(255, 200, 0, 0.35);
  --header-bg: #473a28;
  --section-bg: #41382d;
  --section-alt: #1c192d;
  --hero-bg: #635225;
  --bg: #1e1b31;
  --bg-card: #272433;
  --bg-card-alt: #22202d;
  --surface: rgba(34, 32, 45, 0.72);
  --surface-hover: rgba(39, 36, 51, 0.84);
  --headings: #FFFFFF;
  --text: #ffffff;
  --text-muted: #9896a0;
  --border: rgba(255, 200, 0, 0.18);
  --neon-line: rgba(255, 200, 0, 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);
}

.mdxzoikuojcxdt {
  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;
}

.alxlvlnnqlh {
  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);
}

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

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

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

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

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

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

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

.madyrxzq {
  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;
}

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

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

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

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

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

.diacgxqsdgae {
  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;
}

.diacgxqsdgae.txwjpjdlyrly {
  display: flex;
}

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

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

.bfboiazzz {
  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;
}

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

.brttxcssz: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;
}

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

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

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

.bogvpjfwz {
  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;
}

.bogvpjfwz::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;
}

.bogvpjfwz::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);
  }
}

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

.gtdtxoiirm {
  margin-bottom: 24px;
}

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

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

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

.aqyuworwynfddyzs {
  position: relative;
}

.aqyuworwynfddyzs 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);
}

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

.pwafwtsjsp {
  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%;
}

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

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

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

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

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

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

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

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

.yeeifvbqtloskbk 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);
}

.yeeifvbqtloskbk 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);
}

.jwxvfpbllcezvkxf::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;
}

.worbwngtpktm {
  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;
}

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

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

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

.lunpnqpka {
  align-self: start;
}

.lunpnqpka 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);
}

.lunpnqpka 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);
}

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

.khxwuymwtcb.uwthmyfp .lunpnqpka {
  order: -1;
}

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

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

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

.hopqtstlofo .bfboiazzz {
  margin-top: 14px;
  align-self: flex-start;
}

.khxwuymwtcb.frnnklmtoeqzxcbu {
  grid-template-rows: auto auto;
}

.khxwuymwtcb.frnnklmtoeqzxcbu.uwthmyfp {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

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

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

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

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

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

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

.zfylyewzxbr,
.vstqldmy {
  margin-bottom: 32px;
}

.zfylyewzxbr .ffjhpgjjkfyc,
.vstqldmy .ffjhpgjjkfyc {
  max-width: none;
  margin-bottom: 0;
}

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

.ufvozqtvmot {
  margin-top: 32px;
}

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

.xzqlieciexhozgf 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);
}

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

.hnwiiembnvcam {
  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;
}

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

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

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

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

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

.xhieiuruuxa h3 {
  color: #4ade80;
}

.knlwmharzgudxvjb h3 {
  color: #f87171;
}

.gmfmgfebbjws {
  list-style: none;
}

.gmfmgfebbjws 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;
}

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

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

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

.voamtctglmxrk {
  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);
}

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

.bnfutqivdkacsx {
  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;
}

.bnfutqivdkacsx::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;
}

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

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

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

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

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

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

.zibhnfebwhoe {
  padding: 100px 0;
}

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

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

.djqsbbmoh: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;
}

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

.djqsbbmoh:hover .kaaryrxrhsmysa {
  transform: scale(1.08);
}

.jzjvsxxfd {
  padding: 12px 14px;
}

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

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

.jczokixlkooxwmd {
  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;
}

.djqsbbmoh:hover .jczokixlkooxwmd {
  opacity: 1;
}

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

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

.pwptufgfgqk::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;
}

.oxljnyfhwamglcw {
  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;
}

.ikiqhhmtsefhul {
  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);
}

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

.crgsjyzmfnhx {
  padding-top: 8px;
}

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

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

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

.vqqhgyigbafwgd {
  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;
}

.vqqhgyigbafwgd::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;
}

.cyxdkuccrvm {
  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);
}

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

.smqesmmtrer {
  flex: 1;
}

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

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

.htkkslkvgesnvviw {
  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;
}

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

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

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

.fsxkrlxgvirfo {
  overflow: hidden;
}

.bydxpklfwfzxdffm {
  position: relative;
}

.oeizbewgq {
  overflow: hidden;
}

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

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

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

.irqvgindu {
  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);
}

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

.blfpwwdqparvbecy {
  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);
}

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

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

.jhkywhiuraorsjoe.txwjpjdlyrly .srtsmumeoye {
  max-height: 400px;
  padding: 0 24px 22px;
}

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

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

.italpbtihlzu {
  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;
}

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

.jzrunvgzcbw {
  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;
}

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

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

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

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

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

.ltizqvwfetqx .qwgknatb {
  margin-bottom: 18px;
}

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

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

.xclehgvxwlkavd {
  list-style: none;
}

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

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

.xclehgvxwlkavd 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);
}

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

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

.qorcmseljqo {
  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;
}

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

.jgdazxunjioirtil {
  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;
}

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

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

.bolztrhkcv {
  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);
}

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

.cxywiiedmadgyolf {
  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;
}

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

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

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

.atrajerr {
  margin-top: 16px;
}

.ggarfapuid {
  margin-top: 20px;
}

.svdqahhqbjkoygps {
  margin-top: 24px;
}

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

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

  .khxwuymwtcb {
    gap: 40px;
  }

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

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

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

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

  section {
    padding: 60px 0;
  }

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

  .plbikhquettxgo {
    display: none;
  }

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

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

  .qwgknatb img {
    width: 100px;
  }

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

  .ulptnnezxaqssx .pkifvrbbhswdnzs {
    display: none;
  }

  .ulptnnezxaqssx .bfboiazzz {
    padding: 8px 16px;
    font-size: .82rem;
  }

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

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

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

  /* flatten the text wrapper so the CTA can sit right under the image */
  .xigjzszber .hopqtstlofo {
    display: contents;
  }

  /* mobile order: image -> CTA buttons -> H1 -> paragraph */
  .aqyuworwynfddyzs {
    order: 1;
  }

  .xigjzszber .zdkehlxzhuoc {
    order: 2;
  }

  .xigjzszber .gtdtxoiirm {
    order: 3;
    margin-bottom: 0;
  }

  .xigjzszber .vwvcnimxrtfg {
    order: 4;
    margin-bottom: 0;
  }

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

  .vwvcnimxrtfg {
    max-width: 100%;
  }

  .zdkehlxzhuoc {
    flex-direction: column;
  }

  .zdkehlxzhuoc .bfboiazzz {
    width: 100%;
    justify-content: center;
  }

  .hnyeusqp {
    flex-wrap: wrap;
  }

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

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

  .yeeifvbqtloskbk {
    gap: 32px;
  }

  .khxwuymwtcb,
  .khxwuymwtcb.uwthmyfp,
  .khxwuymwtcb.frnnklmtoeqzxcbu,
  .khxwuymwtcb.frnnklmtoeqzxcbu.uwthmyfp {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 50px;
  }

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

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

  .khxwuymwtcb.uwthmyfp .lunpnqpka {
    order: -1;
  }

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

  .hfdsnwvcgymfhqet {
    padding: 20px;
  }

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

  .zfylyewzxbr,
  .vstqldmy {
    margin-bottom: 24px;
  }

  .ufvozqtvmot {
    margin-top: 20px;
  }

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

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

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

  .pwptufgfgqk {
    padding-left: 0;
  }

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

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

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

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

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

  .gkkuazopkpkby .bfboiazzz {
    width: 100%;
    justify-content: center;
  }

  .jydgpjbdiqefmjyv {
    flex-direction: column;
  }

  .jydgpjbdiqefmjyv .bfboiazzz {
    width: 100%;
    justify-content: center;
  }

  .voamtctglmxrk {
    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;
  }

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

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

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

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

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.35rem;
  }

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

  .jzjvsxxfd {
    padding: 8px 10px;
  }

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

  .qirtvijff {
    gap: 8px;
  }

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

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

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