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

/* CSS Variables for easy customization */
:root {
    --primary-color: #00BCD4;
    --primary-dark: #0097A7;
    --primary-light: #E0F2F1;
    --secondary-color: #1565C0;
    --accent-color: #FF5722;
    --text-color: #333333;
    --text-light: #666666;
    --bg-color: #ffffff;
    --bg-light: #f8f9fa;
    --bg-dark: #006064;
    --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 */
.m-mdl0tp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.mrpnf1 .m-mdl0tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.m-qxpjwc {
    font-size: 2rem;
}

.el-b3lo4z {
    display: flex;
    gap: 25px;
}

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

.c-c2eduu:hover,
.c-c2eduu.el-pvu5x7 {
    color: var(--primary-color);
}

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

.c-c2eduu:hover::after,
.c-c2eduu.el-pvu5x7::after {
    width: 100%;
}

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

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

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

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

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

.c-wnqyzp {
    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-wnqyzp:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
}

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

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

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

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

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

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

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

.is-adbmkv:hover {
    background: var(--bg-light);
}

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

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

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

.ui-vobwfq .m-mdl0tp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

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

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

.m-ivalfr {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

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

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

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

.s-hgj24o {
    position: relative;
}

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

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

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

.x-x2ame3 {
    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-tvmpze {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
}

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

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

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

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

.x-fjbawm {
    position: relative;
}

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

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

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

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

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

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

.js-wh81g5 {
    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-wh81g5:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
}

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

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

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

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

.c-t7xoxw {
    text-align: center;
    margin-top: 40px;
}

/* Video CTA Section */
.hmipnj {
    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-i0gy5o {
    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-i0gy5o:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(255,255,255,0.2);
}

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

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

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

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

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

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

.el-wdaq2w h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.x-ny7ci9 {
    padding: 50px;
    color: var(--text-color);
}

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

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

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

.m-xm0cvf:focus,
.c-xs9s41:focus,
.js-i12taf:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

._y4t6zf {
    text-align: center;
}

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

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

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

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

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

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

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

._opooyj {
    padding: 25px;
}

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

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

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

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

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

._irugtx {
    text-align: left;
}

._irugtx .x-tvmpze {
    margin-bottom: 20px;
}

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

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

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

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

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

.s-eg21wq.active .s-naeeqy {
    display: block;
}

.s-eg21wq.active .ui-qfjbzc {
    transform: rotate(45deg);
}

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

.m-c94n8p {
    text-align: center;
}

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

.m-c94n8p:hover img {
    transform: scale(1.05);
}

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

.el-jwsnlh {
    color: var(--primary-color);
    font-size: 0.95rem;
}

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

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

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

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

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

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

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

.is-ivbn7j {
    display: block;
    font-weight: 600;
}

.ui-kpoxlb {
    color: #ffc107;
}

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

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

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

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

.is-qdufd7 {
    padding: 25px;
}

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

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

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

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

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

.is-t8lkak .js-wg00xs {
    margin-bottom: 20px;
}

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

._rskiwy h4 {
    margin-bottom: 15px;
}

.c-kky44t {
    display: flex;
    gap: 10px;
}

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

.x-pw6zxe h4,
.s-v6rhb4 h4,
._d5kwv4 h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.x-pw6zxe ul li,
.s-v6rhb4 ul li {
    margin-bottom: 12px;
}

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

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

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

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

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

.el-egl16z 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-egl16z a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ui-vobwfq .m-mdl0tp {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-ivalfr {
        justify-content: center;
    }
    
    .ui-oubcgq {
        justify-content: center;
    }
    
    .s-hgj24o {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .el-wqjhm6 {
        grid-template-columns: 1fr;
    }
    
    .ui-t0bn0t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-sqfyw7 {
        flex-wrap: wrap;
    }
    
    .el-pupjch {
        display: none;
    }
    
    .m-iul7lt {
        grid-template-columns: 1fr;
    }
    
    .el-vckm89 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-k1sv7l {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .el-b3lo4z {
        display: none;
    }
    
    .c-yx8p2e {
        display: flex;
    }
    
    .m-ipi1sk {
        font-size: 2rem;
    }
    
    .x-tvmpze {
        font-size: 1.8rem;
    }
    
    .ui-t0bn0t {
        grid-template-columns: 1fr;
    }
    
    .ui-yiwmy6 {
        grid-template-columns: 1fr;
    }
    
    .x-xo4p7p {
        display: none;
    }
    
    .is-gud6tx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-vt6bfe,
    .ui-vcnh2u,
    .aoekit {
        grid-template-columns: 1fr;
    }
    
    .el-vckm89 {
        grid-template-columns: 1fr;
    }
    
    .is-k1sv7l {
        grid-template-columns: 1fr;
    }
    
    ._hpwiz2 {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .c-wnqyzp {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .m-ipi1sk {
        font-size: 1.6rem;
    }
    
    .m-ivalfr {
        flex-direction: column;
    }
    
    .js-ne5k9z {
        grid-template-columns: 1fr;
    }
    
    .is-gud6tx {
        grid-template-columns: 1fr;
    }
}
