body.stc-ui {
    color: #f6f8fb;
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        #07090f;
    background-size: 28px 28px, 28px 28px, auto;
    background-attachment: fixed;
    overflow-x: hidden;
}

body.stc-ui #loader {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html {
    scroll-behavior: smooth;
}

body.stc-ui::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 25% -10%, rgba(19, 121, 240, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(7, 9, 15, 0) 0%, rgba(7, 9, 15, 0.56) 100%);
    z-index: -1;
}

.stc-ui .kt-wrapper,
.stc-ui main#content {
    background: transparent;
}

.stc-ui #header {
    background: rgba(9, 10, 13, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(18px);
}

.stc-ui #headerContainer {
    min-height: 64px;
}

.stc-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #ffffff;
}

.stc-header-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex: 0 0 auto;
}

.stc-header-brand-text {
    max-width: 46vw;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stc-ui #headerContainer > div:first-child > .flex.items-center {
    display: none;
}

.stc-ui #header .kt-btn-icon,
.stc-header-action {
    width: 38px;
    height: 38px;
    color: #d8dee9;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 999px;
}

.stc-ui #header .kt-btn-icon:hover,
.stc-header-action:hover {
    color: #ffffff;
    background: rgba(19, 121, 240, 0.18);
    border-color: rgba(19, 121, 240, 0.42);
}

.stc-ui #mega_menu .kt-menu-link,
.stc-ui .kt-dropdown-menu-link {
    border-radius: 10px;
}

.stc-ui .kt-dropdown-menu,
.stc-ui .kt-menu-dropdown,
.stc-ui #notifications_drawer {
    color: #f8fafc;
    background: rgba(24, 24, 27, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.stc-ui .kt-dropdown-menu *,
.stc-ui .kt-menu-dropdown *,
.stc-ui #mega_menu_wrapper *,
.stc-ui #sidebar *,
.stc-ui #notifications_drawer * {
    color: inherit;
}

.stc-ui .kt-dropdown-menu .text-foreground,
.stc-ui .kt-dropdown-menu .text-mono,
.stc-ui .kt-dropdown-menu .font-medium,
.stc-ui .kt-dropdown-menu .font-semibold,
.stc-ui .kt-menu-dropdown .text-foreground,
.stc-ui .kt-menu-dropdown .text-mono,
.stc-ui #mega_menu_wrapper .text-foreground,
.stc-ui #mega_menu_wrapper .text-mono,
.stc-ui #sidebar .text-foreground,
.stc-ui #sidebar .text-mono {
    color: #f8fafc !important;
}

.stc-ui .kt-dropdown-menu .text-secondary-foreground,
.stc-ui .kt-dropdown-menu .text-muted-foreground,
.stc-ui .kt-menu-dropdown .text-secondary-foreground,
.stc-ui .kt-menu-dropdown .text-muted-foreground,
.stc-ui #mega_menu_wrapper .text-secondary-foreground,
.stc-ui #mega_menu_wrapper .text-muted-foreground,
.stc-ui #sidebar .text-secondary-foreground,
.stc-ui #sidebar .text-muted-foreground {
    color: #aeb6c3 !important;
}

.stc-ui .kt-dropdown-menu-link,
.stc-ui .kt-menu-dropdown .kt-menu-link,
.stc-ui #mega_menu_wrapper .kt-menu-link,
.stc-ui #sidebar .kt-menu-link,
.stc-ui #sidebar .kt-menu-label {
    color: #d8dee9 !important;
}

.stc-ui .kt-dropdown-menu-link i,
.stc-ui .kt-menu-dropdown .kt-menu-icon i,
.stc-ui #mega_menu_wrapper .kt-menu-icon i,
.stc-ui #sidebar .kt-menu-icon i {
    color: #8dbdff !important;
}

