:root {
    --gym-red: #e11d2e;
    --gym-red-dark: #aa0f1d;
    --gym-ink: #07080c;
    --gym-panel: #11131a;
    --gym-line: rgba(255, 255, 255, 0.12);
}

body {
    color: #111827;
}

#topnav:not(.nav-sticky) {
    padding-top: 12px;
}

#topnav:not(.nav-sticky) .nav-brand-title {
    color: #fff !important;
}

#topnav:not(.nav-sticky) .navigation-menu > li > a {
    color: rgba(255, 255, 255, 0.72) !important;
}

#topnav:not(.nav-sticky) .navigation-menu > li > a:hover,
#topnav:not(.nav-sticky) .navigation-menu > li.active > a {
    color: #fff !important;
}

#topnav:not(.nav-sticky) .navbar-toggle span {
    background-color: #fff !important;
}

#topnav.nav-sticky {
    min-height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.nav-brand-logo {
    display: block;
    width: auto;
    height: 58px;
}

.footer-brand-logo {
    display: block;
    width: auto;
    height: 58px;
}

#topnav .nav-brand {
    min-height: 70px;
}

#topnav.nav-sticky .nav-brand {
    min-height: 68px;
}

.nav-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--gym-red);
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    box-shadow: 0 14px 30px rgba(225, 29, 46, 0.28);
}

.nav-brand-title,
.nav-brand-subtitle {
    display: block;
    line-height: 1.05;
}

.nav-brand-title {
    font-size: 22px;
    font-weight: 800;
    color: #101018;
}

.nav-brand-subtitle {
    margin-top: 2px;
    color: #e11d2e;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-sticky .nav-brand-title {
    color: #101018 !important;
}

.hero-panel,
.section-dark,
.cta-panel {
    background:
        radial-gradient(circle at 15% 10%, rgba(225, 29, 46, 0.26), transparent 32%),
        radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.10), transparent 28%),
        linear-gradient(135deg, #050507 0%, #11131a 58%, #1a0b10 100%);
}

.section-soft {
    background: #f7f7f8;
}

.brand-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(225, 29, 46, 0.28);
    border-radius: 999px;
    background: rgba(225, 29, 46, 0.10);
    color: #ff6974;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-kicker-light {
    color: var(--gym-red);
    background: rgba(225, 29, 46, 0.08);
}

.brand-btn,
.brand-btn-ghost,
.brand-btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid var(--gym-red);
    background: var(--gym-red);
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.brand-btn:hover {
    transform: translateY(-1px);
    background: var(--gym-red-dark);
    border-color: var(--gym-red-dark);
    color: #fff;
}

.brand-btn-ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.brand-btn-ghost:hover {
    background: #fff;
    border-color: #fff;
    color: #11131a;
}

.brand-btn-small {
    min-height: 38px;
    padding: 9px 15px;
    font-size: 14px;
}

.brand-link {
    color: var(--gym-red);
    font-weight: 800;
}

.brand-link-light {
    color: #fff;
}

.dashboard-shell {
    position: relative;
    border-radius: 8px;
    padding: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.04));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.dashboard-shell img {
    border-radius: 8px;
}

.hero-accent {
    position: absolute;
    width: 56px;
    height: 120px;
    background: var(--gym-red);
    opacity: .85;
}

.hero-accent-one {
    left: 4%;
    bottom: 8%;
}

.hero-accent-two {
    right: 5%;
    top: 24%;
    opacity: .22;
}

.gym-card,
.feature-card-dark,
.pricing-card,
.step-card,
.faq-item,
.operation-panel {
    border-radius: 8px;
}

.gym-card {
    height: 100%;
    padding: 30px;
    border: 1px solid #e8e9ee;
    background: #fff;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.07);
}

.gym-card-dark {
    border-color: rgba(255, 255, 255, 0.10);
    background: linear-gradient(135deg, #0b0c11 0%, #1b1114 100%);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: rgba(225, 29, 46, 0.10);
    color: var(--gym-red);
}

.feature-icon svg,
.brand-list svg,
.feature-card-dark svg,
.brand-back-top svg {
    width: 20px;
    height: 20px;
}

.brand-list {
    display: grid;
    gap: 12px;
    color: #475569;
}

.brand-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.brand-list svg {
    flex: 0 0 20px;
    color: var(--gym-red);
    margin-top: 2px;
}

.brand-list-dark {
    color: #d6dae2;
}

.operation-panel {
    padding: 26px;
    background: var(--gym-panel);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
}

.operation-row {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.operation-row:last-child {
    border-bottom: 0;
}

.operation-row p {
    margin-top: 5px;
    color: #aeb5c3;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    margin-top: 7px;
    flex: 0 0 12px;
}

.dot-red {
    background: var(--gym-red);
}

.dot-dark {
    background: #fff;
}

.feature-card-dark {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.feature-card-dark svg {
    color: #ff6974;
}

.feature-card-dark h3 {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 800;
}

.feature-card-dark p {
    margin-top: 12px;
    color: #c5cad3;
}

.step-card {
    padding: 28px;
    border: 1px solid #e8e9ee;
    background: #fff;
}

.step-card span {
    display: inline-flex;
    color: var(--gym-red);
    font-weight: 900;
    font-size: 24px;
}

.step-card h3 {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 800;
}

.step-card p {
    margin-top: 10px;
    color: #64748b;
}

.pricing-card {
    position: relative;
    height: 100%;
    padding: 32px;
    border: 1px solid #e1e3e8;
    background: #fff;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

.pricing-card h3 {
    font-size: 24px;
    font-weight: 900;
}

.pricing-card-featured {
    color: #fff;
    background: linear-gradient(145deg, #0a0b0f 0%, #221015 100%);
    border-color: var(--gym-red);
    box-shadow: 0 26px 70px rgba(225, 29, 46, 0.18);
}

.plan-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(225, 29, 46, 0.16);
    color: #ff8089;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-top: 20px;
}

.price-row span {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 800;
}

.price-row strong {
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.price-row em {
    align-self: flex-end;
    margin-bottom: 6px;
    margin-left: 8px;
    color: #64748b;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.pricing-card-featured .price-row em {
    color: rgba(255, 255, 255, 0.72);
}

.pricing-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.faq-item {
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 20px 22px;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 900;
    color: #111827;
}

.faq-item p {
    margin-top: 12px;
    color: #64748b;
}

.cta-panel {
    overflow: hidden;
}

.footer-list {
    display: grid;
    gap: 10px;
}

.footer-list a {
    color: #d1d5db;
    transition: color .2s ease;
}

.footer-list a:hover {
    color: #fff;
}

.brand-back-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--gym-red);
}

@media (max-width: 991px) {
    #topnav:not(.nav-sticky) {
        padding-top: 0;
    }

    #topnav.nav-sticky {
        min-height: 74px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #topnav:not(.nav-sticky) .nav-brand-title {
        color: #101018 !important;
    }

    #topnav:not(.nav-sticky) .navigation-menu > li > a {
        color: #101018 !important;
    }

    #topnav:not(.nav-sticky) .navbar-toggle span {
        background-color: #101018 !important;
    }

    .buy-button {
        display: none;
    }

    .nav-brand-title {
        font-size: 20px;
    }

    .nav-brand-logo,
    .footer-brand-logo {
        height: 48px;
    }
}

@media (max-width: 575px) {
    .brand-btn,
    .brand-btn-ghost {
        width: 100%;
    }

    .gym-card,
    .feature-card-dark,
    .pricing-card,
    .step-card {
        padding: 24px;
    }

    .price-row strong {
        font-size: 40px;
    }
}
