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

/* CSS Variables for easy customization */
:root {
    --primary-color: #FF7043;
    --primary-dark: #E8EAF6;
    --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 */
.is-wraktf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.is-bvsmdo .is-wraktf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.c-vd6hmg {
    font-size: 2rem;
}

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

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

.s-os7xos:hover,
.s-os7xos.is-pgxrok {
    color: var(--primary-color);
}

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

.s-os7xos:hover::after,
.s-os7xos.is-pgxrok::after {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-iszah3 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.ui-bcdkzp {
    position: relative;
}

.ui-bcdkzp img {
    border-radius: var(--radius-lg);
}

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

.m-mojwpz {
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.m-j1omtl strong {
    color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._uifjua:focus,
.ui-h530nm:focus,
.is-lzq1fy:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

.c-ks3t89 {
    text-align: center;
}

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

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

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

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

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

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

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

.c-otrwny {
    padding: 25px;
}

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

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

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

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

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

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

.el-urne8c .c-dn0ebs {
    margin-bottom: 20px;
}

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

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

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

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

.js-cl4m36 {
    padding: 0 25px 20px;
    display: none;
}

.el-sljqhe.active .js-cl4m36 {
    display: block;
}

.el-sljqhe.active .ps1v7v {
    transform: rotate(45deg);
}

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

.is-i51ne2 {
    text-align: center;
}

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

.is-i51ne2:hover img {
    transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

.ui-yptxsu {
    color: #ffc107;
}

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

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

.s-dtu1js:hover {
    transform: translateY(-5px);
}

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

._hzhuwn {
    padding: 25px;
}

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

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

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

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

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

.is-sd361z .coqphz {
    margin-bottom: 20px;
}

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

.el-qaq3gt h4 {
    margin-bottom: 15px;
}

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

._lhqq19 ._uifjua {
    flex: 1;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    color: white;
}

.el-iqwa1q h4,
.is-k3h9e0 h4,
.m-v58sy9 h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.el-iqwa1q ul li,
.is-k3h9e0 ul li {
    margin-bottom: 12px;
}

.el-iqwa1q a,
.is-k3h9e0 a {
    opacity: 0.8;
    transition: var(--transition);
}

.el-iqwa1q a:hover,
.is-k3h9e0 a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

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

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

.js-lmz7bx {
    display: flex;
    gap: 15px;
}

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

.js-lmz7bx a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    ._wgy0tm .is-wraktf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tu68mt {
        justify-content: center;
    }
    
    .h2gpob {
        justify-content: center;
    }
    
    .x-iszah3 {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .ui-klugei {
        grid-template-columns: 1fr;
    }
    
    .m-hepu9s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-xhhemr {
        flex-wrap: wrap;
    }
    
    .rxbbbb {
        display: none;
    }
    
    .m-yc5lq7 {
        grid-template-columns: 1fr;
    }
    
    .m-gqvjl7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-y0z2n9 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .c-f7gcvh {
        display: none;
    }
    
    .c-uabd0a {
        display: flex;
    }
    
    .wc167o {
        font-size: 2rem;
    }
    
    .c-dn0ebs {
        font-size: 1.8rem;
    }
    
    .m-hepu9s {
        grid-template-columns: 1fr;
    }
    
    .ui-bh1yli {
        grid-template-columns: 1fr;
    }
    
    ._mxqyll {
        display: none;
    }
    
    .u95961 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ss4y4t,
    .s-why4cd,
    .s-wb096y {
        grid-template-columns: 1fr;
    }
    
    .m-gqvjl7 {
        grid-template-columns: 1fr;
    }
    
    .c-y0z2n9 {
        grid-template-columns: 1fr;
    }
    
    .js-k1i2uf {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .el-qgtmn5 {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .wc167o {
        font-size: 1.6rem;
    }
    
    .tu68mt {
        flex-direction: column;
    }
    
    .x-ao48ln {
        grid-template-columns: 1fr;
    }
    
    .u95961 {
        grid-template-columns: 1fr;
    }
}
