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

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

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

.s-ij2dir .m-sntz2g {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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

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

.x-z3rh7x:hover,
.x-z3rh7x.js-l62ra9 {
    color: var(--primary-color);
}

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

.x-z3rh7x:hover::after,
.x-z3rh7x.js-l62ra9::after {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wkl718 .m-sntz2g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

.js-v0612j {
    position: relative;
}

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

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

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

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

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

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

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

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

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

._mp7po1 {
    position: relative;
}

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

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

.nassiq {
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.x-e2os9z {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.k6gfrc:focus,
.o7w0tx:focus,
.ui-jcjfc4:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-q5rtr0 {
    padding: 25px;
}

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

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

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

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

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

.x-x7gtd8 {
    text-align: left;
}

.x-x7gtd8 .el-ftfc8f {
    margin-bottom: 20px;
}

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

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

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

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

.ui-eq067j {
    padding: 0 25px 20px;
    display: none;
}

.c-nfo1bz.active .ui-eq067j {
    display: block;
}

.c-nfo1bz.active .hl3xgj {
    transform: rotate(45deg);
}

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

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

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

.c-ss6hxn:hover img {
    transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

.ui-kxxim1 {
    color: #ffc107;
}

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

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

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

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

.m-arh3xg {
    padding: 25px;
}

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

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

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

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

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

.m-p2hiqd .ui-lacwv1 {
    margin-bottom: 20px;
}

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

.x-gy2pqg h4 {
    margin-bottom: 15px;
}

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

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

.is-e0ggwb h4,
.s-yz3j8z h4,
._qjdk2f h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.is-e0ggwb ul li,
.s-yz3j8z ul li {
    margin-bottom: 12px;
}

.is-e0ggwb a,
.s-yz3j8z a {
    opacity: 0.8;
    transition: var(--transition);
}

.is-e0ggwb a:hover,
.s-yz3j8z a:hover {
    opacity: 1;
    color: var(--primary-color);
}

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

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

.c-xna76o {
    display: flex;
    gap: 15px;
}

.c-xna76o 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);
}

.c-xna76o a:hover {
    background: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    ._wkl718 .m-sntz2g {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-k93h6b {
        justify-content: center;
    }
    
    .js-fgk8j0 {
        justify-content: center;
    }
    
    .js-v0612j {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .el-mzguv4 {
        grid-template-columns: 1fr;
    }
    
    .m-eqmn6q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-pnu9a8 {
        flex-wrap: wrap;
    }
    
    .ui-f2hqwu {
        display: none;
    }
    
    .s-cldfnp {
        grid-template-columns: 1fr;
    }
    
    .el-nxjc91 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-dnudzu {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .m-gfipfh {
        display: none;
    }
    
    .pa58r6 {
        display: flex;
    }
    
    .x-qmqhbw {
        font-size: 2rem;
    }
    
    .el-ftfc8f {
        font-size: 1.8rem;
    }
    
    .m-eqmn6q {
        grid-template-columns: 1fr;
    }
    
    ._w69egr {
        grid-template-columns: 1fr;
    }
    
    .el-tsp0cz {
        display: none;
    }
    
    .c-u1ivi4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-z5hcdd,
    .s-tc96lf,
    .el-o201pf {
        grid-template-columns: 1fr;
    }
    
    .el-nxjc91 {
        grid-template-columns: 1fr;
    }
    
    .ui-dnudzu {
        grid-template-columns: 1fr;
    }
    
    ._kaswi0 {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
    
    .x-b13fo7 {
        writing-mode: horizontal-tb;
        flex-direction: row;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .x-qmqhbw {
        font-size: 1.6rem;
    }
    
    .s-k93h6b {
        flex-direction: column;
    }
    
    .el-l1lqv8 {
        grid-template-columns: 1fr;
    }
    
    .c-u1ivi4 {
        grid-template-columns: 1fr;
    }
}
