/* 7K Casino Color Palette - Black, Red, Gold */
:root {
    --mui-primary: #d4af37; /* Gold */
    --mui-primary-dark: #b8941f;
    --mui-primary-light: #f4d03f;
    --mui-secondary: #dc143c; /* Crimson Red */
    --mui-error: #dc143c;
    --mui-warning: #d4af37;
    --mui-info: #d4af37;
    --mui-success: #2e7d32;
    --mui-text-primary: rgba(255, 255, 255, 0.95);
    --mui-text-secondary: rgba(255, 255, 255, 0.7);
    --mui-text-disabled: rgba(255, 255, 255, 0.5);
    --mui-divider: rgba(255, 255, 255, 0.12);
    --mui-background: #0a0a0a; /* Black */
    --mui-background-paper: #1a1a1a; /* Dark gray */
    --mui-background-default: #000000; /* Pure black */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--mui-text-primary);
    background-color: var(--mui-background-default);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Navigation */
.mui-nav {
    background: var(--mui-background);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
    position: sticky;
    top: 0;
    z-index: 1100;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    color: var(--mui-primary);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

a.logo:hover {
    opacity: 0.8;
}

.logo-image {
    height: 40px;
    width: auto;
    display: block;
    filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.5));
}

.logo-icon {
    filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.5));
}

.logo-icon {
    font-size: 28px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 8px;
    flex: 1;
    justify-content: center;
}

.nav-menu a {
    color: var(--mui-text-primary);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.nav-menu a:hover {
    background-color: rgba(212, 175, 55, 0.1);
}

.nav-menu a.active {
    color: var(--mui-primary);
    background-color: rgba(212, 175, 55, 0.15);
}

.nav-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-btn {
    margin-left: 0;
    text-decoration: none;
    display: inline-block;
}

a.nav-btn {
    text-decoration: none;
    color: inherit;
}

/* Buttons */
.mui-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    min-width: 64px;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}

.mui-btn-contained {
    background-color: var(--mui-secondary);
    color: white;
}

.mui-btn-contained:hover {
    background-color: #b8122e;
    box-shadow: 0px 2px 4px -1px rgba(220, 20, 60, 0.3), 0px 4px 5px 0px rgba(220, 20, 60, 0.2), 0px 1px 10px 0px rgba(220, 20, 60, 0.15);
}

.mui-btn-primary {
    background-color: var(--mui-secondary);
    color: white;
}

.mui-btn-outlined {
    background-color: transparent;
    color: var(--mui-primary);
    border: 1px solid rgba(212, 175, 55, 0.5);
    box-shadow: none;
}

.mui-btn-outlined:hover {
    background-color: rgba(212, 175, 55, 0.1);
    border-color: var(--mui-primary);
}

.mui-btn-primary {
    background-color: var(--mui-primary);
    color: white;
}

.mui-btn-large {
    padding: 10px 22px;
    font-size: 15px;
}

.mui-btn-fullwidth {
    width: 100%;
}

