:root {
    --primary: #ee43ff;
    --secondary: #e86cf3;
    --light: #F1F3FA;
    --dark: #0a0a0a;
    --bg-dark: #1a1a1a;
    --card-dark: #252525;
    --text-light: #e0e0e0;
    --text-muted: #b0b0b0;
}

body {
    background-color: var(--dark);
    color: var(--text-light);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background: var(--primary);
}

.fw-medium {
    font-weight: 500;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.btn-secondary,
.btn-outline-secondary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.navbar {
    background-color: #0a0a0a !important;
    border-bottom: 1px solid rgba(181, 55, 242, 0.1);
}

.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--text-light);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ee43ff;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-brand {
    color: var(--text-light) !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid rgba(181, 55, 242, 0.2);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        background: var(--card-dark);
        border: 1px solid rgba(181, 55, 242, 0.2);
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .dropdown-menu .dropdown-item {
        color: var(--text-light);
    }

    .dropdown-menu .dropdown-item:hover {
        background: var(--primary);
        color: #ffffff;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: #ee43ff;
    border: 15px solid #ee43ff;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--text-light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--text-light);
}

.feature-row {
    box-shadow: 0 0 45px rgba(181, 55, 242, 0.15);
    background: var(--card-dark);
}

.feature-item {
    border-color: rgba(181, 55, 242, 0.1) !important;
    background: var(--card-dark);
    color: var(--text-light);
}

.mb-4 {
    object-fit: cover;
}

.about {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #ee43ff;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #ee43ff;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #ee43ff;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
    background: var(--dark);
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
    color: var(--text-light);
}

.service-item:hover .service-text h5 {
    color: #ee43ff;
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-dark);
    box-shadow: 0 0 45px rgba(181, 55, 242, 0.2);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
    background: var(--primary);
}

.service-item:hover .service-btn a {
    color: #ffffff !important;
}

.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(181, 55, 242, 0.15);
    background: var(--card-dark);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(181, 55, 242, 0.9);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    background: var(--card-dark);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(181, 55, 242, 0.2);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: #ee43ff;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(181, 55, 242, 0.15);
    background: var(--card-dark);
    border-radius: 8px;
    overflow: hidden;
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: var(--card-dark);
    color: #ee43ff;
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: #ee43ff;
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}

.testimonial-item {
    box-shadow: 0 0 45px rgba(181, 55, 242, 0.15);
    background: var(--card-dark);
    transition: .5s;
    border-radius: 8px;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
    color: var(--text-light);
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: linear-gradient(135deg, #ee43ff 0%, #e86cf3 100%);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
    border: 3px solid var(--primary);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    background: var(--card-dark);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(181, 55, 242, 0.2);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #ee43ff;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

.footer {
    background: var(--bg-dark);
    color: var(--text-muted);
    border-top: 1px solid rgba(181, 55, 242, 0.1);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--text-muted);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--text-muted);
    background: var(--dark);
    border-top: 1px solid rgba(181, 55, 242, 0.1);
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: #ee43ff;
    text-decoration: underline;
}

#services {
    background-color: var(--dark);
    padding: 80px 0;
}

.services-title {
    color: var(--text-light);
    font-weight: 700;
}

.section-title {
    color: var(--text-light);
}

.service-item {
    background: var(--card-dark);
    border: 2px solid rgba(181, 55, 242, 0.2);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(181, 55, 242, 0.1);
    transition: all 0.3s ease;
    padding: 30px 20px;
}

.service-item:hover {
    border-color: #ee43ff;
    box-shadow: 0 10px 25px rgba(181, 55, 242, 0.3);
    transform: translateY(-5px);
    background: var(--bg-dark);
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ee43ff 0%, #e86cf3 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-circle i {
    font-size: 24px;
    color: #ffffff;
}

.service-title {
    color: var(--text-light);
    font-weight: 600;
    font-size: 20px;
}

.service-description {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 15px;
}

@media (max-width: 768px) {
    .service-item {
        padding: 25px 15px;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle i {
        font-size: 20px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-description {
        font-size: 14px;
    }
}

#blog {
    background-color: var(--bg-dark);
    padding: 80px 0;
}

.blog-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #ee43ff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-title {
    color: var(--text-light);
    font-weight: 700;
    font-size: 2.5rem;
}

.blog-card {
    background: var(--card-dark);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(181, 55, 242, 0.15);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(181, 55, 242, 0.1);
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(181, 55, 242, 0.3);
    border-color: var(--primary);
}

.blog-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.blog-content {
    padding: 25px;
}

