* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffffff;
    color: #172033;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
}

.rp {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 36px 35px;
}

.rp-hero {
    position: relative;
    text-align: center;
    padding: 62px 20px 10px;
    overflow: hidden;
}

.rp-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 50%;
    width: 760px;
    height: 600px;
    transform: translateX(-50%);
    background: radial-gradient(
        circle,
        rgba(217,164,65,0.20) 0%,
        rgba(217,164,65,0.08) 32%,
        rgba(217,164,65,0.00) 68%
    );
    pointer-events: none;
}

.rp-hero::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1px;
    height: 330px;
    transform: translateX(-50%);
    background: linear-gradient(
        to bottom,
        rgba(217,164,65,0),
        rgba(217,164,65,0.18),
        rgba(217,164,65,0)
    );
    pointer-events: none;
}

.rp-logo {
    position: relative;
    z-index: 2;
    display: block;
    width: 210px;
    height: 210px;
    object-fit: contain;
    margin: 0 auto 30px;
    filter: drop-shadow(0 18px 30px rgba(23,32,51,0.20));
}

.rp-hero h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
    color: #172033;
}

.rp-hero h1::after {
    content: "";
    display: block;
    width: 62px;
    height: 4px;
    margin: 23px auto 0;
    border-radius: 4px;
    background: #d9a441;
}

.rp-hero .tagline {
    position: relative;
    z-index: 2;
    margin: 26px auto 20px;
    max-width: 760px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.35;
    color: #172033;
}

.rp-hero-sub {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 1.6;
    color: #667286;
}

.rp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 15px 30px;
    border-radius: 9px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rp-button.primary {
    background: #0f8b8d;
    color: #ffffff !important;
    box-shadow: 0 7px 20px rgba(15,139,141,0.22);
}

.rp-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15,139,141,0.30);
}

.rp-intro {
    position: relative;
    margin: 0 -36px;
    padding: 82px 60px;
    background: #172033;
    overflow: hidden;
}

.rp-intro::before {
    content: "";
    position: absolute;
    right: -150px;
    top: -220px;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(217,164,65,0.17),
        rgba(217,164,65,0.04) 40%,
        transparent 70%
    );
    pointer-events: none;
}

.rp-intro::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.045;
    background-image:
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.rp-intro-inner {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
}

.rp-eyebrow,
.rp-section-eyebrow {
    margin: 0 0 13px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d9a441;
}

.rp-intro h2 {
    max-width: 820px;
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #ffffff;
}

.rp-intro h2 span {
    color: #d9a441;
}

.rp-intro p {
    max-width: 820px;
    margin: 0;
    font-size: 19px;
    line-height: 1.65;
    color: #cbd2dc;
}

.rp-section {
    padding: 45px 10px;
    border-top: 1px solid #e5e9ef;
}

.rp-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.rp-section h2 {
    margin: 0 0 15px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #172033;
}

.rp-section-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: #667286;
}

.rp-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rp-feature {
    position: relative;
    min-height: 245px;
    padding: 31px 28px 28px;
    background: #f7f9fb;
    border: 1px solid #e3e8ee;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rp-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #d9a441;
}

.rp-feature::after {
    content: attr(data-number);
    position: absolute;
    right: 18px;
    bottom: -20px;
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    color: rgba(23,32,51,0.035);
    pointer-events: none;
}

.rp-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(23,32,51,0.08);
}

.rp-feature-number {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #d9a441;
}

.rp-feature h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    color: #172033;
}

.rp-feature p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5d6678;
}

.rp-how {
    padding-top: 80px;
}

.rp-how-intro {
    max-width: 760px;
    margin-bottom: 48px;
}

.rp-how-intro p {
    margin: 0;
    font-size: 18px;
    color: #667286;
}

.rp-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
}

.rp-steps::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 14%;
    right: 14%;
    height: 2px;
    background: linear-gradient(90deg, #d9a441, #0f8b8d, #d9a441);
    opacity: 0.28;
}

.rp-step {
    position: relative;
    z-index: 2;
}

.rp-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #0f8b8d;
    border: 5px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(15,139,141,0.22);
}

.rp-step h3 {
    margin: 0 0 9px;
    font-size: 21px;
    font-weight: 800;
    color: #172033;
}

.rp-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5d6678;
}

.rp-closing {
    position: relative;
    margin-top: 15px;
    padding: 82px 30px;
    text-align: center;
    background: #172033;
    border-radius: 18px;
    overflow: hidden;
}

.rp-closing::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -230px;
    width: 650px;
    height: 500px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(217,164,65,0.20), transparent 68%);
    pointer-events: none;
}

.rp-closing::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -220px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(15,139,141,0.13), transparent 68%);
    pointer-events: none;
}

.rp-closing-inner {
    position: relative;
    z-index: 2;
}

.rp-closing h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.2px;
    color: #ffffff;
}

.rp-closing h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 4px;
    background: #d9a441;
}

.rp-closing p {
    max-width: 680px;
    margin: 22px auto 28px;
    font-size: 18px;
    line-height: 1.65;
    color: #cbd2dc;
}

