/* ========================================
   {{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: #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 */
.s-vm4oaj {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.c-qw16pu .s-vm4oaj {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.uzxgx4 {
    font-size: 2rem;
}

.js-hviq6f {
    display: flex;
    gap: 25px;
}

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

.s-yj9s16:hover,
.s-yj9s16.huc98v {
    color: var(--primary-color);
}

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

.s-yj9s16:hover::after,
.s-yj9s16.huc98v::after {
    width: 100%;
}

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

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

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

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

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

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

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

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

/* Buttons */
.m-cz6gi1 {
    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-kv0h3d {
    background: var(--primary-color);
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

.x-erxiin {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

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

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

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

.js-oou62r {
    position: relative;
}

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

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

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

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

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

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

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

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

.c-jn1lx0 {
    position: relative;
}

.c-jn1lx0 img {
    border-radius: var(--radius-lg);
}

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

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

.hdpzlz {
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.el-kvgl8k {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-sjcxqh,
.el-gw5wh9,
.x-z0cfiv {
    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-sjcxqh:focus,
.el-gw5wh9:focus,
.x-z0cfiv:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

._sv0alp {
    text-align: center;
}

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

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

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

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

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

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

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

.is-pwy36t {
    padding: 25px;
}

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

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

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

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

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

.el-icox0k {
    text-align: left;
}

.el-icox0k .ui-v1snxb {
    margin-bottom: 20px;
}

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

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

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

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

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

.m-clt1rx.active .s-z83nb8 {
    display: block;
}

.m-clt1rx.active .c-rmdyvj {
    transform: rotate(45deg);
}

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

.el-chfjkg {
    text-align: center;
}

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

.el-chfjkg:hover img {
    transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

.x-dc0nhu {
    color: #ffc107;
}

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

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

.ui-mxfcxq:hover {
    transform: translateY(-5px);
}

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

.el-g05gnc {
    padding: 25px;
}

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

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

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

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

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

._m5k5u5 .ui-r29mog {
    margin-bottom: 20px;
}

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

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

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

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

.c-suaqx9 h4,
.ui-xg2irh h4,
.kmz03x h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.c-suaqx9 ul li,
.ui-xg2irh ul li {
    margin-bottom: 12px;
}

.c-suaqx9 a,
.ui-xg2irh a {
    opacity: 0.8;
    transition: var(--transition);
}

.c-suaqx9 a:hover,
.ui-xg2irh a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

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

.ui-zc8m2z {
    display: flex;
    gap: 15px;
}

.ui-zc8m2z 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);
}

.ui-zc8m2z a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .s-iqdau9 .s-vm4oaj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-erxiin {
        justify-content: center;
    }
    
    .s-wo4ewf {
        justify-content: center;
    }
    
    .js-oou62r {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .ui-n8qgkn {
        grid-template-columns: 1fr;
    }
    
    .s-vcplc7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-w9wajq {
        flex-wrap: wrap;
    }
    
    .ui-e4ro2y {
        display: none;
    }
    
    .el-waqmii {
        grid-template-columns: 1fr;
    }
    
    .js-z3c4a6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-vvuqhe {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .js-hviq6f {
        display: none;
    }
    
    .ui-ekgdqz {
        display: flex;
    }
    
    .s-u52omh {
        font-size: 2rem;
    }
    
    .ui-v1snxb {
        font-size: 1.8rem;
    }
    
    .s-vcplc7 {
        grid-template-columns: 1fr;
    }
    
    .judc7z {
        grid-template-columns: 1fr;
    }
    
    .ui-x3cbop {
        display: none;
    }
    
    .m-edzlat {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-wlwykt,
    .ui-mcebld,
    .is-nmsdqr {
        grid-template-columns: 1fr;
    }
    
    .js-z3c4a6 {
        grid-template-columns: 1fr;
    }
    
    .is-vvuqhe {
        grid-template-columns: 1fr;
    }
    
    .m-dhjkmg {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .s-dlmwvv {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .s-u52omh {
        font-size: 1.6rem;
    }
    
    .x-erxiin {
        flex-direction: column;
    }
    
    .lzm9va {
        grid-template-columns: 1fr;
    }
    
    .m-edzlat {
        grid-template-columns: 1fr;
    }
}