.blog-date {
    color: #ee43ff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-post-title {
    color: var(--text-light);
    font-weight: 800;
    font-size: 25px;
    margin: 15px 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.blog-excerpt {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-btn {
    color: #ee43ff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 25px;
    border: 2px solid #ee43ff;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-block;
}

.blog-btn:hover {
    background-color: #ee43ff;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(181, 55, 242, 0.4);
}

.cta-section {
    position: relative;
    background: linear-gradient(135deg, #ee43ff 0%, #e86cf3 100%);
    padding: 100px 0;
    overflow: hidden;
}

.cta-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="50" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="20" r="1.2" fill="rgba(255,255,255,0.06)"/></pattern></defs><rect width="100" height="100" fill="%23B537F2"/><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-10px) rotate(1deg); }
    66% { transform: translateY(5px) rotate(-1deg); }
}

.cta-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: 0 4px 15px rgba(106, 13, 173, 0.4);
    animation: slideInUp 1s ease-out;
}

.cta-subtitle {
    color: rgba(255,255,255,0.95);
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(106, 13, 173, 0.3);
    animation: slideInUp 1s ease-out 0.2s both;
}

.cta-button {
    background: #ffffff;
    color: #e86cf3;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(106, 13, 173, 0.3);
    animation: slideInUp 1s ease-out 0.4s both;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    color: #e86cf3;
    background: #f0f0f0;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .blog-title {
        font-size: 2rem;
    }

    .cta-title {
        font-size: 2.2rem;
    }

    .cta-subtitle {
        font-size: 18px;
    }

    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-light);
}

p {
    color: var(--text-muted);
}

.text-primary {
    color: var(--primary) !important;
}

.bg-light {
    background-color: var(--card-dark) !important;
}

.border {
    border-color: rgba(181, 55, 242, 0.2) !important;
}

.container-fluid,
.container {
    color: var(--text-light);
}

section {
    background-color: var(--dark);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--card-dark);
    color: var(--text-light);
    padding: 15px 20px;
    font-size: 14px;
    border-top: 1px solid rgba(181, 55, 242, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cookie-banner p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}
.cookie-banner a {
    color: var(--primary);
    text-decoration: underline;
}
.cookie-banner a:hover {
    color: #ffffff;
}
.cookie-banner button {
    background: var(--primary);
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 15px;
}
.cookie-banner button:hover {
    background: #ffffff;
    color: var(--primary);
}
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }
    .cookie-banner button {
        margin-left: 0;
        margin-top: 10px;
    }
}

#faq {
    background-color: var(--dark);
    padding: 80px 0;
}

.faq-item {
    background: var(--card-dark);
    border: 2px solid rgba(181, 55, 242, 0.2);
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--primary);
    box-shadow: 0 5px 20px rgba(181, 55, 242, 0.25);
    transform: translateY(-3px);
}

.faq-button {
    background: var(--card-dark);
    color: var(--text-light);
    border: none;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: none;
    position: relative;
}

.faq-button:not(.collapsed) {
    background: linear-gradient(135deg, #ee43ff 0%, #e86cf3 100%);
    color: #ffffff;
    box-shadow: 0 3px 15px rgba(181, 55, 242, 0.3);
}

.faq-button:hover {
    color: #ee43ff;
}

.faq-button:not(.collapsed):hover {
    color: #ffffff;
}

.faq-button:focus {
    box-shadow: none;
    border: none;
}

.faq-button i {
    font-size: 20px;
    color: #ee43ff;
    transition: all 0.3s ease;
}

.faq-button:not(.collapsed) i {
    color: #ffffff;
    transform: rotate(180deg);
}

.faq-button::after {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #ee43ff;
}

.faq-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
    color: #ffffff;
}

.faq-body {
    background: var(--bg-dark);
    color: var(--text-muted);
    padding: 25px 30px;
    line-height: 1.8;
    font-size: 16px;
    border-top: 1px solid rgba(181, 55, 242, 0.1);
}

.faq-body p {
    margin-bottom: 0;
    color: var(--text-muted);
}

.accordion-collapse {
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .faq-button {
        font-size: 16px;
        padding: 15px 20px;
        padding-right: 50px;
    }

    .faq-body {
        padding: 20px;
        font-size: 15px;
    }

    .faq-button i {
        font-size: 18px;
    }

    .faq-button::after {
        right: 20px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    #faq {
        padding: 60px 0;
    }

    .faq-item {
        margin-bottom: 15px;
    }

    .faq-button {
        font-size: 15px;
        padding: 12px 15px;
        padding-right: 45px;
    }

    .faq-body {
        padding: 15px;
        font-size: 14px;
    }
}

