body.rustend-subpage {
    margin: 0;
    color: var(--rh-ink);
    background: #fff;
    font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.rustend-subpage * { box-sizing: border-box; }
body.rustend-subpage a { color: inherit; text-decoration: none; }
body.rustend-subpage footer:not(.rh-footer) { display: none !important; }

.rsp-hero {
    padding: 108px 0 116px;
    overflow: hidden;
    background: radial-gradient(circle at 82% 20%,rgba(87,214,207,.22),transparent 23%),linear-gradient(180deg,#fff,#f5f7f3);
}
.rsp-hero__grid { display: grid; grid-template-columns: 1.15fr .55fr; align-items: center; gap: 92px; }
.rsp-hero h1 { margin: 24px 0 26px; font-size: clamp(54px,6vw,84px); line-height: .96; letter-spacing: -.068em; }
.rsp-hero h1 em { color: var(--rh-accent); font-style: normal; }
.rsp-hero p { max-width: 760px; margin: 0; color: var(--rh-muted); font-size: 20px; line-height: 1.65; }
.rsp-summary { padding: 34px; border-radius: 24px; color: #fff; background: var(--rh-ink); box-shadow: 0 34px 72px rgba(16,20,27,.16); }
.rsp-summary > span { color: var(--rh-cyan); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rsp-summary ul { margin: 27px 0 0; padding: 0; list-style: none; }
.rsp-summary li { padding: 22px 0; display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 12px; border-top: 1px solid #343c47; font-size: 17px; line-height: 1.45; }
.rsp-summary b { color: var(--rh-accent); font-size: 12px; }

.rsp-section { padding: 112px 0; }
.rsp-section--dark { color: #fff; background: var(--rh-ink); }
.rsp-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 90px; }
.rsp-heading h2,.rsp-payment h2,.rsp-cta h2 { margin: 15px 0 0; font-size: clamp(42px,4.5vw,62px); line-height: 1.02; letter-spacing: -.058em; }
.rsp-heading > p { margin: 0; color: var(--rh-muted); font-size: 18px; line-height: 1.7; }
.rsp-steps { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--rh-line); border-radius: 20px; overflow: hidden; }
.rsp-steps article { min-height: 300px; padding: 34px; border-right: 1px solid var(--rh-line); }
.rsp-steps article:last-child { border-right: 0; }
.rsp-steps b { color: var(--rh-accent); font-size: 13px; }
.rsp-steps h3 { margin: 80px 0 15px; font-size: 25px; letter-spacing: -.035em; }
.rsp-steps p { margin: 0; color: var(--rh-muted); font-size: 16px; line-height: 1.65; }

.rsp-payment { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.rsp-payment .rh-kicker { color: var(--rh-cyan); }
.rsp-payment__cards { display: grid; gap: 12px; }
.rsp-payment__cards article { padding: 26px 28px; border: 1px solid #343c47; border-radius: 16px; background: #171c24; }
.rsp-payment__cards strong { display: block; margin-bottom: 10px; font-size: 20px; }
.rsp-payment__cards p { margin: 0; color: #aeb7c2; font-size: 16px; line-height: 1.62; }
.rsp-payment__note { grid-column: 2; margin: 10px 0 0; color: var(--rh-lime); font-size: 15px; line-height: 1.55; }

.rsp-cta { padding: 100px 0; background: #edf0ea; }
.rsp-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.rsp-cta h2 { margin-bottom: 22px; }
.rsp-cta p { max-width: 720px; margin: 0; color: var(--rh-muted); font-size: 18px; line-height: 1.65; }
.rsp-cta p a { border-bottom: 1px solid #8f979e; font-weight: 750; }

.rlegal-hero { padding: 90px 0 70px; border-bottom: 1px solid var(--rh-line); background: linear-gradient(180deg,#fff,#f5f7f3); }
.rlegal-hero h1 { max-width: 920px; margin: 18px 0 20px; font-size: clamp(44px,5vw,70px); line-height: 1; letter-spacing: -.06em; }
.rlegal-hero p { margin: 0; color: var(--rh-muted); font-size: 15px; }
.rlegal-section { padding: 76px 0 110px; }
.rlegal-document { max-width: 900px; }
.rlegal-document .rlegal-lead { margin: 0 0 54px; padding: 26px 30px; border-left: 4px solid var(--rh-accent); border-radius: 0 14px 14px 0; background: var(--rh-soft); color: #303844; font-size: 19px; line-height: 1.68; }
.rlegal-document h2 { margin: 54px 0 18px; font-size: 30px; line-height: 1.18; letter-spacing: -.035em; }
.rlegal-document p,.rlegal-document li { color: #4f5966; font-size: 17px; line-height: 1.76; }
.rlegal-document p { margin: 0 0 18px; }
.rlegal-document ul { margin: 0 0 22px; padding-left: 24px; }
.rlegal-document li + li { margin-top: 9px; }
.rlegal-document a { color: #b43b21; border-bottom: 1px solid #e0a08f; }

.rh-footer__links { flex-wrap: wrap; }
.rh-footer__links a { white-space: nowrap; }

@media (max-width: 980px) {
    .rsp-hero__grid,.rsp-heading,.rsp-payment { grid-template-columns: 1fr; gap: 46px; }
    .rsp-payment__note { grid-column: auto; }
    .rsp-steps { grid-template-columns: 1fr; }
    .rsp-steps article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--rh-line); }
    .rsp-steps article:last-child { border-bottom: 0; }
    .rsp-steps h3 { margin-top: 42px; }
}

@media (max-width: 680px) {
    .rsp-hero { padding: 62px 0 72px; }
    .rsp-hero h1 { font-size: 48px; }
    .rsp-hero p { font-size: 17px; }
    .rsp-summary { padding: 26px; }
    .rsp-section { padding: 72px 0; }
    .rsp-heading { margin-bottom: 34px; gap: 26px; }
    .rsp-heading h2,.rsp-payment h2,.rsp-cta h2 { font-size: 40px; }
    .rsp-steps article { padding: 27px; }
    .rsp-cta { padding: 72px 0; }
    .rsp-cta__inner { align-items: stretch; flex-direction: column; gap: 34px; }
    .rlegal-hero { padding: 62px 0 50px; }
    .rlegal-hero h1 { font-size: 43px; }
    .rlegal-section { padding: 50px 0 78px; }
    .rlegal-document .rlegal-lead { padding: 22px; font-size: 17px; }
    .rlegal-document h2 { margin-top: 42px; font-size: 26px; }
    .rlegal-document p,.rlegal-document li { font-size: 16px; }
}