/* Hero Section */
.hero {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, #1a0000 50%, #000000 100%);
    background-image: url('../images/19.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: white;
    padding: 30px 0;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: -0.01562em;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 32px;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.hero-feature .material-icons {
    font-size: 20px;
}

/* Games Section */
.games-section {
    padding: 80px 0;
    background: var(--mui-background);
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 48px;
    color: var(--mui-text-primary);
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.game-card {
    background: var(--mui-background-paper);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.game-card:hover {
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12);
}

.game-image {
    height: 200px;
    background: linear-gradient(135deg, #1a0000, #000000);
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-placeholder {
    font-size: 64px;
}

.game-info {
    padding: 24px;
}

.game-info h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.game-info p {
    color: var(--mui-text-secondary);
    margin-bottom: 16px;
    font-size: 14px;
}

/* Bonuses Preview */
.bonuses-preview {
    padding: 80px 0;
    background: var(--mui-background-default);
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.bonus-card {
    background: var(--mui-background-paper);
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12);
}

.bonus-card.featured {
    background: linear-gradient(135deg, #dc143c, #b8122e);
    color: white;
    border: 2px solid var(--mui-primary);
}

.bonus-badge {
    display: inline-block;
    background: var(--mui-error);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
}

.bonus-card.featured .bonus-badge {
    background: rgba(255, 255, 255, 0.3);
}

.bonus-card h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.bonus-amount {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 8px;
}

.bonus-card p {
    margin-bottom: 24px;
    opacity: 0.9;
}

/* Page Header Banner */
.page-header-banner {
    background: linear-gradient(135deg, #000000 0%, #1a0000 50%, #000000 100%);
    background-image: url('../images/25.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: white;
    padding: 64px 0;
    text-align: center;
}

.page-header-banner h1 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 8px;
}

.page-header-banner p {
    font-size: 16px;
    opacity: 0.9;
}

/* Page Content */
.page-content {
    padding: 48px 0;
    min-height: calc(100vh - 400px);
}

/* Text Content Blocks */
.text-content-block {
    background: var(--mui-background-paper);
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    margin-bottom: 24px;
}

.text-content-block h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--mui-primary);
    padding-bottom: 12px;
    border-bottom: 2px solid var(--mui-secondary);
}

.text-content-block p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--mui-text-secondary);
    margin-bottom: 16px;
}

.text-content-block p:last-child {
    margin-bottom: 0;
}


/* Bonus Detail Card */
.bonus-detail-card {
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    margin-bottom: 32px;
    overflow: hidden;
}

.bonus-detail-card.featured {
    background: linear-gradient(135deg, #dc143c, #b8122e);
    color: white;
    border: 2px solid var(--mui-primary);
}

.bonus-header {
    padding: 32px;
    text-align: center;
}

.bonus-badge-large {
    display: inline-block;
    background: var(--mui-error);
    color: white;
    padding: 6px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.bonus-detail-card.featured .bonus-badge-large {
    background: rgba(255, 255, 255, 0.3);
}

.bonus-header h2 {
    font-size: 28px;
    font-weight: 400;
}

.bonus-body {
    padding: 32px;
}

.bonus-main-info {
    text-align: center;
    margin-bottom: 32px;
}

.bonus-amount-large {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 8px;
}

.bonus-bonus {
    font-size: 20px;
    opacity: 0.9;
}

.bonus-details h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.bonus-list {
    list-style: none;
    margin-bottom: 24px;
}

.bonus-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 14px;
}

.bonus-list .material-icons {
    color: var(--mui-success);
    font-size: 20px;
}

/* Bonuses List */
.bonuses-list {
    display: grid;
    gap: 24px;
}

.bonus-item-card {
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    padding: 24px;
    display: flex;
    gap: 24px;
    transition: box-shadow 0.3s;
}

.bonus-item-card:hover {
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12);
}

.bonus-item-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #dc143c, #b8122e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--mui-primary);
}

.bonus-item-icon .material-icons {
    color: white;
    font-size: 32px;
}

.bonus-item-content {
    flex: 1;
}

.bonus-item-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.bonus-item-amount {
    font-size: 24px;
    font-weight: 500;
    color: var(--mui-secondary);
    margin-bottom: 8px;
}

.bonus-item-content p {
    color: var(--mui-text-secondary);
    margin-bottom: 16px;
    font-size: 14px;
}

.bonus-item-features {
    list-style: none;
    margin-bottom: 16px;
}

.bonus-item-features li {
    padding: 4px 0;
    color: var(--mui-text-secondary);
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.bonus-item-features li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--mui-primary);
    font-weight: bold;
}

/* Auth Section */
.auth-section {
    padding: 64px 0;
    min-height: calc(100vh - 200px);
    background: var(--mui-background-default);
}

.auth-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1000px;
    margin: 0 auto;
}

.auth-card {
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    padding: 32px;
}

.auth-header {
    text-align: center;
    margin-bottom: 32px;
}

.auth-header h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.auth-header p {
    color: var(--mui-text-secondary);
    font-size: 14px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: var(--mui-text-primary);
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 12px;
    color: var(--mui-text-secondary);
    pointer-events: none;
}

.mui-input {
    width: 100%;
    padding: 12px 12px 12px 44px;
    font-size: 16px;
    border: 1px solid var(--mui-divider);
    border-radius: 4px;
    background: var(--mui-background);
    color: var(--mui-text-primary);
    transition: border-color 0.3s;
}

