body {
margin: 0;
font-family: 'Kavivanar', cursive;
background-color: #f4f4f4;
color: #222;
}

h1, h2, h3 {
font-family: 'UnifrakturCook', cursive;
}

.tech__header_alert-banner {
background-color: #440000;
color: #fff;
text-align: center;
padding: 8px 16px;
font-size: 0.9rem;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}

.tech__header_alert-banner i {
font-size: 1.2rem;
}

.tech__header_main-box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background-color: #20232a;
}

.tech__header_navigation-tabs ul {
list-style: none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
}

.tech__header_navigation-tabs a {
color: #fff;
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease;
}

.tech__header_navigation-tabs a:hover {
color: #ff6f61;
}

.tech__main_teaser-showcase {
text-align: center;
padding: 60px 20px;
}

.tech__main_teaser-showcase h2 {
font-family: 'UnifrakturCook', cursive;
font-size: 2rem;
color: #20232a;
margin-bottom: 20px;
}

.tech__main_teaser-showcase p {
max-width: 600px;
margin: 0 auto;
font-size: 1.1rem;
}

.tech__advantages_vectorlist {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 40px 20px;
justify-content: center;
}

.tech__advantages_vectorlist .card {
background: #919090;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
flex: 1 1 260px;
max-width: 300px;
text-align: center;
}

.tech__advantages_vectorlist .card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0,0,0,0.7);
}

.tech__advantages_vectorlist .card i {
font-size: 2rem;
margin-bottom: 10px;
color: #ff6f61;
}

.tech__advantages_vectorlist .card h4 {
font-family: 'UnifrakturCook', cursive;
font-size: 1.5rem;
margin: 10px 0;
}

.tech__advantages_vectorlist .card p {
font-size: 0.95rem;
}

.tech__cookie_bottom-plate {
position: fixed;
bottom: 0;
background: #20232a;
color: #fff;
padding: 15px 25px;
border-radius: 0 10px 0 0;
text-align: center;
z-index: 20;
max-width: 90%;
}

.tech__cookie_bottom-plate a {
    color: #f0f0f0;
}

.tech__cookie_bottom-plate button {
margin-top: 10px;
padding: 6px 14px;
background-color: #ff6f61;
border: none;
color: #fff;
border-radius: 5px;
cursor: pointer;
font-family: 'Kavivanar', cursive;
}

.tech__modal_overlay, .tech__modal_warning {
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
padding: 20px;
text-align: center;
}

.tech__modal_box {
background: #fff;
padding: 30px 25px;
border-radius: 12px;
max-width: 500px;
width: 100%;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.tech__modal_box h2 {
font-family: 'UnifrakturCook', cursive;
font-size: 2rem;
margin-bottom: 15px;
}

.tech__modal_box p {
font-size: 1rem;
margin-bottom: 20px;
}

.tech__modal_box button {
padding: 8px 16px;
background-color: #ff6f61;
border: none;
color: #fff;
border-radius: 6px;
cursor: pointer;
font-family: 'Kavivanar', cursive;
}

@media (max-width: 768px) {
.tech__advantages_vectorlist {
    flex-direction: column;
    align-items: center;
}
}

@media (max-width: 480px) {
.tech__main_teaser-showcase h1 {
    font-size: 2rem;
}

.tech__modal_box {
    padding: 20px;
}
}

.tech__header_lancer-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px;
background: #111;
color: #fff;
}

.tech__header_lancer-link {
margin-left: 20px;
text-decoration: none;
color: #f0f0f0;
}

.tech__showcase_torque-banner {
background-image: url('../tech-img/tech-backgr-imgs.png');
background-size: cover;
background-position: center;
width: 100%;
height:455px;
}

.tech__showcase_torque-banner h1 {
text-align: center;
font-family: 'UnifrakturCook', cursive;
font-size: 3rem;
color: #fff;
padding: 7px 17px;
margin: 0;
background: #440000;
}

.tech__info_vector-text {
padding: 40px 20px;
max-width: 900px;
margin: auto;
text-align: center;
}

.tech__platform_sparks-why {
background-color: #222;
color: #fff;
padding: 40px 20px;
text-align: center;
}

.tech__platform_sparks-cards {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}

.tech__platform_sparks-card {
flex: 1 1 250px;
background: #333;
padding: 20px;
border-radius: 10px;
}

