:root {
  --zx-bg: #06030c;
  --zx-ink: #0b0614;
  --zx-card: rgba(22, 10, 38, 0.78);
  --zx-gold: #e8c57a;
  --zx-gold2: #f7e7b8;
  --zx-gold3: #b8862f;
  --zx-iris: #7b4dff;
  --zx-rose: #d46aa8;
  --zx-line: rgba(232, 197, 122, 0.32);
  --zx-text: #f7f1e6;
  --zx-muted: #c3b6ce;
  --zx-red: #e1061c;
  --zx-head: "Fraunces", "Palatino Linotype", Georgia, serif;
  --zx-body: "Figtree", "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--zx-text);
  font-family: var(--zx-body);
  font-size: 16px;
  line-height: 1.65;
  background:
    radial-gradient(1200px 600px at 8% -10%, rgba(123, 77, 255, 0.22), transparent 55%),
    radial-gradient(900px 500px at 100% 8%, rgba(212, 106, 168, 0.14), transparent 50%),
    radial-gradient(800px 400px at 50% 100%, rgba(232, 197, 122, 0.08), transparent 55%),
    var(--zx-bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(247, 231, 184, 0.7), transparent),
    radial-gradient(1px 1px at 28% 72%, rgba(247, 231, 184, 0.45), transparent),
    radial-gradient(1.5px 1.5px at 63% 22%, rgba(247, 231, 184, 0.55), transparent),
    radial-gradient(1px 1px at 81% 64%, rgba(123, 77, 255, 0.7), transparent),
    radial-gradient(1px 1px at 44% 44%, rgba(247, 231, 184, 0.35), transparent),
    radial-gradient(1.5px 1.5px at 91% 12%, rgba(232, 197, 122, 0.5), transparent),
    radial-gradient(1px 1px at 6% 88%, rgba(212, 106, 168, 0.45), transparent);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

body > * {
  position: relative;
  z-index: 1;
}

::selection {
  background: var(--zx-gold);
  color: #1a0a12;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--zx-gold2);
  text-decoration: none;
}

a:hover {
  color: var(--zx-gold);
}

button,
input,
textarea,
select {
  font-family: inherit;
}

.hRbqbHSp {
  display: flex !important;
}

.tBr18kLmW {
  background: #ffffff;
  color: #1a1224;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.5rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: inset 0 -2px 0 #e8c57a;
}

.bDgRdHjN3 {
  flex-shrink: 0;
  background: var(--zx-red);
  color: #fff;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 0.22rem 0.48rem;
  border-radius: 999px;
  line-height: 1.2;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--zx-red);
}

.tBrTxtQ5p {
  margin: 0;
  color: #2a2236;
}

.nAvKzWpQ9 {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.5rem;
  background: rgba(8, 4, 16, 0.72);
  border-bottom: 1px solid var(--zx-line);
  backdrop-filter: blur(18px) saturate(1.2);
}

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

.lGoXmHjR4 img {
  height: 46px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(232, 197, 122, 0.25));
}

.nLkWpXtQ2 {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nItKmLpW7 {
  color: var(--zx-text);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  display: inline-block;
}

.nItKmLpW7:hover,
.nItKmLpW7.nActXpL4 {
  color: #1a0a12;
  background: linear-gradient(180deg, var(--zx-gold2), var(--zx-gold));
}

.hBgKzLmW8 {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--zx-line);
  border-radius: 50%;
  background: rgba(22, 10, 38, 0.8);
  cursor: pointer;
  padding: 11px 12px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.hBgKzLmW8 span {
  display: block;
  height: 2px;
  background: var(--zx-gold2);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.nAvKzWpQ9.nOpnKzWq3 .hBgKzLmW8 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nAvKzWpQ9.nOpnKzWq3 .hBgKzLmW8 span:nth-child(2) {
  opacity: 0;
}

.nAvKzWpQ9.nOpnKzWq3 .hBgKzLmW8 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mMainXpL6 {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3.6rem;
}

.hRoWpKzL1 {
  position: relative;
  overflow: hidden;
  border-radius: 28px 8px 28px 8px;
  padding: 3.6rem 2.4rem 3.2rem;
  margin-bottom: 2.4rem;
  background-color: #10061c;
  background-image:
    linear-gradient(115deg, rgba(6, 3, 12, 0.82) 8%, rgba(18, 8, 36, 0.55) 52%, rgba(6, 3, 12, 0.7) 100%),
    url("../images/offer-banner-bg.png");
  background-size: cover;
  background-position: center;
  border: 1px solid var(--zx-line);
  box-shadow:
    0 0 0 1px rgba(232, 197, 122, 0.08) inset,
    0 30px 80px rgba(0, 0, 0, 0.35);
}

.hRoWpKzL1::before,
.hRoWpKzL1::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  pointer-events: none;
  border: 1px solid rgba(232, 197, 122, 0.45);
}

.hRoWpKzL1::before {
  top: 14px;
  left: 14px;
  border-right: 0;
  border-bottom: 0;
}

.hRoWpKzL1::after {
  right: 14px;
  bottom: 14px;
  border-left: 0;
  border-top: 0;
}

.hKckWpL2 {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--zx-gold);
}