.faq-item.wow {
    visibility: hidden;
}

.faq-item.wow.animated {
    visibility: visible;
}

#blog-post {
    background: linear-gradient(rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.9));
    background-size: cover;
    border-top: 1px solid rgba(181, 55, 242, 0.1);
    border-bottom: 1px solid rgba(181, 55, 242, 0.1);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#blog-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(181, 55, 242, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(106, 13, 173, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

#blog-post .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

#blog-post .row {
    margin: 0 -15px;
    justify-content: center;
    align-items: center;
}

#blog-post .col-lg-10 {
    padding: 0 30px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#blog-post .col-lg-10:last-child {
    margin-bottom: 0;
}

#blog-post .img-fluid {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(181, 55, 242, 0.2);
    transition: all 0.4s ease;
    border: 1px solid rgba(181, 55, 242, 0.1);
}

#blog-post .img-fluid:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(181, 55, 242, 0.4);
    border-color: rgba(181, 55, 242, 0.3);
}

#blog-post h1 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(181, 55, 242, 0.3);
}

#blog-post p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
    text-align: justify;
    margin-bottom: 25px;
    max-width: 900px;
}

#blog-post p:first-of-type::first-letter {
    font-size: 3.5rem;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin: 0 12px 0 0;
    color: #ee43ff;
    text-shadow: 0 0 15px rgba(181, 55, 242, 0.6);
}

#blog-post p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #blog-post {
        padding: 60px 0;
    }
    
    #blog-post .row {
        flex-direction: column;
    }
    
    #blog-post .col-lg-10 {
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    
    #blog-post h1 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    #blog-post p {
        font-size: 15px;
    }
    
    #blog-post .img-fluid {
        max-width: 100%;
        border-radius: 15px;
    }
}

@media (max-width: 768px) {
    #blog-post {
        padding: 40px 0;
    }
    
    #blog-post .col-lg-10 {
        padding: 15px;
        margin-bottom: 25px;
    }
    
    #blog-post h1 {
        font-size: 1.75rem;
        margin-bottom: 25px;
    }
    
    #blog-post p {
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }
    
    #blog-post p:first-of-type::first-letter {
        font-size: 3rem;
        margin-right: 8px;
    }
    
    #blog-post .img-fluid {
        border-radius: 12px;
    }
    
    #blog-post .img-fluid:hover {
        transform: translateY(-5px) scale(1.01);
    }
}

@media (max-width: 576px) {
    #blog-post {
        padding: 30px 0;
    }
    
    #blog-post .col-lg-10 {
        padding: 10px;
        margin-bottom: 20px;
    }
    
    #blog-post h1 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    #blog-post p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    #blog-post p:first-of-type::first-letter {
        font-size: 2.5rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#blog-post .wow {
    animation-duration: 1s;
    animation-fill-mode: both;
}

#blog-post .fadeInUp {
    animation-name: fadeInUp;
}

#blog-post p strong {
    color: var(--text-light);
    font-weight: 600;
}

#blog-post p em {
    color: #ee43ff;
    font-style: normal;
}

#blog-post blockquote {
    border-left: 4px solid #ee43ff;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(181, 55, 242, 0.05);
    padding: 20px 20px 20px 30px;
    border-radius: 0 10px 10px 0;
}

#blog-post ul, #blog-post ol {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 25px;
    padding-left: 30px;
}

#blog-post li {
    margin-bottom: 10px;
}

#blog-post li::marker {
    color: #ee43ff;
}

.age-gate[hidden]{ display:none !important; }

.age-gate{
  position: fixed; inset: 0; z-index: 10000;
}

.age-gate__backdrop{
  position:absolute; inset:0;
  background: radial-gradient(circle at 30% 20%, rgba(238,67,255,.08), transparent 55%),
              rgba(0,0,0,.72);
  backdrop-filter: blur(4px);
}

.age-gate__dialog{
  position: relative;
  width: min(560px, 92vw);
  margin: 6vh auto 0;
  background: var(--card-dark);
  color: var(--text-light);
  border: 1px solid rgba(181, 55, 242, 0.25);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(181,55,242,.25), 0 10px 30px rgba(0,0,0,.5);
  padding: 28px 24px 22px;
  outline: none;
}

.age-gate__close{
  position:absolute; top:10px; right:12px;
  width:36px; height:36px; border-radius:50%;
  border:1px solid rgba(181,55,242,.25);
  background: var(--bg-dark); color: var(--text-light);
  line-height: 1; font-size: 20px;
  display:flex; align-items:center; justify-content:center;
  transition: .25s;
}
.age-gate__close:hover{
  background: var(--primary); color:#fff; border-color: transparent;
}

