.onhosty-rht {
    --oh-primary: #6d5dfc;
    --oh-secondary: #24d3a7;
    --oh-dark: #07101f;
    --oh-surface: #0e1a2d;
    --oh-text: #f7f9ff;
    --oh-muted: #b7c0d8;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: var(--oh-dark);
    color: var(--oh-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.onhosty-rht *,
.onhosty-rht *::before,
.onhosty-rht *::after {
    box-sizing: border-box;
}

.onhosty-rht a {
    color: inherit;
    text-decoration: none;
}

.onhosty-rht img {
    display: block;
    max-width: 100%;
}

.onhosty-rht h1,
.onhosty-rht h2,
.onhosty-rht h3,
.onhosty-rht p {
    margin-top: 0;
}

.onhosty-rht-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.onhosty-rht-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 16, 31, 0.88);
    backdrop-filter: blur(16px);
}

.onhosty-rht-nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.onhosty-rht-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--oh-text);
    font-size: 20px;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.onhosty-rht-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.onhosty-rht-brand-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--oh-primary), var(--oh-secondary));
    color: #fff;
    box-shadow: 0 10px 28px color-mix(in srgb, var(--oh-primary) 35%, transparent);
}

.onhosty-rht-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

.onhosty-rht-menu a {
    color: var(--oh-muted);
    font-size: 14px;
    font-weight: 700;
    transition: color .2s ease;
}

.onhosty-rht-menu a:hover {
    color: var(--oh-text);
}

.onhosty-rht-small-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    background: var(--oh-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--oh-primary) 28%, transparent);
}

.onhosty-rht-hero {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    display: grid;
    align-items: center;
    padding: 96px 0 100px;
    background:
        radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--oh-primary) 22%, transparent), transparent 35%),
        radial-gradient(circle at 88% 25%, color-mix(in srgb, var(--oh-secondary) 17%, transparent), transparent 32%),
        linear-gradient(130deg, var(--oh-dark) 0%, color-mix(in srgb, var(--oh-surface) 82%, #000) 100%);
    background-position: center;
    background-size: cover;
}

.onhosty-rht-hero::before,
.onhosty-rht-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.onhosty-rht-hero::before {
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.onhosty-rht-hero::after {
    width: 520px;
    height: 520px;
    right: -260px;
    bottom: -280px;
    border: 1px solid color-mix(in srgb, var(--oh-secondary) 38%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 0 80px color-mix(in srgb, var(--oh-primary) 4%, transparent), 0 0 0 160px color-mix(in srgb, var(--oh-primary) 3%, transparent);
}

.onhosty-rht-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 64px;
    align-items: center;
}

.onhosty-rht-badge,
.onhosty-rht-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 7px 12px;
    border: 1px solid color-mix(in srgb, var(--oh-secondary) 42%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--oh-secondary) 10%, transparent);
    color: color-mix(in srgb, var(--oh-secondary) 82%, white);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.onhosty-rht-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--oh-secondary);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--oh-secondary) 15%, transparent);
}

.onhosty-rht-hero h1 {
    max-width: 780px;
    margin-bottom: 22px;
    color: var(--oh-text);
    font-size: clamp(44px, 6vw, 76px);
    line-height: .99;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.onhosty-rht-hero-text {
    max-width: 700px;
    margin-bottom: 30px;
    color: var(--oh-muted);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.72;
}

.onhosty-rht-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.onhosty-rht-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.onhosty-rht-button:hover {
    transform: translateY(-2px);
}

.onhosty-rht-button-primary {
    background: linear-gradient(135deg, var(--oh-primary), color-mix(in srgb, var(--oh-primary) 70%, var(--oh-secondary)));
    color: #fff;
    box-shadow: 0 16px 38px color-mix(in srgb, var(--oh-primary) 28%, transparent);
}

.onhosty-rht-button-primary:hover {
    box-shadow: 0 20px 48px color-mix(in srgb, var(--oh-primary) 38%, transparent);
}

.onhosty-rht-button-secondary,
.onhosty-rht-button-outline {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .04);
    color: var(--oh-text);
}

.onhosty-rht-button-secondary:hover,
.onhosty-rht-button-outline:hover {
    border-color: color-mix(in srgb, var(--oh-secondary) 55%, transparent);
    background: color-mix(in srgb, var(--oh-secondary) 8%, transparent);
}

.onhosty-rht-button-light {
    background: #fff;
    color: color-mix(in srgb, var(--oh-dark) 85%, #000);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .15);
}

.onhosty-rht-trust-line {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--oh-muted) 88%, white);
    font-size: 13px;
    font-weight: 650;
}

