/* RCBilling EcoHosting integration */
:root {
    --rcb-primary: #5d37f3;
    --rcb-primary-dark: #2d0fbf;
    --rcb-accent: #ff7f32;
    --rcb-ink: #17233d;
    --rcb-muted: #6f7b95;
    --rcb-soft: #f5f7ff;
    --rcb-surface: #ffffff;
    --rcb-border: rgba(93, 55, 243, 0.12);
    --rcb-shadow: 0 24px 60px rgba(27, 39, 94, 0.12);
    --rcb-shadow-soft: 0 16px 40px rgba(27, 39, 94, 0.08);
}

body.rcb-public,
body.rcb-client,
body.rcb-admin,
body.rcb-guest {
    color: var(--rcb-ink);
}

html {
    color-scheme: light;
}

body.rcb-public .header-sticky.sticky-bar,
body.rcb-client .header-sticky.sticky-bar,
body.rcb-admin .header-sticky.sticky-bar {
    background: rgba(28, 17, 77, 0.94);
}

.rcb-header-solid,
.rcb-header-solid .header-bottom,
body.rcb-guest .header-sticky.sticky-bar,
body.rcb-public .header-sticky.sticky-bar {
    background: rgba(28, 17, 77, 0.97);
}

.rcb-header-solid {
    box-shadow: 0 18px 45px rgba(16, 10, 46, 0.22);
}

body.rcb-guest .header-area,
body.rcb-guest .main-header,
body.rcb-guest .header-bottom,
body.rcb-guest .header-bottom.header-sticky,
body.rcb-guest .menu-wrapper,
.rcb-header-solid,
.rcb-header-solid .main-header,
.rcb-header-solid .header-bottom,
.rcb-header-solid .header-bottom.header-sticky {
    background: #24175e !important;
}

