/* NFT Page Styles */

/* Hero Section */
.nft-hero {
    padding: 80px 20px;
    text-align: center;
    background: radial-gradient(ellipse 800px 400px at 50% 0%, rgba(27,102,255,0.15) 0%, transparent 60%),
                linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
}

.nft-hero-title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
    color: #0e1222;
}

.nft-accent {
    background: linear-gradient(135deg, #1b66ff, #7aa6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nft-hero-desc {
    font-size: 1.25rem;
    color: #5a6474;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* NFT Intro Section */
.nft-intro-section {
    padding: 60px 20px 80px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.nft-intro-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 30px;
    color: #0e1222;
    letter-spacing: -0.02em;
}

.nft-intro-paragraph {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #5a6474;
    margin: 0 0 20px;
    text-align: justify;
}

.info-button-container {
    margin-top: 30px;
    text-align: center;
}

.opensea-button,
.nft-story-btn {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #1b66ff, #3b82f6);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(27,102,255,0.3);
}

.opensea-button:hover,
.nft-story-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(27,102,255,0.4);
}

/* NFT Exhibitor */
#nft-exhibitor {
    padding: 50px 20px 60px;
    background: linear-gradient(180deg, #f8f9ff 0%, #fff 100%);
    text-align: center;
}

.main-card-container {
    margin-bottom: 30px;
}

#main-card {
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
}

#main-card:hover {
    transform: scale(1.02);
}

.card-benefits {
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: left;
    background: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.card-benefits h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 15px;
    color: #1b66ff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-benefits li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 0.95rem;
    color: #5a6474;
    line-height: 1.5;
}

.card-benefits li:last-child {
    border-bottom: none;
}

