@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    min-height: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #21223A; 
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

ul, li {
    list-style: none;
}

.wrapper-main {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-content {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.main-layout {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Header */
.header-navigation {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 18px 20px;
    transition: .3s;
    background: #FFFFFF;
}

.header-navigation__brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-navigation.scroll {
    box-shadow: 0px 0px 4px 0px #340077;
}

.nav-menu-items {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    gap: 20px;
}

.nav-menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nav-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px 90px;
}

.nav-blueprint-section {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
}

.nav-menu-link {
	padding: 4px;
    transition: .3s;
}

.nav-menu-link.active {
    color: #340077;
}

.nav-menu-link:hover {
    color: #340077;
}

.mobile-burger-menu {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-burger-menu .burger-line {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #340077;
    transition: transform 0.2s ease-out;
}

.toggle .line1 {
    background: #340077;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}

.toggle .line2 {
    display: none;
}

.toggle .line3 {
    background: #340077;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

/* Content */
.main-heading {
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.section-subheading {
    font-size: 32px;
    line-height: 42px;
    font-weight: 900;
    margin-bottom: 30px;
}

.action-button {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    background: transparent;
    color: #340077;
    width: 100%;
    height: 56px;
    padding: 6px 12px 6px 20px;
    transition: 0.5s;
    border-radius: 100px;
    border: 2px solid #340077;
    cursor: pointer;
    user-select: none;
}

.action-button img {
    margin-left: 12px;
}

.download-link-wrapper {
    max-width: 240px;
}

.download-link-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Game Rules Section */
.game-rules-section {
    padding: 160px 20px 80px;
}

.rules-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 30px;
    background: #F2F0FF;
    border-radius: 40px;
    padding: 40px 30px;
}

.rules-text-content {
    align-content: center;
    color: #340077;
}

.rules-text-content p {
    margin-bottom: 20px;
}

.rules-image-container {
    overflow: hidden;
    border-radius: 30px;
}

.rules-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Features Section */
.features-highlight-section {
    padding: 80px 20px;
}

.features-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 30px;
    background: #F2F0FF;
    border-radius: 40px;
    padding: 40px 0 40px 60px;
    margin: 0 60px;
}

.features-text-content {
    align-content: center;
    color: #340077;
}

.features-text-content ul {
    padding-left: 24px;
}

.features-text-content ul li {
    margin-bottom: 20px;
    list-style-type: disc;
}

.features-image-container {
    overflow: hidden;
    border-radius: 30px;
    margin: -80px 0;
}

.features-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hero Section */
.hero-main-section {
    position: relative;
    background-image: url(../images/appendix-bg-viq04mzty.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 180px 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.hero-content-wrapper {
    display: flex;
    flex-direction: column;
}

.hero-content-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
    font-weight: 700;
}

/* Description Section */
.description-showcase-section {
    padding: 80px 20px;
}

.showcase-image-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 42px;
}

.showcase-image-content ul {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.showcase-image-content li {
    list-style-type: disc;
}

.gallery-image-item {
    overflow: hidden;
    border-radius: 30px;
}

.gallery-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Reviews Section */
.reviews-testimonials-section {
    padding: 80px 20px 160px;
}

.reviews-testimonials-section .main-heading {
    text-transform: capitalize;
}

.testimonials-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card-item {
    background: #F2F0FF;
    border-radius: 30px;
    padding: 50px 30px;
    text-align: center;
}

.testimonial-card-item p {
    font-size: 18px;
    line-height: 30px;
}

.reviews-testimonials-section .section-subheading {
    margin-bottom: 40px;
}

/* Footer */
.footer-bottom-section {
    color: #21223A;
    padding: 38px 20px;
    font-size: 16px;
    line-height: 24px;
    background: #F2F0FF;
}

.footer-content-grid {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: 20px;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-links-column h3 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    color: #340077;
}

.footer-link-item {
    display: flex;
    align-items: center;
    padding: 2px;
    transition: .3s;
}

.footer-link-item img {
    margin-right: 10px;
}

.footer-link-item:hover {
    color: #340077;
}

.footer-primary-links .footer-link-item {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}

/* Info Pages */
.info-page-content {
    padding: 160px 20px 120px;
}

.info-page-content h1 {
    position: relative;
    z-index: 2;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.info-page-content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: 700;
}

.info-page-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 30px;
    font-weight: 700;
}

.info-page-content p {
    margin-bottom: 20px;
}

.info-page-content ul {
    list-style: disc;
    padding-left: 24px;
}

.info-page-content li {
    list-style: disc;
    margin-bottom: 14px;
}

.info-page-content a {
    display: inline-block;
    font-weight: 600;
    color: #340077;
}

@media (max-width: 1060px) {
    body {
        font-size: 18px;
        line-height: 28px;
    }

    .header-navigation__logo img {
        width: 58px;
    }

    .hero-main-section {
        padding: 160px 20px 60px;
        min-height: auto;
    }

    .header-navigation {
        padding: 10px 20px;
    }

    .download-link-wrapper {
        max-width: 200px;
    }

    .mobile-burger-menu {
        display: flex;
    }

    .nav-header-global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #ffffff;
        color: #21223A;
        width: 80%;
        overflow-y: auto;
    }

    .nav-menu-bar {
        padding: 80px 20px 40px;
        justify-content: center;
    }

    .nav-menu-items {
        flex-direction: column;
    }

    .nav-menu-link {
        text-align: center;
        width: 100%;
    }
    
    .main-heading {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .hero-content-wrapper ul {
        grid-template-columns: 1fr;
        gap: 10px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .section-subheading {
        font-size: 32px;
        line-height: 40px;
    }

    .description-showcase-section {
        padding: 40px 20px;
    }

    .showcase-image-gallery {
        gap: 24px;
    }

    .hero-content-grid {
        grid-template-columns: 1fr;
    }

    .game-rules-section {
        padding: 60px 20px 40px;
    }

    .features-content-grid {
        margin: 0;
        padding: 20px 0 20px 30px;
    }

    .reviews-testimonials-section {
        padding: 48px 20px 88px;
    }

    .reviews-testimonials-section .section-subheading {
        margin-bottom: 20px;
    }

    .testimonials-grid-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .testimonial-card-item {
        padding: 30px 20px;
    }

    .testimonial-card-item p {
        font-size: 16px;
        line-height: 28px;
    }

    .features-highlight-section {
        padding: 40px 20px;
    }

    .info-page-content {
        padding: 130px 20px 60px;
    }

    .info-page-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .info-page-content h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .info-page-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .footer-links-column h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .footer-primary-links .footer-link-item {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 860px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }

    .rules-content-grid {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .features-content-grid {
        grid-template-columns: 1fr;
        padding: 20px 30px;
        border-radius: 24px;
    }

    .features-image-container {
        margin: 0;
        border-radius: 20px;
    }

    .rules-image-container {
        border-radius: 20px;
    }

    .testimonials-grid-layout {
        grid-template-columns: 1fr;
    }

    .testimonial-card-item {
        border-radius: 24px;
    }

    .gallery-image-item {
        border-radius: 20px;
    }

    .footer-links-column {
        flex-direction: column;
        gap: 10px;
    }

    .footer-content-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}