.age-gate__header{
  text-align:center; padding: 6px 8px 10px;
  position: relative;
}
.age-gate__badge{
  display:inline-flex; align-items:center; justify-content:center;
  width:68px; height:68px; border-radius:50%;
  margin:-54px auto 8px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color:#fff; font-weight: 900; font-size: 20px;
  box-shadow: 0 10px 30px rgba(181,55,242,.35);
  border: 2px solid rgba(255,255,255,.08);
}
.age-gate__subtitle{
  color: var(--text-muted); margin: 8px auto 0; max-width: 44ch;
}

.age-gate__content{ margin:18px 0 6px; }
.age-gate__bullets{
  margin:0; padding-left: 20px; color: var(--text-muted);
}
.age-gate__bullets li{ margin-bottom:8px; }

.age-gate__actions{
  display:flex; gap:12px; justify-content:center; margin: 18px 0 8px;
}
.age-gate__btn{
  min-width: 180px; border-radius: 30px; padding: 12px 18px; font-weight: 700;
}
.age-gate__btn.btn-outline{
  background: transparent; border:2px solid var(--secondary); color: var(--text-light);
}
.age-gate__btn.btn-outline:hover{
  background: var(--secondary); color: #fff;
}

.age-gate__legal{
  text-align:center; font-size: 13px; color: var(--text-muted); margin: 0;
}

body.age-gate--lock{ overflow: hidden; }

@media (max-width: 480px){
  .age-gate__dialog{ padding: 22px 16px 18px; border-radius: 14px; }
  .age-gate__btn{ min-width: auto; flex:1; }
}

.age-gate{
  position: fixed; inset: 0; z-index: 10000;
  display: flex;
  align-items: center;            
  justify-content: center;        
  padding: 4vh 12px;              
}

.age-gate__backdrop{
  position:absolute; inset:0;
  background: radial-gradient(circle at 30% 20%, rgba(238,67,255,.08), transparent 55%),
              rgba(0, 0, 0, 0.925);
  backdrop-filter: blur(4px);
  z-index: 0;
}

.age-gate__dialog{
  position: relative;
  z-index: 1;
  width: min(560px, 92vw);
  margin: 0;                      
  background: var(--card-dark);
  color: var(--text-light);
  border: 1px solid rgba(181, 55, 242, 0.25);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(181,55,242,.25), 0 10px 30px rgba(0, 0, 0, 0.766);
  padding: 28px 24px 22px;
  outline: none;
}

@media (max-width: 480px){
  .age-gate{ padding: 3vh 10px; }
  .age-gate__dialog{ padding: 22px 16px 18px; border-radius: 14px; }
  .age-gate__btn{ min-width: auto; flex:1; }
}


/* =============================================
   SINGLE GAME SECTION
   ============================================= */

.single-game-section {
  position: relative;
  background: var(--dark);
  padding: 60px 0 80px;
  overflow: hidden;
  min-height: 100vh;
}

/* BG ambient glows */
.sgame-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.sgame-bg-glow--left {
  top: -100px;
  left: -150px;
  background: radial-gradient(circle, rgba(238,67,255,.1) 0%, transparent 65%);
}
.sgame-bg-glow--right {
  bottom: -100px;
  right: -150px;
  background: radial-gradient(circle, rgba(181,55,242,.08) 0%, transparent 65%);
}

/* Wrapper */
.sgame-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* ── HEADER ── */
.sgame-header {
  text-align: center;
  max-width: 680px;
}

.sgame-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(238,67,255,.1);
  border: 1px solid rgba(238,67,255,.3);
  color: #ee43ff;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.sgame-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ee43ff;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

.sgame-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--text-light);
  line-height: 1.15;
  margin: 0 0 14px;
  background: linear-gradient(135deg, #fff 40%, #ee43ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sgame-subtitle {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px;
}

