:root {
  --page-bg: #020704;
  --surface: rgba(7, 15, 10, 0.82);
  --surface-soft: rgba(9, 19, 13, 0.72);
  --surface-green: rgba(151, 255, 95, 0.08);
  --surface-blue: rgba(93, 185, 255, 0.06);

  --text-main: #eef3ef;
  --text-secondary: #aab6ae;
  --text-muted: #758079;

  --green: #a7ff6a;
  --green-hover: #c4ff98;
  --blue: #80cfff;
  --blue-hover: #a9dcff;

  --border: rgba(190, 255, 160, 0.12);
  --border-green: rgba(167, 255, 106, 0.34);
  --border-blue: rgba(128, 207, 255, 0.2);

  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.42);
  --shadow-card: 0 14px 45px rgba(0, 0, 0, 0.26);

  --font-main: "Manrope", sans-serif;
  --font-tech: "Roboto Mono", monospace;
}

html {
  background: #f7faf6;
}

body {
  position: relative;
  min-height: 100vh;
  background: transparent;
  color: #263129;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.08) 45%,
      rgba(248, 251, 247, 0.18) 100%
    );
  pointer-events: none;
}
.topbar,
.page,
footer {
  position: relative;
  z-index: 1;
}

body::after {
  display: none;
}

.faq-bg {
  position: fixed;
  inset: -36px;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;

  transform:
    translate3d(
      var(--faq-bg-x, 0px),
      var(--faq-bg-y, 0px),
      0
    )
    scale(1.055);

  transition: opacity 2.2s ease;
  will-change: transform, opacity;
  pointer-events: none;
}

.faq-bg.is-active {
  opacity: 1;
}

