

/* Start:/bitrix/templates/bordel/styles.css?177259135310435*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #1a0b2e 0%, #2d1b3a 100%);
    color: #ffffff;
    line-height: 1.6;
    min-height: 100vh;
}

/* Анимированный фон с частицами */
.bg-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(255, 77, 166, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
    z-index: -1;
    pointer-events: none;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ===== ЯРКАЯ ШАПКА ===== */
.header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(26, 11, 46, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 3px solid #ff4da6;
    box-shadow: 0 5px 30px rgba(255, 77, 166, 0.3);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Логотип гильдии */
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ff4da6, #ffd700);
    border-radius: 15px;
    transform: rotate(10deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 0 25px #ff4da6;
}

.logo-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(45deg, #ff4da6, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 3px 3px 0 rgba(255, 77, 166, 0.3);
    letter-spacing: 3px;
}

.logo-text span {
    font-size: 1rem;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #b0b0ff;
    -webkit-text-fill-color: #b0b0ff;
    text-shadow: none;
}

/* КНОПКИ СОЦСЕТЕЙ В ШАПКЕ */
.social-buttons {
    display: flex;
    gap: 15px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    border-radius: 60px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
}

.social-btn i {
    font-size: 1.5rem;
}

.tg-btn {
    background: linear-gradient(45deg, #2AABEE, #229ED9);
    color: white;
    box-shadow: 0 0 20px rgba(42, 171, 238, 0.5);
}

.ds-btn {
    background: linear-gradient(45deg, #5865F2, #404EED);
    color: white;
    box-shadow: 0 0 20px rgba(88, 101, 242, 0.5);
}

/* ===== ГЛАВНЫЙ ЭКРАН ===== */
.hero {
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 60px 0;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    padding: 12px 30px;
    background: rgba(255, 77, 166, 0.2);
    border: 2px solid #ff4da6;
    border-radius: 60px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
    color: #ffb3d9;
    backdrop-filter: blur(5px);
}

.hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
    background: linear-gradient(45deg, #fff, #ff4da6, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 50px rgba(255, 77, 166, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #e0b0ff;
    margin-bottom: 40px;
    font-weight: 600;
    text-shadow: 0 0 15px #ff4da6;
}

.hero-description {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #ccc;
    background: rgba(0,0,0,0.3);
    padding: 25px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 77, 166, 0.5);
}

.hero-actions {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 50px;
    border-radius: 60px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.hero-btn-primary {
    background: linear-gradient(45deg, #ff4da6, #ff9f4d);
    color: #fff;
    box-shadow: 0 0 30px #ff4da6;
}

.hero-btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 50px #ff4da6;
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: #fff;
    border: 2px solid #ff4da6;
}

.hero-btn-secondary:hover {
    background: #ff4da6;
    transform: translateY(-5px);
}

/* ===== О ГИЛЬДИИ ===== */
.section {
    padding: 80px 0;
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(45deg, #ff4da6, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.card {
    background: rgba(45, 27, 58, 0.7);
    backdrop-filter: blur(10px);
    border: 2px solid #ff4da6;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(255, 77, 166, 0.2);
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px #ff4da6;
    border-color: #ffd700;
}

.card-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    background: linear-gradient(45deg, #ff4da6, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #ffb3d9;
}

.card p {
    color: #ccc;
    font-size: 1rem;
}

/* ===== СОСТАВ ===== */
.roster-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.member-card {
    background: linear-gradient(145deg, #2d1b3a, #1f1330);
    border: 2px solid #ff4da6;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s;
}

.member-card:hover {
    border-color: #ffd700;
    box-shadow: 0 0 30px #ff4da6;
}

.member-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #ff4da6, #ff9f4d);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    border: 4px solid #ffd700;
}

.member-card h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #ffd700;
}

.member-card p {
    color: #b0b0ff;
    font-size: 0.9rem;
}

/* ===== ПРИГЛАШЕНИЕ ===== */
.join-section {
    background: linear-gradient(135deg, rgba(255, 77, 166, 0.2), rgba(255, 215, 0, 0.2));
    border-radius: 60px;
    padding: 60px;
    text-align: center;
    border: 3px solid #ff4da6;
    margin: 60px 0;
}

.join-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #ffd700;
}

.join-buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.join-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 60px;
    border-radius: 60px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    border: 3px solid transparent;
}

.join-tg {
    background: #2AABEE;
    color: white;
}

.join-tg:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px #2AABEE;
}

.join-ds {
    background: #5865F2;
    color: white;
}

.join-ds:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px #5865F2;
}

/* ===== КОНТАКТЫ ===== */
.contact-info {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    background: rgba(255, 77, 166, 0.1);
    border-radius: 40px;
    padding: 40px;
    border: 2px solid #ff4da6;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.contact-item i {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #ff4da6, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-item span {
    font-size: 1.2rem;
    color: #ffb3d9;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #ffd700;
}

/* ===== ФУТЕР ===== */
.footer {
    background: rgba(26, 11, 46, 0.9);
    padding: 40px 0;
    text-align: center;
    border-top: 3px solid #ff4da6;
    margin-top: 60px;
}

.footer p {
    color: #b0b0ff;
    font-size: 1rem;
}

/* Адаптация */
@media (max-width: 992px) {
    .hero-title { font-size: 4rem; }
    .roster-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .header .container {
        flex-direction: column;
        text-align: center;
    }
    .logo { justify-content: center; }
    .hero-title { font-size: 3rem; }
    .section-title { font-size: 2.5rem; }
    .social-btn { padding: 12px 24px; }
    .join-section { padding: 40px 20px; }
}

@media (max-width: 576px) {
    .roster-grid { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .join-buttons { flex-direction: column; }
}
/* End */
/* /bitrix/templates/bordel/styles.css?177259135310435 */
