body {
	background-color:#fff;
	font-size: 24px;
    line-height: 40px;
    color: #444545;
	font-family: 'Roboto', sans-serif;
  	-ms-text-size-adjust: 100%;
  	-moz-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%;
	font-weight: 400;
    letter-spacing: 0;
}
html, body {
  height: 100%;
  min-width: 320px;
    color: #6d6d6d;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	    color: #2c2c2c;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer;
}
a:hover, a:active, .breadcrumb a:hover, .breadcrumb a:active, .menu a:active, .menu a:hover, nav.toc-new ul li a:hover, nav.toc-new ul li a:active, main .product_first .product_main a:hover, main .product_first .product_main a:active {
	color:#2c2c2c;
	text-decoration:underline;
}
nav a:hover {
	color:#fff;
}
aside, nav, footer, header, section {
  display: block;
}
h1,h2,h3,h4 {
	font-weight: 500;
}
h2 {
  font-size:48px;
}
nav, footer {
	font-size:18px;
}
a {
	color:var(--link_color);
	text-decoration:none;
}
a:hover, .one_product a:hover {
	color:var(--cta_color);
}
.head_1, .nav_1, main, .not_post, .container {
	max-width:800px;
	margin:0 auto;
}
main {
	max-width:unset;
}
nav ul {
	display:flex;
	gap:40px;
	flex-wrap:wrap;
}
footer .widgets {
	display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
nav ul li {
    list-style-type: none;
}
nav.main-nav ul li a:hover {
	color:#fff;
}
.products {
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	justify-content: center;
}
footer {
	background-color:#3c3c3c;
	padding:40px 0 0 0;
		color:#fff;
	font-size:18px;
}
.footer {
    width: 100%;
	background-color: #231f20;
}
.widgets section {
	max-width:300px;
}
h2 {
	letter-spacing: 0;
    font-weight: 500;
    line-height: 1.269em;
    margin: 25px 0;
}
p, ul, ol, .faq-item {
	margin: 10px 0;
    line-height: 1.556em;
	font-size:18px;
}
header {
	background-color:#231f20;
	padding: 10px;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
header a {
	color:#fff;
}
h1 {
	text-align: center;
	margin:20px 0;
}
.banner {
	background-color:#231f20;
	text-align:center;
	font-size:32px;
	color:#fff;
	padding: 80px 0;
}
.banner span {
	margin:20px auto;
	display:block;
	line-height:50px;
	font-size:32px;
}
.banner .banner-button {
	background-color: #5cb85c;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(49, 133, 206, .16);
    transition: .2s;
    padding: 9px 28px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
}
.not_post a {
	color:#231f20;
	text-decoration:underline;
}
nav.toc {
	background-color:#efefef;
	width: fit-content;
    padding: 0 20px;
	margin:0 auto;
}
nav.toc ul {
	display:flex;
	gap:20px;
}
table {
	margin: 25px auto;
    font-size: 18px;
    text-align: left;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

th, td {
    padding: 12px 15px;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table:not(.requirements-table) tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #231f20;
}

table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.banner h1, .banner .title {
	font-size: 48px;
}
.container {
	max-width:800px;
}
.banner hr {
    height: 2px;
    margin: 24px auto;
    width: 400px;
    background: rgb(84 120 227);
}
.apps {
	display:flex;
	gap:40px;
	margin: 0 auto;
	justify-content: center;
}
.app_button {
	padding: 5px 24px;
    border: solid 1px #d4d7e1;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #d4d7e1;
    display: flex;
    align-items: center;
}
.app_button a {
	display:flex;
}
.sign-up {
	background-color: #13d37b;
    color: #000;
    box-shadow: 0 8px 16px 0 rgba(49, 133, 206, .16);
    transition: .2s;
    padding: 9px 28px;
}
.advantages {
  background: #231f20; /* фирменный синий фон */
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.advantages h2 {
  margin-bottom: 10px;
}

.subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  color: #dce9ff;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.advantage-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.advantage-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}

.advantage-card p {
  font-size: 18px;
  color: #e0ecff;
}
.sports-betting {
  background: #f5f8ff; /* светлый фон для контраста с синим */
  padding: 60px 20px;
  text-align: center;
}

.sports-betting h2 {
  color: #231f20; /* фирменный синий */
  margin-bottom: 10px;
}

.sports-betting .subtitle {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.sports-betting .description {
  font-size: 18px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.sports-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.sports-icons .icon {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  font-size: 18px;
  color: #231f20;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sports-icons .icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.cta-button {
  display: inline-block;
  background: #231f20;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #012fc0;
}
.faq-section {
  background: #f0f4ff;
  padding: 60px 20px;
  margin: 0 auto;
  border-radius: 12px;
}

.faq-section h2 {
  text-align: center;
  color: #231f20;
  margin-bottom: 30px;
}

.faq-item {
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-item summary {
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  color: #231f20;
  background: #ffffff;
  position: relative;
  list-style: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-item p {
  padding: 15px;
  color: #333;
  background: #f9fbff;
  border-top: 1px solid #eee;
  margin: 0;
  line-height: 1.6;
}
.contact-support {
  background: #231f20;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.contact-support h2 {
  margin-bottom: 10px;
}

.contact-support .subtitle {
  font-size: 18px;
  color: #dce9ff;
  margin-bottom: 40px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.contact-item .icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-item p a {
  color: #dce9ff;
  text-decoration: underline;
}
.site-footer {
  background: #0e1c36;
  color: #dce9ff;
  padding: 40px 20px;
  font-size: 0.95em;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.footer-logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-nav a {
  color: #dce9ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.footer-bottom {
  text-align: center;
  font-size: 0.85em;
  color: #a3b9d5;
}
.legal-status {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  text-align: center;
}

.legal-status h2 {
  margin-bottom: 30px;
  color: #231f20;
}

.legal-status p {
  font-size: 1em;
  color: #333;
  max-width: 900px;
  margin: 0 auto 20px auto;
  line-height: 1.7;
}

.license-badge {
  margin-top: 30px;
  font-size: 0.95em;
  color: #555;
  background: #e4edff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
}
.security-block {
  background: #231f20; /* фирменный синий фон */
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.security-block h2 {
  margin-bottom: 10px;
  color: white;
}

.security-block .subtitle {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #dce9ff; /* светлый для контраста */
}

.security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.feature-card {
  background: rgba(255, 255, 255, 0.08); /* полупрозрачный белый фон */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.feature-card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ffffff;
}

.feature-card p {
  font-size: 0.95em;
  color: #e0ecff;
}

.footer-note {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.95em;
  color: #c0d6ff;
}
.about-nairabet {
  background: #f5f8ff;
  padding: 60px 20px;
  text-align: left;
}

.about-nairabet h2 {
  margin-bottom: 20px;
  color: #231f20;
}

.about-nairabet .description {
  font-size: 1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #333;
  line-height: 1.7;
}

.about-nairabet .bonus-text {
  font-size: 1.1em;
  color: #231f20;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  background: #231f20;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #012fc0;
}
.login-help {
  background: #f0f4ff;
  color: #231f20;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 700px;
  margin: 30px auto;
  text-align: left;
  font-size: 1em;
  line-height: 1.6;
}

.login-help h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #231f20;
  text-align: center;
}

.login-help ul {
  list-style: none;
  padding-left: 0;
}

.login-help li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.login-help li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
}

.login-help a {
  color: #231f20;
  text-decoration: underline;
}

.login-help a:hover {
  text-decoration: none;
}
.ready-block {
  background: #231f20;
  color: white;
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  margin: 40px auto;
  max-width: 800px;
}

.ready-block h3 {
  font-size: 2em;
  margin-bottom: 15px;
}

.ready-block p {
  font-size: 1em;
  margin-bottom: 15px;
  color: #dce9ff;
  line-height: 1.6;
}

.ready-block .cta-text a {
  color: #ffd700; /* золотой акцент */
  text-decoration: underline;
}

.ready-block .cta-text a:hover {
  text-decoration: none;
}

.cta-button {
  display: inline-block;
  background: #ffd700;
  color: #231f20;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.cta-button:hover {
  background: #e6c200;
}
.login-guide {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  margin: 0 auto;
  border-radius: 12px;
  line-height: 1.7;
}

.login-guide h2 {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #231f20;
}

.login-guide .intro {
  text-align: center;
  font-size: 1em;
  color: #333;
  margin-bottom: 40px;
}

.step {
  background: white;
  border: 1px solid #d0d8e8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.step h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #231f20;
}

.step p, .step li {
  font-size: 1em;
  color: #333;
  margin-bottom: 8px;
}

.step .tip {
  font-size: 0.95em;
  color: #d00000; /* Красный акцент для предупреждения */
  font-weight: bold;
}

.step ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
.security-legal-mini {
  background: #231f20;
  padding: 20px 15px;
  text-align: center;
  font-size: 0.95em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.info-item {
  background: white;
  border: 1px solid #dce9ff;
  border-radius: 8px;
  padding: 10px 15px;
}
.apk-hero {
  background: #231f20;
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.apk-hero h1 {
  font-size: 2.4em;
  margin-bottom: 15px;
}

.apk-hero p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #dce9ff;
}

.download-button {
  background: #ffd700;
  color: #231f20;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  transition: background 0.3s ease;
}

.download-button:hover {
  background: #e6c200;
}
.apk-features {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  text-align: center;
}

.apk-features h2 {
  font-size: 2em;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.feature-item {
  background: white;
  border: 1px solid #dce9ff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.feature-item h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 0.95em;
  color: #333;
}

.download-button {
  background: #231f20;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background 0.3s ease;
}

.download-button:hover {
  background: #012fc0;
}
.apk-security {
  background: #231f20;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.apk-security h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.security-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.6;
}

.security-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 12px 20px;
  text-align: left;
}
.apk-faq {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  margin: 0 auto;
  border-radius: 12px;
}

.apk-faq h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
}

.faq-item {
  background: white;
  border: 1px solid #dce9ff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-item summary {
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1em;
  color: #231f20;
  background: #ffffff;
  list-style: none;
  position: relative;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-item p {
  padding: 15px;
  font-size: 0.95em;
  color: #333;
  background: #f9fbff;
  margin: 0;
  line-height: 1.6;
}
.apk-hero .app_button {
    background-color: #13d37b;
    color: #000;
    border:0;
}
.apk-hero .app_button a:before {
  filter: brightness(0) saturate(100%)
}
.install-guide {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  text-align: left;
  margin: 0 auto;
  border-radius: 12px;
  line-height: 1.6;
}

.install-guide h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  color: #231f20;
}

.install-platform {
  background: white;
  border: 1px solid #dce9ff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.install-platform h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #231f20;
}

.install-platform ol {
  padding-left: 20px;
}

.install-platform li {
  margin-bottom: 10px;
  font-size: 1em;
  color: #333;
}
.system-requirements {
  background: #231f20;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.system-requirements h2 {
  font-size: 2em;
  margin-bottom: 10px;
  color: white;
}

.requirements-subtitle {
  font-size: 1em;
  color: #dce9ff;
  margin-bottom: 30px;
}

.requirements-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.requirements-table th,
.requirements-table td {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.95em;
  text-align: left;
  color: #e0ecff;
}

.requirements-table th {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-weight: bold;
}

.requirements-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.05);
}
.compare-app-web {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  text-align: center;
}

.compare-app-web h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.compare-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.compare-table th, .compare-table td {
  padding: 15px;
  border: 1px solid #dce9ff;
  font-size: 0.95em;
  text-align: left;
}

.compare-table th {
  background: #231f20;
  color: white;
  font-weight: bold;
}

.compare-table tr:nth-child(even) td {
  background: #f9fbff;
}
.device-compatibility {
  background: white;
  color: #231f20;
  padding: 60px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  line-height: 1.6;
}

.device-compatibility h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.device-compatibility p {
  font-size: 1em;
  margin-bottom: 20px;
  color: #333;
}

.device-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.device-list li {
  margin-bottom: 10px;
  font-size: 0.95em;
  color: #333;
  padding-left: 20px;
  position: relative;
}

.device-list li::before {
  content: "✅";
  position: absolute;
  left: 0;
}
.registration-hero {
  background: #231f20;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.registration-hero h1 {
  font-size: 2.4em;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero-subtitle {
  font-size: 1.1em;
  color: #dce9ff;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button {
  background: #ffd700;
  color: #231f20;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hero-button:hover {
  background: #e6c200;
}
.registration-benefits {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  text-align: center;
}

.registration-benefits h2 {
  font-size: 2em;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.benefit-item {
  background: white;
  border: 1px solid #dce9ff;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease;
  text-align: left;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.benefit-item h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #231f20;
}

.benefit-item p {
  font-size: 0.95em;
  color: #333;
}
.register-guide {
  background: white;
  color: #231f20;
  padding: 60px 20px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
}

.register-guide h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.guide-intro {
  font-size: 1em;
  color: #333;
  margin-bottom: 40px;
}

.register-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  text-align: left;
}

.step-item {
  background: #f5f8ff;
  border: 1px solid #dce9ff;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease;
}

.step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.step-item h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #231f20;
}

.step-item p {
  font-size: 0.95em;
  color: #333;
}
.registration-faq {
  background: #f5f8ff;
  color: #231f20;
  padding: 60px 20px;
  margin: 0 auto;
  border-radius: 12px;
}

.registration-faq h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
}

.faq-item {
  background: white;
  border: 1px solid #dce9ff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-item summary {
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1em;
  color: #231f20;
  background: #ffffff;
  list-style: none;
  position: relative;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-item p {
  padding: 15px;
  font-size: 0.95em;
  color: #333;
  background: #f9fbff;
  margin: 0;
  line-height: 1.6;
}
header img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(498%) hue-rotate(225deg) brightness(119%) contrast(100%);
}
@media screen and (max-width:720px){ 
    header {
        gap:10px;
    }
    nav ul {
        gap: 10px;
    }
    .download_app, .sign-up {
        display: none;
    }
    .apps {
        gap:10px;
    }
    .app_button {
        padding: 5px;
        font-size: 16px;
    }
    .app_button a:before {
        margin-right: 5px;
    }
    .not_post {
        margin:0 5px;
    }
    .banner h1, .banner .title {
        font-size: 36px;
    }
    hr {
        width:95%;
    }
  .advantages {
    padding: 40px 15px; /* немного меньше отступы */
  }

  .subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .advantages-grid {
    grid-template-columns: 1fr; /* одна колонка — карточки по вертикали */
    gap: 15px;
  }

  .advantage-card {
    padding: 15px;
  }

  .icon {
    font-size: 1.8em;
  }

  .advantage-card h3 {
    font-size: 1.1em;
  }

  .advantage-card p {
    font-size: 0.95em;
  }
  .sports-betting {
    padding: 40px 15px;
  }

  .sports-icons {
    grid-template-columns: 1fr 1fr; /* 2 иконки в ряд на телефоне */
  }

  .cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .contact-support {
    padding: 40px 15px;
  }

  .contact-grid {
    grid-template-columns: 1fr; /* одна колонка */
  }

  .contact-item {
    padding: 15px;
  }
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-nav {
    justify-content: center;
    margin: 15px 0;
  }
  .security-block {
  background: #231f20; /* фирменный синий фон */
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.security-block h2 {
  margin-bottom: 10px;
  color: white;
}

.security-block .subtitle {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #dce9ff; /* светлый для контраста */
}

.security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.feature-card {
  background: rgba(255, 255, 255, 0.08); /* полупрозрачный белый фон */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.feature-card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ffffff;
}

.feature-card p {
  font-size: 0.95em;
  color: #e0ecff;
}

.footer-note {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.95em;
  color: #c0d6ff;
}
.about-nairabet {
    padding: 40px 15px;
  }

  .cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .login-help {
    padding: 20px 15px;
    font-size: 0.95em;
  }
  .ready-block {
    padding: 30px 15px;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 0.95em;
  }
  .login-guide {
    padding: 40px 15px;
  }

  .step {
    padding: 15px;
  }
  .apk-features {
    padding: 40px 15px;
  }

  .feature-item {
    padding: 15px;
  }

  .download-button {
    padding: 10px 20px;
    font-size: 0.95em;
  }
  .apk-security {
    padding: 40px 15px;
  }

  .security-item {
    padding: 10px 15px;
    font-size: 0.95em;
  }
  .apk-faq {
    padding: 40px 15px;
  }

  .faq-item summary {
    font-size: 0.95em;
  }

  .faq-item p {
    font-size: 0.9em;
  }
.install-guide {
    padding: 40px 15px;
  }


  .install-platform li {
    font-size: 0.95em;
  }
  .system-requirements {
    padding: 40px 15px;
  }

  .requirements-table th,
  .requirements-table td {
    font-size: 0.9em;
    padding: 5px;
  }

  .requirements-subtitle {
    font-size: 0.95em;
  }
  .compare-app-web,
  .device-compatibility {
    padding: 40px 15px;
  }


  .compare-table th, .compare-table td {
    font-size: 0.9em;
    padding: 10px;
  }

  .device-list li {
    font-size: 0.9em;
  }
.registration-hero {
    padding: 60px 15px;
  }

  .registration-hero h1 {
    font-size: 28px;
  }


  .hero-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .registration-benefits {
    padding: 40px 15px;
  }


  .benefit-item {
    padding: 15px;
  }

  .benefit-item p {
    font-size: 0.9em;
  }
  .register-guide {
    padding: 40px 15px;
  }


  .guide-intro {
    font-size: 0.95em;
  }

  .step-item {
    padding: 15px;
  }

  .step-item p {
    font-size: 0.9em;
  }
  .registration-faq {
    padding: 40px 15px;
  }


  .faq-item summary {
    font-size: 0.95em;
  }

  .faq-item p {
    font-size: 0.9em;
  }
  .banner hr {
    max-width: 100%;
  }
  .system-requirements h2, .feature-item h3, .apk-hero h1, .banner span, h2, .registration-faq h2, .step-item h3, .register-guide h2, .benefit-item h3, .registration-benefits h2, .compare-app-web h2, .device-compatibility h2, .install-platform h3,   .install-guide h2, .login-guide h2,   .ready-block h3,   .apk-features h2, .apk-security h2, .apk-faq h2  {
    line-height: 36px;
    font-size: 28px;
  }
.hero-subtitle
  {
    font-size: 18px;
    line-height: 32px;
  }
  .about-nairabet .description {
    font-size:18px;
  }
  th, td {
    line-height: 28px;
  }
  .legal-status {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .security-legal-mini {
    text-align: left;
    justify-content: unset;
  }
  .info-item {
    color:#fff;
    background-color: unset;
    border:unset;
    padding:0;
  }
}