body.rcb-guest .header-area,
.rcb-header-solid {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

body.rcb-guest .logo img,
.rcb-header-solid .logo img {
    max-height: 44px;
    width: auto;
}

body.rcb-guest #navigation > li > a,
body.rcb-guest .rcb-header-actions .btn3,
body.rcb-guest .rcb-header-actions .btn,
.rcb-header-solid #navigation > li > a,
.rcb-header-solid .rcb-header-actions .btn3,
.rcb-header-solid .rcb-header-actions .btn {
    color: #fff !important;
}

.active-link {
    color: #fff !important;
}

.rcb-public-home .slider-area,
.rcb-area-hero {
    overflow: hidden;
}

.rcb-public-shell {
    min-height: 100vh;
}

.rcb-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.rcb-hero-badges span,
.rcb-pill {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 18px;
}

.rcb-pill.soft {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
}

.rcb-hero-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rcb-public-card,
.rcb-contact-card,
.client-panel,
.admin-panel,
.client-sidebar-card,
.admin-sidebar-card {
    background: var(--rcb-surface);
    border: 1px solid var(--rcb-border);
    border-radius: 22px;
    box-shadow: var(--rcb-shadow-soft);
}

.rcb-contact-card {
    height: 100%;
    padding: 24px;
}

.rcb-contact-card h3 {
    color: var(--rcb-primary-dark);
    font-size: 20px;
    margin-bottom: 8px;
}

.rcb-feature-card,
.single-card {
    border-radius: 24px;
    box-shadow: var(--rcb-shadow-soft);
}

.single-card.rcb-featured-plan {
    border: 2px solid rgba(255, 127, 50, 0.28);
    transform: translateY(-10px);
}

.single-card .card-top p,
.single-card .card-bottom ul li,
.cat-cap p,
.hero__caption p,
.support-details,
.single-question .pera p,
.footer-tittle p,
.footer-copy-right p,
.hero-cap p {
    color: var(--rcb-muted);
}

.single-card .card-mid h4,
.single-card .card-top h4,
.section-tittle h2,
.hero__caption h1,
.hero-cap h2,
.about-caption h2,
.support-caption h2 {
    color: var(--rcb-ink);
}

.rcb-area-body {
    background: linear-gradient(180deg, #f7f8ff 0%, #eef2ff 100%);
    min-height: 60vh;
}

body.rcb-public .section-bg1,
body.rcb-public .section-bg2,
body.rcb-guest .section-bg1,
body.rcb-guest .section-bg2,
body.rcb-public .pricing-card-area {
    background: linear-gradient(180deg, #2d0a31 0%, #25104a 100%);
}

body.rcb-public .section-bg1 .section-tittle h2,
body.rcb-public .section-bg2 .section-tittle h2,
body.rcb-guest .section-bg1 .section-tittle h2,
body.rcb-guest .section-bg2 .section-tittle h2,
body.rcb-public .section-bg1 .about-caption h2,
body.rcb-public .section-bg2 .about-caption h2,
body.rcb-public .section-bg1 .support-caption h2,
body.rcb-public .section-bg2 .support-caption h2,
body.rcb-public .section-bg1 .single-question .pera h2,
body.rcb-public .section-bg2 .single-question .pera h2,
body.rcb-public .section-bg1 .cat-cap h5,
body.rcb-public .section-bg2 .cat-cap h5,
body.rcb-public .section-bg1 .cat-cap h5 a,
body.rcb-public .section-bg2 .cat-cap h5 a,
body.rcb-public .pricing-card-area .section-tittle h2,
body.rcb-public .hero-cap h2,
body.rcb-guest .hero-cap h2 {
    color: #fff !important;
}

body.rcb-public .section-bg1 p,
body.rcb-public .section-bg2 p,
body.rcb-guest .section-bg1 p,
body.rcb-guest .section-bg2 p,
body.rcb-public .section-bg1 .cat-cap p,
body.rcb-public .section-bg2 .cat-cap p,
body.rcb-public .section-bg1 .support-details,
body.rcb-public .section-bg2 .support-details,
body.rcb-public .section-bg1 .single-question .pera p,
body.rcb-public .section-bg2 .single-question .pera p,
body.rcb-public .pricing-card-area .section-tittle p {
    color: rgba(255, 255, 255, 0.72) !important;
}

body.rcb-public .single-cat,
body.rcb-public .single-question,
body.rcb-public .support-area .single-contact {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

body.rcb-public .single-question span {
    color: #ff9bf8;
}

body.rcb-public .single-card .card-top h4,
body.rcb-public .single-card .card-mid h4,
body.rcb-public .single-card .card-top p,
body.rcb-public .single-card .card-bottom ul li,
body.rcb-public .single-card .card-bottom ul li span {
    color: var(--rcb-ink) !important;
}

body.rcb-public .single-card .card-bottom .borders-btn {
    color: var(--rcb-primary);
}

body.rcb-guest .hero-area2.slider-height {
    background:
        radial-gradient(circle at top right, rgba(160, 106, 255, 0.16), transparent 320px),
        radial-gradient(circle at bottom left, rgba(93, 55, 243, 0.1), transparent 360px),
        linear-gradient(180deg, #f8f9ff 0%, #edf2ff 100%);
    height: auto !important;
    min-height: 0 !important;
    padding: 154px 0 72px;
    position: relative;
}

body.rcb-guest .hero-area2.slider-height::before {
    background:
        linear-gradient(135deg, rgba(93, 55, 243, 0.06), transparent 46%),
        radial-gradient(circle at 18% 18%, rgba(93, 55, 243, 0.08), transparent 180px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

body.rcb-guest .hero-area2.slider-height > .container {
    position: relative;
    z-index: 1;
}

body.rcb-guest .hero-area2 .hero-cap {
    margin: 0 auto;
    max-width: 820px;
}

body.rcb-guest .hero-area2 .hero-cap h2 {
    color: var(--rcb-primary-dark) !important;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.06;
    margin-bottom: 0;
}

body.rcb-guest .hero-area2 .hero-cap p {
    color: var(--rcb-muted) !important;
    font-size: 18px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

body.rcb-guest .pricing-card-area.pricing-card-area2 {
    margin-top: 0 !important;
    padding-top: 32px;
    position: relative;
}

.rcb-domain-results-page {
    background:
        radial-gradient(circle at top left, rgba(160, 106, 255, 0.12), transparent 260px),
        linear-gradient(180deg, #f8f9ff 0%, #edf2ff 100%);
    min-height: 55vh;
    padding: 0 0 88px;
}

.rcb-domain-search-panel,
.rcb-domain-table-wrap {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(93, 55, 243, 0.12);
    border-radius: 28px;
    box-shadow: var(--rcb-shadow-soft);
}

.rcb-domain-search-panel {
    margin-top: -18px;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.rcb-domain-search-copy h3,
.rcb-domain-section-title {
    color: var(--rcb-primary-dark);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.rcb-domain-search-copy p {
    color: var(--rcb-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0 22px;
    max-width: 640px;
}

.rcb-domain-search-form {
    margin: 0;
}

.rcb-domain-search-input {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(93, 55, 243, 0.12);
    border-radius: 999px;
    display: flex;
    gap: 16px;
    min-height: 70px;
    padding: 10px 10px 10px 22px;
}

.rcb-domain-search-input span {
    color: var(--rcb-primary);
    font-size: 18px;
}

.rcb-domain-search-input input {
    background: transparent;
    border: 0;
    color: var(--rcb-ink);
    flex: 1 1 auto;
    font-size: 16px;
    min-width: 0;
    outline: none;
    padding: 0;
}

.rcb-domain-search-input input::placeholder {
    color: #8a94af;
}

.rcb-domain-search-input .btn {
    flex: 0 0 auto;
    min-height: 50px;
    padding: 14px 24px;
}

.rcb-domain-tld-strip {
    background: linear-gradient(135deg, #2d1676 0%, #5d37f3 100%);
    border-radius: 24px;
    color: #fff;
    height: 100%;
    padding: 22px;
}

.rcb-domain-tld-strip-title {
    color: rgba(255, 255, 255, 0.76);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.rcb-domain-tld-list {
    display: grid;
    gap: 12px;
}

.rcb-domain-tld-item {
    align-items: baseline;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 16px;
}

.rcb-domain-tld-item strong {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.rcb-domain-tld-item span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 600;
}

.rcb-domain-table-wrap {
    margin-top: 24px;
    padding: 30px;
}

.rcb-domain-result-count {
    background: rgba(93, 55, 243, 0.08);
    border-radius: 999px;
    color: var(--rcb-primary-dark);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
}

.rcb-domain-results-table {
    margin-bottom: 0;
}

.rcb-domain-results-table thead th {
    background: rgba(93, 55, 243, 0.04);
    border-bottom: 1px solid rgba(93, 55, 243, 0.12);
    color: #6a7694;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 18px 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.rcb-domain-results-table tbody td {
    border-bottom-color: rgba(93, 55, 243, 0.08);
    color: var(--rcb-ink);
    padding: 18px 20px;
    vertical-align: middle;
}

.rcb-domain-results-table tbody tr:last-child td {
    border-bottom: 0;
}

.rcb-domain-results-table tbody tr:hover td {
    background: rgba(93, 55, 243, 0.025);
}

.rcb-domain-name-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rcb-domain-name-cell strong {
    color: var(--rcb-primary-dark);
    font-size: 17px;
}

.rcb-domain-name-cell span {
    color: var(--rcb-muted);
    font-size: 13px;
}

.rcb-domain-price-cell {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rcb-domain-price-original {
    color: #8d97b2;
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
}

.rcb-domain-price-promo,
.rcb-domain-price-regular {
    color: var(--rcb-primary-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.rcb-domain-price-badge {
    background: rgba(255, 127, 50, 0.14);
    border-radius: 999px;
    color: #d45d15;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 6px 9px;
    text-transform: uppercase;
}

.rcb-domain-status-badge,
.rcb-domain-results-table .badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 9px 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.rcb-domain-status-badge.available {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.rcb-domain-status-badge.unavailable {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.rcb-domain-status-badge.error {
    background: rgba(100, 116, 139, 0.14);
    color: #475569;
}

.rcb-domain-status-badge.premium {
    background: rgba(245, 158, 11, 0.16);
    color: #92400e;
}

.rcb-domain-period-select,
.rcb-domain-results-table select {
    background-color: #fff;
    border: 1px solid rgba(93, 55, 243, 0.16);
    border-radius: 12px;
    color: var(--rcb-ink);
    font-size: 14px;
    font-weight: 600;
    min-height: 42px;
    min-width: 112px;
    padding: 8px 34px 8px 12px;
}

.rcb-domain-period-select:focus,
.rcb-domain-results-table select:focus {
    border-color: rgba(93, 55, 243, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(93, 55, 243, 0.12);
    outline: 0;
}

.rcb-domain-action-btn {
    min-width: 170px;
    text-align: center;
}

.rcb-domain-action-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rcb-domain-action-secondary {
    border: 1px solid rgba(93, 55, 243, 0.16);
}

.rcb-domain-action-btn.is-disabled,
.rcb-domain-action-btn.is-disabled:hover,
.rcb-domain-results-table button:disabled,
.rcb-domain-results-table .btn:disabled {
    background: rgba(23, 35, 61, 0.08) !important;
    border-color: rgba(23, 35, 61, 0.08) !important;
    color: #7a869f !important;
    cursor: not-allowed;
    opacity: 1;
}

.rcb-domain-action-note {
    color: var(--rcb-muted);
    display: block;
    font-size: 12px;
    line-height: 1.45;
    max-width: 190px;
}

.rcb-domain-empty-state {
    align-items: center;
    background: linear-gradient(180deg, rgba(93, 55, 243, 0.03), rgba(93, 55, 243, 0.01));
    border: 1px dashed rgba(93, 55, 243, 0.18);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    padding: 32px;
    text-align: center;
}

.rcb-domain-empty-state h4 {
    color: var(--rcb-primary-dark);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.rcb-domain-empty-state p {
    color: var(--rcb-muted);
    font-size: 16px;
    line-height: 1.7;
    max-width: 620px;
}

.rcb-domain-results-mobile {
    display: none;
}

.rcb-domain-mobile-card,
.rcb-transfer-step,
.rcb-transfer-sidecard {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(93, 55, 243, 0.12);
    border-radius: 24px;
    box-shadow: var(--rcb-shadow-soft);
    padding: 24px;
}

.rcb-domain-mobile-card + .rcb-domain-mobile-card {
    margin-top: 18px;
}

.rcb-transfer-step h4,
.rcb-transfer-sidecard h3 {
    color: var(--rcb-primary-dark);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.rcb-transfer-step p,
.rcb-transfer-sidecard p {
    color: var(--rcb-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.rcb-transfer-sidecard {
    background:
        radial-gradient(circle at top right, rgba(93, 55, 243, 0.08), transparent 180px),
        rgba(255, 255, 255, 0.96);
}

.rcb-transfer-sidecard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.rcb-header-nav {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: flex-end;
    width: 100%;
}

.rcb-header-nav .main-menu {
    flex: 1 1 auto;
    min-width: 0;
}

.rcb-header-nav #navigation {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    justify-content: center;
}

.rcb-header-nav #navigation > li,
.rcb-header-nav #navigation > li > a {
    white-space: nowrap;
}

.rcb-header-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

.rcb-header-actions .btn,
.rcb-header-actions .btn3 {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
}

.rcb-header-actions .btn3 {
    color: #fff !important;
}

.rcb-header-public {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 96px;
    width: 100%;
}

.rcb-header-public .logo {
    flex: 0 0 auto;
    margin: 0;
    min-width: 0;
}

.rcb-header-public .logo a {
    align-items: center;
    display: inline-flex;
    max-width: 196px;
}

.rcb-header-public .logo img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.rcb-header-public-desktop {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 18px;
    justify-content: flex-end;
    min-width: 0;
}

.rcb-header-public-desktop .main-menu {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.rcb-header-public-desktop .main-menu nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    width: 100%;
}

.rcb-header-public-desktop #navigation {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-end;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.rcb-header-public-desktop #navigation > li {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
}

.rcb-header-public-desktop #navigation > li > a {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    line-height: 1.15;
    margin: 0 !important;
    min-height: 96px;
    padding: 0 !important;
}

.rcb-header-public-desktop .rcb-header-actions {
    flex-shrink: 0;
    gap: 10px;
    margin-left: 14px;
}

.rcb-header-public-desktop .rcb-header-actions .btn,
.rcb-header-public-desktop .rcb-header-actions .btn3 {
    min-height: 50px;
    padding: 15px 24px !important;
}

.rcb-header-solid .container-fluid,
.header-transparent .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
}

.rcb-header-solid .row.align-items-center,
.header-transparent .row.align-items-center {
    flex-wrap: nowrap;
}

.rcb-header-solid .logo,
.header-transparent .logo {
    align-items: center;
    display: flex;
    min-height: 96px;
    position: relative;
    z-index: 2;
}

.rcb-header-solid .logo a,
.header-transparent .logo a {
    align-items: center;
    display: inline-flex;
    max-width: 196px;
}

.rcb-header-solid .logo img,
.header-transparent .logo img {
    display: block;
    height: auto;
    max-height: 44px;
    max-width: 100%;
    object-fit: contain;
}

.rcb-alert,
.rcb-domain-alert {
    border-radius: 18px;
    font-weight: 600;
    line-height: 1.55;
    padding: 16px 18px;
}

.rcb-domain-alert ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.rcb-domain-alert li + li {
    margin-top: 4px;
}

.client-panel,
.admin-panel {
    padding: 24px;
}

.client-sidebar-card,
.admin-sidebar-card {
    padding: 20px;
}

@media (max-width: 1199.98px) {
    .rcb-header-public-desktop #navigation {
        gap: 12px;
    }

    .rcb-header-public-desktop #navigation > li > a {
        font-size: 12px;
    }

    .rcb-header-public-desktop .rcb-header-actions .btn,
    .rcb-header-public-desktop .rcb-header-actions .btn3 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media (max-width: 991.98px) {
    body.rcb-guest .hero-area2.slider-height {
        padding: 132px 0 56px;
    }

    body.rcb-guest .hero-area2 .hero-cap h2 {
        font-size: 40px;
    }

    .rcb-domain-search-panel,
    .rcb-domain-table-wrap {
        border-radius: 22px;
        padding: 22px;
    }

    .rcb-domain-search-input {
        border-radius: 22px;
        flex-wrap: wrap;
        padding: 14px;
    }

    .rcb-domain-search-input input {
        flex-basis: calc(100% - 42px);
    }

    .rcb-domain-search-input .btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .rcb-domain-tld-strip {
        margin-top: 18px;
    }

    .rcb-domain-results-table thead th,
    .rcb-domain-results-table tbody td {
        padding: 16px;
    }

    .rcb-domain-action-btn {
        min-width: 140px;
    }

    .rcb-transfer-step,
    .rcb-transfer-sidecard {
        padding: 22px;
    }
}

@media (max-width: 767.98px) {
    .rcb-header-solid .container-fluid,
    .header-transparent .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.rcb-guest .hero-area2.slider-height {
        padding: 116px 0 44px;
    }

    body.rcb-guest .hero-area2 .hero-cap h2 {
        font-size: 32px;
    }

    body.rcb-guest .hero-area2 .hero-cap p {
        font-size: 16px;
    }

    .rcb-domain-results-page {
        padding-bottom: 56px;
    }

    .rcb-domain-search-copy h3,
    .rcb-domain-section-title {
        font-size: 26px;
    }

    .rcb-domain-table-wrap {
        padding: 16px;
    }

    .rcb-domain-results-table {
        min-width: 0;
    }

    .rcb-domain-result-count {
        display: inline-flex;
        margin-top: 10px;
    }

    .rcb-domain-results-mobile {
        display: block;
    }

    .rcb-domain-empty-state {
        min-height: 220px;
        padding: 24px 18px;
    }

    .rcb-domain-empty-state h4 {
        font-size: 22px;
    }

    .rcb-domain-empty-state p {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .rcb-domain-search-panel,
    .rcb-domain-table-wrap {
        border-radius: 18px;
    }

    .rcb-domain-search-input {
        gap: 10px;
        min-height: 0;
    }

    .rcb-domain-search-input span {
        display: none;
    }

    .rcb-domain-search-input input {
        flex-basis: 100%;
        min-height: 44px;
    }

    .rcb-domain-tld-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .rcb-domain-mobile-card,
    .rcb-transfer-step,
    .rcb-transfer-sidecard {
        border-radius: 22px;
        padding: 20px;
    }

    .rcb-transfer-step h4,
    .rcb-transfer-sidecard h3 {
        font-size: 21px;
    }

    .rcb-transfer-sidecard-actions .btn,
    .rcb-transfer-sidecard-actions .btn3 {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    .rcb-domain-mobile-card,
    .rcb-transfer-step,
    .rcb-transfer-sidecard {
        background: rgba(17, 26, 49, 0.92);
        border-color: rgba(145, 167, 255, 0.16);
    }

    .rcb-transfer-sidecard {
        background:
            radial-gradient(circle at top right, rgba(99, 102, 241, 0.18), transparent 180px),
            rgba(17, 26, 49, 0.94);
    }

    .rcb-transfer-step h4,
    .rcb-transfer-sidecard h3 {
        color: #edf2ff;
    }

    .rcb-transfer-step p,
    .rcb-transfer-sidecard p {
        color: #b7c0dd;
    }
}

/* Shared UI rebuild */
.rcb-shell-page,
.rcb-public-stack {
    display: grid;
    gap: 24px;
}

.rcb-shell-intro,
.rcb-home-hero-panel,
.rcb-spotlight-panel {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 220px),
        linear-gradient(135deg, rgba(45, 15, 191, 0.96) 0%, rgba(93, 55, 243, 0.94) 58%, rgba(255, 127, 50, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(37, 18, 105, 0.24);
    color: #fff;
    overflow: hidden;
    padding: 30px 30px 28px;
    position: relative;
}

.rcb-shell-intro::before,
.rcb-home-hero-panel::before,
.rcb-spotlight-panel::before {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 70%);
    content: "";
    height: 220px;
    pointer-events: none;
    position: absolute;
    right: -60px;
    top: -60px;
    width: 220px;
}

.rcb-shell-kicker,
.rcb-home-kicker,
.rcb-panel-kicker {
    color: rgba(255, 255, 255, 0.78);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.rcb-shell-title,
.rcb-home-title {
    color: #fff;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.04;
    margin-bottom: 12px;
}

.rcb-shell-subtitle,
.rcb-home-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 760px;
}

.rcb-shell-actions,
.rcb-home-actions,
.rcb-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.rcb-shell-actions .btn,
.rcb-shell-actions .btn3,
.rcb-home-actions .btn,
.rcb-home-actions .btn3,
.rcb-dashboard-actions .btn,
.rcb-dashboard-actions .btn3 {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 54px;
    padding: 15px 24px !important;
}

.rcb-shell-stat-grid,
.rcb-home-stat-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin-top: 24px;
}

.rcb-shell-stat,
.rcb-home-stat {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    min-height: 100%;
    padding: 16px 18px;
}

.rcb-shell-stat span,
.rcb-home-stat span {
    color: rgba(255, 255, 255, 0.68);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rcb-shell-stat strong,
.rcb-home-stat strong {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-top: 8px;
}

.rcb-shell-stat small,
.rcb-home-stat small {
    color: rgba(255, 255, 255, 0.74);
    display: block;
    line-height: 1.5;
    margin-top: 6px;
}

.rcb-panel,
.rcb-public-card,
.client-panel,
.admin-panel {
    border-radius: 26px;
    overflow: hidden;
}

.rcb-panel .card-header,
.rcb-public-card .card-header,
.client-panel .card-header,
.admin-panel .card-header {
    background: transparent;
    border: 0;
    padding: 28px 28px 0 !important;
}

.rcb-panel .card-body,
.rcb-public-card .card-body,
.client-panel .card-body,
.admin-panel .card-body {
    padding: 20px 28px 28px !important;
}

.rcb-panel-header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.rcb-panel-title {
    color: var(--rcb-primary-dark);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
}

.rcb-panel-subtitle {
    color: var(--rcb-muted);
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.rcb-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rcb-toolbar .btn,
.rcb-toolbar .btn3,
.rcb-toolbar .btn-outline-secondary,
.rcb-toolbar .btn-outline-primary,
.rcb-toolbar .btn-warning,
.rcb-toolbar .btn-primary {
    border-radius: 999px;
}

.rcb-empty-state {
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(93, 55, 243, 0.05) 0%, rgba(93, 55, 243, 0.02) 100%);
    border: 1px dashed rgba(93, 55, 243, 0.2);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 180px;
    justify-content: center;
    padding: 26px;
}

.rcb-empty-state h3,
.rcb-empty-state h4 {
    color: var(--rcb-primary-dark);
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.rcb-empty-state p {
    color: var(--rcb-muted);
    line-height: 1.7;
    margin: 0;
    max-width: 640px;
}

.rcb-table-shell .table-responsive,
.rcb-panel .table-responsive,
.rcb-public-card .table-responsive,
.client-panel .table-responsive,
.admin-panel .table-responsive {
    border: 1px solid rgba(93, 55, 243, 0.1);
    border-radius: 18px;
    overflow: hidden;
}

.rcb-table-shell .table,
.rcb-panel .table,
.rcb-public-card .table,
.client-panel .table,
.admin-panel .table {
    margin-bottom: 0;
}

.rcb-table-shell .table thead th,
.rcb-panel .table thead th,
.rcb-public-card .table thead th,
.client-panel .table thead th,
.admin-panel .table thead th {
    background: rgba(93, 55, 243, 0.04);
    color: #6b7898;
    padding-bottom: 16px;
    padding-top: 16px;
}

.rcb-table-shell .table tbody tr:hover td,
.rcb-panel .table tbody tr:hover td,
.rcb-public-card .table tbody tr:hover td,
.client-panel .table tbody tr:hover td,
.admin-panel .table tbody tr:hover td {
    background: rgba(93, 55, 243, 0.035);
}

.rcb-note-strip {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(93, 55, 243, 0.12);
    border-radius: 22px;
    box-shadow: var(--rcb-shadow-soft);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 22px;
}

.rcb-note-strip-item span {
    color: var(--rcb-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.rcb-note-strip-item strong {
    color: var(--rcb-ink);
    display: block;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.rcb-home-page {
    background:
        radial-gradient(circle at top left, rgba(93, 55, 243, 0.1), transparent 320px),
        radial-gradient(circle at bottom right, rgba(255, 127, 50, 0.08), transparent 300px),
        linear-gradient(180deg, #f8f9ff 0%, #edf2ff 100%);
    padding-bottom: 88px;
}

.rcb-home-hero {
    padding: 154px 0 52px;
}

.rcb-home-search-card,
.rcb-home-mini-card,
.rcb-home-feature-card,
.rcb-home-plan-card,
.rcb-home-feed-card,
.rcb-home-faq-card,
.rcb-home-contact-card,
.rcb-dashboard-spotlight {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(93, 55, 243, 0.12);
    border-radius: 26px;
    box-shadow: var(--rcb-shadow-soft);
}

.rcb-home-search-card,
.rcb-home-contact-card,
.rcb-dashboard-spotlight {
    padding: 24px;
}

.rcb-home-search-form {
    display: grid;
    gap: 14px;
}

.rcb-home-search-input {
    align-items: center;
    background: rgba(247, 248, 255, 0.96);
    border: 1px solid rgba(93, 55, 243, 0.12);
    border-radius: 20px;
    display: flex;
    gap: 12px;
    padding: 10px;
}

.rcb-home-search-input i {
    color: var(--rcb-primary);
    font-size: 18px;
    margin-left: 8px;
}

.rcb-home-search-input input {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--rcb-ink);
    flex: 1 1 auto;
    font-size: 16px;
    min-width: 0;
    outline: 0;
    padding: 10px 4px;
}

.rcb-home-search-input .btn {
    flex: 0 0 auto;
    min-height: 52px;
}

.rcb-home-domain-grid,
.rcb-home-feature-grid,
.rcb-home-plan-grid,
.rcb-home-feed-grid,
.rcb-home-contact-grid {
    display: grid;
    gap: 18px;
}

.rcb-home-domain-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.rcb-home-domain-chip {
    background: rgba(93, 55, 243, 0.05);
    border: 1px solid rgba(93, 55, 243, 0.1);
    border-radius: 18px;
    padding: 14px 16px;
}

.rcb-home-domain-chip strong,
.rcb-home-mini-card strong {
    color: var(--rcb-primary-dark);
    display: block;
    font-size: 18px;
    font-weight: 800;
}

.rcb-home-domain-chip span,
.rcb-home-mini-card span {
    color: var(--rcb-muted);
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.rcb-home-feature-card,
.rcb-home-plan-card,
.rcb-home-feed-card,
.rcb-home-faq-card {
    height: 100%;
    padding: 24px;
}

.rcb-home-feature-card h3,
.rcb-home-plan-card h3,
.rcb-home-feed-card h3,
.rcb-home-faq-card h3,
.rcb-home-contact-card h3,
.rcb-dashboard-spotlight h3 {
    color: var(--rcb-primary-dark);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.rcb-home-feature-card p,
.rcb-home-plan-card p,
.rcb-home-feed-card p,
.rcb-home-faq-card p,
.rcb-home-contact-card p,
.rcb-dashboard-spotlight p {
    color: var(--rcb-muted);
    line-height: 1.7;
}

.rcb-home-icon {
    align-items: center;
    background: rgba(93, 55, 243, 0.08);
    border-radius: 18px;
    color: var(--rcb-primary);
    display: inline-flex;
    font-size: 20px;
    height: 52px;
    justify-content: center;
    margin-bottom: 16px;
    width: 52px;
}

.rcb-home-plan-top {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.rcb-home-price {
    color: var(--rcb-primary-dark);
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.rcb-home-price span {
    color: var(--rcb-muted);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
}

.rcb-home-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.rcb-home-list li {
    color: var(--rcb-ink);
    list-style: none;
    padding-left: 24px;
    position: relative;
}

.rcb-home-list li::before {
    color: var(--rcb-primary);
    content: "•";
    font-size: 20px;
    left: 8px;
    line-height: 1;
    position: absolute;
    top: 0;
}

.rcb-home-plan-card .btn,
.rcb-home-feed-card .btn3 {
    margin-top: 18px;
}

.rcb-home-comparison-table {
    min-width: 780px;
}

.rcb-home-comparison-table thead th:first-child,
.rcb-home-comparison-table tbody td:first-child {
    min-width: 220px;
}

.rcb-home-feed-card .badge {
    width: fit-content;
}

.rcb-cart-item {
    border-radius: 20px;
    padding: 18px 0;
}

.rcb-code-block {
    background: rgba(247, 248, 255, 0.96);
    border: 1px solid rgba(93, 55, 243, 0.12);
    border-radius: 18px;
    color: var(--rcb-ink);
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
    overflow: auto;
    padding: 18px;
    white-space: pre-wrap;
    word-break: break-word;
}

.rcb-status-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rcb-status-pills .btn {
    border-radius: 999px;
}

.rcb-surface-alert {
    border-radius: 22px;
    border: 0;
    box-shadow: var(--rcb-shadow-soft);
}

.rcb-inline-link {
    color: var(--rcb-primary-dark);
    font-weight: 700;
    text-decoration: none;
}

.rcb-inline-link:hover {
    color: var(--rcb-primary);
}

@media (max-width: 991.98px) {
    .rcb-shell-intro,
    .rcb-home-hero-panel,
    .rcb-spotlight-panel {
        padding: 24px 22px;
    }

    .rcb-panel .card-header,
    .rcb-public-card .card-header,
    .client-panel .card-header,
    .admin-panel .card-header {
        padding: 24px 22px 0 !important;
    }

    .rcb-panel .card-body,
    .rcb-public-card .card-body,
    .client-panel .card-body,
    .admin-panel .card-body {
        padding: 18px 22px 22px !important;
    }

    .rcb-home-hero {
        padding: 132px 0 40px;
    }

    .rcb-home-search-input {
        align-items: stretch;
        flex-direction: column;
    }

    .rcb-home-search-input i {
        display: none;
    }

    .rcb-home-search-input .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .rcb-shell-title,
    .rcb-home-title {
        font-size: 30px;
        line-height: 1.12;
    }

    .rcb-shell-subtitle,
    .rcb-home-subtitle {
        font-size: 15px;
    }

    .rcb-home-feature-card,
    .rcb-home-plan-card,
    .rcb-home-feed-card,
    .rcb-home-faq-card,
    .rcb-home-search-card,
    .rcb-home-contact-card,
    .rcb-dashboard-spotlight {
        padding: 20px;
    }

    .rcb-shell-actions,
    .rcb-home-actions,
    .rcb-dashboard-actions {
        flex-direction: column;
    }

    .rcb-shell-actions .btn,
    .rcb-shell-actions .btn3,
    .rcb-home-actions .btn,
    .rcb-home-actions .btn3,
    .rcb-dashboard-actions .btn,
    .rcb-dashboard-actions .btn3 {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    .rcb-shell-intro,
    .rcb-home-hero-panel,
    .rcb-spotlight-panel {
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
    }

    .rcb-panel .table-responsive,
    .rcb-public-card .table-responsive,
    .client-panel .table-responsive,
    .admin-panel .table-responsive,
    .rcb-code-block,
    .rcb-empty-state,
    .rcb-home-search-card,
    .rcb-home-mini-card,
    .rcb-home-feature-card,
    .rcb-home-plan-card,
    .rcb-home-feed-card,
    .rcb-home-faq-card,
    .rcb-home-contact-card,
    .rcb-dashboard-spotlight,
    .rcb-note-strip {
        background: rgba(17, 26, 49, 0.92);
        border-color: rgba(145, 167, 255, 0.16);
        color: var(--rcb-ink);
    }

    .rcb-home-search-input {
        background: rgba(8, 14, 28, 0.88);
        border-color: rgba(145, 167, 255, 0.16);
    }

    .rcb-home-search-input input {
        color: var(--rcb-ink);
    }

    .rcb-home-domain-chip {
        background: rgba(145, 167, 255, 0.08);
        border-color: rgba(145, 167, 255, 0.12);
    }

    .rcb-home-domain-chip strong,
    .rcb-home-mini-card strong,
    .rcb-home-feature-card h3,
    .rcb-home-plan-card h3,
    .rcb-home-feed-card h3,
    .rcb-home-faq-card h3,
    .rcb-home-contact-card h3,
    .rcb-dashboard-spotlight h3,
    .rcb-panel-title,
    .rcb-empty-state h3,
    .rcb-empty-state h4,
    .rcb-note-strip-item strong {
        color: var(--rcb-ink);
    }

    .rcb-home-feature-card p,
    .rcb-home-plan-card p,
    .rcb-home-feed-card p,
    .rcb-home-faq-card p,
    .rcb-home-contact-card p,
    .rcb-dashboard-spotlight p,
    .rcb-home-domain-chip span,
    .rcb-home-mini-card span,
    .rcb-panel-subtitle,
    .rcb-empty-state p,
    .rcb-note-strip-item span {
        color: var(--rcb-muted);
    }

    .rcb-home-icon {
        background: rgba(145, 167, 255, 0.12);
        color: #dce6ff;
    }
}
