/* RICAPP Landing Premium */

body.page-id-0 {
    overflow-x: hidden;
}

.ricapp-landing {
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    color: #111827;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ricapp-landing * {
    box-sizing: border-box;
}

.ricapp-landing-shell {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.ricapp-landing-hero {
    position: relative;
    padding: 84px 0 94px;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(249, 115, 22, .14), transparent 32%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.ricapp-landing-hero::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -180px;
    bottom: -220px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .05);
}

.ricapp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
    gap: 58px;
    align-items: center;
}

.ricapp-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .35px;
}

.ricapp-hero-copy h1 {
    margin: 20px 0 18px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -2.5px;
}

.ricapp-hero-copy h1 span {
    display: block;
    color: #f97316;
}

.ricapp-hero-copy > p {
    max-width: 610px;
    margin: 0;
    color: #667085;
    font-size: 18px;
    line-height: 1.7;
}

.ricapp-hero-actions,
.ricapp-final-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ricapp-hero-actions {
    margin-top: 28px;
}

.ricapp-landing-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    transition: .22s ease;
}

.ricapp-landing-btn:hover {
    transform: translateY(-2px);
}

.ricapp-landing-btn-primary {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(249, 115, 22, .23);
}

.ricapp-landing-btn-secondary {
    border-color: #e5e7eb;
    background: #fff;
    color: #111827 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .07);
}

.ricapp-trust-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 23px;
    color: #475467;
    font-size: 11px;
    font-weight: 800;
}

.ricapp-hero-visual {
    position: relative;
}

.ricapp-dashboard-frame {
    overflow: hidden;
    padding: 9px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 32px 80px rgba(15, 23, 42, .16);
    transform: rotate(1deg);
}

.ricapp-frame-topbar {
    display: flex;
    gap: 5px;
    padding: 6px 5px 10px;
}

.ricapp-frame-topbar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d0d5dd;
}

.ricapp-dashboard-frame img {
    width: 100%;
    display: block;
    border-radius: 17px;
}

.ricapp-floating-card {
    position: absolute;
    min-width: 155px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 15px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .14);
    backdrop-filter: blur(12px);
}

.ricapp-floating-card strong,
.ricapp-floating-card span {
    display: block;
}

.ricapp-floating-card strong {
    color: #111827;
    font-size: 18px;
}

.ricapp-floating-card span {
    margin-top: 3px;
    color: #667085;
    font-size: 9px;
    font-weight: 700;
}

.ricapp-floating-card-one {
    left: -34px;
    bottom: 44px;
}

.ricapp-floating-card-two {
    top: 42px;
    right: -30px;
}

.ricapp-logo-strip {
    padding: 26px 0;
    border-top: 1px solid #f2f4f7;
    border-bottom: 1px solid #f2f4f7;
    background: #fff;
}

.ricapp-logo-strip p {
    margin: 0 0 15px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.ricapp-logo-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}

.ricapp-logo-items span {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 900;
}

.ricapp-section {
    padding: 92px 0;
}

.ricapp-section-soft {
    background: #f8fafc;
}

.ricapp-section-heading {
    max-width: 680px;
    margin: 0 auto 38px;
    text-align: center;
}

