body {
    background: #1a120b;
    color: #f5e6d3;
    font-family: 'Inter', sans-serif;
}

.custom-header {
    background: rgba(26, 18, 11, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 215, 150, 0.2);
}

.logo {
    font-family: 'Orbitron', sans-serif;
    color: #ffcc80 !important;
    font-size: 1.4rem;
    letter-spacing: 2px;
}

.nav-link {
    color: #e0c097 !important;
    transition: 0.3s;
}

.nav-link:hover {
    color: #ffcc80 !important;
}

.custom-footer {
    background: #120c07;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 215, 150, 0.1);
}

.custom-footer {
    background: #120c07;
    padding: 50px 0 20px;
    border-top: 1px solid rgba(255, 215, 150, 0.1);
}

.footer-title {
    color: #ffcc80;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

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

.footer-links a {
    color: #e0c097;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffcc80;
    padding-left: 5px;
}

.custom-footer p {
    color: #c2a27c;
    margin: 5px 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 215, 150, 0.1);
    margin-top: 20px;
    padding-top: 15px;
    font-size: 0.9rem;
    opacity: 0.7;
}

.hero-section {
    min-height: 90vh;
    background: #1a120b;
}

.hero-title {
    font-size: 3.2rem;
    font-family: 'Orbitron', sans-serif;
    color: #ffcc80;
    margin-bottom: 20px;
}

.hero-desc {
    font-size: 1.2rem;
    color: #e0c097;
    margin-bottom: 25px;
    max-width: 500px;
}

.hero-btn {
    background: linear-gradient(135deg, #ffcc80, #c58b3a);
    color: #1a120b;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 200, 120, 0.3);
}

.hero-img {
    max-height: 420px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}

.hero-img:hover {
    transform: scale(1.05) rotate(-1deg);
}

.advantages-section {
    padding: 80px 0;
    background: #1a120b;
}

.section-title {
    color: #ffcc80;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 50px;
}

.adv-card {
    background: rgba(255, 204, 128, 0.05);
    border: 1px solid rgba(255, 204, 128, 0.1);
    padding: 25px 15px;
    border-radius: 15px;
    transition: 0.3s;
}

.adv-card i {
    font-size: 28px;
    color: #ffcc80;
    margin-bottom: 15px;
}

.adv-card h5 {
    color: #f5e6d3;
    margin-bottom: 8px;
}

.adv-card p {
    color: #c2a27c;
    font-size: 0.9rem;
}

.adv-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 204, 128, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.about-section {
    padding: 80px 0;
    background: #120c07;
}

.about-img {
    border-radius: 20px;
    max-height: 400px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}

.about-img:hover {
    transform: scale(1.05);
}

.about-title {
    font-family: 'Orbitron', sans-serif;
    color: #ffcc80;
    margin-bottom: 20px;
}

.about-text {
    color: #e0c097;
    margin-bottom: 15px;
    line-height: 1.6;
}

.about-btn {
    background: linear-gradient(135deg, #ffcc80, #c58b3a);
    color: #1a120b;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    transition: 0.3s;
}

.about-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 200, 120, 0.3);
}

.why-section {
    padding: 80px 0;
    background: #1a120b;
}

.why-title {
    font-family: 'Orbitron', sans-serif;
    color: #ffcc80;
    margin-bottom: 20px;
}

.why-text {
    color: #e0c097;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.why-list li {
    margin-bottom: 10px;
    color: #c2a27c;
}

.why-btn {
    background: linear-gradient(135deg, #ffcc80, #c58b3a);
    color: #1a120b;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    transition: 0.3s;
}

.why-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 200, 120, 0.3);
}

.why-img {
    max-height: 420px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}

.why-img:hover {
    transform: scale(1.05) rotate(1deg);
}

