﻿.rdps-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--tp-theme-color);
}
.rdps-logo:hover { color: var(--tp-theme-color); }
.rdps-logo__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--tp-theme-color);
    flex-shrink: 0;
}
.rdps-logo__mark svg { display: block; width: 26px; height: 26px; }
.rdps-logo__name {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--tp-theme-color);
    white-space: nowrap;
}
.rdps-logo__win11-pane {
    fill: #0078d4;
    transform-box: fill-box;
    transform-origin: center;
    animation: rdps-win11-pane 2.8s ease-in-out infinite;
}
.rdps-logo__win11-pane:nth-child(1) { animation-delay: 0s; }
.rdps-logo__win11-pane:nth-child(2) { animation-delay: 0.2s; }
.rdps-logo__win11-pane:nth-child(3) { animation-delay: 0.4s; }
.rdps-logo__win11-pane:nth-child(4) { animation-delay: 0.6s; }
.rdps-logo:hover .rdps-logo__win11-pane { animation-duration: 1.6s; }
@keyframes rdps-win11-pane {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.92); }
}
@media (max-width: 767.98px) {
    .rdps-logo { gap: 10px; }
    .rdps-logo__mark { width: 38px; height: 38px; border-radius: 9px; }
    .rdps-logo__mark svg { width: 22px; height: 22px; }
    .rdps-logo__name { font-size: 29px; }
}
@media (prefers-reduced-motion: reduce) {
    .rdps-logo__win11-pane { animation: none; }
}
.tp-seo-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tp-seo-nav > nav > ul > li > a {
    display: inline-block;
    padding: 6px 11px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: color 0.2s ease, opacity 0.2s ease;
}
.tp-seo-nav a:hover { color: var(--tp-orange-color); }
.tp-header-menu .sub-menu {
    text-align: left;
    left: 0;
    right: auto;
    min-width: 220px;
}
.tp-header-menu .sub-menu li { text-align: left; }
.tp-header-menu .sub-menu li a {
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
.tp-header-menu .sub-menu li a span { text-align: left; }
.rdps-inner-header .rdps-logo__name {
    color: var(--tp-white-color);
}
.rdps-inner-header .rdps-logo__mark {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}
.rdps-inner-header .tp-header-menu > nav > ul > li > a {
    color: var(--tp-white-color);
}
.rdps-inner-header .tp-btn {
    background: var(--tp-white-color);
    color: var(--tp-theme-color);
}
.rdps-inner-header .tp-btn:hover {
    background: var(--tp-secoundery-color);
    color: var(--tp-theme-color);
}
.rdps-settings-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 65, 0.24);
    background: rgba(0, 0, 0, 0.34);
    color: #eafff3;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    touch-action: manipulation;
}
.rdps-settings-trigger:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 255, 65, 0.45);
    box-shadow: 0 0 18px rgba(0, 255, 65, 0.18);
}
.rdps-settings-trigger:focus-visible {
    outline: 2px solid rgba(0, 255, 65, 0.75);
    outline-offset: 2px;
}
.rdps-settings-trigger--dark {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: #0b1a12;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.rdps-settings-trigger--dark:hover {
    border-color: rgba(0, 120, 70, 0.28);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}
