﻿html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a,
.btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating>.form-control-plaintext:focus::placeholder,
.form-floating>.form-control:focus::placeholder {
    text-align: start;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    background: #000;
    color: #fff;
}

.header {
    padding: 24px 48px;
    border-bottom: 1px solid #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-item {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-item:hover {
    color: #fff;
}

.auth-btn {
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid #333;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.auth-btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 48px;
    gap: 48px;
}

.hero-content {
    max-width: 620px;
}

.hero-content h1 {
    font-size: 56px;
    margin-bottom: 24px;
}

.hero-content h1 span {
    font-size: 28px;
    vertical-align: super;
}

.note {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 36px;
}

.cta {
    background: #ff6a00;
    border: none;
    color: #fff;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 106, 0, 0.4);
}

.features {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    font-size: 15px;
    color: #ddd;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-image img {
    max-width: 420px;
    width: 100%;
}

/* Responsive */
@media (max-width: 960px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .features {
        justify-content: center;
    }
}

.transaction-info {
    position: relative;
    padding: 40px 30px;
    background-image: url(https://ledger-wp-website-s3-prd.ledger.com/uploads/2024/07/Call-back-banner-desktop.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 92px;
}

.transaction-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.info-content {
    max-width: 620px;
    position: relative;
    z-index: 2;
}

.info-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
}

.info-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #f5f5f5;
}



/* Responsive */
@media (max-width: 1024px) {
    .transaction-info {
        flex-direction: column;
        text-align: center;
        gap: 48px;
        background-position: 80%;
    }

    .info-content h2 {
        font-size: 40px;
    }

    .info-content p {
        font-size: 18px;
    }
}

.mandatory-devices {
    background: linear-gradient(90deg, #000000 0%, #0f0f0f 25%, #1a1a1a 50%, #0f0f0f 75%, #000000 100%);
    padding: 120px 48px;
    color: #ffffff;
}

.mandatory-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.mandatory-content {
    max-width: 560px;
}

.mandatory-content h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 32px;
}

.mandatory-content h2 span {
    font-size: 22px;
    vertical-align: super;
}

.mandatory-content ul {
    list-style: none;
    padding: 0;
}

.mandatory-content li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    color: #e6e6e6;
}

.mandatory-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
    .mandatory-inner {
        justify-content: center;
        text-align: center;
    }

    .mandatory-content ul {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .mandatory-content h2 {
        font-size: 32px;
    }

    .mandatory-content li {
        font-size: 16px;
    }
}

.supported-coins {
    padding: 120px 48px;
    background: #000;
}

