/* ===== NDB INNER PAGE STYLES ===== */

/* HERO SECTION */
.ndb-hero {
    position: relative;
    min-height: 831px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--black);
    padding: 48px 0;
}

.ndb-hero::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, rgba(25, 252, 226, 0.08) 0%, transparent 80%);
    pointer-events: none;
    z-index: 1;
}

.ndb-hero-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.ndb-line {
    position: absolute;
    width: 6px;
    height: 336px;
    background: linear-gradient(180deg, rgba(25, 252, 226, 0.3) 0%, rgba(143, 38, 189, 0.3) 100%);
    border-radius: 3px;
    animation: ndb-line-float 5s ease-in-out infinite;
}

.ndb-line--2 { animation-delay: -1.2s; }
.ndb-line--3 { animation-delay: -2.5s; }
.ndb-line--4 { animation-delay: -0.8s; }

@keyframes ndb-line-float {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.6; transform: translateY(-10px); }
}

.ndb-line--1 {
    left: -50px;
    top: 225px;
}

.ndb-line--2 {
    left: 51px;
    top: 382px;
}

.ndb-line--3 {
    right: 188px;
    top: 152px;
}

.ndb-line--4 {
    right: 1725px;
    top: 152px;
}

.ndb-hero-character {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 680px;
    height: 680px;
    pointer-events: none;
    opacity: 0.15;
}

.ndb-character-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ndb-hero-content {
    position: relative;
    z-index: 3;
    max-width: 896px;
    text-align: center;
    padding: 0 24px;
}

.ndb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(25, 252, 226, 0.1);
    border: 1px solid rgba(25, 252, 226, 0.3);
    border-radius: 999px;
    margin-bottom: 40px;
}

.ndb-badge-icon {
    width: 12px;
    height: 12px;
}

.ndb-badge span {
    font-size: 13px;
    font-weight: 600;
    color: var(--teal);
    letter-spacing: 0.5px;
}

.ndb-hero-title {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 24px;
}

.ndb-hero-title-gradient {
    display: block;
    font-size: 100px;
    font-weight: 900;
    background: linear-gradient(90deg, var(--teal) 0%, var(--purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 8px;
}

.ndb-hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 48px;
}

.ndb-hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

a.btn-claim-bonus,
a.btn-claim-bonus-large {
    text-decoration: none;
}

/* Portal login-style: turquoise #00FFD1, glow, black underlined text */
.btn-claim-bonus {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    background: #00FFD1;
    color: #0a0a0a;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 24px rgba(0, 255, 209, 0.45), 0 4px 20px rgba(0, 255, 209, 0.3);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(0, 0, 0, 0.9);
}

.btn-claim-bonus span,
.btn-claim-bonus svg {
    position: relative;
    z-index: 1;
}

.btn-claim-bonus span {
    text-decoration: inherit;
    text-underline-offset: inherit;
    text-decoration-color: inherit;
}

.btn-claim-bonus::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
    z-index: 0;
}

.btn-claim-bonus:hover::before {
    left: 100%;
}

.btn-claim-bonus:hover {
    transform: translateY(-3px);
    background: #2cffdd;
    color: #0a0a0a;
    text-decoration-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 32px rgba(0, 255, 209, 0.55), 0 8px 32px rgba(0, 255, 209, 0.4);
}

.btn-claim-bonus:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(25,252,226,0.3);
}

.btn-claim-bonus svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.btn-claim-bonus:hover svg {
    transform: translateX(4px);
}

.ndb-campaign-period {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
}

.ndb-period-label {
    color: var(--teal);
    font-weight: 600;
}

.ndb-period-dates {
    color: rgba(255, 255, 255, 0.7);
}

