/* Meet MANEKINEKO Section - Mobile First */
.meet-manekineko {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: url('../../../../assets/img/product/meet-manekineko/geometric-hexagons-bg.png') top/cover no-repeat;
    margin: 0;
    padding: 0;
}

/* Background Softening Rectangle - Mobile Only */
.manekineko-manekineko::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27.5rem; /* 440px */
    height: 17.25rem; /* 276px */
    flex-shrink: 0;
    background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0.00) 100%);
    z-index: 2; /* Above background (1) but below image (5) and texts (3) */
}

/* Learn More Button Container */
.learn-more-container {
    display: flex;
    justify-content: center;
    padding-top: 2.5rem; /* 40px from slider */
    margin-bottom: 3.805rem; /* 60.88px to first header */
    z-index: 10;
    position: relative;
}


/* Character and Titles Container */
.manekineko-header-container {
    position: relative;
    width: 100%;
    margin-top: 2rem;
}

/* Left Manekineko Image */
.manekineko-character {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
   /* width: 31.895rem; /* 510.316px */
   width: 115.9%;
   /* height: 20.732rem; /* 331.705px */
}

.manekineko-character img {
    width: 85%;
    /*height: 100%;*/
    margin-top: 9%;
    object-fit: contain;
}

/* NFT Images Container */
.manekineko-titles {
    position: relative;
    z-index: 3;
    width: 100%;
}

.nft-image {
    width: 100%;
    height: auto; /* Auto height to maintain aspect ratio */
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Content Area */
.manekineko-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
    margin-top: 9rem; /* Space after header container */
}

.content-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align content to the left */
}

/* Meet Your Digital Cat Section - Mobile */
.meet-cat-title {
    color: #FFF;
    font-family: Barlow;
    font-size: 1.375rem; /* 22px */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
}