/* Thumbnails */
.thumbnail-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.thumbnail {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.thumbnail:hover {
    opacity: 0.9;
    transform: translateY(-3px);
}

.thumbnail.active {
    border-color: #1b66ff;
    opacity: 1;
    box-shadow: 0 8px 20px rgba(27,102,255,0.3);
}

/* Story Banner */
.story-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.story-banner.hidden {
    display: none;
}

.story-content {
    background: #fff;
    max-width: 700px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.close-story {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.close-story:hover {
    background: #e0e0e0;
}

.story {
    display: none;
}

.story h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 20px;
    color: #0e1222;
}

.story p {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a6474;
    margin: 0 0 15px;
    text-align: justify;
}

/* Benefits Section */
.bloque-beneficios {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
}

.titulo-beneficios {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 50px;
    color: #0e1222;
    letter-spacing: -0.02em;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.beneficio-box {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(27,102,255,0.1);
}

.beneficio-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(27,102,255,0.15);
}

.icono-beneficio {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #1b66ff, #7aa6ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beneficio-box h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #0e1222;
}

.beneficio-box p {
    font-size: 0.9rem;
    color: #5a6474;
    margin: 0;
    line-height: 1.5;
}

/* Timeline Section */
.bloque-timeline {
    padding: 80px 20px;
    background: #f8f9ff;
    text-align: center;
}

.titulo-timeline {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 50px;
    color: #0e1222;
}

.timeline-flujo {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.paso {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
}

.icono-paso {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #1b66ff, #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(27,102,255,0.3);
}

.detalle-icono {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
}

.paso h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #0e1222;
}

.paso p {
    font-size: 0.9rem;
    color: #5a6474;
    margin: 0;
    line-height: 1.5;
}

/* Security Section */
.bloque-seguridad {
    padding: 80px 20px;
    background: #fff;
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.seguridad-contenido {
    flex: 1;
    min-width: 300px;
}

.titulo-seguridad {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 20px;
    color: #0e1222;
}

.texto-seguridad {
    font-size: 1rem;
    color: #5a6474;
    line-height: 1.7;
    margin: 0 0 20px;
}

.seguridad-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seguridad-lista li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 0.95rem;
    color: #5a6474;
    line-height: 1.5;
}

.seguridad-lista li strong {
    color: #1b66ff;
}

.seguridad-visual {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animacion-cadena {
    display: flex;
    gap: 10px;
    align-items: center;
}

.eslabon {
    width: 40px;
    height: 20px;
    border: 3px solid #1b66ff;
    border-radius: 10px;
    animation: eslabonAnim 1.5s ease-in-out infinite;
}

.eslabon:nth-child(2) { animation-delay: 0.1s; }
.eslabon:nth-child(3) { animation-delay: 0.2s; }
.eslabon:nth-child(4) { animation-delay: 0.3s; }
.eslabon:nth-child(5) { animation-delay: 0.4s; }

@keyframes eslabonAnim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Testimonials Section */
.bloque-testimonios {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8f9ff 0%, #fff 100%);
    text-align: center;
}

.titulo-testimonios {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 40px;
    color: #0e1222;
}

.slider-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.slider {
    min-height: 150px;
}

.slide {
    display: none;
    padding: 30px;
}

.slide.activo {
    display: block;
}

.frase {
    font-size: 1.2rem;
    font-style: italic;
    color: #0e1222;
    line-height: 1.7;
    margin: 0 0 15px;
}

.autor {
    font-size: 0.9rem;
    color: #1b66ff;
    font-weight: 600;
}

.controles {
    margin-top: 20px;
}

.controles button {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(27,102,255,0.3);
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px;
    transition: all 0.3s ease;
    color: #1b66ff;
}

.controles button:hover {
    background: #1b66ff;
    color: #fff;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 900px) {
    .beneficios-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .nft-hero {
        padding: 50px 15px;
    }
    
    .nft-hero-title {
        font-size: 28px;
    }
    
    .nft-hero-desc {
        font-size: 1rem;
    }
    
    .beneficios-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline-flujo {
        flex-direction: column;
        align-items: center;
    }
    
    .paso {
        max-width: 100%;
    }
    
    #main-card {
        max-width: 250px;
    }
    
    .thumbnail {
        width: 55px;
        height: 55px;
    }
    
    .story-content {
        padding: 25px;
    }
    
    .bloque-seguridad {
        flex-direction: column;
    }
    
    .nft-intro-paragraph {
        text-align: left;
    }
}

/* NFT Detailed Benefits Section */
.nft-detailed-benefits {
    padding: 80px 20px;
    background: #fff;
}

.nft-detailed-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 40px;
    color: #0e1222;
}

.nft-tier-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.tier-tab {
    padding: 12px 20px;
    background: #f8f9ff;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5a6474;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tier-tab:hover {
    background: #eef0ff;
    color: #1b66ff;
}

.tier-tab.active {
    background: #1b66ff;
    color: #fff;
    border-color: #1b66ff;
}

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

.tier-panel {
    display: none;
    background: #f8f9ff;
    border-radius: 20px;
    padding: 40px;
    animation: fadeIn 0.3s ease;
}

.tier-panel.active {
    display: block;
}

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

.tier-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(27,102,255,0.1);
}

.tier-header h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 10px;
    color: #0e1222;
}

.tier-price {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b66ff;
    margin-right: 15px;
}

.tier-units {
    font-size: 0.95rem;
    color: #5a6474;
}

.tier-sections {
    display: grid;
    gap: 25px;
}

.tier-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.tier-section h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1b66ff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tier-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tier-section li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #5a6474;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.tier-section li:last-child {
    border-bottom: none;
}

/* Retribution Section */
.nft-retribution-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8f9ff 0%, #fff 100%);
    text-align: center;
}

.nft-retribution-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 20px;
    color: #0e1222;
}

.nft-retribution-intro {
    font-size: 1.3rem;
    font-style: italic;
    color: #1b66ff;
    margin: 0 0 20px;
}

.nft-retribution-desc {
    font-size: 1rem;
    color: #5a6474;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 30px;
}

.read-more-btn {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #1b66ff, #3b82f6);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(27,102,255,0.3);
}

.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(27,102,255,0.4);
}

.retribution-details {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: left;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.retribution-details.hidden {
    display: none;
}

.retribution-details h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    color: #0e1222;
}

.retribution-details p {
    font-size: 0.95rem;
    color: #5a6474;
    line-height: 1.7;
    margin: 0 0 20px;
}

.retribution-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.9rem;
}

.retribution-table th,
.retribution-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.retribution-table th {
    background: #f8f9ff;
    font-weight: 700;
    color: #0e1222;
}