.tech__platform_sparks-card i {
font-size: 30px;
color: #ffcc00;
}

.tech__catalog_sparks-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
padding: 40px 20px;
}

.tech__catalog_sparks h2 {
text-align: center;
font-family: 'UnifrakturCook', cursive;
font-size: 2rem;
}

.tech__catalog_sparks-item {
background: #919090;
padding: 20px;
border-radius: 8px;
text-align: center;
width: 200px;
}

.tech__catalog_sparks-item:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0,0,0,0.7);
}

.tech__catalog_sparks-btn {
display: inline-block;
margin-top: 10px;
padding: 8px 16px;
background: #000;
color: #fff;
text-decoration: none;
border-radius: 5px;
}

.tech__footer_grip-zone {
background: #111;
color: #aaa;
padding: 20px;
text-align: center;
}

.tech__partners_section {
padding: 50px 20px;
background-color: #fff;
text-align: center;
}

.tech__partners_section h2 {
font-family: 'UnifrakturCook', cursive;
font-size: 2rem;
margin-bottom: 30px;
color: #20232a;
}

.tech__partners_grid {
display: grid;
gap: 25px;
grid-template-columns: repeat(3, 1fr);
max-width: 1000px;
margin: 0 auto;
}

.tech__partners_grid a {
display: block;
background: #919090;
border-radius: 10px;
padding: 20px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.tech__partners_grid a:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0,0,0,0.7);
}

.tech__partners_grid img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

.tech__header_main-box img,
.tech__footer_grip-top img {
width: 55px;
height: 55px;
padding: 9px;
background: #ddd;
border-radius: 25px;
}

.tech__footer_grip-nav a {
margin: 15px 26px;
color: #f0f0f0;
}

.tech__section-genybet_container {
max-width: 1000px;
margin: 2rem auto;
font-family: 'Kavivanar', cursive;
color: #222;
background-color: #f4f4f4;
padding: 2rem;
border: 3px solid #20232a;
box-shadow: 5px 5px 0 #919090;
position: relative;
}

.tech__section-genybet_banner {
width: 95%;
padding: 1.5rem;
margin-bottom: 2rem;
text-align: center;
background-color: #919090;
border: 2px solid #20232a;
}

.tech__section-genybet_logo {
width: 250px;
height: 150px;
object-fit: contain;
margin: 0 auto 1rem;
border: 2px solid #20232a;
background-color: white;
padding: 0.5rem;
}

.tech__section-genybet_title {
font-family: 'UnifrakturCook', cursive;
color: #20232a;
font-size: 3rem;
margin: 1rem 0;
letter-spacing: 1px;
text-transform: uppercase;
}

.tech__section-genybet_button {
display: inline-block;
padding: 0.8rem 1.8rem;
margin: 1rem auto 0;
font-family: 'Kavivanar', cursive;
font-size: 1rem;
color: #222;
background-color: transparent;
border: 2px solid #20232a;
text-decoration: none;
transition: all 0.3s ease;
}

.tech__section-genybet_button:hover {
background-color: #20232a;
color: #f4f4f4;
transform: translateY(-3px);
}

.tech__section-genybet_info {
width: 95%;
padding: 1.5rem;
background-color: #919090;
border: 2px solid #20232a;
}

.tech__section-genybet_subtitle {
font-family: 'UnifrakturCook', cursive;
color: #20232a;
font-size: 1.8rem;
margin: 1.5rem 0 1rem;
border-bottom: 2px solid #20232a;
padding-bottom: 0.5rem;
}

.tech__section-genybet_list {
padding-left: 1.5rem;
margin: 1.5rem 0;
}

.tech__section-genybet_list li {
margin-bottom: 1.2rem;
font-size: 1rem;
line-height: 1.5;
position: relative;
list-style-type: none;
}

.tech__section-genybet_list li:before {
content: '◆';
color: #20232a;
margin-right: 0.5rem;
}

.tech__section-genybet_list strong {
color: #20232a;
font-weight: normal;
}

.tech__section-genybet_rating {
font-size: 1.1rem;
padding: 1rem;
margin-top: 1.5rem;
background-color: #f4f4f4;
border: 2px solid #20232a;
display: inline-block;
}

