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

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

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

.x-lwagcv .ui-izrjbk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.s-o332hp {
    font-size: 2rem;
}

.is-jzlqhb {
    display: flex;
    gap: 25px;
}

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

.x-r2lnz2:hover,
.x-r2lnz2.is-wyr5az {
    color: var(--primary-color);
}

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

.x-r2lnz2:hover::after,
.x-r2lnz2.is-wyr5az::after {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._obtkrb {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.s-x8gbdy {
    position: relative;
}

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

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

.js-sb9v6q {
    font-size: 0.85rem;
}

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

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

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

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

.s-xn4dr6 {
    font-size: 3rem;
    margin-bottom: 20px;
}

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

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

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

.c-lazm2k {
    text-align: center;
    margin-top: 40px;
}

/* Video CTA Section */
.c-r659nd {
    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-tpr24q {
    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-tpr24q:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(255,255,255,0.2);
}

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

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

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

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

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

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

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

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

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

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

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

.m-hk9n75 {
    padding: 50px;
    color: var(--text-color);
}

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

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

.ui-smw0rh,
.el-pocgun,
.c-gdt6f1 {
    width: 100%;
    padding: 15px;
    border: 2px dashed var(--border-color);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--bg-light);
}

.ui-smw0rh:focus,
.el-pocgun:focus,
.c-gdt6f1:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tzs6iw {
    padding: 25px;
}

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

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

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

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

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

.m-dd1l12 {
    text-align: left;
}

.m-dd1l12 .m-wgu4nf {
    margin-bottom: 20px;
}

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

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

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

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

.tugi17.active .s-slq7bt {
    display: block;
}

.tugi17.active .s-n3m7k2 {
    transform: rotate(45deg);
}

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

.x-eyg6q6 {
    text-align: center;
}

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

.x-eyg6q6:hover img {
    transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

.m-cksrpz {
    color: #ffc107;
}

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

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

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

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

.m-bzowwl {
    padding: 25px;
}

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

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

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

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

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

.el-d06287 ._qzm61f {
    margin-bottom: 20px;
}

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

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

.s-srdrnk {
    display: flex;
    gap: 10px;
}

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

.c-jj70cs h4,
.js-tfb69g h4,
.m-cm6urf h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.c-jj70cs ul li,
.js-tfb69g ul li {
    margin-bottom: 12px;
}

.c-jj70cs a,
.js-tfb69g a {
    opacity: 0.8;
    transition: var(--transition);
}

.c-jj70cs a:hover,
.js-tfb69g a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

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

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

.s-ulrukz {
    display: flex;
    gap: 15px;
}

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

.s-ulrukz a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .is-fyct83 .ui-izrjbk {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-dbd0pi {
        justify-content: center;
    }
    
    .js-k4hrjf {
        justify-content: center;
    }
    
    ._obtkrb {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .js-q6l0y4 {
        grid-template-columns: 1fr;
    }
    
    .is-cgydsu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-c8chqh {
        flex-wrap: wrap;
    }
    
    ._bgqxw2 {
        display: none;
    }
    
    .el-c43693 {
        grid-template-columns: 1fr;
    }
    
    .x-sssp4s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-etjxk4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .is-jzlqhb {
        display: none;
    }
    
    .s-omyikb {
        display: flex;
    }
    
    ._modksu {
        font-size: 2rem;
    }
    
    .m-wgu4nf {
        font-size: 1.8rem;
    }
    
    .is-cgydsu {
        grid-template-columns: 1fr;
    }
    
    .ui-g1kzlh {
        grid-template-columns: 1fr;
    }
    
    .el-bi3dtf {
        display: none;
    }
    
    .m-uwficx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-kcbzo6,
    .x-bbpnt0,
    .x-tsiq6w {
        grid-template-columns: 1fr;
    }
    
    .x-sssp4s {
        grid-template-columns: 1fr;
    }
    
    .m-etjxk4 {
        grid-template-columns: 1fr;
    }
    
    .m-rduy34 {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .js-m04i51 {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    ._modksu {
        font-size: 1.6rem;
    }
    
    .js-dbd0pi {
        flex-direction: column;
    }
    
    .x-g9fygv {
        grid-template-columns: 1fr;
    }
    
    .m-uwficx {
        grid-template-columns: 1fr;
    }
}