/* Meta pills */
.sgame-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.sgame-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--text-muted);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  transition: .25s;
}
.sgame-pill i { color: #ee43ff; font-size: 11px; }
.sgame-pill--hot {
  background: rgba(238,67,255,.1);
  border-color: rgba(238,67,255,.3);
  color: #ee43ff;
}
.sgame-pill--hot i { color: #ee43ff; }

/* ── GAME CARD ── */
.sgame-card {
  width: 100%;
  background: var(--card-dark);
  border: 1px solid rgba(181,55,242,.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(238,67,255,.05),
    0 20px 60px rgba(181,55,242,.2),
    0 40px 80px rgba(0,0,0,.4);
  transition: box-shadow .4s ease;
}
.sgame-card:hover {
  box-shadow:
    0 0 0 1px rgba(238,67,255,.12),
    0 25px 70px rgba(181,55,242,.3),
    0 40px 80px rgba(0,0,0,.5);
}

/* Top bar */
.sgame-card__topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(0,0,0,.35);
  border-bottom: 1px solid rgba(181,55,242,.12);
}
.sgame-card__dots {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.sgame-card__dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.sgame-card__dots span:nth-child(1) { background: #ff5f57; }
.sgame-card__dots span:nth-child(2) { background: #febc2e; }
.sgame-card__dots span:nth-child(3) { background: #28c840; }

.sgame-card__url {
  flex: 1;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px;
  padding: 5px 14px;
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sgame-card__fullscreen {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(238,67,255,.1);
  border: 1px solid rgba(238,67,255,.25);
  color: #ee43ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s;
  flex-shrink: 0;
}
.sgame-card__fullscreen:hover {
  background: #ee43ff;
  color: #fff;
}

/* Frame wrap — responsive 16:9 */
.sgame-frame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background: #0d0d0d;
}
.sgame-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Loading overlay */
.sgame-loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.sgame-loader__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(238,67,255,.15);
  border-top-color: #ee43ff;
  animation: spin 0.8s linear infinite;
}
.sgame-loader__text {
  color: var(--text-muted);
  font-size: 14px;
  margin: 0;
  animation: blink 1.5s ease infinite;
}

/* Bottom bar */
.sgame-card__bottombar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  background: rgba(0,0,0,.3);
  border-top: 1px solid rgba(181,55,242,.1);
}
.sgame-card__live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--text-muted);
}
.sgame-card__live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
.sgame-card__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #FBBF24;
}
.sgame-card__rating span {
  color: var(--text-muted);
  margin-left: 5px;
  font-weight: 600;
}

/* ── ACTIONS ── */
.sgame-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.sgame-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
  border: none;
}
.sgame-btn--primary {
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  color: #fff;
  box-shadow: 0 8px 25px rgba(238,67,255,.4);
}
.sgame-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(238,67,255,.55);
  color: #fff;
}
.sgame-btn--ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(255,255,255,.12);
}
.sgame-btn--ghost:hover {
  border-color: #ee43ff;
  color: #ee43ff;
  transform: translateY(-3px);
}

/* Disclaimer */
.sgame-disclaimer {
  font-size: 12px;
  color: rgba(176,176,176,.5);
  text-align: center;
  margin: 0;
  letter-spacing: .3px;
}

/* ── KEYFRAMES ── */
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1);   }
  50%       { opacity: .5; transform: scale(1.4); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .4; }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .single-game-section { padding: 40px 0 60px; }
  .sgame-wrapper { gap: 24px; }
  .sgame-card__topbar { padding: 10px 12px; }
  .sgame-card__url { display: none; }
  .sgame-card__bottombar { padding: 8px 12px; }
  .sgame-btn { padding: 11px 22px; font-size: 14px; }
}

@media (max-width: 480px) {
  .sgame-badge { font-size: 10px; padding: 5px 13px; }
  .sgame-actions { flex-direction: column; width: 100%; }
  .sgame-btn { justify-content: center; }
}


/* =============================================
   ABOUT SECTION
   ============================================= */

.about-section {
  position: relative;
  background: var(--dark);
  padding: 100px 0;
  overflow: hidden;
}

/* Ambient glows */
.about-glow {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.about-glow--tl {
  top: -180px;
  left: -180px;
  background: radial-gradient(circle,
    rgba(238,67,255,.09) 0%, transparent 65%);
}
.about-glow--br {
  bottom: -180px;
  right: -180px;
  background: radial-gradient(circle,
    rgba(181,55,242,.07) 0%, transparent 65%);
}

/* Section label */
.about-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(238,67,255,.08);
  border: 1px solid rgba(238,67,255,.25);
  color: #ee43ff;
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.about-label__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ee43ff;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

/* Grid */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ── LEFT VISUAL ── */
.about-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Image card */
.about-img-card {
  position: relative;
  border-radius: 24px;
  overflow: visible;
}
.about-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(181,55,242,.2);
  display: block;
  transition: transform .5s ease, box-shadow .5s ease;
  box-shadow: 0 20px 60px rgba(181,55,242,.18);
}
.about-img-card:hover .about-img {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(238,67,255,.28);
}

