/* RumbleWebsites pricing refresh — shared desktop/mobile presentation. */
body.rw-pricing-page {
    --rw-price-surface: rgba(255, 255, 255, 0.9);
    --rw-price-surface-strong: #ffffff;
    --rw-price-border: rgba(15, 23, 42, 0.1);
    --rw-price-muted: #64748b;
    --rw-price-ink: #0f172a;
    --rw-price-blue: #087df1;
    --rw-price-cyan: #31b9f4;
    --rw-price-purple: #7c3aed;
    --rw-price-green: #10b981;
    --rw-price-amber: #f59e0b;
    min-height: 100vh;
    background: #f4f7fb !important;
    background-image: none !important;
}

html[data-theme="dark"] body.rw-pricing-page {
    --rw-price-surface: rgba(21, 31, 50, 0.9);
    --rw-price-surface-strong: #172238;
    --rw-price-border: rgba(148, 163, 184, 0.18);
    --rw-price-muted: #a8b5c9;
    --rw-price-ink: #f8fafc;
    background: #0f1624 !important;
    background-image: none !important;
}

/* One uninterrupted page canvas; individual cards retain their own surfaces. */
body.rw-pricing-page .rw-route-content > section,
body.rw-pricing-page .pricing-hero,
body.rw-pricing-page .hosting-plans-section,
body.rw-pricing-page .addons-section,
body.rw-pricing-page .rw-graphic-section {
    background: transparent !important;
    background-image: none !important;
}

body.rw-pricing-page .addons-section {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.rw-pricing-page .pricing-hero::before,
body.rw-pricing-page .hosting-plans-section::before {
    content: none !important;
    display: none !important;
}

.rw-pricing-section-nav {
    position: relative;
    z-index: 24;
    width: min(1020px, calc(100% - 32px));
    margin: -18px auto 28px;
    color: var(--rw-price-ink);
    background: var(--rw-price-surface);
    border: 1px solid var(--rw-price-border);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(30, 64, 175, 0.09);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.rw-pricing-section-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
}

.rw-pricing-section-nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    color: var(--rw-price-muted);
    border-radius: 11px;
    font-size: 13px;
    font-weight: 820;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.rw-pricing-section-nav a:hover,
.rw-pricing-section-nav a:focus-visible,
.rw-pricing-section-nav a.is-active {
    color: #075db8;
    background: rgba(8, 125, 241, 0.09);
    outline: none;
    transform: translateY(-1px);
}

html[data-theme="dark"] .rw-pricing-section-nav a:hover,
html[data-theme="dark"] .rw-pricing-section-nav a:focus-visible,
html[data-theme="dark"] .rw-pricing-section-nav a.is-active {
    color: #bfdbfe;
    background: rgba(59, 130, 246, 0.15);
}

#website-design,
#rwPricingComparison,
#hosting-services,
#website-addons,
#graphic-design-services {
    scroll-margin-top: 112px;
}

.rw-pricing-switcher-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto 34px;
    padding: 8px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    color: var(--rw-price-ink);
    background: var(--rw-price-surface);
    border: 1px solid var(--rw-price-border);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    position: relative;
    z-index: 20;
}

.rw-pricing-switcher-shell .design-tab-bar {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.rw-pricing-switcher-shell .design-tab-indicator {
    width: calc(20% - 2px);
}

.rw-pricing-switcher-shell .design-tab-btn {
    min-width: 0;
    gap: 9px;
    padding: 10px 12px;
    isolation: isolate;
}

.rw-pricing-switcher-shell .rw-specialist-tab-start {
    margin-left: 14px;
    position: relative;
}

.rw-pricing-switcher-shell .rw-specialist-tab-start::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 9px;
    bottom: 9px;
    left: -8px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.5) 18%, rgba(8, 125, 241, 0.45) 82%, transparent);
    box-shadow: 0 0 12px rgba(124, 58, 237, 0.2);
    pointer-events: none;
}

.rw-pricing-switcher-shell #tab-btn-ecommerce,
.rw-pricing-switcher-shell #tab-btn-npo {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.045), rgba(8, 125, 241, 0.035));
    border-radius: 13px;
}

.rw-package-logo {
    width: 34px;
    height: 34px;
    display: block;
    flex: 0 0 34px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.design-tab-btn.is-active .rw-package-logo {
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.22);
}

.rw-package-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rw-currency-picker {
    width: 178px;
    position: relative;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 7px 8px 7px 12px;
    border-right: 1px solid var(--rw-price-border);
}

