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

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

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

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

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

.el-rbicsq {
    font-size: 2rem;
}

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

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

.mn8f22:hover,
.mn8f22.s-e1z80y {
    color: var(--primary-color);
}

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

.mn8f22:hover::after,
.mn8f22.s-e1z80y::after {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-i2a109 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.msvxz3 {
    position: relative;
}

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

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

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

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

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

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

.m-slbx1v {
    font-size: 3rem;
    margin-bottom: 20px;
}

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

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

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

.js-hvmx9m {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-cs2v7m {
    padding: 50px;
    color: var(--text-color);
}

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

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

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

._kf7prc:focus,
.s-hnkow6:focus,
._n8nd5v:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sxbjh7 {
    padding: 25px;
}

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

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

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

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

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

.s-bdfzmu {
    text-align: left;
}

.s-bdfzmu .s-ifckep {
    margin-bottom: 20px;
}

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

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

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

.m-cprlja {
    padding: 0 25px 20px;
    display: none;
}

.m-eq9duz.active .m-cprlja {
    display: block;
}

.m-eq9duz.active .s-g0a9k9 {
    transform: rotate(45deg);
}

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

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

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

.js-nbcoe1:hover img {
    transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

.ui-lw33nq {
    color: #ffc107;
}

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

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

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

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

.s-yf2fgu {
    padding: 25px;
}

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

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

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

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

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

.x-z10ajl .m-vso62k {
    margin-bottom: 20px;
}

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

.is-wszuuv h4 {
    margin-bottom: 15px;
}

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

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

.wyuggr h4,
.m-f3goz0 h4,
.s-k0pegz h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.wyuggr ul li,
.m-f3goz0 ul li {
    margin-bottom: 12px;
}

.wyuggr a,
.m-f3goz0 a {
    opacity: 0.8;
    transition: var(--transition);
}

.wyuggr a:hover,
.m-f3goz0 a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

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

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

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

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

/* Responsive Design */
@media (max-width: 1024px) {
    .bht76y .is-rkya68 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-hr0d2p {
        justify-content: center;
    }
    
    .m-a0nrvp {
        justify-content: center;
    }
    
    .x-i2a109 {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .ui-kxba8t {
        grid-template-columns: 1fr;
    }
    
    .js-wshdmx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-ol1g4c {
        flex-wrap: wrap;
    }
    
    .x-bmoge9 {
        display: none;
    }
    
    .js-h0u4xw {
        grid-template-columns: 1fr;
    }
    
    .m-shx79v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-jcneg3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .js-hc4lr2 {
        display: none;
    }
    
    ._lcgrk4 {
        display: flex;
    }
    
    .s-oxi4ht {
        font-size: 2rem;
    }
    
    .s-ifckep {
        font-size: 1.8rem;
    }
    
    .js-wshdmx {
        grid-template-columns: 1fr;
    }
    
    .c-dpq0pr {
        grid-template-columns: 1fr;
    }
    
    .rg0s6i {
        display: none;
    }
    
    .m-bk3unj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-mot6l6,
    .s-okihvn,
    .oowjg0 {
        grid-template-columns: 1fr;
    }
    
    .m-shx79v {
        grid-template-columns: 1fr;
    }
    
    .ui-jcneg3 {
        grid-template-columns: 1fr;
    }
    
    .el-azaagw {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .x-bs6fmx {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .s-oxi4ht {
        font-size: 1.6rem;
    }
    
    .is-hr0d2p {
        flex-direction: column;
    }
    
    ._zlc6th {
        grid-template-columns: 1fr;
    }
    
    .m-bk3unj {
        grid-template-columns: 1fr;
    }
}
