.rs-page {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.55;
}

.rs-page .rs-guest .rs-sidebar,
.rs-page.rs-guest .rs-sidebar {
    display: none;
}

.rs-page .rs-guest .rs-main,
.rs-page.rs-guest .rs-main {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.rs-hero {
    background: linear-gradient(135deg, #1f2a44 0%, #2e3a5d 55%, #ae4941 100%);
    color: #fff;
    padding: 24px 28px;
    border-radius: 8px;
    margin: 0 0 18px 0;
    position: relative;
    overflow: hidden;
}

.rs-hero:after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.rs-kicker {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.14);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.rs-hero h1 {
    color: #fff !important;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 6px 0;
    text-transform: none !important;
}

.rs-hero .rs-tagline {
    font-size: 16px;
    color: #f3f3f3;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.rs-hero p {
    max-width: 820px;
    margin: 0 0 14px 0;
    color: #f7f7f7;
}

.rs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.rs-btn,
a.rs-btn {
    display: inline-block !important;
    padding: 6px 14px !important;
    line-height: 1.2 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px !important;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.rs-btn-primary,
a.rs-btn-primary {
    background: #22c55e !important;
    color: #fff !important;
    border: 1px solid #22c55e !important;
}

.rs-btn-primary:hover,
a.rs-btn-primary:hover {
    background: #16a34a !important;
    border-color: #16a34a !important;
}

.rs-btn-ghost,
a.rs-btn-ghost {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.55) !important;
}

.rs-btn-ghost:hover,
a.rs-btn-ghost:hover {
    background: rgba(255,255,255,0.12) !important;
}

.rs-section {
    margin: 0 0 20px 0;
}

.rs-section h2 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #2e3a5d;
    margin: 0 0 8px 0;
    border-bottom: 2px solid #ae4941;
    padding-bottom: 6px;
    display: inline-block;
}

.rs-section h3 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2e3a5d;
    margin: 12px 0 6px 0;
}

.rs-lead {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.rs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 10px;
}

.rs-card {
    box-sizing: border-box;
    width: auto;
    margin: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 14px 14px 12px;
    min-height: 0;
}

.rs-card i {
    color: #ae4941;
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}

.rs-card h3,
.rs-card h4 {
    margin: 0 0 6px 0;
    color: #2e3a5d;
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.rs-card p,
.rs-card ul {
    margin: 0;
    font-size: 13px;
}

.rs-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.rs-step {
    width: auto;
    margin: 0;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 12px 12px 10px;
    border-top: 4px solid #22c55e;
    min-height: 0;
}

.rs-step-num {
    display: inline-block;
    background: #2e3a5d;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 12px;
    margin-bottom: 6px;
}

.rs-step h4 {
    margin: 0 0 4px 0;
    color: #2e3a5d;
    font-size: 14px;
}

.rs-step p {
    margin: 0;
    font-size: 13px;
}

.rs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.rs-table th,
.rs-table td {
    border: 1px solid #e2e2e2;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}

.rs-table th {
    background: #2e3a5d;
    color: #fff;
}

.rs-table tr:nth-child(even) td {
    background: #fafafa;
}

.rs-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
}

.rs-split-col {
    width: auto;
    margin: 0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 18px 20px;
}

.rs-split-col.dark {
    background: #2e3a5d;
    color: #fff;
}

.rs-split-col.light {
    background: #f4f7f4;
    border: 1px solid #dce8dc;
}

.rs-split-col h3 {
    margin-top: 0;
    color: inherit;
}

.rs-split-col.dark h3 {
    color: #fff;
}

.rs-cta {
    background: #f7f3f2;
    border: 1px solid #ecd7d4;
    border-radius: 8px;
    padding: 18px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.rs-cta h2 {
    border: 0;
    display: block;
    margin: 0 0 8px 0;
}

.rs-cta .rs-btn {
    margin-top: 4px !important;
}

.rs-links {
    margin-top: 10px;
}

.rs-links a {
    color: #ae4941;
    font-weight: bold;
    margin: 0 8px;
}

.rs-list {
    margin: 6px 0 0 18px;
}

.rs-list li {
    margin-bottom: 4px;
}

.rs-check {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
}

.rs-check li {
    padding: 4px 0 4px 26px;
    position: relative;
}

.rs-check li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    color: #22c55e;
    position: absolute;
    left: 0;
    top: 4px;
}

@media (max-width: 900px) {
    .rs-grid,
    .rs-steps,
    .rs-split {
        grid-template-columns: 1fr 1fr;
    }

    .rs-hero {
        padding: 18px 16px;
    }

    .rs-hero h1 {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .rs-grid,
    .rs-steps,
    .rs-split {
        grid-template-columns: 1fr;
    }
}