.rw-currency-title {
    color: var(--rw-price-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.rw-currency-trigger {
    width: 100%;
    min-height: 40px;
    display: grid;
    grid-template-columns: 26px 1fr 16px;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    color: var(--rw-price-ink);
    background: rgba(8, 125, 241, 0.07);
    border: 1px solid rgba(8, 125, 241, 0.16);
    border-radius: 11px;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.rw-currency-trigger:focus-visible,
.rw-currency-option:focus-visible,
.rw-addon-card:focus-visible,
.rw-graphic-card:focus-visible {
    outline: 3px solid rgba(8, 125, 241, 0.28);
    outline-offset: 2px;
}

.rw-currency-flag {
    font-size: 20px;
    line-height: 1;
}

.rw-currency-code {
    font-size: 14px;
    font-weight: 850;
}

.rw-currency-chevron {
    transition: transform 180ms ease;
}

.rw-currency-trigger[aria-expanded="true"] .rw-currency-chevron {
    transform: rotate(180deg);
}

.rw-currency-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 240px;
    padding: 7px;
    display: grid;
    gap: 3px;
    color: var(--rw-price-ink);
    background: var(--rw-price-surface-strong);
    border: 1px solid var(--rw-price-border);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.rw-currency-menu[hidden] {
    display: none;
}

.rw-currency-option {
    width: 100%;
    display: grid;
    grid-template-columns: 28px 42px 1fr;
    gap: 8px;
    align-items: center;
    padding: 9px 10px;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.rw-currency-option:hover,
.rw-currency-option[aria-selected="true"] {
    background: rgba(8, 125, 241, 0.1);
}

.rw-currency-option strong {
    font-size: 13px;
}

.rw-currency-option span:last-child {
    color: var(--rw-price-muted);
    font-size: 11px;
}

.rw-native-currency-select,
.rw-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.rw-switcher-note {
    width: min(1080px, calc(100% - 40px));
    margin: -22px auto 30px;
    color: var(--rw-price-muted);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.rw-package-customizer-mount {
    margin: 24px 0;
}

.rw-package-layout,
.rw-payment-options {
    min-width: 0;
}

.rw-ecommerce-panel .trg-service-features li {
    position: relative;
    padding-left: 28px;
    color: #475569;
    line-height: 1.6;
}

.rw-ecommerce-panel .trg-service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #7c3aed;
    font-weight: 900;
}

html[data-theme="dark"] .rw-ecommerce-panel .rw-package-layout > div:first-child {
    background: #172238 !important;
    border-color: rgba(167, 139, 250, 0.24) !important;
}

html[data-theme="dark"] .rw-ecommerce-panel {
    background: linear-gradient(180deg, #121a2a 0%, #171f35 52%, #201a3a 100%) !important;
    border-color: rgba(167, 139, 250, 0.3) !important;
}

html[data-theme="dark"] .rw-ecommerce-panel .rw-package-layout h4,
html[data-theme="dark"] .rw-ecommerce-panel .trg-service-features li {
    color: #eef2ff !important;
}

.rw-package-customizer {
    color: var(--rw-price-ink);
    background: var(--rw-price-surface);
    border: 1px solid var(--rw-price-border);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.rw-package-customizer > summary {
    min-height: 62px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 15px 18px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.rw-package-customizer > summary::-webkit-details-marker {
    display: none;
}

.rw-customizer-summary-copy strong,
.rw-customizer-summary-copy span {
    display: block;
}

.rw-customizer-summary-copy strong {
    font-size: 15px;
}

.rw-customizer-summary-copy span {
    margin-top: 3px;
    color: var(--rw-price-muted);
    font-size: 12px;
}

.rw-customizer-chevron {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--rw-price-blue);
    background: rgba(8, 125, 241, 0.09);
    border-radius: 10px;
    transition: transform 180ms ease;
}

.rw-package-customizer[open] .rw-customizer-chevron {
    transform: rotate(180deg);
}

.rw-customizer-body {
    padding: 0 18px 18px;
    border-top: 1px solid var(--rw-price-border);
}

.rw-hosting-choice {
    margin: 14px 0 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.rw-hosting-choice label,
.rw-customizer-item {
    color: var(--rw-price-ink);
    background: rgba(148, 163, 184, 0.07);
    border: 1px solid var(--rw-price-border);
    border-radius: 12px;
}

.rw-hosting-choice label {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 750;
}

.rw-customizer-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.rw-customizer-item {
    min-height: 72px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
}

.rw-customizer-item.is-disabled {
    opacity: 0.5;
}

.rw-customizer-item input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--rw-price-blue);
}

.rw-customizer-item-copy strong,
.rw-customizer-item-copy small {
    display: block;
}

.rw-customizer-item-copy strong {
    font-size: 12.5px;
    line-height: 1.35;
}

.rw-customizer-item-copy small {
    margin-top: 3px;
    color: var(--rw-price-muted);
    font-size: 10.5px;
    line-height: 1.35;
}

.rw-customizer-price {
    display: inline-block;
    min-width: max-content;
    color: var(--rw-price-blue);
    font-size: 12px;
    font-weight: 850;
    text-align: right;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

.rw-customizer-price s {
    display: block;
    margin-bottom: 2px;
    color: var(--rw-price-muted);
    font-size: 10px;
    font-weight: 600;
}

.rw-included-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 7px;
    color: #047857;
    background: rgba(16, 185, 129, 0.13);
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 850;
    white-space: nowrap;
}

.rw-logo-option {
    margin-top: 8px;
    border-color: rgba(124, 58, 237, 0.2);
    background: rgba(124, 58, 237, 0.06);
}

.rw-customizer-total {
    margin-top: 14px;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    color: #fff;
    background: linear-gradient(135deg, #0f4ca8, #087df1 55%, #31b9f4);
    border-radius: 13px;
}

.rw-customizer-total div {
    min-width: max-content;
}

.rw-customizer-total span,
.rw-customizer-total strong {
    display: block;
}

.rw-customizer-total span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    text-transform: uppercase;
}

.rw-customizer-total strong {
    min-width: max-content;
    margin-top: 3px;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

.rw-customizer-total strong > [data-currency-price] {
    display: inline !important;
    white-space: nowrap !important;
}

/* Modern shared hosting presentation. Existing IDs and form behaviour stay intact. */
.hosting-plans-section {
    position: relative;
    isolation: isolate;
    background: transparent !important;
}

.hosting-plans-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 6% 0 5%;
    background:
        radial-gradient(circle at 15% 20%, rgba(16, 185, 129, 0.1), transparent 32%),
        radial-gradient(circle at 84% 76%, rgba(8, 125, 241, 0.09), transparent 30%);
    pointer-events: none;
}

.hosting-plans-section #pricingGrid {
    width: min(1120px, 100%);
    max-width: 1120px;
    display: block !important;
    margin: 0 auto !important;
}

.rw-hosting-card {
    padding: clamp(30px, 4.5vw, 52px) !important;
    color: var(--rw-price-ink);
    background:
        radial-gradient(circle at 8% 2%, rgba(16, 185, 129, 0.13), transparent 30%),
        radial-gradient(circle at 94% 8%, rgba(8, 125, 241, 0.1), transparent 30%),
        var(--rw-price-surface) !important;
    border: 1px solid rgba(16, 185, 129, 0.26) !important;
    border-radius: 28px !important;
    box-shadow: 0 28px 75px rgba(15, 23, 42, 0.11) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.rw-hosting-badge {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: max-content;
    max-width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    padding: 8px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(5, 150, 105, 0.22) !important;
    letter-spacing: 0.06em;
}

.rw-hosting-card-header {
    max-width: 860px;
    margin: 0 auto !important;
}

.rw-hosting-card-header .trg-card-title {
    font-size: clamp(27px, 3vw, 38px);
    letter-spacing: -0.035em;
}

.rw-hosting-card-header .trg-card-description {
    margin-top: 7px;
    color: var(--rw-price-muted);
}

.rw-hosting-route-switch {
    width: min(780px, 100%);
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 9px !important;
    margin: 22px auto 0 !important;
    padding: 8px !important;
    color: var(--rw-price-ink);
    background: rgba(148, 163, 184, 0.08) !important;
    border: 1px solid var(--rw-price-border);
    border-radius: 17px !important;
}

.rw-hosting-route-switch > .toggle-label {
    min-height: 52px;
    display: grid;
    place-items: center;
    padding: 9px 12px;
    color: var(--rw-price-muted) !important;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    line-height: 1.25;
    text-align: center;
}

.rw-hosting-route-switch #basicModeLabel.active {
    color: #fff !important;
    background: linear-gradient(135deg, #059669, #10b981);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 22px rgba(5, 150, 105, 0.2);
}

.rw-hosting-route-switch #selfServiceModeLabel.active {
    color: #fff !important;
    background: linear-gradient(135deg, #d97706, #f59e0b);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 22px rgba(217, 119, 6, 0.2);
}

.rw-hosting-route-switch > .toggle-switch {
    flex: 0 0 auto;
    box-shadow: 0 0 0 5px rgba(148, 163, 184, 0.1);
}

.rw-hosting-main-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr) !important;
    align-items: start;
    gap: 22px !important;
}

.rw-hosting-feature-panel {
    padding: 24px !important;
    color: var(--rw-price-ink);
    background: var(--rw-price-surface-strong) !important;
    border: 1px solid var(--rw-price-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07) !important;
}

.rw-hosting-feature-panel > .trg-service-features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
}

.rw-hosting-feature-panel > .trg-service-features > li {
    min-height: 58px;
    align-items: center !important;
    padding: 10px 11px;
    color: var(--rw-price-ink);
    background: rgba(16, 185, 129, 0.055);
    border: 1px solid rgba(16, 185, 129, 0.13);
    border-radius: 12px;
    line-height: 1.4;
}

.rw-hosting-feature-panel > div:last-child {
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.08), rgba(8, 125, 241, 0.035)) !important;
    border: 1px solid rgba(16, 185, 129, 0.25) !important;
    border-radius: 16px !important;
}