.hTtlXmQ3n {
  font-family: var(--zx-head);
  font-size: clamp(2.05rem, 5vw, 3.55rem);
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.08;
  margin: 0 0 1rem;
  color: #fff8ea;
  max-width: 16ch;
  text-wrap: balance;
}

.hTtlXmQ3n::after {
  content: "";
  display: block;
  width: 92px;
  height: 2px;
  margin-top: 1.1rem;
  background: linear-gradient(90deg, var(--zx-gold), transparent);
}

.hSubKzW9p {
  margin: 0;
  max-width: 58ch;
  color: var(--zx-muted);
  font-size: 1.05rem;
}

.hOrnXpQ7 {
  position: absolute;
  right: 7%;
  top: 50%;
  width: 220px;
  height: 220px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(232, 197, 122, 0.28);
  pointer-events: none;
  animation: kSpin 28s linear infinite;
}

.hOrnXpQ7::before,
.hOrnXpQ7::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px dashed rgba(232, 197, 122, 0.35);
}

.hOrnXpQ7::after {
  inset: 48px;
  border-style: solid;
  background:
    radial-gradient(circle at 50% 50%, rgba(232, 197, 122, 0.18), transparent 58%),
    conic-gradient(from 20deg, transparent 0 20%, rgba(123, 77, 255, 0.35) 21% 22%, transparent 23% 70%, rgba(232, 197, 122, 0.45) 71% 72%, transparent 73%);
}

@keyframes kSpin {
  to { transform: translateY(-50%) rotate(360deg); }
}

.oGrdWpL5m {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.35rem;
}

.oCrdKzN8q {
  position: relative;
  background:
    linear-gradient(165deg, rgba(48, 18, 78, 0.45) 0%, rgba(14, 7, 24, 0.92) 42%, rgba(10, 5, 18, 0.96) 100%);
  border: 1px solid var(--zx-line);
  border-radius: 22px 6px 22px 6px;
  padding: 1.55rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.oCrdKzN8q::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(232, 197, 122, 0.12);
  border-radius: 16px 2px 16px 2px;
  pointer-events: none;
}

.oCrdKzN8q::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 77, 255, 0.22), transparent 68%);
  pointer-events: none;
}

.oCrdKzN8q:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 197, 122, 0.7);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(232, 197, 122, 0.18);
}

.oCrdKzN8q:nth-child(1) {
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 0 40px rgba(232, 197, 122, 0.12);
}

.rNkBdXpW2 {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--zx-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a0a12;
  background: linear-gradient(135deg, var(--zx-gold2), var(--zx-gold) 45%, var(--zx-gold3));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: 0 8px 18px rgba(232, 197, 122, 0.35);
  z-index: 2;
}

.bLgXmHjR6 {
  width: 96px;
  height: 96px;
  margin: 0.55rem auto 0.7rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(232, 197, 122, 0.55);
  background: #12081f;
  box-shadow: 0 0 0 6px rgba(232, 197, 122, 0.08), 0 10px 24px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
}