.onhosty-rht-hero-card {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background: linear-gradient(155deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .36);
    backdrop-filter: blur(18px);
}

.onhosty-rht-server-visual {
    position: relative;
    min-height: 330px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at center, color-mix(in srgb, var(--oh-primary) 21%, transparent), transparent 48%),
        linear-gradient(150deg, color-mix(in srgb, var(--oh-surface) 88%, #000), color-mix(in srgb, var(--oh-dark) 92%, #000));
}

.onhosty-rht-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.onhosty-rht-orbit::before,
.onhosty-rht-orbit::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--oh-secondary);
    box-shadow: 0 0 18px var(--oh-secondary);
}

.onhosty-rht-orbit::before { top: 12%; left: 16%; }
.onhosty-rht-orbit::after { right: 10%; bottom: 20%; background: var(--oh-primary); box-shadow: 0 0 18px var(--oh-primary); }
.onhosty-rht-orbit.orbit-one { width: 280px; height: 280px; transform: rotate(-17deg); }
.onhosty-rht-orbit.orbit-two { width: 220px; height: 220px; transform: rotate(37deg); opacity: .65; }

.onhosty-rht-cloud {
    position: absolute;
    top: 42px;
    right: 46px;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    color: var(--oh-secondary);
    font-size: 30px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
}

.onhosty-rht-server-stack {
    position: relative;
    z-index: 2;
    width: 190px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .045));
    box-shadow: 0 26px 54px rgba(0, 0, 0, .38);
}

.onhosty-rht-server-stack span {
    position: relative;
    display: block;
    height: 58px;
    margin: 10px 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--oh-primary) 44%, #121c31), #101c30);
}

.onhosty-rht-server-stack span::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--oh-secondary);
    box-shadow: 0 0 13px var(--oh-secondary);
}

.onhosty-rht-server-stack span::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 54px;
    height: 5px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, .3);
}

.onhosty-rht-speed-chip {
    position: absolute;
    left: 28px;
    bottom: 30px;
    z-index: 3;
    padding: 9px 13px;
    border: 1px solid color-mix(in srgb, var(--oh-secondary) 38%, transparent);
    border-radius: 12px;
    background: rgba(7, 16, 31, .82);
    color: var(--oh-text);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.onhosty-rht-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.onhosty-rht-stat-grid > div {
    padding: 15px 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    text-align: center;
}

.onhosty-rht-stat-grid strong,
.onhosty-rht-stat-grid span {
    display: block;
}

.onhosty-rht-stat-grid strong {
    margin-bottom: 2px;
    color: var(--oh-text);
    font-size: 18px;
}

.onhosty-rht-stat-grid span {
    color: var(--oh-muted);
    font-size: 11px;
    font-weight: 700;
}

.onhosty-rht-section {
    position: relative;
    padding: 100px 0;
}

.onhosty-rht-plans-section {
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--oh-primary) 9%, transparent), transparent 28%),
        color-mix(in srgb, var(--oh-dark) 96%, #fff);
}

.onhosty-rht-section-heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.onhosty-rht-section-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--oh-secondary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.onhosty-rht-section-heading h2,
.onhosty-rht-cta-inner h2,
.onhosty-rht-contact-card h2,
.onhosty-rht-footer h2 {
    color: var(--oh-text);
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.onhosty-rht-section-heading h2 {
    margin-bottom: 18px;
}

.onhosty-rht-section-heading p,
.onhosty-rht-contact-card p,
.onhosty-rht-footer p {
    color: var(--oh-muted);
    font-size: 17px;
}

.onhosty-rht-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.onhosty-rht-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 24px;
    background: linear-gradient(150deg, color-mix(in srgb, var(--oh-surface) 94%, white 3%), color-mix(in srgb, var(--oh-surface) 88%, #000));
    box-shadow: 0 20px 52px rgba(0, 0, 0, .22);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.onhosty-rht-plan-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--oh-primary) 45%, transparent);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .32);
}

.onhosty-rht-plan-card.is-featured {
    border-color: color-mix(in srgb, var(--oh-primary) 68%, transparent);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--oh-primary) 24%, transparent), transparent 34%),
        linear-gradient(150deg, color-mix(in srgb, var(--oh-surface) 93%, var(--oh-primary) 7%), color-mix(in srgb, var(--oh-surface) 90%, #000));
    box-shadow: 0 28px 72px color-mix(in srgb, var(--oh-primary) 13%, rgba(0, 0, 0, .32));
}

.onhosty-rht-popular {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--oh-secondary);
    color: color-mix(in srgb, var(--oh-dark) 86%, #000);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.onhosty-rht-plan-card h3 {
    margin-bottom: 8px;
    color: var(--oh-text);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 850;
}

.onhosty-rht-plan-tagline {
    min-height: 52px;
    margin-bottom: 20px;
    color: var(--oh-muted);
    font-size: 14px;
}

.onhosty-rht-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 24px;
}