.rw-hosting-feature-panel .config-section {
    color: var(--rw-price-ink);
    background: var(--rw-price-surface-strong) !important;
    border: 1px solid var(--rw-price-border);
    border-radius: 12px !important;
}

.rw-hosting-feature-panel .config-btn {
    border-radius: 9px !important;
    box-shadow: 0 6px 15px rgba(15, 23, 42, 0.11);
}

.rw-hosting-price-panel {
    min-width: 0;
}

.rw-hosting-price-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 0, rgba(255, 255, 255, 0.22), transparent 34%),
        linear-gradient(145deg, #047857, #10b981 54%, #0ea5a8) !important;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 21px !important;
    box-shadow: 0 20px 46px rgba(5, 150, 105, 0.26) !important;
}

.rw-hosting-price-card .package-price,
.rw-hosting-price-card .trg-price-amount {
    white-space: nowrap;
}

.rw-hosting-support-note {
    color: var(--rw-price-ink);
    background: rgba(16, 185, 129, 0.07) !important;
    border: 1px solid rgba(16, 185, 129, 0.18) !important;
    border-radius: 14px !important;
}

/* Optional hosting controls live below the price instead of lengthening the feature panel. */
.rw-hosting-customizer {
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
    color: var(--rw-price-ink);
    background: var(--rw-price-surface-strong);
    border: 1px solid rgba(8, 125, 241, 0.2);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.rw-hosting-customizer > summary {
    min-height: 70px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    color: var(--rw-price-ink);
    background: linear-gradient(135deg, rgba(8, 125, 241, 0.075), rgba(49, 185, 244, 0.04));
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}

.rw-hosting-customizer > summary::-webkit-details-marker {
    display: none;
}

.rw-hosting-customizer > summary:focus-visible {
    outline: 3px solid rgba(8, 125, 241, 0.28);
    outline-offset: -3px;
}

.rw-hosting-customizer > summary > span:first-child {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.rw-hosting-customizer > summary strong {
    color: var(--rw-price-ink);
    font-size: 14px;
    line-height: 1.2;
}

.rw-hosting-customizer > summary small {
    color: var(--rw-price-muted);
    font-size: 10.5px;
    line-height: 1.35;
}

.rw-hosting-customizer-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 8px;
    color: #075db8;
    background: rgba(8, 125, 241, 0.1);
    border: 1px solid rgba(8, 125, 241, 0.16);
    border-radius: 999px;
    font-size: 9.5px;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rw-hosting-customizer-chevron {
    color: var(--rw-price-blue);
    font-size: 20px;
    font-weight: 850;
    line-height: 1;
    transition: transform 220ms ease;
}

.rw-hosting-customizer[open] > summary {
    border-bottom: 1px solid var(--rw-price-border);
}

.rw-hosting-customizer[open] .rw-hosting-customizer-chevron {
    transform: rotate(180deg);
}

.rw-hosting-customizer > .config-section {
    margin: 12px 14px 0 !important;
    padding: 14px !important;
    color: var(--rw-price-ink);
    background: rgba(148, 163, 184, 0.055) !important;
    border: 1px solid var(--rw-price-border) !important;
    border-radius: 12px !important;
}

.rw-hosting-customizer > .config-section:last-child {
    margin-bottom: 14px !important;
}

.rw-hosting-customizer .config-section h5,
.rw-hosting-customizer .config-section span {
    color: var(--rw-price-ink) !important;
}

.rw-hosting-customizer .config-section small {
    color: var(--rw-price-muted) !important;
}

.rw-hosting-partner-card {
    padding: clamp(20px, 3vw, 30px) !important;
    color: var(--rw-price-ink);
    background:
        radial-gradient(circle at 96% 0, rgba(245, 158, 11, 0.14), transparent 35%),
        var(--rw-price-surface-strong) !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
    border-left: 4px solid #f59e0b !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 38px rgba(146, 64, 14, 0.09);
}

.rw-hosting-partner-card > .trg-btn {
    min-height: 48px;
    display: grid !important;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #d97706, #f59e0b) !important;
    border: 0;
    border-radius: 13px;
    box-shadow: 0 12px 24px rgba(217, 119, 6, 0.2);
}

.rw-hosting-partner-card .self-service-comparison-grid {
    gap: 12px !important;
}

.rw-hosting-partner-card .self-service-comparison-grid > div {
    padding: 18px !important;
    color: var(--rw-price-ink);
    background: rgba(148, 163, 184, 0.065) !important;
    border-radius: 14px !important;
}

.rw-hosting-shared-content {
    padding-top: 2px;
}

html[data-theme="dark"] .rw-hosting-card {
    background:
        radial-gradient(circle at 8% 2%, rgba(16, 185, 129, 0.16), transparent 30%),
        radial-gradient(circle at 94% 8%, rgba(59, 130, 246, 0.13), transparent 30%),
        rgba(18, 27, 44, 0.94) !important;
    border-color: rgba(52, 211, 153, 0.22) !important;
}

html[data-theme="dark"] .rw-hosting-customizer {
    background: #172238;
    border-color: rgba(96, 165, 250, 0.25);
}

html[data-theme="dark"] .rw-hosting-customizer-badge {
    color: #bfdbfe;
    background: rgba(59, 130, 246, 0.16);
    border-color: rgba(96, 165, 250, 0.22);
}

html[data-theme="dark"] .rw-hosting-feature-panel,
html[data-theme="dark"] .rw-hosting-feature-panel .config-section,
html[data-theme="dark"] .rw-hosting-partner-card,
html[data-theme="dark"] .rw-hosting-partner-card .self-service-comparison-grid > div {
    color: var(--rw-price-ink) !important;
    background-color: #172238 !important;
}

html[data-theme="dark"] .rw-hosting-feature-panel h4,
html[data-theme="dark"] .rw-hosting-feature-panel h5,
html[data-theme="dark"] .rw-hosting-feature-panel li,
html[data-theme="dark"] .rw-hosting-partner-card h4,
html[data-theme="dark"] .rw-hosting-partner-card h5,
html[data-theme="dark"] .rw-hosting-partner-card p,
html[data-theme="dark"] .rw-hosting-partner-card li {
    color: var(--rw-price-ink) !important;
}

.rw-package-comparison {
    width: min(1120px, calc(100% - 32px));
    margin: 48px auto 8px;
    color: var(--rw-price-ink);
}

.rw-comparison-heading {
    max-width: 720px;
    margin: 0 auto 24px;
    text-align: center;
}

.rw-comparison-heading h2 {
    margin: 0 0 8px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
}

.rw-comparison-heading p {
    margin: 0;
    color: var(--rw-price-muted);
    line-height: 1.65;
}

.rw-comparison-table-wrap {
    overflow-x: auto;
    background: var(--rw-price-surface);
    border: 1px solid var(--rw-price-border);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.rw-comparison-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
}

.rw-comparison-table th,
.rw-comparison-table td {
    padding: 15px 18px;
    border-right: 1px solid var(--rw-price-border);
    border-bottom: 1px solid var(--rw-price-border);
    vertical-align: middle;
}

.rw-comparison-table tr:last-child td {
    border-bottom: 0;
}

.rw-comparison-table th:last-child,
.rw-comparison-table td:last-child {
    border-right: 0;
}

.rw-comparison-table th {
    position: relative;
    font-size: 14px;
    text-align: center;
}

.rw-comparison-table th:first-child,
.rw-comparison-table td:first-child {
    width: 34%;
    font-weight: 750;
    text-align: left;
}

.rw-comparison-table td:not(:first-child) {
    color: var(--rw-price-muted);
    font-size: 13px;
    font-weight: 650;
    text-align: center;
}

.rw-comparison-table [data-package-column].is-selected {
    color: var(--rw-price-ink);
    background: rgba(8, 125, 241, 0.08);
    box-shadow: inset 2px 0 rgba(8, 125, 241, 0.35), inset -2px 0 rgba(8, 125, 241, 0.35);
}

.rw-selected-package-label {
    display: none;
    margin: 5px auto 0;
    width: max-content;
    padding: 3px 7px;
    color: #fff;
    background: var(--rw-price-blue);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.is-selected .rw-selected-package-label {
    display: block;
}

.rw-comparison-mobile {
    display: none;
}

.rw-addon-catalogue {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 38px 0 0;
}

.rw-addon-card {
    height: 252px;
    min-width: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #172238;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    isolation: isolate;
    cursor: pointer;
}

.rw-addon-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: -2;
}

.rw-addon-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(5, 13, 28, 0.9));
    z-index: -1;
}