.test-card {
    background: rgba(255, 204, 128, 0.05);
    border: 1px solid rgba(255, 204, 128, 0.15);
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.test-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.stars {
    color: #ffcc80;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    opacity: 0.7;
}

.contact-section {
    padding: 80px 0;
    background: #120c07;
}

.custom-input {
    background: rgba(255, 204, 128, 0.05);
    border: 1px solid rgba(255, 204, 128, 0.2);
    color: #f5e6d3;
}

.custom-input::placeholder {
    color: #c2a27c;
}

.custom-input:focus {
    border-color: #ffcc80;
    box-shadow: none;
    background: rgba(255, 204, 128, 0.08);
    color: #fff;
}

.contact-btn {
    background: linear-gradient(135deg, #ffcc80, #c58b3a);
    color: #1a120b;
    border-radius: 30px;
    padding: 10px 25px;
    border: none;
    transition: 0.3s;
}

.contact-btn:hover {
    transform: translateY(-3px);
}

.custom-modal {
    background: #1a120b;
    color: #f5e6d3;
    border-radius: 20px;
    border: 1px solid rgba(255, 204, 128, 0.2);
}

.about-new-section {
    padding: 80px 0;
    background: #1a120b;
}

.about-title {
    font-family: 'Orbitron', sans-serif;
    color: #ffcc80;
    margin-bottom: 20px;
}

.about-text {
    color: #e0c097;
    margin-bottom: 15px;
    line-height: 1.6;
}

.about-img {
    border-radius: 20px;
    max-height: 420px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}

.about-img:hover {
    transform: scale(1.05);
}

.about-btn {
    background: linear-gradient(135deg, #ffcc80, #c58b3a);
    color: #1a120b;
    border-radius: 30px;
    padding: 12px 26px;
    border: none;
}

.step-card {
    background: rgba(255, 204, 128, 0.05);
    border: 1px solid rgba(255, 204, 128, 0.15);
    padding: 25px 15px;
    border-radius: 15px;
    transition: 0.3s;
}

.step-card h4 {
    color: #ffcc80;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 10px;
}

.step-card h6 {
    color: #f5e6d3;
}

.step-card p {
    color: #c2a27c;
    font-size: 0.9rem;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.games-section {
    padding: 80px 0;
    background: #120c07;
}

.game-card {
    background: rgba(255, 204, 128, 0.05);
    border: 1px solid rgba(255, 204, 128, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
}

.game-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.game-content {
    padding: 20px;
}

.game-content h5 {
    color: #ffcc80;
    margin-bottom: 10px;
}

.game-content p {
    color: #c2a27c;
    font-size: 0.9rem;
}

.game-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.stars {
    color: #ffcc80;
    letter-spacing: 2px;
}

.score {
    background: #ffcc80;
    color: #1a120b;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
}

.game-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.stats-section {
    padding: 70px 0;
    background: #1a120b;
}

.stat-card {
    background: rgba(255, 204, 128, 0.05);
    border: 1px solid rgba(255, 204, 128, 0.15);
    padding: 30px 15px;
    border-radius: 20px;
    transition: 0.3s;
}

.stat-card i {
    font-size: 30px;
    color: #ffcc80;
    margin-bottom: 15px;
}

.stat-card h3 {
    font-size: 2rem;
    color: #f5e6d3;
    margin-bottom: 5px;
    font-family: 'Orbitron', sans-serif;
}

.stat-card p {
    color: #c2a27c;
    font-size: 0.9rem;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a120b;
    border: 1px solid rgba(255, 204, 128, 0.2);
    padding: 20px 25px;
    border-radius: 15px;
    width: 90%;
    max-width: 600px;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cookie-banner p {
    color: #e0c097;
    margin: 0;
    font-size: 0.9rem;
}

.cookie-banner a {
    color: #ffcc80;
    text-decoration: none;
}

.cookie-accept {
    background: linear-gradient(135deg, #ffcc80, #c58b3a);
    color: #1a120b;
    border-radius: 20px;
    padding: 6px 15px;
}

.cookie-decline {
    background: transparent;
    border: 1px solid #ffcc80;
    color: #ffcc80;
    border-radius: 20px;
    padding: 6px 15px;
}

.cookie-accept:hover,
.cookie-decline:hover {
    opacity: 0.8;
}