  body {
	font-family: Flama, sans-serif;
	margin: 0;
	background-color: #121319;
	color: #e0e0e0;
	line-height: 1.6;
  }
  .container {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem;
  }
  h1, h2, h3 {
	color: #ffd700;
  }
  h2 {
	margin-top: 3rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #333;
  }
  h3 {
	margin-top: 2rem;
	color: #ffc107;
	font-size: 1.1rem;
  }
  a {
	color: #ffd700;
	text-decoration: none;
  }
  .btn {
	display: inline-block;
	background-color: #cc6c31;
	color: #000;
	padding: 0.75rem 1.25rem;
	font-weight: bold;
	border-radius: 6px;
	margin-top: 1rem;
	transition: background 0.3s;
  }
  .btn:hover {
	background-color: #e6c200;
  }
  table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem 0;
	background-color: #1a1a1a;
	border-radius: 6px;
	overflow: hidden;
  }
  table, th, td {
	border: 1px solid #222;
  }
  th, td {
	padding: 0.75rem;
	text-align: left;
  }
  th {
	background-color: #222;
	color: #ffd700;
  }
  ul {
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
  }
  ul li::marker {
	color: #ffd700;
  }
  .sticky-nav {
	position: sticky;
	top: 0;
	background-color: #121319;
	z-index: 999;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	border-bottom: 1px solid #333;
  }
  .sticky-nav .nav-links {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	flex-grow: 1;
  }
  .sticky-nav .btn {
	background-color: #ffd700;
	color: #000;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
  }
  .sticky-nav .logo img {
	height: 32px;
  }
footer {
  text-align: center;
  padding: 40px 20px;
  background: #081018;
  color: #aaa;
  font-size: 0.9em;
  margin-top: 50px;
  border-top: 1px solid #01d370;
}

.featured-on {
  margin-bottom: 30px;
}

.featured-title {
  font-weight: 600;
  color: #00ff86;
  font-size: 14px;
  margin-bottom: 15px;
}

.featured-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.featured-logos img {
  height: 32px;
  transition: opacity 0.3s ease;
  filter: brightness(1.2);
}

.featured-logos img:hover {
  opacity: 0.7;
}

  #faq h3 {
	margin-top: 1.5rem;
  }
  .block {
	background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
	padding: 2rem;
	border-radius: 8px;
	margin-bottom: 2rem;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }
  .hero {
	  background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
	  padding: 3rem 1rem;
	  text-align: center;
	  border-bottom: 2px solid #222;
	}
.hero-content {
	  max-width: 800px;
	  margin: 0 auto;
	}
.hero .heading {
	  font-size: 2.2rem;
	  color: #ffd700;
	  margin-bottom: 1rem;
	}
.hero p {
	  font-size: 1.1rem;
	  color: #ccc;
	  margin-bottom: 1.5rem;
	}
.btn.cta {
	font-size: 1.1rem;
	  padding: 0.75rem 1.5rem;
	  border-radius: 8px;
}
.secondary-hero {
	  background-color: #121319;
	  margin-top: 2rem;
	  margin-bottom: 2rem;
	  border-top: 2px solid #222;
	  border-bottom: 2px solid #222;
}
.closing-hero {
	  background-color: #121319;
	  margin: 3rem 0;
	  border-top: 2px solid #333;
	  border-bottom: 2px solid #333;
}
.secondary-hero h2,
.closing-hero h2 {
	  color: #ffd700;
}

.secondary-hero p,
.closing-hero p {
	  color: #ccc;
}
.calculator-section {
	  background-color: #1a1a1a;
	  padding: 2rem;
	  border: 1px solid #333;
	  border-radius: 10px;
	  margin-top: 2rem;
	  text-align: center;
	  margin-bottom: 2rem;
}

.calculator-inner {
  max-width: 500px;
  margin: 0 auto;
}

.calculator-section label,
.calculator-section input,
.calculator-section button {
  margin: 1rem 0;
  font-size: 1rem;
}
.calculator-section input {
	  padding: 0.5rem;
	  width: 100%;
	  max-width: 200px;
	  background: #0e0e0e;
	  color: #fff;
	  border: 1px solid #444;
	  border-radius: 6px;
}
.calculator-section button {
	  background-color: #ffd700;
	  color: #000;
	  padding: 0.5rem 1rem;
	  border-radius: 6px;
	  font-weight: bold;
	  cursor: pointer;
}
.result {
	  margin-top: 1.5rem;
	  background-color: #111;
	  padding: 1rem;
	  border-radius: 6px;
	  color: #ccc;
	  font-size: 1.1rem;
}
.logo {
	  display: flex;
	  align-items: center;
	  height: 40px;
	}
.logo svg {
	  width: auto;
	  height: 100%;
	  display: block;
}
html {
  scroll-behavior: smooth;
}
.layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 20px;
}
.container {
  max-width: 100%;
  flex: 1;
}
/* Sidebar */
.sidebar-left {
  width: 220px;
  position: sticky;
  top: 80px;
  align-self: flex-start;
  background: #121319;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  padding: 20px;
  color: #f9f9f9;
  font-family: Gamdom, Arial, sans-serif;
  height: fit-content;
}

.toc-block h3 {
  font-size: 14px;
  margin-bottom: 12px;
  color: #00ff86;
  text-transform: uppercase;
  font-weight: bold;
}

.toc-block ul {
  list-style: none; /* убираем маркеры */
  padding-left: 0;
  margin: 0;
}

.toc-block ul li {
  margin-bottom: 10px;
}

.toc-block ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #f9f9f9;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
}

.toc-block ul li a:hover {
  color: #00ff86;
  border-bottom: 1px solid #00ff86;
}

.step-list {
  counter-reset: step-counter;
  padding-left: 0;
  margin: 20px 0 20px 30px;
  list-style: none;
}

.step-list li {
  counter-increment: step-counter;
  background: #151b22;
  padding: 14px 18px;
  margin-bottom: 10px;
  border-left: 4px solid #e9b10e;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  color: #f9f9f9;
  font-family: Gamdom, Arial, sans-serif;
}

.step-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  background: #e9b10e;
  color: #0a1119;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.faq-section {
  margin-top: 40px;
  padding: 30px;
  background: #151b22;
  border-radius: 10px;
  color: #f9f9f9;
  font-family: Gamdom, Arial, sans-serif;
}

.faq-section h2 {
  font-size: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #2b2f35;
  padding-bottom: 10px;
  color: #ffd700;
}

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

.faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffd700;
}

.faq-item p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
