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

/* CSS Variables for easy customization */
:root {
    --primary-color: #E53935;
    --primary-dark: #673AB7;
    --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 */
.js-xt30va {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.x-rgnkqd .js-xt30va {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.js-ntmvi8 {
    font-size: 2rem;
}

.jl3hgh {
    display: flex;
    gap: 25px;
}

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

.js-dyt5ra:hover,
.js-dyt5ra.m-kquk74 {
    color: var(--primary-color);
}

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

.js-dyt5ra:hover::after,
.js-dyt5ra.m-kquk74::after {
    width: 100%;
}

.is-biuri2 {
    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;
}

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

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

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

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

.c-m3i4ai {
    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;
}

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

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

/* Buttons */
.is-ida1iu {
    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);
}

.el-uph60y {
    background: var(--primary-color);
    color: white;
}

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

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

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

.el-u5c0yk {
    background: white;
    color: var(--primary-color);
}

.el-u5c0yk:hover {
    background: var(--bg-light);
}

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

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

.m-zys0yt::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;
}

.m-zys0yt .js-xt30va {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

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

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

.is-egr6zf {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

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

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

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

.ncs06z {
    position: relative;
}

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

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

.c-wsoqfg {
    text-align: center;
    margin-bottom: 50px;
}

.x-j5tnxh {
    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;
}

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

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

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

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

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

.s-w3fnoq {
    position: relative;
}

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

._kf9q9q {
    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);
}

.el-zb4bup {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
}

.el-fse3dt {
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Video CTA Section */
.ui-fft2l9 {
    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;
}

.x-qytgos {
    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);
}

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

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

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

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

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

._fa1wl6 {
    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-xkattg img {
    border-radius: var(--radius);
    margin-bottom: 20px;
    aspect-ratio: 1;
    object-fit: cover;
}

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

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

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

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

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

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

.is-wslz2w {
    padding: 50px;
    color: var(--text-color);
}

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

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

._q3a43w,
.ui-xurgfe,
.z37kyv {
    width: 100%;
    padding: 15px;
    border: 2px dashed var(--border-color);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--bg-light);
}

._q3a43w:focus,
.ui-xurgfe:focus,
.z37kyv:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

.js-pf82ar:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

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

.x-bm6y8y {
    text-align: center;
}

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

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

.m-lbqilc {
    font-size: 1rem;
    opacity: 0.8;
}

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

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

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

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

.is-rpqz7k {
    padding: 25px;
}

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

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

.is-bt9wkv {
    color: var(--primary-color);
    font-weight: 600;
}

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

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

.m-o1cjiz {
    text-align: left;
}

.m-o1cjiz .x-czy5xm {
    margin-bottom: 20px;
}

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

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

.x-mwut33 {
    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;
}

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

.ui-p12s5o {
    padding: 0 25px 20px;
    display: none;
}

.c-rb2lmx.active .ui-p12s5o {
    display: block;
}

.c-rb2lmx.active .el-v3xqbb {
    transform: rotate(45deg);
}

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

.x-a39wit {
    text-align: center;
}

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

.x-a39wit:hover img {
    transform: scale(1.05);
}

.is-coh85f {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.c-ncuufc {
    color: var(--primary-color);
    font-size: 0.95rem;
}

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

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

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

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

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

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

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

.s-vyxvbz {
    display: block;
    font-weight: 600;
}

.m-sbopcp {
    color: #ffc107;
}

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

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

.el-pqdwer:hover {
    transform: translateY(-5px);
}

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

.js-w0396m {
    padding: 25px;
}

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

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

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

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

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

.ui-y8xk7x .el-mvv04g {
    margin-bottom: 20px;
}

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

.js-pljk8t h4 {
    margin-bottom: 15px;
}

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

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

.is-hcfy1t h4,
.s-cegzuq h4,
.js-k48wpk h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.is-hcfy1t ul li,
.s-cegzuq ul li {
    margin-bottom: 12px;
}

.is-hcfy1t a,
.s-cegzuq a {
    opacity: 0.8;
    transition: var(--transition);
}

.is-hcfy1t a:hover,
.s-cegzuq a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

.js-b72o6u {
    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;
}

.js-b72o6u p {
    opacity: 0.7;
    font-size: 0.9rem;
}

.el-n5e3nd {
    display: flex;
    gap: 15px;
}

.el-n5e3nd 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);
}

.el-n5e3nd a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .m-zys0yt .js-xt30va {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-egr6zf {
        justify-content: center;
    }
    
    .wd328e {
        justify-content: center;
    }
    
    .ncs06z {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .c-mr6hzv {
        grid-template-columns: 1fr;
    }
    
    ._gl609f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-uin2i2 {
        flex-wrap: wrap;
    }
    
    ._x02txq {
        display: none;
    }
    
    .c-dpxhu5 {
        grid-template-columns: 1fr;
    }
    
    .x-ymlcir {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-xouvvl {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .jl3hgh {
        display: none;
    }
    
    .s-ye7lq2 {
        display: flex;
    }
    
    ._am2yms {
        font-size: 2rem;
    }
    
    .x-czy5xm {
        font-size: 1.8rem;
    }
    
    ._gl609f {
        grid-template-columns: 1fr;
    }
    
    .fg53nk {
        grid-template-columns: 1fr;
    }
    
    .el-pplatc {
        display: none;
    }
    
    ._ez822d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-p9s19g,
    .js-gy1ai9,
    .el-dyljnh {
        grid-template-columns: 1fr;
    }
    
    .x-ymlcir {
        grid-template-columns: 1fr;
    }
    
    .c-xouvvl {
        grid-template-columns: 1fr;
    }
    
    .s-bhz4q7 {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .c-m3i4ai {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    ._am2yms {
        font-size: 1.6rem;
    }
    
    .is-egr6zf {
        flex-direction: column;
    }
    
    .js-f7pal0 {
        grid-template-columns: 1fr;
    }
    
    ._ez822d {
        grid-template-columns: 1fr;
    }
}
