body {
    background: linear-gradient(135deg, #faf6ff 0%, #f0f3fa 100%);
    color: #222;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* General Glassmorphism Style */
.block, .glass-section, .card, .mirror-box, .registration-steps .step-card, .crypto-panel-section, .advantage-card, .faq-section .accordion-item, .gallery-slider, .footer-section {
    background: rgba(255,255,255,0.78);
    border: 1.5px solid #b06df2;
    box-shadow: 0 6px 38px rgba(176, 109, 242, 0.07);
    border-radius: 22px;
    backdrop-filter: blur(7px);
    margin: 20px auto;
    padding: 25px;
    max-width: 1100px;
}

h1, h2, h3 {
    color: #b06df2;
    font-family: 'IBM Plex Mono', monospace;
    text-shadow: 0 0 5px rgba(176, 109, 242, 0.3);
}

a {
    color: #b06df2;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #13950e;
}

/* Header and Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 600px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #faf6ff 0%, #f0f3fa 100%);
}

.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #222;
}

.hero-logo {
    width: 1046px; /* Exact size */
    height: 264px; /* Exact size */
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
}

.hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 10px;
}

.hero-tagline {
    font-size: 1.5em;
    color: #444;
}

/* Mirror Box */
.mirror-box {
    text-align: center;
    padding: 30px;
}

.mirror-link {
    display: inline-block;
    margin: 10px 15px;
    padding: 10px 20px;
    border: 1px solid #ede6ff;
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
    color: #b06df2;
    font-family: 'IBM Plex Mono', monospace;
    transition: all 0.3s ease;
}

.mirror-link:hover {
    background: #b06df2;
    color: white;
    box-shadow: 0 0 15px rgba(176, 109, 242, 0.5);
}

/* Registration Flow */
.registration-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.registration-steps .step-card {
    flex: 1 1 calc(33% - 40px); /* 3 cards per row, with gap */
    min-width: 300px;
    text-align: center;
    padding: 20px;
}

.registration-steps .step-card h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.registration-steps .step-card .step-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #ede6ff;
}

.phishing-warning {
    color: #d9534f; /* Red for warning */
    font-weight: bold;
    margin-top: 15px;
}

/* Crypto Panel */
.crypto-rates {
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.2em;
    padding: 20px;
    border: 1px solid #ede6ff;
    border-radius: 15px;
    background: rgba(255,255,255,0.9);
}

/* Security Advantages */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    text-align: center;
}

.advantage-card {
    padding: 20px;
}

.advantage-card h3 {
    color: #13950e;
    font-size: 1.3em;
    margin-bottom: 10px;
}

/* FAQ Section */
.faq-section .faq-image {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #ede6ff;
}

.accordion-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #ede6ff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    background: rgba(255,255,255,0.9);
    color: #b06df2;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #ede6ff;
}

.accordion-content {
    padding: 0 20px;
    background-color: rgba(255,255,255,0.7);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-content p {
    padding-bottom: 15px;
    color: #444;
}

.accordion-item.active .accordion-content {
    max-height: 200px; /* Adjust as needed */
}

/* Gallery */
.gallery-slider {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 20px 0;
}

.gallery-slider img {
    flex-shrink: 0;
    width: auto; /* Maintain aspect ratio */
    height: 400px; /* Fixed height for consistency */
    scroll-snap-align: start;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(176, 109, 242, 0.2);
    border: 1px solid #ede6ff;
}

/* Footer */
.footer-section {
    text-align: center;
    padding: 30px;
    font-size: 0.9em;
    color: #444;
}

.footer-logo {
    width: 218px; /* Exact size */
    height: 55px; /* Exact size */
    max-width: 80%;
    height: auto;
    margin-bottom: 15px;
}

.mirror-timestamp {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.8em;
    margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5em;
    }

    .hero-tagline {
        font-size: 1.2em;
    }

    .registration-steps .step-card {
        flex: 1 1 100%;
    }

    .gallery-slider img {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 2em;
    }

    .hero-tagline {
        font-size: 1em;
    }

    .mirror-link {
        margin: 5px 10px;
        padding: 8px 15px;
    }

    .gallery-slider img {
        height: 200px;
    }
    section,
.block,
.glass-section,
.card,
.mirror-box,
.registration-steps .step-card,
.crypto-panel-section,
.advantage-card,
.faq-section .accordion-item,
.gallery-slider,
.footer-section {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
  section,
  .block,
  .glass-section,
  .card,
  .mirror-box,
  .registration-steps .step-card,
  .crypto-panel-section,
  .advantage-card,
  .faq-section .accordion-item,
  .gallery-slider,
  .footer-section {
      padding-left: 14px;
      padding-right: 14px;
  }
}

}