.ndb-disclaimer {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.ndb-disclaimer a,
.ndb-cta-disclaimer a,
.ndb-withdraw-disclaimer a {
    color: var(--teal);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s;
}

.ndb-disclaimer a:hover,
.ndb-cta-disclaimer a:hover,
.ndb-withdraw-disclaimer a:hover {
    opacity: 0.8;
}

/* WHO CAN JOIN SECTION */
.ndb-who-join {
    padding: 120px 0;
    background: var(--black);
}

.ndb-who-join-content {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 48px;
}

.ndb-section-header {
    text-align: center;
    margin-bottom: 80px;
}

.ndb-section-title {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.ndb-section-title .gradient-text {
    background: linear-gradient(90deg, var(--purple) 0%, var(--teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ndb-section-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.ndb-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 64px;
}

.ndb-card {
    background: rgba(41, 44, 51, 0.6);
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 40px 32px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ndb-card:hover {
    transform: translateY(-6px);
    background: rgba(16, 48, 48, 0.4);
    border-color: rgba(25, 252, 226, 0.3);
    box-shadow: 0 0 40px rgba(25, 252, 226, 0.15);
}

.ndb-card-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ndb-card:hover .ndb-card-icon-circle {
    transform: scale(1.1);
}

.ndb-card:hover .ndb-card-icon-circle--teal {
    box-shadow: 0 0 20px rgba(25,252,226,0.4);
}

.ndb-card:hover .ndb-card-icon-circle--purple {
    box-shadow: 0 0 20px rgba(143,38,189,0.4);
}

.ndb-card-icon-circle--purple {
    background: var(--purple);
    color: #ffffff;
}

.ndb-card-icon-circle--teal {
    background: var(--teal);
    color: var(--black);
}

.ndb-card-icon-circle svg {
    width: 28px;
    height: 28px;
}

.ndb-card-body {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    gap: 16px;
}

.ndb-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.ndb-card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

/* Portal-style buttons: Upgrade (teal solid) + Log in (dark outlined) */
.ndb-card-btn {
    width: 100%;
    max-width: 200px;
    height: 42px;
    background: rgba(22, 24, 28, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #19fce2;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #19fce2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    letter-spacing: 0.3px;
}

.ndb-card-btn:hover {
    background: rgba(35, 38, 44, 0.95);
    border-color: rgba(25, 252, 226, 0.5);
    color: #2cffe8;
    text-decoration-color: #2cffe8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.ndb-card-btn--teal {
    background: #19fce2;
    border: none;
    color: #0a0a0a;
    box-shadow: 0 3px 12px rgba(25, 252, 226, 0.25);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(0, 0, 0, 0.9);
}

.ndb-card-btn--teal:hover {
    background: #2cffe8;
    color: #0a0a0a;
    text-decoration-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 6px 20px rgba(25, 252, 226, 0.4);
    transform: translateY(-2px);
}

/* IMPORTANT NOTES */
.ndb-important-notes {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 32px;
    background: rgba(139, 88, 42, 0.15);
    border: 1px solid rgba(139, 88, 42, 0.3);
    border-radius: 16px;
}

.ndb-notes-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #D67F22;
}

.ndb-notes-icon svg {
    width: 100%;
    height: 100%;
}

.ndb-notes-content {
    flex: 1;
}

.ndb-notes-title {
    font-size: 14px;
    font-weight: 700;
    color: #D67F22;
    margin-bottom: 8px;
}

.ndb-notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ndb-notes-list li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}

.ndb-notes-list li:last-child {
    margin-bottom: 0;
}

.ndb-notes-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #D67F22;
}

/* WELCOME PACKAGE SECTION */
.ndb-welcome-package {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--black) 0%, rgba(25, 252, 226, 0.02) 100%);
}

.ndb-welcome-content {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 48px;
}

.ndb-stage-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 48px;
    margin-bottom: 48px;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.ndb-stage-card:hover {
    border-color: rgba(25,252,226,0.25);
    box-shadow: 0 4px 32px rgba(25,252,226,0.06);
}

.ndb-stage-header {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
}

.ndb-stage-number {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--teal) 0%, rgba(25, 252, 226, 0.5) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 900;
    color: var(--black);
}

.ndb-stage-number--purple {
    background: linear-gradient(135deg, var(--purple) 0%, rgba(143, 38, 189, 0.5) 100%);
}

.ndb-stage-info {
    flex: 1;
}

