body.acentenetweb {
    background-color: #0f1115;
    color: #e5e7eb;
}

.page-content {
    padding-top: 56px;
    margin-top: 32px;
}

.acentenet-header + .page-content {
    margin-top: 32px !important;
}

.acentenet-header {
    margin-bottom: 24px;
}

.acentenet-header .navbar {
    background: #0b0d12;
}

.acentenet-logo {
    height: 44px;
    width: auto;
    display: block;
}

.acentenet-header .module-strip {
    background: #0f1115;
}

.acentenet-header .module-strip a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .page-content {
        padding-top: 36px;
        margin-top: 16px;
    }

    .acentenet-header + .page-content {
        margin-top: 16px !important;
    }

    body.is-home .page-content {
        padding-top: 22px;
        margin-top: 6px;
    }

    .acentenet-header .module-strip-list {
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
        font-size: 12px;
        line-height: 1.3;
        align-items: center;
    }

    .acentenet-header .module-strip-list a {
        white-space: nowrap;
        flex: 0 0 auto;
    }
}

@media (min-width: 769px) {
    body:not(.is-home) .page-content {
        padding-top: 64px;
        margin-top: 40px;
    }

    body:not(.is-home) .acentenet-header + .page-content {
        margin-top: 40px !important;
    }
}

.hero-section {
    background: radial-gradient(circle at top left, #1f2937, #0f1115 55%, #0b0d12 100%);
    padding-top: 40px;
}

.hero-card {
    background: #151821;
    border: 1px solid #252a37;
    border-radius: 16px;
    padding: 24px;
}

.stat-box {
    background: #0f121a;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}

.stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #7dd3fc;
}

.stat-label {
    color: #9ca3af;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-accent {
    background: #38bdf8;
    color: #0f1115;
    border: none;
}

.btn-accent:hover {
    background: #0ea5e9;
    color: #0f1115;
}

.module-card {
    display: block;
    background: #151821;
    border: 1px solid #252a37;
    border-radius: 16px;
    padding: 0;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, border 0.2s ease;
}

.module-card:hover {
    transform: translateY(-4px);
    border-color: #38bdf8;
}

.module-card-body {
    padding: 24px;
}

.feature-card,
.cta-card,
.side-card,
.form-card,
.contact-card {
    background: #151821;
    border: 1px solid #252a37;
    border-radius: 16px;
    padding: 24px;
}

.content-body {
    color: #d1d5db;
    line-height: 1.7;
}

.acentenet-footer .footer-link {
    color: #9ca3af;
    text-decoration: none;
}

.acentenet-footer .footer-link:hover {
    color: #ffffff;
}

.bg-light {
    background-color: #0f121a !important;
}

.text-accent {
    color: #7dd3fc;
}

.badge.bg-accent {
    background-color: #1f2a37;
    color: #7dd3fc;
}
