@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap');

:root {
    --bg: #0a0c12;
    --surface: #303948;
    --accent: #3cbef2;
    --text: #e0e4ed;
    --text-light: #a8b0c0;
    --card: #1f2533;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', system-ui, sans-serif;
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}

.prism-section {
    position: relative;
    padding: 110px 0 90px;
    background: var(--surface);
}

.prism-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 90px;
    background: linear-gradient(135deg, var(--bg) 45%, var(--surface) 52%);
    z-index: 2;
}

.prism-hero {
    min-height: 100vh;
    background: linear-gradient(145deg, #0a0c12 30%, #1a1f2e);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.prism-overlay {
    text-align: center;
    max-width: 960px;
    padding: 40px 20px;
    position: relative;
    z-index: 3;
}

.torzon-logo {
    width: 165px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 28px;
    filter: drop-shadow(0 0 25px rgba(60, 190, 242, 0.45));
}

.prism-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(3.8rem, 8.5vw, 6.8rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: 12px;
}

.prism-subtitle {
    font-size: 1.45rem;
    color: var(--accent);
    margin-bottom: 60px;
    opacity: 0.95;
}

.login-prism {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    max-width: 860px;
    margin: 0 auto;
    background: rgba(48, 57, 72, 0.6);
    padding: 42px 50px;
    border-radius: 20px;
    border: 1px solid rgba(60, 190, 242, 0.18);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.login-image {
    max-width: 380px;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
}

.login-info h2 {
    font-size: 2.2rem;
    margin-bottom: 16px;
    color: var(--accent);
}

.login-info p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 300px;
}

.section-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.reverse {
    direction: rtl;
}

.reverse > * {
    direction: ltr;
}

.visual-frame {
    position: relative;
}

.section-image {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 25px 55px -10px rgb(0 0 0 / 70%);
    border: 1px solid rgba(60, 190, 242, 0.1);
    transition: transform 0.4s ease;
}

.section-image:hover {
    transform: scale(1.03);
}

.text-prism h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #ffffff;
}

.text-prism p {
    font-size: 1.15rem;
    color: var(--text-light);
    margin-bottom: 20px;
}

.highlight {
    color: var(--accent);
    font-weight: 500;
}

.text-prism.center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.wallets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.wallet-card {
    background: var(--card);
    padding: 32px 26px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(60, 190, 242, 0.15);
    transition: all 0.4s ease;
}

.wallet-card:hover {
    transform: translateY(-12px);
    border-color: rgba(60, 190, 242, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.wallet-image {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 24px;
}

.wallet-card h3 {
    color: var(--accent);
    margin-bottom: 14px;
    font-size: 1.4rem;
}

.mirrors {
    background: var(--bg);
}

.mirrors-title {
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 55px;
    color: #ffffff;
}

.mirrors-list {
    max-width: 760px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mirror-link {
    display: block;
    background: var(--card);
    padding: 24px 30px;
    border-radius: 14px;
    color: var(--accent);
    text-decoration: none;
    font-family: monospace;
    font-size: 1.06rem;
    border: 1px solid rgba(60, 190, 242, 0.2);
    transition: all 0.35s ease;
    word-break: break-all;
}

.mirror-link:hover {
    background: rgba(60, 190, 242, 0.08);
    border-color: var(--accent);
    transform: translateX(12px);
}

.mirrors-note,
.seo-text {
    text-align: center;
    color: var(--text-light);
    font-size: 1.02rem;
    line-height: 1.6;
}

.seo-text {
    color: var(--accent);
    font-weight: 500;
}

.prism-footer {
    background: #0a0c12;
    text-align: center;
    padding: 75px 20px 55px;
    color: var(--text-light);
    font-size: 0.96rem;
}

.disclaimer {
    margin-top: 20px;
    opacity: 0.75;
    font-size: 0.87rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-content,
    .reverse {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .login-prism {
        flex-direction: column;
        gap: 35px;
        padding: 35px 25px;
    }
    
    .wallets-grid {
        grid-template-columns: 1fr;
    }
    
    .section-image:hover {
        transform: none;
    }
}

@media (max-width: 640px) {
    .prism-section {
        padding: 80px 0 70px;
    }
    
    .prism-title {
        font-size: 3.5rem;
    }
    
    .text-prism h2 {
        font-size: 2.6rem;
    }
    
    .section-content {
        padding: 0 20px;
    }
    
    .mirrors-list {
        gap: 16px;
    }
    
    .mirror-link {
        padding: 20px 24px;
        font-size: 1rem;
    }
}

.intro,
.overview,
.howto,
.advantages,
.faq {
    background: var(--surface);
}

.section-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.text-prism h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.95rem;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #ffffff;
}

.text-prism p {
    font-size: 1.16rem;
    color: var(--text-light);
    margin-bottom: 22px;
}

.mirrors-title {
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
    font-size: 2.75rem;
    margin-bottom: 52px;
    color: #ffffff;
    line-height: 1.15;
}

.mirror-link {
    display: block;
    background: var(--card);
    padding: 24px 30px;
    border-radius: 14px;
    color: var(--accent);
    text-decoration: none;
    font-family: monospace;
    font-size: 1.07rem;
    border: 1px solid rgba(60, 190, 242, 0.22);
    transition: all 0.35s ease;
    word-break: break-all;
}

.mirror-link:hover {
    background: rgba(60, 190, 242, 0.09);
    border-color: var(--accent);
    transform: translateX(14px);
}

.seo-text {
    text-align: center;
    color: var(--accent);
    font-weight: 500;
    font-size: 1.05rem;
    margin-top: 10px;
}

.highlight {
    color: var(--accent);
    font-weight: 500;
}

.prism-footer {
    background: #0a0c12;
    text-align: center;
    padding: 75px 20px 55px;
    color: var(--text-light);
    font-size: 0.96rem;
}

.disclaimer {
    margin-top: 22px;
    opacity: 0.78;
    font-size: 0.88rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

/* SEO-friendly typography improvements */
.text-prism h2 strong,
.text-prism p strong {
    color: var(--accent);
    font-weight: 600;
}

.mirrors-note {
    text-align: center;
    color: var(--text-light);
    font-size: 1.03rem;
    line-height: 1.65;
    max-width: 780px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-content,
    .reverse {
        grid-template-columns: 1fr;
        gap: 55px;
        text-align: center;
    }
    
    .text-prism h2 {
        font-size: 2.6rem;
    }
    
    .login-prism {
        flex-direction: column;
        gap: 32px;
        padding: 38px 28px;
    }
    
    .wallets-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 640px) {
    .prism-section {
        padding: 78px 0 68px;
    }
    
    .section-content {
        padding: 0 20px;
    }
    
    .prism-title {
        font-size: 3.4rem;
    }
    
    .mirrors-title {
        font-size: 2.4rem;
    }
    
    .mirror-link {
        padding: 20px 24px;
        font-size: 1.02rem;
    }
}