.supported-header {
    max-width: 1200px;
    margin: 0 auto 64px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.supported-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.supported-header p {
    font-size: 18px;
    color: #aaa;
}

.supported-btn {
    padding: 12px 24px;
    border-radius: 999px;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.supported-btn:hover {
    background: #111;
    border-color: #555;
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .supported-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}

.coin-marquee {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.coin-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: scrollCoins 30s linear infinite;
}

.coin-track img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.coin-track img:hover {
    transform: scale(1.1);
}

/* Pause on hover */
.coin-marquee:hover .coin-track {
    animation-play-state: paused;
}

/* Animation */
@keyframes scrollCoins {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .coin-track {
        gap: 28px;
    }

    .coin-track img {
        width: 48px;
        height: 48px;
    }
}

.ledger-live {
    background: #000;
    padding: 40px 48px;
    color: #fff;
}

.ledger-live-header {
    max-width: 1200px;
    margin: 0 auto 96px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.ledger-live-text h2 {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 700;
    max-width: 760px;
    margin-bottom: 16px;
}

.ledger-live-text p {
    font-size: 18px;
    color: #ccc;
    max-width: 640px;
}

.accent {
    color: #c084fc;
    /* Ledger purple */
}

.availability-badge {
    border: 1px solid #333;
    padding: 8px 14px;
    font-size: 12px;
    letter-spacing: 0.08em;
    border-radius: 6px;
    white-space: nowrap;
}

.ledger-live-features {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature img {
    width: 100%;
    max-width: 280px;
    margin-bottom: -10px;
}

.feature-card {
    background: linear-gradient(180deg, #1a1a1a 0%, #0e0e0e 100%);
    border: 1px solid #222;
    padding: 28px;
    border-radius: 12px;
    width: 100%;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 15px;
    color: #cfcfcf;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .ledger-live-features {
        grid-template-columns: 1fr;
    }

    .ledger-live-header {
        flex-direction: column;
    }

    .feature img {
        max-width: 240px;
    }
}

.testimonials {
    background: #000;
    padding: 40px 48px;
    color: #fff;
}

.testimonials-header {
    max-width: 1200px;
    margin: 0 auto 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonials-header h2 {
    font-size: 40px;
    font-weight: 700;
}

.testimonial-controls {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-btn:hover {
    background: #111;
    border-color: #555;
}

/* Slider */
.testimonial-viewport {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 32px;
    transition: transform 0.5s ease;
}

/* Card */
.testimonial-card {
    min-width: 360px;
    background: transparent;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #e6e6e6;
}

/* Author */
.author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.author strong {
    display: block;
    font-size: 15px;
}

.author span {
    font-size: 13px;
    color: #aaa;
}

/* Mobile */
@media (max-width: 768px) {
    .testimonial-card {
        min-width: 280px;
    }

    .testimonials-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}

.faq {
    background: radial-gradient(circle at center, #2e2344 0%, #120d1f 45%, #000 75%);
    padding: 40px 48px;
    color: #fff;
}

.faq-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

/* Left */
.faq-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}

.faq-subtitle {
    color: #ccc;
    margin-bottom: 40px;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-item {
    margin-bottom: 16px;
}

.faq-item button {
    width: 100%;
    background: linear-gradient(180deg, #2a2a2a, #1a1a1a);
    border: 1px solid #333;
    color: #fff;
    padding: 18px 20px;
    border-radius: 6px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.faq-item.active button {
    border-color: #c084fc;
    background: linear-gradient(180deg, #3a2b55, #221733);
}

.faq-item button span {
    font-size: 22px;
    opacity: 0.7;
}

/* Right */
.faq-right {
    display: flex;
    align-items: center;
}

.faq-answer {
    display: none;
    font-size: 16px;
    line-height: 1.7;
    color: #e6e6e6;
}

.faq-answer.active {
    display: block;
}

/* Mobile */
@media (max-width: 900px) {
    .faq-inner {
        grid-template-columns: 1fr;
    }

    .faq-right {
        margin-top: 24px;
    }
}

.site-footer {
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 60%, #000 100%);
    color: #fff;
    padding: 40px 48px 64px;
}

/* Top */
.footer-top {
    max-width: 1200px;
    margin: 0 auto 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
}

.footer-top h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-top p {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 24px;
}

.footer-top a {
    color: #fff;
    text-decoration: underline;
}

/* Socials */
.socials {
    display: flex;
    gap: 12px;
}

.socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    transition: background 0.2s ease;
}

.socials a:hover {
    background: #222;
}

/* Newsletter */
.newsletter {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.newsletter input {
    flex: 1;
    padding: 14px 18px;
    border-radius: 999px;
    border: 1px solid #333;
    background: #111;
    color: #fff;
}

.newsletter button {
    padding: 14px 22px;
    border-radius: 999px;
    border: none;
    background: #444;
    color: #999;
    cursor: not-allowed;
}

.footer-right small {
    display: block;
    font-size: 12px;
    color: #aaa;
    line-height: 1.6;
    margin-top: 12px;
}

.footer-right .captcha {
    margin-top: 16px;
}

/* Divider */
.footer-divider {
    height: 1px;
    background: #111;
    margin: 64px 0;
}

/* Bottom */
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.footer-brand p {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 12px;
}

.payments {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
    font-size: 12px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 64px;
    }
}

video#ledger-wallet-mechanism {
    height: auto;
    max-width: 576px;
    position: relative;
    width: 100%;
}



/* Wallet Integration Layered Design */
.integrations-block-1 {
    background: #000;
    padding: 40px 48px;
    color: #fff;
    overflow: hidden;
}

.integrations-block-1 .h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.integrations-block-1 p {
    font-size: 18px;
    color: #ccc;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-48 {
    margin-bottom: 48px;
}

.integrations-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.integrations-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 100%;
    padding: 0 48px;
}

.anim {
    position: relative;
    width: 100%;
}

.anim-desktop {
    height: 600px;
    /* Base height for layers */
    display: block;
}

.anim-mobile {
    display: none;
    height: 400px;
}

.anim>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-out;
}

/* Z-index for layering */
.anim>div:nth-child(1) {
    z-index: 1;
}

/* Background layer */
.anim>div:nth-child(2) {
    z-index: 2;
}

/* Middle layer */
.anim>div:nth-child(3) {
    z-index: 3;
}

/* Top layer */

@media (max-width: 1024px) {
    .integrations-block-1 {
        padding: 80px 24px;
    }

    .anim-desktop {
        display: none;
    }

    .anim-mobile {
        display: block;
    }
}


/* Setup Page Styles */
.setup-page {
    background: #000;
    color: #fff;
    min-height: 100vh;
}

.setup-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.setup-hero-text h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 500px;
}

.setup-hero-image img {
    max-width: 500px;
    width: 100%;
}

.setup-card-section {
    padding: 0 48px 80px;
}

.setup-card {
    max-width: 1200px;
    margin: 0 auto;
    background: #111;
    border: 1px solid #333;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}

.setup-card-image {
    flex: 1;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.setup-card-image img {
    max-width: 440px;
    width: 100%;
}

.setup-card-content {
    flex: 1;
    padding: 64px 80px 64px 48px;
}

.setup-card-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.setup-card-content p.subtitle {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 32px;
}

.setup-card-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 48px;
}

.setup-card-content li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    padding-left: 16px;
    color: #eee;
}

.setup-card-content li::before {
    content: "â€¢";
    position: absolute;
    left: 0;
    color: #fff;
}

.setup-important-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.setup-note {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 32px;
}

.btn-setup {
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s ease;
}

.btn-setup:hover {
    background: #e65f00;
}

@media (max-width: 1024px) {
    .setup-hero {
        flex-direction: column;
        text-align: center;
        padding: 40px 24px;
    }

    .setup-card {
        flex-direction: column;
    }

    .setup-card-content {
        padding: 40px 24px;
    }

    .setup-hero-text h1 {
        font-size: 40px;
    }
}


/* Supported Devices Section on Setup Page */
.setup-supported-devices {
    padding: 120px 48px;
    background: #000;
}

.supported-devices-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.supported-devices-image {
    flex: 1;
}

.supported-devices-image img {
    max-width: 700px;
    width: 100%;
    display: block;
}

.supported-devices-content {
    flex: 1;
}

.supported-devices-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
}

.supported-devices-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 48px;
}

.supported-devices-content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    color: #e6e6e6;
}

.supported-devices-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
}

.setup-note-small {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
    max-width: 500px;
}

@media (max-width: 1024px) {
    .supported-devices-inner {
        flex-direction: column;
        text-align: center;
        gap: 48px;
    }

    .supported-devices-content ul {
        display: inline-block;
        text-align: left;
    }
}


/* Why It Matters Section */
.why-it-matters {
    padding: 120px 48px;
    background: #000;
}

.why-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.why-it-matters h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.accent-purple {
    color: #c084fc;
}

.why-it-matters p.subtitle {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 64px;
    max-width: 900px;
}

.matters-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.matters-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.matters-card img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-bottom: -20px;
    /* Overlap effect */
    position: relative;
    z-index: 1;
}