.ricapp-section-heading > span,
.ricapp-kicker,
.ricapp-final-cta-inner > div > span {
    color: #ea580c;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.ricapp-section-heading h2,
.ricapp-content-block h2,
.ricapp-final-cta h2 {
    margin: 7px 0 10px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -1.2px;
}

.ricapp-section-heading p,
.ricapp-content-block > p,
.ricapp-final-cta p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

.ricapp-steps-grid,
.ricapp-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ricapp-steps-grid article {
    position: relative;
    min-height: 240px;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.ricapp-steps-grid article b {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #fdba74;
    font-size: 28px;
}

.ricapp-step-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 14px;
    background: #fff7ed;
    font-size: 21px;
}

.ricapp-steps-grid h3 {
    margin: 0;
    font-size: 18px;
}

.ricapp-steps-grid p {
    margin: 9px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.ricapp-two-column {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    gap: 64px;
    align-items: center;
}

.ricapp-two-column-reverse {
    grid-template-columns: minmax(520px, 1.1fr) minmax(0, .9fr);
}

.ricapp-content-block h2 {
    margin-top: 9px;
}

.ricapp-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 25px 0 28px;
}

.ricapp-feature-list div {
    padding: 13px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.ricapp-showcase-card {
    overflow: hidden;
    padding: 9px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 26px 60px rgba(15, 23, 42, .12);
}

.ricapp-showcase-card img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.ricapp-money-section {
    background: #0f172a;
    color: #fff;
}

.ricapp-section-heading-light h2 {
    color: #fff;
}

.ricapp-money-flow {
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 13px;
    align-items: center;
    justify-content: center;
}

.ricapp-money-flow article {
    min-width: 170px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    background: rgba(255,255,255,.05);
}

.ricapp-money-flow article span,
.ricapp-money-flow article strong {
    display: block;
}

.ricapp-money-flow article span {
    color: #94a3b8;
    font-size: 10px;
}

.ricapp-money-flow article strong {
    margin-top: 6px;
    font-size: 17px;
}

.ricapp-money-flow i {
    color: #fb923c;
    font-size: 22px;
    font-style: normal;
}

.ricapp-money-flow .ricapp-money-highlight {
    border-color: rgba(249,115,22,.55);
    background: linear-gradient(135deg, rgba(249,115,22,.28), rgba(234,88,12,.12));
}

.ricapp-platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ricapp-platform-grid article {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .07);
}

.ricapp-platform-grid img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}

.ricapp-platform-grid article > div {
    padding: 18px;
}

.ricapp-platform-grid span {
    color: #ea580c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}

.ricapp-platform-grid h3 {
    margin: 5px 0 0;
    font-size: 17px;
}

.ricapp-faq-shell {
    max-width: 900px;
}

.ricapp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ricapp-faq-list details {
    padding: 17px 19px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.ricapp-faq-list summary {
    cursor: pointer;
    color: #111827;
    font-size: 13px;
    font-weight: 900;
}

.ricapp-faq-list p {
    margin: 12px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.7;
}

.ricapp-final-cta {
    padding: 58px 0;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
}

.ricapp-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.ricapp-final-cta-inner > div > span {
    color: #ffedd5;
}

.ricapp-final-cta h2 {
    margin-bottom: 7px;
    color: #fff;
}

.ricapp-final-cta p {
    color: #ffedd5;
}

.ricapp-landing-btn-white {
    background: #fff;
    color: #c2410c !important;
}

.ricapp-landing-btn-outline-light {
    border-color: rgba(255,255,255,.55);
    background: transparent;
    color: #fff !important;
}

@media (max-width: 1050px) {
    .ricapp-hero-grid,
    .ricapp-two-column,
    .ricapp-two-column-reverse {
        grid-template-columns: 1fr;
    }

    .ricapp-hero-copy {
        text-align: center;
    }

    .ricapp-hero-copy > p {
        margin-inline: auto;
    }

    .ricapp-hero-actions,
    .ricapp-trust-row {
        justify-content: center;
    }

    .ricapp-hero-visual {
        max-width: 760px;
        margin-inline: auto;
    }

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

    .ricapp-money-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ricapp-money-flow i {
        display: none;
    }
}

@media (max-width: 760px) {
    .ricapp-landing-hero,
    .ricapp-section {
        padding: 64px 0;
    }

    .ricapp-hero-copy h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .ricapp-floating-card {
        display: none;
    }

    .ricapp-steps-grid,
    .ricapp-platform-grid,
    .ricapp-money-flow {
        grid-template-columns: 1fr;
    }

    .ricapp-feature-list {
        grid-template-columns: 1fr;
    }

    .ricapp-final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .ricapp-final-actions,
    .ricapp-final-actions .ricapp-landing-btn,
    .ricapp-hero-actions,
    .ricapp-hero-actions .ricapp-landing-btn {
        width: 100%;
    }
}
