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

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #FFFFFF;
    color: #17191b;
    line-height: 1.75;
    font-size: 16px;
    padding: 50px 20px;
    -webkit-font-smoothing: antialiased;
}

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

/* HEADER */
.header {
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 45px;
    border-bottom: 1px solid #eaeaea;
}

.logo img {
    max-width: 413px;
    height: 44px;
    width: auto;
    margin-bottom: 24px;
}

.title {
    font-size: 2.85rem;
    font-weight: 300;
    letter-spacing: 5px;
    color: #17191b;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.18rem;
    color: #4a4a4a;
    font-weight: 400;
}

/* STATUS BAR */
.status-bar {
    display: flex;
    justify-content: center;
    gap: 70px;
    background-color: #f9f9f9;
    padding: 26px 50px;
    border: 1px solid #e5e5e5;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.status-item {
    text-align: center;
}

.label {
    display: block;
    font-size: 0.82rem;
    color: #6e6e6e;
    margin-bottom: 7px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.value {
    font-size: 1.22rem;
    font-weight: 500;
    color: #17191b;
}

.status-active {
    color: #0a7c4f;
    font-weight: 600;
}

/* SECTION TITLES */
.section-title {
    font-size: 1.48rem;
    font-weight: 400;
    letter-spacing: 2.5px;
    color: #17191b;
    margin-bottom: 38px;
    text-align: center;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 68px;
    height: 1px;
    background-color: #17191b;
    margin: 16px auto 0;
}

/* INTRO */
.intro {
    max-width: 860px;
    margin: 0 auto 85px;
    text-align: center;
}

.lead-text {
    font-size: 1.28rem;
    margin-bottom: 26px;
    color: #1f1f1f;
    font-weight: 400;
}

/* FEATURES */
.features {
    margin-bottom: 95px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 32px;
}

.feature-card {
    background: #fafafa;
    padding: 36px 30px;
    border: 1px solid #f0f0f0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
    border-color: #313c48;
    box-shadow: 0 8px 25px rgba(23, 25, 27, 0.06);
}

.feature-card h3 {
    font-size: 1.28rem;
    margin-bottom: 18px;
    color: #17191b;
    font-weight: 500;
}

/* GALLERY */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 32px;
    margin-bottom: 95px;
}

.gallery-item {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 16px;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    border-color: #313c48;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.055);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #f4f4f4;
}

.caption {
    text-align: center;
    margin-top: 16px;
    font-size: 0.97rem;
    color: #3f3f3f;
}

/* GUIDE */
.guide {
    margin-bottom: 95px;
}

.guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 36px;
}

.step {
    display: flex;
    gap: 24px;
}

.step-number {
    font-size: 2.4rem;
    font-weight: 300;
    color: #17191b;
    min-width: 55px;
    line-height: 1;
}

.step-content h4 {
    margin-bottom: 12px;
    font-size: 1.22rem;
    color: #17191b;
}

/* PRODUCTS */
.products {
    margin-bottom: 85px;
}

.product-list {
    columns: 2;
    max-width: 720px;
    margin: 0 auto 28px;
    font-size: 1.07rem;
    column-gap: 60px;
}

.product-list li {
    margin-bottom: 10px;
    break-inside: avoid;
}

/* MIRRORS */
.mirrors {
    margin-bottom: 95px;
}

.mirrors-intro {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 34px;
    font-size: 1.1rem;
    color: #2c2c2c;
}

.mirrors-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 700px;
    margin: 0 auto 28px;
}

.mirror-link {
    display: block;
    background: #f9f9f9;
    color: #17191b;
    padding: 19px 26px;
    text-decoration: none;
    font-family: ui-monospace, monospace;
    font-size: 1.09rem;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    word-break: break-all;
    line-height: 1.45;
}

.mirror-link:hover {
    background: #313c48;
    color: #ffffff;
    border-color: #17191b;
}

/* RULES */
.rules-content {
    max-width: 820px;
    margin: 0 auto;
}

.rules-content p {
    margin-bottom: 22px;
    font-size: 1.07rem;
}

/* STATS */
.stats {
    margin-bottom: 85px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 26px;
    margin-bottom: 32px;
}