.bLgXmHjR6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bNmKzWpQ3 {
  margin: 0 0 0.35rem;
  text-align: center;
  font-family: var(--zx-head);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}

.sCrKzWpQ4 {
  margin: 0 0 0.85rem;
  text-align: center;
  font-family: var(--zx-head);
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--zx-gold2);
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.sCrKzWpQ4::after {
  content: "";
  display: block;
  height: 3px;
  margin: 0.55rem auto 0;
  width: 88%;
  border-radius: 99px;
  background-color: rgba(247, 231, 184, 0.12);
  background-image: linear-gradient(90deg, var(--zx-gold2), var(--zx-gold), var(--zx-rose));
  background-repeat: no-repeat;
  background-size: 99% 100%;
  box-shadow: inset 0 0 0 1px rgba(232, 197, 122, 0.12);
}

.oCrdKzN8q:nth-child(1) .sCrKzWpQ4::after { background-size: 99% 100%; }
.oCrdKzN8q:nth-child(2) .sCrKzWpQ4::after { background-size: 97% 100%; }
.oCrdKzN8q:nth-child(3) .sCrKzWpQ4::after { background-size: 95% 100%; }
.oCrdKzN8q:nth-child(4) .sCrKzWpQ4::after { background-size: 94% 100%; }

.oDscLmN7w {
  margin: 0 0 1.15rem;
  color: var(--zx-muted);
  font-size: 0.9rem;
  flex: 1;
  position: relative;
  z-index: 1;
}