.rdps-settings-trigger__icon {
    display: block;
}
.rdps-header-triggers {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
    flex: 0 0 auto;
}
.rdps-header-triggers .rdps-settings-trigger {
    margin-right: 0;
}
body.is-rdps-settings-open {
    overflow: hidden;
    padding-right: var(--rdps-scrollbar-width, 0);
}
body.is-rdps-settings-open #magic-cursor {
    display: none !important;
}
.rdps-settings[hidden] {
    display: none !important;
}
.rdps-settings {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: grid;
    place-items: center;
    padding: 20px;
    isolation: isolate;
}
.rdps-settings__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.84);
}
.rdps-settings__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    max-height: min(88vh, 720px);
    overflow: auto;
    border-radius: 22px;
    border: 1px solid rgba(0, 255, 65, 0.18);
    background:
        radial-gradient(circle at top right, rgba(0, 255, 65, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(8, 16, 10, 0.98) 0%, rgba(2, 6, 4, 0.98) 100%);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    color: #efffef;
    transform: translateZ(0);
    contain: layout paint;
}
.rdps-settings__header,
.rdps-settings__body,
.rdps-settings__footer {
    padding-left: 22px;
    padding-right: 22px;
}
.rdps-settings__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 255, 65, 0.12);
}
.rdps-settings__title {
    margin: 0 0 6px;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #ffffff;
}
.rdps-settings__desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(214, 255, 228, 0.72);
}
.rdps-settings__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 255, 65, 0.18);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.28);
    color: #d8ffe7;
    cursor: pointer;
}
.rdps-settings__body {
    padding-top: 18px;
    padding-bottom: 10px;
}
.rdps-settings__section + .rdps-settings__section {
    margin-top: 22px;
}
.rdps-settings__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.rdps-settings__section-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.rdps-settings__badge {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 255, 65, 0.1);
    border: 1px solid rgba(0, 255, 65, 0.16);
    color: rgba(198, 255, 216, 0.88);
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}
.rdps-settings__toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    cursor: pointer;
    user-select: none;
}
.rdps-settings__toggle-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.rdps-settings__toggle-track {
    position: relative;
    width: 48px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease;
    flex: 0 0 auto;
}
.rdps-settings__toggle-track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.2s ease;
}
.rdps-settings__toggle-input:checked + .rdps-settings__toggle-track {
    background: rgba(0, 255, 65, 0.42);
}
.rdps-settings__toggle-input:checked + .rdps-settings__toggle-track::after {
    transform: translateX(20px);
}
.rdps-settings__toggle-input:focus-visible + .rdps-settings__toggle-track {
    outline: 2px solid rgba(0, 255, 65, 0.75);
    outline-offset: 2px;
}
.rdps-settings__toggle-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(240, 255, 245, 0.94);
}
.rdps-settings__label {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(176, 255, 205, 0.72);
}
.rdps-settings__presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}
.rdps-settings__preset {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-height: 58px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(0, 255, 65, 0.14);
    background: rgba(0, 0, 0, 0.28);
    color: #efffef;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.rdps-settings__preset:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: rgba(0, 255, 65, 0.34);
}
.rdps-settings__preset.is-active {
    border-color: rgba(0, 255, 65, 0.62);
    background: rgba(0, 255, 65, 0.12);
    box-shadow: inset 0 0 0 1px rgba(0, 255, 65, 0.08);
}
.rdps-settings__preset:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.rdps-settings__preset-name {
    font-size: 14px;
    font-weight: 700;
}
.rdps-settings__preset-meta {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    color: rgba(184, 255, 208, 0.82);
}
.rdps-settings__slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.rdps-settings__slider-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(236, 255, 243, 0.9);
}
.rdps-settings__slider-value {
    min-width: 48px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    font-weight: 700;
    color: #b8ffd0;
    text-align: right;
}
.rdps-settings__slider-input {
    width: 100%;
    height: 8px;
    margin: 0;
    accent-color: #00ff41;
    cursor: pointer;
}
.rdps-settings__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 18px;
    border-top: 1px solid rgba(0, 255, 65, 0.12);
}
.rdps-settings__reset {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(240, 255, 245, 0.92);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.rdps-settings__reset:hover {
    border-color: rgba(0, 255, 65, 0.28);
}
.rdps-settings__saved {
    opacity: 0;
    font-size: 12px;
    font-weight: 600;
    color: #8dffb3;
    transition: opacity 0.2s ease;
}
.rdps-settings__saved.is-visible {
    opacity: 1;
}
body.rdps-matrix-disabled .rdps-matrix-bg__matrix {
    display: none !important;
}
.tp-footer-nav-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tp-white-color);
    margin-bottom: 18px;
}
.tp-footer-nav ul { list-style: none; margin: 0; padding: 0; }
.tp-footer-nav li + li { margin-top: 10px; }
.tp-footer-nav a {
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease;
}
.tp-footer-nav a:hover { color: var(--tp-white-color); }
.tp-footer-bottom-logo .rdps-logo { justify-content: center; }
.rdps-footer-bottom-continuation {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% -70%, rgba(37, 194, 255, 0.24), transparent 42%),
        linear-gradient(180deg, #01040b 0%, #030815 58%, #010205 100%) !important;
}
.rdps-footer-bottom-continuation::before,
.rdps-footer-bottom-continuation::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.rdps-footer-bottom-continuation::before {
    z-index: 0;
    opacity: 0.28;
    background:
        repeating-linear-gradient(90deg, transparent 0 86px, rgba(126, 231, 255, 0.08) 87px 88px),
        repeating-linear-gradient(0deg, transparent 0 22px, rgba(126, 231, 255, 0.05) 23px 24px);
    animation: rdps-footer-bottom-scan 18s linear infinite;
}
.rdps-footer-bottom-continuation::after {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(126, 231, 255, 0.18), transparent 18%),
        radial-gradient(ellipse at 50% 0%, rgba(0, 120, 212, 0.28), transparent 54%);
    border-top: 1px solid rgba(126, 231, 255, 0.14);
}
.rdps-footer-bottom-continuation .container {
    position: relative;
    z-index: 2;
}
.rdps-footer-bottom-continuation .rdps-logo__name,
.rdps-footer-bottom-continuation .tp-footer-copy {
    color: rgba(255, 255, 255, 0.86);
}
.rdps-footer-bottom-continuation .rdps-logo__mark {
    box-shadow: 0 0 36px rgba(0, 120, 212, 0.38);
}
.tp-footer-copy {
    font-size: 13px;
    color: var(--tp-body-color);
    margin-top: 16px;
    text-align: center;
}
.rdps-inner-footer .tp-footer-logo .rdps-logo {
    justify-content: center;
}
.rdps-inner-footer .tp-footer-logo .rdps-logo__name {
    color: var(--tp-white-color);
}
.rdps-inner-footer .tp-footer-info-deg a,
.rdps-inner-footer .tp-footer-copy {
    color: rgba(255, 255, 255, 0.78);
}
.rdps-inner-footer .tp-footer-info-deg a:hover,
.rdps-inner-footer .tp-footer-widgets ul li a:hover {
    color: var(--tp-white-color);
}
.rdps-footer-server-bg {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 22% 22%, rgba(83, 170, 255, 0.45), transparent 28%),
        radial-gradient(circle at 72% 18%, rgba(122, 92, 255, 0.34), transparent 26%),
        radial-gradient(circle at 72% 78%, rgba(0, 188, 242, 0.28), transparent 30%),
        linear-gradient(135deg, #030815 0%, #071b33 45%, #02050d 100%);
}
.rdps-footer-server-bg,
.rdps-footer-server-bg * {
    backface-visibility: hidden;
}
.rdps-footer-server-bg::before,
.rdps-footer-server-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.rdps-footer-server-bg::before {
    z-index: 0;
    opacity: 0.5;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 45%, transparent 58%);
    background-size: 74px 74px, 74px 74px, 240% 100%;
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
    animation: rdps-footer-grid 18s linear infinite;
}
.rdps-footer-server-bg::after {
    z-index: 1;
    opacity: 0.9;
    background:
        radial-gradient(ellipse at 30% 40%, rgba(0, 120, 212, 0.4), transparent 32%),
        radial-gradient(ellipse at 62% 28%, rgba(37, 194, 255, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(1, 5, 12, 0.08) 0%, rgba(1, 5, 12, 0.72) 100%);
    backdrop-filter: saturate(130%);
    animation: rdps-footer-aurora 9s ease-in-out infinite alternate;
}
.rdps-footer-win-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.rdps-footer-win-art,
.rdps-footer-win-art * {
    pointer-events: none !important;
    user-select: none;
}
.rdps-footer-win-art::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: 4%;
    top: -42%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, rgba(130, 205, 255, 0.48), transparent 34%),
        radial-gradient(circle at 70% 60%, rgba(80, 80, 255, 0.36), transparent 42%);
    filter: blur(18px);
    opacity: 0.86;
    animation: rdps-footer-bloom 10s ease-in-out infinite alternate;
}
.rdps-footer-terminal-rain {
    position: absolute;
    inset: -90px 0 -90px;
    z-index: 0;
    overflow: hidden;
    opacity: 0.42;
    font-family: "Cascadia Code", "Consolas", "SFMono-Regular", monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(126, 231, 255, 0.82);
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(37, 194, 255, 0.48);
    mix-blend-mode: screen;
    mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%);
}
.rdps-footer-terminal-rain::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 22%, transparent 74%, rgba(126, 231, 255, 0.12)),
        repeating-linear-gradient(180deg, transparent 0 18px, rgba(126, 231, 255, 0.08) 19px 20px);
    opacity: 0.34;
}
.rdps-footer-terminal-rain span {
    position: absolute;
    top: -70%;
    display: block;
    max-height: 560px;
    writing-mode: vertical-rl;
    white-space: nowrap;
    opacity: 0.74;
    animation: rdps-terminal-rain 11s linear infinite;
}
.rdps-footer-terminal-rain span:nth-child(1) {
    left: 8%;
    animation-duration: 12s;
}
.rdps-footer-terminal-rain span:nth-child(2) {
    left: 22%;
    animation-duration: 15s;
    animation-delay: -5s;
    opacity: 0.48;
}
.rdps-footer-terminal-rain span:nth-child(3) {
    left: 38%;
    animation-duration: 10s;
    animation-delay: -2s;
}
.rdps-footer-terminal-rain span:nth-child(4) {
    left: 55%;
    animation-duration: 16s;
    animation-delay: -8s;
    opacity: 0.52;
}
.rdps-footer-terminal-rain span:nth-child(5) {
    left: 69%;
    animation-duration: 13s;
    animation-delay: -3s;
}
.rdps-footer-terminal-rain span:nth-child(6) {
    left: 82%;
    animation-duration: 17s;
    animation-delay: -10s;
    opacity: 0.45;
}
.rdps-footer-terminal-rain span:nth-child(7) {
    left: 93%;
    animation-duration: 11s;
    animation-delay: -6s;
}
.rdps-footer-win-mark {
    position: absolute;
    right: clamp(42px, 10vw, 150px);
    bottom: 34px;
    display: grid;
    grid-template-columns: repeat(2, 78px);
    grid-template-rows: repeat(2, 78px);
    gap: 9px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 30px 90px rgba(0, 120, 212, 0.26);
    backdrop-filter: blur(18px);
    transform: rotate(-4deg);
    transition: transform 0.55s ease, box-shadow 0.55s ease, opacity 0.55s ease;
    animation: rdps-footer-float 7s ease-in-out infinite;
}
.rdps-footer-win-mark span {
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.14)),
        linear-gradient(145deg, rgba(0, 120, 212, 0.88), rgba(37, 194, 255, 0.38));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.rdps-footer-glass {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
    transition: transform 0.45s ease, background 0.45s ease, border-color 0.45s ease;
    animation: rdps-footer-float 6s ease-in-out infinite;
}
.rdps-footer-glass--admin {
    right: clamp(210px, 25vw, 430px);
    top: 52px;
}
.rdps-footer-glass--vps {
    right: clamp(22px, 8vw, 120px);
    top: 138px;
    animation-delay: 0.9s;
}
.rdps-footer-pulse {
    position: absolute;
    left: 54%;
    top: 36%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7ee7ff;
    box-shadow: 0 0 0 10px rgba(126, 231, 255, 0.12), 0 0 34px rgba(126, 231, 255, 0.75);
    animation: rdps-footer-pulse 2.6s ease-in-out infinite;
}
.rdps-footer-server-bg .container {
    position: relative;
    z-index: 10;
}
.rdps-footer-server-bg .footer-btn,
.rdps-footer-server-bg .tp-btn {
    position: relative;
    z-index: 20;
    pointer-events: auto;
}
.rdps-footer-server-bg .tp-btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.rdps-footer-server-bg .tp-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(126, 231, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 45px rgba(0, 120, 212, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.rdps-footer-server-bg:hover::before {
    opacity: 0.68;
    animation-duration: 11s;
}
.rdps-footer-server-bg:hover::after {
    opacity: 1;
}
.rdps-footer-server-bg:hover .rdps-footer-terminal-rain {
    opacity: 0.58;
}
.rdps-footer-server-bg:hover .rdps-footer-terminal-rain span {
    animation-duration: 8s;
}
.rdps-footer-server-bg:hover .rdps-footer-win-mark {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 34px 110px rgba(37, 194, 255, 0.38);
}
.rdps-footer-server-bg:hover .rdps-footer-glass {
    border-color: rgba(126, 231, 255, 0.42);
    background: rgba(255, 255, 255, 0.15);
}
.tp-footer-shape {
    pointer-events: none;
}
@keyframes rdps-footer-grid {
    0% { background-position: 0 0, 0 0, 130% 0; }
    100% { background-position: 74px 74px, 74px 74px, -130% 0; }
}
@keyframes rdps-footer-aurora {
    0% { transform: translate3d(-1%, -1%, 0) scale(1); }
    100% { transform: translate3d(1.5%, 1%, 0) scale(1.04); }
}
@keyframes rdps-footer-bloom {
    0% { transform: translate3d(-20px, 10px, 0) scale(0.96); opacity: 0.66; }
    100% { transform: translate3d(24px, -8px, 0) scale(1.08); opacity: 0.96; }
}
@keyframes rdps-footer-float {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-12px) rotate(-2deg); }
}
@keyframes rdps-footer-pulse {
    0%, 100% { opacity: 0.42; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1); }
}
@keyframes rdps-terminal-rain {
    0% { transform: translate3d(0, -18%, 0); opacity: 0; }
    12% { opacity: 0.72; }
    76% { opacity: 0.72; }
    100% { transform: translate3d(0, 185%, 0); opacity: 0; }
}
@keyframes rdps-footer-bottom-scan {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 88px 0, 0 24px; }
}
@media (max-width: 991.98px) {
    .rdps-footer-win-mark {
        right: -18px;
        bottom: 18px;
        grid-template-columns: repeat(2, 54px);
        grid-template-rows: repeat(2, 54px);
        opacity: 0.52;
    }
    .rdps-footer-glass {
        display: none;
    }
    .rdps-footer-terminal-rain {
        opacity: 0.26;
        font-size: 11px;
    }
}
.rdps-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(230, 100, 28, 0.12);
    color: var(--tp-orange-color);
    font-weight: 700;
    font-size: 13px;
}
.rdps-rating-heading {
    max-width: 880px;
}
.rdps-rating-heading p {
    max-width: 760px;
    line-height: 1.6;
}
.rdps-rating-seo {
    padding: 34px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 120, 212, 0.12), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.9));
    box-shadow: 0 22px 70px rgba(7, 17, 31, 0.07);
}
.rdps-rating-seo p {
    max-width: 820px;
    line-height: 1.65;
}
.rdps-rating-hero--combined {
    position: relative;
    isolation: isolate;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.rdps-rating-hero--combined .tp-section-title {
    font-size: clamp(38px, 4.9vw, 72px);
}
.rdps-rating-hero--combined .tp-section-title-wrap p {
    max-width: 760px;
    line-height: 1.65;
}
.rdps-rating-hero__grid {
    align-items: stretch;
    row-gap: 28px;
}
.rdps-rating-hero__grid > [class*="col-"] {
    display: flex;
}
.rdps-rating-hero__left {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    height: 100%;
}
.rdps-rating-formula {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(7, 17, 31, 0.045);
}
.rdps-rating-formula__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.rdps-rating-formula__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.rdps-rating-formula__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.1);
    color: #06213c;
    font-size: 12px;
    font-weight: 900;
}
.rdps-rating-formula__status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(7, 17, 31, 0.56);
    font-size: 12px;
    font-weight: 800;
}
.rdps-rating-formula__hint {
    color: rgba(7, 17, 31, 0.48);
    font-size: 12px;
    font-weight: 700;
}
.rdps-rating-formula__desc {
    margin: 0;
    color: rgba(7, 17, 31, 0.56);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}