.stc-ui .kt-dropdown-menu-link:hover,
.stc-ui .kt-menu-dropdown .kt-menu-link:hover,
.stc-ui #mega_menu_wrapper .kt-menu-link:hover,
.stc-ui #sidebar .kt-menu-link:hover,
.stc-ui #sidebar .kt-menu-label:hover {
    color: #ffffff !important;
    background: rgba(19, 121, 240, 0.16) !important;
}

.stc-ui .kt-dropdown-menu-separator {
    border-color: rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.stc-ui #mega_menu_wrapper.kt-drawer,
.stc-ui #mega_menu_wrapper[data-kt-drawer="true"] {
    color: #f8fafc;
    background: rgba(10, 11, 15, 0.98) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(18px);
}

.stc-ui #sidebar {
    background: rgba(10, 11, 15, 0.94) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(18px);
}

.stc-ui #sidebar .kt-menu-heading {
    color: #7f8794;
}

.stc-ui .menu-link.active,
.stc-ui #sidebar .kt-menu-link:hover,
.stc-ui #sidebar .kt-menu-label:hover {
    color: #ffffff;
    background: rgba(19, 121, 240, 0.13);
    border-color: rgba(19, 121, 240, 0.28) !important;
}

.stc-ui .kt-container-fixed {
    width: 100%;
    max-width: 1180px;
    padding-inline: clamp(16px, 4vw, 28px);
    box-sizing: border-box;
}