.tech__section-pmu_container {
max-width: 1000px;
margin: 2rem auto;
font-family: 'Kavivanar', cursive;
color: #222;
background-color: #f4f4f4;
padding: 2rem;
border: 3px solid #20232a;
box-shadow: 5px 5px 0 #919090;
position: relative;
}

.tech__section-pmu_banner {
width: 95%;
padding: 1.5rem;
margin-bottom: 2rem;
text-align: center;
background-color: #919090;
border: 2px solid #20232a;
}

.tech__section-pmu_logo {
width: 250px;
height: 150px;
object-fit: contain;
margin: 0 auto 1rem;
border: 2px solid #20232a;
background-color: white;
padding: 0.5rem;
}

.tech__section-pmu_title {
font-family: 'UnifrakturCook', cursive;
color: #20232a;
font-size: 3rem;
margin: 1rem 0;
letter-spacing: 1px;
text-transform: uppercase;
}

.tech__section-pmu_button {
display: inline-block;
padding: 0.8rem 1.8rem;
margin: 1rem auto 0;
font-family: 'Kavivanar', cursive;
font-size: 1rem;
color: #222;
background-color: transparent;
border: 2px solid #20232a;
text-decoration: none;
transition: all 0.3s ease;
}

.tech__section-pmu_button:hover {
background-color: #20232a;
color: #f4f4f4;
transform: translateY(-3px);
}

.tech__section-pmu_info {
width: 95%;
padding: 1.5rem;
background-color: #919090;
border: 2px solid #20232a;
}

.tech__section-pmu_subtitle {
font-family: 'UnifrakturCook', cursive;
color: #20232a;
font-size: 1.8rem;
margin: 1.5rem 0 1rem;
border-bottom: 2px solid #20232a;
padding-bottom: 0.5rem;
}

.tech__section-pmu_list {
padding-left: 1.5rem;
margin: 1.5rem 0;
}

.tech__section-pmu_list li {
margin-bottom: 1.2rem;
font-size: 1rem;
line-height: 1.5;
position: relative;
list-style-type: none;
}

.tech__section-pmu_list li:before {
content: '◆';
color: #20232a;
margin-right: 0.5rem;
}

.tech__section-pmu_list strong {
color: #20232a;
font-weight: normal;
}

.tech__section-pmu_rating {
font-size: 1.1rem;
padding: 1rem;
margin-top: 1.5rem;
background-color: #f4f4f4;
border: 2px solid #20232a;
display: inline-block;
}

@media (max-width: 1023px) {
.tech__partners_grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 599px) {
.tech__partners_grid {
    grid-template-columns: 1fr;
}
}

@media (max-width: 1024px) {
.tech__platform_sparks-cards, .tech__catalog_sparks-grid {
    flex-direction: column;
    align-items: center;
}
}

@media (max-width: 768px) {

.tech__modal_overlay, .tech__modal_warning {
    padding: 20px 0;
}

.tech__header_lancer-container {
flex-direction: column;
text-align: center;
}
.tech__section-genybet_container {
padding: 1rem;
}
.tech__section-genybet_title {
font-size: 2.2rem;
}
.tech__section-genybet_subtitle {
font-size: 1.4rem;
}
.tech__section-genybet_list li {
font-size: 0.9rem;
}
.tech__section-pmu_container {
padding: 1rem;
}
.tech__section-pmu_banner,
.tech__section-pmu_info,
.tech__section-genybet_banner,
.tech__section-genybet_info {
    width: 92%;
}
.tech__section-pmu_title {
font-size: 2.2rem;
}
.tech__section-pmu_subtitle {
font-size: 1.4rem;
}
.tech__section-pmu_list li {
font-size: 0.9rem;
}
}

@media (max-width: 480px) {
.tech__header_main-box, 
.tech__header_navigation-tabs ul{
flex-direction: column;
text-align: center;
gap: 25px;
}
.tech__platform_sparks-cards, 
.tech__catalog_sparks-grid {
padding: 40px 5px;
}
.tech__catalog_sparks-item {
    width: 85%;
}
.tech__section-pmu_banner,
.tech__section-pmu_info,
.tech__section-genybet_banner,
.tech__section-genybet_info {
    width: 80%;
}
.tech__section-pmu_logo,
.tech__section-genybet_logo {
    width: 195px;
}

}
