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

/* CSS Variables for easy customization */
:root {
    --primary-color: #FF5252;
    --primary-dark: #311B92;
    --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 */
.c-sz2fcd {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.is-uwe0rd .c-sz2fcd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.is-jpx0aj {
    font-size: 2rem;
}

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

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

.s-a146nq:hover,
.s-a146nq.is-yo75un {
    color: var(--primary-color);
}

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

.s-a146nq:hover::after,
.s-a146nq.is-yo75un::after {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-axfpzl:hover {
    background: var(--bg-light);
}

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

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

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

.is-zl6d7o .c-sz2fcd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

.m-pndxej {
    position: relative;
}

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

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

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

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

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

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

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

.ui-qy4b3g p {
    margin-bottom: 20px;
    line-height: 1.8;
}

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

.is-m3azwi {
    position: relative;
}

.is-m3azwi img {
    border-radius: var(--radius-lg);
}

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

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

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

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

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

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

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

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

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

.x-upvpzj {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-nxat3x,
.s-qgsah1,
.m-gr10xh {
    width: 100%;
    padding: 15px;
    border: 2px dashed var(--border-color);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--bg-light);
}

.s-nxat3x:focus,
.s-qgsah1:focus,
.m-gr10xh:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

.js-plqiue {
    text-align: center;
}

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

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

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

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

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

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

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

.js-xbk6vu {
    padding: 25px;
}

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

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

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

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

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

.sx1bo9 {
    text-align: left;
}

.sx1bo9 .ui-l7a280 {
    margin-bottom: 20px;
}

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

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

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

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

._ohg3q7 {
    padding: 0 25px 20px;
    display: none;
}

.is-xosed2.active ._ohg3q7 {
    display: block;
}

.is-xosed2.active .s-s69lia {
    transform: rotate(45deg);
}

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

.xy14ga {
    text-align: center;
}

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

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

.x-qyyn5x {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

.m-dkwbyg {
    display: block;
    font-weight: 600;
}

.mv6yxy {
    color: #ffc107;
}

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

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

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

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

.el-gta5hm {
    padding: 25px;
}

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

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

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

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

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

.is-hmep6p .el-xavzxu {
    margin-bottom: 20px;
}

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

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

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

._npwnk2 .s-nxat3x {
    flex: 1;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    color: white;
}

.el-iffgb7 h4,
.c-yn11p9 h4,
.s-davv2i h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.el-iffgb7 ul li,
.c-yn11p9 ul li {
    margin-bottom: 12px;
}

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

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

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

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

.ui-rt2lo7 p {
    opacity: 0.7;
    font-size: 0.9rem;
}

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

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

/* Responsive Design */
@media (max-width: 1024px) {
    .is-zl6d7o .c-sz2fcd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-h7gu8h {
        justify-content: center;
    }
    
    .js-xigb8z {
        justify-content: center;
    }
    
    .m-pndxej {
        max-width: 500px;
        margin: 0 auto;
    }
    
    ._wltf8r {
        grid-template-columns: 1fr;
    }
    
    .s-zlryqi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-nsp4n1 {
        flex-wrap: wrap;
    }
    
    .c-k8s10k {
        display: none;
    }
    
    .s-bvkymp {
        grid-template-columns: 1fr;
    }
    
    .c-lk8hjt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-fx5q18 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .el-ob7abf {
        display: none;
    }
    
    .el-u3u3po {
        display: flex;
    }
    
    .c-kq6mm8 {
        font-size: 2rem;
    }
    
    .ui-l7a280 {
        font-size: 1.8rem;
    }
    
    .s-zlryqi {
        grid-template-columns: 1fr;
    }
    
    .el-jt7e9m {
        grid-template-columns: 1fr;
    }
    
    .x-pg7cob {
        display: none;
    }
    
    ._i6fyt4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-rij7sy,
    .js-ex888z,
    .is-hncp9x {
        grid-template-columns: 1fr;
    }
    
    .c-lk8hjt {
        grid-template-columns: 1fr;
    }
    
    .x-fx5q18 {
        grid-template-columns: 1fr;
    }
    
    .is-pdr06a {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .x-tjgbz3 {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .c-kq6mm8 {
        font-size: 1.6rem;
    }
    
    .s-h7gu8h {
        flex-direction: column;
    }
    
    .m-zjzk7z {
        grid-template-columns: 1fr;
    }
    
    ._i6fyt4 {
        grid-template-columns: 1fr;
    }
}