.onhosty-rht-price strong {
    color: var(--oh-text);
    font-size: 46px;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.onhosty-rht-price span {
    color: var(--oh-muted);
    font-size: 13px;
    font-weight: 700;
}

.onhosty-rht-feature-list {
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.onhosty-rht-feature-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 9px;
    align-items: start;
    color: color-mix(in srgb, var(--oh-muted) 88%, white);
    font-size: 14px;
}

.onhosty-rht-feature-list li span {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--oh-secondary) 14%, transparent);
    color: var(--oh-secondary);
    font-size: 11px;
    font-weight: 900;
}

.onhosty-rht-plan-card .onhosty-rht-button {
    width: 100%;
    margin-top: auto;
}

.onhosty-rht-benefits-section {
    background:
        radial-gradient(circle at 0% 100%, color-mix(in srgb, var(--oh-secondary) 8%, transparent), transparent 30%),
        color-mix(in srgb, var(--oh-surface) 86%, var(--oh-dark));
}

.onhosty-rht-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.onhosty-rht-benefit-card {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .035);
    transition: transform .2s ease, background .2s ease;
}

.onhosty-rht-benefit-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .06);
}

.onhosty-rht-benefit-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid color-mix(in srgb, var(--oh-primary) 36%, transparent);
    border-radius: 15px;
    background: color-mix(in srgb, var(--oh-primary) 12%, transparent);
    color: color-mix(in srgb, var(--oh-primary) 72%, white);
    font-size: 21px;
    font-weight: 900;
}

.onhosty-rht-benefit-card h3 {
    margin-bottom: 9px;
    color: var(--oh-text);
    font-size: 19px;
    font-weight: 850;
}

.onhosty-rht-benefit-card p {
    margin-bottom: 0;
    color: var(--oh-muted);
    font-size: 14px;
}

.onhosty-rht-cta-band {
    padding: 58px 0;
    background: linear-gradient(115deg, var(--oh-primary), color-mix(in srgb, var(--oh-primary) 44%, var(--oh-secondary)));
}

.onhosty-rht-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 36px;
    align-items: center;
}

.onhosty-rht-cta-inner h2 {
    max-width: 780px;
    margin-bottom: 10px;
    font-size: clamp(31px, 4vw, 46px);
}

.onhosty-rht-cta-inner p {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
}

.onhosty-rht-contact-section {
    background: var(--oh-dark);
}

.onhosty-rht-contact-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--oh-secondary) 15%, transparent), transparent 35%),
        linear-gradient(145deg, color-mix(in srgb, var(--oh-surface) 94%, white 2%), color-mix(in srgb, var(--oh-surface) 86%, #000));
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.onhosty-rht-contact-card h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 4vw, 44px);
}

.onhosty-rht-contact-card p {
    max-width: 760px;
    margin-bottom: 0;
}

.onhosty-rht-widget-section {
    padding: 20px 0 90px;
    background: var(--oh-dark);
}

.onhosty-rht-widget-grid,
.onhosty-rht-footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.onhosty-rht-widget {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
    color: var(--oh-muted);
}

.onhosty-rht-widget-title {
    color: var(--oh-text);
    font-size: 18px;
}

.onhosty-rht-widget ul {
    margin: 0;
    padding-left: 20px;
}

.onhosty-rht-widget a:hover {
    color: var(--oh-secondary);
}

.onhosty-rht-footer {
    padding: 76px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: color-mix(in srgb, var(--oh-dark) 84%, #000);
}

.onhosty-rht-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    padding-bottom: 54px;
}

.onhosty-rht-footer h2 {
    max-width: 580px;
    margin-bottom: 16px;
    font-size: clamp(30px, 4vw, 44px);
}

.onhosty-rht-footer p {
    max-width: 620px;
    margin-bottom: 0;
    font-size: 15px;
}

.onhosty-rht-copyright {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: color-mix(in srgb, var(--oh-muted) 76%, transparent);
    font-size: 12px;
}

body.onhosty-rht-page .entry-header,
body.onhosty-rht-page .page-header,
body.onhosty-rht-page .entry-title,
body.onhosty-rht-page .post-thumbnail {
    display: none !important;
}