/* Floating badge */
.about-float-badge {
  position: absolute;
  bottom: -18px;
  left: 28px;
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  border-radius: 16px;
  padding: 14px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(238,67,255,.45);
  min-width: 100px;
}
.about-float-badge__num {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.about-float-badge__txt {
  font-size: 11px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
  margin-top: 3px;
  white-space: nowrap;
}

/* Floating pills */
.about-float-pill {
  position: absolute;
  background: var(--card-dark);
  border: 1px solid rgba(181,55,242,.25);
  color: var(--text-light);
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.about-float-pill i { color: #ee43ff; }

.about-float-pill--year {
  top: 20px;
  right: -16px;
}
.about-float-pill--geo {
  top: 64px;
  right: -16px;
}

/* Stats row */
.about-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--card-dark);
  border: 1px solid rgba(181,55,242,.15);
  border-radius: 16px;
  padding: 20px 28px;
  margin-top: 12px;
}
.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.about-stat__num {
  font-size: 22px;
  font-weight: 900;
  color: var(--text-light);
  line-height: 1;
}
.about-stat__lbl {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(181,55,242,.18);
}

/* ── RIGHT CONTENT ── */
.about-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about-title {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--text-light);
  line-height: 1.2;
  margin: 0;
}
.about-title__accent {
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-lead {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #ee43ff;
}

/* Feature list */
.about-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.about-feature__icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(238,67,255,.1);
  border: 1px solid rgba(238,67,255,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #ee43ff;
  transition: .3s;
}
.about-feature:hover .about-feature__icon {
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(238,67,255,.4);
}
.about-feature strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 4px;
}
.about-feature p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* CTA row */
.about-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease;
}
.about-cta-btn--primary {
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  color: #fff;
  box-shadow: 0 8px 25px rgba(238,67,255,.38);
}
.about-cta-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(238,67,255,.55);
  color: #fff;
}
.about-cta-btn--ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(255,255,255,.12);
}
.about-cta-btn--ghost:hover {
  border-color: #ee43ff;
  color: #ee43ff;
  transform: translateY(-3px);
}

/* Disclaimer */
.about-disclaimer {
  font-size: 12px;
  color: rgba(176,176,176,.45);
  margin: 0;
}

/* ── KEYFRAMES ── */
@keyframes pulse-dot {
  0%, 100% { opacity: 1;  transform: scale(1);   }
  50%       { opacity: .5; transform: scale(1.4); }
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .about-float-pill--year,
  .about-float-pill--geo {
    right: 12px;
  }
  .about-img { height: 340px; }
}

@media (max-width: 576px) {
  .about-section  { padding: 60px 0; }
  .about-img      { height: 240px;  }
  .about-stats    { padding: 16px 18px; }
  .about-stat__num { font-size: 18px; }
  .about-cta-row  { flex-direction: column; }
  .about-cta-btn  { justify-content: center; }
  .about-float-pill { display: none; }
  .about-float-badge { left: 16px; bottom: -16px; }
}


/* =============================================
   GAMES SECTION
   ============================================= */

.games-section {
  position: relative;
  background: #0a0a0a;
  padding: 90px 0 80px;
  overflow: hidden;
}

/* Glows */
.games-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.games-glow--left {
  top: -150px;
  left: -150px;
  background: radial-gradient(circle,
    rgba(238,67,255,.08) 0%, transparent 65%);
}
.games-glow--right {
  bottom: -150px;
  right: -150px;
  background: radial-gradient(circle,
    rgba(181,55,242,.07) 0%, transparent 65%);
}

/* Header */
.games-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  gap: 20px;
}
.games-header__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Label */
.games-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(238,67,255,.08);
  border: 1px solid rgba(238,67,255,.25);
  color: #ee43ff;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: fit-content;
}
.games-label__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ee43ff;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

/* Title */
.games-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--text-light);
  margin: 0;
  line-height: 1.1;
}
.games-title__accent {
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* All games btn */
.games-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: 50px;
  border: 1px solid rgba(238,67,255,.35);
  color: #ee43ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease;
  white-space: nowrap;
  background: rgba(238,67,255,.05);
}
.games-all-btn:hover {
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(238,67,255,.38);
  transform: translateY(-2px);
}

/* Footer */
.games-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
.games-footer__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(238,67,255,.38);
  transition: all .3s ease;
}
.games-footer__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(238,67,255,.52);
  color: #fff;
}
.games-footer__note {
  font-size: 12px;
  color: rgba(176,176,176,.4);
  margin: 0;
}

