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

:root {
  --brand: #d85f03;
  --brand-dark: #b14e02;
  --brand-light: #df7c30;
  --brand-glow: rgba(216, 95, 3, 0.45);
  --login-bg: #223861;
  --login-border: rgba(77, 187, 255, 0.32);
  --login-text: #FFFFFF;
  --blue: #4dbbff;
  --blue-dark: #3f99d1;
  --blue-glow: rgba(77, 187, 255, 0.35);
  --header-bg: #265086;
  --section-bg: #29486f;
  --section-alt: #1c3463;
  --hero-bg: #2f5d89;
  --bg: #1e386c;
  --bg-card: #24385b;
  --bg-card-alt: #203150;
  --surface: rgba(32, 49, 80, 0.72);
  --surface-hover: rgba(36, 56, 91, 0.84);
  --headings: #FFFFFF;
  --text: #EAF0FB;
  --text-muted: #8c9bb9;
  --border: rgba(77, 187, 255, 0.18);
  --neon-line: rgba(216, 95, 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pvncjddggqwwv.gpzjezvasirmh {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uapwewfctfw {
  margin-bottom: 24px;
}

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

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

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

.dbkcxfcvf {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mhxtxekhhddwtc {
  align-self: start;
}

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

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

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

.pdrqfoltmauj.ylpkslbvjzvgvw .mhxtxekhhddwtc {
  order: -1;
}

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

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

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

.jjsibsfkm .cjzwtbhuadzfgil {
  margin-top: 14px;
  align-self: flex-start;
}

.pdrqfoltmauj.lzookvrcaeyoe {
  grid-template-rows: auto auto;
}

.pdrqfoltmauj.lzookvrcaeyoe.ylpkslbvjzvgvw {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

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

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

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

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

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

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

.urnaurjn,
.uvhpcnjflr {
  margin-bottom: 32px;
}

.urnaurjn .dhzjmilnrm,
.uvhpcnjflr .dhzjmilnrm {
  max-width: none;
  margin-bottom: 0;
}

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

.fqzpemmgqreprm {
  margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.yxdfylllojniduau h3 {
  color: #4ade80;
}

.ruxnajpp h3 {
  color: #f87171;
}

.frhmhlwractkpi {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.imwnndyg {
  padding: 100px 0;
}

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

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

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

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

.bdtooqgk:hover .nqbfwusqceauxyps {
  transform: scale(1.08);
}

.zkzfeznhlfxp {
  padding: 12px 14px;
}

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

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

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

.bdtooqgk:hover .csdlvxctwjqy {
  opacity: 1;
}

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

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

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

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

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

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

.gqevbmeeypzhukup {
  padding-top: 8px;
}

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

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

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

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

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

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

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

.nmosiytihu {
  flex: 1;
}

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

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

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

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

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

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

.bayvzwtejjxs {
  overflow: hidden;
}

.xdpklmkb {
  position: relative;
}

.wprsrsvcz {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.mpcsvxxucjizr.gpzjezvasirmh .kjztogecyolqru {
  max-height: 400px;
  padding: 0 24px 22px;
}

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

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

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

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

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

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

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

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

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

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

.fjxiluzw .naauoujqpqyyqz {
  margin-bottom: 18px;
}

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

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

.kvcnpzbvvnyztdvd {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.oumrcxzhmfumar {
  margin-top: 16px;
}

.uzyceghwspdlegre {
  margin-top: 20px;
}

.ugyupiucuplqj {
  margin-top: 24px;
}

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

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

  .pdrqfoltmauj {
    gap: 40px;
  }

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

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

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

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

  section {
    padding: 60px 0;
  }

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

  .qqzvmorr {
    display: none;
  }

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

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

  .naauoujqpqyyqz img {
    width: 100px;
  }

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

  .ecoiczpshggs .gwbpxqkibuwsxjj {
    display: none;
  }

  .ecoiczpshggs .cjzwtbhuadzfgil {
    padding: 8px 16px;
    font-size: .82rem;
  }

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

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

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

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

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

  .kgcdfojp .uwpbxgoh {
    order: 2;
  }

  .kgcdfojp .uapwewfctfw {
    order: 3;
    margin-bottom: 0;
  }

  .kgcdfojp .lddgiieskjghkfv {
    order: 4;
    margin-bottom: 0;
  }

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

  .lddgiieskjghkfv {
    max-width: 100%;
  }

  .uwpbxgoh {
    flex-direction: column;
  }

  .uwpbxgoh .cjzwtbhuadzfgil {
    width: 100%;
    justify-content: center;
  }

  .nrivousmwmyjsbrz {
    flex-wrap: wrap;
  }

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

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

  .zwyukoewnuyisqt {
    gap: 32px;
  }

  .pdrqfoltmauj,
  .pdrqfoltmauj.ylpkslbvjzvgvw,
  .pdrqfoltmauj.lzookvrcaeyoe,
  .pdrqfoltmauj.lzookvrcaeyoe.ylpkslbvjzvgvw {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 50px;
  }

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

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

  .pdrqfoltmauj.ylpkslbvjzvgvw .mhxtxekhhddwtc {
    order: -1;
  }

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

  .ncfeuoer {
    padding: 20px;
  }

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

  .urnaurjn,
  .uvhpcnjflr {
    margin-bottom: 24px;
  }

  .fqzpemmgqreprm {
    margin-top: 20px;
  }

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

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

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

  .guhaupayurq {
    padding-left: 0;
  }

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

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

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

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

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

  .htdzycnvrgrlreh .cjzwtbhuadzfgil {
    width: 100%;
    justify-content: center;
  }

  .jjwqhspavhzpj {
    flex-direction: column;
  }

  .jjwqhspavhzpj .cjzwtbhuadzfgil {
    width: 100%;
    justify-content: center;
  }

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

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

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

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

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

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.35rem;
  }

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

  .zkzfeznhlfxp {
    padding: 8px 10px;
  }

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

  .jhayhgegwyi {
    gap: 8px;
  }

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

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

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