.rw-addon-resting {
    position: absolute;
    inset: auto 0 0;
    padding: 18px;
    transition: transform 320ms ease, opacity 240ms ease;
}

.rw-addon-resting h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.rw-addon-resting p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 750;
}

.rw-addon-resting .rw-addon-price-card,
.rw-pricing-addon-card__summary .rw-addon-price-card {
    width: max-content;
    max-width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    margin: 10px 0 0;
    padding: 8px 13px;
    color: #075db8;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 11px;
    box-shadow: 0 8px 20px rgba(5, 13, 28, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 18px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    white-space: nowrap;
}

.rw-addon-overlay {
    position: absolute;
    inset: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(145deg, rgba(5, 22, 48, 0.97), rgba(8, 125, 241, 0.92));
    transform: translateY(102%);
    transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rw-addon-card:hover .rw-addon-overlay,
.rw-addon-card:focus-within .rw-addon-overlay,
.rw-addon-card.is-expanded .rw-addon-overlay {
    transform: translateY(0);
}

.rw-addon-card:hover .rw-addon-resting,
.rw-addon-card:focus-within .rw-addon-resting,
.rw-addon-card.is-expanded .rw-addon-resting {
    opacity: 0;
    transform: translateY(-16px);
}

.rw-addon-card:hover > img,
.rw-addon-card.is-expanded > img {
    transform: scale(1.045);
}

/* Deployment-safe card hooks used by the protected Admin renderer. */
.rw-pricing-addon-card {
    height: 252px;
    min-width: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #172238;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    isolation: isolate;
    cursor: pointer;
}

.rw-pricing-addon-card__media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.rw-pricing-addon-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rw-pricing-addon-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 26%, rgba(5, 13, 28, 0.92));
}