.mui-input:focus {
    outline: none;
    border-color: var(--mui-primary);
    border-width: 2px;
    padding-left: 43px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--mui-text-secondary);
    display: flex;
    align-items: center;
    padding: 4px;
}

.password-toggle:hover {
    color: var(--mui-text-primary);
}

.checkbox-group {
    flex-direction: row;
    align-items: center;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--mui-primary);
}

.form-options {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.forgot-password {
    color: var(--mui-primary);
    text-decoration: none;
    font-size: 14px;
}

.forgot-password:hover {
    text-decoration: underline;
}

.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 16px 0;
}

.auth-divider:before,
.auth-divider:after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--mui-divider);
}

.auth-divider span {
    padding: 0 16px;
    color: var(--mui-text-secondary);
    font-size: 14px;
}

.social-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.social-btn {
    justify-content: center;
}

.auth-footer {
    text-align: center;
    margin-top: 16px;
}

.auth-footer p {
    color: var(--mui-text-secondary);
    font-size: 14px;
}

.auth-footer a {
    color: var(--mui-primary);
    text-decoration: none;
    font-weight: 500;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.auth-benefits {
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    padding: 32px;
}

.auth-benefits h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    color: var(--mui-text-primary);
}

.benefit-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.benefit-item .material-icons {
    color: var(--mui-primary);
    font-size: 32px;
    flex-shrink: 0;
}

.benefit-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--mui-text-primary);
}

.benefit-item p {
    font-size: 14px;
    color: var(--mui-text-secondary);
}

/* Mirror Section */
.mirror-section {
    padding: 64px 0;
    min-height: calc(100vh - 200px);
    background: var(--mui-background-default);
}

.mirror-content {
    max-width: 900px;
    margin: 0 auto;
}

.mirror-card {
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    padding: 48px;
}

.mirror-header {
    text-align: center;
    margin-bottom: 48px;
}

.mirror-icon {
    font-size: 64px;
    color: var(--mui-primary);
    margin-bottom: 16px;
}

.mirror-header h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.mirror-header p {
    color: var(--mui-text-secondary);
    font-size: 16px;
}

.mirror-info {
    margin-bottom: 32px;
}

.info-box {
    background: rgba(212, 175, 55, 0.1);
    border-left: 4px solid var(--mui-primary);
    padding: 16px;
    border-radius: 4px;
    display: flex;
    gap: 16px;
}

.info-box .material-icons {
    color: var(--mui-primary);
    flex-shrink: 0;
}

.info-box h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.info-box p {
    font-size: 14px;
    color: var(--mui-text-secondary);
}

.mirror-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.mirror-item {
    background: var(--mui-background-default);
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--mui-divider);
}

.mirror-status {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mui-error);
}

.status-dot.active {
    background: var(--mui-success);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.status-text {
    font-size: 14px;
    color: var(--mui-text-secondary);
}

.mirror-url {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mirror-url .material-icons {
    color: var(--mui-text-secondary);
}

.mirror-url code {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    color: var(--mui-text-primary);
    background: var(--mui-background);
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid var(--mui-divider);
}

.mirror-actions {
    text-align: center;
    margin-bottom: 32px;
}

.mirror-instructions {
    background: var(--mui-background-default);
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 32px;
}

.mirror-instructions h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--mui-text-primary);
}

.mirror-instructions ol {
    padding-left: 24px;
}

.mirror-instructions li {
    margin-bottom: 12px;
    color: var(--mui-text-secondary);
    font-size: 14px;
}

.mirror-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.feature-box {
    text-align: center;
    padding: 24px;
    background: var(--mui-background-default);
    border-radius: 4px;
}

.feature-box .material-icons {
    font-size: 48px;
    color: var(--mui-secondary);
    margin-bottom: 16px;
}

.feature-box h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.feature-box p {
    font-size: 14px;
    color: var(--mui-text-secondary);
}

/* Footer */
.footer {
    background: var(--mui-background-paper);
    border-top: 1px solid var(--mui-divider);
    padding: 48px 0 24px;
    margin-top: 64px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.footer-section h3,
.footer-section h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--mui-text-primary);
}

