/*
Theme Name: Binariums 2025 — Твоя финальная версия
Description: Зелёный #55c53b + золотая кнопка + спокойный премиум-дизайн
Version: FINAL 2025
*/

:root {
    --bg: #0b1424;
    --bg-grad: linear-gradient(135deg, #0b1424 0%, #0f1e38 60%, #16294d 100%);
    --card: #131a2c;
    --text: #ffffff;
    --text-soft: #c8d4e3;
    --green: #55c53b;
    --green-soft: #4caf50;
    --green-hover: #66bb6a;
    --gold: #ffd700;
    --gold-hover: #ffed4e;
    --border: rgba(85, 197, 59, 0.2);
    --shadow-green: rgba(85, 197, 59, 0.35);
    --shadow-gold: rgba(255, 215, 0, 0.5);
}

* { box-sizing: border-box; margin:0; padding:0; }
body { 
    font-family: 'Roboto', system-ui, sans-serif; 
    background: var(--bg-grad);
    background-attachment: fixed;
    color: var(--text); 
    line-height: 1.6;
}

img { max-width: 100%; display: block; }
.wrapper { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
h1,h2,h3{text-align: center;}
.section-title{text-align: center;color: #55c53b;font-size: 52px;}
/* === HERO === */
.hero-2025 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 61px 20px 77px;
}

.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('images/hero-bg.webp') center/cover no-repeat;
    opacity: 0.8;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
}

.hero-2025 h1 {
    font-size: clamp(48px, 8vw, 86px);
    font-weight: 900;
    margin: 0 0 28px;
    color: var(--green);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.hero-lead {
    font-size: clamp(26px, 5vw, 40px);
    margin: 0 0 60px;
    color: var(--text-soft);
    font-weight: 500;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
}

/* === КНОПКИ — ТВОЯ ЛЮБИМАЯ ВЕРСИЯ === */
.btn-main,
.btn-secondary {
    padding: 13px 33px;
    font-size: clamp(20px, 4vw, 26px);
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.45s ease;
    min-width: 300px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* Спокойная зелёная кнопка */
.btn-main {
    background: #26e98836;
    color: white;
    border: 2px solid #4caf50;
}

.btn-main:hover {
transform: translateY(-7px);
    box-shadow: 0 18px 45px rgb(76 175 80 / 57%);
}

/* Жирная золотая — как ты любишь */
.btn-secondary {
    background: linear-gradient(135deg, #ffd700, #ffb300);
    color: #000;
    font-weight: 800;
    border: 2px solid #ffd700;
}

.btn-secondary:hover {
    transform: translateY(-9px) scale(1.02);
    background: linear-gradient(135deg, #ffed4e, #ffc107);
    box-shadow: 0 22px 55px var(--shadow-gold);
    color: #000;
}

/* === ПРЕИМУЩЕСТВА === */
.advantages {
    padding: 51px 0 51px 0;
    background: rgba(11, 20, 36, 0.7);
    backdrop-filter: blur(10px);
    border-top: 3px solid #188117;
}

.adv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.adv-item {
    text-align: center;
    padding: 35px 20px;
    background: var(--card);
    border-radius: 18px;
    border: 1px solid var(--border);
    transition: all 0.45s ease;
}

.adv-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px var(--shadow-green);
}

.adv-item img {
    width: 200px;
    height: 200px;
    margin: 0 auto 24px;
    transition: all 0.4s;
    filter: brightness(1);
}

.adv-item:hover img {
    filter: brightness(1.3) drop-shadow(0 0 25px rgba(85, 197, 59, 0.6));
}

.adv-item p {
    font-size: 21px;
    font-weight: 600;
    color: #a0e68a;
}

/* === ОТЗЫВЫ === */
.reviews {
    padding: 51px 0;
    background: var(--bg);
}

.reviews h2 {
    text-align: center;
    font-size: 52px;
    color: var(--green);
    margin-bottom: 80px;
    text-shadow: 0 3px 15px rgba(85, 197, 59, 0.3);
}

.reviews-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
}

.review {
    background: var(--card);
    padding: 40px;
    border-radius: 18px;
    border: 1px solid var(--border);
    font-size: 18px;
    color: var(--text-soft);
    line-height: 1.75;
    transition: all 0.4s;
}

.review:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(85, 197, 59, 0.15);
}

/* === ПЛАТЁЖКИ === */
.payments {
padding: 58px 0;
    text-align: center;
    border-top: 3px solid #188117;
    border-bottom: 3px solid #188117;
}

.payments h3 {
    font-size: 42px;
    color: var(--green);
    margin-bottom: 70px;
    text-shadow: 0 3px 15px rgba(85, 197, 59, 0.2);
}

.payment-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.payment-item {
    width: 180px;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.45s ease;
    filter: grayscale(15%) brightness(0.95);
}

.payment-item:hover {
    transform: scale(1.15);
    filter: grayscale(0%) brightness(1.1) drop-shadow(0 12px 30px rgba(85, 197, 59, 0.4));
}

/* === ТЕКСТ ИЗ АДМИНКИ === */
.main-text {
   
    color: var(--text-soft);
    font-size: 19px;
    line-height: 1.85;
}

.main-text h2,
.main-text h3 { 
    color: var(--green); 
    margin-top: 2.5em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* === АДАПТИВ === */
@media (max-width: 768px) {
    .hero-buttons { flex-direction: column; align-items: center; }
    .btn-main, .btn-secondary { min-width: 90%; }
    .reviews-slider { grid-template-columns: 1fr; }
}
.mobile-fixed-btn {
    display: none;
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 90%;
    max-width: 380px;
}

.mobile-fixed-btn a {
    display: block;
    padding: 16px 20px;
    background: linear-gradient(135deg, #4caf50, #388e3c);
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(76,175,80,0.45);
    transition: all 0.3s;
}

.mobile-fixed-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(76,175,80,0.6);
}
@media (max-width: 768px) {
    .mobile-fixed-btn { display: block; }
}
/* === ФИНАЛЬНЫЙ ФУТЕР + МОБИЛЬНАЯ КНОПКА === */
.main-footer {
    background: #0a1120;
    color: #b8c5d6;
    padding: 80px 0 40px;
    margin-top: 120px;
        border-top: 3px solid #188117;

    font-size: 15px;
}
.footer-inner { text-align: left; }
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 50px;
    margin-bottom: 60px;
}
.footer-col h4 {
    color: #55c53b;
    font-size: 19px;
    margin-bottom: 20px;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin: 12px 0; }
.footer-col a { color: #b8c5d6; text-decoration: none; transition: color 0.3s; }
.footer-col a:hover { color: #55c53b; }

.disclaimer-section {
    max-width: 1000px;
    margin: 60px auto 40px;
    padding: 30px;
    background: rgba(220,50,50,0.1);
    border-radius: 12px;
    border: 1px solid rgba(220,50,50,0.3);
    text-align: center;
}
.risk-warning h4 { color: #ff4444; margin-bottom: 15px; font-size: 18px; }
.age-warning { margin: 30px 0; font-size: 20px; font-weight: bold; }
.age-18 {
    display: inline-block;
    background: #dc3545;
    color: white;
    padding: 8px 18px;
    border-radius: 50px;
    margin-right: 15px;
    font-size: 22px;
}
.affiliate-note { margin-top: 25px; font-size: 14px; color: #888; }
.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 14px;
    color: #666;
}

/* Мобильная кнопка — плавный выезд */
.mobile-fixed-btn {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 400px;
    z-index: 9999;
    transition: bottom 0.5s ease;
}
.mobile-fixed-btn.visible { bottom: 20px; }
.mobile-fixed-btn a {
    display: block;
    padding: 17px 20px;
    background: linear-gradient(135deg, #4caf50, #388e3c);
    color: white;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(76,175,80,0.5);
}
.mobile-fixed-btn a:hover { transform: translateY(-5px); }

@media (min-width: 769px) { .mobile-fixed-btn { display: none !important; } }
.review-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}
.review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #55c53b;
    box-shadow: 0 4px 15px rgba(85,197,59,0.3);
    flex-shrink: 0;
}
.review strong { font-size: 18px; color: #55c53b; }
.review small { color: #aaa; font-size: 14px; }
.stars {
    color: #ffd700;
    font-size: 22px;
    margin-top: 10px;
    letter-spacing: 4px;
}
@media (max-width: 480px) {
    .review-avatar { width: 64px; height: 64px; }
    .review-header { gap: 14px; }
}
/* === FAQ ГАРМОШКА 2025 === */
.faq-section {
    padding: 1px 0;

}
.faq-section h2 {
    text-align: center;
    color: #55c53b;
    margin-bottom: 60px;
    font-size: 44px;
}
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 16px;
    border: 1px solid rgba(85,197,59,0.3);
    border-radius: 12px;
    overflow: hidden;
    background: var(--card);
}
.faq-question {
    padding: 20px 24px;
    background: rgba(85,197,59,0.1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    transition: background 0.3s;
}
.faq-question:hover {
    background: rgba(85,197,59,0.2);
}
.faq-toggle {
    font-size: 24px;
    transition: transform 0.3s;
    color: #55c53b;
}
.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}
.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: var(--card);
}
.faq-item.active .faq-answer {
    padding: 24px;
    max-height: 500px;
}
.faq-answer p {
    margin: 0;
    line-height: 1.7;
}