.ndb-stage-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.ndb-stage-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.ndb-stage-body {
    padding-left: 96px;
}

.ndb-how-it-works {
    margin-bottom: 48px;
}

.ndb-how-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
}

.ndb-how-title svg {
    width: 20px;
    height: 20px;
    color: var(--teal);
}

.ndb-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
}

.ndb-step {
    position: relative;
    padding: 25px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.ndb-step:hover {
    transform: translateY(-4px);
    border-color: rgba(25,252,226,0.2);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.ndb-step-number-large {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
}

.ndb-step-badge {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--teal) 0%, var(--purple) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 16px;
}

.ndb-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.ndb-step-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* FEATURES GRID */
.ndb-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.ndb-feature {
    text-align: center;
    transition: transform 0.3s ease;
}

.ndb-feature:hover {
    transform: translateY(-4px);
}

.ndb-feature:hover .ndb-feature-icon {
    background: rgba(143, 38, 189, 0.2);
    box-shadow: 0 0 16px rgba(143,38,189,0.2);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.ndb-feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background: rgba(143, 38, 189, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
}

.ndb-feature-text {
    text-align: center;
}

.ndb-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.ndb-feature-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* CTA inline (inside welcome-package) */
.ndb-cta-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 64px;
    text-align: center;
}

/* Portal login-style: same turquoise #00FFD1, glow, black underlined text */
.btn-claim-bonus-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 44px;
    min-height: 56px;
    background: #00FFD1;
    color: #0a0a0a;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 24px;
    box-shadow: 0 0 28px rgba(0, 255, 209, 0.45), 0 4px 24px rgba(0, 255, 209, 0.3);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(0, 0, 0, 0.9);
}

.btn-claim-bonus-large span,
.btn-claim-bonus-large svg {
    position: relative;
    z-index: 1;
}

.btn-claim-bonus-large span {
    text-decoration: inherit;
    text-underline-offset: inherit;
    text-decoration-color: inherit;
}

.btn-claim-bonus-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
    z-index: 0;
}

.btn-claim-bonus-large:hover::before {
    left: 100%;
}

.btn-claim-bonus-large:hover {
    transform: translateY(-3px);
    background: #2cffdd;
    color: #0a0a0a;
    text-decoration-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 36px rgba(0, 255, 209, 0.55), 0 8px 32px rgba(0, 255, 209, 0.4);
}

.btn-claim-bonus-large:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(25,252,226,0.3);
}

.btn-claim-bonus-large svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.btn-claim-bonus-large:hover svg {
    transform: translateX(4px);
}

