/**
 * ОООМК Theme Styles
 */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#2D3748;line-height:1.6}
a{text-decoration:none;color:inherit}
button{cursor:pointer;font-family:inherit}
img{max-width:100%;display:block}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s}
.nav.scrolled{background:rgba(27,58,92,.95);backdrop-filter:blur(12px);box-shadow:0 4px 20px rgba(0,0,0,.15)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-logo{display:flex;align-items:center;gap:.75rem}
.nav-logo img{height:42px;width:42px;object-fit:contain}
.nav-logo-text{color:#fff;font-weight:700;font-size:1.1rem;line-height:1.2}
.nav-logo-sub{color:rgba(255,255,255,.65);font-size:.8rem}
.nav-links{display:flex;align-items:center;gap:.25rem}
.nav-links a{padding:.5rem .75rem;color:rgba(255,255,255,.9);font-size:.88rem;font-weight:500;border-radius:.375rem;transition:all .2s}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,.1)}
.nav-email{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);font-size:.85rem;transition:color .2s}
.nav-email:hover{color:#fff}
.nav-toggle{display:none;background:none;border:none;color:#fff;padding:.5rem}
.nav-mobile{display:none;background:rgba(27,58,92,.98);border-radius:.75rem;margin:0 1rem 1rem;padding:1rem}
.nav-mobile a{display:block;padding:.75rem 1rem;color:rgba(255,255,255,.9);border-radius:.5rem;font-size:.95rem}
.nav-mobile a:hover{background:rgba(255,255,255,.1);color:#fff}

/* HERO */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:'';position:absolute;inset:0;background:rgba(27,58,92,.82)}
.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:6rem 1.5rem 4rem;text-align:center}
.hero-logo{display:inline-flex;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border-radius:50%;padding:1.25rem;margin-bottom:1.5rem}
.hero-logo img{height:72px;width:72px}
.hero h1{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}
.hero h1 span{color:#D4AF37}
.hero p{font-size:1.15rem;color:rgba(255,255,255,.8);max-width:700px;margin:0 auto 2.5rem;line-height:1.7}
.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1.05rem;font-weight:600;border-radius:.5rem;border:none;transition:all .2s}
.btn-primary{background:#C41E3A;color:#fff}
.btn-primary:hover{background:#A31830;transform:scale(1.03)}
.btn-outline{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent}
.btn-outline:hover{background:rgba(255,255,255,.1)}
.hero-meta{display:flex;align-items:center;gap:1.5rem;justify-content:center;color:rgba(255,255,255,.6);font-size:.88rem;flex-wrap:wrap}
.hero-meta span{display:flex;align-items:center;gap:.4rem}
.hero-meta .dot{width:4px;height:4px;background:rgba(255,255,255,.4);border-radius:50%}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.5);background:none;border:none;animation:bounce 2s infinite}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}

