@font-face {
    font-display: swap;
    font-family: "RHP Lato";
    font-style: normal;
    font-weight: 900;
    src: url("/assets/fonts/lato/lato-black.woff") format("woff");
}

.rhp-page {
    --rhp-blue: #2f66f6;
    --rhp-blue-dark: #2454d6;
    --rhp-blue-soft: #eaf0ff;
    --rhp-ink: #111827;
    --rhp-muted: #657084;
    --rhp-line: #dfe4ec;
    --rhp-surface: #f6f8fb;
    --rhp-dark: #10151d;
    --rhp-dark-2: #161c25;
    --rhp-dark-3: #1d2530;
    --rhp-dark-line: rgba(255, 255, 255, 0.1);
    --rhp-lime: #83dc66;
    --rhp-max: 1320px;
    background: #fff;
    color: var(--rhp-ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    overflow: hidden;
}

.rhp-page,
.rhp-page * {
    box-sizing: border-box;
}

.rhp-page img {
    display: block;
    height: auto;
    max-width: 100%;
}

.rhp-page a {
    color: inherit;
    text-decoration: none;
}

.rhp-shell {
    margin: 0 auto;
    max-width: var(--rhp-max);
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    width: 100%;
}

.rhp-section {
    padding: 112px 0;
    position: relative;
}

.rhp-section-head {
    margin: 0 auto 52px;
    max-width: 760px;
    text-align: center;
}

.rhp-eyebrow {
    color: var(--rhp-blue);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 8px;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.rhp-section-title {
    color: var(--rhp-ink);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 720;
    letter-spacing: -0.042em;
    line-height: 1.08;
    margin: 0;
}

.rhp-section-copy {
    color: var(--rhp-muted);
    font-size: 18px;
    line-height: 1.65;
    margin: 20px auto 0;
    max-width: 690px;
}

.rhp-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 680;
    gap: 10px;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.rhp-button-primary {
    background: var(--rhp-blue);
    box-shadow: 0 12px 30px rgba(47, 102, 246, 0.22);
    color: #fff !important;
}

.rhp-button-primary:hover {
    background: var(--rhp-blue-dark);
}

.rhp-button-secondary {
    background: rgba(255, 255, 255, 0.88);
    border-color: #cbd3e1;
    color: #1a2433 !important;
}

.rhp-button-secondary:hover {
    border-color: #98a5b8;
}

.rhp-button > .layui-icon {
    font-size: 16px;
    line-height: 1;
}

.rhp-hero {
    background:
        radial-gradient(
            ellipse 70% 36% at 50% 42%,
            rgba(82, 126, 255, 0.13) 0%,
            rgba(82, 126, 255, 0.065) 34%,
            rgba(82, 126, 255, 0.02) 58%,
            transparent 82%
        ),
        #fff;
    min-height: 900px;
    padding: 112px 0 92px;
    position: relative;
}

.rhp-hero::before {
    background:
        linear-gradient(rgba(47, 102, 246, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 102, 246, 0.055) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    inset: 0;
    mask-image: radial-gradient(ellipse 78% 36% at 50% 42%, #000 16%, rgba(0, 0, 0, 0.72) 48%, transparent 82%);
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    -webkit-mask-image: radial-gradient(ellipse 78% 36% at 50% 42%, #000 16%, rgba(0, 0, 0, 0.72) 48%, transparent 82%);
}

.rhp-hero-content {
    position: relative;
    text-align: center;
    z-index: 1;
}

.rhp-hero-title {
    color: #0b1220;
    font-family: "RHP Lato", "Segoe UI", Arial, sans-serif;
    font-size: clamp(42px, 4.4vw, 56px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 0 auto;
    max-width: 1120px;
}

.rhp-hero-lead {
    color: #354158;
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 450;
    letter-spacing: -0.02em;
    margin: 24px auto 0;
}

.rhp-hero-copy {
    color: var(--rhp-muted);
    font-size: 17px;
    line-height: 1.65;
    margin: 18px auto 0;
    max-width: 720px;
}

.rhp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}

.rhp-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

.rhp-trust-pill {
    align-items: center;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #dbe1eb;
    border-radius: 999px;
    color: #435068;
    display: inline-flex;
    font-size: 12px;
    font-weight: 650;
    gap: 7px;
    padding: 8px 12px;
}

.rhp-trust-pill > .layui-icon {
    font-size: 14px;
    line-height: 1;
}

.rhp-trust-pill .rhp-pulse {
    background: var(--rhp-lime);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(131, 220, 102, 0.14);
    height: 7px;
    width: 7px;
}

.rhp-hero-media {
    background: #10151d;
    border: 1px solid #080b10;
    border-radius: 21px;
    box-shadow: 0 34px 78px rgba(31, 42, 68, 0.18);
    margin: 58px auto 0;
    max-width: 1240px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.rhp-hero-media::after {
    border: 1.5px solid rgba(0, 0, 0, 0.82);
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}

.rhp-hero-media img {
    aspect-ratio: 5 / 3;
    border-radius: 11px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.rhp-media-note {
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(201, 211, 226, 0.9);
    border-radius: 999px;
    bottom: 16px;
    box-shadow: 0 10px 28px rgba(31, 42, 68, 0.14);
    color: #566277;
    display: flex;
    font-size: 11px;
    gap: 8px;
    justify-content: flex-end;
    padding: 8px 11px;
    position: absolute;
    right: 16px;
}

.rhp-media-note i {
    background: var(--rhp-lime);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    width: 6px;
}

.rhp-workflow {
    background: #fff;
}

.rhp-workflow-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rhp-workflow-card {
    background: #fff;
    border: 1px solid var(--rhp-line);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(31, 42, 68, 0.08);
    overflow: hidden;
}

.rhp-workflow-media {
    background: #171d26;
    border-bottom: 1px solid var(--rhp-line);
    overflow: hidden;
}

.rhp-workflow-media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 500ms ease;
    width: 100%;
}

.rhp-workflow-card:hover .rhp-workflow-media img {
    transform: scale(1.018);
}

.rhp-workflow-body {
    padding: 27px 28px 30px;
}

.rhp-card-kicker {
    color: var(--rhp-blue);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rhp-workflow-title {
    color: var(--rhp-ink);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 8px 0 0;
}

.rhp-workflow-copy {
    color: var(--rhp-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 12px 0 0;
}

.rhp-capabilities {
    background:
        linear-gradient(rgba(47, 102, 246, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 102, 246, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 50% 0%, rgba(47, 102, 246, 0.09), transparent 36%),
        #f7f9fc;
    background-size: 48px 48px, 48px 48px, auto, auto;
    border-bottom: 1px solid #e7ebf2;
    border-top: 1px solid #e7ebf2;
}

.rhp-capability-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rhp-capability-card {
    background: #fff;
    border: 1px solid #dfe4ec;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(31, 42, 68, 0.07);
    min-height: 338px;
    overflow: hidden;
    position: relative;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rhp-capability-card:hover {
    border-color: rgba(47, 102, 246, 0.34);
    box-shadow: 0 18px 40px rgba(31, 42, 68, 0.11);
    transform: translateY(-4px);
}

.rhp-capability-media {
    background: #edf1f6;
    height: 182px;
    overflow: hidden;
    position: relative;
}

.rhp-capability-media::after {
    background: linear-gradient(to bottom, transparent 58%, rgba(15, 23, 42, 0.07));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.rhp-capability-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
    width: 100%;
}

.rhp-capability-card:hover .rhp-capability-media img {
    transform: scale(1.035);
}

.rhp-capability-media.rhp-crop-left img {
    object-position: 12% center;
}

.rhp-capability-media.rhp-crop-right img {
    object-position: 88% center;
}

.rhp-capability-media.rhp-crop-center img {
    object-position: center;
}

.rhp-viewport-facts {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(207, 216, 229, 0.92);
    border-radius: 8px;
    bottom: 12px;
    box-shadow: 0 8px 20px rgba(31, 42, 68, 0.12);
    display: grid;
    font-family: Consolas, monospace;
    font-size: 9px;
    gap: 2px;
    left: 12px;
    padding: 7px 9px;
    position: absolute;
    z-index: 2;
}

.rhp-viewport-facts span {
    color: #6f7a8d;
}

.rhp-viewport-facts b {
    color: #273247;
    font-weight: 600;
}

.rhp-capability-body {
    padding: 22px 23px 25px;
}

.rhp-capability-icon {
    align-items: center;
    background: #edf3ff;
    border: 1px solid rgba(47, 102, 246, 0.2);
    border-radius: 8px;
    color: var(--rhp-blue);
    display: flex;
    height: 30px;
    justify-content: center;
    margin-bottom: 16px;
    width: 30px;
}

.rhp-capability-icon .layui-icon {
    font-size: 16px;
    line-height: 1;
}

.rhp-capability-title {
    color: var(--rhp-ink);
    font-size: 18px;
    font-weight: 680;
    letter-spacing: -0.015em;
    margin: 0;
}

.rhp-capability-copy {
    color: var(--rhp-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 9px 0 0;
}

.rhp-how {
    background: #f8fafc;
}

.rhp-how-layout {
    align-items: stretch;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
}

.rhp-how-media {
    align-self: center;
    background: #111720;
    border: 1px solid #cfd6e2;
    border-radius: 16px;
    box-shadow: 0 22px 58px rgba(31, 42, 68, 0.13);
    overflow: hidden;
    padding: 8px;
}

.rhp-how-media img {
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    object-fit: cover;
    transition: opacity 160ms ease, transform 240ms ease;
    width: 100%;
}

.rhp-how-media img.rhp-is-changing {
    opacity: 0.25;
    transform: scale(0.995);
}

.rhp-steps {
    counter-reset: rhp-step;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rhp-step {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 16px;
    grid-template-columns: 38px 1fr;
    padding: 18px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.rhp-step:not(:last-child)::after {
    background: #cfd7e5;
    content: "";
    height: calc(100% - 38px);
    left: 18px;
    position: absolute;
    top: 48px;
    width: 1px;
}

.rhp-step-number {
    align-items: center;
    background: #fff;
    border: 1px solid #ccd5e3;
    border-radius: 50%;
    color: #6b778d;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    position: relative;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
    width: 38px;
    z-index: 1;
}

.rhp-step.is-active .rhp-step-number {
    background: var(--rhp-blue);
    border-color: var(--rhp-blue);
    box-shadow: 0 0 0 6px rgba(47, 102, 246, 0.1);
    color: #fff;
}

.rhp-step-title {
    color: #1a2434;
    display: block;
    font-size: 17px;
    font-weight: 680;
    margin-top: 1px;
}

.rhp-step-copy {
    color: var(--rhp-muted);
    display: block;
    font-size: 14px;
    line-height: 1.55;
    margin-top: 6px;
}

.rhp-skills {
    background:
        linear-gradient(rgba(47, 102, 246, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 102, 246, 0.035) 1px, transparent 1px),
        #f7f9fc;
    background-size: 48px 48px, 48px 48px, auto;
    border-bottom: 1px solid #e7ebf2;
    border-top: 1px solid #e7ebf2;
    padding-bottom: 104px;
    padding-top: 104px;
}

.rhp-skills-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rhp-skill-card {
    background: #fff;
    border: 1px solid #dfe4ec;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(31, 42, 68, 0.07);
    overflow: hidden;
}

.rhp-skill-card img {
    aspect-ratio: 4 / 3;
    border-bottom: 1px solid #e4e8ef;
    object-fit: cover;
    width: 100%;
}

.rhp-ui-media img {
    display: block;
    transform: scale(1.14);
    transform-origin: 50% 100%;
    transition: transform 450ms ease;
}

.rhp-skill-card.rhp-ui-media img {
    transform: scale(1.2);
}

.rhp-workflow-card:hover .rhp-workflow-media.rhp-ui-media img,
.rhp-capability-card:hover .rhp-capability-media.rhp-ui-media img {
    transform: scale(1.16);
}

.rhp-workflow-media.rhp-media-contain {
    background: #eef2f7;
}

.rhp-workflow-media.rhp-media-contain img,
.rhp-workflow-card:hover .rhp-workflow-media.rhp-media-contain img {
    aspect-ratio: auto;
    object-fit: contain;
    transform: none;
}

.rhp-skill-card.rhp-ui-media:hover img {
    transform: scale(1.22);
}

.rhp-skill-body {
    padding: 18px 18px 20px;
}

.rhp-skill-title {
    color: #172133;
    font-size: 17px;
    font-weight: 680;
    margin: 0;
}

.rhp-skill-copy {
    color: #657084;
    font-size: 13px;
    line-height: 1.55;
    margin: 7px 0 0;
}

.rhp-install {
    background: #fff;
}

.rhp-beta-note {
    align-items: center;
    background: var(--rhp-blue-soft);
    border: 1px solid #cedbff;
    border-radius: 10px;
    color: #354a79;
    display: inline-flex;
    font-size: 13px;
    gap: 9px;
    margin-top: 22px;
    padding: 10px 13px;
}

.rhp-beta-note i {
    background: var(--rhp-blue);
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.rhp-install-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 48px;
}

.rhp-install-step {
    background: #fff;
    border: 1px solid var(--rhp-line);
    border-radius: 14px;
    min-height: 230px;
    padding: 24px 22px;
    position: relative;
}

.rhp-install-step:not(:last-child)::after {
    color: #8fa8e5;
    content: "→";
    font-size: 22px;
    position: absolute;
    right: -15px;
    top: 47%;
    z-index: 1;
}

.rhp-install-number {
    align-items: center;
    background: var(--rhp-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 27px;
    justify-content: center;
    width: 27px;
}

.rhp-install-icon {
    align-items: center;
    background: #f3f6fb;
    border: 1px solid #e1e6ee;
    border-radius: 10px;
    color: #3e4c63;
    display: flex;
    height: 52px;
    justify-content: center;
    margin-top: 23px;
    width: 52px;
}

.rhp-install-icon .layui-icon {
    font-size: 25px;
    line-height: 1;
}

.rhp-install-title {
    color: #1d2737;
    font-size: 16px;
    font-weight: 680;
    margin: 20px 0 0;
}

.rhp-install-copy {
    color: var(--rhp-muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 8px 0 0;
}

.rhp-install-actions {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.rhp-faq {
    background: #f7f9fc;
    padding-top: 98px;
}

.rhp-faq-list {
    margin: 0 auto;
    max-width: 940px;
}

.rhp-faq-item {
    background: #fff;
    border: 1px solid var(--rhp-line);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.rhp-faq-question {
    align-items: center;
    background: transparent;
    border: 0;
    color: #1a2433;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 15px;
    font-weight: 650;
    justify-content: space-between;
    padding: 20px 22px;
    text-align: left;
    width: 100%;
}

.rhp-faq-question > .layui-icon {
    color: #7a879b;
    flex: none;
    font-size: 16px;
    line-height: 1;
    transition: transform 180ms ease;
}

.rhp-faq-item.is-open .rhp-faq-question > .layui-icon {
    transform: rotate(45deg);
}

.rhp-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 220ms ease;
}

.rhp-faq-item.is-open .rhp-faq-answer {
    grid-template-rows: 1fr;
}

.rhp-faq-answer-inner {
    color: var(--rhp-muted);
    font-size: 14px;
    line-height: 1.65;
    overflow: hidden;
}

.rhp-faq-answer-inner p {
    border-top: 1px solid #edf0f5;
    margin: 0 22px;
    padding: 18px 0 21px;
}

.rhp-final {
    background:
        radial-gradient(ellipse at 50% 50%, rgba(47, 102, 246, 0.14) 0%, rgba(47, 102, 246, 0.065) 34%, rgba(47, 102, 246, 0) 72%),
        linear-gradient(rgba(47, 102, 246, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 102, 246, 0.04) 1px, transparent 1px),
        #f7f9fc;
    background-size: auto, 44px 44px, 44px 44px, auto;
    padding: 72px 0 84px;
}

.rhp-final-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--rhp-ink);
    overflow: visible;
    padding: 44px 30px;
    position: relative;
    text-align: center;
}

.rhp-final-title {
    font-size: clamp(34px, 4.7vw, 58px);
    font-weight: 720;
    letter-spacing: -0.045em;
    line-height: 1.05;
    margin: 0;
    position: relative;
    z-index: 1;
}

.rhp-final-copy {
    color: var(--rhp-muted);
    font-size: 17px;
    margin: 18px auto 0;
    max-width: 630px;
    position: relative;
    z-index: 1;
}

.rhp-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.rhp-final .rhp-button-secondary {
    background: #fff;
    border-color: #cfd8e6;
    color: var(--rhp-ink) !important;
}

.rhp-final .rhp-button-secondary:hover {
    background: #f3f6fb;
    border-color: #b9c5d6;
}

.rhp-final-trust {
    color: #738096;
    font-size: 12px;
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.rhp-footer {
    background: #111720;
    color: #a7b2c3;
    padding: 70px 0 30px;
}

.rhp-footer-grid {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(120px, 0.7fr));
}

.rhp-footer-brand {
    align-items: center;
    color: #f3f6fb;
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    gap: 10px;
}

.rhp-footer-brand img {
    display: block;
    height: 30px;
    object-fit: contain;
    width: auto;
}

.rhp-footer-about {
    color: #8694a9;
    font-size: 13px;
    line-height: 1.65;
    margin: 15px 0 0;
    max-width: 260px;
}

.rhp-footer-title {
    color: #f1f4f9;
    font-size: 13px;
    font-weight: 650;
    margin: 0 0 15px;
}

.rhp-footer-links {
    display: grid;
    gap: 10px;
}

.rhp-footer-links a {
    color: #8996aa;
    font-size: 13px;
    transition: color 160ms ease;
}

.rhp-footer-links a:hover {
    color: #fff;
}

.rhp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #6f7b8e;
    font-size: 12px;
    margin-top: 54px;
    padding-top: 24px;
    text-align: center;
}

@media (max-width: 1080px) {
    .rhp-section {
        padding: 92px 0;
    }

    .rhp-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rhp-how-layout {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .rhp-steps {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rhp-step {
        background: #fff;
        border: 1px solid #dfe4ec;
        border-radius: 12px;
        padding: 18px;
    }

    .rhp-step::after {
        display: none;
    }

    .rhp-skills-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rhp-install-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rhp-install-step:not(:last-child)::after {
        display: none;
    }

    .rhp-footer-grid {
        grid-template-columns: 1.5fr repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .rhp-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .rhp-section {
        padding: 76px 0;
    }

    .rhp-section-head {
        margin-bottom: 36px;
    }

    .rhp-section-title {
        font-size: 36px;
    }

    .rhp-section-copy {
        font-size: 16px;
    }

    .rhp-hero {
        min-height: 0;
        padding: 86px 0 70px;
    }

    .rhp-hero-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .rhp-hero-lead {
        font-size: 21px;
    }

    .rhp-hero-copy {
        font-size: 15px;
    }

    .rhp-hero-actions,
    .rhp-final-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rhp-button {
        width: 100%;
    }

    .rhp-hero-media {
        border-radius: 12px;
        margin-top: 42px;
        padding: 6px;
    }

    .rhp-hero-media img {
        border-radius: 7px;
    }

    .rhp-media-note {
        display: none;
    }

    .rhp-workflow-grid,
    .rhp-capability-grid,
    .rhp-steps,
    .rhp-skills-grid,
    .rhp-install-grid {
        grid-template-columns: 1fr;
    }

    .rhp-workflow-body {
        padding: 22px 22px 25px;
    }

    .rhp-capability-card {
        min-height: 0;
    }

    .rhp-capability-media {
        height: auto;
    }

    .rhp-capability-media img {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .rhp-step {
        grid-template-columns: 34px 1fr;
        padding: 16px;
    }

    .rhp-step-number {
        height: 34px;
        width: 34px;
    }

    .rhp-install-step {
        min-height: 0;
    }

    .rhp-final-card {
        padding: 50px 22px;
    }

    .rhp-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rhp-footer-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .rhp-hero-title {
        font-size: 40px;
    }

    .rhp-trust-row {
        gap: 7px;
    }

    .rhp-trust-pill {
        font-size: 11px;
        padding: 7px 10px;
    }

    .rhp-capability-media img,
    .rhp-workflow-media img,
    .rhp-how-media img {
        aspect-ratio: 4 / 3;
    }

    .rhp-workflow-media.rhp-media-contain img {
        aspect-ratio: auto;
    }

    .rhp-footer-grid {
        grid-template-columns: 1fr;
    }
}

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