.ndb-cta-disclaimer {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

/* STABILIZER SECTION */
.ndb-stabilizer {
    padding: 120px 0;
    background: linear-gradient(180deg, rgba(143, 38, 189, 0.05) 0%, var(--black) 100%);
}

.ndb-stabilizer-content {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 48px;
}

.ndb-stabilizer-intro {
    max-width: 940px;
    margin: 0 auto 64px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 24px;
    border: 0.909px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 24px 32px;
}

/* TABLE STYLES */
.ndb-table-wrapper {
    overflow-x: auto;
    margin: 64px 0;
}

.ndb-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.ndb-table thead {
    background: rgba(25, 252, 226, 0.05);
}

.ndb-table th {
    padding: 24px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: var(--teal);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ndb-table td {
    padding: 24px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ndb-table tbody tr:last-child td {
    border-bottom: none;
}

.ndb-table tbody tr {
    transition: background 0.25s ease;
}

.ndb-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}

.ndb-table--overview th {
    width: 315px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.ndb-table--overview td a {
    color: var(--teal);
    text-decoration: none;
    transition: color 0.2s;
}

.ndb-table--overview td a:hover {
    color: #14d9c9;
    text-decoration: underline;
}

.ndb-table--overview td ol,
.ndb-table--overview td ul {
    margin: 0;
    padding-left: 20px;
}

.ndb-table--overview td li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.ndb-table--overview td li:last-child {
    margin-bottom: 0;
}

/* WITHDRAW SECTION */
.ndb-withdraw {
    padding: 120px 0;
    background: var(--black);
}

.ndb-withdraw-content {
    max-width: 940px;
    margin: 0 auto;
    padding: 48px 80px;
    text-align: center;
    border-radius: 24px;
    border: 0.909px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.ndb-withdraw-content:hover {
    border-color: rgba(25,252,226,0.3);
    box-shadow: 0 8px 40px rgba(25,252,226,0.06);
}

.ndb-withdraw-icon {
    margin: 0 auto 40px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ndb-withdraw-icon svg {
    width: 100%;
    height: 100%;
}

.ndb-withdraw-title {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 32px;
}

.ndb-withdraw-title-gradient {
    background: linear-gradient(90deg, var(--purple) 0%, var(--teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ndb-withdraw-intro {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
}

.ndb-withdraw-conditions {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: left;
}

.ndb-withdraw-condition {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 32px;
    transition: transform 0.25s ease;
}

.ndb-withdraw-condition:hover {
    transform: translateX(6px);
}

.ndb-withdraw-condition:last-child {
    margin-bottom: 0;
}

.ndb-condition-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.ndb-condition-text {
    flex: 1;
}

.ndb-condition-main {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 8px;
}

.ndb-condition-sub {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.ndb-withdraw-disclaimer {
    margin-top: 24px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* FAQ SECTION */
.ndb-faq-section {
    padding: 48px 0;
    background: var(--black);
}

.ndb-faq-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ndb-faq-content .ndb-section-title {
    margin-bottom: 0;
}

.ndb-faq-content .ndb-section-subtitle {
    margin-bottom: 12px;
}

/* OVERVIEW SECTION */
.ndb-overview {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--black) 0%, rgba(25, 252, 226, 0.02) 100%);
}

.ndb-overview-content {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 48px;
}

.ndb-overview-title {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .ndb-hero-character {
        width: 500px;
        height: 500px;
        right: -60px;
    }

    .ndb-hero-content {
        max-width: 700px;
    }

    .ndb-hero-title {
        font-size: 48px;
    }

    .ndb-hero-title-gradient {
        font-size: 72px;
    }
}

@media (max-width: 992px) {
    .ndb-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ndb-card {
        max-width: 500px;
        margin: 0 auto;
    }

    .ndb-steps-grid {
        grid-template-columns: 1fr;
    }

    .ndb-features-grid {
        grid-template-columns: 1fr;
    }

    .ndb-hero-character {
        display: none;
    }

    .ndb-stage-body {
        padding-left: 0;
    }

    .ndb-table-wrapper {
        margin: 48px -24px;
    }
}

@media (max-width: 768px) {
    .ndb-hero {
        min-height: auto;
        padding: 60px 0;
    }

    .ndb-hero-title {
        font-size: 36px;
    }

    .ndb-hero-title-gradient {
        font-size: 56px;
    }

    .ndb-hero-desc {
        font-size: 16px;
    }

    .ndb-section-title {
        font-size: 36px;
    }

    .ndb-stage-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .ndb-stage-title {
        font-size: 24px;
    }

    .ndb-stage-card {
        padding: 32px 24px;
    }

    .ndb-who-join-content,
    .ndb-welcome-content,
    .ndb-stabilizer-content,
    .ndb-overview-content,
    .ndb-faq-content {
        padding: 0 24px;
    }

    .ndb-faq-section {
        padding: 64px 0;
    }

    .ndb-withdraw-content {
        padding: 48px 24px;
        margin: 0 16px;
    }

    .ndb-important-notes {
        flex-direction: column;
        gap: 16px;
    }

    .ndb-overview-title {
        font-size: 32px;
    }

    .ndb-campaign-period {
        flex-direction: column;
        gap: 8px;
    }

    .ndb-withdraw-title {
        font-size: 36px;
    }

    .ndb-withdraw-conditions {
        text-align: left;
    }

    .ndb-condition-main {
        font-size: 16px;
    }

    .ndb-condition-sub {
        font-size: 14px;
    }
}