.rdps-rating-formula__metrics {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rdps-rating-formula__metric {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border-radius: 12px;
    border-left: 3px solid var(--mc, #0078d4);
    background: rgba(7, 17, 31, 0.025);
    transition: background 0.18s ease, transform 0.18s ease;
    cursor: default;
}
.rdps-rating-formula__metric:hover {
    background: rgba(7, 17, 31, 0.04);
    transform: translateX(2px);
}
.rdps-rating-formula__metric-body {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}
.rdps-rating-formula__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: var(--mc, #0078d4);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}
.rdps-rating-formula__metric-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.rdps-rating-formula__metric-text strong {
    display: block;
    color: var(--tp-heading-color);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rdps-rating-formula__metric-text span {
    display: block;
    color: rgba(7, 17, 31, 0.52);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rdps-rating-formula__metric-tail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    flex: 0 0 auto;
    width: 60px;
}
.rdps-rating-formula__weight {
    color: var(--mc, #0078d4);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}
.rdps-rating-formula__track {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(7, 17, 31, 0.08);
    overflow: hidden;
}
.rdps-rating-formula__fill {
    display: block;
    height: 100%;
    width: calc(var(--mp, 0) * 1%);
    border-radius: 999px;
    background: var(--mc, #0078d4);
}
.rdps-rating-formula__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(7, 17, 31, 0.06);
}
.rdps-rating-formula__links a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #075ea8;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(0, 120, 212, 0.24);
    text-underline-offset: 4px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.rdps-rating-formula__links a:hover {
    color: #06213c;
    text-decoration-color: rgba(0, 120, 212, 0.6);
}
.rdps-rating-catalog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 34px rgba(7, 17, 31, 0.045);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rdps-rating-catalog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 70px rgba(7, 17, 31, 0.1);
}
.rdps-rating-catalog-card__thumb {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    height: 230px;
    background: #f2f5f9;
}
.rdps-rating-leader-card .rdps-rating-catalog-card__thumb {
    flex: 1 1 auto;
    min-height: 230px;
    height: auto;
}
.rdps-rating-catalog-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.rdps-rating-catalog-card:hover .rdps-rating-catalog-card__thumb img {
    transform: none;
}
.rdps-rating-catalog-card__place {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--tp-secoundery-color);
    color: var(--tp-theme-color);
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(7, 17, 31, 0.14);
}
.rdps-rating-catalog-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 22px 24px 24px;
}
.rdps-rating-catalog-card__body h3 {
    margin: 0;
    font-size: clamp(24px, 2.2vw, 34px);
    letter-spacing: -0.04em;
    line-height: 1.05;
}
.rdps-rating-catalog-card__body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    min-height: 66px;
    line-height: 1.55;
}
.rdps-rating-catalog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}
.rdps-rating-catalog-card__meta > span {
    font-size: 14px;
    font-weight: 800;
    color: var(--tp-heading-color);
}
.rdps-rating-catalog-card__footer {
    display: grid;
    grid-template-columns: minmax(92px, auto) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(7, 17, 31, 0.06);
}
.rdps-rating-catalog-card__price {
    display: grid;
    gap: 2px;
    min-width: 94px;
}
.rdps-rating-catalog-card__price small {
    color: rgba(7, 17, 31, 0.48);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}
.rdps-rating-catalog-card__price strong {
    color: var(--tp-heading-color);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}
.rdps-rating-catalog-card__btn {
    width: 100%;
    margin-top: 8px;
}
.rdps-rating-catalog-card__link {
    margin-top: auto;
    font-size: 14px;
    font-weight: 800;
    color: var(--tp-heading-color);
}
.rdps-rating-catalog-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--tp-secoundery-color);
    color: var(--tp-theme-color);
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.rdps-rating-catalog-card__cta:hover {
    transform: translateY(-1px);
    background: var(--tp-theme-color);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(7, 17, 31, 0.12);
}
.rdps-rating-catalog-card__cta svg {
    flex: 0 0 auto;
}
.rdps-rating-catalog-card--grid {
    margin-bottom: 30px;
}
.rdps-rating-top-section {
    margin-top: 4px;
}
.rdps-rating-top-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}
.rdps-rating-top-section__head span {
    color: var(--tp-heading-color);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1;
}
.rdps-rating-top-section__head p {
    max-width: 430px;
    margin: 0;
    color: rgba(7, 17, 31, 0.62);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}
.rdps-rating-grid > [class*="col-"] {
    display: flex;
}
.rdps-rating-grid {
    row-gap: 24px;
}
.rdps-rating-catalog-card--rank-1,
.rdps-rating-catalog-card--rank-2,
.rdps-rating-catalog-card--rank-3 {
    position: relative;
}
.rdps-rating-catalog-card--rank-1 {
    border-color: rgba(230, 100, 28, 0.2);
    background:
        radial-gradient(circle at 12% 0%, rgba(230, 100, 28, 0.1), transparent 36%),
        rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(230, 100, 28, 0.12);
}
.rdps-rating-catalog-card--rank-1 .rdps-rating-catalog-card__cta {
    background: #ffe86b;
    color: #071526;
}
.rdps-rating-catalog-card--rank-2 {
    border-color: rgba(0, 120, 212, 0.18);
    background:
        radial-gradient(circle at 12% 0%, rgba(0, 120, 212, 0.09), transparent 36%),
        rgba(255, 255, 255, 0.96);
}
.rdps-rating-catalog-card--rank-2 .rdps-rating-catalog-card__cta {
    background: #e8f4ff;
    color: #075ea8;
}
.rdps-rating-catalog-card--rank-3 {
    border-color: rgba(229, 143, 74, 0.2);
    background:
        radial-gradient(circle at 12% 0%, rgba(229, 143, 74, 0.1), transparent 36%),
        rgba(255, 255, 255, 0.96);
}
.rdps-rating-catalog-card--rank-3 .rdps-rating-catalog-card__cta {
    background: #ffe6d4;
    color: #b55b16;
}
.rdps-rating-catalog-card--rank-1 .rdps-rating-catalog-card__cta:hover,
.rdps-rating-catalog-card--rank-2 .rdps-rating-catalog-card__cta:hover,
.rdps-rating-catalog-card--rank-3 .rdps-rating-catalog-card__cta:hover {
    background: var(--tp-theme-color);
    color: #ffffff;
}
.rdps-rating-catalog-card--rank-1 .rdps-rating-catalog-card__thumb::after,
.rdps-rating-catalog-card--rank-2 .rdps-rating-catalog-card__thumb::after,
.rdps-rating-catalog-card--rank-3 .rdps-rating-catalog-card__thumb::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(7, 17, 31, 0.32));
}
.rdps-rating-catalog-card--rank-1 .rdps-rating-catalog-card__place {
    background: #ffe86b;
    color: #071526;
    box-shadow: 0 18px 38px rgba(230, 100, 28, 0.28);
}
.rdps-rating-catalog-card--rank-2 .rdps-rating-catalog-card__place {
    background: #e8f4ff;
    color: #075ea8;
    box-shadow: 0 18px 38px rgba(0, 120, 212, 0.2);
}
.rdps-rating-catalog-card--rank-3 .rdps-rating-catalog-card__place {
    background: #ffe6d4;
    color: #b55b16;
    box-shadow: 0 18px 38px rgba(229, 143, 74, 0.2);
}
.rdps-rating-catalog-card__rank-label {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--tp-heading-color);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(7, 17, 31, 0.12);
    backdrop-filter: blur(10px);
}
.rdps-rating-catalog-card--rank-1 .rdps-rating-catalog-card__rank-label {
    background: #ffe86b;
}
.rdps-rating-catalog-card--rank-2 .rdps-rating-catalog-card__rank-label {
    color: #075ea8;
}
.rdps-rating-catalog-card--rank-3 .rdps-rating-catalog-card__rank-label {
    color: #b55b16;
}
.rdps-rating-leader-card {
    height: 100%;
}
.rdps-rating-kicker {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.1);
    color: #075ea8;
    font-size: 13px;
    font-weight: 800;
}
.rdps-rating-tags,
.rdps-rating-row__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rdps-rating-tags a,
.rdps-rating-row__tags a {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.08);
    color: #06213c;
    font-size: 12px;
    font-weight: 800;
}
.rdps-rating-list {
    display: grid;
    gap: 12px;
}
.rdps-rating-row {
    display: grid;
    grid-template-columns: 52px 72px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    min-height: 96px;
    padding: 14px 18px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(7, 17, 31, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rdps-rating-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(7, 17, 31, 0.07);
}
.rdps-rating-row__place {
    font-size: 20px;
    font-weight: 900;
    color: rgba(7, 17, 31, 0.36);
}
.rdps-rating-row__thumb {
    overflow: hidden;
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: #f2f5f9;
}
.rdps-rating-row__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rdps-rating-row__main {
    min-width: 0;
}
.rdps-rating-row__main h3 {
    margin: 0 0 5px;
    font-size: 22px;
}
.rdps-rating-row__main p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}
.rdps-rating-row__score {
    display: grid;
    justify-items: end;
    gap: 6px;
    min-width: 92px;
}
.rdps-rating-row__score small {
    font-weight: 800;
    color: var(--tp-heading-color);
}
@media (max-width: 991.98px) {
    .rdps-rating-hero__left {
        margin-bottom: 28px;
    }
    .rdps-rating-top-section__head {
        align-items: flex-start;
        flex-direction: column;
    }
    .rdps-rating-top-section__head p {
        max-width: 620px;
        text-align: left;
    }
    .rdps-rating-formula__hint {
        display: none;
    }
    .rdps-rating-row {
        grid-template-columns: 44px 64px minmax(0, 1fr);
        grid-template-areas:
            "place thumb main"
            "tags tags score";
    }
    .rdps-rating-row__place { grid-area: place; }
    .rdps-rating-row__thumb { grid-area: thumb; width: 64px; height: 64px; }
    .rdps-rating-row__main { grid-area: main; }
    .rdps-rating-row__tags { grid-area: tags; }
    .rdps-rating-row__score {
        grid-area: score;
        justify-items: start;
    }
}
@media (max-width: 575.98px) {
    .rdps-rating-formula {
        padding: 16px;
    }
    .rdps-rating-catalog-card__thumb {
        height: 200px;
    }
    .rdps-rating-catalog-card__footer {
        grid-template-columns: 1fr;
        align-items: start;
    }
    .rdps-rating-catalog-card__cta {
        min-height: 44px;
    }
    .rdps-rating-catalog-card__rank-label {
        left: 12px;
        bottom: 12px;
        min-height: 30px;
        padding: 6px 11px;
        font-size: 12px;
    }
    .rdps-rating-row {
        grid-template-columns: 40px 56px minmax(0, 1fr);
    }
    .rdps-rating-row__thumb {
        width: 56px;
        height: 56px;
    }
}
.rdps-feature-compact .tpfeature {
    min-height: 148px;
    display: flex;
    align-items: center;
}
.rdps-feature-compact .tpfeature__wrap {
    width: 100%;
    gap: 18px;
}
.rdps-feature-compact .tpfeature__num {
    flex: 0 0 auto;
}
.rdps-feature-compact .tpfeature__title {
    margin-bottom: 10px;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}
.rdps-feature-compact .tpfeature__deg {
    max-width: 280px;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}