.stat-item {
    background: #fafafa;
    padding: 26px 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.stat-label {
    display: block;
    color: #6b6b6b;
    font-size: 0.88rem;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.stat-value {
    font-size: 1.2rem;
    font-weight: 500;
    color: #17191b;
}

.warning-text {
    text-align: center;
    font-style: italic;
    color: #555;
    max-width: 720px;
    margin: 0 auto;
}

/* WALLET */
.wallet {
    margin-bottom: 85px;
}

.wallet-box {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    background: #fafafa;
    padding: 42px;
    border: 1px solid #e8e8e8;
}

.wallet-image {
    max-width: 410px;
    height: auto;
    border: 1px solid #e8e8e8;
    flex-shrink: 0;
}

.wallet-info {
    flex: 1;
    min-width: 300px;
}

.wallet-text {
    font-size: 1.08rem;
    margin-bottom: 28px;
    color: #2a2a2a;
}

.wallet-features .feature {
    margin-bottom: 9px;
    font-size: 1.04rem;
}

/* FINAL NOTE */
.final-note {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 70px;
    font-size: 1.1rem;
}

/* FOOTER */
.footer {
    text-align: center;
    padding-top: 55px;
    border-top: 1px solid #eaeaea;
    color: #5f5f5f;
    font-size: 0.93rem;
}

.warning {
    margin-bottom: 24px;
    font-style: italic;
    line-height: 1.6;
}

.archive-info {
    font-size: 0.88rem;
    letter-spacing: 1px;
}

/* RESPONSIVE */
@media (max-width: 820px) {
    .status-bar {
        gap: 40px;
        padding: 28px 30px;
    }
    
    .title {
        font-size: 2.4rem;
    }
    
    .wallet-box {
        flex-direction: column;
        text-align: center;
    }
    
    .product-list {
        columns: 1;
    }
}

@media (max-width: 480px) {
    body {
        padding: 30px 15px;
    }
    
    .status-bar {
        flex-direction: column;
        gap: 28px;
    }
}

.intro h1.section-title {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 32px;
}

.mirrors h2.section-title {
    color: #17191b;
}

.mirrors-intro {
    font-size: 1.12rem;
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
    color: #2c2c2c;
}

.mirrors-list {
    max-width: 720px;
    margin: 0 auto 32px;
}

.mirror-link {
    background: #f9f9f9;
    color: #17191b;
    padding: 20px 26px;
    border: 1px solid #e0e0e0;
    font-family: ui-monospace, monospace;
    font-size: 1.1rem;
    line-height: 1.5;
    word-break: break-all;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.mirror-link:hover {
    background: #313c48;
    color: #ffffff;
    border-color: #17191b;
}

.faq {
    margin-bottom: 85px;
}

.faq-item {
    background: #fafafa;
    padding: 28px 32px;
    margin-bottom: 22px;
    border: 1px solid #f0f0f0;
}

.faq-item h4 {
    margin-bottom: 14px;
    color: #17191b;
    font-size: 1.18rem;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin-bottom: 40px;
}

.advantage-item {
    background: #fafafa;
    padding: 32px 28px;
    border: 1px solid #f0f0f0;
}

.advantage-item h4 {
    margin-bottom: 16px;
    color: #17191b;
}

.rules-content p {
    margin-bottom: 24px;
    font-size: 1.06rem;
}

.final-note {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 80px;
    font-size: 1.12rem;
}

.lead-text {
    font-size: 1.32rem;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 28px;
}

.note {
    text-align: center;
    font-size: 0.98rem;
    color: #555;
    max-width: 760px;
    margin: 0 auto;
}

.warning-text {
    text-align: center;
    font-style: italic;
    color: #555;
    margin-top: 20px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Schema & SEO friendly typography */
h1, h2, h3, h4 {
    font-weight: 500;
    line-height: 1.35;
}

.section-title {
    position: relative;
    padding-bottom: 12px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 2px;
    background: #17191b;
}

/* Performance optimized hover effects */
.feature-card,
.gallery-item,
.advantage-item,
.faq-item {
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover,
.gallery-item:hover,
.advantage-item:hover,
.faq-item:hover {
    border-color: #313c48;
    box-shadow: 0 10px 25px rgba(23, 25, 27, 0.07);
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .intro h1.section-title {
        font-size: 1.85rem;
    }
    
    .mirrors-intro {
        font-size: 1.05rem;
    }
    
    .mirror-link {
        padding: 18px 22px;
        font-size: 1.05rem;
    }
    
    .faq-item {
        padding: 24px 26px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    .status-bar {
        gap: 35px;
        padding: 24px 20px;
    }
}