/* ========================================
   {{brand}} Sports Template - Main Stylesheet
   Optimized for Yandex SEO
   ======================================== */

/* CSS Variables for easy customization */
:root {
    --primary-color: #8BC34A;
    --primary-dark: #303F9F;
    --primary-light: #E0F2F1;
    --secondary-color: #1565C0;
    --accent-color: #FF5722;
    --text-color: #333333;
    --text-light: #666666;
    --bg-color: #ffffff;
    --bg-light: #f8f9fa;
    --bg-dark: #1A237E;
    --border-color: #e0e0e0;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --radius: 8px;
    --radius-lg: 16px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-color);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul, ol {
    list-style: none;
}

/* Container */
.ui-yrs49r {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.ui-utu4fw {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--bg-color);
    box-shadow: var(--shadow);
    padding: 15px 0;
}

.ui-utu4fw .ui-yrs49r {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-jsfqj0 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.el-l49nrw {
    font-size: 2rem;
}

.c-yjr19k {
    display: flex;
    gap: 25px;
}

._vffbya {
    font-weight: 500;
    color: var(--text-color);
    padding: 8px 0;
    position: relative;
}

._vffbya:hover,
._vffbya.x-bs152w {
    color: var(--primary-color);
}

._vffbya::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
}

._vffbya:hover::after,
._vffbya.x-bs152w::after {
    width: 100%;
}

._bfnfpt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    border-radius: var(--radius);
    color: var(--primary-color);
    font-weight: 600;
}

._bfnfpt:hover {
    background: var(--primary-color);
    color: white;
}

.m-dflg95 {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.m-dflg95 span {
    width: 25px;
    height: 3px;
    background: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
}

/* Floating Button */
.o8m3jn {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.x-iijw5b {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 12px;
    background: var(--primary-color);
    color: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    writing-mode: vertical-rl;
}

.x-iijw5b:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
}

.x-zgm48b {
    font-size: 1.5rem;
    writing-mode: horizontal-tb;
}

/* Buttons */
.s-tu0iku {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
}

.s-uilvrm {
    background: var(--primary-color);
    color: white;
}

.s-uilvrm:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.js-r90aon {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.js-r90aon:hover {
    background: var(--primary-color);
    color: white;
}

.js-wfjh2i {
    background: white;
    color: var(--primary-color);
}

.js-wfjh2i:hover {
    background: var(--bg-light);
}

.fvvhoo {
    padding: 8px 16px;
    font-size: 0.9rem;
}

/* Hero Section */
.x-t2aeai {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-color) 100%);
    position: relative;
    overflow: hidden;
}

.x-t2aeai::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 150%;
    background: var(--primary-light);
    border-radius: 50%;
    opacity: 0.3;
    z-index: 0;
}