.rdps-category-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 56px rgba(7, 17, 31, 0.055);
}
.rdps-category-hero::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 74px;
    height: 74px;
    border-top: 2px solid rgba(0, 120, 212, 0.18);
    border-right: 2px solid rgba(0, 120, 212, 0.18);
    pointer-events: none;
}
.rdps-category-hero__main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
}
.rdps-category-hero__content {
    min-width: 0;
}
.rdps-category-hero__side {
    display: grid;
    gap: 14px;
    align-self: stretch;
}
.rdps-category-hero .tp-section-title {
    max-width: 820px;
    font-size: clamp(36px, 4.2vw, 62px);
    letter-spacing: -0.065em;
}
.rdps-category-hero .tp-section-title span {
    display: inline;
}
.rdps-category-hero .tp-section-title-wrap p {
    display: -webkit-box;
    overflow: hidden;
    max-width: 720px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(7, 17, 31, 0.66);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.62;
}
.rdps-category-actions {
    max-width: 760px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid rgba(7, 17, 31, 0.08);
}
.rdps-category-actions > span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #0078d4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.rdps-category-actions div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.rdps-category-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 15px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 12px;
    background: #ffffff;
    color: #06213c;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(7, 17, 31, 0.035);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.rdps-category-actions a:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 120, 212, 0.18);
    background: rgba(0, 120, 212, 0.15);
    color: #06213c;
    box-shadow: 0 14px 30px rgba(7, 17, 31, 0.065);
}
.rdps-category-visual {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 210px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background: #f2f5f9;
    box-shadow: 0 14px 42px rgba(7, 17, 31, 0.055);
}
.rdps-category-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 17, 31, 0.02), rgba(7, 17, 31, 0.32));
    pointer-events: none;
}
.rdps-category-visual img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}
.rdps-category-visual__label {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    max-width: calc(100% - 32px);
    min-height: 34px;
    align-items: center;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--tp-heading-color);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(7, 17, 31, 0.14);
    backdrop-filter: blur(10px);
}
.rdps-category-summary {
    padding: 0;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background: #fbfdff;
}
.rdps-category-summary__grid span {
    color: rgba(7, 17, 31, 0.48);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-category-summary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid rgba(7, 17, 31, 0.07);
}
.rdps-category-summary__grid div {
    display: grid;
    gap: 8px;
    padding: 16px 14px;
    border-right: 1px solid rgba(7, 17, 31, 0.07);
}
.rdps-category-summary__grid div:last-child {
    border-right: 0;
}
.rdps-category-summary__grid strong {
    color: var(--tp-heading-color);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}
.rdps-category-summary p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    padding: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(7, 17, 31, 0.62);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}
.rdps-category-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
.rdps-category-heading span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #0078d4;
    font-size: 13px;
    font-weight: 900;
}
.rdps-category-heading h2 {
    margin: 0;
    color: var(--tp-heading-color);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.05;
}
.rdps-category-heading p {
    max-width: 430px;
    margin: 0;
    color: rgba(7, 17, 31, 0.62);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}
@media (max-width: 991.98px) {
    .rdps-category-hero__main {
        grid-template-columns: 1fr;
        align-items: start;
    }
    .rdps-category-hero__side {
        max-width: 620px;
    }
    .rdps-category-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .rdps-category-heading p {
        max-width: 620px;
        text-align: left;
    }
}
@media (max-width: 575.98px) {
    .rdps-category-hero {
        padding: 22px 18px;
        border-radius: 24px;
    }
    .rdps-category-hero::before {
        display: none;
    }
    .rdps-category-visual {
        min-height: 170px;
    }
    .rdps-category-visual img {
        min-height: 170px;
    }
    .rdps-category-summary__grid {
        grid-template-columns: 1fr;
    }
    .rdps-category-summary__grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(7, 17, 31, 0.07);
    }
    .rdps-category-summary__grid div:last-child {
        border-bottom: 0;
    }
    .rdps-category-actions a {
        width: 100%;
        justify-content: center;
    }
}
/* Provider card hover tags — readable pills (overlay reveal unchanged) */
.tpproject__meta a {
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.92);
    color: var(--tp-theme-color);
    font-weight: 700;
}
.tpproject__meta a:hover {
    background: var(--tp-secoundery-color);
    border-color: transparent;
    color: var(--tp-theme-color);
}
/* Landing keywords block */
.rdps-keywords {
    padding: 28px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 120, 212, 0.06), transparent 42%),
        #ffffff;
    box-shadow: 0 12px 34px rgba(7, 17, 31, 0.045);
}
.rdps-keywords__label {
    display: inline-flex;
    margin-bottom: 18px;
    color: #0078d4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-keywords__list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rdps-keywords__list li {
    position: relative;
    padding-left: 24px;
    color: rgba(7, 17, 31, 0.74);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}
.rdps-keywords__list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0078d4, #25c2ff);
}
.rdps-keywords__list li + li {
    padding-top: 12px;
    border-top: 1px solid rgba(7, 17, 31, 0.06);
}
.rdps-keywords__list li + li::before {
    top: 20px;
}
/* Rating educational section */
.rdps-rating-edu .rdps-edu-block + .rdps-edu-block {
    margin-top: 70px;
}
.rdps-rating-edu .rdps-category-heading h2 {
    font-size: clamp(26px, 3vw, 42px);
}
/* Tables — Matrix minimal */
.rdps-edu-table-wrap {
    overflow: hidden;
    border: 1px solid rgba(0, 255, 65, 0.22);
    border-radius: 16px;
    background: #060d09;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
}
.rdps-edu-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: rgba(190, 255, 210, 0.82);
    font-family: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;
}
.rdps-edu-table thead th {
    padding: 15px 18px;
    background: rgba(0, 255, 65, 0.05);
    color: #00ff41;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid rgba(0, 255, 65, 0.22);
}
.rdps-edu-table tbody td {
    padding: 15px 18px;
    border-top: 1px solid rgba(0, 255, 65, 0.1);
    vertical-align: middle;
}
.rdps-edu-table tbody tr:hover {
    background: rgba(0, 255, 65, 0.06);
}
.rdps-edu-table td strong {
    color: #d6ffe4;
}
.rdps-edu-table a {
    color: #00ff41;
    font-weight: 700;
}
.rdps-edu-table a:hover {
    color: #8dffb3;
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.5);
}
.rdps-edu-table__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(0, 255, 65, 0.32);
    color: #00ff41;
    font-weight: 700;
}
.rdps-edu-table__rating {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 65, 0.28);
    background: rgba(0, 255, 65, 0.08);
    color: #00ff41;
    font-weight: 700;
}
.rdps-edu-table__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.rdps-edu-table__tags a {
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 65, 0.18);
    background: rgba(0, 255, 65, 0.05);
    color: rgba(190, 255, 210, 0.85);
    font-size: 12px;
    font-weight: 600;
}
.rdps-edu-table__tags a:hover {
    color: #00ff41;
    text-shadow: none;
}
.rdps-edu-table__link {
    white-space: nowrap;
}
.rdps-edu-price {
    color: #00ff41;
    font-weight: 700;
    letter-spacing: 0.12em;
}
@media (max-width: 767.98px) {
    .rdps-edu-table-wrap {
        border: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }
    .rdps-edu-table thead {
        display: none;
    }
    .rdps-edu-table tbody tr {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 6px 12px;
        margin-bottom: 14px;
        padding: 18px;
        border: 1px solid rgba(0, 255, 65, 0.22);
        border-radius: 14px;
        background: #060d09;
    }
    .rdps-edu-table tbody td {
        display: contents;
        border: 0;
    }
    .rdps-edu-table tbody td::before {
        content: attr(data-label);
        color: rgba(0, 255, 65, 0.55);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        align-self: center;
    }
    .rdps-edu-table tbody td[data-label=""]::before {
        display: none;
    }
}
/* Methodology + donut */
.rdps-edu-method {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 120, 212, 0.05), transparent 40%),
        #ffffff;
    box-shadow: 0 14px 40px rgba(7, 17, 31, 0.05);
}
.rdps-edu-donut svg {
    width: 100%;
    height: auto;
}
.rdps-edu-donut__big {
    font-size: 44px;
    font-weight: 900;
    fill: var(--tp-heading-color);
}
.rdps-edu-donut__small {
    font-size: 13px;
    font-weight: 700;
    fill: rgba(7, 17, 31, 0.5);
}
.rdps-edu-criteria {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rdps-edu-criteria li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
}
.rdps-edu-criteria__dot {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    border-radius: 4px;
    background: var(--mc, #0078d4);
}
.rdps-edu-criteria__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.rdps-edu-criteria__head strong {
    color: var(--tp-heading-color);
    font-size: 15px;
    font-weight: 900;
}
.rdps-edu-criteria__weight {
    color: var(--mc, #0078d4);
    font-weight: 900;
}
.rdps-edu-criteria p {
    margin: 2px 0 0;
    color: rgba(7, 17, 31, 0.6);
    font-size: 13px;
    line-height: 1.45;
}
@media (max-width: 767.98px) {
    .rdps-edu-method {
        grid-template-columns: 1fr;
        gap: 26px;
        justify-items: center;
    }
    .rdps-edu-donut {
        max-width: 200px;
    }
}
/* Task matrix */
.rdps-edu-tasks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.rdps-edu-task {
    position: relative;
    display: block;
    padding: 20px 48px 20px 22px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 17, 31, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.rdps-edu-task:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 120, 212, 0.22);
    box-shadow: 0 20px 50px rgba(7, 17, 31, 0.09);
}
.rdps-edu-task__q {
    display: block;
    margin-bottom: 6px;
    color: var(--tp-heading-color);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.rdps-edu-task__a {
    display: block;
    color: rgba(7, 17, 31, 0.62);
    font-size: 14px;
    line-height: 1.5;
}
.rdps-edu-task__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #0078d4;
    font-size: 20px;
    font-weight: 900;
    transition: right 0.25s ease;
}
.rdps-edu-task:hover .rdps-edu-task__arrow {
    right: 16px;
}
@media (max-width: 575.98px) {
    .rdps-edu-tasks {
        grid-template-columns: 1fr;
    }
}
/* Steps */
.rdps-edu-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    counter-reset: edu-step;
}
.rdps-edu-step {
    position: relative;
    padding: 26px 22px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 17, 31, 0.04);
}
.rdps-edu-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0078d4, #25c2ff);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}
.rdps-edu-step strong {
    display: block;
    margin-bottom: 8px;
    color: var(--tp-heading-color);
    font-size: 17px;
    font-weight: 900;
}
.rdps-edu-step p {
    margin: 0;
    color: rgba(7, 17, 31, 0.62);
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .rdps-edu-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 479.98px) {
    .rdps-edu-steps {
        grid-template-columns: 1fr;
    }
}
/* Glossary */
.rdps-edu-glossary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.rdps-edu-term {
    padding: 20px 22px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 16px;
    background: #fff;
}
.rdps-edu-term dt {
    margin-bottom: 6px;
    color: #0078d4;
    font-size: 15px;
    font-weight: 900;
}
.rdps-edu-term dd {
    margin: 0;
    color: rgba(7, 17, 31, 0.66);
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 575.98px) {
    .rdps-edu-glossary {
        grid-template-columns: 1fr;
    }
}
/* Matrix-light accents for rating edu (white background, readable green) */
.rdps-rating-edu .rdps-category-heading span {
    color: #0a8f3c;
    font-family: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;
    letter-spacing: 0.08em;
}
.rdps-rating-edu .rdps-edu-method {
    background:
        radial-gradient(circle at 100% 0%, rgba(15, 174, 74, 0.07), transparent 42%),
        #ffffff;
}
.rdps-rating-edu .rdps-edu-criteria__head strong {
    font-family: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;
    font-size: 14px;
}
.rdps-rating-edu .rdps-edu-task__q {
    font-family: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;
    font-size: 15px;
}
.rdps-rating-edu .rdps-edu-task__arrow {
    color: #0a8f3c;
}
.rdps-rating-edu .rdps-edu-task:hover {
    border-color: rgba(15, 174, 74, 0.4);
    box-shadow: 0 18px 46px rgba(10, 143, 60, 0.14);
}
.rdps-rating-edu .rdps-edu-step {
    border-left: 3px solid rgba(15, 174, 74, 0.5);
}
.rdps-rating-edu .rdps-edu-step__num {
    background: linear-gradient(135deg, #0a7a33, #16c25a);
    font-family: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;
}
.rdps-rating-edu .rdps-edu-term dt {
    color: #0a8f3c;
    font-family: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;
}
.rdps-rating-edu .rdps-edu-term:hover {
    border-color: rgba(15, 174, 74, 0.4);
}
/* Catalog combined guide section */
.rdps-cta-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 30px 28px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 16% 14%, rgba(37, 194, 255, 0.36), transparent 46%),
        radial-gradient(circle at 88% 92%, rgba(122, 92, 255, 0.30), transparent 52%),
        linear-gradient(135deg, #071b33 0%, #0a2547 56%, #04101f 100%);
    box-shadow: 0 22px 54px rgba(0, 120, 212, 0.22);
}
.rdps-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 34px 34px;
    -webkit-mask-image: radial-gradient(circle at 50% 35%, #000 35%, transparent 82%);
    mask-image: radial-gradient(circle at 50% 35%, #000 35%, transparent 82%);
    animation: rdps-cta-grid 16s linear infinite;
}
.rdps-cta-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(115deg, transparent 32%, rgba(126, 231, 255, 0.14) 48%, transparent 62%);
    background-size: 250% 100%;
    animation: rdps-cta-sheen 6.5s ease-in-out infinite;
}
@keyframes rdps-cta-grid {
    from { background-position: 0 0, 0 0; }
    to { background-position: 34px 34px, 34px 34px; }
}
@keyframes rdps-cta-sheen {
    0% { background-position: 135% 0; }
    100% { background-position: -135% 0; }
}
.rdps-cta-card__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(126, 231, 255, 0.28);
    background: rgba(126, 231, 255, 0.1);
    color: #bdecff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.rdps-cta-card__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.18;
}
.rdps-cta-card__text {
    margin: 0 0 24px;
    color: rgba(226, 240, 255, 0.74);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}