/* =============================================
   GAME CARD  (вставляється через JS)
   ============================================= */

.game-card {
  position: relative;
  background: var(--card-dark);
  border: 1px solid rgba(181,55,242,.15);
  border-radius: 20px;
  overflow: hidden;
  transition: all .35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.game-card:hover {
  border-color: #ee43ff;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(238,67,255,.28);
}

/* Image wrapper */
.game-card__img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}
.game-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  display: block;
}
.game-card:hover .game-card__img {
  transform: scale(1.07);
}

/* Overlay on hover */
.game-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(238,67,255,.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .35s ease;
}
.game-card:hover .game-card__overlay {
  opacity: 1;
}
.game-card__play-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ee43ff;
  box-shadow: 0 0 0 12px rgba(255,255,255,.2);
  transform: scale(.7);
  transition: transform .3s ease;
}
.game-card:hover .game-card__play-icon {
  transform: scale(1);
}

/* Badge HOT / NEW */
.game-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  z-index: 2;
}

/* Body */
.game-card__body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
}
.game-card__name {
  font-size: 17px;
  font-weight: 800;
  color: var(--text-light);
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: color .3s;
}
.game-card:hover .game-card__name {
  color: #ee43ff;
}
.game-card__name a {
  color: inherit;
  text-decoration: none;
}

/* Meta row */
.game-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.game-card__tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(181,55,242,.1);
  border: 1px solid rgba(181,55,242,.2);
  border-radius: 50px;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

/* CTA */
.game-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 50px;
  background: rgba(238,67,255,.08);
  border: 1px solid rgba(238,67,255,.3);
  color: #ee43ff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  margin-top: auto;
}
.game-card__btn:hover,
.game-card:hover .game-card__btn {
  background: linear-gradient(135deg, #ee43ff, #e86cf3);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(238,67,255,.42);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .games-section   { padding: 60px 0; }
  .games-header    { flex-direction: column; align-items: flex-start; }
  .games-all-btn   { width: 100%; justify-content: center; }
  .game-card__img-wrap { height: 180px; }
}

@media (max-width: 480px) {
  .games-title     { font-size: 1.8rem; }
  .games-footer__btn { padding: 12px 26px; font-size: 14px; }
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1;  transform: scale(1);   }
  50%       { opacity: .5; transform: scale(1.5); }
}


/* ── GAME CARD ── */
.gcard {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #141414;
  border: 1px solid rgba(238,67,255,.13);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  transition: all .35s ease;
  height: 140px;
}
.gcard:hover {
  border-color: #ee43ff;
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(238,67,255,.25);
}

/* Image LEFT */
.gcard__img-wrap {
  position: relative;
  flex: 0 0 120px;
  width: 120px;
  overflow: hidden;
}
.gcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.gcard:hover .gcard__img {
  transform: scale(1.08);
}
.gcard__overlay {
  position: absolute;
  inset: 0;
  background: rgba(238,67,255,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.gcard:hover .gcard__overlay {
  opacity: 1;
}
.gcard__play {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ee43ff;
}

/* Info RIGHT */
.gcard__info {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}

/* Stars */
.gcard__stars {
  display: flex;
  gap: 3px;
}
.gcard__stars i {
  font-size: 11px;
  color: #f5c518;
}

/* Name */
.gcard__name {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: .4px;
  transition: color .3s;
}
.gcard:hover .gcard__name {
  color: #ee43ff;
}

/* Tag */
.gcard__tag {
  font-size: 11px;
  color: rgba(176,176,176,.5);
  letter-spacing: .5px;
}

/* Button */
.gcard__btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ee43ff;
  background: rgba(238,67,255,.08);
  border: 1px solid rgba(238,67,255,.25);
  border-radius: 50px;
  padding: 6px 14px;
  width: fit-content;
  transition: all .3s ease;
}
.gcard:hover .gcard__btn {
  background: linear-gradient(135deg,#ee43ff,#e86cf3);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(238,67,255,.4);
}

/* ── RESPONSIVE ── */
@media (max-width: 480px) {
  .gcard { height: 120px; }
  .gcard__img-wrap { flex: 0 0 100px; width: 100px; }
  .gcard__name { font-size: 13px; }
}




/* =============================================
   DISCLAIMER SECTION
   ============================================= */

.disclaimer-section {
  position: relative;
  background: #080808;
  padding: 100px 0;
  overflow: hidden;
  border-top: 1px solid rgba(238,67,255,.15);
}

/* ── Animated BG lines ── */
.disc-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.disc-lines span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(238,67,255,.07);
  animation: disc-ring-expand 6s ease-out infinite;
}
.disc-lines span:nth-child(1) { width: 200px;  height: 200px;  animation-delay: 0s;   }
.disc-lines span:nth-child(2) { width: 400px;  height: 400px;  animation-delay: 1s;   }
.disc-lines span:nth-child(3) { width: 650px;  height: 650px;  animation-delay: 2s;   }
.disc-lines span:nth-child(4) { width: 900px;  height: 900px;  animation-delay: 3s;   }
.disc-lines span:nth-child(5) { width: 1150px; height: 1150px; animation-delay: 4s;   }

@keyframes disc-ring-expand {
  0%   { opacity: .6; transform: translate(-50%,-50%) scale(.8); }
  100% { opacity: 0;  transform: translate(-50%,-50%) scale(1.2); }
}

/* ── Wrapper ── */
.disc-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}