.manekineko-title {
    font-family: "FRIZON", 'Noto Sans JP', sans-serif;
    font-size: 2.25rem; /* 36px */
    font-style: normal;
    font-weight: 400;
    line-height: 2.281rem; /* 36.502px - 101.395% */
    background: linear-gradient(90deg, #FFF 0%, #58B2D4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

/* Base mobile styles for descriptions */
.meet-cat-description {
    width: 71.36%; /*19.625rem; /* 314px */
    text-align: left;
    margin: 0;
}

/* Mobile styles for "Introducing..." text */
.meet-cat-intro {
    color: var(--Main, #D3D3D3);
    font-family: Inter;
    font-size: 1.125rem; /* 18px */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.033rem; /* 16.52px gap */
}

/* Mobile styles for "Japan's traditional..." text */
.meet-cat-tradition {
    color: var(--Main, #D3D3D3);
    font-family: Inter;
    font-size: 1rem; /* 16px */
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 20.8px */
    letter-spacing: 0.01rem; /* 0.16px */
    margin-bottom: 2rem;
}

.meet-cat-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 16px gap between buttons */
    align-items: stretch; /* Stretch buttons to full width */
    width: calc(100vw - 2rem); /* Full viewport width minus 16px padding each side */
    margin-left: 0; /* 16px from left edge */
    padding-left: 0;
}

.btn-marketplace,
.btn-gitbook {
    display: flex;
    padding: 1rem 1.75rem; /* 16px 28px */
    justify-content: center;
    align-items: center;
    gap: 0.7rem; /* 11.2px */
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%; /* Full width on mobile */
    border-radius: 2.625rem; /* 42px */
}

.btn-marketplace {
    background: #FFF;
    border: none;
    color: #1D1D1D;
    font-family: Barlow;
    font-size: 1.25rem; /* 20px */
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem; /* 30px - 150% */
    text-transform: capitalize;
}

.btn-gitbook {
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Barlow;
    font-size: 1.25rem; /* 20px */
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem; /* 30px - 150% */
    text-transform: capitalize;
}

/* Feature Highlights Section - Mobile */
.feature-title {
    color: var(--SyFu-Mint, #3EE8B5);
    font-family: "FRIZON", 'Noto Sans JP', sans-serif;
    font-size: 2.25rem; /* 36px */
    font-style: normal;
    font-weight: 400;
    line-height: 2.281rem; /* 36.502px - 101.395% */
    margin-bottom: 2rem;
    text-align: left; /* Align to left on mobile */
}

.feature-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* 24px vertical gap between boxes */
}

.feature-box {
    display: flex;
    width: 25.807rem; /* 412.903px */
    padding: 2rem; /* 32px */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.032rem; /* 16.516px */
    border-radius: 1rem; /* 16px */
    background: var(--SyFu-Dark, #0D1B2B);
    position: relative;
    overflow: hidden;
}

/* Light box effects for each feature box */
.feature-box::before {
    content: '';
    width: 22.125rem; /* 354px */
    height: 22.125rem; /* 354px */
    position: absolute;
    filter: blur(80px);
    pointer-events: none;
}

/* Box A - Gateway (mint color) */
.feature-box:nth-child(1)::before {
    background: var(--SyFu-Mint, #3EE8B5);
    right: -8.781rem; /* -140.5px */
    bottom: -20.166rem; /* -322.662px */
}

/* Box B - Rarity (pink color) */
.feature-box:nth-child(2)::before {
    background: var(--SyFu-Pink, #C71F8F);
    right: -8.803rem; /* -140.854px */
    bottom: -21.416rem; /* -342.662px */
}

/* Box C - Why (purple color) */
.feature-box:nth-child(3)::before {
    background: var(--SyFu-purple-main, #6B46C1);
    right: -8.781rem; /* -140.5px */
    bottom: -15.152rem; /* -242.436px */
}

/* Box D - Visual (gold color) */
.feature-box:nth-child(4)::before {
    background: var(--sy-fu-gold-accent, #FFD700);
    right: -8.803rem; /* -140.854px */
    bottom: -21.78rem; /* -348.484px */
}

.feature-box-title {
    color: var(--10, #FFF);
    font-family: "FRIZON", 'Noto Sans JP', sans-serif;
    font-size: 1.75rem; /* 28px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    margin: 0;
    text-align: left;
}

.feature-box-description {
    color: rgba(255, 255, 255, 0.60);
    font-family: Inter;
    font-size: 1.032rem; /* 16.516px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.819px */
    letter-spacing: 0.01rem; /* 0.165px */
    margin: 0;
    text-align: left;
}

/* Token Area */
.token-area {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    padding-bottom: 3rem; /* 48px padding bottom from image on mobile */
}

.token-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.token-content {
    position: relative;
    z-index: 5;
    padding: 0 1rem;
}

/* Token Title - Mobile */
.token-title {
    color: var(--10, #FFF);
    text-align: center;
    font-family: "FRIZON", 'Noto Sans JP', sans-serif;
    font-size: 2.25rem; /* 36px */
    font-style: normal;
    font-weight: 400;
    line-height: 2.281rem; /* 36.502px - 101.395% */
    margin-bottom: 3.188rem; /* 51px gap */
    padding-top: 3rem; /* 48px to top on mobile */
}

/* Dropdown Columns - Mobile */
.token-dropdowns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0; /* No gap before city scene image */
}

.dropdown-column {
    width: 100%;
}

.dropdown-item {
    background: rgba(13, 27, 43, 0.9);
    border-radius: 1rem;
    border: 1px solid rgba(62, 232, 181, 0.3);
    overflow: hidden;
}

.dropdown-header {
    width: 100%;
    padding: 0.5rem;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dropdown-token {
    width: 68px;
    margin: 12px;
}

.dropdown-title {
    color: #FFF;
    font-family: "FRIZON", 'Noto Sans JP', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: left;
}

.dropdown-icon {
    color: #3EE8B5;
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.dropdown-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: Inter;
    font-size: 0.9rem;
    line-height: 1.5;
    display: none; /* Hidden by default */
}

.dropdown-item.active .dropdown-content {
    display: block;
}

.dropdown-item.active .dropdown-icon {
    transform: rotate(45deg);
}

/* City Scene - Mobile (below dropdowns) */
.city-scene-mobile {
    width: 100vw; /* Full viewport width */
    display: flex;
    justify-content: center;
    margin-top: 0; /* Zero gap from dropdowns */
    margin-left: -1rem; /* Offset container padding to reach viewport edge */
    overflow: hidden;
}

.city-scene-img {
    width: 100vw; /* Full viewport width */
    height: 18.2rem; 
    object-fit: cover;
}

/* Hide desktop city scene on mobile */
.city-scene-desktop {
    display: none;
}

/* Security Area - Mobile */
.security-area {
    position: relative;
    z-index: 10;
    padding: 0 1rem; /* Remove top/bottom padding, keep horizontal */
    margin-top: 3rem;
    width: 100%;
}

.security-content {
    display: flex;
    padding: 2rem 1rem; /* 32px 16px */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem; /* 32px */
    border-radius: 1.25rem; /* 20px */
    background: #0D1B2B;
    width: 100%;
    max-width: none; /* Remove any max-width constraint */
}

.security-text {
    width: 100%;
}

/* Security Title - Mobile */
.security-title {
    leading-trim: both;
    text-edge: cap;
    font-family: "FRIZON", 'Noto Sans JP', sans-serif;
    font-size: 3rem; /* 48px */
    font-style: normal;
    font-weight: 400;
    line-height: 3.25rem; /* 52px - 108.333% */
    background: linear-gradient(90deg, #FFF 0%, #58B2D4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 0.875rem 0; /* 14px gap */
}

/* Security Subtitle - Mobile */
.security-subtitle {
    color: #3EE8B5;
    font-family: Barlow;
    font-size: 1.625rem; /* 26px */
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 31.2px */
    margin: 0 0 2.063rem 0; /* 33px gap */
}

/* Security Description - Mobile */
.security-description {
    color: #EEE;
    font-family: Inter;
    font-size: 1.125rem; /* 18px */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.security-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.security-img {
    width: 23.563rem; /* 377px on mobile */
    
    border-radius: 0.5rem;
}

/* Responsive feature boxes based on 440px width */
/* Mobile to tablet (up to 767px) - Single column, percentage width */
@media (max-width: 767px) {
    .feature-box {
        width: 94%; /* Based on 412.903px / 440px = 93.84% → 94% */
        max-width: 25.807rem; /* Keep original max size */
        margin: 0 auto; /* Center the box */
    }

    /* Ensure grid stays single column */
    .feature-grid {
        display: flex;
        flex-direction: column;
        gap: 1.5rem; /* Keep original gap */
        align-items: center; /* Center boxes */
        width: 100%;
    }
}

/* Desktop responsive - Two boxes horizontally (768px+) */
@media (min-width: 768px) {
    .feature-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two equal columns */
        gap: 1.419rem 2rem; /* Vertical gap, larger horizontal gap */
        align-items: start;
        width: 100%;
        max-width: none;
    }

    .feature-box {
        width: 100%; /* Fill the grid column */
        max-width: none; /* Remove max-width constraint */
        /* Height auto to accommodate content */
    }
}