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

/* CSS Variables for easy customization */
:root {
    --primary-color: #00C853;
    --primary-dark: #1A237E;
    --primary-light: #E0F2F1;
    --secondary-color: #1A237E;
    --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 */
._yvmu52 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.cb0bjr ._yvmu52 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

._rzum15 {
    font-size: 2rem;
}

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

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

.x-bgsjud:hover,
.x-bgsjud.el-yimmbi {
    color: var(--primary-color);
}

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

.x-bgsjud:hover::after,
.x-bgsjud.el-yimmbi::after {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-cwb1je:hover {
    background: var(--bg-light);
}

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

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

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

.zzvxih ._yvmu52 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

._arwzoy {
    position: relative;
}

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

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

.s-gyxnvp {
    text-align: center;
    margin-bottom: 50px;
}

.m-wu4bqd {
    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;
}

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

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

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

.js-x38gau p {
    margin-bottom: 20px;
    line-height: 1.8;
}

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

.x-jeuyw4 {
    position: relative;
}

.x-jeuyw4 img {
    border-radius: var(--radius-lg);
}

.is-zt6t18 {
    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-s16it6 {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
}

.kc8ucw {
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.ui-lqx9wm {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.m-i7hzlz {
    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;
}

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

.x-ojewvw h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.js-gfqj0o {
    padding: 50px;
    color: var(--text-color);
}

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

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

.c-ebya8b,
.m-zhg34f,
.m-e3ax9f {
    width: 100%;
    padding: 15px;
    border: 2px dashed var(--border-color);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--bg-light);
}

.c-ebya8b:focus,
.m-zhg34f:focus,
.m-e3ax9f:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-u18idc {
    padding: 25px;
}

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

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

.s-c64rg4 {
    color: var(--primary-color);
    font-weight: 600;
}

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

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

._j9mqe4 {
    text-align: left;
}

._j9mqe4 .s-l56cqb {
    margin-bottom: 20px;
}

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

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

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

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

.s-veg0w9 {
    padding: 0 25px 20px;
    display: none;
}

.is-y6w497.active .s-veg0w9 {
    display: block;
}

.is-y6w497.active .a4ov2k {
    transform: rotate(45deg);
}

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

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

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

.s-jivhhu:hover img {
    transform: scale(1.05);
}

.m-sja8lj {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.x-yox0li {
    color: var(--primary-color);
    font-size: 0.95rem;
}

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

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

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

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

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

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

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

.c-snqfql {
    display: block;
    font-weight: 600;
}

.m-dyvamq {
    color: #ffc107;
}

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

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

.c-bgtxlx:hover {
    transform: translateY(-5px);
}

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

.m-julaid {
    padding: 25px;
}

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

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

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

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

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

.s-rm7bvh .yo09no {
    margin-bottom: 20px;
}

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

.m-vh0gwi h4 {
    margin-bottom: 15px;
}

.c7lp4o {
    display: flex;
    gap: 10px;
}

.c7lp4o .c-ebya8b {
    flex: 1;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    color: white;
}

.c-jnwoaf h4,
.el-iuaowo h4,
.is-uf64p7 h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.c-jnwoaf ul li,
.el-iuaowo ul li {
    margin-bottom: 12px;
}

.c-jnwoaf a,
.el-iuaowo a {
    opacity: 0.8;
    transition: var(--transition);
}

.c-jnwoaf a:hover,
.el-iuaowo a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

.el-c12lvj {
    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-c12lvj p {
    opacity: 0.7;
    font-size: 0.9rem;
}

.m-iusvft {
    display: flex;
    gap: 15px;
}

.m-iusvft 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);
}

.m-iusvft a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .zzvxih ._yvmu52 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-jsls71 {
        justify-content: center;
    }
    
    .js-n51mab {
        justify-content: center;
    }
    
    ._arwzoy {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .ui-mfspdo {
        grid-template-columns: 1fr;
    }
    
    .ui-im09sf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .g6gvkc {
        flex-wrap: wrap;
    }
    
    .ky42ii {
        display: none;
    }
    
    .osk1xw {
        grid-template-columns: 1fr;
    }
    
    .el-uqshbz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-xssznp {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .c-tg37ue {
        display: none;
    }
    
    .js-ahbop2 {
        display: flex;
    }
    
    .el-u8hz3j {
        font-size: 2rem;
    }
    
    .s-l56cqb {
        font-size: 1.8rem;
    }
    
    .ui-im09sf {
        grid-template-columns: 1fr;
    }
    
    .ui-ls49rr {
        grid-template-columns: 1fr;
    }
    
    .js-xu4fwm {
        display: none;
    }
    
    .x-xmfdp1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-t2aeai,
    .ui-z6djnj,
    .c-gqv02i {
        grid-template-columns: 1fr;
    }
    
    .el-uqshbz {
        grid-template-columns: 1fr;
    }
    
    .js-xssznp {
        grid-template-columns: 1fr;
    }
    
    .ui-n98yim {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .is-vc0l08 {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .el-u8hz3j {
        font-size: 1.6rem;
    }
    
    .is-jsls71 {
        flex-direction: column;
    }
    
    .is-pvva9y {
        grid-template-columns: 1fr;
    }
    
    .x-xmfdp1 {
        grid-template-columns: 1fr;
    }
}
