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

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

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

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

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

.m-wwc93u {
    display: flex;
    gap: 25px;
}

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

.c-v77uqi:hover,
.c-v77uqi.el-vlmwit {
    color: var(--primary-color);
}

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

.c-v77uqi:hover::after,
.c-v77uqi.el-vlmwit::after {
    width: 100%;
}

.s-aeg6r6 {
    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-aeg6r6:hover {
    background: var(--primary-color);
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-snnqqc::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-snnqqc ._wnntqi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

.c-i0jw7t {
    position: relative;
}

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

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

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

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

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

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

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

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

.js-iyv6dr {
    position: relative;
}

.js-iyv6dr img {
    border-radius: var(--radius-lg);
}

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

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

.ui-l1al96 {
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.s-nh7ck7 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-pomji3 {
    padding: 50px;
    color: var(--text-color);
}

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

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

.c-l2vvzn,
.js-kxwygl,
._qer7vb {
    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-l2vvzn:focus,
.js-kxwygl:focus,
._qer7vb:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._oe9hqr {
    padding: 25px;
}

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

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

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

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

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

.ui-o6mpqs {
    text-align: left;
}

.ui-o6mpqs .x-q3efmh {
    margin-bottom: 20px;
}

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

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

._pam8xi {
    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-zli8kp {
    font-size: 1.5rem;
    color: var(--primary-color);
    transition: var(--transition);
}

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

.is-cpfqvg.active .s-br8adg {
    display: block;
}

.is-cpfqvg.active .c-zli8kp {
    transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-sptgxw {
    display: block;
    font-weight: 600;
}

.is-cdovvc {
    color: #ffc107;
}

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

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

.is-pzqijp:hover {
    transform: translateY(-5px);
}

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

.ui-n19e6j {
    padding: 25px;
}

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

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

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

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

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

.qpbvdm .js-juazdh {
    margin-bottom: 20px;
}

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

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

.x-ppx8u9 {
    display: flex;
    gap: 10px;
}

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

.c-ae9pnv h4,
.s-g6zhaj h4,
.js-tnuk72 h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.c-ae9pnv ul li,
.s-g6zhaj ul li {
    margin-bottom: 12px;
}

.c-ae9pnv a,
.s-g6zhaj a {
    opacity: 0.8;
    transition: var(--transition);
}

.c-ae9pnv a:hover,
.s-g6zhaj a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

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

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

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

/* Responsive Design */
@media (max-width: 1024px) {
    .s-snnqqc ._wnntqi {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-ie1a6k {
        justify-content: center;
    }
    
    .c-rzeb9z {
        justify-content: center;
    }
    
    .c-i0jw7t {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .c-sg86fn {
        grid-template-columns: 1fr;
    }
    
    .ui-l8ztgr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-grtvcz {
        flex-wrap: wrap;
    }
    
    .m-u71bt4 {
        display: none;
    }
    
    .el-w02rcl {
        grid-template-columns: 1fr;
    }
    
    .is-bbstso {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-qirf5y {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .m-wwc93u {
        display: none;
    }
    
    .el-nzehb1 {
        display: flex;
    }
    
    .x-se6884 {
        font-size: 2rem;
    }
    
    .x-q3efmh {
        font-size: 1.8rem;
    }
    
    .ui-l8ztgr {
        grid-template-columns: 1fr;
    }
    
    .m-ojx2qh {
        grid-template-columns: 1fr;
    }
    
    .is-dec49h {
        display: none;
    }
    
    .is-ig2rip {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ikevdq,
    .ui-swjcvr,
    .m-q4mzj8 {
        grid-template-columns: 1fr;
    }
    
    .is-bbstso {
        grid-template-columns: 1fr;
    }
    
    .el-qirf5y {
        grid-template-columns: 1fr;
    }
    
    ._frulv1 {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .is-zodlg7 {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .x-se6884 {
        font-size: 1.6rem;
    }
    
    .el-ie1a6k {
        flex-direction: column;
    }
    
    .x-oja0qg {
        grid-template-columns: 1fr;
    }
    
    .is-ig2rip {
        grid-template-columns: 1fr;
    }
}