.cTaWpKzLm {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.hLnXkWpR8 {
  position: absolute;
  z-index: -5;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cTaWpKzLm p {
  margin: 0;
  width: 100%;
  background: linear-gradient(180deg, #f7e2a3 0%, #e8c57a 42%, #b8862f 100%);
  color: #1a0a12;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.95rem 1rem;
  text-align: center;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(232, 197, 122, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 0.78rem;
  position: relative;
  overflow: hidden;
}

.cTaWpKzLm p::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}

.cTaWpKzLm:hover p {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(232, 197, 122, 0.55);
}

.cTaWpKzLm:hover p::after {
  transform: translateX(120%);
}

.qWkzLpHnR2 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  background:
    radial-gradient(circle at 50% 40%, rgba(123, 77, 255, 0.18), transparent 42%),
    rgba(5, 2, 10, 0.88);
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(8px);
}

.vXtKmBqW8s {
  width: min(420px, 100%);
}

.nHjRpLwQ4m {
  background: linear-gradient(180deg, #2a1450 0%, #12081f 100%);
  border: 1px solid var(--zx-line);
  border-radius: 24px 8px 24px 8px;
  padding: 1.8rem 1.35rem 1.4rem;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.bKmXwQtR7p {
  margin: 0 0 1rem;
  color: var(--zx-muted);
  font-size: 0.95rem;
}

.sLpHjNwK3x {
  min-height: 65px;
  max-width: 320px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dRqWmKpL9z {
  min-height: 65px;
  max-width: 320px;
}

.fHjNmLqW5t {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #5a5a5a;
  color: #c2c2c2;
  cursor: not-allowed;
  box-shadow: none;
}

.fHjNmLqW5t.activeBtn {
  background: linear-gradient(180deg, #f7e2a3 0%, #e8c57a 42%, #b8862f 100%);
  color: #1a0a12;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(232, 197, 122, 0.38);
}

.aGtKzWpQ1 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background:
    radial-gradient(circle at 50% 30%, rgba(232, 197, 122, 0.12), transparent 40%),
    rgba(5, 2, 10, 0.94);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.aGtInrL5m {
  width: min(460px, 100%);
  background: linear-gradient(165deg, #2a1450 0%, #0d0718 100%);
  border: 1px solid var(--zx-line);
  border-radius: 28px 8px 28px 8px;
  padding: 2.2rem 1.6rem 1.7rem;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.aGtTtlN8q {
  font-family: var(--zx-head);
  margin: 0.7rem 0 0.7rem;
  font-size: 1.85rem;
}

.aGtTxtW3p {
  margin: 0 0 1.3rem;
  color: var(--zx-muted);
}

.aGtBtnsK7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.aGtYesXm2,
.aGtNoHjR9 {
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.aGtYesXm2 {
  background: linear-gradient(180deg, #f7e2a3 0%, #e8c57a 42%, #b8862f 100%);
  color: #1a0a12;
}

.aGtNoHjR9 {
  background: transparent;
  color: var(--zx-muted);
  border: 1px solid var(--zx-line);
}

.aGtDenyL4 {
  margin: 1rem 0 0;
  color: #ff8b9a;
  font-weight: 700;
}

.cBnKzWpQ6 {
  display: none;
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  background: rgba(16, 8, 30, 0.92);
  border: 1px solid var(--zx-line);
  border-radius: 20px;
  padding: 1rem 1.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
}

.cBnTxtL2n {
  margin: 0;
  color: var(--zx-muted);
  font-size: 0.9rem;
}

.cBnBtnsW8 {
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.cBnAccXm3,
.cBnDecHj5 {
  border-radius: 999px;
  padding: 0.58rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.cBnAccXm3 {
  border: 0;
  background: linear-gradient(180deg, #f7e2a3 0%, #e8c57a 50%, #b8862f 100%);
  color: #1a0a12;
}

.cBnDecHj5 {
  background: transparent;
  color: var(--zx-muted);
  border: 1px solid var(--zx-line);
}

.fTrWpKzN5 {
  background:
    linear-gradient(180deg, rgba(232, 197, 122, 0.08), transparent 18%),
    #08040f;
  border-top: 1px solid var(--zx-line);
  padding: 2.4rem 1.4rem 1.5rem;
  margin-top: 1rem;
}

.fInnerQ9x {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.fLgRowQ8m {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 0.95rem;
  margin-bottom: 1.7rem;
  padding: 0.85rem;
  border: 1px dashed rgba(232, 197, 122, 0.28);
  border-radius: 16px;
  background: transparent;
}

.fLgItmW4p {
  height: 42px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.fLgRowQ8m a {
  display: inline-flex;
  align-items: center;
}

.fLgRowQ8m a:hover {
  opacity: 0.82;
}

.fDscBlkW3 {
  margin: 0 0 0.85rem;
  color: #9d93ad;
  font-size: 0.82rem;
  line-height: 1.55;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(232, 197, 122, 0.28);
}

.fLnkLstN7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin: 1.4rem 0 0.9rem;
  padding: 0;
  list-style: none;
}

.fLnkLstN7 a {
  color: var(--zx-gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fCopyXpK2 {
  margin: 0;
  color: #7d738c;
  font-size: 0.82rem;
}

.eWrapKzL2,
.sWrapHjR3,
.lGlWrapQ2 {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0 3.2rem;
}

.lGlTtlN6,
.eTtlPageN1,
.sTtlPageN1 {
  font-family: var(--zx-head);
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  margin: 0 0 0.85rem;
  line-height: 1.12;
}

.eTtlPageN1::before,
.sTtlPageN1::before,
.lGlTtlN6::before {
  display: block;
  font-family: var(--zx-body);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--zx-gold);
  margin-bottom: 0.65rem;
  font-weight: 700;
}

.eTtlPageN1::before { content: "Méthodologie"; }
.sTtlPageN1::before { content: "Contact"; }
.lGlTtlN6::before { content: "Mentions"; }

.lGlLeadW8,
.eLeadW2,
.sLeadW2 {
  color: var(--zx-muted);
  margin: 0 0 1.9rem;
  font-size: 1.05rem;
}

.eGrdKzW4p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.1rem;
}

.eCrdXmQ8n {
  background: linear-gradient(180deg, rgba(42, 20, 80, 0.45), rgba(14, 7, 24, 0.9));
  border: 1px solid var(--zx-line);
  border-radius: 18px 6px 18px 6px;
  padding: 1.4rem 1.15rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.eCrdXmQ8n::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--zx-gold2), var(--zx-iris));
}

.eIcoHjR5 {
  width: auto;
  height: auto;
  border-radius: 0;
  display: block;
  background: none;
  color: var(--zx-gold2);
  font-family: var(--zx-head);
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 0.55rem;
  letter-spacing: 0.04em;
}

.eTtlWpN6 {
  font-family: var(--zx-head);
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.eTxtLmQ3 {
  margin: 0;
  color: var(--zx-muted);
  font-size: 0.94rem;
}

.fAqListW1 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.fAqItemW6 {
  background: linear-gradient(180deg, rgba(42, 20, 80, 0.35), rgba(14, 7, 24, 0.88));
  border: 1px solid var(--zx-line);
  border-radius: 16px 4px 16px 4px;
  padding: 1.05rem 1.15rem;
}

.fAqQstN2p {
  margin: 0 0 0.4rem;
  font-family: var(--zx-head);
  font-weight: 700;
  font-size: 1.08rem;
}

.fAqAnsK8m {
  margin: 0;
  color: var(--zx-muted);
  font-size: 0.94rem;
}

#fRmKzWpQ9x {
  background: linear-gradient(180deg, rgba(42, 20, 80, 0.4), rgba(14, 7, 24, 0.92));
  border: 1px solid var(--zx-line);
  border-radius: 20px 6px 20px 6px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.fFldWrapQ4 {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.fLblXmW7 {
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fInpKzL9 {
  border: 1px solid var(--zx-line);
  background: rgba(8, 4, 16, 0.75);
  color: var(--zx-text);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
}

.fInpKzL9:focus {
  outline: 2px solid var(--zx-gold);
}

.fBtnSubN5 {
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: linear-gradient(180deg, #f7e2a3 0%, #e8c57a 50%, #b8862f 100%);
  color: #1a0a12;
}

.fOkMsgL3n {
  display: none;
  margin: 0.9rem 0 0;
  padding: 0.75rem 0.9rem;
  background: rgba(31, 157, 98, 0.16);
  color: #7be0ad;
  border: 1px solid rgba(31, 157, 98, 0.45);
  border-radius: 12px;
  font-weight: 700;
}

.lGlSecK3 h2 {
  font-family: var(--zx-head);
  font-size: 1.28rem;
  margin: 1.7rem 0 0.55rem;
}

.lGlSecK3 p,
.lGlSecK3 li {
  color: var(--zx-muted);
  font-size: 0.95rem;
}

.lGlSecK3 ul {
  padding-left: 1.15rem;
}

@media (max-width: 900px) {
  .hOrnXpQ7 {
    opacity: 0.28;
    right: -40px;
  }
}

@media (max-width: 768px) {
  .tBr18kLmW,
  .hSubKzW9p {
    display: none;
  }

  .hBgKzLmW8 {
    display: flex;
  }

  .nLkWpXtQ2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(10, 5, 18, 0.96);
    border-bottom: 1px solid var(--zx-line);
    padding: 0.45rem 0 0.75rem;
    z-index: 20;
    backdrop-filter: blur(16px);
  }

  .nAvKzWpQ9.nOpnKzWq3 .nLkWpXtQ2 {
    display: flex;
  }

  .nItKmLpW7 {
    padding: 0.8rem 1.3rem;
    display: block;
    border-radius: 0;
    letter-spacing: 0.08em;
  }

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

  .cBnBtnsW8 {
    justify-content: stretch;
  }

  .cBnAccXm3,
  .cBnDecHj5 {
    flex: 1;
  }
}

@media (max-width: 500px) {
  .oGrdWpL5m {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .oCrdKzN8q {
    padding: 1.15rem 0.95rem 1rem;
    border-radius: 16px 4px 16px 4px;
  }

  .bLgXmHjR6 {
    width: 72px;
    height: 72px;
  }

  .oDscLmN7w {
    font-size: 0.86rem;
    margin-bottom: 0.85rem;
  }

  .cTaWpKzLm p {
    padding: 0.75rem 0.8rem;
    font-size: 0.72rem;
  }

  .hRoWpKzL1 {
    padding: 2.1rem 1.15rem 1.9rem;
    border-radius: 18px 6px 18px 6px;
  }

  .hOrnXpQ7 {
    display: none;
  }

  .tBr18kLmW {
    align-items: flex-start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hOrnXpQ7,
  .cTaWpKzLm p::after,
  .oCrdKzN8q {
    animation: none;
    transition: none;
  }
}