.rp-footer {
    padding: 38px 10px 10px;
    text-align: center;
    color: #7a8291;
    font-size: 14px;
}

.rp-footer-help {
    margin-bottom: 12px;
    color: #667286;
}

.rp-footer-help a {
    color: #0f8b8d;
    font-weight: 800;
    text-decoration: none;
}

.rp-footer-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.rp-footer-links a {
    color: #667286;
    text-decoration: none;
}

.rp-footer-links a:hover,
.rp-footer-help a:hover {
    text-decoration: underline;
}

/* Inner pages */

.rp-inner-hero {
    position: relative;
    text-align: center;
    padding: 62px 20px 52px;
    overflow: hidden;
}

.rp-inner-hero::before {
    content: "";
    position: absolute;
    top: -170px;
    left: 50%;
    width: 650px;
    height: 500px;
    transform: translateX(-50%);
    background: radial-gradient(
        circle,
        rgba(217,164,65,0.18) 0%,
        rgba(217,164,65,0.06) 38%,
        transparent 70%
    );
    pointer-events: none;
}

.rp-inner-logo {
    position: relative;
    z-index: 2;
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto 24px;
    filter: drop-shadow(0 14px 24px rgba(23,32,51,0.18));
}

.rp-inner-hero h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
}

.rp-inner-hero h1::after {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 4px;
    background: #d9a441;
}

.rp-inner-tagline {
    position: relative;
    z-index: 2;
    margin: 20px auto 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.rp-legal {
    max-width: 820px;
    margin: 0 auto;
}

.rp-legal h2 {
    margin: 0 0 24px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.rp-legal h3 {
    margin: 28px 0 8px;
    font-size: 19px;
    font-weight: 800;
    color: #172033;
}

.rp-legal p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.7;
    color: #5d6678;
}

.rp-legal a {
    color: #0f8b8d;
    font-weight: 700;
}

.rp-small-note {
    font-size: 13px !important;
    color: #7a8291 !important;
}

.rp-downloads,
.rp-pricing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 760px;
    margin: 0 auto;
}

.rp-download-card,
.rp-card {
    box-sizing: border-box;
    padding: 30px 28px;
    background: #f7f9fb;
    border: 1px solid #e3e8ee;
    border-radius: 14px;
    text-align: center;
}

.rp-download-card h3,
.rp-card h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
}

.rp-download-card p,
.rp-card p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #667286;
}

.rp-price {
    margin: 8px 0 6px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
    color: #172033;
}

.rp-price span {
    font-size: 15px;
    font-weight: 600;
    color: #667286;
}

.rp-card.featured {
    background: #172033;
    border-color: #172033;
}

.rp-card.featured h3 {
    color: #ffffff;
}

.rp-card.featured .rp-price {
    color: #d9a441;
}

.rp-card.featured .rp-price span,
.rp-card.featured p {
    color: #cbd2dc;
}

.rp-note {
    max-width: 700px;
    margin: 30px auto 0;
    padding: 20px 24px;
    background: #f7f9fb;
    border-left: 4px solid #d9a441;
    font-size: 15px;
    line-height: 1.6;
    color: #5d6678;
}

@media (max-width: 700px) {
    .rp {
        padding: 0 18px 25px;
    }

    .rp-hero {
        padding: 50px 10px 70px;
    }

    .rp-logo {
        width: 145px;
        height: 145px;
        margin-bottom: 24px;
    }

    .rp-hero h1 {
        font-size: 43px;
        letter-spacing: -1.8px;
    }

    .rp-hero .tagline {
        font-size: 21px;
        line-height: 1.4;
        margin-top: 20px;
    }

    .rp-hero-sub {
        font-size: 16px;
        line-height: 1.55;
    }

    .rp-intro {
        margin: 0 -18px;
        padding: 58px 28px;
    }

    .rp-intro h2 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }

    .rp-intro p {
        font-size: 17px;
    }

    .rp-section {
        padding: 60px 5px;
    }

    .rp-section h2 {
        font-size: 30px;
    }

    .rp-section-heading {
        margin-bottom: 30px;
    }

    .rp-section-heading p {
        font-size: 17px;
    }

    .rp-features,
    .rp-steps,
    .rp-downloads,
    .rp-pricing {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .rp-feature {
        min-height: 0;
        padding: 27px 24px;
    }

    .rp-how {
        padding-top: 60px;
    }

    .rp-steps {
        gap: 32px;
    }

    .rp-steps::before {
        display: none;
    }

    .rp-step-number {
        margin-bottom: 15px;
    }

    .rp-closing {
        padding: 58px 22px;
    }

    .rp-closing h2 {
        font-size: 32px;
    }

    .rp-closing p {
        font-size: 17px;
    }

    .rp-inner-hero {
        padding: 45px 10px 40px;
    }

    .rp-inner-logo {
        width: 125px;
        height: 125px;
        margin-bottom: 20px;
    }

    .rp-inner-hero h1 {
        font-size: 39px;
    }

    .rp-inner-tagline {
        font-size: 21px;
    }

    .rp-legal h2 {
        font-size: 30px;
    }
}
