:root { --bg-color: #ffffff; --bg-gray: #f8f9fa; --text-black: #000000; --text-dark: #111111; --text-muted: #555555; --accent: #D4FF00; --accent-hover: #b8e600; --accent-text-dark: #8cb300; --border: 3px solid #000000; }
html, body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: var(--bg-color); color: var(--text-dark); width: 100%; overflow-x: hidden; line-height: 1.5; }
h1, h2, h3, h4 { color: var(--text-black); margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }
h2 { font-size: 2.8rem; text-align: center; margin-bottom: 60px; letter-spacing: -1px; }
.highlight-bg { background: linear-gradient(to top, var(--accent) 50%, transparent 50%); display: inline; padding: 0 5px; box-decoration-break: clone; -webkit-box-decoration-break: clone; color: #000; }
.text-accent { color: var(--accent-text-dark) !important; }
p { color: var(--text-muted); font-size: 1.1rem; }
strong { color: var(--text-black); }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; padding: 0; margin: 0; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.desktop-only { display: block; }
section { padding: 90px 0; }
.section-gray { background-color: var(--bg-gray); }
header { background: #fff; z-index: 1000; border-bottom: 3px solid #000; }
.header-top { padding: 15px 0; border-bottom: 1px solid #ddd; position: relative; }
.header-grid-top { display: flex; justify-content: space-between; align-items: center; }
.h-left { display: flex; align-items: center; gap: 20px; }
.logo { font-size: 2.2rem; font-weight: 900; color: #000; text-transform: uppercase; font-style: italic; }
.logo span { color: var(--accent-text-dark); }
.h-legal { font-size: 0.75rem; color: #777; line-height: 1.2; border-left: 2px solid #ddd; padding-left: 15px; }
.h-center { text-align: center; }
.online-label { display: block; font-size: 0.9rem; margin-bottom: 5px; color: #000; font-weight: 600; }
.tg-btn-header { background: var(--accent); color: #000; font-weight: 900; padding: 10px 30px; border-radius: 8px; display: inline-block; border: 3px solid #000; box-shadow: 4px 4px 0 #000; font-size: 1rem; }
.tg-btn-header:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #000; }
.h-right { text-align: right; display: flex; flex-direction: column; }
.h-email { font-size: 0.95rem; color: #333; margin-bottom: 2px; }
.h-hours { font-size: 0.85rem; color: #555; margin-bottom: 2px; }
.h-phone { font-size: 1.6rem; font-weight: 900; color: #000; margin-bottom: 2px; line-height: 1; }
.h-callback { color: var(--accent-text-dark); text-decoration: underline; text-decoration-color: var(--accent-text-dark); font-size: 0.95rem; font-weight: 800; text-transform: uppercase; transition: all 0.3s ease; cursor: pointer; letter-spacing: 0.5px; }
.h-callback:hover { color: #000000; text-decoration: none; }
.header-bottom { background: #fff; padding: 18px 0; position: sticky; top: 0; z-index: 999; border-bottom: 1px solid #eee; }
.nav-links { display: flex; justify-content: space-between; }
.nav-links a { font-weight: 900; font-size: 1.1rem; text-transform: uppercase; color: #000; letter-spacing: 0.5px; }
.nav-links a:hover { color: var(--accent-text-dark); }
.hero { padding: 20px 0 100px; display: flex; align-items: flex-start; background: #fff; }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.hero h1 { margin-top: 0; font-size: 3.5rem; line-height: 1; letter-spacing: -2px; margin-bottom: 30px; }
@media (max-width: 768px) { .hero h1 { font-size: 2.8rem; } }
.btn { display: inline-flex; align-items: center; justify-content: center; background-color: var(--accent); color: #000; padding: 18px 36px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; border: var(--border); border-radius: 12px; cursor: pointer; transition: 0.2s; box-shadow: 6px 6px 0px 0px #000; gap: 10px; font-size: 1.1rem; }
.btn:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0px 0px #000; }
.btn-outline { background: transparent; border: 2px solid #000; color: #000; padding: 14px 30px; font-weight: 700; border-radius: 8px; }
.btn-outline:hover { background: #000; color: #fff; }
.btn-sm { padding: 10px 20px; font-size: 0.9rem; }
.glass-form-light { background: #fff; border: 3px solid #000; border-radius: 16px; padding: 30px; max-width: 450px; margin-left: auto; box-shadow: 10px 10px 0 rgba(0,0,0,1); }
.form-header h3 { margin: 0; font-size: 1.5rem; color: #000; }
.stats-bar { border-top: 3px solid #000; border-bottom: 3px solid #000; padding: 60px 0; background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-item h3 { font-size: 3.5rem; color: #000; margin: 0; font-weight: 900; }
.stat-item h3 span { color: var(--accent-text-dark); }
.stat-item p { margin: 5px 0 0; color: #333; text-transform: uppercase; font-weight: 700; }
.zigzag-block { display: flex; align-items: center; gap: 60px; margin-bottom: 40px; }
.zigzag-text { flex: 1; }
.zigzag-img { flex: 1; width: 100%; min-width: 0; }
.case-stats-light { background: #fff; padding: 30px; border-radius: 12px; border: 3px solid #000; margin: 20px 0; box-shadow: 6px 6px 0 #000; }
.case-stats-light ul li { margin-bottom: 12px; display: flex; align-items: center; gap: 12px; color: #000; font-weight: 600; }
.sticker-icon { color: #000; }
.highlight-text-light { color: #000; font-weight: 900; background: var(--accent); padding: 2px 8px; }
.swiper { width: 100%; height: 350px; border-radius: 12px; overflow: hidden; border: 3px solid #000; box-shadow: 8px 8px 0 #000; }
.swiper-slide { background: #fff; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.swiper-slide img { width: 100%; height: 100%; object-fit: contain; display: block; cursor: zoom-in; }
.benefits-grid, .steps-grid, .team-grid { display: grid; gap: 40px; }
.benefits-grid, .steps-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.team-grid { grid-template-columns: repeat(3, 1fr); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; align-items: stretch; padding: 20px 0; }
.card, .step-card { background: #fff; padding: 35px; border-radius: 16px; border: 3px solid #eee; transition: 0.3s; }
.card:hover, .team-card:hover { transform: translateY(-5px); border-color: #000; box-shadow: 8px 8px 0 #000; }
.price-card { display: flex; flex-direction: column; background: #fff; border: 2px solid transparent; border-radius: 20px; padding: 40px 30px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; text-align: center; }
.price-card:hover { transform: translateY(-5px); box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1); }
.price-card.popular { border: 2px solid #000; box-shadow: 12px 12px 0px rgba(0, 0, 0, 1); transform: scale(1.03); z-index: 2; }
.price-card.popular:hover { transform: scale(1.03) translateY(-5px); box-shadow: 16px 16px 0px rgba(0, 0, 0, 1); }
.price-card .price { font-size: 2.2rem; font-weight: 900; white-space: nowrap; margin: 20px 0 30px 0; color: #000; }
.price-features { list-style: none; padding: 0; margin: 0 0 30px 0; flex-grow: 1; text-align: left; }
.price-features li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; font-size: 0.95rem; color: #444; line-height: 1.4; }
.price-features li i { color: #c4ff00; font-size: 1.1rem; margin-top: 3px; }
.price-card .btn { margin-top: auto !important; width: 100%; padding: 15px 20px; font-weight: 700; font-size: 1rem; border-radius: 12px; }
.big-icon { font-size: 2.5rem; color: var(--accent-text-dark); display: block; margin-bottom: 15px; }
.popular-badge { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #000; padding: 8px 20px; font-weight: 900; font-size: 0.9rem; text-transform: uppercase; border-radius: 30px; border: 3px solid #000; }
.step-num { font-size: 4rem; font-weight: 900; color: #eee; display: block; margin-bottom: 10px; line-height: 1; }
.founder-block { background: #fff; border: 3px solid #000; border-radius: 16px; overflow: hidden; margin-bottom: 60px; box-shadow: 10px 10px 0 #000; }
.founder-main { display: flex; gap: 50px; padding: 50px; border-bottom: 2px solid #eee; }
.founder-gallery { flex: 0 0 350px; height: 450px; border: 3px solid #000; border-radius: 12px; overflow: hidden; box-shadow: 8px 8px 0 var(--accent); }
.founder-gallery .swiper { border: none; box-shadow: none; border-radius: 0; height: 100%; width: 100%; }
.founder-gallery .swiper-slide { display: block; padding: 0; background: #000; }
.founder-gallery .swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top center; cursor: default; }
.role-badge { background: var(--accent); color: #000; padding: 6px 12px; border-radius: 6px; display: inline-block; margin-bottom: 15px; font-weight: 800; font-size: 0.9rem; border: 2px solid #000; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.fact-item { background: #f9f9f9; padding: 20px; border-radius: 8px; display: flex; align-items: center; gap: 15px; border-left: 4px solid #000; font-size: 1rem; font-weight: 500; }
.founder-timeline { padding: 50px; background: #fafafa; }
.timeline-wrap { display: flex; justify-content: space-between; padding-top: 40px; border-top: 4px solid #000; position: relative; }
.timeline-item { position: relative; flex: 1; padding-right: 20px; }
.timeline-item::before { content: ''; position: absolute; top: -50px; left: 0; width: 16px; height: 16px; background: #000; border: 3px solid var(--accent); border-radius: 50%; z-index: 2; }
.timeline-item p { font-size: 0.95rem; color: #333; margin-top: 0; line-height: 1.4; font-weight: 500; }
.year { font-weight: 900; color: #000; font-size: 1.4rem; background: var(--accent); padding: 4px 10px; display: inline-block; margin-bottom: 15px; }
.publications { padding: 40px; background: #f8fafc; border-top: 2px solid #eee; margin-top: 30px; }
.publications h4 { color: #000; display: flex; align-items: center; gap: 15px; margin-bottom: 25px; font-size: 1.4rem; }
.pub-list.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; }
.pub-list li { display: flex; align-items: flex-start; }
.pub-list a, .pub-list .pub-link-placeholder { color: #555; transition: 0.3s; text-decoration: none; border-bottom: 1px solid transparent; font-weight: 500; display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; }
.pub-list a:hover { color: #000; border-color: var(--accent); }
.pub-list i { color: var(--accent-text-dark); font-size: 1.2rem; min-width: 20px; }
.pub-link-placeholder { color: #999; cursor: default; font-style: italic; }
.team-card { background: #fff; padding: 35px; border-radius: 16px; border: 3px solid #eee; transition: 0.3s; text-align: center; display: flex; flex-direction: column; align-items: center; }
.team-photo { width: 140px; height: 140px; border-radius: 50%; margin: 0 auto 25px; border: 3px solid #000; overflow: hidden; background: #eee; display: flex; justify-content: center; align-items: center; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.icon-photo { display: flex; justify-content: center; align-items: center; background: #f0f0f0; font-size: 3rem; color: var(--accent-text-dark); }
.team-card h4 { margin-bottom: 10px; font-size: 1.3rem; }
.team-role { color: var(--accent-text-dark); font-weight: 700; margin-bottom: 15px; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.5px; }
.team-desc { font-size: 1rem; color: #555; line-height: 1.5; max-width: 90%; margin: 0 auto; }
.seo-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.info-box { background: #fff; padding: 40px; border-radius: 16px; border: 3px solid #000; box-shadow: 8px 8px 0 #000; }
.info-box h3 { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; font-size: 1.6rem; }
.info-box h3 i { font-size: 1.8rem; }
.info-box > p { margin-bottom: 25px; font-size: 1.05rem; color: #333; font-weight: 500; }
.good-list ul { display: grid; gap: 15px; }
.good-list li { display: grid; grid-template-columns: 24px 1fr; gap: 5px 15px; align-items: baseline; }
.good-list li i { color: #28a745; font-size: 1.2rem; grid-row: 1 / 3; }
.good-list li strong { font-weight: 800; color: #000; font-size: 1.05rem; }
.good-list li span { color: #555; font-size: 1rem; grid-column: 2; }
.bad-list { border-color: #e53e3e; box-shadow: 8px 8px 0 #e53e3e; }
.bad-list ul { display: grid; gap: 15px; }
.bad-list li { display: flex; align-items: flex-start; gap: 15px; font-size: 1rem; color: #333; line-height: 1.5; }
.bad-list li i { color: #e53e3e; font-size: 1.1rem; margin-top: 4px; flex-shrink: 0; }
.faq-item { border-bottom: 2px solid #eee; }
.faq-question { padding: 25px 0; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; color: #000; font-size: 1.2rem; }
.faq-question:hover { color: #555; }
.faq-answer { padding-bottom: 25px; display: none; color: #555; font-size: 1.1rem; }
.faq-item.active .faq-answer { display: block; }
.faq-item.active i { transform: rotate(180deg); }
.manager-cta-block { padding: 60px 0 100px; text-align: center; }
.manager-contact { display: flex; justify-content: center; align-items: center; gap: 25px; margin-bottom: 35px; }
.manager-img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 3px solid #000; box-shadow: 4px 4px 0 #000; }
.manager-text { text-align: left; }
.manager-text h2 { margin: 0 0 10px 0; text-align: left; font-size: 2.2rem; color: #000; }
.manager-text p { margin: 0; color: #555; font-size: 1.1rem; font-weight: 500; }
footer { background: #fff; border-top: 2px solid #000; padding: 80px 0 30px; font-size: 0.95rem; color: #333; }
.footer-top-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.footer-col h4 { font-size: 1.2rem; color: #000; margin-bottom: 25px; font-weight: 800; text-transform: uppercase; }
.f-links-main li, .f-links-secondary li { margin-bottom: 12px; }
.f-links-main a:hover { color: var(--accent-text-dark); text-decoration: underline; }
.footer-divider { border: 0; border-top: 1px solid #ddd; margin: 50px 0; }
.footer-bottom-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.f-requisites p { margin: 0 0 8px; font-size: 0.9rem; color: #555; }
.f-contacts-block { text-align: right; }
.fc-hours { color: #777; margin-bottom: 10px; }
.fc-phone { display: block; font-size: 1.8rem; font-weight: 800; color: #000; margin-bottom: 10px; }
.fc-tg { color: #3b82f6; text-decoration: underline; font-weight: 600; font-size: 1.1rem; }
.payment-badges-light { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.payment-badges-light span { background: #f0f0f0; padding: 6px 12px; border-radius: 6px; font-weight: 800; border: 1px solid #ddd; font-size: 0.8rem; color: #333; white-space: nowrap; display: inline-block; }
.footer-copyright { text-align: center; border-top: 1px solid #eee; padding-top: 20px; margin-top: 40px; font-size: 0.4rem; color: #999; line-height: 1.4; }
.mobile-menu { display: none; }
.burger-menu { display: none; flex-direction: column; gap: 6px; cursor: pointer; }
.burger-menu span { width: 35px; height: 4px; background: #000; }
@media (max-width: 1024px) { .header-grid-top, .hero-content, .footer-top-grid, .footer-bottom-grid, .zigzag-block, .timeline-wrap, .founder-main { flex-direction: column; } .desktop-only { display: none !important; } .burger-menu { display: flex; } .f-contacts-block { text-align: left; margin-top: 30px; } .mobile-menu { position: fixed; top: 0; right: -100%; width: 85%; height: 100vh; background: #fff; flex-direction: column; padding: 80px 30px; transition: 0.4s; border-left: 3px solid #000; z-index: 1001; } .mobile-menu.active { right: 0; display: flex; } .mobile-menu a { font-size: 1.4rem; margin-bottom: 25px; color: #000; font-weight: 900; text-transform: uppercase; } .pricing-grid, .team-grid { grid-template-columns: 1fr; } .stats-grid { grid-template-columns: 1fr 1fr; } .seo-info-grid, .pub-list.two-columns { grid-template-columns: 1fr; } .manager-contact { flex-direction: column; text-align: center; } .manager-text { text-align: center; } .manager-text h2 { text-align: center; } .timeline-wrap { flex-direction: column; padding-left: 20px; border-left: 4px solid #000; border-top: none; } .timeline-item::before { top: 0; left: -29px; } .timeline-item { padding-bottom: 30px; } }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 2000; display: none; align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.modal-overlay.active { display: flex; }
.modal-window { background: #fff; padding: 40px; border-radius: 16px; width: 100%; max-width: 550px; position: relative; border: 3px solid #000; box-shadow: 10px 10px 0 #000; }
.close-modal { position: absolute; top: 15px; right: 20px; font-size: 2.5rem; cursor: pointer; color: #000; line-height: 0.8; }
.cookie-banner { position: fixed; bottom: 30px; right: 30px; background: #fff; border: 3px solid #000; padding: 25px; border-radius: 12px; z-index: 1500; display: none; box-shadow: 8px 8px 0 #000; max-width: 350px; }
.image-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 2500; display: none; align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.image-modal-overlay.active { display: flex; }
.image-modal-content { max-width: 90%; max-height: 90%; position: relative; display: flex; justify-content: center; align-items: center; }
.image-modal-content img { width: auto; height: auto; max-width: 100%; max-height: 90vh; border: 3px solid #fff; box-shadow: 0 0 20px rgba(0,0,0,0.5); object-fit: contain; }
.close-image-modal { position: absolute; top: -40px; right: 0; color: #fff; font-size: 2.5rem; cursor: pointer; }
.bitrix-container, .bitrix-modal-container { position: relative; overflow: hidden; padding-bottom: 20px; }
.bitrix-container::after, .bitrix-modal-container::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background: #ffffff; z-index: 90; pointer-events: none; }
.b24-form-wrapper { margin-bottom: -10px; }
.policy-page { padding: 60px 0 120px; background: #fff; color: #111; }
.page-title { font-size: 3.5rem; margin-top: 0; margin-bottom: 25px; line-height: 1.1; text-transform: uppercase; font-weight: 900; text-align: left; }
.meta-info { font-size: 0.9rem; color: #666; margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid #ddd; font-family: monospace; }
.policy-summary-box { background: #f4f4f4; border: 3px solid #000; border-radius: 12px; padding: 40px; margin-bottom: 80px; box-shadow: 10px 10px 0 #000; width: 100%; box-sizing: border-box; }
.policy-summary-box h3 { margin-top: 0; font-size: 2rem; margin-bottom: 25px; text-transform: none; font-weight: 800; text-align: left; }
.policy-summary-box p { font-size: 1.1rem; line-height: 1.6; }
.simple-list { margin-top: 20px; }
.simple-list li { margin-bottom: 18px; position: relative; padding-left: 25px; line-height: 1.5; font-size: 1.05rem; }
.simple-list li::before { content: ""; width: 10px; height: 10px; background: var(--accent); border: 2px solid #000; position: absolute; left: 0; top: 8px; }
.alert-box { background: #fff; border: 2px solid #000; padding: 25px; border-radius: 8px; margin-top: 40px; font-size: 1.05rem; display: block; }
.alert-box strong { display: inline-block; margin-right: 10px; color: #000; }
.alert-box::before { content: "\f05a"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 10px; color: var(--accent-text-dark); }
.legal-text-wrapper { width: 100%; text-align: left; }
.legal-text-wrapper h2 { font-size: 2rem; margin-top: 60px; margin-bottom: 25px; text-transform: none; font-weight: 800; border-left: 6px solid var(--accent); padding-left: 20px; line-height: 1.2; text-align: left !important; display: block; }
.legal-text-wrapper h3 { font-size: 1.4rem; margin-top: 40px; margin-bottom: 15px; font-weight: 700; color: #000; text-align: left !important; }
.legal-text-wrapper p { margin-bottom: 18px; line-height: 1.7; font-size: 1.1rem; color: #333; width: 100%; max-width: none; }
.legal-text-wrapper ul { margin-bottom: 25px; padding-left: 20px; width: 100%; }
.legal-text-wrapper li { margin-bottom: 10px; list-style-type: disc; font-size: 1.1rem; line-height: 1.6; }
.legal-text-wrapper a { color: #000; text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; }
.legal-text-wrapper a:hover { background: var(--accent); text-decoration: none; }
@media (max-width: 768px) { .page-title { font-size: 2.2rem; word-wrap: break-word; } .policy-summary-box { padding: 20px; } .legal-text-wrapper h2 { font-size: 1.6rem; padding-left: 15px; border-left-width: 4px; } }
.contacts-page { padding: 60px 0 100px; background: #fff; }
.contacts-grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 60px; }
.contact-card { display: flex; align-items: center; padding: 25px; background: #fff; border: 3px solid #000; border-radius: 12px; text-decoration: none; transition: 0.2s all; box-shadow: 6px 6px 0 #f0f0f0; }
.contact-card:not(.static-card):hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 #000; border-color: #000; }
.telegram-card:hover { background: #2AABEE; color: #fff !important; }
.telegram-card:hover .c-value, .telegram-card:hover .c-label { color: #fff; }
.c-icon { font-size: 2rem; margin-right: 20px; color: var(--accent-text-dark); }
.telegram-card:hover .c-icon { color: #fff; }
.c-info { display: flex; flex-direction: column; }
.c-label { font-size: 0.85rem; color: #777; margin-bottom: 4px; }
.c-value { font-size: 1.1rem; font-weight: 800; color: #000; }
.legal-info-block { margin-bottom: 60px; padding: 30px; background: #f9f9f9; border-left: 5px solid #000; }
.legal-row { margin-bottom: 12px; font-size: 1rem; }
.legal-row strong { display: block; margin-bottom: 4px; color: #000; }
.bank-details-wrapper { width: 100%; max-width: none; margin-bottom: 80px; }
.section-title-small { font-size: 2rem; margin-bottom: 5px; text-transform: uppercase; font-weight: 900; text-align: left; width: 100%; }
.subtitle { margin-bottom: 30px; color: #666; }
.requisites-table { border: 3px solid #000; border-radius: 12px; overflow: hidden; }
.req-row { display: flex; align-items: center; border-bottom: 1px solid #ddd; background: #fff; padding: 15px 20px; transition: 0.2s; }
.req-row:last-child { border-bottom: none; }
.req-row:hover { background: #fafafa; }
.req-name { flex: 0 0 30%; font-weight: 600; color: #555; font-size: 0.95rem; }
.req-val { flex: 1; font-weight: 800; color: #000; font-family: monospace; font-size: 1.05rem; word-break: break-all; }
.copy-btn { background: transparent; border: none; color: #ccc; cursor: pointer; font-size: 1.2rem; padding: 5px 10px; transition: 0.2s; }
.copy-btn:hover { color: var(--accent-text-dark); transform: scale(1.1); }
.copy-btn.copied { color: #28a745; }
.download-block { margin-top: 30px; display: flex; align-items: center; gap: 20px; }
@media (max-width: 768px) { .req-row { flex-wrap: wrap; } .req-name { flex: 0 0 100%; margin-bottom: 5px; font-size: 0.85rem; } .req-val { font-size: 1rem; } .copy-btn { margin-left: auto; } }
.payment-logos-large { display: flex; flex-wrap: wrap; gap: 15px; margin: 25px 0 40px; }
.pl-badge { display: flex; align-items: center; gap: 8px; background: #f8f9fa; border: 2px solid #ddd; border-radius: 8px; padding: 10px 20px; font-weight: 800; font-size: 1.2rem; color: #444; }
.pl-badge i { font-size: 1.5rem; }
.paykeeper-badge { background: #fff; border-color: #004b8d; color: #004b8d; }
.team-page { padding: 60px 0 100px; background: #fff; }
.team-manifesto { max-width: 900px; margin-bottom: 80px; }
.manifesto-lead { font-size: 1.4rem; font-weight: 600; margin-bottom: 20px; }
.manifesto-divider { width: 60px; height: 4px; background: var(--accent); margin: 30px 0; }
.person-card { border: 3px solid #000; border-radius: 16px; padding: 40px; margin-bottom: 60px; background: #fff; box-shadow: 10px 10px 0 #f0f0f0; transition: 0.3s; }
.person-card:hover { box-shadow: 12px 12px 0 #000; }
.person-header { display: flex; gap: 40px; margin-bottom: 40px; }
.ph-info { flex: 1; }
.ph-photo { flex: 0 0 300px; }
.ph-photo img { width: 100%; height: auto; border-radius: 12px; border: 2px solid #eee; object-fit: cover; box-shadow: 5px 5px 0 #ddd; }
.person-card h2 { font-size: 2.5rem; margin: 0 0 10px; text-transform: none; font-weight: 900; }
.person-role { display: block; font-size: 1.1rem; color: #666; margin-bottom: 25px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.person-quote { font-size: 1.2rem; font-style: italic; border-left: 4px solid var(--accent); padding-left: 20px; line-height: 1.6; background: #f9f9f9; padding: 15px 20px; border-radius: 0 8px 8px 0; }
.person-intro { font-size: 1.1rem; line-height: 1.6; }
.timeline-list { margin-bottom: 30px; }
.tl-item { display: flex; margin-bottom: 12px; font-size: 1.05rem; }
.tl-year { font-weight: 800; min-width: 80px; color: var(--accent-text-dark); }
.timeline-simple { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; }
.ts-item { background: #f4f4f4; padding: 8px 15px; border-radius: 6px; font-size: 0.95rem; }
.tf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 30px; }
.tf-quote { background: #fff; border: 2px solid #eee; padding: 15px; border-radius: 8px; font-size: 0.9rem; font-style: italic; text-align: center; }
.photo-gallery { display: grid; gap: 15px; margin-top: 30px; }
.grid-6 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.photo-gallery img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; transition: 0.3s; filter: grayscale(20%); }
.photo-gallery img:hover { filter: grayscale(0%); transform: scale(1.02); }
.leaders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 60px; }
.small-card { padding: 30px; margin-bottom: 0; display: flex; flex-direction: column; }
.sc-photo { height: 300px; margin-bottom: 20px; }
.sc-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.sc-content h2 { font-size: 1.8rem; }
.sc-list { padding-left: 20px; margin-top: 15px; }
.sc-list li { list-style: disc; margin-bottom: 8px; }
.departments-wrapper { display: flex; flex-direction: column; gap: 40px; }
.dept-card { display: flex; align-items: center; background: #111; color: #fff; border-radius: 16px; overflow: hidden; }
.dept-card.reverse { flex-direction: row-reverse; }
.dept-info { flex: 1; padding: 50px; }
.dept-info h2 { color: #fff; margin-top: 0; font-size: 2.2rem; }
.dept-subtitle { display: block; color: var(--accent); font-weight: 700; margin-bottom: 20px; text-transform: uppercase; }
.dept-photo { flex: 1; height: 400px; }
.dept-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 992px) { .person-header { flex-direction: column-reverse; gap: 20px; } .person-header.reverse-mobile { flex-direction: column; } .ph-photo { flex: 0 0 auto; width: 100%; max-width: 400px; } .leaders-grid { grid-template-columns: 1fr; } .grid-6, .grid-4 { grid-template-columns: repeat(2, 1fr); } .dept-card { flex-direction: column !important; } .dept-photo { height: 250px; width: 100%; } .dept-info { padding: 30px; } }
.dept-photo-placeholder { flex: 1; min-height: 350px; background: #2AABEE; display: flex; align-items: center; justify-content: center; }
.dept-photo-placeholder i { font-size: 8rem; color: rgba(255, 255, 255, 0.3); }
.dept-photo-placeholder.dark-theme { background: #222; border-left: 1px solid #333; }
@media (max-width: 992px) { .dept-photo-placeholder { min-height: 200px; width: 100%; } .dept-photo-placeholder i { font-size: 5rem; } }