.rdps-cta-card__btn {
    position: relative;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .rdps-cta-card::before,
    .rdps-cta-card::after {
        animation: none;
    }
}
/* SEO tag links — playful pills */
.rdps-seo-tags__label {
    display: inline-flex;
    margin-bottom: 16px;
    color: #0078d4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.rdps-seo-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.rdps-catalog-guide .rdps-category-heading span {
    white-space: nowrap;
}
.rdps-catalog-guide .tp-services-details-deg {
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.35;
}
.rdps-catalog-guide .rdps-cat-types {
    row-gap: 16px;
}
.rdps-catalog-guide .rdps-cat-types > [class*="col-"] {
    display: flex;
}
.rdps-catalog-guide .rdps-cat-types .tp-services-support {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    height: 100%;
    padding: 22px;
    color: inherit;
    text-decoration: none;
}
.rdps-catalog-guide .rdps-cat-types .tp-services-support-icon {
    width: 48px;
    height: 48px;
}
.rdps-catalog-guide .rdps-cat-types .tp-services-support-icon svg {
    width: 24px;
    height: 24px;
}
.rdps-catalog-guide .rdps-cat-types .tp-services-support-title {
    margin-bottom: 4px;
}
@media (max-width: 991.98px) {
    .rdps-catalog-guide .tp-services-details-wrap.pl-50 {
        padding-left: 0;
        margin-top: 40px;
    }
}
/* Content info cards — minimal */
.rdps-info-cards {
    display: grid;
    gap: 0;
}
.rdps-info-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    padding: 28px 4px;
    border-bottom: 1px solid rgba(7, 17, 31, 0.08);
}
.rdps-info-card:last-child {
    border-bottom: 0;
}
.rdps-info-card__index {
    color: rgba(7, 17, 31, 0.22);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.rdps-info-card__body {
    min-width: 0;
}
.rdps-info-card__kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: #0078d4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-info-card__title {
    margin: 0 0 10px;
    color: var(--tp-heading-color);
    font-size: clamp(19px, 1.7vw, 24px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.18;
}
.rdps-info-card__text {
    margin: 0;
    color: rgba(7, 17, 31, 0.64);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.62;
}
.rdps-content-faq {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid rgba(7, 17, 31, 0.08);
}
.rdps-content-faq__head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}
.rdps-content-faq__head span {
    display: inline-flex;
    align-self: flex-start;
    justify-self: start;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.1);
    color: #075ea8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.rdps-content-faq__head h3 {
    margin: 0;
    color: var(--tp-heading-color);
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
}
@media (max-width: 575.98px) {
    .rdps-info-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
    }
    .rdps-content-faq {
        padding: 20px;
    }
}
.rdps-content-aside {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}
.rdps-content-aside__visual {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background: #f2f5f9;
    box-shadow: 0 16px 44px rgba(7, 17, 31, 0.06);
}
.rdps-content-aside__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}
.rdps-content-aside__visual figcaption {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--tp-heading-color);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(7, 17, 31, 0.14);
    backdrop-filter: blur(10px);
}
.rdps-content-aside__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background: #fbfdff;
}
.rdps-content-aside__facts div {
    display: grid;
    gap: 7px;
    padding: 16px 14px;
    border-top: 1px solid rgba(7, 17, 31, 0.07);
    border-right: 1px solid rgba(7, 17, 31, 0.07);
}
.rdps-content-aside__facts div:nth-child(-n + 2) {
    border-top: 0;
}
.rdps-content-aside__facts div:nth-child(2n) {
    border-right: 0;
}
.rdps-content-aside__facts span {
    color: rgba(7, 17, 31, 0.48);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-content-aside__facts strong {
    color: var(--tp-heading-color);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}
.rdps-content-aside__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(7, 17, 31, 0.05);
}
.rdps-content-aside__links-title {
    width: 100%;
    margin-bottom: 4px;
    color: #0078d4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-content-aside__links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid rgba(7, 17, 31, 0.1);
    border-radius: 999px;
    color: var(--tp-heading-color);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transition: all 0.25s ease;
}
.rdps-content-aside__links a:hover {
    border-color: #0078d4;
    background: #0078d4;
    color: #ffffff;
}
@media (max-width: 991.98px) {
    .rdps-content-aside {
        position: static;
        margin-top: 40px;
    }
}
.rdps-provider-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}
.rdps-provider-sidebar__card {
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(7, 17, 31, 0.055);
}
.rdps-provider-sidebar__card h2,
.rdps-provider-sidebar__card h3 {
    margin: 16px 0 10px;
    color: var(--tp-heading-color);
    font-size: clamp(26px, 2.5vw, 38px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.05;
}
.rdps-provider-sidebar__card h3 {
    margin-bottom: 22px;
    font-size: 24px;
}
.rdps-provider-sidebar__card p {
    margin: 0;
    color: rgba(7, 17, 31, 0.66);
    font-weight: 700;
    line-height: 1.55;
}
.rdps-provider-sidebar__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}
.rdps-provider-sidebar__stats div {
    display: grid;
    gap: 7px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(0, 120, 212, 0.07);
}
.rdps-provider-sidebar__stats span {
    color: rgba(7, 17, 31, 0.52);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-provider-sidebar__stats strong {
    color: var(--tp-heading-color);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}
.rdps-provider-sidebar__btn {
    width: 100%;
    margin-top: 22px;
}
.rdps-provider-profile-card {
    position: relative;
    padding: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 120, 212, 0.1), transparent 34%),
        #ffffff;
}
.rdps-provider-profile-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.rdps-provider-profile-card__top span {
    color: rgba(7, 17, 31, 0.48);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-provider-profile-card__top strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.09);
    color: #075ea8;
    font-size: 12px;
    font-weight: 900;
}
.rdps-provider-profile-card__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(230, 100, 28, 0.08);
}
.rdps-provider-profile-card__price span {
    color: rgba(7, 17, 31, 0.58);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.rdps-provider-profile-card__price strong {
    color: var(--tp-orange-color);
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
}
.rdps-provider-profile-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 52px;
    margin-top: 16px;
    padding: 13px 17px;
    border: 2px solid var(--tp-secoundery-color);
    border-radius: 999px;
    background: var(--tp-secoundery-color);
    color: var(--tp-theme-color);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 34px rgba(7, 17, 31, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.rdps-provider-profile-card__cta:hover,
.rdps-provider-profile-card__cta:focus-visible {
    transform: translateY(-1px);
    border-color: var(--tp-theme-color);
    background: var(--tp-theme-color);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 120, 212, 0.18);
    outline: none;
}
.rdps-provider-profile-card__cta:active {
    transform: translateY(0);
}
.rdps-provider-profile-card__cta i {
    flex: 0 0 auto;
    color: currentColor;
}
.rdps-provider-rating-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 120, 212, 0.08), transparent 34%),
        #ffffff;
}
.rdps-provider-rating-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.rdps-provider-rating-card__top span {
    color: rgba(7, 17, 31, 0.48);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-provider-rating-card__top strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(230, 100, 28, 0.1);
    color: var(--tp-orange-color);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.rdps-provider-rating-card__hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
        "score summary"
        "track track";
    gap: 14px 18px;
    align-items: center;
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid rgba(7, 17, 31, 0.06);
    border-radius: 18px;
    background: rgba(0, 120, 212, 0.05);
}
.rdps-provider-rating-card__score {
    grid-area: score;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    align-self: stretch;
    padding-right: 18px;
    border-right: 1px solid rgba(7, 17, 31, 0.08);
}
.rdps-provider-rating-card__score strong {
    color: var(--tp-orange-color);
    font-size: clamp(34px, 7vw, 44px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
}
.rdps-provider-rating-card__score span {
    color: rgba(7, 17, 31, 0.52);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.rdps-provider-rating-card__summary {
    grid-area: summary;
    display: grid;
    gap: 8px;
    min-width: 0;
}
.rdps-provider-rating-card__stars {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.rdps-provider-rating-card__stars i {
    color: var(--tp-orange-color);
    font-size: 12px;
}
.rdps-provider-rating-card__stars i.is-muted {
    color: rgba(7, 17, 31, 0.14);
}
.rdps-provider-rating-card__track {
    grid-area: track;
    overflow: hidden;
    height: 6px;
    border-radius: 999px;
    background: rgba(7, 17, 31, 0.08);
}
.rdps-provider-rating-card__track span {
    display: block;
    width: calc(var(--rating-pct) * 1%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--tp-orange-color), #ffb347);
}
.rdps-provider-rating-card__summary p {
    margin: 0;
    color: rgba(7, 17, 31, 0.66);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.rdps-provider-rating-card__summary a {
    width: fit-content;
    color: #075ea8;
    font-size: 13px;
    font-weight: 800;
}
.rdps-provider-rating-card__summary a:hover {
    color: var(--tp-theme-color);
}
.rdps-provider-rating-card__metrics {
    display: grid;
    gap: 8px;
}
.rdps-provider-rating-card__metric {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 11px 14px;
    border: 1px solid rgba(7, 17, 31, 0.07);
    border-radius: 14px;
    background: rgba(247, 251, 255, 0.85);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.rdps-provider-rating-card__metric:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 120, 212, 0.18);
    background: rgba(0, 120, 212, 0.06);
}
.rdps-provider-rating-card__metric input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.rdps-provider-rating-card__metric-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.rdps-provider-rating-card__metric-head > span {
    color: var(--tp-heading-color);
    font-size: 14px;
    font-weight: 800;
}
.rdps-provider-rating-card__metric-head strong {
    color: #075ea8;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}
.rdps-provider-rating-card__metric-bar {
    overflow: hidden;
    height: 5px;
    border-radius: 999px;
    background: rgba(7, 17, 31, 0.08);
}
.rdps-provider-rating-card__metric-bar span {
    display: block;
    width: calc(var(--metric-pct) * 1%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0078d4, #50a8ff);
    opacity: 0.38;
    transition: opacity 0.2s ease;
}
.rdps-provider-rating-card__metric-note {
    display: none;
    color: rgba(7, 17, 31, 0.62);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}
.rdps-provider-rating-card__metric:has(input:checked) {
    border-color: rgba(0, 120, 212, 0.2);
    background: rgba(0, 120, 212, 0.09);
}
.rdps-provider-rating-card__metric:has(input:checked) .rdps-provider-rating-card__metric-bar span,
.rdps-provider-rating-card__metric:hover .rdps-provider-rating-card__metric-bar span,
.rdps-provider-rating-card__metric:focus-within .rdps-provider-rating-card__metric-bar span {
    opacity: 1;
}
.rdps-provider-rating-card__metric:has(input:checked) .rdps-provider-rating-card__metric-note {
    display: block;
}
.rdps-provider-category-nav {
    display: grid;
    gap: 8px;
}
.rdps-provider-category-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 11px 14px;
    border: 1px solid rgba(7, 17, 31, 0.07);
    border-radius: 14px;
    background: rgba(247, 251, 255, 0.85);
    color: var(--tp-heading-color);
    font-size: 14px;
    font-weight: 800;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rdps-provider-category-nav a:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 120, 212, 0.18);
    background: rgba(0, 120, 212, 0.09);
    color: var(--tp-heading-color);
}
.rdps-provider-banner {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(0, 120, 212, 0.14);
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(126, 231, 255, 0.22), transparent 42%),
        linear-gradient(145deg, rgba(0, 120, 212, 0.1), rgba(7, 17, 31, 0.03));
    box-shadow: 0 18px 42px rgba(0, 120, 212, 0.08);
}
.rdps-provider-banner::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -24px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.18), transparent 68%);
    pointer-events: none;
}
.rdps-provider-banner > * {
    position: relative;
    z-index: 1;
}
.rdps-provider-banner__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.12);
    color: var(--tp-theme-color);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.rdps-provider-banner h3 {
    margin: 0;
    color: var(--tp-heading-color);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
}
.rdps-provider-banner p {
    margin: 0;
    color: rgba(7, 17, 31, 0.64);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}