.footer-section p {
    font-size: 14px;
    color: var(--mui-text-secondary);
    margin-bottom: 8px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: var(--mui-text-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: var(--mui-primary);
}

.age-warning {
    font-size: 24px;
    font-weight: 500;
    color: var(--mui-error);
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid var(--mui-divider);
}

.footer-bottom p {
    color: var(--mui-text-secondary);
    font-size: 14px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--mui-primary);
    cursor: pointer;
    padding: 8px;
    font-size: 28px;
    z-index: 1101;
}

.mobile-menu-toggle .material-icons {
    font-size: 32px;
}

.mobile-menu-toggle:hover {
    color: var(--mui-secondary);
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--mui-background-paper);
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
        flex-direction: column;
        padding: 80px 24px 24px;
        transition: right 0.3s ease;
        z-index: 1100;
        overflow-y: auto;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu li {
        width: 100%;
        margin-bottom: 8px;
    }

    .nav-menu a {
        display: block;
        width: 100%;
        padding: 12px 16px;
        border-radius: 4px;
    }

    .nav-buttons-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
    }
    
    .nav-btn {
        display: inline-flex;
        padding: 6px 12px;
        font-size: 12px;
        min-width: auto;
        margin-left: 0;
    }
    
    .nav-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .nav-wrapper > .logo {
        flex: 0 0 auto;
    }
    
    .nav-wrapper > .nav-menu {
        display: flex;
    }
    
    .nav-wrapper > .nav-menu.active {
        right: 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .auth-container {
        grid-template-columns: 1fr;
    }

    .mirror-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .mirror-status {
        min-width: auto;
    }

    .social-buttons {
        grid-template-columns: 1fr;
    }
}

/* Mobile Menu Overlay */
@media (max-width: 768px) {
    .nav-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1099;
    }

    .nav-menu-overlay.active {
        display: block;
    }
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: var(--mui-background-default);
}

.faq-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 48px;
    color: var(--mui-text-primary);
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12);
}

.faq-question {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    user-select: none;
}

.faq-question:hover {
    background-color: rgba(212, 175, 55, 0.05);
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--mui-text-primary);
    margin: 0;
    flex: 1;
}

.faq-question .material-icons {
    color: var(--mui-primary);
    font-size: 24px;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-question .material-icons {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 24px 24px 24px;
}

.faq-answer p {
    color: var(--mui-text-secondary);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

/* Expert Review Section */
.expert-review-section {
    padding: 80px 0;
    background: var(--mui-background);
}

.expert-review-card {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    padding: 48px;
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.expert-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dc143c, #b8122e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 3px solid var(--mui-primary);
    cursor: pointer;
    transition: transform 0.3s;
    overflow: hidden;
}

.expert-avatar:hover {
    transform: scale(1.05);
}

.expert-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.expert-avatar .material-icons {
    font-size: 64px;
    color: white;
}

.expert-review-content {
    flex: 1;
}

.expert-review-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.expert-name {
    font-size: 24px;
    font-weight: 500;
    color: var(--mui-primary);
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s;
}

.expert-name:hover {
    color: var(--mui-secondary);
    text-decoration: underline;
}

.expert-title {
    font-size: 16px;
    color: var(--mui-text-secondary);
    font-style: italic;
}

.expert-rating {
    display: flex;
    gap: 4px;
    margin-left: auto;
}

.expert-rating .material-icons {
    color: var(--mui-primary);
    font-size: 20px;
}

.expert-review-text {
    font-size: 18px;
    line-height: 1.75;
    color: var(--mui-text-primary);
    margin-bottom: 24px;
    font-style: italic;
}

.expert-review-text::before {
    content: '"';
    font-size: 48px;
    color: var(--mui-primary);
    line-height: 0;
    vertical-align: -0.4em;
    margin-right: 8px;
}

.expert-review-text::after {
    content: '"';
    font-size: 48px;
    color: var(--mui-primary);
    line-height: 0;
    vertical-align: -0.4em;
    margin-left: 8px;
}

.expert-review-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--mui-text-secondary);
    font-size: 14px;
}

.expert-review-footer .material-icons {
    font-size: 18px;
}

/* Expert Profile Page */
.expert-profile-section {
    padding: 64px 0;
    min-height: calc(100vh - 200px);
    background: var(--mui-background-default);
}

.expert-profile-header {
    max-width: 1000px;
    margin: 0 auto 48px;
    text-align: center;
}

