body {
font-size: 18px;
line-height: 1.6;
color: #2b2b2b;
font-family: 'Arial', sans-serif;
background-color: #ffffff;
margin: 0;
padding: 0;
}

p {
margin-bottom: 20px;
font-size: 18px;
color: #2b2b2b;
}

body h1 {
font-size: 40px;
margin-bottom: 10px !important;
position: relative;
padding-bottom: 15px;
font-weight: 900;
color: #02023f;
text-transform: uppercase;
letter-spacing: 1px;
}

body h1::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 4px;
background: linear-gradient(45deg, #37a351, #4CAF50, #37a351, #2e8a42);
background-size: 400% 100%;
border-radius: 2px;
animation: shimmer 3s ease-in-out infinite;
}

body h2 {
font-size: 32px;
margin-top: 10px !important;
margin-bottom: 20px;
font-weight: 800;
position: relative;
padding-bottom: 12px;
color: #02023f;
text-transform: uppercase;
letter-spacing: 0.5px;
}

body h2::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 3px;
background-color: #37a351;
border-radius: 2px;
}

body h3 {
font-size: 26px;
margin: 0 0 20px;
font-weight: 700;
color: #02023f;
}

body h3::before,
body h4::before {
content: '🔹';
color: #37a351;
margin-right: 10px;
font-size: 0.8em;
position: relative;
top: -2px;
}

.faq h3::before {
content: none !important;
}

.faq p,
.faq h3 {
color: #ffffff !important;
margin-bottom: 0 !important;
padding-bottom: 5 !important;
}

body ul:not(footer ul),
body ol:not(footer ol) {
list-style-type: none;
padding-left: 5px;
margin-bottom: 25px;
}

body ul:not(footer ul) li {
position: relative;
padding-left: 32px;
margin-bottom: 8px;
line-height: 1.4;
font-size: 18px;
color: #2b2b2b;
}

body ul:not(footer ul) li::before {
content: '✓';
position: absolute;
left: 0;
top: 2px;
font-weight: 900;
color: #37a351;
font-size: 16px;
}

body ol:not(footer ol) {
counter-reset: item;
}

body ol:not(footer ol) li {
position: relative;
padding-left: 35px;
margin-bottom: 8px;
line-height: 1.4;
font-size: 18px;
color: #2b2b2b;
counter-increment: item;
}

body ol:not(footer ol) li::before {
content: counter(item);
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
background: linear-gradient(45deg, #37a351, #4CAF50);
color: #ffffff;
font-weight: 700;
font-size: 14px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

body a {
color: #37a351;
text-decoration: none !important;
font-weight: 600;
transition: color 0.3s ease;
position: relative;
}

body a:hover {
color: #4CAF50;
text-decoration: none !important;
}

.btn,
button:not(.close):not(.navbar-toggler),
input[type="submit"],
input[type="button"] {
background: linear-gradient(135deg, #37a351 0%, #4CAF50 25%, #5bc463 50%, #37a351 75%, #2e8a42 100%);
background-size: 300% 300%;
color: #ffffff;
border: 2px solid #ffffff;
padding: 12px 24px;
border-radius: 8px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
transition: all 0.4s ease;
text-decoration: none !important;
display: inline-block;
animation: shimmer-enhanced 2.5s ease-in-out infinite;
box-shadow: 0 4px 15px rgba(55, 163, 81, 0.2);
}

.btn:hover,
button:not(.close):not(.navbar-toggler):hover,
input[type="submit"]:hover,
input[type="button"]:hover {
transform: translateY(-3px) scale(1.03);
box-shadow: 0 12px 30px rgba(55, 163, 81, 0.4);
color: #ffffff;
background-position: 100% 100%;
text-decoration: none !important;
}

.btn-secondary {
background: linear-gradient(135deg, #02023f 0%, #1a1f5c 25%, #2c3073 50%, #02023f 75%, #0d1142 100%);
background-size: 300% 300%;
border-color: #02023f;
animation: shimmer-enhanced 2.5s ease-in-out infinite;
box-shadow: 0 4px 15px rgba(2, 2, 63, 0.2);
}

.btn-secondary:hover {
box-shadow: 0 12px 30px rgba(2, 2, 63, 0.4);
background-position: 100% 100%;
text-decoration: none !important;
}

@keyframes shimmer-enhanced {
0% { background-position: 0% 0%; box-shadow: 0 4px 15px rgba(55, 163, 81, 0.2); }
25% { background-position: 50% 50%; box-shadow: 0 6px 20px rgba(55, 163, 81, 0.25); }
50% { background-position: 100% 100%; box-shadow: 0 8px 25px rgba(55, 163, 81, 0.3); }
75% { background-position: 50% 50%; box-shadow: 0 6px 20px rgba(55, 163, 81, 0.25); }
100% { background-position: 0% 0%; box-shadow: 0 4px 15px rgba(55, 163, 81, 0.2); }
}

@keyframes shimmer {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

.features {
margin: 40px 0;
}

.features .content {
display: flex;
align-items: center;
gap: 30px;
margin: 30px 0;
}

.features .content img {
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
background: #f0f0f0;
padding: 20px;
text-align: center;
color: #666;
font-size: 14px;
}

.faq {
all: unset;
display: block;
margin-bottom: 30px;
}


.banner {
text-align: center;
border-radius: 12px;
position: relative;
overflow: hidden;
}

.banner h1, .banner h2, .banner p {
color: #ffffff;
text-shadow:
2px 2px 4px rgba(0, 0, 0, 0.6),
0 0 10px rgba(0, 0, 0, 0.3);
}

.banner .btn {
text-shadow:
1px 1px 3px rgba(0, 0, 0, 0.4),
0 0 8px rgba(0, 0, 0, 0.2);
box-shadow:
0 6px 20px rgba(0, 0, 0, 0.3),
0 4px 15px rgba(55, 163, 81, 0.2);
}

.banner .btn:hover {
box-shadow:
0 8px 25px rgba(0, 0, 0, 0.35),
0 12px 30px rgba(55, 163, 81, 0.4);
}


.container {
max-width: 2000px;
margin: 0 auto;
padding: 0 20px;
}

.row {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

.col {
flex: 1;
min-width: 300px;
}

/* Адаптивность */
@media (max-width: 1024px) {
body { font-size: 17px; }
body h1 { font-size: 34px; }
body h2 { font-size: 28px; }
body h3 { font-size: 22px; }
.features .content { flex-direction: column; text-align: center; }
.features .content img { max-width: 100%; }
.btn, button, input[type="submit"], input[type="button"] {
font-size: 15px;
padding: 10px 20px;
}
}

@media (max-width: 768px) {
body { font-size: 16px; line-height: 1.5; }
body h1 { font-size: 30px; padding-bottom: 10px; }
body h2 { font-size: 24px; padding-bottom: 8px; }
body h3 { font-size: 20px; margin: 20px 0 15px; }
.container { padding: 0 15px; }
.features .content { gap: 20px; }
.btn { font-size: 14px; padding: 10px 18px; }
.row { flex-direction: column; gap: 15px; }
.col { min-width: 100%; }
}

@media (max-width: 480px) {
body h1 { font-size: 26px; padding-bottom: 8px; }
body h2 { font-size: 22px; padding-bottom: 6px; }
body h3 { font-size: 18px; margin: 18px 0 12px; }
.btn { font-size: 13px; padding: 9px 16px; }
.banner { padding: 30px 15px; }
.features .content img { padding: 15px; font-size: 13px; }
.faq { padding: 20px; }
}