.rdps-provider-banner__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.rdps-provider-banner__facts div {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(7, 17, 31, 0.06);
}
.rdps-provider-banner__facts strong {
    color: var(--tp-heading-color);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}
.rdps-provider-banner__facts span {
    color: rgba(7, 17, 31, 0.52);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-provider-banner__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--tp-theme-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.rdps-provider-banner__cta:hover,
.rdps-provider-banner__cta:focus-visible {
    transform: translateY(-1px);
    background: #005ea6;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 120, 212, 0.22);
}
.rdps-provider-banner__cta i {
    flex: 0 0 auto;
}
.rdps-provider-content {
    padding-left: 24px;
}
.rdps-provider-content__top {
    margin-bottom: 30px;
}
.rdps-provider-content__top .tp-section-title {
    font-size: clamp(38px, 4vw, 66px);
}
.rdps-provider-content__top p {
    max-width: 820px;
    margin: 22px 0 0;
    color: rgba(7, 17, 31, 0.7);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.65;
}
.rdps-provider-hero-img {
    overflow: hidden;
    margin-bottom: 38px;
    border-radius: 24px;
    background: #f2f5f9;
    box-shadow: 0 18px 55px rgba(7, 17, 31, 0.07);
}
.rdps-provider-hero-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.rdps-provider-section {
    padding: 34px 0;
    border-top: 1px solid rgba(7, 17, 31, 0.08);
}
.rdps-provider-section h2 {
    margin: 0 0 18px;
    color: var(--tp-heading-color);
    font-size: clamp(26px, 2.5vw, 40px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.08;
}
.rdps-provider-section > p {
    max-width: 840px;
    margin: 0;
    color: rgba(7, 17, 31, 0.68);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.68;
}
.rdps-provider-section__head {
    display: grid;
    gap: 10px;
    max-width: 760px;
    margin-bottom: 24px;
}
.rdps-provider-section__head span {
    color: #0078d4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rdps-provider-section__head h2 {
    margin-bottom: 0;
}
.rdps-provider-section__head p {
    margin: 0;
    color: rgba(7, 17, 31, 0.62);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}
.rdps-provider-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.rdps-provider-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 154px;
    padding: 22px;
    border: 0;
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rdps-provider-feature:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 120, 212, 0.16);
    box-shadow: 0 20px 48px rgba(7, 17, 31, 0.08);
}
.rdps-provider-feature__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(0, 120, 212, 0.1);
    color: #0078d4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}
.rdps-provider-feature strong {
    color: var(--tp-heading-color);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}
.rdps-provider-feature p {
    margin: 10px 0 0;
    color: rgba(7, 17, 31, 0.62);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.48;
}

.rdps-provider-section--similar {
    margin-top: 8px;
}

.rdps-similar-providers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rdps-similar-card {
    height: 100%;
}

.rdps-similar-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 120, 212, 0.06), transparent 38%),
        #ffffff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 36px rgba(7, 17, 31, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rdps-similar-card__link:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 120, 212, 0.22);
    box-shadow: 0 20px 48px rgba(0, 120, 212, 0.12);
}

.rdps-similar-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: rgba(7, 17, 31, 0.04);
}

.rdps-similar-card__media picture,
.rdps-similar-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdps-similar-card__badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rdps-similar-card__badges span {
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    color: #0078d4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(7, 17, 31, 0.08);
}

.rdps-similar-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px 18px;
}