body.onhosty-rht-page .site-main,
body.onhosty-rht-page .content-area,
body.onhosty-rht-page .entry-content,
body.onhosty-rht-page .wp-site-blocks,
body.onhosty-rht-page main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

body.onhosty-rht-page .entry-content > .onhosty-rht {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

@media (max-width: 980px) {
    .onhosty-rht-menu { display: none; }
    .onhosty-rht-small-button { margin-left: auto; }
    .onhosty-rht-hero-grid { grid-template-columns: 1fr; }
    .onhosty-rht-hero-copy { text-align: center; }
    .onhosty-rht-hero h1,
    .onhosty-rht-hero-text { margin-left: auto; margin-right: auto; }
    .onhosty-rht-actions { justify-content: center; }
    .onhosty-rht-hero-card { max-width: 620px; width: 100%; margin: 0 auto; }
    .onhosty-rht-plan-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
    .onhosty-rht-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .onhosty-rht-cta-inner,
    .onhosty-rht-contact-card,
    .onhosty-rht-footer-grid { grid-template-columns: 1fr; }
    .onhosty-rht-contact-card .onhosty-rht-button,
    .onhosty-rht-cta-inner .onhosty-rht-button { width: fit-content; }
}

@media (max-width: 680px) {
    .onhosty-rht-shell { width: min(100% - 28px, 1180px); }
    .onhosty-rht-nav { min-height: 68px; }
    .onhosty-rht-brand { font-size: 16px; }
    .onhosty-rht-brand img,
    .onhosty-rht-brand-mark { width: 36px; height: 36px; }
    .onhosty-rht-small-button { display: none; }
    .onhosty-rht-hero { min-height: auto; padding: 74px 0; }
    .onhosty-rht-hero h1 { font-size: clamp(40px, 13vw, 58px); }
    .onhosty-rht-actions { display: grid; }
    .onhosty-rht-button { width: 100%; }
    .onhosty-rht-hero-card { padding: 14px; border-radius: 20px; }
    .onhosty-rht-server-visual { min-height: 280px; }
    .onhosty-rht-stat-grid { grid-template-columns: 1fr; }
    .onhosty-rht-section { padding: 74px 0; }
    .onhosty-rht-section-heading { margin-bottom: 38px; }
    .onhosty-rht-plan-card { padding: 26px; }
    .onhosty-rht-benefit-grid { grid-template-columns: 1fr; }
    .onhosty-rht-cta-band { padding: 46px 0; }
    .onhosty-rht-contact-card { padding: 28px; }
    .onhosty-rht-contact-card .onhosty-rht-button,
    .onhosty-rht-cta-inner .onhosty-rht-button { width: 100%; }
    .onhosty-rht-footer { padding-top: 60px; }
}

.onhosty-rht-showcase-section {
    background:
        radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--oh-secondary) 8%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in srgb, var(--oh-dark) 97%, white), color-mix(in srgb, var(--oh-surface) 82%, var(--oh-dark)));
}

.onhosty-rht-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.onhosty-rht-showcase-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background: color-mix(in srgb, var(--oh-surface) 92%, #000);
    box-shadow: 0 22px 56px rgba(0, 0, 0, .24);
    transition: transform .22s ease, border-color .22s ease;
}

.onhosty-rht-showcase-card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--oh-secondary) 42%, transparent);
}

.onhosty-rht-showcase-image {
    position: relative;
    min-height: 220px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--oh-primary) 30%, transparent), transparent 38%),
        linear-gradient(135deg, color-mix(in srgb, var(--oh-surface) 88%, var(--oh-primary)), color-mix(in srgb, var(--oh-dark) 94%, #000));
    background-position: center;
    background-size: cover;
}

.onhosty-rht-showcase-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 16, 31, .36), transparent 60%);
}

.onhosty-rht-showcase-image span {
    position: relative;
    z-index: 2;
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
    color: var(--oh-secondary);
    font-size: 38px;
    font-weight: 900;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
}

.onhosty-rht-showcase-copy {
    padding: 25px;
}

.onhosty-rht-showcase-copy h3 {
    margin-bottom: 8px;
    color: var(--oh-text);
    font-size: 21px;
    font-weight: 850;
}

.onhosty-rht-showcase-copy p {
    margin-bottom: 0;
    color: var(--oh-muted);
    font-size: 14px;
}

@media (max-width: 980px) {
    .onhosty-rht-showcase-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
        margin-inline: auto;
    }
}