.rw-pricing-addon-card__summary {
    position: absolute;
    inset: auto 0 0;
    padding: 18px;
    transition: transform 320ms ease, opacity 240ms ease;
}

.rw-pricing-addon-card__summary .addon-title,
.rw-pricing-addon-card__summary .addon-price {
    color: #fff;
}

.rw-pricing-addon-card__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.rw-pricing-addon-card__details {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(145deg, rgba(5, 22, 48, 0.98), rgba(8, 125, 241, 0.94));
    transform: translateY(102%);
    transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rw-pricing-addon-card__details .addon-desc,
.rw-pricing-addon-card__details .addon-chips,
.rw-pricing-addon-card__details .addon-chips li {
    color: rgba(255, 255, 255, 0.88);
}

.rw-pricing-addon-card__details .addon-chips {
    max-height: 76px;
    overflow: auto;
    margin: 8px 0 12px;
}

.rw-pricing-addon-card__details .addon-btn {
    width: max-content;
    max-width: 100%;
    color: #0b4c9b;
    background: #fff;
}

.rw-pricing-addon-card:hover .rw-pricing-addon-card__details,
.rw-pricing-addon-card:focus-within .rw-pricing-addon-card__details,
.rw-pricing-addon-card:focus .rw-pricing-addon-card__details {
    transform: translateY(0);
}

.rw-pricing-addon-card:hover .rw-pricing-addon-card__summary,
.rw-pricing-addon-card:focus-within .rw-pricing-addon-card__summary,
.rw-pricing-addon-card:focus .rw-pricing-addon-card__summary {
    opacity: 0;
    transform: translateY(-14px);
}

.rw-pricing-addon-card:hover .rw-pricing-addon-card__media img,
.rw-pricing-addon-card:focus-within .rw-pricing-addon-card__media img {
    transform: scale(1.045);
}

.rw-addon-overlay h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 17px;
}

.rw-addon-overlay p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    line-height: 1.5;
}

.rw-addon-actions {
    display: flex;
    gap: 7px;
    margin-top: 13px;
}

.rw-addon-actions a,
.rw-graphic-actions a,
.rw-faq-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 11px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.rw-addon-actions a:first-child,
.rw-graphic-actions a:first-child {
    color: #0b4c9b;
    background: #fff;
}

.rw-addon-actions a:last-child,
.rw-graphic-actions a:last-child {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.rw-graphic-section {
    padding: 80px 24px;
}

.rw-graphic-mount {
    width: min(1120px, 100%);
    margin: 0 auto;
}

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

.rw-graphic-card {
    min-height: 360px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #15213a;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
    isolation: isolate;
}

.rw-graphic-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform 400ms ease;
}