.rdps-similar-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.rdps-similar-card__title {
    margin: 0;
    color: var(--tp-heading-color);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.rdps-similar-card__rating {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 34px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(230, 100, 28, 0.1);
    color: var(--tp-orange-color);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.rdps-similar-card__price {
    margin: 0;
    color: var(--tp-heading-color);
    font-size: 15px;
    font-weight: 900;
}

.rdps-similar-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rdps-similar-card__tags span {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.08);
    color: #0078d4;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.rdps-similar-card__features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.rdps-similar-card__features li {
    position: relative;
    padding-left: 14px;
    color: rgba(7, 17, 31, 0.62);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.rdps-similar-card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0078d4;
}

.rdps-similar-card__summary {
    margin: 0;
    color: rgba(7, 17, 31, 0.62);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.rdps-similar-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid rgba(7, 17, 31, 0.06);
}

.rdps-similar-card__reviews {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(7, 17, 31, 0.52);
    font-size: 12px;
    font-weight: 800;
}

.rdps-similar-card__reviews .rdps-review-stars__star {
    font-size: 12px;
}

.rdps-similar-card__cta {
    color: #0078d4;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    transition: transform 0.15s ease;
}

.rdps-similar-card__link:hover .rdps-similar-card__cta {
    transform: translateX(2px);
}

@media (max-width: 767.98px) {
    .rdps-similar-providers {
        grid-template-columns: 1fr;
    }
}

.rdps-provider-usecases {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}
.rdps-provider-usecase {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 118px;
    padding: 18px;
    border: 1px solid rgba(7, 17, 31, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(7, 17, 31, 0.045);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.rdps-provider-usecase:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 120, 212, 0.16);
    box-shadow: 0 18px 44px rgba(7, 17, 31, 0.075);
}
.rdps-provider-usecase i {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(0, 120, 212, 0.1);
    color: #0078d4;
    font-size: 16px;
    line-height: 1;
}
.rdps-provider-usecase strong {
    display: block;
    margin-bottom: 7px;
    color: var(--tp-heading-color);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.18;
}
.rdps-provider-usecase p {
    margin: 0;
    color: rgba(7, 17, 31, 0.62);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}
@media (max-width: 991.98px) {
    .rdps-provider-sidebar {
        position: static;
        margin-bottom: 34px;
    }
    .rdps-provider-content {
        padding-left: 0;
    }
}
@media (max-width: 575.98px) {
    .rdps-provider-sidebar__stats,
    .rdps-provider-feature-grid,
    .rdps-provider-usecases {
        grid-template-columns: 1fr;
    }
    .rdps-provider-profile-card__price {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    .rdps-provider-rating-card__hero {
        grid-template-columns: 1fr;
        grid-template-areas:
            "score"
            "track"
            "summary";
        text-align: center;
    }
    .rdps-provider-rating-card__score {
        align-items: center;
        align-self: auto;
        padding-right: 0;
        padding-bottom: 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(7, 17, 31, 0.08);
    }
    .rdps-provider-rating-card__stars,
    .rdps-provider-rating-card__summary a {
        justify-content: center;
        margin-inline: auto;
    }
    .rdps-provider-rating-card__metric-head {
        flex-wrap: wrap;
    }
    .rdps-provider-usecase {
        min-height: 0;
        padding: 16px;
    }
    .rdps-provider-feature {
        min-height: 0;
        padding: 18px;
    }
}
.rdps-about-points {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}
.rdps-about-points li {
    position: relative;
    padding-left: 24px;
    color: var(--tp-heading-color);
    font-weight: 600;
    line-height: 1.45;
}
.rdps-about-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--tp-orange-color);
    box-shadow: 0 0 0 5px rgba(230, 100, 28, 0.12);
}
.rdps-choice-area .tp-misson-spacing {
    padding-bottom: 90px;
}
.rdps-choice-lead {
    max-width: 720px;
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.55;
    color: var(--tp-body-color);
}
.rdps-choice-grid {
    position: relative;
    z-index: 2;
    margin-top: 55px;
}
.rdps-choice-card {
    display: block;
    height: 100%;
    min-height: 210px;
    padding: 30px;
    border-radius: 22px;
    background: #ffffff;
    color: var(--tp-heading-color);
    box-shadow: 0 18px 50px rgba(7, 17, 31, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rdps-choice-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(7, 17, 31, 0.14);
}
.rdps-choice-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: var(--tp-theme-color);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}
.rdps-choice-card h3 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.rdps-choice-card p {
    margin: 0;
    line-height: 1.55;
    color: var(--tp-body-color);
}
.rdps-services-lead {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.55;
}
.rdps-services-terminal {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 10%, rgba(0, 120, 212, 0.4), transparent 30%),
        radial-gradient(circle at 82% 22%, rgba(122, 92, 255, 0.28), transparent 28%),
        linear-gradient(135deg, #020812 0%, #06182d 46%, #010308 100%) !important;
}
.rdps-services-terminal::before,
.rdps-services-terminal::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.rdps-services-terminal::before {
    z-index: 0;
    opacity: 0.36;
    background:
        linear-gradient(90deg, rgba(126, 231, 255, 0.09) 1px, transparent 1px),
        linear-gradient(0deg, rgba(126, 231, 255, 0.06) 1px, transparent 1px),
        linear-gradient(115deg, transparent 0%, rgba(37, 194, 255, 0.18) 48%, transparent 62%);
    background-size: 92px 92px, 92px 92px, 260% 100%;
    animation: rdps-services-grid 20s linear infinite;
}
.rdps-services-terminal::after {
    z-index: 1;
    background:
        radial-gradient(ellipse at 26% 52%, rgba(0, 120, 212, 0.24), transparent 36%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.54) 100%);
}
.rdps-services-terminal .container {
    position: relative;
    z-index: 3;
}
.rdps-services-code-rain {
    position: absolute;
    inset: -70px 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
    opacity: 0.34;
    font-family: "Cascadia Code", "Consolas", "SFMono-Regular", monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(126, 231, 255, 0.82);
    text-shadow: 0 0 14px rgba(37, 194, 255, 0.52);
    mix-blend-mode: screen;
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.rdps-services-code-rain span {
    position: absolute;
    top: -55%;
    display: block;
    writing-mode: vertical-rl;
    white-space: nowrap;
    animation: rdps-services-code-rain 14s linear infinite;
}
.rdps-services-code-rain span:nth-child(1) { left: 9%; animation-duration: 14s; }
.rdps-services-code-rain span:nth-child(2) { left: 29%; animation-duration: 17s; animation-delay: -7s; opacity: 0.62; }
.rdps-services-code-rain span:nth-child(3) { left: 52%; animation-duration: 12s; animation-delay: -3s; }
.rdps-services-code-rain span:nth-child(4) { left: 72%; animation-duration: 18s; animation-delay: -11s; opacity: 0.58; }
.rdps-services-code-rain span:nth-child(5) { left: 90%; animation-duration: 15s; animation-delay: -5s; }
.rdps-services-terminal .tp-services-heading {
    position: relative;
    z-index: 4;
}
.rdps-services-terminal .tp-services-button.collapsed {
    border-top-color: rgba(126, 231, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.rdps-services-terminal .tp-services-button.collapsed:hover {
    transform: translateY(-1px);
    border-color: rgba(126, 231, 255, 0.22);
    background: rgba(255, 255, 255, 0.052);
    box-shadow: 0 12px 34px rgba(0, 120, 212, 0.11);
}
.rdps-services-terminal .tp-services-heading-wrap svg {
    transition: transform 0.25s ease;
}
.rdps-services-terminal .tp-services-button:not(.collapsed) .tp-services-heading-wrap svg {
    transform: rotate(45deg);
}
.rdps-services-terminal .tp-services-body {
    overflow: hidden;
    border: 1px solid rgba(126, 231, 255, 0.18);
    background:
        radial-gradient(circle at 18% 12%, rgba(126, 231, 255, 0.22), transparent 30%),
        linear-gradient(145deg, rgba(245, 250, 255, 0.96), rgba(218, 235, 255, 0.9));
    box-shadow: 0 28px 90px rgba(0, 120, 212, 0.24);
}
.rdps-services-terminal .tp-services-img {
    overflow: hidden;
    border: 1px solid rgba(0, 120, 212, 0.16);
    box-shadow: 0 18px 50px rgba(3, 8, 21, 0.16);
}
.rdps-services-terminal .tp-services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.rdps-services-terminal .tp-services-body:hover .tp-services-img img {
    transform: scale(1.025);
}
.rdps-services-terminal .tp-services-meta span {
    border-color: rgba(0, 120, 212, 0.22);
    background: rgba(255, 255, 255, 0.48);
    color: #06213c;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rdps-services-terminal .tp-services-meta span:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 120, 212, 0.26);
    background: rgba(126, 231, 255, 0.12);
}
.rdps-services-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.rdps-services-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--tp-white-color);
    font-size: 14px;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease;
}
.rdps-services-links a:hover {
    background: rgba(126, 231, 255, 0.13);
    color: var(--tp-white-color);
    box-shadow: 0 8px 20px rgba(0, 120, 212, 0.1);
}
@keyframes rdps-services-grid {
    0% { background-position: 0 0, 0 0, 130% 0; }
    100% { background-position: 92px 92px, 92px 92px, -130% 0; }
}
@keyframes rdps-services-code-rain {
    0% { transform: translate3d(0, -12%, 0); opacity: 0; }
    14% { opacity: 0.72; }
    78% { opacity: 0.72; }
    100% { transform: translate3d(0, 175%, 0); opacity: 0; }
}
.rdps-catalog-services .tpservices2,
.rdps-catalog-providers .tpservices2 {
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 55px rgba(7, 17, 31, 0.06);
}
.rdps-catalog-services .tpservices2__thumb,
.rdps-catalog-providers .tpservices2__thumb {
    position: relative;
    height: 230px;
    background: #f2f5f9;
}
.rdps-catalog-services .tpservices2__thumb img,
.rdps-catalog-providers .tpservices2__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rdps-catalog-services .tpservices2__content p,
.rdps-catalog-providers .tpservices2__content p {
    min-height: 72px;
}
.rdps-catalog-provider-card .tpservices2__content p {
    min-height: 48px;
}
.rdps-catalog-rating {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--tp-orange-color);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(7, 17, 31, 0.12);
    backdrop-filter: blur(10px);
}
.rdps-catalog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
    padding-right: 28px;
}
.rdps-catalog-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(0, 120, 212, 0.09);
    color: #06213c;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease;
}
.rdps-catalog-tags a:hover {
    background: rgba(0, 120, 212, 0.16);
    color: #06213c;
}
.rdps-catalog-offset-card {
    margin-top: -70px;
}
@media (max-width: 991.98px) {
    .rdps-catalog-offset-card {
        margin-top: 0;
    }
    .rdps-catalog-services .tpservices2__thumb,
    .rdps-catalog-providers .tpservices2__thumb {
        height: 220px;
    }
}
.rdps-provider-showcase {
    row-gap: 34px;
}
.rdps-provider-showcase .tpportfolio {
    margin-bottom: 0;
}
.rdps-provider-showcase .tpportfolio__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(260px, 25vw, 376px);
    background: #f2f3f5;
    border-radius: 15px;
}
.rdps-provider-showcase .tpportfolio__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media (max-width: 991.98px) {
    .rdps-choice-card {
        margin-bottom: 24px;
    }
    .rdps-provider-showcase {
        row-gap: 40px;
    }
    .rdps-provider-showcase .tpportfolio__thumb {
        height: 260px;
    }
}
@media (max-width: 1199.98px) {
    .rdps-feature-compact .tpfeature {
        min-height: 136px;
    }
    .rdps-feature-compact .tpfeature__title {
        font-size: 25px;
    }
    .rdps-feature-compact .tpfeature__deg {
        font-size: 13px;
    }
}
@media (max-width: 767.98px) {
    .rdps-feature-compact .tpfeature {
        min-height: auto;
    }
    .rdps-feature-compact .tpfeature__title {
        font-size: 24px;
    }
    .rdps-feature-compact .tpfeature__deg {
        max-width: none;
    }
}

