/* ConclaveTér Specific Styles */

/* General Layout */
.conclave-hub {
    padding-top: 180px; /* Adjust for fixed header */
    padding-bottom: 4rem;
    min-height: 100vh;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(247, 147, 26, 0.05), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(52, 152, 219, 0.05), transparent 40%);
}

/* Hero Section */
.hub-hero {
    position: relative;
    padding: 2rem 0 6rem;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.hub-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}

.hub-title {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--text-color) 30%, var(--text-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.text-accent {
    color: var(--accent-color);
    -webkit-text-fill-color: var(--accent-color);
}

.hub-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.hub-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    padding: 1.5rem 3rem;
    border-radius: 100px;
    border: 1px solid var(--glass-border);
    display: inline-flex;
    box-shadow: var(--glass-shadow);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-color);
}

.stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-light);
    margin-top: 0.2rem;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: var(--glass-border);
}

/* Modules Grid */
.module-section {
    margin-bottom: 6rem;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}

.module-card {
    background: var(--card-bg);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.module-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: var(--accent-color);
}

.card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: radial-gradient(circle at 50% -50%, rgba(247, 147, 26, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.module-card:hover .card-glow {
    opacity: 1;
}

.card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: var(--accent-color);
    transition: all 0.4s ease;
}

.module-card:hover .card-icon-wrapper {
    background: var(--accent-gradient);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.module-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.module-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    font-size: 0.95rem;
}

.feature-list i {
    color: var(--accent-color);
    font-size: 0.8rem;
}
/* Beta badge */
.beta-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 9999px;
    border: 1px solid var(--glass-border);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 8px;
    letter-spacing: 0.03em;
}

.module-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Card Variants */
.dex-card .card-icon-wrapper { color: #3498db; }
.dex-card:hover .card-icon-wrapper { background: linear-gradient(135deg, #3498db, #2980b9); }
.dex-card:hover { border-color: #3498db; }
.dex-card .card-glow { background: radial-gradient(circle at 50% -50%, rgba(52, 152, 219, 0.2), transparent 70%); }

.cex-card .card-icon-wrapper { color: #f7931a; }
.cex-card:hover .card-icon-wrapper { background: var(--accent-gradient); }

.bag-card .card-icon-wrapper { color: #2ecc71; }
.bag-card:hover .card-icon-wrapper { background: linear-gradient(135deg, #2ecc71, #27ae60); }
.bag-card:hover { border-color: #2ecc71; }
.bag-card .card-glow { background: radial-gradient(circle at 50% -50%, rgba(46, 204, 113, 0.2), transparent 70%); }

/* Info Section */
.info-section {
    margin-bottom: 4rem;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    background: var(--glass-bg);
    border-radius: 32px;
    padding: 4rem;
    border: 1px solid var(--glass-border);
}

.info-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.info-content p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.info-buttons {
    display: flex;
    gap: 1rem;
}

.info-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-logo {
    width: 120px;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.visual-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.c1 { width: 200px; height: 200px; animation: rotate 20s linear infinite; border-color: rgba(247, 147, 26, 0.3); }
.c2 { width: 300px; height: 300px; animation: rotate 30s linear infinite reverse; border-color: rgba(52, 152, 219, 0.2); }
.c3 { width: 400px; height: 400px; animation: rotate 40s linear infinite; border-color: rgba(46, 204, 113, 0.1); }

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 992px) {
    .hub-title { font-size: 3rem; }
    .info-grid { grid-template-columns: 1fr; padding: 2rem; }
    .info-visual { height: 300px; }
}

@media (max-width: 768px) {
    .hub-stats { flex-direction: column; gap: 1rem; padding: 2rem; border-radius: 24px; }
    .stat-divider { width: 40px; height: 1px; }
    .hub-title { font-size: 2.5rem; }
}