.retribution-table td {
    color: #5a6474;
}

.retribution-note {
    font-size: 0.85rem;
    font-style: italic;
    color: #888;
    margin: 15px 0;
}

.retribution-status {
    font-size: 1rem;
    font-weight: 600;
    color: #1b66ff;
    margin: 20px 0;
}

.legal-warning {
    background: #fff5f5;
    border: 1px solid #ffcccc;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}

.legal-warning h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #cc0000;
    margin: 0 0 15px;
}

.legal-warning p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0 0 12px;
}

.legal-warning .legal-final {
    font-weight: 600;
    color: #cc0000;
    margin-top: 15px;
}

/* Responsive */
.tier-card-image {
    display: none;
    margin: 20px auto;
    text-align: center;
    animation: fadeIn 0.3s ease;
}

.tier-card-image img {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.tier-card-image img:hover {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .tier-tab {
        font-size: 0.75rem;
        padding: 10px 15px;
    }
    
    .tier-panel {
        padding: 25px;
    }
    
    .tier-header h3 {
        font-size: 1.4rem;
    }
    
    .tier-section {
        padding: 15px;
    }
    
    .retribution-table {
        font-size: 0.8rem;
    }
    
    .retribution-table th,
    .retribution-table td {
        padding: 8px 5px;
    }
}

/* FAQ CTA Section */
.nft-faq-cta {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px;
    text-align: center;
    background: linear-gradient(135deg, rgba(10, 75, 184, 0.03), rgba(21, 106, 182, 0.06));
    border-radius: 24px;
    border: 1px solid rgba(10, 75, 184, 0.1);
}

.nft-faq-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0a4bb8;
    margin-bottom: 16px;
}

.nft-faq-cta-text {
    font-size: 1.1rem;
    color: rgba(68, 80, 102, 0.9);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .nft-faq-cta {
        margin: 40px 20px;
        padding: 30px 20px;
    }
    
    .nft-faq-cta-title {
        font-size: 1.6rem;
    }
    
    .nft-faq-cta-text {
        font-size: 1rem;
    }
}

/* FAQ Tabs */
.nft-faq-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.faq-tab {
    padding: 12px 20px;
    background: #f8f9ff;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5a6474;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-tab:hover {
    background: #eef0ff;
    color: #1b66ff;
}

.faq-tab.active {
    background: #1b66ff;
    color: #fff;
    border-color: #1b66ff;
}

.nft-faq-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.faq-panel {
    display: none;
    background: #f8f9ff;
    border-radius: 20px;
    padding: 40px;
    animation: fadeIn 0.3s ease;
}

.faq-panel.active {
    display: block;
}

@media (max-width: 768px) {
    .nft-faq-tabs {
        gap: 8px;
    }
    
    .faq-tab {
        font-size: 0.75rem;
        padding: 10px 15px;
    }
    
    .faq-panel {
        padding: 25px;
    }
}

/* FAQ Accordion Styles */
.cb-pfaq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cb-pfaq-item {
    border: 1px solid rgba(10, 20, 35, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.92));
    box-shadow: 0 16px 46px rgba(10, 20, 35, 0.06), 0 2px 0 rgba(10, 20, 35, 0.03);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cb-pfaq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(66, 99, 235, 0.22);
    box-shadow: 0 22px 60px rgba(10, 20, 35, 0.08), 0 3px 0 rgba(10, 20, 35, 0.04);
}

.cb-pfaq-q {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    user-select: none;
    position: relative;
}

.cb-pfaq-q::-webkit-details-marker {
    display: none;
}

.cb-pfaq-qtext {
    color: #0a1423;
    font-weight: 750;
    letter-spacing: -0.01em;
    line-height: 1.25;
    font-size: clamp(14px, 1.25vw, 17px);
    flex: 1;
}

.cb-pfaq-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid rgba(10, 20, 35, 0.12);
    background: rgba(255, 255, 255, 0.70);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    position: relative;
    box-shadow: 0 6px 18px rgba(10, 20, 35, 0.06);
}

.cb-pfaq-icon::before,
.cb-pfaq-icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: linear-gradient(90deg, rgba(66, 99, 235, 0.95), rgba(11, 163, 255, 0.95));
    border-radius: 2px;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.cb-pfaq-icon::after {
    transform: rotate(90deg);
}