.x-t2aeai .ui-yrs49r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.x-njy1pi {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.is-u18idc {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.8;
}

.s-c64rg4 {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.ui-bpcn0v p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 15px;
}

.osk1xw {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

._j9mqe4 {
    font-weight: 700;
    color: var(--text-light);
    opacity: 0.6;
}

.x-ebf2r5 {
    position: relative;
}

.x-ebf2r5 img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

/* Section Common Styles */
section {
    padding: 80px 0;
}

.is-y6w497 {
    text-align: center;
    margin-bottom: 50px;
}

.is-jc7gvk {
    display: inline-block;
    padding: 8px 20px;
    background: var(--primary-light);
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.a4ov2k {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
}

.a4ov2k strong {
    color: var(--primary-color);
}

/* About Section */
.s-veg0w9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.el-uqshbz p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.el-uqshbz strong {
    color: var(--primary-color);
}

.s-jivhhu {
    position: relative;
}

.s-jivhhu img {
    border-radius: var(--radius-lg);
}

.m-sja8lj {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: var(--primary-color);
    color: white;
    padding: 25px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
}

.x-yox0li {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
}

.x-t8lkx2 {
    font-size: 0.85rem;
}

/* Services Section */
.ui-z6djnj {
    background: var(--bg-light);
}

.c-uivddh {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.x-yqjmin {
    background: white;
    padding: 35px 25px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 2px dashed transparent;
}

.x-yqjmin:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
}

.yeb57l {
    font-size: 3rem;
    margin-bottom: 20px;
}

.el-sg45i9 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--text-color);
}

.c-snqfql {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.7;
}

.c-snqfql strong {
    color: var(--primary-color);
}

.m-dyvamq {
    text-align: center;
    margin-top: 40px;
}

/* Video CTA Section */
.c-gqv02i {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/video-bg.webp') center/cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}

.c-bgtxlx {
    width: 80px;
    height: 80px;
    background: white;
    color: var(--primary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
    cursor: pointer;
    transition: var(--transition);
}

.c-bgtxlx:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(255,255,255,0.2);
}

.m-julaid {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.x-ywd9sw {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Process Section */
.m-pmzxe3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.ui-w0zv9i {
    flex: 1;
    max-width: 250px;
    text-align: center;
    position: relative;
}

.is-hy3h7i {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    z-index: 1;
}

.ui-w0zv9i img {
    border-radius: var(--radius);
    margin-bottom: 20px;
    aspect-ratio: 1;
    object-fit: cover;
}

.ui-w0zv9i h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.ui-w0zv9i p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.js-xssznp {
    font-size: 2rem;
    color: var(--primary-color);
    margin-top: 80px;
}

/* Contact Section */
.s-rm7bvh {
    background: var(--bg-dark);
    color: white;
}

.m-vh0gwi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: white;
}

.c7lp4o img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-jnwoaf {
    padding: 50px;
    color: var(--text-color);
}

.el-iuaowo {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.is-uf64p7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.el-c12lvj,
.m-iusvft,
.is-jneqpu {
    width: 100%;
    padding: 15px;
    border: 2px dashed var(--border-color);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--bg-light);
}

.el-c12lvj:focus,
.m-iusvft:focus,
.is-jneqpu:focus {
    outline: none;
    border-color: var(--primary-color);
}

.is-jneqpu {
    resize: vertical;
    min-height: 120px;
    margin-bottom: 20px;
}

/* Partners Section */
.js-kx4l5u {
    padding: 40px 0;
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
}

.c-ggoq1k {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.s-ih08p5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-light);
    opacity: 0.6;
    transition: var(--transition);
}

.s-ih08p5:hover {
    opacity: 1;
    color: var(--primary-color);
}

/* Stats Section */
.x-p82vi2 {
    background: var(--bg-dark);
    color: white;
    padding: 60px 0;
}

.js-u2eyhy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.s-y96upu {
    text-align: center;
}

.el-nw1yaj {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.ui-ynlq72 {
    font-size: 3rem;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}

.el-keltyc {
    font-size: 1rem;
    opacity: 0.8;
}

/* Cases Section */
.js-roldjj {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.s-wffoiv {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 2px dashed transparent;
}

.s-wffoiv:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.s-wffoiv img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.js-aft93s {
    padding: 25px;
}

.js-aft93s h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.js-aft93s p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 15px;
}

.x-p5gbfn {
    color: var(--primary-color);
    font-weight: 600;
}

/* FAQ Section */
.x-aoa29j {
    background: var(--bg-light);
}

.c-zrgyka {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    align-items: start;
}

.x-ufyzds {
    text-align: left;
}

.x-ufyzds .a4ov2k {
    margin-bottom: 20px;
}

.x-h348yu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.m-enlv24 {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    border: 2px dashed var(--border-color);
}

.is-vrc42b {
    width: 100%;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.m-umenr4 {
    font-size: 1.5rem;
    color: var(--primary-color);
    transition: var(--transition);
}

.c-n9xeht {
    padding: 0 25px 20px;
    display: none;
}

.m-enlv24.active .c-n9xeht {
    display: block;
}

.m-enlv24.active .m-umenr4 {
    transform: rotate(45deg);
}

/* Team Section */
._j6vkwx {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.grzehp {
    text-align: center;
}

.grzehp img {
    width: 200px;
    height: 200px;
    border-radius: var(--radius-lg);
    object-fit: cover;
    margin: 0 auto 20px;
    transition: var(--transition);
}

.grzehp:hover img {
    transform: scale(1.05);
}

.s-j12lc8 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.js-szp2yq {
    color: var(--primary-color);
    font-size: 0.95rem;
}

/* Testimonials Section */
.x-z7qubg {
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--bg-light) 100%);
}

.s-nkoebe {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.m-g5oom5 {
    background: white;
    padding: 35px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.x-yjdoqw {
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 15px;
}

.js-r6il4u {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: var(--text-light);
}

.x-fnhnlo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.x-fnhnlo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.bbddv1 {
    display: block;
    font-weight: 600;
}

.s-vyl4re {
    color: #ffc107;
}

/* News Section */
.js-scveu1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.js-zk30t9 {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.js-zk30t9:hover {
    transform: translateY(-5px);
}

.js-zk30t9 img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.el-onjc5v {
    padding: 25px;
}

.c-yctk33 {
    display: flex;
    gap: 20px;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 15px;
}

.js-t8uz34 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.c-o1b406 {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Footer */
.v2wvpx {
    background: var(--bg-dark);
    color: white;
    padding: 60px 0 30px;
}

.s-p51rkp {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.js-iy8ifr .m-jsfqj0 {
    margin-bottom: 20px;
}

.js-iy8ifr p {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 25px;
}

.is-a0wmjh h4 {
    margin-bottom: 15px;
}

.ui-h7on79 {
    display: flex;
    gap: 10px;
}

.ui-h7on79 .el-c12lvj {
    flex: 1;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    color: white;
}

.s-egys19 h4,
.x-sehdsh h4,
.el-bd66aa h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.s-egys19 ul li,
.x-sehdsh ul li {
    margin-bottom: 12px;
}

.s-egys19 a,
.x-sehdsh a {
    opacity: 0.8;
    transition: var(--transition);
}

.s-egys19 a:hover,
.x-sehdsh a:hover {
    opacity: 1;
    color: var(--primary-color);
}

.el-bd66aa p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    opacity: 0.8;
    font-size: 0.95rem;
}

.el-ub7hib {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.el-ub7hib p {
    opacity: 0.7;
    font-size: 0.9rem;
}

.x-wioaxi {
    display: flex;
    gap: 15px;
}

.x-wioaxi a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: var(--transition);
}

.x-wioaxi a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .x-t2aeai .ui-yrs49r {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-c64rg4 {
        justify-content: center;
    }
    
    .osk1xw {
        justify-content: center;
    }
    
    .x-ebf2r5 {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .s-veg0w9 {
        grid-template-columns: 1fr;
    }
    
    .c-uivddh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-pmzxe3 {
        flex-wrap: wrap;
    }
    
    .js-xssznp {
        display: none;
    }
    
    .c-zrgyka {
        grid-template-columns: 1fr;
    }
    
    ._j6vkwx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-p51rkp {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .c-yjr19k {
        display: none;
    }
    
    .m-dflg95 {
        display: flex;
    }
    
    .x-njy1pi {
        font-size: 2rem;
    }
    
    .a4ov2k {
        font-size: 1.8rem;
    }
    
    .c-uivddh {
        grid-template-columns: 1fr;
    }
    
    .m-vh0gwi {
        grid-template-columns: 1fr;
    }
    
    .c7lp4o {
        display: none;
    }
    
    .js-u2eyhy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-roldjj,
    .s-nkoebe,
    .js-scveu1 {
        grid-template-columns: 1fr;
    }
    
    ._j6vkwx {
        grid-template-columns: 1fr;
    }
    
    .s-p51rkp {
        grid-template-columns: 1fr;
    }
    
    .o8m3jn {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .x-iijw5b {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .x-njy1pi {
        font-size: 1.6rem;
    }
    
    .s-c64rg4 {
        flex-direction: column;
    }
    
    .is-uf64p7 {
        grid-template-columns: 1fr;
    }
    
    .js-u2eyhy {
        grid-template-columns: 1fr;
    }
}