.page {
  width: min(100%, 1180px);
  padding-top: 66px;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding: 62px 52px;
  border: 1px solid rgba(190, 255, 160, 0.14);
  border-radius: 30px;
  background:
  linear-gradient(
    135deg,
    rgba(17, 38, 22, 0.76),
    rgba(5, 15, 9, 0.54)
  );
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero::before {
  width: 320px;
  height: 320px;
  top: -190px;
  left: -100px;
  background: rgba(167, 255, 106, 0.13);
  filter: blur(30px);
}

.hero::after {
  width: 280px;
  height: 280px;
  right: -120px;
  bottom: -170px;
  background: rgba(102, 255, 160, 0.08);
  filter: blur(34px);
}

h1 {
  color: #efffea;
  text-shadow:
    0 0 35px rgba(167, 255, 106, 0.08),
    0 10px 40px rgba(0, 0, 0, 0.32);
}

.hero p {
  color: rgba(224, 234, 227, 0.66);
}

.faq-tools {
  top: 84px;
  margin-bottom: 16px;
  border: 1px solid rgba(190, 255, 160, 0.12);
  background: rgba(3, 10, 6, 0.7);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.faq-search {
  border: 1px solid rgba(190, 255, 160, 0.13);
  background: rgba(7, 16, 10, 0.82);
  color: #eef3ef;
}

.faq-search::placeholder {
  color: rgba(210, 222, 214, 0.42);
}

.faq-search:hover {
  border-color: rgba(167, 255, 106, 0.28);
  background: rgba(8, 18, 11, 0.92);
}

.faq-search:focus {
  border-color: rgba(167, 255, 106, 0.68);
  background: rgba(7, 16, 10, 0.96);
  box-shadow:
    0 0 0 4px rgba(167, 255, 106, 0.07),
    0 0 26px rgba(167, 255, 106, 0.06);
}

.tool-button {
  border-color: rgba(167, 255, 106, 0.34);
  background: rgba(7, 16, 10, 0.7);
  color: var(--green);
}

.tool-button:hover {
  border-color: var(--green);
  background: var(--green);
  color: #061006;
  box-shadow: 0 0 24px rgba(167, 255, 106, 0.14);
}

.faq-count {
  color: rgba(205, 219, 208, 0.45);
}

.faq-categories {
  margin-bottom: 20px;
}

.faq-category {
  border: 1px solid rgba(190, 255, 160, 0.13);
  background: rgba(5, 13, 8, 0.74);
  color: rgba(220, 232, 223, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.faq-category:hover {
  border-color: rgba(167, 255, 106, 0.55);
  color: var(--green);
  background: rgba(10, 23, 13, 0.86);
  box-shadow: 0 0 22px rgba(167, 255, 106, 0.06);
}

.faq-category.active {
  border-color: var(--green);
  background: var(--green);
  color: #061006;
  box-shadow:
    0 0 24px rgba(167, 255, 106, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.faq-list {
  gap: 11px;
}

details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 255, 160, 0.11);
  background:
    linear-gradient(
      135deg,
      rgba(11, 25, 15, 0.74),
      rgba(4, 13, 8, 0.62)
    );
  box-shadow:
    0 12px 38px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.018);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: var(--green);
  opacity: 0;
  box-shadow: 0 0 18px rgba(167, 255, 106, 0.72);
  transition: opacity 0.25s ease;
}

details:hover {
  border-color: rgba(167, 255, 106, 0.24);
  box-shadow:
    0 17px 48px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(167, 255, 106, 0.025);
  transform: translateY(-1px);
}

details[open] {
  border-color: rgba(167, 255, 106, 0.31);
  background:
    linear-gradient(
      135deg,
      rgba(18, 39, 23, 0.88),
      rgba(6, 17, 10, 0.78)
    );
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(167, 255, 106, 0.035);
}

details[open]::before {
  opacity: 1;
}

summary {
  color: rgba(240, 247, 242, 0.88);
}

summary:hover {
  color: #ffffff;
}

summary::after {
  border: 1px solid rgba(167, 255, 106, 0.22);
  background: rgba(167, 255, 106, 0.07);
  color: var(--green);
}

details[open] summary::after {
  border-color: var(--green);
  background: var(--green);
  color: #061006;
  box-shadow: 0 0 18px rgba(167, 255, 106, 0.18);
}

details p {
  color: rgba(211, 222, 214, 0.66);
}

details a {
  color: var(--green);
}

details a:hover {
  color: var(--green-hover);
}

.no-results {
  border: 1px dashed rgba(167, 255, 106, 0.24);
  background: rgba(5, 13, 8, 0.7);
  color: rgba(214, 225, 217, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.back-link {
  border-color: rgba(167, 255, 106, 0.42);
  background: rgba(5, 13, 8, 0.72);
  color: var(--green);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.back-link:hover {
  border-color: var(--green);
  background: var(--green);
  color: #061006;
  box-shadow: 0 0 28px rgba(167, 255, 106, 0.15);
}

footer {
  border-top: 1px solid rgba(190, 255, 160, 0.1);
  background: rgba(2, 7, 4, 0.88);
  color: rgba(196, 210, 200, 0.48);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

@media (max-width: 760px) {
  .faq-bg {
  inset: -12px;
  transform: scale(1.025);
}

  .page {
    padding-top: 28px;
  }

  .hero {
    padding: 42px 22px;
    border-radius: 22px;
  }

  .faq-tools {
    top: 70px;
  }

  .faq-categories {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  details {
    border-radius: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  details,
  .faq-category,
  .tool-button,
  .back-link,
  .lang-switcher button,
  .home-link {
    transition: none;
  }
}

.hero {
  border: 1px solid rgba(89, 124, 94, 0.16);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.72),
      rgba(246, 250, 245, 0.58)
    );
  box-shadow:
    0 24px 70px rgba(52, 74, 57, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero::before {
  background: rgba(142, 221, 98, 0.16);
}

.hero::after {
  background: rgba(122, 203, 167, 0.12);
}

h1 {
  color: #253629;
  text-shadow: none;
}

.hero p {
  color: rgba(45, 61, 49, 0.66);
}

.faq-tools {
  border: 1px solid rgba(89, 124, 94, 0.15);
  background: rgba(255, 255, 255, 0.66);
  box-shadow:
    0 16px 50px rgba(45, 66, 50, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.faq-search {
  border: 1px solid rgba(81, 112, 86, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #243429;
}

.faq-search::placeholder {
  color: rgba(52, 68, 57, 0.42);
}

.faq-search:hover {
  border-color: rgba(110, 176, 84, 0.42);
  background: rgba(255, 255, 255, 0.88);
}

.faq-search:focus {
  border-color: #7fd957;
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(127, 217, 87, 0.11),
    0 8px 24px rgba(60, 95, 65, 0.08);
}

.tool-button {
  border-color: rgba(100, 157, 78, 0.36);
  background: rgba(255, 255, 255, 0.7);
  color: #4f843d;
}

.tool-button:hover {
  border-color: #7fd957;
  background: #7fd957;
  color: #183216;
  box-shadow: 0 8px 22px rgba(127, 217, 87, 0.2);
}

.faq-count {
  color: rgba(63, 78, 67, 0.48);
}

.faq-category {
  border: 1px solid rgba(77, 107, 82, 0.16);
  background: rgba(255, 255, 255, 0.66);
  color: rgba(43, 58, 47, 0.66);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.faq-category:hover {
  border-color: rgba(110, 176, 84, 0.55);
  color: #4d7c3d;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(54, 85, 58, 0.07);
}

.faq-category.active {
  border-color: #8be35d;
  background: #a8ef76;
  color: #20381d;
  box-shadow:
    0 8px 22px rgba(127, 217, 87, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

details {
  border: 1px solid rgba(84, 115, 89, 0.15);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.76),
      rgba(247, 250, 246, 0.63)
    );
  box-shadow:
    0 10px 30px rgba(49, 70, 54, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

details::before {
  background: #8be35d;
  box-shadow: 0 0 16px rgba(127, 217, 87, 0.32);
}

details:hover {
  border-color: rgba(113, 174, 91, 0.38);
  box-shadow:
    0 14px 38px rgba(49, 70, 54, 0.11),
    0 0 20px rgba(127, 217, 87, 0.04);
}

details[open] {
  border-color: rgba(113, 174, 91, 0.42);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.9),
      rgba(241, 248, 238, 0.82)
    );
  box-shadow:
    0 16px 42px rgba(49, 70, 54, 0.12),
    0 0 24px rgba(127, 217, 87, 0.05);
}

summary {
  color: #2d3c31;
}

summary:hover {
  color: #1f3023;
}

summary::after {
  border: 1px solid rgba(104, 162, 81, 0.28);
  background: rgba(139, 227, 93, 0.1);
  color: #5d9c44;
}

details[open] summary::after {
  border-color: #8be35d;
  background: #9bea69;
  color: #21371d;
  box-shadow: 0 6px 18px rgba(127, 217, 87, 0.18);
}

details p {
  color: rgba(47, 63, 51, 0.7);
}

details a {
  color: #4d873d;
}

details a:hover {
  color: #315f2c;
}

.no-results {
  border: 1px dashed rgba(97, 145, 80, 0.32);
  background: rgba(255, 255, 255, 0.66);
  color: rgba(49, 66, 54, 0.65);
}

.back-link {
  border-color: rgba(102, 158, 82, 0.38);
  background: rgba(255, 255, 255, 0.68);
  color: #4f843d;
}

.back-link:hover {
  border-color: #8be35d;
  background: #9bea69;
  color: #20371d;
}

footer {
  border-top: 1px solid rgba(82, 111, 87, 0.13);
  background: rgba(248, 251, 247, 0.76);
  color: rgba(53, 69, 57, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

details {
  --spot-x: 50%;
  --spot-y: 50%;
}

details::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      260px circle at var(--spot-x) var(--spot-y),
      rgba(137, 219, 95, 0.13),
      rgba(137, 219, 95, 0.045) 36%,
      transparent 68%
    );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

details.is-hovered::after {
  opacity: 1;
}

details summary,
details p {
  position: relative;
  z-index: 1;
}

details.is-hovered {
  transform: translateY(-2px);
}

details.is-open {
  transform: translateY(-1px);
}

details.is-open::after {
  opacity: 0.55;
}

.hero {
  --hero-x: 50%;
  --hero-y: 50%;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      380px circle at var(--hero-x) var(--hero-y),
      rgba(145, 225, 103, 0.16),
      rgba(145, 225, 103, 0.055) 38%,
      transparent 70%
    );
  filter: none;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

summary::after {
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    box-shadow 0.24s ease;
}

details:hover summary::after {
  transform: translateY(-50%) scale(1.18);
  box-shadow:
    0 6px 18px rgba(127, 217, 87, 0.24),
    0 0 0 5px rgba(139, 227, 93, 0.07);
}

details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

details[open]:hover summary::after {
  transform: translateY(-50%) rotate(180deg) scale(1.18);
  box-shadow:
    0 7px 20px rgba(127, 217, 87, 0.26),
    0 0 0 5px rgba(139, 227, 93, 0.08);
}

@media (hover: none) {
  details::after {
    display: none;
  }

  details.is-hovered {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  details,
  details::after,
  summary::after {
    transition: none;
  }
}

.hero {
  min-height: 250px;
  padding-right: 340px;
}

.faq-orbit {
  position: absolute;
  top: 50%;
  right: 52px;
  width: 225px;
  height: 225px;
  z-index: 2;
  transform: translateY(-50%);
  pointer-events: none;
}

.faq-orbit::before,
.faq-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.faq-orbit::before {
  inset: 15px;
  border: 1px solid rgba(91, 151, 72, 0.18);
}

.faq-orbit::after {
  inset: 38px;
  border: 1px dashed rgba(91, 151, 72, 0.2);
}

.faq-orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(83, 148, 61, 0.38);
  border-radius: 30px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(225, 244, 218, 0.9)
    );
  color: #5f9f43;
  font-family: var(--font-tech);
  font-size: 54px;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(93, 159, 67, 0.18);
  box-shadow:
    0 20px 46px rgba(58, 86, 62, 0.14),
    0 0 0 12px rgba(139, 227, 93, 0.06),
    0 0 34px rgba(139, 227, 93, 0.11);
  transform:
    translate(-50%, -50%)
    translate(
      calc(var(--orbit-x, 0px) * 0.28),
      calc(var(--orbit-y, 0px) * 0.28)
    );
  transition: transform 0.18s ease;
}

.faq-orbit-node {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(99, 154, 80, 0.23);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #668d58;
  font-family: var(--font-tech);
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(59, 83, 63, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.faq-orbit-node-a {
  top: 12px;
  right: 26px;
  transform: translate(
    calc(var(--orbit-x, 0px) * -0.2),
    calc(var(--orbit-y, 0px) * -0.2)
  );
}

.faq-orbit-node-b {
  bottom: 17px;
  left: 20px;
  transform: translate(
    calc(var(--orbit-x, 0px) * 0.18),
    calc(var(--orbit-y, 0px) * 0.18)
  );
}

.faq-orbit-node-c {
  right: 4px;
  bottom: 44px;
  transform: translate(
    calc(var(--orbit-x, 0px) * 0.32),
    calc(var(--orbit-y, 0px) * -0.24)
  );
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding-right: 22px;
  }

  .faq-orbit {
    display: none;
  }
}

.faq-list details {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.faq-list details.is-filtering-out {
  opacity: 0;
  transform: translateY(7px) scale(0.992);
  pointer-events: none;
}

.faq-list details.is-filtering-in {
  animation: faqFilterIn 0.34s ease both;
}

@keyframes faqFilterIn {
  from {
    opacity: 0;
    transform: translateY(9px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.faq-category {
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.faq-category:active {
  transform: scale(0.96);
}

@media (prefers-reduced-motion: reduce) {
  .faq-list details,
  .faq-list details.is-filtering-in,
  .faq-category {
    animation: none;
    transition: none;
  }
}

details > p {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition:
    max-height 0.34s ease,
    opacity 0.24s ease,
    padding 0.28s ease;
}

details[open] > p {
  opacity: 1;
  padding-bottom: 22px;
}

@media (max-width: 760px) {
  details[open] > p {
    padding-bottom: 18px;
  }
}

.topbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  border-bottom: 1px solid rgba(184, 255, 53, 0.08);
  background:
    linear-gradient(
      180deg,
      rgba(6, 9, 8, 0.97) 0%,
      rgba(9, 13, 11, 0.93) 100%
    );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.35),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.topbar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(980px, 72vw);
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(184, 255, 53, 0.18) 25%,
      rgba(255, 255, 255, 0.08) 50%,
      rgba(184, 255, 53, 0.18) 75%,
      transparent
    );
  pointer-events: none;
}

.topbar-inner {
  width: min(100%, 1180px);
  min-height: 76px;
  margin: 0 auto;
  padding:
    max(14px, env(safe-area-inset-top))
    28px
    14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.home-link {
  position: relative;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: var(--font-tech);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: none !important;
}

.home-link::before,
.home-link::after {
  content: none !important;
  display: none !important;
}

.home-link:hover {
  color: #b8ff2c !important;
  transform: translateX(-2px);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: #ffffff;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: #86b594;
  transition: right 0.22s ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.lang-switcher {
  display: flex;
  gap: 7px;
  justify-self: end;
}

.lang-switcher button {
  min-width: 36px;
  height: 34px;
  padding: 0 9px;
  border: 1px solid rgba(146, 185, 157, 0.28);
  border-radius: 999px;
  background: rgba(15, 24, 19, 0.74);
  color: #aebbb1;
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.lang-switcher button:hover {
  border-color: #7dac8b;
  background: rgba(87, 133, 101, 0.78);
  color: #ffffff;
  transform: translateY(-1px);
}

body {
  padding-top: 72px;
}

@media (max-width: 760px) {
  .topbar-inner {
    min-height: 64px;
    padding:
      max(12px, env(safe-area-inset-top))
      14px
      12px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .desktop-nav {
    display: none;
  }

  .lang-switcher {
    margin-left: auto;
  }

  .home-link {
    font-size: 12px;
  }
}

footer {
  position: relative;
  z-index: 2;
  height: 74px !important;
  min-height: 74px !important;
  padding: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #080a09;
  color: #ffffff;
}

.footer-ticker {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #ffffff;
}

.footer-ticker-text {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: footerTicker 40s linear infinite;
}

.footer-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.footer-copy a,
.footer-copy a:visited {
  color: #ffffff;
  text-decoration: none;
}

.footer-copy a:hover {
  text-decoration: underline;
}

@keyframes footerTicker {
  from {
    transform: translateX(0);
  }

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

@media (max-width: 760px) {
  .footer-ticker {
    padding: 13px 0;
  }

  .footer-ticker-text {
    font-size: 10px;
    animation-duration: 34s;
  }

  .footer-copy {
    padding:
      15px
      14px
      calc(17px + env(safe-area-inset-bottom));
    font-size: 9px;
  }
}
.page {
  width: min(100%, 1180px);
  padding:
    66px
    24px
    max(104px, env(safe-area-inset-bottom));
}

@media (max-width: 760px) {
  .page {
    width: 100%;
    padding:
      28px
      14px
      max(56px, env(safe-area-inset-bottom));
  }
}

.faq-contact-cta {
  margin-top: 28px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(89, 124, 94, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.82),
      rgba(241, 248, 238, 0.74)
    );
  box-shadow:
    0 16px 42px rgba(49, 70, 54, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.faq-contact-cta h2 {
  margin: 0 0 8px;
  color: #253629;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-contact-cta p {
  margin: 0;
  color: rgba(45, 61, 49, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.faq-contact-cta-button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #8be35d;
  border-radius: 12px;
  background: #9bea69;
  color: #20371d;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(127, 217, 87, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.faq-contact-cta-button:hover {
  background: #a8ef76;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(127, 217, 87, 0.24);
}

.faq-contact-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(12, 18, 14, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.faq-contact-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.faq-contact-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100001;
  width: min(520px, calc(100% - 28px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border: 1px solid rgba(89, 124, 94, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(242, 248, 240, 0.97)
    );
  box-shadow:
    0 30px 90px rgba(23, 38, 27, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform:
    translate(-50%, -46%)
    scale(0.97);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
}

.faq-contact-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform:
    translate(-50%, -50%)
    scale(1);
}

.faq-contact-modal-inner {
  padding: 34px;
}

.faq-contact-modal h2 {
  margin: 0 0 8px;
  color: #253629;
  font-size: 28px;
  font-weight: 700;
}

.faq-contact-subtitle {
  margin: 0 0 24px;
  color: rgba(45, 61, 49, 0.62);
  font-size: 13px;
}

.faq-contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(89, 124, 94, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  color: #4f6f52;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.faq-contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-contact-form label {
  color: #3d4d40;
  font-size: 12px;
  font-weight: 700;
}

.faq-contact-form input,
.faq-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(81, 112, 86, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: #243429;
  font-family: var(--font-main);
  font-size: 14px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.faq-contact-form input {
  height: 46px;
  padding: 0 14px;
}

.faq-contact-form textarea {
  min-height: 130px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.6;
}

.faq-contact-form input:focus,
.faq-contact-form textarea:focus {
  border-color: #7fd957;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(127, 217, 87, 0.1);
}

.faq-contact-error {
  min-height: 18px;
  color: #a84949;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.faq-contact-submit {
  min-height: 48px;
  border: 1px solid #8be35d;
  border-radius: 12px;
  background: #9bea69;
  color: #20371d;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(127, 217, 87, 0.18);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.faq-contact-submit:hover {
  background: #a8ef76;
  transform: translateY(-1px);
  box-shadow: 0 11px 26px rgba(127, 217, 87, 0.22);
}

body.faq-modal-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .faq-contact-cta {
    padding: 22px 18px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .faq-contact-cta-button {
    width: 100%;
  }

  .faq-contact-modal-inner {
    padding: 30px 20px 22px;
  }

  .faq-contact-modal h2 {
    font-size: 24px;
    text-align: center;
  }

  .faq-contact-subtitle {
    text-align: center;
  }
}

.faq-contact-turnstile {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 2px;
}

@media (max-width: 380px) {
  .faq-contact-turnstile .cf-turnstile {
    transform: scale(0.86);
    transform-origin: center top;
  }
}
.cosmic-frame {
  position: absolute;
  top: 102px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  pointer-events: none;
}

.cosmic-frame::before,
.cosmic-frame::after {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 48px;
  width: 1px;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(210, 240, 230, 0.22) 12%,
      rgba(210, 240, 230, 0.12) 50%,
      rgba(210, 240, 230, 0.22) 88%,
      transparent 100%
    );
}

.cosmic-frame::before {
  left: 0;
}

.cosmic-frame::after {
  right: 0;
}

.cosmic-frame__top-left,
.cosmic-frame__top-right,
.cosmic-frame__bottom-left,
.cosmic-frame__bottom-right {
  position: absolute;
  width: 27%;
  height: 54px;
}

.cosmic-frame__top-left {
  top: 0;
  left: 0;
  border-top: 1px solid rgba(220, 245, 238, 0.24);
  border-left: 1px solid rgba(220, 245, 238, 0.28);
  border-radius: 18px 0 0 0;
}

.cosmic-frame__top-right {
  top: 0;
  right: 0;
  border-top: 1px solid rgba(220, 245, 238, 0.24);
  border-right: 1px solid rgba(220, 245, 238, 0.28);
  border-radius: 0 18px 0 0;
}

.cosmic-frame__bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(220, 245, 238, 0.24);
  border-left: 1px solid rgba(220, 245, 238, 0.28);
  border-radius: 0 0 0 18px;
}

.cosmic-frame__bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(220, 245, 238, 0.24);
  border-right: 1px solid rgba(220, 245, 238, 0.28);
  border-radius: 0 0 18px 0;
}

.cosmic-frame__top-left::after,
.cosmic-frame__bottom-left::after {
  content: "";
  position: absolute;
  left: 58px;
  width: 54px;
  height: 1px;
  background: rgba(166, 255, 72, 0.34);
}

.cosmic-frame__top-left::after {
  top: -1px;
}

.cosmic-frame__bottom-left::after {
  bottom: -1px;
}

.cosmic-frame__top-right::after,
.cosmic-frame__bottom-right::after {
  content: "";
  position: absolute;
  right: 58px;
  width: 54px;
  height: 1px;
  background: rgba(166, 255, 72, 0.34);
}

.cosmic-frame__top-right::after {
  top: -1px;
}

.cosmic-frame__bottom-right::after {
  bottom: -1px;
}

@media (max-width: 760px) {
  .cosmic-frame {
    inset: 78px 8px 2px;
  }

  .cosmic-frame__top-left,
  .cosmic-frame__top-right,
  .cosmic-frame__bottom-left,
  .cosmic-frame__bottom-right {
    width: 42%;
    height: 36px;
  }

  .cosmic-frame::before,
  .cosmic-frame::after {
    top: 32px;
    bottom: 32px;
  }
}
.cosmic-frame {
  z-index: 10;
}

.cosmic-frame::before,
.cosmic-frame::after {
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(74, 108, 79, 0.32) 12%,
      rgba(74, 108, 79, 0.18) 50%,
      rgba(74, 108, 79, 0.32) 88%,
      transparent 100%
    );
}

.cosmic-frame__top-left {
  border-top-color: rgba(74, 108, 79, 0.34);
  border-left-color: rgba(74, 108, 79, 0.38);
}

.cosmic-frame__top-right {
  border-top-color: rgba(74, 108, 79, 0.34);
  border-right-color: rgba(74, 108, 79, 0.38);
}

.cosmic-frame__bottom-left {
  border-bottom-color: rgba(74, 108, 79, 0.34);
  border-left-color: rgba(74, 108, 79, 0.38);
}

.cosmic-frame__bottom-right {
  border-bottom-color: rgba(74, 108, 79, 0.34);
  border-right-color: rgba(74, 108, 79, 0.38);
}

.faq-viewbar {
  width: 100%;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.faq-viewbar .faq-count {
  margin: 0;
}

.faq-view-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(82, 111, 87, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 6px 18px rgba(49, 70, 54, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.faq-view-button {
  width: 31px;
  height: 29px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(50, 68, 54, 0.48);
  font-family: var(--font-tech);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.faq-view-button:hover {
  color: #4f754f;
}

.faq-view-button.active {
  background: rgba(137, 218, 92, 0.18);
  color: #4f8d3f;
}

.faq-view-button:active {
  transform: scale(0.94);
}

@media (max-width: 760px) {
  .faq-viewbar {
    margin-top: -2px;
    gap: 8px;
  }

  .faq-view-button {
    width: 29px;
    height: 27px;
    font-size: 14px;
  }
}

body.faq-grid-mode .page {
  width: min(100%, 1500px);
}

body.faq-grid-mode .hero,
body.faq-grid-mode .faq-tools,
body.faq-grid-mode .faq-categories,
body.faq-grid-mode .faq-viewbar,
body.faq-grid-mode .faq-contact-cta,
body.faq-grid-mode .back-link {
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
}

body.faq-grid-mode .faq-list {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.faq-grid-section {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(76, 106, 81, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.78),
      rgba(241, 248, 239, 0.72)
    );
  box-shadow:
    0 18px 48px rgba(45, 66, 50, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.faq-grid-section-heading {
  min-height: 68px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(76, 106, 81, 0.11);
}

.faq-grid-section-heading h2 {
  margin: 0;
  color: #2f4934;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-grid-section-heading span {
  flex: 0 0 auto;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(116, 178, 91, 0.22);
  border-radius: 999px;
  background: rgba(151, 225, 104, 0.12);
  color: #58894a;
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 600;
}

.faq-grid-section-content {
  padding: 12px;
  display: grid;
  gap: 9px;
}

body.faq-grid-mode
.faq-grid-section
details {
  margin: 0;
  border-radius: 14px;
  box-shadow: none;
}

body.faq-grid-mode
.faq-grid-section
summary {
  min-height: 0;
  padding:
    16px
    46px
    16px
    16px;
  display: block;
  font-size: 12px;
  line-height: 1.55;
}

body.faq-grid-mode
.faq-grid-section
summary::after {
  right: 13px;
  width: 24px;
  height: 24px;
  font-size: 14px;
}

body.faq-grid-mode
.faq-grid-section
details > p {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}

body.faq-grid-mode .no-results {
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1180px) {
  body.faq-grid-mode .faq-list {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.faq-grid-mode .page {
    width: 100%;
  }

  body.faq-grid-mode .faq-list {
    grid-template-columns: 1fr;
  }

  body.faq-grid-mode .hero,
  body.faq-grid-mode .faq-tools,
  body.faq-grid-mode .faq-categories,
  body.faq-grid-mode .faq-viewbar,
  body.faq-grid-mode .faq-contact-cta,
  body.faq-grid-mode .back-link {
    width: 100%;
  }

  .faq-grid-section-heading {
    min-height: 60px;
    padding: 16px;
  }
}
.mobile-menu-button,
.mobile-menu {
  display: none;
}

@media (max-width: 760px) {
  .home-link {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 7px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(146, 185, 157, 0.28);
    border-radius: 10px;
    background: rgba(15, 24, 19, 0.74);
    cursor: pointer;
  }

  .mobile-menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
  }

  .mobile-menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 99998;
    display: none;
    padding: 12px 14px 18px;
    background: rgba(7, 11, 9, 0.97);
    border-bottom: 1px solid rgba(184, 255, 53, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mobile-menu.is-open {
    display: block;
  }

  .mobile-menu-nav {
    display: grid;
    gap: 4px;
  }

  .mobile-menu-nav a {
    padding: 13px 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-tech);
    font-size: 12px;
    text-decoration: none;
  }

  .mobile-menu-nav a:hover,
  .mobile-menu-nav a.active {
    background: rgba(167, 255, 106, 0.1);
    color: #b8ff2c;
  }
}
@media (max-width: 760px) {
  .topbar-inner {
    min-height: 64px;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr;
    align-items: center;
  }

  .home-link {
    display: none !important;
  }

  .mobile-menu-button {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    margin: 0;
  }

  .desktop-nav {
    display: none !important;
  }

  .lang-switcher {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin: 0;
  }
}
@media (max-width: 760px) {
  header.topbar .topbar-inner {
    min-height: 64px !important;
    grid-template-columns: auto 1fr auto !important;
    grid-template-rows: 1fr !important;
    align-items: center !important;
    gap: 14px !important;
  }

  header.topbar .home-link {
    display: none !important;
  }

  header.topbar .mobile-menu-button {
    display: flex !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
  }

  header.topbar .desktop-nav {
    display: none !important;
  }

  header.topbar .lang-switcher {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
  }
}