/* ── Alert badge ── */
.disc-alert-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(238,67,255,.1);
  border: 1px solid rgba(238,67,255,.35);
  color: #ee43ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 50px;
  animation: badge-pulse 2.5s ease-in-out infinite;
}
.disc-alert-badge i {
  animation: shake 1.5s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%,100% { box-shadow: 0 0 0 0   rgba(238,67,255,.4); }
  50%      { box-shadow: 0 0 0 10px rgba(238,67,255,0); }
}
@keyframes shake {
  0%,100% { transform: rotate(0deg);   }
  20%     { transform: rotate(-12deg); }
  40%     { transform: rotate(12deg);  }
  60%     { transform: rotate(-8deg);  }
  80%     { transform: rotate(8deg);   }
}

/* ── Big age ── */
.disc-age {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
}
.disc-age span {
  font-size: clamp(90px, 14vw, 160px);
  font-weight: 900;
  letter-spacing: -6px;
  background: linear-gradient(135deg, #ee43ff 0%, #fff 50%, #ee43ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: text-shimmer 3s linear infinite;
}
.disc-age sup {
  font-size: clamp(30px, 5vw, 55px);
  font-weight: 900;
  color: #ee43ff;
  -webkit-text-fill-color: #ee43ff;
  margin-top: 20px;
  margin-left: 6px;
}

@keyframes text-shimmer {
  0%   { background-position: 200% center; }
  100% { background-position: -200% center; }
}

/* ── Headline ── */
.disc-headline {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
  text-transform: uppercase;
}
.disc-headline span {
  background: linear-gradient(135deg, #ee43ff, #c940f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Sub ── */
.disc-sub {
  font-size: 16px;
  color: rgba(176,176,176,.65);
  margin: 0;
  letter-spacing: .5px;
}

/* ── 3 CARDS ── */
.disc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 860px;
  margin-top: 8px;
}

.disc-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(238,67,255,.12);
  border-radius: 20px;
  padding: 32px 24px;
  transition: all .35s ease;
}
.disc-card:hover {
  background: rgba(238,67,255,.06);
  border-color: rgba(238,67,255,.4);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(238,67,255,.15);
}

/* Center card highlighted */
.disc-card--center {
  background: rgba(238,67,255,.07);
  border-color: rgba(238,67,255,.35);
  box-shadow: 0 8px 30px rgba(238,67,255,.12);
}
.disc-card--center:hover {
  box-shadow: 0 20px 50px rgba(238,67,255,.25);
}

.disc-card__icon {
  width: 54px;
  height: 54px;
  background: rgba(238,67,255,.12);
  border: 1px solid rgba(238,67,255,.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 20px;
  color: #ee43ff;
  transition: all .3s;
}
.disc-card:hover .disc-card__icon {
  background: #ee43ff;
  color: #fff;
  box-shadow: 0 6px 20px rgba(238,67,255,.5);
}

.disc-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 10px;
}
.disc-card p {
  font-size: 13px;
  color: rgba(176,176,176,.55);
  line-height: 1.7;
  margin: 0;
}

/* ── Legal text ── */
.disc-legal {
  max-width: 680px;
  font-size: 12.5px;
  color: rgba(176,176,176,.4);
  line-height: 1.8;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 24px;
}

/* ── Links ── */
.disc-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.disc-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(238,67,255,.65);
  text-decoration: none;
  transition: color .25s;
}
.disc-links a:hover { color: #ee43ff; }
.disc-links__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(238,67,255,.3);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .disc-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .disclaimer-section { padding: 70px 0; }
}

@media (max-width: 480px) {
  .disc-links { flex-direction: column; gap: 12px; }
  .disc-links__dot { display: none; }
}