/* Фон hero: картинка на .tp-hero-bg, не на .tp-hero-area (main.css) */
.tp-hero-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rdps-os-scene {
    min-height: 330px;
    border-radius: 28px;
    overflow: visible;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 120, 212, 0.25), transparent 32%),
        linear-gradient(145deg, #071526 0%, #0f2743 52%, #07111f 100%);
    box-shadow: 0 24px 70px rgba(7, 17, 31, 0.25);
}
.rdps-os-window {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(86%, 280px);
    transform: translate(-50%, -50%);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    animation: rdps-os-float 5s ease-in-out infinite;
}
.rdps-os-titlebar {
    display: flex;
    gap: 7px;
    padding: 13px 16px;
    background: rgba(245, 248, 252, 0.95);
    border-bottom: 1px solid rgba(15, 39, 67, 0.08);
}
.rdps-os-titlebar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d7dde6;
}
.rdps-os-titlebar span:nth-child(1) { background: #ff6b6b; }
.rdps-os-titlebar span:nth-child(2) { background: #ffc857; }
.rdps-os-titlebar span:nth-child(3) { background: #2ecc71; }
.rdps-os-screen {
    min-height: 230px;
    padding: 36px 24px 30px;
    text-align: center;
    color: #071526;
}
.rdps-os-logo {
    display: grid;
    grid-template-columns: repeat(2, 36px);
    grid-template-rows: repeat(2, 36px);
    gap: 7px;
    justify-content: center;
    margin-bottom: 22px;
}
.rdps-os-logo span {
    border-radius: 8px;
    background: #0078d4;
    animation: rdps-os-pane 2.2s ease-in-out infinite;
}
.rdps-os-logo span:nth-child(2) { animation-delay: 0.15s; }
.rdps-os-logo span:nth-child(3) { animation-delay: 0.3s; }
.rdps-os-logo span:nth-child(4) { animation-delay: 0.45s; }
.rdps-os-title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.rdps-os-loader {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-bottom: 15px;
}
.rdps-os-loader span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--tp-orange-color);
    animation: rdps-os-loader 1.25s ease-in-out infinite;
}
.rdps-os-loader span:nth-child(2) { animation-delay: 0.16s; }
.rdps-os-loader span:nth-child(3) { animation-delay: 0.32s; }
.rdps-os-status {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0078d4;
}
.rdps-os-card {
    position: absolute;
    z-index: 2;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #071526;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    animation: rdps-os-card 4s ease-in-out infinite;
}
.rdps-os-card--top {
    top: 42px;
    right: -8px;
}
.rdps-os-card--bottom {
    left: -12px;
    bottom: 44px;
    animation-delay: 0.7s;
}
@keyframes rdps-os-float {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-10px); }
}
@keyframes rdps-os-pane {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.62; transform: scale(0.9); }
}
@keyframes rdps-os-loader {
    0%, 100% { opacity: 0.35; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-6px); }
}
@keyframes rdps-os-card {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@media (max-width: 767.98px) {
    .rdps-os-scene {
        min-height: 280px;
        margin-top: 30px;
    }
    .rdps-os-window {
        width: min(88%, 250px);
    }
    .rdps-os-card--top {
        right: 10px;
    }
    .rdps-os-card--bottom {
        left: 10px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .rdps-os-window,
    .rdps-os-logo span,
    .rdps-os-loader span,
    .rdps-os-card,
    .rdps-footer-server-bg::before,
    .rdps-footer-server-bg::after,
    .rdps-footer-win-art::before,
    .rdps-footer-terminal-rain span,
    .rdps-footer-win-mark,
    .rdps-footer-glass,
    .rdps-footer-pulse,
    .rdps-footer-bottom-continuation::before,
    .rdps-services-terminal::before,
    .rdps-services-code-rain span {
        animation: none;
    }
    .rdps-rating-formula__panel.is-active,
    .rdps-rating-formula__track-fill {
        animation: none;
        transition: none;
    }
}
.tp-breadcrumb-menu span[itemprop="name"],
.tp-breadcrumb-menu > span[aria-current="page"] {
    white-space: nowrap;
}
.rdps-breadcrumb-area {
    overflow: hidden;
    isolation: isolate;
    background: #000000;
}
.rdps-matrix-area {
    overflow: hidden;
    isolation: isolate;
    background: #000000;
}
.rdps-matrix-bg,
.rdps-breadcrumb-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #000000;
}
.rdps-matrix-bg__mesh,
.rdps-breadcrumb-bg__mesh {
    position: absolute;
    inset: 0;
    background: #000000;
}
.rdps-matrix-bg__matrix,
.rdps-breadcrumb-bg__matrix {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 1;
}
.rdps-matrix-canvas,
.rdps-breadcrumb-matrix-canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.rdps-matrix-area__scrim,
.rdps-breadcrumb-area__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.52) 32%, rgba(0, 0, 0, 0.78) 70%, rgba(0, 0, 0, 0.94) 100%),
        radial-gradient(ellipse 130% 85% at 50% 100%, rgba(0, 0, 0, 0.62) 0%, transparent 62%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
}
.rdps-footer-matrix__scrim {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.72) 100%),
        radial-gradient(ellipse 120% 90% at 50% 50%, rgba(0, 0, 0, 0.45) 0%, transparent 68%);
}
.rdps-inner-footer.rdps-matrix-area {
    background: #000000 !important;
    background-image: none !important;
}
.rdps-home-footer.rdps-matrix-area {
    background: #000000 !important;
}
.rdps-home-footer .tp-footer-area,
.rdps-home-footer .tp-footer-bottom {
    background: transparent !important;
    background-image: none !important;
}
.rdps-home-footer .tp-section-title,
.rdps-home-footer .tp-footer-nav-title,
.rdps-home-footer .tp-footer-newsletter-deg,
.rdps-home-footer .tp-footer-copy {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82);
}
.rdps-home-footer .tp-footer-nav a,
.rdps-home-footer .tp-footer-cta a,
.rdps-home-footer .tp-text-white {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.rdps-home-footer .tp-footer-bottom {
    padding-top: 28px;
    padding-bottom: 36px;
}
.rdps-home-footer-brand .rdps-logo {
    justify-content: center;
    color: #f0fff4;
}
.rdps-home-footer-brand .rdps-logo__mark {
    background: rgba(0, 18, 8, 0.92);
    border: 1px solid rgba(0, 255, 65, 0.38);
    box-shadow:
        0 0 18px rgba(0, 255, 65, 0.42),
        0 0 42px rgba(0, 255, 65, 0.16),
        inset 0 0 14px rgba(0, 255, 65, 0.14);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.rdps-home-footer-brand .rdps-logo:hover .rdps-logo__mark {
    border-color: rgba(0, 255, 65, 0.62);
    box-shadow:
        0 0 24px rgba(0, 255, 65, 0.58),
        0 0 56px rgba(0, 255, 65, 0.22),
        inset 0 0 18px rgba(0, 255, 65, 0.2);
}
.rdps-home-footer-brand .rdps-logo__win11-pane {
    fill: #00ff41;
}
.rdps-home-footer-brand .rdps-logo__name {
    color: #f4fff7;
    text-shadow:
        0 0 16px rgba(0, 255, 65, 0.28),
        0 2px 10px rgba(0, 0, 0, 0.85);
}
.rdps-home-footer-brand .tp-footer-copy {
    margin-top: 18px;
    color: rgba(198, 255, 216, 0.94) !important;
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.01em;
    text-shadow:
        0 0 14px rgba(0, 255, 65, 0.22),
        0 2px 10px rgba(0, 0, 0, 0.9);
}
.rdps-inner-footer.rdps-matrix-area .tp-footer-widgets ul li a,
.rdps-inner-footer.rdps-matrix-area .tp-footer-info-deg a {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
}
.rdps-inner-footer.rdps-matrix-area .tp-footer-info-title,
.rdps-inner-footer.rdps-matrix-area .tp-footer-widgets-title,
.rdps-inner-footer.rdps-matrix-area .tp-footer-copy {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}
.rdps-matrix-area .container {
    position: relative;
    z-index: 2;
}
.rdps-breadcrumb-area .container {
    position: relative;
    z-index: 2;
}
.rdps-breadcrumb-area .tp-breadcrumb-menu::before {
    background-color: rgba(0, 255, 65, 0.32);
}
.rdps-breadcrumb-area .tp-breadcrumb-menu span,
.rdps-breadcrumb-area .tp-breadcrumb-menu span a {
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 600;
    letter-spacing: 0.01em;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.9),
        0 4px 18px rgba(0, 0, 0, 0.75);
}
.rdps-breadcrumb-area .tp-breadcrumb-menu span a:hover {
    color: #eafff3 !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.85),
        0 0 14px rgba(0, 255, 65, 0.35);
}
.rdps-breadcrumb-area .tp-breadcrumb-dvdr {
    color: rgba(180, 255, 210, 0.78);
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 600;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}
.rdps-breadcrumb-area .tp-breadcrumb-menu > span[aria-current="page"],
.rdps-breadcrumb-area .tp-breadcrumb-menu > span[aria-current="page"] span[itemprop="name"] {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.92),
        0 0 18px rgba(0, 255, 65, 0.22);
}
.rdps-breadcrumb-area .tp-breadcrumb-title {
    color: #ffffff;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.92),
        0 8px 32px rgba(0, 0, 0, 0.78),
        0 0 28px rgba(0, 255, 65, 0.08);
}
.rdps-breadcrumb-area .tp-breadcrumb > p {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(17px, 1.6vw, 21px);
    font-weight: 500;
    line-height: 1.55;
    max-width: 56ch;
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.9),
        0 4px 20px rgba(0, 0, 0, 0.72);
}
@media (max-width: 991.98px) {
    .rdps-breadcrumb-area__scrim {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.62) 40%, rgba(0, 0, 0, 0.9) 100%),
            radial-gradient(ellipse 130% 85% at 50% 100%, rgba(0, 0, 0, 0.65) 0%, transparent 62%);
    }
    .rdps-settings {
        padding: 12px;
        align-items: end;
    }
    .rdps-settings__dialog {
        width: 100%;
        max-height: min(92vh, 760px);
        border-radius: 22px 22px 16px 16px;
    }
}
@media (max-width: 767.98px) {
    .rdps-breadcrumb-area__scrim {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.74) 42%, rgba(0, 0, 0, 0.96) 100%),
            radial-gradient(ellipse 140% 90% at 50% 100%, rgba(0, 0, 0, 0.72) 0%, transparent 60%);
    }
    .rdps-breadcrumb-area .tp-breadcrumb-menu span,
    .rdps-breadcrumb-area .tp-breadcrumb-menu span a,
    .rdps-breadcrumb-area .tp-breadcrumb-dvdr {
        font-size: 15px;
    }
    .rdps-breadcrumb-area .tp-breadcrumb > p {
        max-width: none;
        font-size: 16px;
    }
    .tp-breadcrumb-menu {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 6px;
    }
    .rdps-settings__presets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .rdps-header-triggers {
        margin-right: 8px;
        gap: 6px;
    }
    .rdps-header-triggers .rdps-settings-trigger {
        width: 40px;
        height: 40px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .rdps-breadcrumb-bg__matrix,
    .rdps-matrix-bg__matrix,
    .rdps-header-triggers .rdps-settings-trigger {
        display: none;
    }
}