.expert-profile-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dc143c, #b8122e);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 4px solid var(--mui-primary);
    box-shadow: 0px 4px 8px rgba(212, 175, 55, 0.3);
    overflow: hidden;
}

.expert-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.expert-profile-avatar .material-icons {
    font-size: 100px;
    color: white;
}

.expert-profile-header h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.expert-profile-header .expert-title {
    font-size: 20px;
    color: var(--mui-primary);
    font-style: normal;
    margin-bottom: 16px;
}

.expert-profile-stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.expert-stat {
    text-align: center;
}

.expert-stat-value {
    font-size: 32px;
    font-weight: 500;
    color: var(--mui-primary);
    display: block;
}

.expert-stat-label {
    font-size: 14px;
    color: var(--mui-text-secondary);
    margin-top: 4px;
}

.expert-profile-content {
    max-width: 1000px;
    margin: 0 auto;
}

.expert-bio-section {
    background: var(--mui-background-paper);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    padding: 48px;
    margin-bottom: 32px;
}

.expert-bio-section h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    color: var(--mui-primary);
    padding-bottom: 16px;
    border-bottom: 2px solid var(--mui-secondary);
}

.expert-bio-section p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--mui-text-secondary);
    margin-bottom: 16px;
}

.expert-bio-section p:last-child {
    margin-bottom: 0;
}

.expert-experience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.expert-experience-item {
    background: var(--mui-background-default);
    border-radius: 4px;
    padding: 24px;
    border-left: 4px solid var(--mui-primary);
}

.expert-experience-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--mui-text-primary);
}

.expert-experience-item .company {
    font-size: 16px;
    color: var(--mui-primary);
    margin-bottom: 8px;
    font-weight: 500;
}

.expert-experience-item .period {
    font-size: 14px;
    color: var(--mui-text-secondary);
    margin-bottom: 12px;
}

.expert-experience-item p {
    font-size: 14px;
    color: var(--mui-text-secondary);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .expert-review-card {
        flex-direction: column;
        padding: 32px;
    }

    .expert-review-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .expert-rating {
        margin-left: 0;
    }

    .expert-profile-stats {
        gap: 16px;
    }

    .expert-experience-grid {
        grid-template-columns: 1fr;
    }
}

/* CTR Banner */
.ctr-banner {
    background: linear-gradient(135deg, #dc143c 0%, #b8122e 50%, #dc143c 100%);
    border: 3px solid var(--mui-primary);
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 48px;
    text-align: center;
    box-shadow: 0px 8px 16px rgba(220, 20, 60, 0.4), 0px 0px 0px 2px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    animation: pulse-border 3s ease-in-out infinite;
}

.ctr-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0px 8px 16px rgba(220, 20, 60, 0.4), 0px 0px 0px 2px rgba(212, 175, 55, 0.3);
    }
    50% {
        box-shadow: 0px 12px 24px rgba(220, 20, 60, 0.6), 0px 0px 0px 4px rgba(212, 175, 55, 0.6);
    }
}

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

.ctr-banner-content {
    position: relative;
    z-index: 1;
}

.ctr-banner-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.ctr-banner-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 24px;
    font-weight: 400;
}

.ctr-banner-bonus {
    display: inline-block;
    background: var(--mui-primary);
    color: #000;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ctr-banner-button {
    display: inline-block;
    background: var(--mui-primary);
    color: #000;
    padding: 16px 48px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.ctr-banner-button:hover {
    background: var(--mui-primary-light);
    transform: translateY(-2px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.ctr-banner-button:active {
    transform: translateY(0);
}

.ctr-banner-features {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.ctr-banner-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.ctr-banner-feature .material-icons {
    color: var(--mui-primary);
    font-size: 20px;
}

@media (max-width: 768px) {
    .ctr-banner {
        padding: 24px 16px;
        margin-bottom: 32px;
    }

    .ctr-banner-title {
        font-size: 24px;
    }

    .ctr-banner-subtitle {
        font-size: 16px;
    }

    .ctr-banner-bonus {
        font-size: 16px;
        padding: 10px 20px;
    }

    .ctr-banner-button {
        padding: 14px 32px;
        font-size: 16px;
    }

    .ctr-banner-features {
        flex-direction: column;
        gap: 12px;
    }
}