.rw-graphic-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 12, 26, 0.04), rgba(4, 12, 26, 0.94));
    z-index: -1;
}

.rw-graphic-card:hover > img,
.rw-graphic-card:focus-within > img {
    transform: scale(1.035);
}

/* Matching hooks for Graphic Design cards written by the protected merger. */
.rw-pricing-graphic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.rw-pricing-graphic-card {
    min-height: 360px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #15213a;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
    isolation: isolate;
}

.rw-pricing-graphic-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform 400ms ease;
}

.rw-pricing-graphic-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(4, 12, 26, 0.04), rgba(4, 12, 26, 0.94));
}

.rw-pricing-graphic-card__body {
    width: 100%;
    padding: 24px;
}

.rw-pricing-graphic-card__body h3,
.rw-pricing-graphic-card__body p {
    color: #fff;
}

.rw-pricing-graphic-card__price {
    width: max-content;
    margin: 0 0 10px;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
}

.rw-pricing-graphic-card:hover > img,
.rw-pricing-graphic-card:focus-within > img {
    transform: scale(1.035);
}

.rw-graphic-copy {
    width: 100%;
    padding: 24px;
}

.rw-graphic-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
}

.rw-graphic-copy p {
    max-width: 520px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.rw-graphic-price {
    display: inline-flex;
    margin-top: 12px;
    padding: 5px 9px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
}

.rw-graphic-actions {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.rw-faq-card {
    margin: 22px auto 0;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    color: var(--rw-price-ink);
    background: var(--rw-price-surface);
    border: 1px solid var(--rw-price-border);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.rw-faq-card h3,
.rw-faq-card p {
    margin: 0;
}

.rw-faq-card h3 {
    font-size: 20px;
}

.rw-faq-card p {
    margin-top: 4px;
    color: var(--rw-price-muted);
    font-size: 13px;
}

.rw-faq-card a {
    min-height: 44px;
    padding-inline: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--rw-price-blue), var(--rw-price-cyan));
}

.rw-pricing-loading,
.rw-pricing-error {
    grid-column: 1 / -1;
    padding: 22px;
    color: var(--rw-price-muted);
    background: var(--rw-price-surface);
    border: 1px solid var(--rw-price-border);
    border-radius: 15px;
    text-align: center;
}

/* A clear conversion moment between Hosting and the optional add-on catalogue. */
.rw-project-enquiry-section {
    padding: 72px 0 !important;
}

.rw-project-enquiry-section > .trg-container {
    width: min(1040px, calc(100% - 32px));
    margin-inline: auto;
    padding: clamp(34px, 5vw, 58px);
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 4% 0%, rgba(8, 125, 241, 0.18), transparent 34%),
        radial-gradient(circle at 98% 100%, rgba(49, 185, 244, 0.15), transparent 31%),
        var(--rw-price-surface);
    border: 1px solid rgba(8, 125, 241, 0.24);
    border-top: 4px solid var(--rw-price-blue);
    border-radius: 28px;
    box-shadow: 0 26px 68px rgba(8, 58, 120, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.rw-project-kicker {
    width: max-content;
    margin: 0 auto 12px;
    padding: 6px 10px;
    color: #075db8;
    background: rgba(8, 125, 241, 0.1);
    border: 1px solid rgba(8, 125, 241, 0.16);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.rw-project-enquiry-section .trg-section-header {
    max-width: 720px;
    margin: 0 auto 26px;
}

.rw-project-enquiry-section .trg-section-title {
    color: var(--rw-price-ink);
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -0.04em;
}

.rw-project-enquiry-section .trg-section-subtitle {
    color: var(--rw-price-muted);
}

.rw-project-enquiry-section .pf-toggle-btn {
    min-width: min(360px, 100%);
    min-height: 56px;
    padding-inline: 28px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 16px 34px rgba(8, 125, 241, 0.3);
}

.rw-project-enquiry-section #projectFormContainer.pf-visible {
    margin-top: 26px;
}

html[data-theme="dark"] .rw-project-enquiry-section > .trg-container {
    background:
        radial-gradient(circle at 4% 0%, rgba(59, 130, 246, 0.2), transparent 34%),
        radial-gradient(circle at 98% 100%, rgba(34, 211, 238, 0.12), transparent 31%),
        rgba(21, 31, 50, 0.94);
    border-color: rgba(96, 165, 250, 0.27);
}

html[data-theme="dark"] .rw-project-kicker {
    color: #bfdbfe;
    background: rgba(59, 130, 246, 0.16);
    border-color: rgba(96, 165, 250, 0.23);
}

@media (max-width: 900px) {
    .rw-pricing-switcher-shell {
        grid-template-columns: 1fr;
    }

    .rw-currency-picker {
        width: min(260px, 100%);
        grid-template-columns: auto minmax(150px, 210px);
        align-items: center;
        justify-content: start;
        justify-self: start;
        border-right: 0;
        border-bottom: 1px solid var(--rw-price-border);
    }

    .rw-hosting-main-layout {
        grid-template-columns: 1fr !important;
    }

    .rw-hosting-price-panel {
        width: 100%;
    }

    .rw-addon-catalogue {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rw-pricing-section-nav {
        width: calc(100% - 24px);
        margin-top: -14px;
        overflow-x: auto;
        border-radius: 16px;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        overscroll-behavior-inline: contain;
    }

    .rw-pricing-section-nav::-webkit-scrollbar {
        display: none;
    }

    .rw-pricing-section-nav-inner {
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
        padding: 7px;
    }

    .rw-pricing-section-nav a {
        flex: 0 0 auto;
        min-height: 44px;
        padding: 9px 13px;
        font-size: 12px;
        scroll-snap-align: start;
    }

    #website-design,
    #rwPricingComparison,
    #hosting-services,
    #website-addons,
    #graphic-design-services {
        scroll-margin-top: 88px;
    }

    .rw-pricing-switcher-shell {
        width: 100%;
        padding: 7px;
        border-radius: 17px;
    }

    .rw-pricing-switcher-shell .design-tab-bar {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(112px, 1fr)) !important;
        grid-auto-flow: column;
        gap: 6px !important;
        padding: 0 0 5px !important;
        margin: 0 !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        scrollbar-width: none;
    }

    .rw-pricing-switcher-shell .design-tab-bar::-webkit-scrollbar {
        display: none;
    }

    .rw-pricing-switcher-shell .design-tab-indicator {
        display: none;
    }

    .rw-pricing-switcher-shell .design-tab-btn {
        min-height: 58px;
        display: flex !important;
        padding: 8px 10px !important;
        border: 1px solid var(--rw-price-border) !important;
        border-radius: 12px !important;
        scroll-snap-align: center;
        background: rgba(148, 163, 184, 0.06) !important;
        color: var(--rw-price-ink) !important;
        box-shadow: none !important;
        font-size: 12px !important;
    }

    .rw-pricing-switcher-shell .design-tab-btn.is-active {
        color: #fff !important;
        background: linear-gradient(135deg, var(--rw-price-blue), var(--rw-price-cyan)) !important;
        border-color: transparent !important;
    }

    .rw-package-logo {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .rw-currency-picker {
        width: 100%;
        grid-template-columns: auto 1fr;
        padding: 6px 6px 10px;
    }

    .rw-currency-trigger,
    .rw-currency-option {
        min-height: 46px;
    }

    .rw-currency-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .rw-pricing-switcher-shell .rw-specialist-tab-start {
        margin-left: 16px;
    }

    .rw-pricing-switcher-shell .rw-specialist-tab-start::before {
        top: 7px;
        bottom: 7px;
        left: -10px;
        width: 3px;
    }

    .rw-hosting-card {
        padding: 24px 16px !important;
        border-radius: 22px !important;
    }

    .rw-hosting-badge {
        font-size: 11px !important;
        letter-spacing: 0.04em;
    }

    .rw-hosting-route-switch {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 7px !important;
    }

    .rw-hosting-route-switch > .toggle-label {
        min-height: 68px;
        padding: 9px 7px;
        font-size: 11px !important;
        overflow-wrap: anywhere;
    }

    .rw-hosting-route-switch > .toggle-label:first-child {
        grid-column: 1;
        grid-row: 1;
    }

    .rw-hosting-route-switch > .toggle-switch {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
    }

    .rw-hosting-route-switch > .toggle-label:last-child {
        grid-column: 2;
        grid-row: 1;
    }

    .rw-hosting-feature-panel {
        padding: 16px !important;
    }

    .rw-hosting-feature-panel > .trg-service-features {
        grid-template-columns: 1fr !important;
    }

    .rw-hosting-feature-panel > .trg-service-features > li {
        min-height: 0;
    }

    .rw-hosting-price-card {
        padding: 24px 14px !important;
    }

    .rw-hosting-customizer {
        margin-top: 12px;
        border-radius: 14px;
    }

    .rw-hosting-customizer > summary {
        min-height: 68px;
        grid-template-columns: minmax(0, 1fr) auto auto;
        padding: 12px;
    }

    .rw-hosting-customizer > .config-section {
        margin-inline: 11px !important;
        padding: 13px !important;
    }

    .rw-hosting-customizer .config-btn {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
    }

    .rw-hosting-route-switch > .toggle-switch::before,
    .rw-hosting-price-card .toggle-switch::before {
        content: "";
        position: absolute;
        inset: -10px -4px;
    }

    .rw-hosting-partner-card {
        padding: 19px 15px !important;
    }

    .rw-customizer-list,
    .rw-hosting-choice,
    .rw-customizer-total {
        grid-template-columns: 1fr;
    }

    .rw-customizer-body {
        padding: 0 14px 14px;
    }

    .rw-customizer-item {
        min-height: 76px;
    }

    .rw-package-layout,
    .rw-payment-options {
        grid-template-columns: 1fr !important;
    }

    .rw-ecommerce-panel {
        padding: 26px 16px !important;
    }

    .rw-customizer-total {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rw-comparison-table-wrap {
        display: none;
    }

    .rw-package-comparison {
        width: 100%;
        margin-top: 44px;
    }

    .rw-comparison-mobile {
        display: grid;
        gap: 10px;
    }

    .rw-comparison-card {
        color: var(--rw-price-ink);
        background: var(--rw-price-surface);
        border: 1px solid var(--rw-price-border);
        border-radius: 16px;
        overflow: hidden;
    }

    .rw-comparison-card > summary {
        min-height: 60px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 14px 16px;
        cursor: pointer;
        list-style: none;
        font-weight: 850;
    }

    .rw-comparison-card > summary::-webkit-details-marker {
        display: none;
    }

    .rw-comparison-card.is-selected {
        border-color: rgba(8, 125, 241, 0.55);
        box-shadow: 0 12px 26px rgba(8, 125, 241, 0.12);
    }

    .rw-comparison-card dl {
        margin: 0;
        padding: 0 16px 16px;
        display: grid;
        gap: 8px;
    }

    .rw-comparison-card dl div {
        padding: 10px 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 12px;
        border-top: 1px solid var(--rw-price-border);
    }

    .rw-comparison-card dt,
    .rw-comparison-card dd {
        margin: 0;
        font-size: 12px;
    }

    .rw-comparison-card dt {
        font-weight: 750;
    }

    .rw-comparison-card dd {
        color: var(--rw-price-muted);
        text-align: right;
    }

    .rw-addon-catalogue,
    .rw-graphic-grid,
    .rw-pricing-graphic-grid {
        grid-template-columns: 1fr;
    }

    .rw-addon-card,
    .rw-pricing-addon-card {
        height: 240px;
    }

    .rw-addon-resting {
        padding: 16px;
    }

    .rw-addon-resting .rw-addon-price-card,
    .rw-pricing-addon-card__summary .rw-addon-price-card {
        min-height: 36px;
        padding: 8px 12px;
        font-size: 17px;
    }

    .rw-addon-actions a,
    .rw-graphic-actions a,
    .rw-pricing-addon-card__details .addon-btn {
        min-height: 44px;
    }

    .rw-graphic-section {
        padding: 56px 0;
    }

    .rw-graphic-card,
    .rw-pricing-graphic-card {
        min-height: 310px;
        border-radius: 20px;
    }

    .rw-graphic-copy,
    .rw-pricing-graphic-card__body {
        padding: 19px;
    }

    .rw-graphic-copy h3 {
        font-size: 23px;
        line-height: 1.15;
    }

    .rw-graphic-actions {
        flex-wrap: wrap;
    }

    .rw-faq-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .rw-faq-card a {
        width: 100%;
    }

    body.rw-pricing-mobile .payfast-button {
        min-height: 48px;
    }

    .rw-project-enquiry-section {
        padding: 48px 0 !important;
    }

    .rw-project-enquiry-section > .trg-container {
        width: calc(100% - 24px);
        padding: 28px 16px 18px;
        border-top-width: 3px;
        border-radius: 22px;
    }

    .rw-project-enquiry-section .trg-section-header {
        margin-bottom: 21px;
    }

    .rw-project-enquiry-section .trg-section-title {
        font-size: clamp(29px, 9vw, 38px);
        line-height: 1.02;
    }

    .rw-project-enquiry-section .trg-section-subtitle {
        font-size: 14px;
        line-height: 1.55;
    }

    .rw-project-enquiry-section .pf-toggle-btn {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        padding: 14px 16px;
        font-size: 15px;
    }

    .rw-project-enquiry-section #projectFormContainer.pf-visible {
        width: 100%;
        margin-top: 20px;
        padding: 20px 12px !important;
        border-radius: 17px !important;
    }

    body.rw-pricing-mobile .rw-project-enquiry-section #businessDropdown {
        position: relative !important;
        inset: auto !important;
        width: 100%;
        margin-top: -2px;
    }

    html[data-theme="dark"] body.rw-pricing-mobile .rw-project-enquiry-section #projectFormContainer {
        background: linear-gradient(145deg, #172238, #121b2d) !important;
        border-color: rgba(96, 165, 250, 0.2) !important;
        box-shadow: 0 18px 40px rgba(2, 6, 23, 0.34) !important;
    }

    html[data-theme="dark"] body.rw-pricing-mobile .rw-project-enquiry-section #projectForm h3 {
        color: var(--rw-price-ink) !important;
        border-bottom-color: rgba(96, 165, 250, 0.18) !important;
    }

    html[data-theme="dark"] body.rw-pricing-mobile .rw-project-enquiry-section #projectForm label[style*="padding"] {
        background: rgba(30, 41, 59, 0.72) !important;
        border-color: rgba(148, 163, 184, 0.18) !important;
    }

    html[data-theme="dark"] body.rw-pricing-mobile .rw-project-enquiry-section #businessDropdown {
        color: var(--rw-price-ink) !important;
        background: #172238 !important;
        border-color: rgba(148, 163, 184, 0.18) !important;
    }

    html[data-theme="dark"] body.rw-pricing-mobile .rw-project-enquiry-section #businessDropdown > div {
        color: var(--rw-price-ink) !important;
        background: #172238 !important;
        border-bottom-color: rgba(148, 163, 184, 0.12) !important;
    }
}

@media (max-width: 380px) {
    .rw-package-customizer > summary {
        padding: 12px 13px;
    }

    .rw-customizer-body {
        padding-inline: 12px;
    }

    .rw-customizer-item {
        grid-template-columns: 20px minmax(0, 1fr);
    }

    .rw-customizer-price,
    .rw-included-badge {
        grid-column: 2;
        justify-self: start;
        text-align: left;
    }

    .rw-customizer-total {
        grid-template-columns: 1fr;
    }

    .rw-customizer-total div {
        min-width: 0;
        padding: 3px 0;
    }

    .rw-comparison-card dl div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .rw-comparison-card dd {
        text-align: left;
    }

    .rw-hosting-customizer > summary {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .rw-hosting-customizer-badge {
        display: none;
    }

    .rw-addon-card,
    .rw-pricing-addon-card {
        height: 256px;
    }

    .rw-addon-overlay,
    .rw-pricing-addon-card__details {
        padding: 15px;
    }

    .rw-project-enquiry-section > .trg-container {
        width: calc(100% - 16px);
        padding-inline: 12px;
    }

    .rw-project-enquiry-section .trg-section-title {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rw-pricing-page *,
    .rw-pricing-page *::before,
    .rw-pricing-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