.matters-box {
    background: #111;
    border: 1px solid #222;
    padding: 32px 24px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.matters-box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

@media (max-width: 900px) {
    .matters-grid {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .why-it-matters h2 {
        font-size: 32px;
    }
}


/* Select Device Page Styles */
.select-device-page {
    background: #000;
    color: #fff;
    min-height: 100vh;
    padding-bottom: 120px;
}

.select-hero {
    padding: 80px 48px 64px;
    text-align: center;
}

.select-hero h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.select-hero p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
}

.device-selection {
    padding: 0 48px;
}

.device-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1300px;
    margin: 0 auto;
}

.device-card {
    background: linear-gradient(180deg, #111 0%, #050505 100%);
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    padding: 10px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.device-card:hover {
    transform: translateY(-8px);
    border-color: #333;
}

.device-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.device-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.device-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 1.2;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-orange {
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s ease;
}

.btn-orange:hover {
    background: #e65f00;
}

@media (max-width: 1024px) {
    .device-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .select-hero h1 {
        font-size: 40px;
    }

    .select-hero {
        padding: 60px 24px 48px;
    }
}




/* Confirm Device Page Styles */
.confirm-device-page {
    background: #000;
    color: #fff;
    min-height: 100vh;
    align-items: center;
    padding: 0 80px;
    overflow: hidden;
}

.confirm-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
}

.confirm-content {
    flex: 1;
    max-width: 650px;
}

.confirm-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.confirm-description {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
}

.confirm-visual {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.confirm-visual img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .confirm-title {
        font-size: 48px;
    }
}

@media (max-width: 1024px) {
    .confirm-device-page {
        padding: 80px 24px;
        align-items: flex-start;
    }

    .confirm-inner {
        flex-direction: column;
        text-align: center;
        gap: 60px;
    }

    .confirm-visual {
        justify-content: center;
    }

    .confirm-content {
        max-width: 100%;
    }
}


/* Recovery Phrase Section */
.recovery-section {
    padding: 80px 48px 120px;
    background: #000;
}

.recovery-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.word-toggle-group {
    display: inline-flex;
    background: #111;
    border: 1px solid #222;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 64px;
}

.btn-toggle {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn-toggle:hover {
    color: #ff6a00;
}

.btn-toggle.active {
    background: #ff6a00;
    color: #fff;
}

.recovery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 64px;
}

.word-field {
    position: relative;
    background: #111;
    border: 1px solid #222;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

.word-field:hover {
    border-color: #333;
}

.word-field input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 18px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.word-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
    font-size: 18px;
    pointer-events: none;
}

.activation-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.btn-activate {
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 16px 48px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.btn-activate:hover:not(:disabled) {
    background: #e65f00;
}

.btn-activate:disabled {
    opacity: 0.6;
    cursor: wait;
}

.activation-disclaimer {
    font-size: 14px;
    color: #ccc;
    font-weight: 600;
    font-style: italic;
    max-width: 600px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .recovery-grid {
        grid-template-columns: 1fr;
    }
}


/* Word Validation Feedback */
.word-field.is-valid {
    border-color: #28a745 !important;
}

.word-field.is-invalid {
    border-color: #dc3545 !important;
}

.word-field.is-valid .word-icon {
    color: #28a745;
}

.word-field.is-invalid .word-icon {
    color: #dc3545;
}

/* Wallet Modal */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.wallet-modal {
    background: #121212;
    border: 1px solid #333;
    border-radius: 24px;
    padding: 40px;
    width: 90%;
    max-width: 480px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #888;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.2s;
}

.modal-close:hover {
    color: #fff;
}

.wallet-modal h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.wallet-modal p {
    color: #aaa;
    margin-bottom: 32px;
}

.wallet-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wallet-option-btn {
    background: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
    padding: 20px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.wallet-option-btn:hover {
    background: #222;
    border-color: #555;
    transform: translateY(-2px);
}

.wallet-option-btn.primary {
    background: #ff6a00;
    border: none;
    color: #fff;
}

.wallet-option-btn.primary:hover {
    background: #ff8533;
    box-shadow: 0 8px 20px rgba(255, 106, 0, 0.3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Registration Page */
.register-page {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 24px;
    background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%);
}

.register-container {
    background: #121212;
    border: 1px solid #333;
    border-radius: 24px;
    padding: 48px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.4s ease-out;
}

.register-header {
    text-align: center;
    margin-bottom: 40px;
}

.register-header h1 {
    font-size: 32px;
    margin-bottom: 12px;
}

.register-header p {
    color: #888;
    font-size: 16px;
}

.register-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    padding-left: 4px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper input {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
    padding: 16px 48px 16px 16px;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.2s;
}

.input-wrapper input:focus {
    outline: none;
    border-color: #ff6a00;
    background: #222;
}

.input-wrapper .icon {
    position: absolute;
    right: 16px;
    font-size: 18px;
    opacity: 0.6;
}

.btn-register {
    background: #ff6a00;
    border: none;
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 12px;
}

.btn-register:hover:not(:disabled) {
    background: #ff8533;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 106, 0, 0.3);
}

.btn-register:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.register-footer {
    text-align: center;
    margin-top: 32px;
    font-size: 14px;
    color: #888;
}

.register-footer a {
    color: #ff6a00;
    text-decoration: none;
    font-weight: 500;
}

.register-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .register-container {
        padding: 32px 24px;
    }
}

/* Other Devices Section */
.other-devices-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at center, #222 0%, #000 100%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
}

.icon-circle {
    display: flex;
    gap: 12px;
    font-size: 48px;
    background: rgba(255, 106, 0, 0.1);
    border: 1px solid rgba(255, 106, 0, 0.3);
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(255, 106, 0, 0.2);
}

.device-subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

/* OtherDevice Page */
.other-device-page {
    background: #000;
    min-height: 100vh;
    padding-top: 40px;
}

.search-container {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 24px;
}

.search-wrapper {
    position: relative;
    max-width: 600px;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.search-wrapper input {
    width: 100%;
    background: #111;
    border: 1px solid #222;
    padding: 16px 16px 16px 48px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
}

.wallet-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 60px;
    display: flex;
    flex-direction: column;
}

.wallet-item {
    background: #0a0a0a;
    border-bottom: 1px solid #111;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.wallet-item:hover {
    background: #111;
}

.wallet-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wallet-icon-container {
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.wallet-name {
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
}

/* Connect Modal */
.connect-modal {
    background: #0a0a0a;
    border: 1px solid #222;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    animation: slideUp 0.3s ease-out;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #222;
}

.modal-header h2 {
    font-size: 20px;
    font-weight: 600;
}

.modal-close-btn {
    background: #222;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body {
    padding: 24px;
}

.readonly-input {
    background: #111 !important;
    color: #666 !important;
    cursor: not-allowed;
}

.connect-modal textarea {
    width: 100%;
    min-height: 120px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    resize: none;
    margin-top: 8px;
}

.crypto-note {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px;
    background: #080808;
}

.btn-cancel {
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
}

.btn-connect {
    background: #ff4a4a;
    /* Using a vibrant color for "Connect" as requested (image has red-ish button) */
    background: linear-gradient(135deg, #ff4d4d 0%, #ff1a1a 100%);
    border: none;
    color: #fff;
    padding: 10px 32px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}