/* SECTIONS */
.section{padding:5rem 1.5rem}
.section-alt{background:#F5F7FA}
.section-dark{background:#1B3A5C}
.container{max-width:1280px;margin:0 auto}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:rgba(27,58,92,.1);border-radius:9999px;color:#1B3A5C;font-size:.85rem;font-weight:500;margin-bottom:1rem}
.section-alt .section-tag{background:rgba(27,58,92,.15)}
.section h2{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:700;color:#1B3A5C;margin-bottom:1rem}
.section-dark h2{color:#fff}
.section-header>p{font-size:1.1rem;color:#718096;max-width:700px;margin:0 auto}
.section-dark .section-header>p{color:rgba(255,255,255,.7)}

/* ABOUT */
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:3.5rem}
.feature-card{padding:1.5rem;border-radius:.75rem;background:#F5F7FA;transition:all .3s;cursor:default}
.feature-card:hover{background:#1B3A5C}
.feature-icon{width:48px;height:48px;border-radius:.5rem;background:rgba(196,30,58,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .3s}
.feature-card:hover .feature-icon{background:rgba(255,255,255,.15)}
.feature-icon svg{width:24px;height:24px;stroke:#C41E3A;transition:stroke .3s}
.feature-card:hover .feature-icon svg{stroke:#fff}
.feature-card h3{font-size:1.1rem;font-weight:600;color:#2D3748;margin-bottom:.5rem;transition:color .3s}
.feature-card:hover h3{color:#fff}
.feature-card p{font-size:.88rem;color:#718096;line-height:1.6;transition:color .3s}
.feature-card:hover p{color:rgba(255,255,255,.8)}
.goals-box{background:#F5F7FA;border-radius:1rem;padding:2rem;margin-bottom:3rem}
.goals-box h3{font-family:'Playfair Display',serif;font-size:1.5rem;color:#1B3A5C;margin-bottom:1.5rem;text-align:center}
.goals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.75rem}
.goal-item{display:flex;align-items:flex-start;gap:.75rem}
.goal-dot{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:rgba(196,30,58,.1);display:flex;align-items:center;justify-content:center;margin-top:3px}
.goal-dot::after{content:'';width:7px;height:7px;border-radius:50%;background:#C41E3A}
.goal-item p{color:#2D3748;font-size:.95rem;line-height:1.6}
.docs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}
.doc-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s}
.doc-card:hover{border-color:#C41E3A;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.doc-icon{flex-shrink:0;width:40px;height:40px;border-radius:.5rem;background:rgba(196,30,58,.1);display:flex;align-items:center;justify-content:center}
.doc-icon svg{width:20px;height:20px;stroke:#C41E3A}
.doc-card p{font-weight:500;color:#2D3748;font-size:.95rem;transition:color .2s}
.doc-card:hover p{color:#C41E3A}
.doc-card .doc-desc{font-size:.85rem;color:#718096;margin-top:.25rem;font-weight:400}

/* LEADERS */
.leaders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.leader-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:all .3s}
.leader-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}
.leader-photo{height:260px;background:rgba(27,58,92,.05);display:flex;align-items:center;justify-content:center;overflow:hidden}
.leader-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.leader-card:hover .leader-photo img{transform:scale(1.05)}
.leader-placeholder{width:80px;height:80px;border-radius:50%;background:rgba(27,58,92,.1);display:flex;align-items:center;justify-content:center}
.leader-placeholder svg{width:36px;height:36px;stroke:rgba(27,58,92,.3)}
.leader-info{padding:1.25rem}
.leader-info h3{font-size:1.15rem;font-weight:700;color:#2D3748;margin-bottom:.25rem}
.leader-position{font-size:.88rem;color:#C41E3A;font-weight:500;margin-bottom:.75rem}
.leader-bio{font-size:.85rem;color:#718096;line-height:1.6;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.leader-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}
.leader-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:500}
.leader-tag.gold{background:rgba(212,175,55,.1);color:#B8941F}
.leader-tag.blue{background:rgba(27,58,92,.1);color:#1B3A5C}
.leader-extra{padding-top:.75rem;border-top:1px solid #f3f4f6;font-size:.82rem;color:#718096}
.leader-extra strong{color:#2D3748}
.empty-state{text-align:center;padding:3rem;background:#fff;border-radius:.75rem}
.empty-state svg{width:56px;height:56px;stroke:#9ca3af;margin:0 auto 1rem}
.empty-state p{color:#718096;font-size:1.05rem}

/* REGIONS */
.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}
.region-card{padding:1.25rem;background:#F5F7FA;border-radius:.75rem;transition:all .3s}
.region-card:hover{background:#1B3A5C}
.region-inner{display:flex;align-items:flex-start;gap:1rem}
.region-icon{flex-shrink:0;width:40px;height:40px;border-radius:.5rem;background:rgba(196,30,58,.1);display:flex;align-items:center;justify-content:center;transition:background .3s}
.region-card:hover .region-icon{background:rgba(255,255,255,.15)}
.region-icon svg{width:20px;height:20px;stroke:#C41E3A;transition:stroke .3s}
.region-card:hover .region-icon svg{stroke:#fff}
.region-info h3{font-size:1rem;font-weight:600;color:#2D3748;margin-bottom:.5rem;transition:color .3s}
.region-card:hover .region-info h3{color:#fff}
.region-row{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#718096;margin-bottom:.25rem;transition:color .3s}
.region-card:hover .region-row{color:rgba(255,255,255,.75)}
.region-row svg{width:14px;height:14px;flex-shrink:0}

/* MEMBERSHIP */
.benefits-box{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:3rem}
.benefits-box h3{font-family:'Playfair Display',serif;font-size:1.5rem;color:#1B3A5C;text-align:center;margin-bottom:1.5rem}
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}
.benefit-item{display:flex;align-items:flex-start;gap:.75rem}
.benefit-item svg{flex-shrink:0;width:20px;height:20px;stroke:#C41E3A;margin-top:3px}
.benefit-item p{color:#2D3748;font-size:.95rem;line-height:1.6}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}
.step-card{background:#fff;border-radius:.75rem;padding:1.5rem;text-align:center;position:relative}
.step-num{font-size:2.5rem;font-weight:700;color:rgba(196,30,58,.15);margin-bottom:.75rem;line-height:1}
.step-card h4{font-size:1rem;font-weight:600;color:#2D3748;margin-bottom:.5rem}
.step-card p{font-size:.85rem;color:#718096;line-height:1.6}
.cta-box{background:#1B3A5C;border-radius:1rem;padding:2.5rem;text-align:center}
.cta-box h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}
.cta-box p{color:rgba(255,255,255,.75);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}

/* NEWS */
.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.news-card{background:#fff;border-radius:.75rem;overflow:hidden;border:1px solid #f3f4f6;transition:all .3s}
.news-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.1);transform:translateY(-4px)}
.news-img{height:180px;background:rgba(27,58,92,.05);overflow:hidden;display:flex;align-items:center;justify-content:center}
.news-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.news-card:hover .news-img img{transform:scale(1.05)}
.news-img svg{width:48px;height:48px;stroke:rgba(27,58,92,.15)}
.news-body{padding:1.25rem}
.news-date{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#718096;margin-bottom:.5rem}
.news-date svg{width:14px;height:14px}
.news-card h3{font-size:1.05rem;font-weight:700;color:#2D3748;margin-bottom:.5rem;transition:color .2s;line-height:1.4}
.news-card:hover h3{color:#C41E3A}
.news-excerpt{font-size:.88rem;color:#718096;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.news-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:500;color:#C41E3A;transition:gap .2s}
.news-link:hover{gap:.6rem}

/* CONTACTS */
.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:3rem}
.contact-card{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border-radius:.75rem;padding:1.25rem;transition:background .2s}
.contact-card:hover{background:rgba(255,255,255,.15)}
.contact-icon{width:48px;height:48px;border-radius:.5rem;background:rgba(196,30,58,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.contact-icon svg{width:24px;height:24px;stroke:#D4AF37}
.contact-label{color:rgba(255,255,255,.6);font-size:.82rem;margin-bottom:.25rem}
.contact-value{color:#fff;font-weight:600}
.contact-value a{color:#fff;transition:color .2s}
.contact-value a:hover{color:#D4AF37}
.cta-box2{background:rgba(255,255,255,.05);backdrop-filter:blur(8px);border-radius:1rem;padding:2.5rem;text-align:center}
.cta-box2 h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}
.cta-box2 p{color:rgba(255,255,255,.7);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}

/* FOOTER */
.footer{background:#132D47;color:#fff;padding:3rem 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.footer-logo img{height:44px;width:44px}
.footer-logo p{font-weight:700;font-size:1.05rem}
.footer-logo span{color:rgba(255,255,255,.5);font-size:.8rem}
.footer-desc{color:rgba(255,255,255,.65);font-size:.9rem;line-height:1.7;margin-bottom:1rem;max-width:400px}
.footer-email{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.55);font-size:.88rem}
.footer-email a{color:rgba(255,255,255,.65);transition:color .2s}
.footer-email a:hover{color:#fff}
.footer h4{font-weight:600;margin-bottom:1rem;font-size:1rem}
.footer-links{list-style:none}
.footer-links li{margin-bottom:.5rem}
.footer-links a{color:rgba(255,255,255,.6);font-size:.88rem;transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:rgba(255,255,255,.45);font-size:.82rem}
.footer-bottom button{background:none;border:none;color:rgba(255,255,255,.45);font-size:.82rem;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:color .2s}
.footer-bottom button:hover{color:#fff}

/* SCROLL ANIMATIONS */
.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* MOBILE */
@media(max-width:768px){
    .nav-links{display:none}
    .nav-email{display:none!important}
    .nav-toggle{display:block}
    .hero h1{font-size:1.8rem}
    .section h2{font-size:1.7rem}
    .hero-buttons{flex-direction:column;align-items:center}
    .btn{width:100%;max-width:280px;justify-content:center}
    .footer-grid{grid-template-columns:1fr}
    .contact-cards{grid-template-columns:1fr 1fr}
    .hero-meta{flex-direction:column;gap:.5rem}
    .hero-meta .dot{display:none}
    .goals-grid{grid-template-columns:1fr}
}

/* MODAL */
.modal-overlay{display:none;position:fixed;inset:0;z-index:100;background:rgba(27,58,92,.6);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:1.5rem}
.modal-overlay.active{display:flex}
.modal-content{background:#fff;border-radius:1rem;padding:2rem;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalIn .3s ease}
@keyframes modalIn{from{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}
.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;border:none;background:#F5F7FA;color:#718096;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}
.modal-close:hover{background:#C41E3A;color:#fff}

/* TOAST */
.toast-notification{position:fixed;top:1.5rem;right:1.5rem;z-index:110;background:#fff;border-radius:.75rem;padding:1rem 1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.15);display:flex;align-items:center;gap:.75rem;transform:translateX(150%);transition:transform .4s ease;border-left:4px solid #22c55e}
.toast-notification.show{transform:translateX(0)}
.toast-inner{display:flex;align-items:center;gap:.75rem}
.toast-inner span{font-weight:600;color:#1B3A5C;font-size:.95rem}

/* INLINE COUNTERS */
.counters-inline{background:#1B3A5C;border-radius:1rem;padding:2.5rem 2rem;margin:2rem 0}
.counters-grid-inline{display:flex;align-items:center;justify-content:center;gap:0;max-width:900px;margin:0 auto}
.counter-inline-item{text-align:center;padding:0 2.5rem;flex:1}
.counter-number-inline{font-family:'Playfair Display',serif;font-size:3.2rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.4rem}
.counter-number-inline::after{content:'+';font-size:1.5rem;color:#D4AF37;vertical-align:super;margin-left:.2rem}
.counter-label-inline{color:rgba(255,255,255,.7);font-size:.95rem;font-weight:500}
.counter-inline-divider{width:1px;height:70px;background:rgba(255,255,255,.15);flex-shrink:0}

/* COOKIE CONSENT */
.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#1B3A5C;box-shadow:0 -4px 20px rgba(0,0,0,.2);padding:1.25rem;transform:translateY(100%);transition:transform .4s ease}
.cookie-consent.show{transform:translateY(0)}
.cookie-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;justify-content:space-between;flex-wrap:wrap}
.cookie-inner p{color:rgba(255,255,255,.85);font-size:.9rem;flex:1;min-width:280px}
.cookie-inner .btn{padding:.6rem 1.5rem;font-size:.9rem}

/* CHARTER BOX */
.charter-box{background:#F5F7FA;border-radius:1rem;padding:1.75rem;margin:2rem 0;border:2px solid transparent;transition:border-color .3s}
.charter-box:hover{border-color:#C41E3A}
.charter-inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.charter-icon{flex-shrink:0;width:56px;height:56px;border-radius:.75rem;background:rgba(196,30,58,.1);display:flex;align-items:center;justify-content:center}
.charter-text{flex:1;min-width:250px}
.charter-text h3{font-family:'Playfair Display',serif;font-size:1.25rem;color:#1B3A5C;margin-bottom:.35rem}
.charter-text p{color:#718096;font-size:.9rem;line-height:1.6}

/* COUNTERS */
.counters-section{padding:4rem 1.5rem}
.counters-grid{display:flex;align-items:center;justify-content:center;gap:0;max-width:1000px;margin:0 auto}
.counter-item{text-align:center;padding:2rem 3rem;flex:1}
.counter-icon{width:64px;height:64px;border-radius:50%;background:rgba(212,175,55,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}
.counter-number{font-family:'Playfair Display',serif;font-size:4rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem}
.counter-number::after{content:'+';font-size:2rem;color:#D4AF37;vertical-align:super;margin-left:.25rem}
.counter-label{color:rgba(255,255,255,.7);font-size:1rem;font-weight:500}
.counter-divider{width:1px;height:100px;background:rgba(255,255,255,.15);flex-shrink:0}

/* CONTACT FORM */
.contact-form-wrapper{max-width:700px;margin:0 auto}
.ooomk-contact-form{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.form-field{margin-bottom:1.25rem}
.form-field label{display:block;font-weight:600;color:#1B3A5C;margin-bottom:.5rem;font-size:.9rem}
.form-field label strong{color:#C41E3A}
.form-field input,.form-field textarea{width:100%;padding:.85rem 1rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-family:inherit;font-size:.95rem;color:#2D3748;transition:border-color .2s,box-shadow .2s}
.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#1B3A5C;box-shadow:0 0 0 3px rgba(27,58,92,.1)}
.form-field textarea{resize:vertical;min-height:100px}
.form-captcha{background:#F5F7FA;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:1.5rem}
.form-captcha label{margin-bottom:.5rem}
.form-captcha input{max-width:200px}
.btn-submit{width:100%;justify-content:center;padding:1rem 2rem;font-size:1.1rem}
.form-success{background:#d1fae5;border:1px solid #34d399;color:#065f46;padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:center;font-weight:500}
.form-error{background:#fee2e2;border:1px solid #f87171;color:#991b1b;padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:center;font-weight:500}

@media(max-width:768px){
    .counters-grid{flex-direction:column;gap:1.5rem}
    .counter-number{font-size:3rem}
    .counter-divider{width:80px;height:1px}
    .counter-item{padding:1rem}
    .form-row{grid-template-columns:1fr}
    .ooomk-contact-form{padding:1.5rem}
    .btn-submit{font-size:1rem}
}
/* COMMISSION */
#commission .leader-position{color:#1B3A5C}

@media(max-width:768px){
/* CHAT WIDGET */
.chat-widget{position:fixed;bottom:2rem;right:2rem;z-index:90}
.chat-toggle{width:60px;height:60px;border-radius:50%;background:#C41E3A;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(196,30,58,.4);transition:all .2s}
.chat-toggle:hover{background:#A31830;transform:scale(1.05)}
.chat-panel{display:none;position:absolute;bottom:70px;right:0;width:340px;background:#fff;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.2);overflow:hidden}
.chat-panel.active{display:block;animation:chatIn .3s ease}
@keyframes chatIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.chat-header{background:#1B3A5C;color:#fff;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;font-weight:600}
.chat-header button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}
.chat-body{padding:1.25rem;height:280px;overflow-y:auto}
.chat-message{padding:.75rem 1rem;border-radius:.75rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5;max-width:85%}
.chat-message.bot{background:#F5F7FA;color:#2D3748;border-bottom-left-radius:4px}
.chat-footer{padding:1rem;border-top:1px solid #e5e7eb}
.chat-footer form{display:flex;gap:.5rem}
.chat-footer input{flex:1;padding:.6rem 1rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-family:inherit;font-size:.9rem}
.chat-footer input:focus{outline:none;border-color:#1B3A5C}
.chat-footer button{padding:.6rem 1rem;background:#C41E3A;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:600}

/* MESSENGERS WIDGET */
.messengers-widget{position:fixed;bottom:2rem;left:2rem;z-index:90;display:flex;flex-direction:column;gap:.75rem}
.msg-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px rgba(0,0,0,.2)}
.msg-btn:hover{transform:scale(1.1)}
.msg-whatsapp{background:#25D366}
.msg-telegram{background:#0088cc}
.msg-vk{background:#4C75A3}

/* DARK MODE TOGGLE */
.darkmode-toggle{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:90;width:44px;height:44px;background:#1B3A5C;color:#fff;border:none;border-radius:.5rem 0 0 .5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:-4px 0 12px rgba(0,0,0,.15);transition:all .2s}
.darkmode-toggle:hover{width:50px}
.darkmode-toggle .icon-moon{display:none}
.darkmode-toggle .icon-sun{display:block}

/* LANGUAGE SWITCHER */
.lang-switcher{display:flex;align-items:center;gap:.4rem;margin-left:1rem}
.lang-btn{background:none;border:none;color:rgba(255,255,255,.7);font-size:.8rem;font-weight:600;cursor:pointer;padding:.25rem .4rem;border-radius:4px;transition:all .2s}
.lang-btn.active{color:#D4AF37;background:rgba(255,255,255,.1)}
.lang-btn:hover{color:#fff}
.lang-divider{color:rgba(255,255,255,.3);font-size:.8rem}

/* SUBSCRIBE BOX */
.subscribe-box{background:#1B3A5C;border-radius:1rem;padding:2rem;margin:2rem 0}
.subscribe-inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.subscribe-icon{flex-shrink:0}
.subscribe-text{flex:1;min-width:250px}
.subscribe-text h3{font-family:'Playfair Display',serif;color:#fff;font-size:1.25rem;margin-bottom:.35rem}
.subscribe-text p{color:rgba(255,255,255,.75);font-size:.9rem;line-height:1.6}
.subscribe-form{display:flex;gap:.75rem;flex-wrap:wrap}
.subscribe-form input{flex:1;min-width:220px;padding:.75rem 1rem;border:1.5px solid rgba(255,255,255,.2);border-radius:.5rem;background:rgba(255,255,255,.1);color:#fff;font-family:inherit;font-size:.95rem}
.subscribe-form input::placeholder{color:rgba(255,255,255,.5)}
.subscribe-form input:focus{outline:none;border-color:#D4AF37}
.subscribe-success{text-align:center;color:#22c55e;font-weight:600;padding:1rem;margin-top:1rem;background:rgba(34,197,94,.1);border-radius:.5rem}

/* EVENTS */
.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.event-card{background:#fff;border-radius:.75rem;padding:1.5rem;border-left:4px solid #C41E3A;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s}
.event-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}
.event-date{display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:#C41E3A;font-weight:600;margin-bottom:.5rem}
.event-card h3{font-size:1.05rem;font-weight:700;color:#2D3748;margin-bottom:.5rem}
.event-card p{color:#718096;font-size:.9rem;line-height:1.6}
.event-location{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#718096;margin-top:.75rem}

/* YANDEX MAP */
.yandex-map{width:100%;height:450px;border-radius:1rem;border:1px solid #e5e7eb}

    .cookie-inner{flex-direction:column;text-align:center}
    .charter-inner{flex-direction:column;text-align:center}
    .counters-grid-inline{flex-direction:column;gap:1.5rem}
    .counter-number-inline{font-size:2.5rem}
    .counter-inline-divider{width:60px;height:1px}
    .counter-inline-item{padding:.5rem 0}
    .modal-content{padding:1.5rem;margin:1rem}
    .toast-notification{left:1rem;right:1rem;top:auto;bottom:1.5rem;transform:translateY(150%)}
    .toast-notification.show{transform:translateY(0)}
    .chat-panel{width:calc(100vw - 2rem);right:-1rem}
    .chat-widget{bottom:1rem;right:1rem}
    .messengers-widget{bottom:1rem;left:1rem}
    .subscribe-inner{flex-direction:column;text-align:center}
    .subscribe-form{width:100%}
    .subscribe-form input{width:100%}
    .darkmode-toggle{display:none}
    .lang-switcher{margin:0;padding:.5rem 0}
    .events-grid{grid-template-columns:1fr}
    .yandex-map{height:300px}
}