.stc-ui .kt-card,
.stc-ui .package-card,
.stc-ui .stc-service-card,
.stc-ui .stc-hero,
.stc-ui .stc-search-dialog {
    color: #f8fafc;
    background: rgba(24, 24, 27, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.stc-ui .kt-card,
.stc-ui .package-card {
    border-radius: 14px !important;
}

.stc-ui .stc-page-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    padding: clamp(18px, 4vw, 30px);
    color: #f8fafc;
    background:
        radial-gradient(circle at 85% 18%, rgba(19, 121, 240, 0.22), transparent 28%),
        linear-gradient(135deg, rgba(24, 24, 27, 0.94), rgba(10, 12, 18, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.stc-ui .stc-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 90%);
    pointer-events: none;
}

.stc-ui .stc-page-hero > * {
    position: relative;
    z-index: 1;
}

.stc-ui .stc-page-hero h1 {
    font-size: clamp(1.45rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: 0;
}

.stc-ui .stc-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #9cc8ff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.stc-ui .stc-page-copy {
    max-width: 680px;
    color: #aeb6c3;
    line-height: 1.7;
}

.stc-ui .kt-card-header,
.stc-ui .kt-card-footer,
.stc-ui .border-b,
.stc-ui .divide-y > :not(:last-child) {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.stc-ui .kt-card-table,
.stc-ui .kt-scrollable-auto {
    background: transparent;
}

.stc-ui .kt-table thead tr {
    background: rgba(19, 121, 240, 0.11) !important;
}

.stc-ui .kt-table tbody tr {
    transition: background 0.18s ease, transform 0.18s ease;
}

.stc-ui .kt-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.045);
}

.stc-ui .kt-badge,
.stc-ui .ribbon {
    border-radius: 999px;
}

.stc-ui .kt-input,
.stc-ui .kt-select,
.stc-ui input,
.stc-ui select,
.stc-ui textarea {
    color: #f8fafc;
    background: rgba(0, 0, 0, 0.62);
    border-color: rgba(255, 255, 255, 0.1);
}

.stc-ui .kt-input::placeholder,
.stc-ui input::placeholder,
.stc-ui textarea::placeholder {
    color: #717784;
}

.stc-ui .kt-table thead th,
.stc-ui .kt-table tbody td {
    color: #d7dce5;
    border-color: rgba(255, 255, 255, 0.08);
}

.stc-ui .text-mono,
.stc-ui .text-foreground {
    color: #f8fafc !important;
}

.stc-ui .text-secondary-foreground,
.stc-ui .text-muted-foreground,
.stc-ui .text-gray-700 {
    color: #a6adba !important;
}

.stc-ui .bg-primary,
.stc-ui .kt-btn-primary {
    color: #ffffff !important;
    background: #1379f0 !important;
    border-color: #1379f0 !important;
}

.stc-ui .kt-btn-outline,
.stc-ui .tab-btn:not(.bg-primary) {
    color: #d8dee9;
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.stc-ui .tab-btn {
    border-radius: 999px !important;
}

.stc-hero {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: clamp(24px, 6vw, 54px);
    min-height: 360px;
    display: grid;
    align-items: end;
}

.stc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(22, 129, 255, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 46%);
    pointer-events: none;
}

.stc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.stc-hero > * {
    position: relative;
    z-index: 1;
}

.stc-hero-title {
    max-width: 780px;
    font-size: clamp(2rem, 6vw, 4.75rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.stc-hero-title span {
    color: #1681ff;
    display: block;
}

.stc-type-caret {
    width: 0.08em;
    min-height: 0.96em;
    margin-left: 0.08em;
    display: inline-block;
    vertical-align: -0.06em;
    background: #1681ff;
    animation: stcCaret 0.85s steps(1) infinite;
}

@keyframes stcCaret {
    50% {
        opacity: 0;
    }
}

.stc-hero-copy {
    max-width: 620px;
    color: #aeb6c3;
    font-size: 1rem;
    line-height: 1.7;
}

.stc-pill-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.stc-service-card {
    min-height: 74px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.stc-reveal,
.stc-service-card,
.package-card,
.stc-ui .stc-page-hero,
.stc-ui .kt-card,
.stc-ui .kt-table tbody tr {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    animation: stcRevealIn 0.62s ease both;
    transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease;
}

.stc-hero {
    animation: stcRevealIn 0.7s ease both;
}

.stc-service-card:nth-child(2),
.package-card:nth-child(2) {
    animation-delay: 0.06s;
}

.stc-service-card:nth-child(3),
.package-card:nth-child(3) {
    animation-delay: 0.12s;
}

.stc-service-card:nth-child(4),
.package-card:nth-child(4) {
    animation-delay: 0.18s;
}

.stc-service-card:nth-child(5),
.package-card:nth-child(5) {
    animation-delay: 0.24s;
}

.stc-reveal.is-visible,
.stc-service-card.is-visible,
.package-card.is-visible,
.stc-ui .stc-page-hero.is-visible,
.stc-ui .kt-card.is-visible,
.stc-ui .kt-table tbody tr.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.stc-service-card:hover {
    transform: translateY(-2px);
    background: rgba(30, 32, 38, 0.96);
    border-color: rgba(19, 121, 240, 0.38) !important;
}

.stc-service-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1681ff;
    background: rgba(19, 121, 240, 0.13);
    border: 1px solid rgba(19, 121, 240, 0.26);
    border-radius: 12px;
    flex: 0 0 auto;
}

.stc-service-title {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
}

.stc-service-desc {
    color: #8f98a7;
    font-size: 0.75rem;
    line-height: 1.35;
    margin-top: 2px;
}

.stc-ui .package-card {
    overflow: hidden;
}

.stc-ui .package-card .package-icon,
.stc-ui .package-card .hosting-icon {
    color: #1681ff !important;
    filter: drop-shadow(0 10px 22px rgba(19, 121, 240, 0.34));
}

.stc-ui .kt-card-hover:hover,
.stc-ui .kt-card:hover {
    border-color: rgba(19, 121, 240, 0.32) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.stc-ui .stc-bank-card {
    min-height: 102px;
}

.stc-ui .package-card:hover {
    transform: translateY(-3px);
    border-color: rgba(19, 121, 240, 0.34) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

@keyframes stcRevealIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.stc-ui .spec-icon {
    color: #1681ff;
    background: rgba(19, 121, 240, 0.1);
}

.stc-auth .kt-card {
    position: relative;
    overflow: hidden;
    animation: stcAuthIn 0.7s ease both;
}

.stc-auth .kt-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(19, 121, 240, 0.22), transparent 44%);
    pointer-events: none;
}

.stc-auth .kt-card-content {
    position: relative;
    z-index: 1;
}

@keyframes stcAuthIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.stc-bottom-nav {
    display: none;
}

.stc-search-overlay[hidden] {
    display: none;
}

.stc-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: start center;
    padding: 86px 16px 24px;
    background: rgba(3, 5, 10, 0.72);
    backdrop-filter: blur(10px);
}

.stc-search-dialog {
    width: min(560px, 100%);
    border-radius: 18px;
    padding: 16px;
}

.stc-search-input {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 0 14px;
    color: #d8dee9;
    background: rgba(0, 0, 0, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.stc-search-input input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
}

.stc-search-results {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.stc-search-result {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
}

.stc-search-result:hover {
    background: rgba(19, 121, 240, 0.13);
    border-color: rgba(19, 121, 240, 0.32);
}

.stc-ui .contact-widget {
    right: 18px;
    bottom: 118px;
}

.stc-ui .contact-item {
    background: #1379f0;
    box-shadow: 0 18px 40px rgba(19, 121, 240, 0.36);
}

@media (max-width: 768px) {
    body.stc-ui {
        background-size: 28px 28px, 28px 28px, auto;
    }

    .stc-ui .kt-wrapper {
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        padding-bottom: 86px;
        overflow-x: hidden;
    }

    .stc-ui main#content {
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        padding-top: 10px;
        overflow-x: hidden;
    }

    .stc-ui .kt-container-fixed {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-inline: 16px;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .stc-ui #header {
        height: 64px;
    }

    .stc-ui #headerContainer {
        width: 100%;
        max-width: 100vw;
        padding-inline: 12px;
        overflow: hidden;
    }

    .stc-header-logo {
        width: 32px;
        height: 32px;
    }

    .stc-header-brand-text {
        max-width: 130px;
        font-size: 0.86rem;
    }

    .stc-ui #header .flex.items-center.gap-2\.5 {
        gap: 4px;
        min-width: 0;
        flex: 0 0 auto;
    }

    .stc-ui #header .kt-btn-icon,
    .stc-header-action {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }

    .stc-ui #header a.stc-header-action[href="/rank"] {
        display: none;
    }

    .stc-ui #header button.stc-header-action[data-kt-drawer-toggle="#sidebar"] {
        display: inline-flex;
    }

    .stc-ui #header button[data-kt-drawer-toggle="#notifications_drawer"] {
        display: none;
    }

    .stc-ui #header [data-kt-dropdown="true"] {
        display: none !important;
    }

    .stc-ui #header .kt-dropdown-menu {
        color: #f8fafc !important;
        background: rgba(15, 16, 22, 0.98) !important;
        border-radius: 16px !important;
        max-width: calc(100vw - 24px);
    }

    .stc-ui #megaMenuContainer {
        display: none;
    }

    .stc-hero {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        min-height: auto;
        padding: 22px 16px 18px;
        border-radius: 18px;
        margin-inline: auto !important;
        border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
        overflow: hidden;
    }

    .stc-hero .grid,
    .stc-hero .flex {
        min-width: 0;
        max-width: 100%;
    }

    .stc-hero-title {
        max-width: 100%;
        font-size: 2rem;
        line-height: 1.05;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .stc-hero-copy {
        max-width: 100%;
        font-size: 0.9rem;
        line-height: 1.6;
        overflow-wrap: break-word;
        white-space: normal !important;
    }

    .stc-ui .kt-container-fixed p {
        max-width: 100%;
    }

    .stc-pill-grid {
        grid-template-columns: 1fr;
        overflow-x: hidden;
        padding-bottom: 0;
    }

    .stc-service-card {
        min-width: 0;
        min-height: 64px;
        padding: 12px;
        border-radius: 12px;
    }

    .stc-service-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .stc-service-title {
        font-size: 0.86rem;
    }

    .stc-service-desc {
        font-size: 0.72rem;
    }

    .stc-ui .package-card {
        border-radius: 12px !important;
    }

    .stc-ui .package-card .p-4 {
        padding: 14px !important;
    }

    .stc-ui .package-card .text-lg {
        font-size: 1rem !important;
    }

    .stc-ui .package-card ul,
    .stc-ui .package-card li,
    .stc-ui .package-card .spec-item {
        min-width: 0;
    }

    .stc-ui .package-card span,
    .stc-ui .package-card h5,
    .stc-ui .stc-service-card * {
        overflow-wrap: anywhere;
    }

    .stc-ui .kt-card,
    .stc-ui .kt-card-content,
    .stc-ui .kt-scrollable-x-auto {
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
    }

    .stc-ui .kt-card-header {
        min-width: 0;
        gap: 10px;
    }

    .stc-ui .kt-card-title,
    .stc-ui .kt-form-label {
        overflow-wrap: anywhere;
    }

    .stc-ui .contact-widget {
        right: 12px;
        bottom: 88px;
        gap: 10px;
    }

    .stc-ui .contact-item {
        width: 44px;
        height: 44px;
    }

    .stc-ui .contact-item img {
        width: 26px;
        height: 26px;
    }

    .stc-ui footer.kt-footer {
        display: none;
    }

    .fixed-bottom-nav.stc-bottom-nav {
        display: block !important;
        position: fixed;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        bottom: 0;
        z-index: 1000;
        background: rgba(17, 17, 19, 0.96) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.42) !important;
        backdrop-filter: blur(16px);
        padding-bottom: max(8px, env(safe-area-inset-bottom));
    }

    .stc-bottom-nav .nav-list {
        height: 66px !important;
        padding: 6px 6px 0 !important;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 2px !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .stc-bottom-nav .nav-item {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .stc-bottom-nav .nav-link {
        height: 60px !important;
        min-width: 0 !important;
        justify-content: center !important;
        gap: 3px !important;
        color: #7f8794 !important;
        border-radius: 14px;
        box-shadow: none !important;
    }

    .stc-bottom-nav .nav-link .nav-icon {
        width: 34px !important;
        height: 34px !important;
        margin: 0 !important;
        color: inherit;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .stc-bottom-nav .nav-link .nav-icon i {
        font-size: 21px !important;
    }

    .stc-bottom-nav .nav-label {
        color: inherit;
        font-size: 10px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
    }

    .stc-bottom-nav .nav-link.active {
        color: #ffffff !important;
        background: transparent !important;
    }

    .stc-bottom-nav .nav-link.active .nav-icon {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }
}

@media (max-width: 480px) {
    .stc-ui .kt-container-fixed {
        padding-inline: 12px;
    }

    .stc-hero {
        width: min(100%, 366px) !important;
        max-width: min(100%, 366px) !important;
    }

    .stc-hero-title {
        max-width: 100%;
        font-size: 1.72rem;
    }

    .stc-hero-copy,
    .stc-ui .kt-container-fixed p {
        max-width: 100%;
    }

    .stc-hero .kt-btn {
        width: 100%;
        justify-content: center;
        min-height: 42px;
    }

    .stc-bottom-nav .nav-label {
        font-size: 9px !important;
    }

    .fixed-bottom-nav.stc-bottom-nav {
        left: 50% !important;
        right: auto !important;
        width: min(100vw, 390px) !important;
        max-width: min(100vw, 390px) !important;
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .stc-hero,
    .stc-reveal,
    .stc-service-card,
    .package-card,
    .stc-ui .stc-page-hero,
    .stc-ui .kt-card,
    .stc-ui .kt-table tbody tr,
    .stc-auth .kt-card {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}