.cb-pfaq-item[open] .cb-pfaq-icon::after {
    transform: rotate(90deg) scaleX(0);
    opacity: 0;
}

.cb-pfaq-a {
    padding: 0 18px 18px;
    color: rgba(10, 20, 35, 0.78);
    line-height: 1.65;
    font-size: clamp(13px, 1.15vw, 15px);
}

.cb-pfaq-a p {
    margin: 0 0 10px;
    max-width: 100%;
}

.cb-pfaq-a ul,
.cb-pfaq-a ol {
    margin: 10px 0 0;
    padding-left: 20px;
}

.cb-pfaq-a li {
    margin: 6px 0;
}

.cb-pfaq-a strong {
    color: #0a1423;
    font-weight: 760;
}

.cb-pfaq-a blockquote {
    margin: 15px 0;
    padding: 15px 20px;
    background: rgba(10, 75, 184, 0.05);
    border-left: 4px solid #1b66ff;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

.cb-pfaq-item[open] {
    border-color: rgba(66, 99, 235, 0.26);
}

.cb-pfaq-item[open] .cb-pfaq-q {
    padding-bottom: 12px;
}

.cb-pfaq-item[open] .cb-pfaq-q::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(10, 20, 35, 0.10), transparent);
}

@media (max-width: 520px) {
    .cb-pfaq-q {
        padding: 14px 14px;
    }
    .cb-pfaq-a {
        padding: 0 14px 14px;
    }
    .cb-pfaq-icon {
        width: 32px;
        height: 32px;
        border-radius: 11px;
    }
}

/* NFT Release Roadmap */
.nft-roadmap-section {
    padding: 60px 20px;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.nft-roadmap-title {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 15px;
    color: #0e1222;
}

.nft-roadmap-intro {
    font-size: 1rem;
    color: #5a6474;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.roadmap-card {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(27,102,255,0.1);
}

.roadmap-card.emerald {
    background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
    border-color: rgba(16, 185, 129, 0.2);
}

.roadmap-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #0e1222;
}

.roadmap-card.emerald h4 {
    color: #047857;
}

.roadmap-note {
    font-size: 0.85rem;
    color: #5a6474;
    margin: 0 0 20px;
    line-height: 1.5;
}

.roadmap-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.roadmap-table th,
.roadmap-table td {
    padding: 8px 6px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.roadmap-table th {
    background: rgba(27,102,255,0.08);
    font-weight: 700;
    color: #0e1222;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.roadmap-table th small {
    font-weight: 400;
    font-size: 0.6rem;
    color: #5a6474;
    display: block;
    margin-top: 2px;
}

.roadmap-table td {
    color: #5a6474;
}

.roadmap-table tr.current {
    background: rgba(27,102,255,0.1);
}

.roadmap-table tr.current td {
    color: #1b66ff;
    font-weight: 600;
}

.roadmap-card.emerald .roadmap-table th {
    background: rgba(16, 185, 129, 0.1);
}

.roadmap-card.emerald .roadmap-table tr.current {
    background: rgba(16, 185, 129, 0.15);
}

.roadmap-card.emerald .roadmap-table tr.current td {
    color: #047857;
}

.badge-released {
    display: inline-block;
    background: #10b981;
    color: #fff;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.roadmap-benefit {
    text-align: center;
    font-size: 0.95rem;
    color: #5a6474;
    max-width: 700px;
    margin: 20px auto 0;
    padding: 20px;
    background: linear-gradient(135deg, rgba(27,102,255,0.05), rgba(21, 106, 182, 0.08));
    border-radius: 12px;
    line-height: 1.6;
}

.roadmap-benefit strong {
    color: #1b66ff;
}

@media (max-width: 600px) {
    .roadmap-grid {
        grid-template-columns: 1fr;
    }
    
    .roadmap-card {
        padding: 20px;
    }
    
    .roadmap-table {
        font-size: 0.75rem;
    }
    
    .roadmap-table th,
    .roadmap-table td {
        padding: 8px 4px;
    }
    
    .nft-roadmap-title {
        font-size: 1.5rem;
    }
}
