/* ===== GLOBAL STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #1f2937;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/* ===== CONTAINER FIX ===== */
.container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== HEADER STYLES ===== */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    flex-shrink: 0;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    position: relative;
    flex-shrink: 0;
}

.logo-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.logo-icon::before {
    content: 'G';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.nav-links a:hover {
    color: #2563eb;
}

.claim-btn {
    background: #2563eb;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    flex-shrink: 0;
}

.claim-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

/* ===== HERO SECTION ===== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 6rem;
    width: 100%;
    box-sizing: border-box;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    z-index: 2;
    width: 100%;
}

.hero-badge {
    background: #f3f4f6;
    color: #6b7280;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    display: inline-block;
}

.hero h1 {
    font-size: clamp(2rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #111827;
    word-wrap: break-word;
}

.hero p {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 3rem;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-cta {
    background: #2563eb;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-cta:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.hero-secondary {
    background: white;
    color: #6b7280;
    padding: 1rem 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: inline-block;
}

.hero-secondary:hover {
    border-color: #d1d5db;
    transform: translateY(-2px);
}

.hero-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    max-width: 50%;
}

.glacier-logo {
    width: 300px;
    height: 300px;
    position: relative;
    max-width: 100%;
}

.glacier-logo svg {
    width: 100%;
    height: 100%;
}

/* ===== SECTION STYLES ===== */
.section {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* ===== DISTRIBUTION SECTION ===== */
.distribution-section {
    background: #f9fafb;
    margin: 0;
    padding: 6rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.distribution-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.distribution-card {
    background: white;
    border-radius: 1rem;
    padding: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.distribution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: #f3f4f6;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.status-badge {
    background: #10b981;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.status-badge.coming-soon {
    background: #f59e0b;
}

.card-content {
    padding: 2rem 1.5rem;
}

.card-visual {
    background: #f8fafc;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    border-radius: 0.5rem;
    border: 2px dashed #d1d5db;
}

.card-visual-content {
    text-align: center;
    color: #6b7280;
    padding: 1rem;
    word-wrap: break-word;
}

/* ===== ALLOCATION SECTION ===== */
.allocation-section {
    padding: 6rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.allocation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.allocation-item {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.allocation-item:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
}

.allocation-percentage {
    font-size: 2rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 0.5rem;
}

.allocation-label {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.allocation-description {
    font-size: 0.875rem;
    color: #6b7280;
    word-wrap: break-word;
}

/* ===== PHASES SECTION ===== */
.phases-section {
    background: #f9fafb;
    margin: 0;
    padding: 6rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.accordion-item {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.accordion-item:hover {
    border-color: #2563eb;
}

.accordion-header {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    word-wrap: break-word;
}

.accordion-header:hover {
    background: #f9fafb;
}

.accordion-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    word-wrap: break-word;
}

.accordion-content {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #6b7280;
}

.accordion-content.active {
    padding: 0 2rem 1.5rem;
    max-height: 400px;
}

.accordion-icon {
    transition: transform 0.3s ease;
    color: #6b7280;
    flex-shrink: 0;
}

.accordion-icon.active {
    transform: rotate(180deg);
}

/* ===== NEWS SECTION ===== */
.news-section {
    padding: 6rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.news-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.news-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.news-content {
    padding: 1.5rem;
    word-wrap: break-word;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.news-category {
    background: #eff6ff;
    color: #2563eb;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.news-date {
    color: #9ca3af;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.news-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
    word-wrap: break-word;
}

.news-excerpt {
    color: #6b7280;
    font-size: 0.875rem;
    word-wrap: break-word;
}

/* ===== TOKENOMICS SECTION ===== */
.tokenomics-section {
    background: #f9fafb;
    margin: 0;
    padding: 6rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.tokenomics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.token-card {
    border-radius: 1rem;
    padding: 3rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.token-card.night {
    background: #111827;
    color: white;
}

.token-card.dust {
    background: white;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.token-card:hover {
    transform: translateY(-5px);
}

.token-header {
    text-align: center;
    margin-bottom: 2rem;
}

.token-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.token-description {
    opacity: 0.8;
    font-size: 1rem;
    word-wrap: break-word;
}

.token-features {
    list-style: none;
}

.token-features li {
    padding: 1rem 0;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    gap: 1rem;
    word-wrap: break-word;
}

.token-card.night .token-features li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.token-card.dust .token-features li {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 8px;
    height: 8px;
    background: currentColor;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ===== TIMELINE SECTION ===== */
.timeline-section {
    padding: 6rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

/* ===== FOOTER ===== */
.footer {
    background: #2563eb;
    color: white;
    padding: 4rem 2rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
}

.footer-section h3 {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
    word-wrap: break-word;
}

.footer-links a:hover {
    opacity: 0.8;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.footer-legal a:hover {
    opacity: 1;
}-item:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
}

.allocation-percentage {
    font-size: 2rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 0.5rem;
}

.allocation-label {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.allocation-description {
    font-size: 0.875rem;
    color: #6b7280;
}

/* ===== PHASES SECTION ===== */
.phases-section {
    background: #f9fafb;
    margin: 0 -2rem;
    padding: 6rem 2rem;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: #2563eb;
}

.accordion-header {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: #f9fafb;
}

.accordion-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.accordion-content {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #6b7280;
}

.accordion-content.active {
    padding: 0 2rem 1.5rem;
    max-height: 400px;
}

.accordion-icon {
    transition: transform 0.3s ease;
    color: #6b7280;
}

.accordion-icon.active {
    transform: rotate(180deg);
}

/* ===== NEWS SECTION ===== */
.news-section {
    padding: 6rem 2rem;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.news-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.news-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.news-content {
    padding: 1.5rem;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.news-category {
    background: #eff6ff;
    color: #2563eb;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.news-date {
    color: #9ca3af;
    font-size: 0.875rem;
}

.news-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.news-excerpt {
    color: #6b7280;
    font-size: 0.875rem;
}

/* ===== TOKENOMICS SECTION ===== */
.tokenomics-section {
    background: #f9fafb;
    margin: 0 -2rem;
    padding: 6rem 2rem;
}

.tokenomics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.token-card {
    border-radius: 1rem;
    padding: 3rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.token-card.night {
    background: #111827;
    color: white;
}

.token-card.dust {
    background: white;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.token-card:hover {
    transform: translateY(-5px);
}

.token-header {
    text-align: center;
    margin-bottom: 2rem;
}

.token-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.token-description {
    opacity: 0.8;
    font-size: 1rem;
}

.token-features {
    list-style: none;
}

.token-features li {
    padding: 1rem 0;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.token-card.night .token-features li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.token-card.dust .token-features li {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 8px;
    height: 8px;
    background: currentColor;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ===== TIMELINE SECTION ===== */
.timeline-section {
    padding: 6rem 2rem;
}

/* ===== FOOTER ===== */
.footer {
    background: #2563eb;
    color: white;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}

.footer-section h3 {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-legal a:hover {
    opacity: 1;
}

/* ===== MODAL STYLES ===== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 1rem;
    box-sizing: border-box;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: white;
    border-radius: 1rem;
    width: 100%;
    max-width: 500px;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    margin: 0;
}

.modal-overlay.active .modal {
    transform: scale(1);
}

.modal-header {
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: white;
    border-radius: 1rem 1rem 0 0;
    z-index: 1;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.modal-close {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background: #f3f4f6;
    color: #111827;
}

.modal-content {
    padding: 1rem 1.5rem 1.5rem;
}

.modal-step {
    display: none;
}

.modal-step.active {
    display: block;
}

.wallet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.wallet-item {
    background: #f9fafb;
    border: 2px solid transparent;
    border-radius: 0.75rem;
    padding: 0.75rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wallet-item:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.wallet-item.selected {
    border-color: #2563eb;
    background: #eff6ff;
}

.wallet-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.wallet-name {
    font-size: 0.75rem;
    font-weight: 500;
    color: #111827;
    line-height: 1.2;
}

.import-section {
    display: none;
}

.import-section.active {
    display: block;
}

.import-toggle {
    display: flex;
    background: #f3f4f6;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.25rem;
}

.toggle-btn {
    flex: 1;
    background: none;
    border: none;
    color: #6b7280;
    padding: 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.875rem;
}

.toggle-btn.active {
    background: #2563eb;
    color: white;
}

.import-input {
    width: 100%;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.75rem;
    color: #111827;
    font-family: 'Inter', sans-serif;
    resize: vertical;
    min-height: 100px;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.import-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.connect-wallet-btn {
    width: 100%;
    background: #2563eb;
    color: white;
    padding: 0.875rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    min-height: 48px;
}

.connect-wallet-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.connect-wallet-btn:disabled {
    background: #d1d5db;
    cursor: not-allowed;
    transform: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .nav-container {
        padding: 0 1rem;
    }

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 8rem 1rem 4rem;
        margin: 0;
        max-width: 100%;
    }

    .hero-visual {
        padding-left: 0;
        margin-top: 3rem;
        max-width: 100%;
    }

    .glacier-logo {
        width: 200px;
        height: 200px;
    }

    .section {
        padding: 4rem 1rem;
        margin: 0;
        max-width: 100%;
    }

    .distribution-section,
    .phases-section,
    .tokenomics-section {
        padding: 4rem 1rem;
        margin: 0;
        max-width: 100%;
    }

    .distribution-cards {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-left: 0;
        margin-right: 0;
    }

    .tokenomics-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-left: 0;
        margin-right: 0;
    }

    .allocation-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-left: 0;
        margin-right: 0;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-left: 0;
        margin-right: 0;
    }

    /* ===== MOBILE MODAL FIXES ===== */
    .modal-overlay {
        padding: 0.5rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .modal {
        width: 100%;
        max-width: none;
        max-height: calc(100vh - 4rem);
        margin: 0;
        border-radius: 1rem;
    }

    .modal-header {
        padding: 1rem 1rem 0.75rem;
    }

    .modal-title {
        font-size: 1.125rem;
    }

    .modal-content {
        padding: 1rem;
    }

    /* ===== MOBILE WALLET GRID ===== */
    .wallet-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .wallet-item {
        padding: 0.5rem;
        min-height: 70px;
        border-radius: 0.5rem;
    }

    .wallet-icon {
        width: 28px;
        height: 28px;
        font-size: 0.65rem;
        margin-bottom: 0.25rem;
    }

    .wallet-name {
        font-size: 0.65rem;
        line-height: 1.2;
    }

    /* ===== MOBILE IMPORT SECTION ===== */
    .import-toggle {
        margin-bottom: 0.75rem;
    }

    .toggle-btn {
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    .import-input {
        min-height: 80px;
        font-size: 0.875rem;
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .connect-wallet-btn {
        padding: 0.75rem;
        font-size: 0.875rem;
    }

    /* ===== MOBILE ACCORDION ===== */
    .accordion-header {
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .accordion-title {
        font-size: 1rem;
    }

    .accordion-content.active {
        max-height: 300px;
        padding: 0 1rem 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-legal {
        gap: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .hero-cta,
    .hero-secondary {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    /* ===== MOBILE CARD ADJUSTMENTS ===== */
    .card-visual {
        height: 250px;
    }

    .card-visual-content {
        padding: 1rem;
    }

    .card-header {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .token-card {
        padding: 2rem 1rem;
    }

    /* ===== MOBILE TEXT WRAPPING ===== */
    .hero h1 {
        word-wrap: break-word;
        hyphens: auto;
    }

    .allocation-description,
    .news-excerpt,
    .token-description {
        word-wrap: break-word;
        hyphens: auto;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
    }

    .section-title {
        font-size: clamp(1.25rem, 6vw, 1.75rem);
    }

    .nav-container {
        padding: 0 0.75rem;
    }

    .claim-btn {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }

    /* ===== EXTRA SMALL MOBILE MODAL ===== */
    .modal-overlay {
        padding: 0.25rem;
        padding-top: 1rem;
    }

    .modal {
        max-height: calc(100vh - 2rem);
    }

    .modal-header {
        padding: 0.75rem;
    }

    .modal-content {
        padding: 0.75rem;
    }

    /* ===== SMALLER WALLET GRID ON TINY SCREENS ===== */
    .wallet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.375rem;
    }

    .wallet-item {
        padding: 0.375rem;
        min-height: 60px;
    }

    .wallet-icon {
        width: 24px;
        height: 24px;
        font-size: 0.6rem;
    }

    .wallet-name {
        font-size: 0.6rem;
    }

    .import-input {
        min-height: 70px;
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    .connect-wallet-btn {
        padding: 0.625rem;
        font-size: 0.8rem;
    }

    .toggle-btn {
        padding: 0.375rem;
        font-size: 0.7rem;
    }

    .accordion-header {
        padding: 0.75rem;
    }

    .accordion-title {
        font-size: 0.875rem;
    }

    /* ===== MOBILE SECTION HEADERS ===== */
    .section-header {
        margin-bottom: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .section {
        padding: 3rem 0.75rem;
    }

    .distribution-section,
    .phases-section,
    .tokenomics-section {
        padding: 3rem 0.75rem;
    }

    /* ===== MOBILE TOKENOMICS ADJUSTMENTS ===== */
    .token-card.night div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
    }

    .token-card.dust div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
    }

    .card-header {
        padding: 1rem;
    }

    .card-content {
        padding: 1.5rem 1rem;
    }
}

/* ===== MOBILE LANDSCAPE ===== */
@media (max-width: 768px) and (orientation: landscape) {
    .modal-overlay {
        align-items: center;
        padding: 1rem;
    }

    .modal {
        max-height: calc(100vh - 2rem);
    }

    .wallet-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .hero {
        padding-top: 6rem;
        min-height: auto;
    }
}

/* ===== TABLET ADJUSTMENTS ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .wallet-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .distribution-cards {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .tokenomics-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-visual {
        padding-left: 2rem;
    }

    .nav-container {
        padding: 0 1.5rem;
    }
}

/* ===== LARGE MOBILE SPECIFIC ===== */
@media (min-width: 481px) and (max-width: 768px) {
    .wallet-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .wallet-item {
        padding: 0.625rem;
        min-height: 75px;
    }

    .modal-overlay {
        padding: 1rem;
        align-items: center;
    }

    .hero {
        padding: 8rem 1.5rem 4rem;
    }

    .section {
        padding: 4rem 1.5rem;
    }

    .distribution-section,
    .phases-section,
    .tokenomics-section {
        padding: 4rem 1.5rem;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

.hero-content {
    animation: fadeInUp 1s ease-out;
}

.glacier-logo {
    animation: pulse 3s ease-in-out infinite;
}

/* ===== SCROLL ANIMATIONS ===== */
.section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.section.animate {
    opacity: 1;
    transform: translateY(0);
}

/* ===== UTILITY CLASSES ===== */
.text-center {
    text-align: center;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-4 {
    margin-top: 1rem;
}

.p-4 {
    padding: 1rem;
}

.rounded {
    border-radius: 0.5rem;
}

.shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.transition {
    transition: all 0.3s ease;
}

/* ===== HOVER EFFECTS ===== */
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.btn-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ===== LOADING STATES ===== */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* ===== FOCUS STYLES ===== */
button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* ===== CUSTOM SCROLLBAR ===== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* ===== PRINT STYLES ===== */
@media print {
    .header,
    .modal-overlay,
    .hero-cta,
    .claim-btn {
        display: none;
    }
    
    body {
        color: black;
        background: white;
    }
    
    .section {
        page-break-inside: avoid;
    }
}