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

:root {
  --brand: #f6bc03;
  --brand-dark: #ca9a02;
  --brand-light: #f8c830;
  --brand-glow: rgba(246, 188, 3, 0.45);
  --login-bg: #161c31;
  --login-border: rgba(252, 232, 9, 0.32);
  --login-text: #ffffff;
  --blue: #fce809;
  --blue-dark: #cfbe07;
  --blue-glow: rgba(252, 232, 9, 0.35);
  --header-bg: #3a3b25;
  --section-bg: #363930;
  --section-alt: #0e1328;
  --hero-bg: #5a5929;
  --bg: #0f152b;
  --bg-card: #1b2135;
  --bg-card-alt: #181d2f;
  --surface: rgba(24, 29, 47, 0.72);
  --surface-hover: rgba(27, 33, 53, 0.84);
  --headings: #ffffff;
  --text: #ffffff;
  --text-muted: #91939d;
  --border: rgba(252, 232, 9, 0.18);
  --neon-line: rgba(246, 188, 3, 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pjjrcfqdlhdpnuxr.vlhewopwcjfkwg {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uyzkvjgdvsxn {
  margin-bottom: 24px;
}

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

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

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

.emhwvnysvwuoxyg {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vfqiebvaeb {
  align-self: start;
}

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

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

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

.dhdchsmfwelatbxt.fsyhakhbzl .vfqiebvaeb {
  order: -1;
}

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

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

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

.efzfggwxvxmdocch .zufxeghxbktbyxzi {
  margin-top: 14px;
  align-self: flex-start;
}

.dhdchsmfwelatbxt.etkhimzswxhjjh {
  grid-template-rows: auto auto;
}

.dhdchsmfwelatbxt.etkhimzswxhjjh.fsyhakhbzl {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

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

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

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

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

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

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

.gejkdbdgu,
.hsxkbreeg {
  margin-bottom: 32px;
}

.gejkdbdgu .duggtborouwshrry,
.hsxkbreeg .duggtborouwshrry {
  max-width: none;
  margin-bottom: 0;
}

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

.unwqrttckuyw {
  margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.zpxjtkir h3 {
  color: #4ade80;
}

.lfuchockevu h3 {
  color: #f87171;
}

.ddkxouihstlvb {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xdbkbrgqnlw {
  padding: 100px 0;
}

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

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

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

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

.twcltmkuchkb:hover .xkhyyvpi {
  transform: scale(1.08);
}

.wcvjkzeobvf {
  padding: 12px 14px;
}

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

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

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

.twcltmkuchkb:hover .uocwtyrp {
  opacity: 1;
}

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

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

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

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

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

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

.zomifpgu {
  padding-top: 8px;
}

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

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

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

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

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

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

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

.ydrbpsqrn {
  flex: 1;
}

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

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

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

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

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

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

.qbnyzjncpfjrmqd {
  overflow: hidden;
}

.yasoyhocfxpcv {
  position: relative;
}

.edljpkhne {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.didgbpclvkius.vlhewopwcjfkwg .gpgifdzplseefq {
  max-height: 400px;
  padding: 0 24px 22px;
}

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

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

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

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

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

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

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

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

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

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

.vcvlwvpwzshvyl .iqfusbcctqhemfy {
  margin-bottom: 18px;
}

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

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

.izunxfrctvt {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tifugrsyciav {
  margin-top: 16px;
}

.gvjrspwyqtm {
  margin-top: 20px;
}

.qobpdlblchgxpa {
  margin-top: 24px;
}

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

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

  .dhdchsmfwelatbxt {
    gap: 40px;
  }

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

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

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

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

  section {
    padding: 60px 0;
  }

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

  .ttvxihqk {
    display: none;
  }

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

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

  .iqfusbcctqhemfy img {
    width: 100px;
  }

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

  .gvleskqrqf .hbpyhyaracwvixu {
    display: none;
  }

  .gvleskqrqf .zufxeghxbktbyxzi {
    padding: 8px 16px;
    font-size: .82rem;
  }

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

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

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

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

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

  .hsagqfuydbyh .favqzysdlvgk {
    order: 2;
  }

  .hsagqfuydbyh .uyzkvjgdvsxn {
    order: 3;
    margin-bottom: 0;
  }

  .hsagqfuydbyh .athasmkgnawalb {
    order: 4;
    margin-bottom: 0;
  }

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

  .athasmkgnawalb {
    max-width: 100%;
  }

  .favqzysdlvgk {
    flex-direction: column;
  }

  .favqzysdlvgk .zufxeghxbktbyxzi {
    width: 100%;
    justify-content: center;
  }

  .zyrtfehtihsrwtt {
    flex-wrap: wrap;
  }

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

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

  .uvjoqvdhpigovk {
    gap: 32px;
  }

  .dhdchsmfwelatbxt,
  .dhdchsmfwelatbxt.fsyhakhbzl,
  .dhdchsmfwelatbxt.etkhimzswxhjjh,
  .dhdchsmfwelatbxt.etkhimzswxhjjh.fsyhakhbzl {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 50px;
  }

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

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

  .dhdchsmfwelatbxt.fsyhakhbzl .vfqiebvaeb {
    order: -1;
  }

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

  .redqbbjo {
    padding: 20px;
  }

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

  .gejkdbdgu,
  .hsxkbreeg {
    margin-bottom: 24px;
  }

  .unwqrttckuyw {
    margin-top: 20px;
  }

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

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

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

  .wdxtaxlvwosumu {
    padding-left: 0;
  }

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

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

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

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

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

  .nupitzqdz .zufxeghxbktbyxzi {
    width: 100%;
    justify-content: center;
  }

  .icjicgkdubeynd {
    flex-direction: column;
  }

  .icjicgkdubeynd .zufxeghxbktbyxzi {
    width: 100%;
    justify-content: center;
  }

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

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

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

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

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

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.35rem;
  }

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

  .wcvjkzeobvf {
    padding: 8px 10px;
  }

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

  .ikuururujfndhb {
    gap: 8px;
  }

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

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

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