/* ========== repost.css ========== */

.repost-page {
    background: #006e97;
}
.repost-page .circuit-bg { display: none; }

/* Хлебные крошки */
.repost-page .breadcrumbs { color: rgba(255,255,255,0.85); }
.repost-page .breadcrumbs a { color: rgba(255,255,255,0.7); }
.repost-page .breadcrumbs a:hover { color: #fff; }

/* Шапка */
.repost-page .header { border-bottom: 1px solid rgba(255,255,255,0.2); background: rgba(0,110,151,0.95); }
.repost-page .nav .menu-link { color: rgba(255,255,255,0.85) !important; }
.repost-page .nav .menu-link:hover { color: #fff !important; }
.repost-page .nav .menu-link::before,
.repost-page .nav .menu-link::after { color: rgba(255,255,255,0.7) !important; }
.repost-page .nav-icon { color: rgba(255,255,255,0.85) !important; }
.repost-page .nav-icon:hover { color: #fff !important; background: rgba(255,255,255,0.15) !important; }

/* Херо */
.repost-hero {
    padding: 15px 40px 10px;
    text-align: center;
    background: #006e97;
}
.repost-hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 0;
	    margin: -100px;
}
.repost-logo {
    width: 500px;
    flex-shrink: 0;
    animation: logoPulse 3s ease-in-out infinite;
}
@keyframes logoPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}
.repost-hero-text {
    animation: textGlow 3s ease-in-out infinite;
}
@keyframes textGlow {
    0%, 100% { filter: drop-shadow(0 0 5px rgba(255,255,255,0.3)); }
    50% { filter: drop-shadow(0 0 20px rgba(255,255,255,0.6)); }
}
.repost-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 6rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}
.repost-subtitle {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
    letter-spacing: 4px;
    text-transform: uppercase;
}
.repost-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: -126px;
    padding-bottom: 5px;
}
.repost-stat {
    animation: statFloat 2.5s ease-in-out infinite;
}
.repost-stat:nth-child(2) { animation-delay: 0.3s; }
.repost-stat:nth-child(3) { animation-delay: 0.6s; }
@keyframes statFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.repost-stat-num {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    display: block;
}
.repost-stat-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Секции */
.repost-section { padding: 55px 60px; border-top: 1px solid rgba(255,255,255,0.15); background: #0078a5; }
.repost-section .section-title { font-size: 2rem; font-family: 'Orbitron', sans-serif; text-transform: uppercase; letter-spacing: 5px; color: #fff; margin-bottom: 35px; }
.repost-subsection { margin-bottom: 35px; }
.repost-subsection-title { font-family: 'Orbitron', sans-serif; font-size: 1.2rem; color: #fff; margin-bottom: 18px; letter-spacing: 2px; text-shadow: 0 0 10px rgba(255,255,255,0.3); }
.repost-links-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.repost-link-card { display: block; padding: 14px 18px; font-family: 'JetBrains Mono', monospace; font-size: 0.82rem; color: #fff; text-decoration: none; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.repost-link-card:hover { background: rgba(255,255,255,0.25); border-color: #fff; transform: translateY(-2px); }

/* Сайт */
.repost-site-bar { width: 100%; text-align: center; padding: 25px 20px; background: #005a7d; border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); }
.repost-site-link { font-family: 'Orbitron', sans-serif; font-size: 2rem; color: #8ccbf8; text-decoration: none; letter-spacing: 2px; transition: all 0.3s; display: block; width: 100%; }
.repost-site-link:hover { color: #fff; }

/* Стикеры */
.repost-stickers-section { padding: 60px 40px; text-align: center; background: #0078a5; }
.repost-stickers-title { font-family: 'Orbitron', sans-serif; font-size: 2.8rem; color: #fff; margin-bottom: 12px; }
.repost-stickers-subtitle { font-family: 'JetBrains Mono', monospace; font-size: 0.9rem; color: rgba(255,255,255,0.8); margin-bottom: 40px; letter-spacing: 1px; }
.repost-stickers-grid { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; margin-bottom: 40px; }
.repost-sticker-slide { width: 180px; height: 180px; transition: transform 0.3s; }
.repost-sticker-slide:hover { transform: scale(1.1); }
.repost-sticker-slide img { width: 100%; height: 100%; object-fit: contain; }
.repost-stickers-buttons { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.repost-sticker-btn { display: flex; align-items: center; gap: 10px; padding: 16px 30px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; text-decoration: none; font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; letter-spacing: 1px; transition: all 0.3s; clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%); }
.repost-sticker-btn:hover { background: rgba(255,255,255,0.3); border-color: #fff; transform: translateY(-2px); }
.repost-sticker-btn i { font-size: 1.3rem; }

/* Футер */
.repost-page footer { 
    background: #00638a; 
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    padding: 45px;
    color: rgba(255,255,255,0.85);
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.72rem;
}
.repost-page .footer-social { display: flex; justify-content: center; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.repost-page .social-btn { 
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; 
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; 
    text-decoration: none; font-size: 1.2rem; transition: all 0.3s; 
}
.repost-page .social-btn:hover { background: rgba(255,255,255,0.25); border-color: #fff; }
.repost-page .footer-legal { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 20px; }
.repost-page .footer-legal a { color: rgba(255,255,255,0.7); font-size: 0.58rem; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
.repost-page .footer-legal a:hover { color: #fff; }
.repost-page .footer-sep { color: rgba(255,255,255,0.4); }
.repost-page .footer-disclaimer p { color: rgba(255,255,255,0.5); font-size: 0.52rem; }
.repost-page .footer-copy { color: rgba(255,255,255,0.8); font-size: 0.7rem; margin-top: 5px; }

@media (max-width: 1000px) { .repost-links-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
    .repost-logo { width: 250px; }
    .repost-title { font-size: 3rem; }
    .repost-stat-num { font-size: 1.8rem; }
    .repost-hero-stats { margin-top: 0; gap: 25px; }
    .repost-section { padding: 40px 20px; }
    .repost-section .section-title { font-size: 1.6rem; letter-spacing: 3px; }
    .repost-subsection-title { font-size: 1rem; }
    .repost-links-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .repost-link-card { padding: 10px 14px; font-size: 0.72rem; }
    .repost-site-link { font-size: 1.4rem; }
    .repost-stickers-title { font-size: 2rem; }
    .repost-stickers-section { padding: 40px 20px; }
    .repost-sticker-slide { width: 140px; height: 140px; }
    .repost-sticker-btn { padding: 12px 20px; font-size: 0.75rem; }
}
@media (max-width: 500px) {
    .repost-logo { width: 180px; }
    .repost-title { font-size: 2rem; }
    .repost-stat-num { font-size: 1.5rem; }
    .repost-links-grid { grid-template-columns: 1fr; }
    .repost-sticker-slide { width: 120px; height: 120px; }
}
@media (max-width: 768px) {
    .repost-hero { padding: 30px 15px; }
    .repost-hero-content { flex-direction: column; gap: 15px; text-align: center; }
    .repost-hero-text { text-align: center; }
    .repost-logo { width: 200px !important; }
    .repost-title { font-size: 3rem !important; }
    .repost-subtitle { font-size: 0.9rem; letter-spacing: 2px; }
    .repost-hero-stats { margin-top: 0 !important; gap: 20px; }
    .repost-stat-num { font-size: 1.5rem; }
    .repost-section { padding: 30px 15px; }
    .repost-links-grid { grid-template-columns: repeat(2, 1fr); }
    .repost-stickers-section { padding: 30px 15px; }
    .repost-stickers-title { font-size: 1.8rem; }
    .repost-sticker-slide { width: 120px; height: 120px; }
    .repost-site-link { font-size: 1.2rem; }
}

@media (max-width: 400px) {
    .repost-links-grid { grid-template-columns: 1fr; }
    .repost-logo { width: 150px !important; }
    .repost-title { font-size: 2rem !important; }
    .repost-sticker-slide { width: 100px; height: 100px; }
}