:root {
    --mudevs-bg: #0a0a0a;
    --mudevs-bg-soft: #100d10;
    --mudevs-surface: #141014;
    --mudevs-surface-strong: #1a111a;
    --mudevs-border: #3a2638;
    --mudevs-border-soft: rgba(111, 68, 107, 0.42);
    --mudevs-text: #f8f5f8;
    --mudevs-muted: #b9aeb8;
    --mudevs-muted-strong: #d5cbd4;
    --mudevs-pink: #fe3173;
    --mudevs-magenta: #a51aa8;
    --mudevs-orange: #ff8840;
    --mudevs-green: #31d07c;
    --mudevs-radius: 14px;
    --mudevs-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

html {
    scroll-behavior: smooth;
    background: var(--mudevs-bg);
}

body.mudevs-theme {
    min-height: 100vh;
    background: var(--mudevs-bg) !important;
    color: var(--mudevs-text);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.mudevs-theme *,
.mudevs-theme *::before,
.mudevs-theme *::after {
    box-sizing: border-box;
}

.mudevs-theme a {
    color: var(--mudevs-pink);
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.mudevs-theme a:hover,
.mudevs-theme a:focus {
    color: var(--mudevs-orange);
    text-decoration: none;
}

.mudevs-theme h1,
.mudevs-theme h2,
.mudevs-theme h3,
.mudevs-theme h4,
.mudevs-theme h5,
.mudevs-theme h6 {
    color: var(--mudevs-text);
    font-family: "Inter Tight", "Inter", sans-serif;
}

.mudevs-theme .mudevs-shell,
.mudevs-theme .mudevs-nav-shell,
.mudevs-theme .mudevs-footer-shell {
    width: min(100% - 48px, 1326px);
    max-width: 1326px;
    margin-inline: auto;
}

/* Header */
.mudevs-theme .mudevs-header {
    position: relative;
    z-index: 1030;
    color: var(--mudevs-text);
    background: rgba(10, 10, 10, 0.98);
    border-bottom: 1px solid var(--mudevs-border);
}

.mudevs-theme .mudevs-topbar {
    padding: 0;
    background: #0d0b0d;
    border-bottom: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-topbar .btn,
.mudevs-theme .mudevs-topbar .input-group-text {
    color: var(--mudevs-muted-strong);
    background: transparent;
    border-color: var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-navbar {
    min-height: 76px;
    padding: 0;
    background: transparent;
}

.mudevs-theme .mudevs-brand {
    display: inline-flex;
    align-items: center;
    width: 96px;
    height: 60px;
    padding: 0;
    margin: 0 30px 0 0;
    overflow: hidden;
}

.mudevs-theme .mudevs-brand img {
    display: block;
    width: 96px;
    height: 60px;
    object-fit: contain;
    transform: scale(1.48);
}

.mudevs-theme .mudevs-brand picture {
    display: block;
    width: 100%;
    height: 100%;
}

.mudevs-theme .mudevs-marketing-nav {
    align-items: center;
    gap: 4px;
}

.mudevs-theme .mudevs-marketing-nav .nav-link {
    padding: 24px 14px;
    color: var(--mudevs-muted-strong);
    font-size: 14px;
    font-weight: 600;
}

.mudevs-theme .mudevs-marketing-nav .nav-link:hover,
.mudevs-theme .mudevs-marketing-nav .nav-link:focus {
    color: var(--mudevs-text);
}

.mudevs-theme .mudevs-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mudevs-theme .mudevs-language-button,
.mudevs-theme .mudevs-cart-button,
.mudevs-theme .mudevs-client-button {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    color: var(--mudevs-text);
    background: #0d0b0d;
    border: 1px solid var(--mudevs-border);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.mudevs-theme .mudevs-language-button {
    gap: 7px;
    padding: 0 11px;
    cursor: pointer;
}

.mudevs-theme .mudevs-cart-button {
    position: relative;
    width: 40px;
}

.mudevs-theme .mudevs-cart-count {
    position: absolute;
    top: -7px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    color: #fff;
    background: var(--mudevs-magenta);
    border-radius: 999px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.mudevs-theme .mudevs-client-button {
    min-width: 132px;
    padding: 0 17px;
    background: var(--mudevs-surface);
}

.mudevs-theme .mudevs-navbar .mudevs-cart-button,
.mudevs-theme .mudevs-navbar .mudevs-client-button,
.mudevs-theme .mudevs-navbar .mudevs-cart-button i {
    color: var(--mudevs-text) !important;
}

.mudevs-theme .mudevs-language-button:hover,
.mudevs-theme .mudevs-cart-button:hover,
.mudevs-theme .mudevs-client-button:hover {
    color: var(--mudevs-text);
    border-color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-menu-toggle {
    width: 42px;
    height: 40px;
    padding: 9px;
    border: 1px solid var(--mudevs-border);
    border-radius: 8px;
}

.mudevs-theme .mudevs-menu-toggle span {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: var(--mudevs-text);
    border-radius: 2px;
}

.mudevs-theme .mudevs-breadcrumb {
    color: var(--mudevs-muted);
    background: #0d0b0d;
    border-bottom: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-breadcrumb .breadcrumb {
    background: transparent;
}

/* Homepage shell */
.mudevs-theme .mudevs-main-home,
.mudevs-theme .mudevs-home-shell,
.mudevs-theme .mudevs-home-row,
.mudevs-theme .mudevs-home-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.mudevs-theme .mudevs-home {
    overflow: hidden;
    color: var(--mudevs-text);
    background: var(--mudevs-bg);
}

.mudevs-theme .mudevs-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background:
        radial-gradient(900px 420px at 82% 6%, rgba(236, 6, 200, 0.14), transparent 70%),
        linear-gradient(180deg, #141014 0%, #0a0a0a 100%);
}

.mudevs-theme .mudevs-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
}

.mudevs-theme .mudevs-release-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 30px;
    padding: 6px 12px;
    margin-bottom: 26px;
    color: var(--mudevs-pink);
    border: 1px solid rgba(254, 49, 115, 0.56);
    border-radius: 999px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.mudevs-theme .mudevs-release-badge span {
    width: 6px;
    height: 6px;
    background: var(--mudevs-pink);
    border-radius: 50%;
    box-shadow: 0 0 14px var(--mudevs-pink);
}

.mudevs-theme .mudevs-hero h1 {
    max-width: 640px;
    margin: 0 0 22px;
    color: var(--mudevs-text);
    font-size: clamp(44px, 4.2vw, 60px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.mudevs-theme .mudevs-hero-lead {
    max-width: 560px;
    margin: 0 0 34px;
    color: var(--mudevs-muted-strong);
    font-size: 17px;
    line-height: 1.65;
}

.mudevs-theme .mudevs-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mudevs-theme .mudevs-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.mudevs-theme .mudevs-button:hover {
    color: #fff;
    transform: translateY(-1px);
}

.mudevs-theme .mudevs-button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--mudevs-magenta), #8d1892);
    border-color: rgba(255, 49, 115, 0.36);
    box-shadow: 0 10px 30px rgba(165, 26, 168, 0.22);
}

.mudevs-theme .mudevs-button-primary:hover {
    background: linear-gradient(135deg, #bd22bd, var(--mudevs-magenta));
}

.mudevs-theme .mudevs-button-secondary {
    color: var(--mudevs-text);
    background: rgba(20, 16, 20, 0.82);
    border-color: var(--mudevs-border);
}

.mudevs-theme .mudevs-button-secondary:hover {
    background: var(--mudevs-surface-strong);
    border-color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-button-block {
    width: 100%;
}

.mudevs-theme .mudevs-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding-top: 32px;
    margin: 38px 0 0;
    border-top: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-hero-facts div,
.mudevs-theme .mudevs-card-facts div {
    min-width: 0;
}

.mudevs-theme .mudevs-hero-facts dt,
.mudevs-theme .mudevs-card-facts dt {
    margin-bottom: 6px;
    color: #9b8e9a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mudevs-theme .mudevs-hero-facts dd,
.mudevs-theme .mudevs-card-facts dd {
    margin: 0;
    color: var(--mudevs-text);
    font-size: 13px;
    font-weight: 700;
}

.mudevs-theme .mudevs-hero-art {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.mudevs-theme .mudevs-hero-art picture {
    display: block;
    width: 100%;
}

.mudevs-theme .mudevs-hero-art img {
    display: block;
    width: 100%;
    max-width: 650px;
    max-height: 460px;
    height: auto;
    object-fit: contain;
    mix-blend-mode: lighten;
}

/* Sections and cards */
.mudevs-theme .mudevs-section {
    padding: 82px 0;
    background: var(--mudevs-bg);
}

.mudevs-theme .mudevs-section + .mudevs-section {
    border-top: 1px solid rgba(58, 38, 56, 0.45);
}

.mudevs-theme .mudevs-section-heading {
    margin-bottom: 34px;
}

.mudevs-theme .mudevs-section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.mudevs-theme .mudevs-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: var(--mudevs-pink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 11px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.mudevs-theme .mudevs-section-heading h2,
.mudevs-theme .mudevs-panel h2,
.mudevs-theme .mudevs-docs-panel h2,
.mudevs-theme .mudevs-before-grid h2 {
    margin: 0;
    font-size: clamp(29px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.mudevs-theme .mudevs-section-heading > p {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--mudevs-muted);
}

.mudevs-theme .mudevs-text-link {
    color: var(--mudevs-muted-strong);
    font-size: 13px;
    font-weight: 700;
}

.mudevs-theme .mudevs-text-link:hover {
    color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-card-grid {
    display: grid;
    gap: 20px;
}

.mudevs-theme .mudevs-version-grid,
.mudevs-theme .mudevs-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mudevs-theme .mudevs-card,
.mudevs-theme .mudevs-price-card,
.mudevs-theme .mudevs-mini-card,
.mudevs-theme .mudevs-panel,
.mudevs-theme .mudevs-feature-grid article {
    position: relative;
    color: var(--mudevs-text);
    background: linear-gradient(180deg, rgba(24, 18, 24, 0.94), rgba(14, 12, 14, 0.98));
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
}

.mudevs-theme .mudevs-card,
.mudevs-theme .mudevs-price-card {
    display: flex;
    min-height: 325px;
    flex-direction: column;
    padding: 26px;
}

.mudevs-theme .mudevs-card-featured,
.mudevs-theme .mudevs-price-card-featured {
    border-color: rgba(254, 49, 115, 0.58);
    box-shadow: 0 16px 48px rgba(165, 26, 168, 0.14);
}

.mudevs-theme .mudevs-card-topline,
.mudevs-theme .mudevs-price-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    color: var(--mudevs-muted);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mudevs-theme .mudevs-card-topline strong,
.mudevs-theme .mudevs-price-heading span {
    padding: 5px 9px;
    color: var(--mudevs-pink);
    background: rgba(254, 49, 115, 0.08);
    border: 1px solid rgba(254, 49, 115, 0.34);
    border-radius: 999px;
    font-size: 10px;
}

.mudevs-theme .mudevs-card h3,
.mudevs-theme .mudevs-price-card h3,
.mudevs-theme .mudevs-mini-card h3,
.mudevs-theme .mudevs-feature-grid h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.mudevs-theme .mudevs-card > p,
.mudevs-theme .mudevs-price-card > p,
.mudevs-theme .mudevs-mini-card p,
.mudevs-theme .mudevs-feature-grid p,
.mudevs-theme .mudevs-panel p,
.mudevs-theme .mudevs-docs-panel p,
.mudevs-theme .mudevs-before-grid p {
    color: var(--mudevs-muted);
    line-height: 1.55;
}

.mudevs-theme .mudevs-card-facts {
    display: grid;
    gap: 10px;
    margin: auto 0 22px;
    padding-top: 20px;
    border-top: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-banner-section {
    padding: 10px 0 42px;
    background: var(--mudevs-bg);
}

.mudevs-theme .mudevs-banner-section img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
    box-shadow: var(--mudevs-shadow);
}

.mudevs-theme .mudevs-stats {
    padding: 0 0 74px;
    background: var(--mudevs-bg);
}

.mudevs-theme .mudevs-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: #0d0b0d;
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-stats-grid div {
    min-height: 145px;
    padding: 25px;
    border-right: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-stats-grid div:last-child {
    border-right: 0;
}

.mudevs-theme .mudevs-stats-grid strong,
.mudevs-theme .mudevs-stats-grid span,
.mudevs-theme .mudevs-stats-grid small {
    display: block;
}

/* Customer proof recovered from the former MUDevs site. */
.mudevs-theme .mudevs-trust-section {
    background:
        radial-gradient(620px 260px at 8% 10%, rgba(254, 49, 115, 0.08), transparent 72%),
        var(--mudevs-bg);
}

.mudevs-theme .mudevs-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mudevs-theme .mudevs-testimonial-grid blockquote {
    display: flex;
    min-width: 0;
    min-height: 250px;
    flex-direction: column;
    padding: 28px;
    margin: 0;
    color: var(--mudevs-muted-strong);
    background: linear-gradient(145deg, #171117, #100c10);
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
}

.mudevs-theme .mudevs-testimonial-grid blockquote > p {
    flex: 1 1 auto;
    margin: 16px 0 26px;
    font-size: 16px;
    line-height: 1.7;
}

.mudevs-theme .mudevs-testimonial-stars {
    color: var(--mudevs-orange);
    font-size: 14px;
    letter-spacing: 0.16em;
}

.mudevs-theme .mudevs-testimonial-grid footer {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 18px;
    border-top: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-testimonial-grid footer strong {
    color: var(--mudevs-text);
    font-size: 14px;
}

.mudevs-theme .mudevs-testimonial-grid footer span,
.mudevs-theme .mudevs-testimonial-disclaimer {
    color: var(--mudevs-muted);
    font-size: 11px;
}

.mudevs-theme .mudevs-testimonial-disclaimer {
    margin: 18px 0 0;
}

.mudevs-theme .mudevs-stats-grid strong {
    margin-bottom: 11px;
    color: var(--mudevs-pink);
    font-size: 18px;
}

.mudevs-theme .mudevs-stats-grid span {
    color: var(--mudevs-text);
    font-size: 14px;
    font-weight: 600;
}

.mudevs-theme .mudevs-stats-grid small {
    margin-top: 8px;
    color: #8f838e;
}

.mudevs-theme .mudevs-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mudevs-theme .mudevs-feature-grid article {
    min-height: 155px;
    padding: 24px;
}

.mudevs-theme .mudevs-feature-grid i {
    margin-bottom: 20px;
    color: var(--mudevs-pink);
    font-size: 20px;
}

.mudevs-theme .mudevs-feature-grid h3 {
    font-size: 17px;
}

.mudevs-theme .mudevs-split-section {
    padding-top: 0;
}

.mudevs-theme .mudevs-split-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mudevs-theme .mudevs-panel {
    min-height: 330px;
    padding: 30px;
}

.mudevs-theme .mudevs-panel-accent {
    background:
        radial-gradient(520px 260px at 100% 0%, rgba(254, 49, 115, 0.13), transparent 72%),
        linear-gradient(180deg, rgba(24, 18, 24, 0.94), rgba(14, 12, 14, 0.98));
}

.mudevs-theme .mudevs-panel h2 {
    margin-bottom: 22px;
    font-size: 28px;
}

.mudevs-theme .mudevs-timeline {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.mudevs-theme .mudevs-timeline li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-timeline span {
    color: var(--mudevs-muted);
    font-size: 12px;
}

.mudevs-theme .mudevs-ecosystem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mudevs-theme .mudevs-mini-card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    padding: 24px;
}

.mudevs-theme .mudevs-mini-card strong {
    display: block;
    margin-top: auto;
    padding-top: 20px;
    color: var(--mudevs-pink);
    font-size: 13px;
}

.mudevs-theme .mudevs-mini-card .mudevs-text-link {
    margin-top: 12px;
}

.mudevs-theme .mudevs-infrastructure-card-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    color: var(--mudevs-pink);
    background: rgba(254, 49, 115, 0.08);
    border: 1px solid rgba(254, 49, 115, 0.3);
    border-radius: 12px;
    place-items: center;
}

.mudevs-theme .mudevs-infrastructure-cta .mudevs-button-row {
    flex: 0 0 auto;
}

.mudevs-theme .mudevs-price-heading {
    margin-bottom: 0;
}

.mudevs-theme .mudevs-price-card .mudevs-price {
    display: block;
    margin: 12px 0 2px;
    color: var(--mudevs-text);
    font-family: "Inter Tight", sans-serif;
    font-size: 38px;
    line-height: 1.15;
}

.mudevs-theme .mudevs-price-card > small {
    display: block;
    min-height: 22px;
    margin-bottom: 25px;
    color: var(--mudevs-muted);
}

.mudevs-theme .mudevs-price-card .mudevs-button {
    margin-top: auto;
}

.mudevs-theme .mudevs-docs-section {
    padding-top: 40px;
}

.mudevs-theme .mudevs-docs-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 34px;
    background:
        radial-gradient(500px 240px at 85% 0%, rgba(165, 26, 168, 0.18), transparent 72%),
        var(--mudevs-surface);
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-docs-panel > div:first-child {
    max-width: 620px;
}

.mudevs-theme .mudevs-docs-panel h2 {
    font-size: 28px;
}

.mudevs-theme .mudevs-docs-panel p {
    margin: 12px 0 0;
}

.mudevs-theme .mudevs-before-buying {
    padding-top: 20px;
}

.mudevs-theme .mudevs-before-grid {
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 56px;
    padding: 34px 0 50px;
    border-top: 1px solid var(--mudevs-border);
}

.mudevs-theme .mudevs-before-grid h2 {
    font-size: 28px;
}

.mudevs-theme .mudevs-hero-proof {
    margin: 18px 0 0;
    color: #a99ba7;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.mudevs-theme .mudevs-protected-lua-section {
    padding-block: 46px;
    background:
        radial-gradient(circle at 16% 50%, rgba(254, 49, 115, 0.13), transparent 34%),
        #0d0a0d;
}

.mudevs-theme .mudevs-protected-lua-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) minmax(190px, auto);
    gap: 28px;
    align-items: center;
    padding: 34px;
    background: linear-gradient(120deg, rgba(29, 17, 29, 0.98), rgba(14, 11, 14, 0.98));
    border: 1px solid rgba(254, 49, 115, 0.42);
    border-radius: var(--mudevs-radius);
    box-shadow: var(--mudevs-shadow);
}

.mudevs-theme .mudevs-protected-lua-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, var(--mudevs-pink), var(--mudevs-magenta));
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(165, 26, 168, 0.3);
    font-size: 29px;
}

.mudevs-theme .mudevs-protected-lua-card h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3.3vw, 42px);
    letter-spacing: -0.035em;
}

.mudevs-theme .mudevs-protected-lua-card p {
    max-width: 760px;
    margin: 0;
    color: var(--mudevs-muted);
    line-height: 1.65;
}

.mudevs-theme .mudevs-protected-lua-card ul,
.mudevs-theme .mudevs-free-entry-card ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 18px 0 0;
    color: var(--mudevs-muted-strong);
    list-style: none;
}

.mudevs-theme .mudevs-protected-lua-card li::before,
.mudevs-theme .mudevs-free-entry-card li::before {
    content: "\f058";
    margin-right: 9px;
    color: var(--mudevs-green);
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
}

.mudevs-theme .mudevs-protected-lua-action {
    display: grid;
    gap: 14px;
    justify-items: stretch;
}

.mudevs-theme .mudevs-protected-lua-action strong {
    max-width: 220px;
    color: #f4dcec;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.mudevs-theme .mudevs-included-value-section {
    background:
        radial-gradient(circle at 92% 8%, rgba(165, 26, 168, 0.16), transparent 31%),
        var(--mudevs-bg);
}

.mudevs-theme .mudevs-included-value-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
    gap: 34px;
    align-items: end;
    margin-bottom: 28px;
}

.mudevs-theme .mudevs-included-value-hero h2 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(32px, 4vw, 50px);
    letter-spacing: -0.04em;
}

.mudevs-theme .mudevs-included-value-hero p {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--mudevs-muted);
    line-height: 1.65;
}

.mudevs-theme .mudevs-included-value-total {
    padding: 23px;
    background: rgba(254, 49, 115, 0.07);
    border: 1px solid rgba(254, 49, 115, 0.38);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-included-value-total span,
.mudevs-theme .mudevs-included-value-total strong,
.mudevs-theme .mudevs-included-value-total small {
    display: block;
}

.mudevs-theme .mudevs-included-value-total span,
.mudevs-theme .mudevs-included-value-total small {
    color: var(--mudevs-muted);
}

.mudevs-theme .mudevs-included-value-total strong {
    margin-block: 6px;
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.04em;
}

.mudevs-theme .mudevs-included-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mudevs-theme .mudevs-included-value-grid article {
    display: flex;
    min-height: 275px;
    flex-direction: column;
    padding: 23px;
    background: linear-gradient(180deg, rgba(24, 18, 24, 0.97), rgba(14, 12, 14, 0.98));
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-included-value-grid article > div {
    display: flex;
    gap: 11px;
    align-items: center;
}

.mudevs-theme .mudevs-included-value-grid article > div i {
    color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-included-value-grid h3 {
    margin: 0;
    font-size: 17px;
}

.mudevs-theme .mudevs-included-value-grid p {
    color: var(--mudevs-muted);
    line-height: 1.55;
}

.mudevs-theme .mudevs-included-value-grid dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    margin: auto 0 14px;
    border-top: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-included-value-grid dt {
    color: #998b97;
    font-size: 11px;
    font-weight: 500;
}

.mudevs-theme .mudevs-included-value-grid dd {
    margin: 0;
    color: #fff;
    font-weight: 800;
}

.mudevs-theme .mudevs-included-value-grid article > strong {
    color: var(--mudevs-green);
    font-size: 12px;
}

.mudevs-theme .mudevs-included-value-actions {
    margin-top: 24px;
}

.mudevs-theme .mudevs-free-entry-section {
    padding-block: 54px;
    background: #0d0a0d;
}

.mudevs-theme .mudevs-free-entry-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
    gap: 42px;
    align-items: center;
    padding: 38px;
    background:
        radial-gradient(circle at 88% 20%, rgba(49, 208, 124, 0.13), transparent 32%),
        linear-gradient(120deg, rgba(23, 17, 23, 0.98), rgba(12, 11, 12, 0.98));
    border: 1px solid rgba(49, 208, 124, 0.34);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-free-entry-card h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 45px);
}

.mudevs-theme .mudevs-free-entry-card p {
    max-width: 730px;
    margin: 12px 0 0;
    color: var(--mudevs-muted);
}

.mudevs-theme .mudevs-free-entry-action {
    display: grid;
    gap: 10px;
    padding: 25px;
    background: rgba(9, 19, 13, 0.72);
    border: 1px solid rgba(49, 208, 124, 0.32);
    border-radius: 12px;
    text-align: center;
}

.mudevs-theme .mudevs-free-entry-action strong {
    color: #fff;
    font-size: 26px;
}

.mudevs-theme .mudevs-free-entry-action > span {
    color: var(--mudevs-green);
    font-weight: 800;
}

.mudevs-theme .mudevs-free-entry-action small {
    color: #86928a;
}

.mudevs-theme .mudevs-financing-section {
    background:
        radial-gradient(circle at 12% 4%, rgba(254, 49, 115, 0.11), transparent 26%),
        var(--mudevs-bg);
}

.mudevs-theme .mudevs-financing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mudevs-theme .mudevs-financing-card {
    padding: 28px;
    background: linear-gradient(180deg, rgba(24, 18, 24, 0.96), rgba(14, 12, 14, 0.98));
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-financing-card-featured {
    border-color: rgba(254, 49, 115, 0.56);
    box-shadow: 0 18px 48px rgba(165, 26, 168, 0.13);
}

.mudevs-theme .mudevs-financing-card-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.mudevs-theme .mudevs-financing-card-heading h3 {
    margin: 0;
    font-size: 22px;
}

.mudevs-theme .mudevs-financing-card-heading span {
    padding: 5px 9px;
    color: var(--mudevs-pink);
    background: rgba(254, 49, 115, 0.08);
    border: 1px solid rgba(254, 49, 115, 0.3);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.mudevs-theme .mudevs-financing-card > p {
    color: var(--mudevs-muted);
    line-height: 1.6;
}

.mudevs-theme .mudevs-financing-initial {
    padding: 19px;
    margin: 22px 0;
    background: rgba(255, 255, 255, 0.027);
    border: 1px solid var(--mudevs-border-soft);
    border-radius: 10px;
}

.mudevs-theme .mudevs-financing-initial span,
.mudevs-theme .mudevs-financing-initial strong,
.mudevs-theme .mudevs-financing-initial small {
    display: block;
}

.mudevs-theme .mudevs-financing-initial span,
.mudevs-theme .mudevs-financing-initial small {
    color: var(--mudevs-muted);
}

.mudevs-theme .mudevs-financing-initial strong {
    margin-block: 4px;
    color: #fff;
    font-size: 34px;
}

.mudevs-theme .mudevs-financing-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
}

.mudevs-theme .mudevs-financing-steps li {
    min-height: 95px;
    padding: 13px;
    border: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-financing-steps li + li {
    border-left: 0;
}

.mudevs-theme .mudevs-financing-steps strong,
.mudevs-theme .mudevs-financing-steps span {
    display: block;
}

.mudevs-theme .mudevs-financing-steps strong {
    margin-bottom: 6px;
    color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-financing-steps span {
    color: var(--mudevs-muted);
    font-size: 11px;
    line-height: 1.45;
}

.mudevs-theme .mudevs-financing-note {
    min-height: 50px;
    margin: 18px 0 0;
    font-size: 12px;
}

.mudevs-theme .mudevs-financing-cta {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    margin-top: 20px;
    background: rgba(254, 49, 115, 0.055);
    border: 1px solid rgba(254, 49, 115, 0.3);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-financing-cta strong {
    color: #fff;
    font-size: 18px;
}

.mudevs-theme .mudevs-financing-cta p {
    margin: 5px 0 3px;
    color: var(--mudevs-muted-strong);
}

.mudevs-theme .mudevs-financing-cta small {
    color: #897d87;
}

.mudevs-theme .mudevs-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mudevs-theme .mudevs-faq-list details {
    padding: 0 20px;
    background: rgba(20, 16, 20, 0.82);
    border: 1px solid var(--mudevs-border);
    border-radius: 11px;
}

.mudevs-theme .mudevs-faq-list details[open] {
    border-color: rgba(254, 49, 115, 0.4);
}

.mudevs-theme .mudevs-faq-list summary {
    position: relative;
    padding: 18px 30px 18px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.mudevs-theme .mudevs-faq-list summary::-webkit-details-marker {
    display: none;
}

.mudevs-theme .mudevs-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 0;
    color: var(--mudevs-pink);
    font-size: 22px;
}

.mudevs-theme .mudevs-faq-list details[open] summary::after {
    content: "−";
}

.mudevs-theme .mudevs-faq-list p {
    padding-bottom: 18px;
    margin: 0;
    color: var(--mudevs-muted);
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .mudevs-theme .mudevs-protected-lua-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .mudevs-theme .mudevs-protected-lua-icon {
        width: 64px;
        height: 64px;
    }

    .mudevs-theme .mudevs-protected-lua-action {
        grid-column: 2;
        justify-self: start;
    }

    .mudevs-theme .mudevs-included-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mudevs-theme .mudevs-financing-steps {
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-financing-steps li + li {
        border-top: 0;
        border-left: 1px solid var(--mudevs-border-soft);
    }
}

@media (max-width: 767.98px) {
    .mudevs-theme .mudevs-protected-lua-card,
    .mudevs-theme .mudevs-included-value-hero,
    .mudevs-theme .mudevs-free-entry-card,
    .mudevs-theme .mudevs-financing-grid,
    .mudevs-theme .mudevs-faq-list {
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-protected-lua-card,
    .mudevs-theme .mudevs-free-entry-card {
        padding: 25px;
    }

    .mudevs-theme .mudevs-protected-lua-action {
        grid-column: auto;
    }

    .mudevs-theme .mudevs-protected-lua-action strong {
        max-width: none;
        text-align: left;
    }

    .mudevs-theme .mudevs-included-value-grid {
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-financing-cta {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Internal client-area pages */
.mudevs-theme .mudevs-main-internal {
    min-height: 55vh;
    padding: 48px 0 70px;
    color: var(--mudevs-muted-strong);
    background:
        radial-gradient(900px 360px at 80% 0%, rgba(165, 26, 168, 0.08), transparent 70%),
        var(--mudevs-bg);
}

.mudevs-theme .mudevs-main-internal .primary-content > h1,
.mudevs-theme .mudevs-main-internal .primary-content > h2 {
    color: var(--mudevs-text);
}

.mudevs-theme .card,
.mudevs-theme .panel,
.mudevs-theme .list-group-item,
.mudevs-theme .modal-content,
.mudevs-theme .dropdown-menu,
.mudevs-theme .popover {
    color: var(--mudevs-muted-strong);
    background: var(--mudevs-surface);
    border-color: var(--mudevs-border);
}

.mudevs-theme .card-header,
.mudevs-theme .card-footer,
.mudevs-theme .panel-heading,
.mudevs-theme .modal-header,
.mudevs-theme .modal-footer,
.mudevs-theme .table thead th {
    color: var(--mudevs-text);
    background: #171117;
    border-color: var(--mudevs-border);
}

.mudevs-theme .table,
.mudevs-theme .table td,
.mudevs-theme .table th {
    color: var(--mudevs-muted-strong);
    border-color: var(--mudevs-border-soft);
}

.mudevs-theme .table-striped tbody tr:nth-of-type(odd),
.mudevs-theme .table-hover tbody tr:hover {
    color: var(--mudevs-text);
    background: rgba(255, 255, 255, 0.025);
}

/* WHMCS DataTables loads high-specificity light defaults after the base theme. */
.mudevs-theme table.table-list.dataTable > thead > tr > th,
.mudevs-theme table.table-list.dataTable > thead > tr > th.sorting,
.mudevs-theme table.table-list.dataTable > thead > tr > th.sorting_asc,
.mudevs-theme table.table-list.dataTable > thead > tr > th.sorting_desc {
    color: var(--mudevs-text) !important;
    background-color: #171117 !important;
    border-color: var(--mudevs-border) !important;
}

.mudevs-theme table.table-list.dataTable > tbody > tr,
.mudevs-theme table.table-list.dataTable > tbody > tr > td,
.mudevs-theme table.table-list.dataTable > tbody > tr > td.sorting_1,
.mudevs-theme table.table-list.dataTable > tbody > tr > td.sorting_2,
.mudevs-theme table.table-list.dataTable > tbody > tr > td.sorting_3 {
    color: var(--mudevs-muted-strong) !important;
    background-color: #0e0b0e !important;
    border-color: var(--mudevs-border-soft) !important;
}

.mudevs-theme table.table-list.dataTable > tbody > tr:nth-child(even) > td,
.mudevs-theme table.table-list.dataTable > tbody > tr:nth-child(even) > td.sorting_1,
.mudevs-theme table.table-list.dataTable > tbody > tr:nth-child(even) > td.sorting_2,
.mudevs-theme table.table-list.dataTable > tbody > tr:nth-child(even) > td.sorting_3 {
    background-color: #120e12 !important;
}

.mudevs-theme table.table-list.dataTable > tbody > tr:hover > td,
.mudevs-theme table.table-list.dataTable > tbody > tr:hover > td.sorting_1,
.mudevs-theme table.table-list.dataTable > tbody > tr:hover > td.sorting_2,
.mudevs-theme table.table-list.dataTable > tbody > tr:hover > td.sorting_3 {
    color: var(--mudevs-text) !important;
    background-color: #1b121a !important;
}

.mudevs-theme table.dataTable > tbody > tr.child,
.mudevs-theme table.dataTable > tbody > tr.child > td,
.mudevs-theme table.dataTable > tbody > tr.child ul.dtr-details {
    color: var(--mudevs-muted-strong) !important;
    background-color: #120e12 !important;
}

.mudevs-theme .table-responsive {
    scrollbar-color: #6f446b #0a080a;
    scrollbar-width: thin;
}

.mudevs-theme .table-responsive::-webkit-scrollbar {
    height: 8px;
}

.mudevs-theme .table-responsive::-webkit-scrollbar-track {
    background: #0a080a;
}

.mudevs-theme .table-responsive::-webkit-scrollbar-thumb {
    background: #6f446b;
    border: 2px solid #0a080a;
    border-radius: 999px;
}

.mudevs-theme .dataTables_wrapper .dataTables_filter input.form-control,
.mudevs-theme .dataTables_wrapper .dataTables_length select.form-control,
.mudevs-theme .dataTables_wrapper .dataTables_length select.custom-select {
    color: var(--mudevs-text) !important;
    background-color: #0e0b0e !important;
    border-color: var(--mudevs-border) !important;
}

.mudevs-theme .dataTables_wrapper .dataTables_filter input.form-control:focus,
.mudevs-theme .dataTables_wrapper .dataTables_length select.form-control:focus,
.mudevs-theme .dataTables_wrapper .dataTables_length select.custom-select:focus {
    background-color: #120e12 !important;
    border-color: var(--mudevs-pink) !important;
    box-shadow: 0 0 0 0.2rem rgba(254, 49, 115, 0.12) !important;
}

.mudevs-theme .dataTables_wrapper .dataTables_filter input::placeholder {
    color: var(--mudevs-muted) !important;
    opacity: 1;
}

.mudevs-theme .dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
    color: var(--mudevs-muted-strong) !important;
    background-color: #0e0b0e !important;
    border-color: var(--mudevs-border) !important;
}

.mudevs-theme .dataTables_wrapper .dataTables_paginate .pagination .page-item:not(.disabled) .page-link:hover,
.mudevs-theme .dataTables_wrapper .dataTables_paginate .pagination .page-item:not(.disabled) .page-link:focus {
    color: #fff !important;
    background-color: var(--mudevs-surface-strong) !important;
    border-color: var(--mudevs-pink) !important;
}

.mudevs-theme .dataTables_wrapper .dataTables_paginate .pagination .page-item.active .page-link {
    color: #fff !important;
    background-color: var(--mudevs-magenta) !important;
    border-color: var(--mudevs-magenta) !important;
}

.mudevs-theme .dataTables_wrapper .dataTables_paginate .pagination .page-item.disabled .page-link {
    color: var(--mudevs-muted) !important;
    background-color: #0a080a !important;
}

.mudevs-theme .sidebar .list-group-item .badge,
.mudevs-theme .panel-sidebar .list-group-item .badge {
    color: var(--mudevs-text) !important;
    background-color: #2a1727 !important;
    border: 1px solid var(--mudevs-border) !important;
}

/* Custom WHMCS portals load Bootstrap 3-style light rules after the child theme. */
.mudevs-theme .mudevs-main-page,
.mudevs-theme .mudevs-identity-page,
.mudevs-theme .mudevs-lua-page {
    color: var(--mudevs-muted-strong) !important;
    font-size: 15px;
    line-height: 1.55;
}

.mudevs-theme .mudevs-main-page .mudevs-main-header,
.mudevs-theme .mudevs-identity-page .mudevs-identity-header,
.mudevs-theme .mudevs-lua-page .mudevs-lua-page-header {
    padding: 18px 20px !important;
    margin: 0 0 22px !important;
    color: var(--mudevs-muted-strong) !important;
    background: linear-gradient(135deg, #171117, #120e12) !important;
    border: 1px solid var(--mudevs-border) !important;
    border-left: 4px solid var(--mudevs-pink) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2) !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-header h2,
.mudevs-theme .mudevs-identity-page .mudevs-identity-header h2,
.mudevs-theme .mudevs-lua-page .mudevs-lua-page-header h2 {
    margin: 0 0 6px !important;
    color: var(--mudevs-text) !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.mudevs-theme .mudevs-main-page .mudevs-main-header h2 .fas,
.mudevs-theme .mudevs-identity-page .mudevs-identity-header h2 .fas,
.mudevs-theme .mudevs-lua-page .mudevs-lua-page-header h2 .fas {
    margin-right: 8px;
    color: var(--mudevs-pink) !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-header p,
.mudevs-theme .mudevs-identity-page .mudevs-identity-header p,
.mudevs-theme .mudevs-lua-page .mudevs-lua-page-header p,
.mudevs-theme .mudevs-main-page .help-block,
.mudevs-theme .mudevs-identity-page .help-block,
.mudevs-theme .mudevs-lua-page .help-block,
.mudevs-theme .mudevs-lua-page .mudevs-lua-small-note {
    color: var(--mudevs-muted) !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-header p,
.mudevs-theme .mudevs-identity-page .mudevs-identity-header p,
.mudevs-theme .mudevs-lua-page .mudevs-lua-page-header p {
    margin: 0 !important;
    line-height: 1.5;
}

.mudevs-theme .mudevs-main-page .panel,
.mudevs-theme .mudevs-identity-page .panel,
.mudevs-theme .mudevs-lua-page .panel {
    margin: 0 0 20px;
    overflow: hidden;
    color: var(--mudevs-muted-strong) !important;
    background: var(--mudevs-surface) !important;
    border: 1px solid var(--mudevs-border) !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2) !important;
}

.mudevs-theme .mudevs-main-page .panel-heading,
.mudevs-theme .mudevs-identity-page .panel-heading,
.mudevs-theme .mudevs-lua-page .panel-heading {
    padding: 13px 17px !important;
    color: var(--mudevs-text) !important;
    background: #171117 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--mudevs-border) !important;
}

.mudevs-theme .mudevs-main-page .panel-body,
.mudevs-theme .mudevs-identity-page .panel-body,
.mudevs-theme .mudevs-lua-page .panel-body {
    padding: 18px !important;
    color: var(--mudevs-muted-strong) !important;
    background: var(--mudevs-surface) !important;
}

.mudevs-theme .mudevs-main-page .panel-title,
.mudevs-theme .mudevs-identity-page .panel-title,
.mudevs-theme .mudevs-lua-page .panel-title {
    margin: 0 !important;
    color: var(--mudevs-text) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35;
}

.mudevs-theme .mudevs-main-page .panel-title .fas,
.mudevs-theme .mudevs-identity-page .panel-title .fas,
.mudevs-theme .mudevs-lua-page .panel-title .fas,
.mudevs-theme .mudevs-main-page .panel-heading > strong {
    color: var(--mudevs-pink) !important;
}

.mudevs-theme .mudevs-main-page .panel-title .fas,
.mudevs-theme .mudevs-identity-page .panel-title .fas,
.mudevs-theme .mudevs-lua-page .panel-title .fas {
    width: 22px;
}

.mudevs-theme .mudevs-main-page label,
.mudevs-theme .mudevs-identity-page label,
.mudevs-theme .mudevs-lua-page label {
    display: block;
    margin: 0 0 7px;
    color: var(--mudevs-text) !important;
    font-weight: 600 !important;
}

.mudevs-theme .mudevs-main-page .form-group,
.mudevs-theme .mudevs-identity-page .form-group,
.mudevs-theme .mudevs-lua-page .form-group {
    margin-bottom: 20px !important;
}

.mudevs-theme .mudevs-main-page .help-block,
.mudevs-theme .mudevs-identity-page .help-block,
.mudevs-theme .mudevs-lua-page .help-block {
    display: block;
    margin: 6px 0 0 !important;
    font-size: 13px;
    line-height: 1.45;
}

.mudevs-theme .mudevs-main-page .form-control,
.mudevs-theme .mudevs-identity-page .form-control,
.mudevs-theme .mudevs-lua-page .form-control {
    min-height: 42px;
    border-radius: 7px;
}

/* Keep the new main generator as clear and flat as the previous generator. */
.mudevs-theme .mudevs-main-page > .panel:not(.mudevs-main-legacy) {
    overflow: visible;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.mudevs-theme .mudevs-main-page > .panel:not(.mudevs-main-legacy) > .panel-heading {
    padding: 0 0 12px !important;
    background: transparent !important;
    border-bottom: 1px solid var(--mudevs-border) !important;
}

.mudevs-theme .mudevs-main-page > .panel:not(.mudevs-main-legacy) > .panel-body {
    padding: 20px 0 0 !important;
    background: transparent !important;
}

.mudevs-theme .mudevs-main-form > .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0 18px;
    margin-right: 0;
    margin-left: 0;
}

.mudevs-theme .mudevs-main-form > .row > [class*="col-"],
.mudevs-theme .mudevs-main-form > .panel .panel-body > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    flex: none;
}

.mudevs-theme .mudevs-main-form > .panel {
    margin-top: 8px;
    margin-bottom: 22px;
}

.mudevs-theme .mudevs-main-form > .panel .panel-body > .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 0 18px;
    margin-right: 0;
    margin-left: 0;
}

.mudevs-theme .mudevs-main-check {
    min-height: 98px;
    padding: 13px 14px !important;
    background: rgba(49, 208, 124, 0.06);
    border: 1px solid rgba(49, 208, 124, 0.22);
    border-radius: 8px;
}

.mudevs-theme .mudevs-main-check label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 4px;
    font-weight: 600 !important;
}

.mudevs-theme .mudevs-main-check input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--mudevs-magenta);
}

.mudevs-theme .mudevs-main-submit,
.mudevs-theme .mudevs-identity-submit,
.mudevs-theme .mudevs-lua-submit {
    min-height: 42px;
    padding: 9px 17px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--mudevs-magenta), #8d1892) !important;
    border: 1px solid var(--mudevs-magenta) !important;
    border-radius: 7px;
    font-weight: 700;
}

.mudevs-theme .mudevs-main-legacy,
.mudevs-theme .mudevs-identity-note {
    margin-top: 22px !important;
}

/* File controls keep the old generator's direct, label-first presentation. */
.mudevs-theme .mudevs-main-file,
.mudevs-theme .mudevs-lua-file {
    min-height: 54px;
    padding: 9px 11px !important;
    color: var(--mudevs-muted-strong) !important;
    background: #0e0b0e !important;
    border: 1px dashed #6f446b !important;
    border-radius: 8px !important;
}

.mudevs-theme .mudevs-main-file input[type="file"],
.mudevs-theme .mudevs-lua-file input[type="file"] {
    width: 100%;
    color: var(--mudevs-muted-strong) !important;
    background: transparent !important;
}

.mudevs-theme .mudevs-main-file input[type="file"]::file-selector-button,
.mudevs-theme .mudevs-lua-file input[type="file"]::file-selector-button {
    padding: 7px 11px;
    margin-right: 10px;
    color: var(--mudevs-text);
    background: var(--mudevs-surface-strong);
    border: 1px solid var(--mudevs-border);
    border-radius: 6px;
    cursor: pointer;
}

.mudevs-theme .mudevs-main-file input[type="file"]::-webkit-file-upload-button,
.mudevs-theme .mudevs-lua-file input[type="file"]::-webkit-file-upload-button {
    padding: 7px 11px;
    margin-right: 10px;
    color: var(--mudevs-text);
    background: var(--mudevs-surface-strong);
    border: 1px solid var(--mudevs-border);
    border-radius: 6px;
    cursor: pointer;
}

.mudevs-theme .mudevs-main-file input[type="file"]::file-selector-button:hover,
.mudevs-theme .mudevs-lua-file input[type="file"]::file-selector-button:hover {
    background: #251624;
    border-color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-main-file input[type="file"]::-webkit-file-upload-button:hover,
.mudevs-theme .mudevs-lua-file input[type="file"]::-webkit-file-upload-button:hover {
    background: #251624;
    border-color: var(--mudevs-pink);
}

/* Lua uses a deliberate grid so cards never touch or look visually truncated. */
.mudevs-theme .mudevs-lua-page > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, 1fr);
    gap: 20px;
    align-items: start;
    margin-right: 0;
    margin-left: 0;
}

.mudevs-theme .mudevs-lua-page > .row > .col-md-8 {
    width: auto;
    max-width: none;
    padding: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
}

.mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side {
    display: contents;
    margin-top: 0 !important;
}

.mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side > #lua-guide {
    grid-column: 2;
    grid-row: 1;
}

.mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side > .mudevs-lua-example {
    grid-column: 2;
    grid-row: 2;
}

.mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side > .panel:not(#lua-guide):not(.mudevs-lua-example) {
    grid-column: 1 / -1;
    grid-row: 3;
}

.mudevs-theme .mudevs-lua-page > .row > .col-md-8 > .panel,
.mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side > .panel {
    margin: 0;
}

.mudevs-theme .mudevs-lua-page > .row > .col-md-12 {
    display: grid;
    width: auto;
    max-width: none;
    padding: 0;
    gap: 18px;
    grid-column: 1 / -1;
}

.mudevs-theme .mudevs-lua-page > .row > .col-md-12 > .panel {
    margin: 0;
}

.mudevs-theme .mudevs-lua-page .mudevs-lua-tree {
    color: var(--mudevs-muted-strong) !important;
    background: #0e0b0e !important;
    border-color: var(--mudevs-border) !important;
    border-radius: 8px !important;
}

.mudevs-theme .mudevs-lua-page .mudevs-lua-development {
    margin: 20px 0 0 !important;
}

.mudevs-theme .mudevs-lua-page hr {
    border-color: var(--mudevs-border-soft) !important;
}

/* The previous generator remains available and receives the same restrained shell. */
.mudevs-theme .primary-content > form[action$="main-legacy.php"] {
    max-width: 760px;
    padding: 22px;
    color: var(--mudevs-muted-strong);
    background: var(--mudevs-surface);
    border: 1px solid var(--mudevs-border);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.mudevs-theme .primary-content > form[action$="main-legacy.php"] .panel-title {
    padding-bottom: 12px;
    margin: 0 0 18px;
    color: var(--mudevs-text);
    border-bottom: 1px solid var(--mudevs-border);
    font-size: 18px;
    line-height: 1.4;
}

.mudevs-theme .primary-content > form[action$="main-legacy.php"] .panel-title .fas {
    margin-right: 8px;
    color: var(--mudevs-pink);
}

.mudevs-theme .primary-content > form[action$="main-legacy.php"] .form-control {
    min-height: 42px;
    margin-bottom: 14px;
    border-radius: 7px;
}

.mudevs-theme .primary-content > form[action$="main-legacy.php"] .btn {
    min-height: 42px;
    padding: 9px 17px;
    border-radius: 7px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .mudevs-theme .mudevs-lua-page > .row {
        grid-template-columns: minmax(0, 1fr);
    }

    .mudevs-theme .mudevs-lua-page > .row > .col-md-8,
    .mudevs-theme .mudevs-lua-page > .row > .col-md-12 {
        grid-column: 1;
        grid-row: auto;
    }

    .mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side {
        display: grid;
        width: auto;
        max-width: none;
        padding: 0;
        gap: 18px;
    }

    .mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side > #lua-guide,
    .mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side > .mudevs-lua-example,
    .mudevs-theme .mudevs-lua-page > .row > .mudevs-lua-side > .panel:not(#lua-guide):not(.mudevs-lua-example) {
        margin: 0;
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 575.98px) {
    .mudevs-theme .mudevs-main-page .mudevs-main-header,
    .mudevs-theme .mudevs-identity-page .mudevs-identity-header,
    .mudevs-theme .mudevs-lua-page .mudevs-lua-page-header {
        padding: 16px !important;
    }

    .mudevs-theme .mudevs-main-page .panel-body,
    .mudevs-theme .mudevs-identity-page .panel-body,
    .mudevs-theme .mudevs-lua-page .panel-body {
        padding: 15px !important;
    }

    .mudevs-theme .mudevs-main-form > .row,
    .mudevs-theme .mudevs-main-form > .panel .panel-body > .row {
        grid-template-columns: minmax(0, 1fr);
    }

    .mudevs-theme .mudevs-main-submit,
    .mudevs-theme .mudevs-identity-submit,
    .mudevs-theme .mudevs-lua-submit {
        width: 100%;
        min-width: 0;
    }
}

.mudevs-theme .form-control,
.mudevs-theme .custom-select,
.mudevs-theme .input-group-text,
.mudevs-theme select,
.mudevs-theme textarea {
    color: var(--mudevs-text);
    background: #0e0b0e;
    border-color: var(--mudevs-border);
}

.mudevs-theme .form-control:focus,
.mudevs-theme .custom-select:focus,
.mudevs-theme select:focus,
.mudevs-theme textarea:focus {
    color: var(--mudevs-text);
    background: #120e12;
    border-color: var(--mudevs-pink);
    box-shadow: 0 0 0 0.2rem rgba(254, 49, 115, 0.12);
}

.mudevs-theme .btn-primary,
.mudevs-theme .badge-primary,
.mudevs-theme .bg-primary {
    color: #fff;
    background-color: var(--mudevs-magenta) !important;
    border-color: var(--mudevs-magenta) !important;
}

.mudevs-theme .btn-default,
.mudevs-theme .btn-secondary,
.mudevs-theme .btn-outline-primary {
    color: var(--mudevs-text);
    background: var(--mudevs-surface);
    border-color: var(--mudevs-border);
}

.mudevs-theme .btn-default:hover,
.mudevs-theme .btn-secondary:hover,
.mudevs-theme .btn-outline-primary:hover {
    color: #fff;
    background: var(--mudevs-magenta);
    border-color: var(--mudevs-magenta);
}

.mudevs-theme .sidebar .list-group-item.active,
.mudevs-theme .sidebar .panel-sidebar > .panel-heading,
.mudevs-theme .nav-tabs .nav-link.active {
    color: var(--mudevs-text);
    background: var(--mudevs-surface-strong);
    border-color: var(--mudevs-pink);
}

.mudevs-theme .text-muted {
    color: var(--mudevs-muted) !important;
}

.mudevs-theme .tiles .tile {
    color: var(--mudevs-pink);
    background: var(--mudevs-surface);
    border-color: var(--mudevs-border);
}

.mudevs-theme .tiles .tile:hover,
.mudevs-theme .tiles .tile:focus {
    color: var(--mudevs-orange);
    background: var(--mudevs-surface-strong);
}

.mudevs-theme .tiles .tile .title {
    color: var(--mudevs-muted-strong);
}

.mudevs-theme .tiles .tile i {
    color: rgba(213, 203, 212, 0.28);
}

.mudevs-theme #registration .sub-heading {
    border-color: var(--mudevs-border);
}

.mudevs-theme #registration .sub-heading span {
    color: var(--mudevs-text);
    background: var(--mudevs-bg);
}

.mudevs-theme #registration label,
.mudevs-theme #registration .field-help-text {
    color: var(--mudevs-muted-strong);
}

.mudevs-theme #registration .field,
.mudevs-theme #registration .form-control {
    color: var(--mudevs-text);
    background: #0e0b0e;
    border-color: var(--mudevs-border);
}

.mudevs-theme #registration .field:focus,
.mudevs-theme #registration .form-control:focus {
    color: var(--mudevs-text);
    background: #120e12;
    border-color: var(--mudevs-pink);
    box-shadow: 0 0 0 0.2rem rgba(254, 49, 115, 0.12);
}

.mudevs-theme #registration .prepend-icon .field-icon,
.mudevs-theme #registration .prepend-icon .field-icon i {
    color: var(--mudevs-muted);
}

/* Footer */
.mudevs-theme .mudevs-footer {
    padding: 58px 0 24px;
    color: var(--mudevs-muted);
    background: #080708;
    border-top: 1px solid var(--mudevs-border);
}

.mudevs-theme .mudevs-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
    gap: 44px;
}

.mudevs-theme .mudevs-footer-brand img {
    display: block;
    width: 110px;
    height: 72px;
    object-fit: contain;
    transform: scale(1.3);
}

.mudevs-theme .mudevs-footer-brand picture {
    display: block;
}

.mudevs-theme .mudevs-footer-brand p {
    max-width: 300px;
    margin-top: 16px;
    line-height: 1.55;
}

.mudevs-theme .mudevs-footer h2 {
    margin: 5px 0 16px;
    color: var(--mudevs-text);
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.mudevs-theme .mudevs-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mudevs-theme .mudevs-footer li + li {
    margin-top: 10px;
}

.mudevs-theme .mudevs-footer a,
.mudevs-theme .mudevs-footer button {
    color: var(--mudevs-muted);
    background: transparent;
    border: 0;
    font-size: 13px;
}

.mudevs-theme .mudevs-footer a:hover,
.mudevs-theme .mudevs-footer button:hover {
    color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
    margin-top: 44px;
    border-top: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-footer-bottom p {
    margin: 0;
    font-size: 12px;
}

.mudevs-theme .mudevs-footer-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mudevs-theme .mudevs-footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.mudevs-theme .mudevs-footer-social li {
    display: block;
    margin: 0;
}

.mudevs-theme .mudevs-footer-social li + li {
    margin-top: 0;
}

.mudevs-theme .mudevs-footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--mudevs-muted-strong);
    background: #0d0b0d;
    border: 1px solid var(--mudevs-border);
    border-radius: 50%;
    font-size: 17px;
}

.mudevs-theme .mudevs-footer-social a:hover,
.mudevs-theme .mudevs-footer-social a:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, var(--mudevs-magenta), var(--mudevs-pink));
    border-color: var(--mudevs-pink);
    box-shadow: 0 8px 24px rgba(254, 49, 115, 0.22);
    transform: translateY(-2px);
}

.mudevs-theme .modal-localisation .item-selector .item.active,
.mudevs-theme .modal-localisation .item-selector .item:hover {
    color: #fff;
    background: var(--mudevs-magenta);
    border-color: var(--mudevs-magenta);
}

@media (max-width: 1199.98px) {
    .mudevs-theme .mudevs-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
        gap: 36px;
    }

    .mudevs-theme .mudevs-ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .mudevs-theme .mudevs-navbar {
        min-height: 68px;
        padding: 8px 0;
    }

    .mudevs-theme .mudevs-brand {
        width: 86px;
        height: 54px;
        margin-right: 20px;
    }

    .mudevs-theme .mudevs-brand img {
        width: 86px;
        height: 54px;
    }

    .mudevs-theme .mudevs-navbar .navbar-collapse {
        padding: 14px 0 6px;
        border-top: 1px solid var(--mudevs-border-soft);
    }

    .mudevs-theme .mudevs-marketing-nav {
        align-items: stretch;
    }

    .mudevs-theme .mudevs-marketing-nav .nav-link {
        padding: 11px 0;
    }

    .mudevs-theme .mudevs-nav-actions {
        justify-content: flex-start;
        padding: 12px 0;
    }

    .mudevs-theme .mudevs-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
    }

    .mudevs-theme .mudevs-version-grid,
    .mudevs-theme .mudevs-pricing-grid,
    .mudevs-theme .mudevs-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-testimonial-grid blockquote {
        min-height: 0;
    }

    .mudevs-theme .mudevs-card,
    .mudevs-theme .mudevs-price-card {
        min-height: 0;
    }

    .mudevs-theme .mudevs-stats-grid,
    .mudevs-theme .mudevs-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mudevs-theme .mudevs-stats-grid div:nth-child(2) {
        border-right: 0;
    }

    .mudevs-theme .mudevs-stats-grid div:nth-child(-n+2) {
        border-bottom: 1px solid var(--mudevs-border-soft);
    }

    .mudevs-theme .mudevs-footer-grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .mudevs-theme .mudevs-shell,
    .mudevs-theme .mudevs-nav-shell,
    .mudevs-theme .mudevs-footer-shell {
        width: min(100% - 32px, 1326px);
    }

    .mudevs-theme .mudevs-hero {
        padding: 46px 0 38px;
        background: radial-gradient(400px 240px at 80% 0%, rgba(236, 6, 200, 0.15), transparent 70%), #0a0a0a;
    }

    .mudevs-theme .mudevs-hero-grid {
        display: block;
    }

    .mudevs-theme .mudevs-hero-art {
        display: none;
    }

    .mudevs-theme .mudevs-release-badge {
        margin-bottom: 20px;
        font-size: 10px;
    }

    .mudevs-theme .mudevs-hero h1 {
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 1.08;
    }

    .mudevs-theme .mudevs-hero-lead {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.55;
    }

    .mudevs-theme .mudevs-button-row .mudevs-button {
        flex: 1 1 150px;
    }

    .mudevs-theme .mudevs-hero-facts {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 22px;
        margin-top: 28px;
    }

    .mudevs-theme .mudevs-section {
        padding: 58px 0;
    }

    .mudevs-theme .mudevs-section-heading-row,
    .mudevs-theme .mudevs-docs-panel,
    .mudevs-theme .mudevs-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .mudevs-theme .mudevs-feature-grid,
    .mudevs-theme .mudevs-split-grid,
    .mudevs-theme .mudevs-ecosystem-grid,
    .mudevs-theme .mudevs-before-grid {
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-before-grid {
        gap: 12px;
    }

    .mudevs-theme .mudevs-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 24px;
    }

    .mudevs-theme .mudevs-footer-brand {
        grid-column: 1 / -1;
    }

    .mudevs-theme .mudevs-footer-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 479.98px) {
    .mudevs-theme .mudevs-nav-actions {
        display: grid;
        grid-template-columns: auto auto 1fr;
        width: 100%;
    }

    .mudevs-theme .mudevs-client-button {
        min-width: 0;
    }

    .mudevs-theme .mudevs-stats-grid {
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-stats-grid div {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--mudevs-border-soft);
    }

    .mudevs-theme .mudevs-stats-grid div:last-child {
        border-bottom: 0;
    }

    .mudevs-theme .mudevs-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* Legal and policy pages */
.mudevs-theme .mudevs-legal-page {
    width: min(100% - 40px, 1080px);
    margin: 0 auto;
    padding: 52px 0 72px;
}

.mudevs-theme .mudevs-legal-hero {
    max-width: 820px;
    margin-bottom: 28px;
}

.mudevs-theme .mudevs-legal-hero h1 {
    margin: 8px 0 16px;
    color: var(--mudevs-text);
    font-family: "Manrope", "Inter", sans-serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.mudevs-theme .mudevs-legal-summary {
    max-width: 760px;
    margin: 0;
    color: #c7bcc5;
    font-size: 18px;
    line-height: 1.65;
}

.mudevs-theme .mudevs-legal-updated {
    margin: 18px 0 0;
    color: #8f818d;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mudevs-theme .mudevs-legal-navigation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    margin-bottom: 24px;
    background: #120e12;
    border: 1px solid var(--mudevs-border);
    border-radius: 12px;
}

.mudevs-theme .mudevs-legal-navigation a {
    padding: 12px 14px;
    color: #b5a8b2;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.mudevs-theme .mudevs-legal-navigation a:hover,
.mudevs-theme .mudevs-legal-navigation a.active {
    color: #fff;
    background: rgba(254, 49, 115, 0.1);
    border-color: rgba(254, 49, 115, 0.45);
}

.mudevs-theme .mudevs-legal-notice,
.mudevs-theme .mudevs-legal-language-notice {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 20px;
    margin-bottom: 18px;
    color: #d8cdd5;
    background: rgba(254, 49, 115, 0.06);
    border: 1px solid rgba(254, 49, 115, 0.26);
    border-radius: 10px;
}

.mudevs-theme .mudevs-legal-language-notice {
    background: rgba(116, 213, 255, 0.05);
    border-color: rgba(116, 213, 255, 0.24);
}

.mudevs-theme .mudevs-legal-notice i,
.mudevs-theme .mudevs-legal-language-notice i {
    margin-top: 3px;
    color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-legal-language-notice i {
    color: #74d5ff;
}

.mudevs-theme .mudevs-legal-notice p,
.mudevs-theme .mudevs-legal-language-notice p {
    margin: 0;
    line-height: 1.65;
}

.mudevs-theme .mudevs-legal-document {
    overflow: hidden;
    background: linear-gradient(180deg, #151015, #100d10);
    border: 1px solid var(--mudevs-border);
    border-radius: 14px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.mudevs-theme .mudevs-legal-document section {
    padding: 28px 32px;
    border-bottom: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-legal-document section:last-child {
    border-bottom: 0;
}

.mudevs-theme .mudevs-legal-document h2 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.mudevs-theme .mudevs-legal-document p,
.mudevs-theme .mudevs-legal-document li {
    color: #bdb1bb;
    font-size: 15px;
    line-height: 1.75;
}

.mudevs-theme .mudevs-legal-document p {
    margin: 0;
}

.mudevs-theme .mudevs-legal-document p + p {
    margin-top: 12px;
}

.mudevs-theme .mudevs-legal-document ul {
    padding-left: 22px;
    margin: 12px 0 0;
}

.mudevs-theme .mudevs-legal-document li + li {
    margin-top: 8px;
}

.mudevs-theme .mudevs-legal-document li::marker {
    color: var(--mudevs-pink);
}

.mudevs-theme .mudevs-legal-contact {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    margin-top: 22px;
    background: #151015;
    border: 1px solid var(--mudevs-border);
    border-radius: 12px;
}

.mudevs-theme .mudevs-legal-contact > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 12px;
}

.mudevs-theme .mudevs-legal-contact i {
    grid-row: 1 / 3;
    margin-top: 4px;
    color: var(--mudevs-pink);
    font-size: 22px;
}

.mudevs-theme .mudevs-legal-contact strong {
    color: #fff;
}

.mudevs-theme .mudevs-legal-contact p {
    margin: 3px 0 0;
    color: #9d909a;
}

@media (max-width: 767.98px) {
    .mudevs-theme .mudevs-legal-page {
        width: min(100% - 28px, 1080px);
        padding: 34px 0 52px;
    }

    .mudevs-theme .mudevs-legal-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mudevs-theme .mudevs-legal-document section {
        padding: 22px 20px;
    }

    .mudevs-theme .mudevs-legal-contact {
        align-items: stretch;
        flex-direction: column;
    }
}

/* Activation flow and plan details */
.mudevs-theme .mudevs-process-section {
    background:
        radial-gradient(720px 300px at 15% 20%, rgba(254, 49, 115, 0.08), transparent 72%),
        #0d0a0d;
    border-block: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mudevs-theme .mudevs-process-grid li {
    position: relative;
    min-height: 220px;
    padding: 30px;
    overflow: hidden;
    color: var(--mudevs-muted);
    background: linear-gradient(145deg, #171117, #100c10);
    border: 1px solid var(--mudevs-border);
    border-radius: var(--mudevs-radius);
}

.mudevs-theme .mudevs-process-grid li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    color: #fff;
    background: linear-gradient(135deg, var(--mudevs-magenta), var(--mudevs-pink));
    border-radius: 12px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 800;
}

.mudevs-theme .mudevs-process-grid h3 {
    margin: 0 0 10px;
    color: var(--mudevs-text);
    font-size: 20px;
}

.mudevs-theme .mudevs-process-grid p {
    margin: 0;
    line-height: 1.65;
}

.mudevs-theme .mudevs-price-features {
    display: grid;
    gap: 10px;
    padding: 20px 0 4px;
    margin: 0;
    color: var(--mudevs-muted-strong);
    list-style: none;
}

.mudevs-theme .mudevs-price-features li {
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
}

.mudevs-theme .mudevs-price-features li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--mudevs-green);
    content: "✓";
    font-weight: 800;
}

/* Dark-surface completion for inherited WHMCS pages. */
.mudevs-theme .well,
.mudevs-theme .jumbotron,
.mudevs-theme .logincontainer,
.mudevs-theme .twofa-module,
.mudevs-theme .product-details,
.mudevs-theme .product-status,
.mudevs-theme .announcement-single,
.mudevs-theme .announcement-summary,
.mudevs-theme .masspay,
.mudevs-theme .masspay-total,
.mudevs-theme .domain-pricing,
.mudevs-theme .featured-tld,
.mudevs-theme .spotlight-tld,
.mudevs-theme .card,
.mudevs-theme .card-header,
.mudevs-theme .card-body,
.mudevs-theme .card-footer,
.mudevs-theme .panel,
.mudevs-theme .panel-heading,
.mudevs-theme .panel-body,
.mudevs-theme .panel-footer,
.mudevs-theme .list-group-item,
.mudevs-theme .module-client-area,
.mudevs-theme .product-details-tab-container,
.mudevs-theme .ticket-reply,
.mudevs-theme .ticket-reply .posted-by,
.mudevs-theme .ticketfeedbackstaffcont,
.mudevs-theme .kb-category,
.mudevs-theme .kb-article-item,
.mudevs-theme .upgrade .product,
.mudevs-theme .bg-white,
.mudevs-theme .bg-light {
    color: var(--mudevs-muted-strong) !important;
    background-color: var(--mudevs-surface) !important;
    border-color: var(--mudevs-border) !important;
    box-shadow: none !important;
}

.mudevs-theme .card-title,
.mudevs-theme .panel-title,
.mudevs-theme .list-group-item-heading,
.mudevs-theme .ticket-reply strong,
.mudevs-theme .kb-category h4,
.mudevs-theme .kb-article-item h4 {
    color: var(--mudevs-text) !important;
}

.mudevs-theme .card-text,
.mudevs-theme .text-muted,
.mudevs-theme .ticket-reply .posted-by,
.mudevs-theme .kb-category p,
.mudevs-theme .kb-article-item p {
    color: var(--mudevs-muted) !important;
}

.mudevs-theme .list-group-item:hover,
.mudevs-theme .list-group-item:focus,
.mudevs-theme .kb-category:hover,
.mudevs-theme .kb-article-item:hover {
    color: var(--mudevs-text) !important;
    background-color: var(--mudevs-surface-strong) !important;
}

/* Registration, ticket editor and secondary WHMCS surfaces. */
.mudevs-theme .verification-banner,
.mudevs-theme .continue-container,
.mudevs-theme .invite-box,
.mudevs-theme .action-icon-btns a,
.mudevs-theme .responsive-tabs-sm,
.mudevs-theme .responsive-tabs-sm .nav-link,
.mudevs-theme .custom-file-label,
.mudevs-theme .popover,
.mudevs-theme .popover-header,
.mudevs-theme .popover-body,
.mudevs-theme .md-editor,
.mudevs-theme .md-header,
.mudevs-theme .md-preview,
.mudevs-theme .md-editor > textarea.markdown-editor {
    color: var(--mudevs-muted-strong) !important;
    background-color: var(--mudevs-surface) !important;
    border-color: var(--mudevs-border) !important;
    box-shadow: none !important;
}

.mudevs-theme .md-editor > textarea.markdown-editor,
.mudevs-theme .md-preview {
    color: var(--mudevs-text) !important;
    background-color: #0e0b0e !important;
}

.mudevs-theme .md-header .btn,
.mudevs-theme .custom-file-label::after,
.mudevs-theme .responsive-tabs-sm .nav-link.active,
.mudevs-theme .responsive-tabs-sm .active > .nav-link {
    color: var(--mudevs-text) !important;
    background-color: var(--mudevs-surface-strong) !important;
    border-color: var(--mudevs-border) !important;
}

.mudevs-theme .custom-file-input:focus ~ .custom-file-label,
.mudevs-theme .action-icon-btns a:hover,
.mudevs-theme .action-icon-btns a:focus {
    border-color: var(--mudevs-pink) !important;
    box-shadow: 0 0 0 0.2rem rgba(254, 49, 115, 0.12) !important;
}

.mudevs-theme .intl-tel-input .country-list {
    color: var(--mudevs-muted-strong) !important;
    background-color: var(--mudevs-surface) !important;
    border-color: var(--mudevs-border) !important;
    box-shadow: var(--mudevs-shadow) !important;
}

.mudevs-theme .intl-tel-input .country-list .divider {
    border-bottom-color: var(--mudevs-border) !important;
}

.mudevs-theme .intl-tel-input .country-list .country.highlight,
.mudevs-theme .intl-tel-input .country-list .country:hover {
    color: var(--mudevs-text) !important;
    background-color: var(--mudevs-surface-strong) !important;
}

.mudevs-theme .intl-tel-input .country-list .country-name,
.mudevs-theme .intl-tel-input .country-list .dial-code,
.mudevs-theme .intl-tel-input .selected-dial-code {
    color: inherit !important;
}

@media screen {
    .mudevs-theme .invoice-container,
    .mudevs-theme .invoice-container .invoice-header,
    .mudevs-theme .invoice-container .invoice-col,
    .mudevs-theme .invoice-container .invoice-items,
    .mudevs-theme .invoice-container .invoice-transactions,
    .mudevs-theme .invoice-container .invoice-notes,
    .mudevs-theme .invoice-container .invoice-payment,
    .mudevs-theme .invoice-container .invoice-total,
    .mudevs-theme .invoice-container .invoice-footer {
        color: var(--mudevs-muted-strong) !important;
        background-color: var(--mudevs-surface) !important;
        border-color: var(--mudevs-border) !important;
        box-shadow: none !important;
    }
}

.mudevs-theme .primary-content pre,
.mudevs-theme .primary-content code,
.mudevs-theme .mudevs-lua-tree,
.mudevs-theme .mudevs-lua-example pre {
    color: #eadfea !important;
    background: #0e0b0e !important;
    border-color: var(--mudevs-border) !important;
}

.mudevs-theme hr,
.mudevs-theme .nav-tabs,
.mudevs-theme .nav-tabs .nav-link,
.mudevs-theme .pagination .page-link,
.mudevs-theme .input-group-addon {
    border-color: var(--mudevs-border) !important;
}

.mudevs-theme .dropdown-item,
.mudevs-theme .pagination .page-link,
.mudevs-theme .nav-tabs .nav-link,
.mudevs-theme .input-group-addon {
    color: var(--mudevs-muted-strong) !important;
    background-color: #0e0b0e !important;
}

.mudevs-theme .dropdown-item:hover,
.mudevs-theme .dropdown-item:focus,
.mudevs-theme .pagination .page-link:hover,
.mudevs-theme .pagination .page-link:focus {
    color: #fff !important;
    background-color: var(--mudevs-surface-strong) !important;
}

.mudevs-theme .pagination .page-item.active .page-link {
    color: #fff !important;
    background-color: var(--mudevs-magenta) !important;
    border-color: var(--mudevs-magenta) !important;
}

.mudevs-theme .pagination .page-item.disabled .page-link {
    color: var(--mudevs-muted) !important;
    background-color: #090709 !important;
}

.mudevs-theme input[type="file"] {
    color: var(--mudevs-muted-strong);
    background: #0e0b0e;
    border-color: var(--mudevs-border);
}

.mudevs-theme input[type="file"]::file-selector-button,
.mudevs-theme input[type="file"]::-webkit-file-upload-button {
    color: #fff;
    background: var(--mudevs-magenta);
    border-color: var(--mudevs-magenta);
}

.mudevs-theme select option {
    color: var(--mudevs-text);
    background: #0e0b0e;
}

.mudevs-theme .alert-success {
    color: #c9f7dd;
    background: rgba(49, 208, 124, 0.12);
    border-color: rgba(49, 208, 124, 0.45);
}

.mudevs-theme .alert-info {
    color: #ddd2ff;
    background: rgba(137, 104, 255, 0.12);
    border-color: rgba(137, 104, 255, 0.45);
}

.mudevs-theme .alert-warning {
    color: #ffe6bd;
    background: rgba(255, 169, 64, 0.12);
    border-color: rgba(255, 169, 64, 0.48);
}

.mudevs-theme .alert-danger {
    color: #ffd2df;
    background: rgba(254, 49, 115, 0.12);
    border-color: rgba(254, 49, 115, 0.45);
}

.mudevs-theme .label-success,
.mudevs-theme .badge-success,
.mudevs-theme .status-active,
.mudevs-theme .status-paid {
    color: #07170f !important;
    background: #52d889 !important;
}

.mudevs-theme .label-danger,
.mudevs-theme .badge-danger,
.mudevs-theme .status-unpaid,
.mudevs-theme .status-cancelled,
.mudevs-theme .status-terminated {
    color: #fff !important;
    background: #d83b69 !important;
}

.mudevs-theme .label-warning,
.mudevs-theme .badge-warning,
.mudevs-theme .status-pending,
.mudevs-theme .status-refunded {
    color: #1a1003 !important;
    background: #f1b353 !important;
}

.mudevs-theme .btn-success {
    color: #07170f;
    background: #52d889;
    border-color: #52d889;
}

.mudevs-theme .btn-danger {
    color: #fff;
    background: #d83b69;
    border-color: #d83b69;
}

.mudevs-theme .btn-warning {
    color: #1a1003;
    background: #f1b353;
    border-color: #f1b353;
}

@media (max-width: 767.98px) {
    .mudevs-theme .mudevs-process-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .mudevs-theme .mudevs-process-grid li {
        min-height: 0;
    }
}

/* The S21.2-3 generator preserves the established legacy form exactly. */
.mudevs-theme .mudevs-main-page.mudevs-main-classic > .mudevs-main-header,
.mudevs-theme .mudevs-main-page.mudevs-main-classic > .mudevs-main-legacy,
.mudevs-theme .mudevs-main-page.mudevs-main-classic > .mudevs-main-classic-panel > .panel-heading {
    display: none !important;
}

.mudevs-theme .mudevs-main-page.mudevs-main-classic > .mudevs-main-classic-panel {
    margin: 0 !important;
    overflow: hidden !important;
    color: #f4edf4 !important;
    background: #171117 !important;
    border: 1px solid #382538 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.mudevs-theme .mudevs-main-page.mudevs-main-classic > .mudevs-main-classic-panel > .panel-body {
    padding: 26px 36px 34px !important;
    background: #171117 !important;
}

.mudevs-theme .mudevs-main-classic-form,
.mudevs-theme .mudevs-main-classic-fields {
    width: 100%;
    max-width: none;
}

.mudevs-theme .mudevs-main-route-help {
    display: block;
    width: min(620px, 100%);
    margin: -4px 0 16px;
    color: #a99ba7 !important;
    line-height: 1.55;
}

.mudevs-theme .mudevs-main-route-legacy .mudevs-main-current-only {
    display: none !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-field,
.mudevs-theme .mudevs-main-page .mudevs-main-classic-file {
    width: 100%;
    margin-bottom: 16px !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-field > label,
.mudevs-theme .mudevs-main-page .mudevs-main-classic-files-title,
.mudevs-theme .mudevs-main-page .mudevs-main-classic-file > label {
    display: block;
    margin: 0 0 8px;
    color: #d5cbd4 !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-field .form-control {
    width: 268px;
    max-width: 100%;
    min-height: 42px;
    padding: 6px 12px;
    margin: 0 0 14px;
    color: #f8f5f8 !important;
    background: #0e0b0e !important;
    border: 1px solid #3a2638 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-readonly {
    opacity: 1;
    cursor: default;
}

.mudevs-theme .mudevs-main-submitted-control {
    display: none !important;
}

.mudevs-theme .mudevs-main-classic-default {
    color: #d5cbd4;
    font-size: 16px;
    line-height: 24px;
}

.mudevs-theme .mudevs-main-classic-default strong {
    color: #fff;
    font-weight: 700;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-crack {
    min-height: 0;
    padding: 0 !important;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.mudevs-theme .mudevs-main-classic-crack-help {
    width: 268px;
    max-width: 100%;
    padding: 12px 20px;
    margin: 0 0 16px;
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
}

.mudevs-theme .mudevs-main-classic-crack-help > div + div {
    margin-top: 48px;
}

.mudevs-theme .mudevs-main-classic-crack-help strong,
.mudevs-theme .mudevs-main-classic-crack-help span {
    display: block;
    color: inherit;
    font-weight: 400;
}

.mudevs-theme .mudevs-main-classic-files-title {
    margin-bottom: 12px;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-file {
    padding: 0;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-file .mudevs-main-file {
    min-height: 0;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-file input[type="file"] {
    width: 268px;
    max-width: 100%;
    min-height: 42px;
    padding: 4px;
    color: #d9cdda !important;
    background: #0e0b0e !important;
    border: 1px solid #3a2638 !important;
    border-radius: 7px !important;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-file input[type="file"]::file-selector-button,
.mudevs-theme .mudevs-main-page .mudevs-main-classic-file input[type="file"]::-webkit-file-upload-button {
    padding: 5px 9px;
    margin-right: 7px;
    color: #161116;
    background: #f5f3f5;
    border: 1px solid #c8c1c8;
    border-radius: 2px;
}

.mudevs-theme .mudevs-main-page .mudevs-main-classic-form .mudevs-main-submit {
    display: block;
    width: auto !important;
    min-width: 106px;
    min-height: 42px;
    padding: 9px 17px;
    margin: 14px 0 0 286px;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .mudevs-theme .mudevs-main-page.mudevs-main-classic > .mudevs-main-classic-panel > .panel-body {
        padding: 22px 20px 26px !important;
    }

    .mudevs-theme .mudevs-main-page .mudevs-main-classic-field .form-control,
    .mudevs-theme .mudevs-main-classic-crack-help,
    .mudevs-theme .mudevs-main-page .mudevs-main-classic-file input[type="file"] {
        width: 100%;
    }

    .mudevs-theme .mudevs-main-page .mudevs-main-classic-form .mudevs-main-submit {
        margin-left: 0;
    }
}

/* Complete feature catalogue */
.mudevs-theme .mudevs-feature-catalog-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(165, 26, 168, 0.2), transparent 34%),
        linear-gradient(180deg, #0c0a0c 0%, #100b10 100%);
    border-block: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-feature-catalog-section .mudevs-section-heading {
    max-width: 800px;
}

.mudevs-theme .mudevs-feature-value {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    max-width: 900px;
    padding: 24px;
    margin: 28px 0 22px;
    color: var(--mudevs-text);
    background: rgba(20, 16, 20, 0.88);
    border: 1px solid rgba(254, 49, 115, 0.35);
    border-radius: var(--mudevs-radius);
    box-shadow: var(--mudevs-shadow);
}

.mudevs-theme .mudevs-feature-value > i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--mudevs-pink);
    background: rgba(254, 49, 115, 0.11);
    border: 1px solid rgba(254, 49, 115, 0.3);
    border-radius: 12px;
    font-size: 20px;
}

.mudevs-theme .mudevs-feature-value strong {
    display: block;
    margin-bottom: 6px;
    color: var(--mudevs-text);
    font-size: 18px;
}

.mudevs-theme .mudevs-feature-value p {
    margin: 0;
    color: var(--mudevs-muted-strong);
    line-height: 1.65;
}

.mudevs-theme .mudevs-feature-open {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.mudevs-theme.modal-open {
    padding-right: 0 !important;
}

.mudevs-theme .mudevs-feature-modal {
    padding-right: 0 !important;
}

.mudevs-theme .mudevs-feature-modal .modal-dialog {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    margin: 24px auto;
}

.mudevs-theme .mudevs-feature-modal .modal-content {
    max-height: calc(100vh - 48px);
    overflow: hidden;
    color: var(--mudevs-text);
    background:
        radial-gradient(circle at 100% 0%, rgba(165, 26, 168, 0.2), transparent 32%),
        #0e0b0e;
    border: 1px solid var(--mudevs-border);
    border-radius: 16px;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.72);
}

.mudevs-theme .mudevs-feature-modal .modal-header {
    align-items: flex-start;
    padding: 24px 28px 20px;
    background: rgba(10, 8, 10, 0.96);
    border-bottom: 1px solid var(--mudevs-border);
}

.mudevs-theme .mudevs-feature-modal .modal-header .mudevs-eyebrow {
    display: block;
    margin-bottom: 6px;
}

.mudevs-theme .mudevs-feature-modal .modal-title {
    margin: 0;
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.15;
}

.mudevs-theme .mudevs-feature-modal .close {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: -2px -4px 0 20px;
    color: var(--mudevs-muted-strong);
    text-shadow: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--mudevs-border-soft);
    border-radius: 10px;
    opacity: 1;
}

.mudevs-theme .mudevs-feature-modal .close:hover,
.mudevs-theme .mudevs-feature-modal .close:focus {
    color: #fff;
    background: rgba(254, 49, 115, 0.12);
    border-color: var(--mudevs-pink);
    outline: 0;
}

.mudevs-theme .mudevs-feature-modal .modal-body {
    padding: 28px;
    overflow-y: auto;
    scrollbar-color: #71306a #151015;
    scrollbar-width: thin;
}

.mudevs-theme .mudevs-feature-modal .modal-body::-webkit-scrollbar {
    width: 10px;
}

.mudevs-theme .mudevs-feature-modal .modal-body::-webkit-scrollbar-track {
    background: #151015;
}

.mudevs-theme .mudevs-feature-modal .modal-body::-webkit-scrollbar-thumb {
    background: #71306a;
    border: 2px solid #151015;
    border-radius: 999px;
}

.mudevs-theme .mudevs-plan-comparison {
    margin-bottom: 28px;
    overflow: hidden;
    background: rgba(20, 16, 20, 0.9);
    border: 1px solid var(--mudevs-border);
    border-radius: 14px;
}

.mudevs-theme .mudevs-plan-comparison-heading {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid var(--mudevs-border-soft);
}

.mudevs-theme .mudevs-plan-comparison-heading h3 {
    margin: 0 0 5px;
    font-size: 22px;
}

.mudevs-theme .mudevs-plan-comparison-heading p {
    max-width: 700px;
    margin: 0;
    color: var(--mudevs-muted);
}

.mudevs-theme .mudevs-plan-comparison-heading > span {
    flex: 0 0 auto;
    padding: 7px 11px;
    color: #fff;
    background: rgba(254, 49, 115, 0.11);
    border: 1px solid rgba(254, 49, 115, 0.35);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.mudevs-theme .mudevs-plan-comparison table {
    width: 100%;
    min-width: 650px;
    margin: 0;
    color: var(--mudevs-text);
    border-collapse: collapse;
}

.mudevs-theme .mudevs-plan-comparison th,
.mudevs-theme .mudevs-plan-comparison td {
    padding: 13px 16px;
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid var(--mudevs-border-soft);
    text-align: left;
    vertical-align: middle;
}

.mudevs-theme .mudevs-plan-comparison thead th {
    color: var(--mudevs-muted);
    background: rgba(255, 255, 255, 0.025) !important;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mudevs-theme .mudevs-plan-comparison tbody th {
    width: 42%;
    color: var(--mudevs-muted-strong);
    font-weight: 600;
}

.mudevs-theme .mudevs-plan-comparison tbody tr:last-child th,
.mudevs-theme .mudevs-plan-comparison tbody tr:last-child td {
    border-bottom: 0;
}

.mudevs-theme .mudevs-plan-comparison .fa-check-circle {
    color: var(--mudevs-green);
}

.mudevs-theme .mudevs-plan-comparison .fa-minus-circle {
    color: #8e7e8b;
}

.mudevs-theme .mudevs-feature-toolbar {
    position: sticky;
    top: -28px;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 18px;
    align-items: end;
    padding: 18px 0 16px;
    margin-bottom: 8px;
    background: linear-gradient(180deg, #0e0b0e 78%, rgba(14, 11, 14, 0));
}

.mudevs-theme .mudevs-feature-toolbar label {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--mudevs-muted-strong);
    font-size: 13px;
    font-weight: 700;
}

.mudevs-theme .mudevs-feature-search-wrap {
    position: relative;
}

.mudevs-theme .mudevs-feature-search-wrap > i {
    position: absolute;
    top: 50%;
    left: 16px;
    color: #8f7d8d;
    transform: translateY(-50%);
    pointer-events: none;
}

.mudevs-theme .mudevs-feature-search-wrap input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 44px;
    color: #fff;
    background: #151015;
    border: 1px solid var(--mudevs-border);
    border-radius: 10px;
    outline: 0;
}

.mudevs-theme .mudevs-feature-search-wrap input:focus {
    border-color: var(--mudevs-pink);
    box-shadow: 0 0 0 3px rgba(254, 49, 115, 0.12);
}

.mudevs-theme .mudevs-feature-search-wrap input::placeholder {
    color: #817480;
}

.mudevs-theme .mudevs-feature-count {
    margin: 0 0 13px;
    color: var(--mudevs-muted);
    font-size: 13px;
    white-space: nowrap;
}

.mudevs-theme .mudevs-feature-groups {
    display: grid;
    gap: 12px;
}

.mudevs-theme .mudevs-feature-group[hidden],
.mudevs-theme [data-mudevs-feature][hidden],
.mudevs-theme .mudevs-feature-empty[hidden] {
    display: none !important;
}

.mudevs-theme .mudevs-feature-group {
    overflow: hidden;
    background: rgba(20, 16, 20, 0.78);
    border: 1px solid var(--mudevs-border);
    border-radius: 12px;
}

.mudevs-theme .mudevs-feature-group[open] {
    border-color: rgba(254, 49, 115, 0.34);
}

.mudevs-theme .mudevs-feature-group summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px 16px;
    column-gap: 14px;
    align-items: center;
    padding: 17px 20px;
    color: var(--mudevs-text);
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.mudevs-theme .mudevs-feature-group summary::-webkit-details-marker {
    display: none;
}

.mudevs-theme .mudevs-feature-group summary > span {
    display: inline-flex;
    min-width: 0;
    gap: 11px;
    align-items: center;
    font-family: "Inter Tight", "Inter", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.mudevs-theme .mudevs-feature-group summary > span i {
    width: 20px;
    color: var(--mudevs-pink);
    text-align: center;
}

.mudevs-theme .mudevs-feature-group summary > small {
    display: block;
    width: 52px;
    color: var(--mudevs-muted);
    font-size: 12px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    justify-self: center;
    text-align: center;
}

.mudevs-theme .mudevs-feature-group summary::after {
    content: "\f078";
    color: var(--mudevs-muted);
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    justify-self: end;
    transition: transform 160ms ease;
}

.mudevs-theme .mudevs-feature-group[open] summary::after {
    transform: rotate(180deg);
}

.mudevs-theme .mudevs-feature-group-intro {
    padding: 0 20px 15px;
    margin: -2px 0 0;
    color: var(--mudevs-muted);
    border-bottom: 1px solid var(--mudevs-border-soft);
    line-height: 1.6;
}

.mudevs-theme .mudevs-feature-group ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mudevs-theme .mudevs-feature-group li {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 11px 16px 11px 20px;
    color: var(--mudevs-muted-strong);
    border-bottom: 1px solid rgba(111, 68, 107, 0.25);
}

.mudevs-theme .mudevs-feature-group li:nth-child(odd) {
    border-right: 1px solid rgba(111, 68, 107, 0.25);
}

.mudevs-theme .mudevs-feature-group li::before {
    content: "\f058";
    flex: 0 0 auto;
    color: var(--mudevs-green);
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
}

.mudevs-theme .mudevs-feature-group li > span {
    flex: 1 1 auto;
    line-height: 1.4;
}

.mudevs-theme .mudevs-feature-group li > small {
    flex: 0 0 auto;
    padding: 4px 7px;
    color: #e9cfe4;
    background: rgba(165, 26, 168, 0.11);
    border: 1px solid rgba(165, 26, 168, 0.25);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.025em;
    white-space: nowrap;
}

.mudevs-theme .mudevs-feature-empty {
    padding: 30px 20px;
    margin: 12px 0;
    color: var(--mudevs-muted-strong);
    background: rgba(255, 255, 255, 0.025);
    border: 1px dashed var(--mudevs-border);
    border-radius: 12px;
    text-align: center;
}

.mudevs-theme .mudevs-feature-disclaimer {
    max-width: 900px;
    margin: 20px 0 0;
    color: #8f818d;
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .mudevs-theme .mudevs-feature-value {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .mudevs-theme .mudevs-feature-modal .modal-dialog {
        width: 100%;
        max-width: none;
        min-height: 100%;
        margin: 0;
    }

    .mudevs-theme .mudevs-feature-modal .modal-content {
        min-height: 100vh;
        max-height: 100vh;
        border: 0;
        border-radius: 0;
    }

    .mudevs-theme .mudevs-feature-modal .modal-header,
    .mudevs-theme .mudevs-feature-modal .modal-body {
        padding-inline: 18px;
    }

    .mudevs-theme .mudevs-plan-comparison-heading {
        flex-direction: column;
    }

    .mudevs-theme .mudevs-plan-comparison .table-responsive {
        overflow: visible;
    }

    .mudevs-theme .mudevs-plan-comparison table,
    .mudevs-theme .mudevs-plan-comparison tbody {
        display: block;
        min-width: 0;
    }

    .mudevs-theme .mudevs-plan-comparison thead {
        display: none;
    }

    .mudevs-theme .mudevs-plan-comparison tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-bottom: 1px solid var(--mudevs-border-soft);
    }

    .mudevs-theme .mudevs-plan-comparison tbody tr:last-child {
        border-bottom: 0;
    }

    .mudevs-theme .mudevs-plan-comparison tbody th {
        display: block;
        grid-column: 1 / -1;
        width: auto;
        padding: 13px 16px 9px;
        border-bottom: 0;
    }

    .mudevs-theme .mudevs-plan-comparison tbody td {
        display: block;
        min-width: 0;
        padding: 8px 16px 14px;
        border-bottom: 0;
        overflow-wrap: anywhere;
    }

    .mudevs-theme .mudevs-plan-comparison tbody td + td {
        border-left: 1px solid var(--mudevs-border-soft);
    }

    .mudevs-theme .mudevs-plan-comparison tbody td::before {
        content: attr(data-plan-label);
        display: block;
        margin-bottom: 5px;
        color: var(--mudevs-muted);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .mudevs-theme .mudevs-feature-toolbar {
        top: -28px;
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-feature-count {
        margin-bottom: 8px;
    }

    .mudevs-theme .mudevs-feature-group ul {
        grid-template-columns: 1fr;
    }

    .mudevs-theme .mudevs-feature-group li:nth-child(odd) {
        border-right: 0;
    }

    .mudevs-theme .mudevs-feature-group li {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .mudevs-theme *,
    .mudevs-theme *::before,
    .mudevs-theme *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
