/* =========================================================
   RASA INVESTMENT LANDING V3.1
   Public user = investee / Rasa = investor
   ========================================================= */

.riv3,
.riv3 * {
    box-sizing: border-box;
}

.riv3 {
    --iv3-ink: #073b4c;
    --iv3-ink-2: #164f5d;
    --iv3-muted: #70898f;
    --iv3-line: rgba(7, 74, 84, .10);
    --iv3-card: rgba(255,255,255,.91);
    --iv3-accent: #10b8b7;
    --iv3-accent-2: #07868d;
    --iv3-mint: #e8f8f5;
    --iv3-gold: #e5aa45;
    --iv3-danger: #b7685b;

    width: min(1220px, calc(100% - 28px));
    margin: 22px auto 54px;
    direction: rtl;

    color: var(--iv3-ink);

    font-family:
        "IRANSansX",
        IRANSans,
        Tahoma,
        Arial,
        sans-serif;
}

.riv3 button,
.riv3 input,
.riv3 a {
    font-family: inherit;
}

.riv3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #078a90;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.8;
    letter-spacing: .01em;
}

.riv3-eyebrow::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--iv3-accent), transparent);
}

.riv3-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
    align-items: center;
    gap: 38px;

    min-height: 580px;
    padding: clamp(28px, 4.5vw, 62px);

    border: 1px solid var(--iv3-line);
    border-radius: 34px;

    background:
        radial-gradient(circle at 13% 15%, rgba(21,198,196,.18), transparent 28%),
        radial-gradient(circle at 88% 68%, rgba(7,134,141,.10), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.99), rgba(237,250,248,.96));

    box-shadow:
        0 30px 80px rgba(4,57,66,.09);
}

.riv3-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
}

.riv3-hero__glow--one {
    width: 320px;
    height: 320px;
    right: -140px;
    top: -100px;
    background: rgba(19,194,194,.14);
}

.riv3-hero__glow--two {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -120px;
    background: rgba(238,190,102,.10);
}

.riv3-hero__content {
    position: relative;
    z-index: 2;
}

.riv3-hero h1 {
    max-width: 720px;
    margin: 10px 0 0;

    color: var(--iv3-ink);
    font-size: clamp(31px, 4.1vw, 54px);
    font-weight: 950;
    line-height: 1.48;
    letter-spacing: -.035em;
}

.riv3-hero h1 span {
    color: #088e94;
}

.riv3-hero__content > p {
    max-width: 710px;
    margin: 16px 0 0;

    color: var(--iv3-muted);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 2.15;
}

.riv3-hero__actions,
.riv3-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-top: 22px;
}

.riv3-btn {
    min-height: 47px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    padding: 9px 17px;

    border: 1px solid transparent;
    border-radius: 15px;

    font-size: 11px;
    font-weight: 950;
    line-height: 1.7;
    text-align: center;
    text-decoration: none;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

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

.riv3-btn--primary {
    color: #fff;
    background:
        linear-gradient(135deg, #16c4c2, #087f87);
    box-shadow:
        0 13px 28px rgba(8,127,135,.19);
}

.riv3-btn--soft {
    color: #0c6f76;
    border-color: rgba(8,118,125,.10);
    background: rgba(255,255,255,.88);
}

.riv3-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;

    max-width: 660px;
    margin-top: 24px;
}

.riv3-hero__trust > div {
    padding: 12px 13px;

    border: 1px solid rgba(7,82,91,.07);
    border-radius: 15px;

    background: rgba(255,255,255,.66);
}

.riv3-hero__trust strong,
.riv3-hero__trust span {
    display: block;
}

.riv3-hero__trust strong {
    color: #15515c;
    font-size: 10px;
    font-weight: 950;
}

.riv3-hero__trust span {
    margin-top: 3px;
    color: #84999d;
    font-size: 8.5px;
    line-height: 1.8;
}

.riv3-hero__visual {
    position: relative;
    min-height: 410px;
}

.riv3-orbit {
    position: absolute;
    inset: 50%;
    border: 1px dashed rgba(7,130,137,.16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.riv3-orbit--a {
    width: 330px;
    height: 330px;
    animation: riv3Spin 22s linear infinite;
}

.riv3-orbit--b {
    width: 255px;
    height: 255px;
    animation: riv3SpinReverse 17s linear infinite;
}

.riv3-visual-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;

    width: 148px;
    height: 148px;

    display: grid;
    place-content: center;

    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;

    color: #fff;
    text-align: center;

    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.26), transparent 30%),
        linear-gradient(145deg, #16c4c2, #087d85);

    box-shadow:
        0 22px 52px rgba(7,118,126,.25),
        inset 0 1px 0 rgba(255,255,255,.5);

    transform: translate(-50%, -50%);
}

.riv3-visual-core span {
    font-size: 20px;
    font-weight: 950;
}

.riv3-visual-core strong {
    margin-top: 1px;
    font-size: 10px;
}

.riv3-visual-core i {
    position: absolute;
    left: 50%;
    bottom: 18px;

    width: 34px;
    height: 4px;

    border-radius: 999px;
    background: rgba(255,255,255,.55);

    transform: translateX(-50%);
}

.riv3-visual-card {
    position: absolute;
    z-index: 5;

    border: 1px solid rgba(7,78,88,.08);
    border-radius: 18px;

    background: rgba(255,255,255,.90);
    backdrop-filter: blur(10px);

    box-shadow:
        0 16px 42px rgba(5,55,63,.09);
}

.riv3-visual-card small,
.riv3-visual-card strong,
.riv3-visual-card span {
    display: block;
}

.riv3-visual-card small {
    color: #82979b;
    font-size: 8px;
}

.riv3-visual-card strong {
    margin-top: 2px;
    color: #0e5660;
    font-size: 11px;
    font-weight: 950;
}

.riv3-visual-card--idea {
    top: 35px;
    right: 12px;

    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px;

    animation: riv3Float 5.2s ease-in-out infinite;
}

.riv3-visual-icon {
    width: 38px;
    height: 38px;

    display: inline-grid !important;
    place-content: center;

    border-radius: 12px;

    color: #a67423;
    background: #fff4dc;

    font-size: 18px;
}

.riv3-visual-card--capital {
    left: 0;
    top: 92px;

    min-width: 160px;
    padding: 13px;

    animation: riv3FloatAlt 6s ease-in-out infinite;
}

.riv3-visual-card--capital > span {
    margin-top: 3px;
    color: #11847f;
    font-size: 8px;
}

.riv3-visual-card--growth {
    right: 34px;
    bottom: 22px;

    min-width: 185px;
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: end;
    gap: 11px;

    padding: 13px;

    animation: riv3Float 6.7s ease-in-out infinite reverse;
}

.riv3-mini-chart {
    height: 58px;

    display: flex;
    align-items: end;
    gap: 5px;
}

.riv3-mini-chart i {
    flex: 1;
    min-height: 8px;

    border-radius: 5px 5px 2px 2px;

    background:
        linear-gradient(180deg, #18beb8, #0b818a);

    animation: riv3Bars 2.4s ease-in-out infinite alternate;
}

.riv3-flow-line {
    position: absolute;
    z-index: 2;

    height: 2px;
    overflow: hidden;

    background: rgba(8,131,137,.10);
}

.riv3-flow-line::after {
    content: "";

    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;

    background:
        linear-gradient(90deg, transparent, #12b6b4, transparent);

    animation: riv3Flow 2s linear infinite;
}

.riv3-flow-line--one {
    width: 130px;
    right: 116px;
    top: 143px;
    transform: rotate(23deg);
}

.riv3-flow-line--two {
    width: 135px;
    left: 112px;
    bottom: 118px;
    transform: rotate(-27deg);
}

.riv3-role {
    display: grid;
    grid-template-columns: minmax(0,1fr) 220px minmax(0,1fr);
    align-items: stretch;
    gap: 12px;

    margin-top: 14px;
}

.riv3-role__person,
.riv3-role__rasa {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 14px;

    min-height: 156px;
    padding: 18px;

    border: 1px solid var(--iv3-line);
    border-radius: 22px;

    background: rgba(255,255,255,.91);
    box-shadow: 0 12px 34px rgba(5,55,63,.045);
}

.riv3-role__avatar,
.riv3-role__logo {
    width: 72px;
    height: 72px;

    display: grid;
    place-content: center;

    border-radius: 22px;

    font-size: 12px;
    font-weight: 950;
}

.riv3-role__avatar {
    color: #815f28;
    background:
        linear-gradient(135deg, #fff4d9, #f7e4bb);
}

.riv3-role__logo {
    color: #fff;
    background:
        linear-gradient(135deg, #14bebc, #087e86);
}

.riv3-role small,
.riv3-role strong,
.riv3-role p {
    display: block;
}

.riv3-role small {
    color: #80969a;
    font-size: 8.5px;
}

.riv3-role strong {
    margin-top: 2px;
    color: var(--iv3-ink);
    font-size: 18px;
    font-weight: 950;
}

.riv3-role p {
    margin: 5px 0 0;
    color: var(--iv3-muted);
    font-size: 9.5px;
    line-height: 1.9;
}

.riv3-role__bridge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: #118589;
    text-align: center;
    font-size: 8px;
    font-weight: 950;
}

.riv3-role__bridge span {
    flex: 1;
    height: 1px;
    background:
        linear-gradient(90deg, transparent, rgba(8,132,138,.25));
}

.riv3-role__bridge span:last-child {
    transform: scaleX(-1);
}

.riv3-section-head {
    max-width: 760px;
}

.riv3-section-head h2 {
    margin: 7px 0 0;

    color: var(--iv3-ink);
    font-size: clamp(23px, 3vw, 34px);
    font-weight: 950;
    line-height: 1.55;
}

.riv3-section-head p {
    margin: 8px 0 0;

    color: var(--iv3-muted);
    font-size: 10.5px;
    line-height: 2;
}

.riv3-story,
.riv3-process,
.riv3-faq {
    margin-top: 54px;
}

.riv3-story__grid {
    display: grid;
    grid-template-columns: minmax(360px,.84fr) minmax(0,1.16fr);
    gap: 24px;

    margin-top: 20px;
}

.riv3-story__scene {
    position: sticky;
    top: 84px;
    align-self: start;

    height: 560px;

    border: 1px solid var(--iv3-line);
    border-radius: 28px;

    overflow: hidden;

    background:
        radial-gradient(circle at 30% 18%, rgba(24,198,194,.16), transparent 26%),
        radial-gradient(circle at 78% 80%, rgba(229,170,69,.13), transparent 28%),
        linear-gradient(150deg, #f7fffe, #ecf7f5);

    box-shadow:
        0 24px 60px rgba(5,52,59,.075);
}

.riv3-scene__stage {
    position: absolute;
    inset: 0;

    transition:
        background .45s ease;
}

.riv3-person {
    position: absolute;
    right: 50%;
    bottom: 94px;
    z-index: 5;

    width: 88px;
    height: 178px;

    transform: translateX(50%);
    transition:
        transform .55s cubic-bezier(.2,.8,.2,1),
        right .55s ease,
        opacity .4s ease;
}

.riv3-person__head {
    width: 55px;
    height: 55px;
    margin: 0 auto;

    border-radius: 50%;

    background:
        linear-gradient(145deg, #f0cda4, #c99568);

    box-shadow: inset -7px -5px 0 rgba(121,76,49,.08);
}

.riv3-person__body {
    width: 82px;
    height: 115px;
    margin: -1px auto 0;

    border-radius: 36px 36px 14px 14px;

    background:
        linear-gradient(155deg, #1e6470, #0b3e4c);
}

.riv3-thought {
    position: absolute;
    right: 21%;
    top: 82px;
    z-index: 6;

    min-width: 128px;
    padding: 13px;

    border-radius: 18px 18px 5px 18px;

    background: rgba(255,255,255,.93);
    box-shadow: 0 14px 36px rgba(5,55,63,.08);

    transition:
        transform .5s ease,
        opacity .4s ease;
}

.riv3-thought span,
.riv3-thought strong {
    display: block;
}

.riv3-thought span {
    color: #8b999c;
    font-size: 8px;
}

.riv3-thought strong {
    margin-top: 2px;
    color: #9d7329;
    font-size: 14px;
}

.riv3-doc {
    position: absolute;
    left: 50%;
    top: 58%;
    z-index: 4;

    width: 115px;
    height: 145px;
    padding: 27px 16px;

    border: 1px solid rgba(7,91,99,.10);
    border-radius: 16px;

    background: #fff;
    box-shadow: 0 18px 44px rgba(4,52,60,.09);

    opacity: 0;
    transform:
        translate(-50%,-50%)
        scale(.75)
        rotate(-6deg);

    transition:
        opacity .45s ease,
        transform .55s ease;
}

.riv3-doc::before {
    content: "پرونده";

    position: absolute;
    right: 15px;
    top: 12px;

    color: #0b8c90;
    font-size: 9px;
    font-weight: 950;
}

.riv3-doc i {
    display: block;
    height: 5px;
    margin-top: 10px;

    border-radius: 999px;
    background: #edf4f4;
}

.riv3-doc i:nth-child(2) {
    width: 72%;
}

.riv3-doc i:nth-child(3) {
    width: 50%;
}

.riv3-capital {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 7;

    width: 168px;
    padding: 17px;

    border-radius: 20px;

    color: #fff;
    text-align: center;

    background:
        radial-gradient(circle at 25% 15%, rgba(255,255,255,.23), transparent 29%),
        linear-gradient(145deg, #15bdbb, #087c85);

    box-shadow:
        0 19px 45px rgba(7,119,127,.21);

    opacity: 0;
    transform:
        translate(-50%,-50%)
        scale(.72);

    transition:
        opacity .45s ease,
        transform .55s ease;
}

.riv3-capital small,
.riv3-capital strong {
    display: block;
}

.riv3-capital small {
    opacity: .75;
    font-size: 8px;
}

.riv3-capital strong {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 950;
}

.riv3-business {
    position: absolute;
    left: 50%;
    bottom: 82px;
    z-index: 6;

    width: 210px;

    opacity: 0;
    transform:
        translateX(-50%)
        translateY(60px)
        scale(.75);

    transition:
        opacity .5s ease,
        transform .6s cubic-bezier(.2,.8,.2,1);
}

.riv3-business__roof {
    width: 228px;
    height: 45px;
    margin-right: -9px;

    border-radius: 12px 12px 5px 5px;

    background:
        repeating-linear-gradient(
            90deg,
            #0d8790 0 28px,
            #fff 28px 55px
        );

    box-shadow: 0 8px 18px rgba(7,74,81,.10);
}

.riv3-business__body {
    height: 116px;

    display: grid;
    place-content: center;

    border: 1px solid rgba(7,86,94,.10);
    border-radius: 3px 3px 15px 15px;

    color: #125763;
    background: rgba(255,255,255,.96);

    box-shadow: 0 20px 45px rgba(4,55,62,.10);
}

.riv3-business__body span {
    font-size: 14px;
    font-weight: 950;
}

.riv3-success-chart {
    position: absolute;
    left: 50%;
    top: 64px;
    z-index: 7;

    width: 210px;
    padding: 13px;

    border: 1px solid rgba(6,105,111,.08);
    border-radius: 18px;

    background: rgba(255,255,255,.91);
    box-shadow: 0 14px 35px rgba(4,55,62,.08);

    opacity: 0;
    transform:
        translateX(-50%)
        translateY(-22px);

    transition:
        opacity .5s ease,
        transform .6s ease;
}

.riv3-success-chart svg {
    display: block;
    width: 100%;
    height: 80px;
}

.riv3-success-chart path {
    fill: none;
    stroke: #12a8a6;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 230;
    stroke-dashoffset: 230;

    transition:
        stroke-dashoffset 1.1s ease .2s;
}

.riv3-success-chart circle {
    fill: #e0a541;
}

.riv3-stage-label {
    position: absolute;
    right: 18px;
    bottom: 18px;

    padding: 7px 10px;

    border-radius: 999px;

    color: #0b787e;
    background: rgba(255,255,255,.82);

    font-size: 8px;
    font-weight: 950;
}

.riv3-scene__stage[data-stage="2"] .riv3-thought,
.riv3-scene__stage[data-stage="3"] .riv3-thought,
.riv3-scene__stage[data-stage="4"] .riv3-thought,
.riv3-scene__stage[data-stage="5"] .riv3-thought,
.riv3-scene__stage[data-stage="6"] .riv3-thought {
    opacity: 0;
    transform: translateY(-18px) scale(.92);
}

.riv3-scene__stage[data-stage="2"] .riv3-doc,
.riv3-scene__stage[data-stage="3"] .riv3-doc {
    opacity: 1;
    transform:
        translate(-50%,-50%)
        scale(1)
        rotate(0);
}

.riv3-scene__stage[data-stage="3"] .riv3-person {
    right: 68%;
    transform:
        translateX(50%)
        scale(.88);
}

.riv3-scene__stage[data-stage="4"] .riv3-doc {
    opacity: .25;
    transform:
        translate(-50%,-50%)
        scale(.84);
}

.riv3-scene__stage[data-stage="4"] .riv3-capital,
.riv3-scene__stage[data-stage="5"] .riv3-capital {
    opacity: 1;
    transform:
        translate(-50%,-50%)
        scale(1);
}

.riv3-scene__stage[data-stage="4"] .riv3-person,
.riv3-scene__stage[data-stage="5"] .riv3-person,
.riv3-scene__stage[data-stage="6"] .riv3-person {
    right: 79%;
    transform:
        translateX(50%)
        scale(.72);
    opacity: .82;
}

.riv3-scene__stage[data-stage="5"] .riv3-capital {
    top: 28%;
    transform:
        translate(-50%,-50%)
        scale(.78);
}

.riv3-scene__stage[data-stage="5"] .riv3-business,
.riv3-scene__stage[data-stage="6"] .riv3-business {
    opacity: 1;
    transform:
        translateX(-50%)
        translateY(0)
        scale(1);
}

.riv3-scene__stage[data-stage="6"] .riv3-capital {
    opacity: 0;
}

.riv3-scene__stage[data-stage="6"] .riv3-business {
    bottom: 56px;
}

.riv3-scene__stage[data-stage="6"] .riv3-success-chart {
    opacity: 1;
    transform:
        translateX(-50%)
        translateY(0);
}

.riv3-scene__stage[data-stage="6"] .riv3-success-chart path {
    stroke-dashoffset: 0;
}

.riv3-story__steps {
    display: grid;
    gap: 14px;
}

.riv3-story-step {
    min-height: 220px;

    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;

    padding: 22px;

    border: 1px solid var(--iv3-line);
    border-radius: 22px;

    background: rgba(255,255,255,.82);

    opacity: .60;
    transform: translateY(12px);

    transition:
        opacity .25s ease,
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.riv3-story-step.is-active {
    opacity: 1;
    transform: translateY(0);

    border-color: rgba(10,160,163,.19);

    box-shadow:
        0 18px 45px rgba(5,55,63,.07);
}

.riv3-story-step > span {
    width: 48px;
    height: 48px;

    display: grid;
    place-content: center;

    border-radius: 15px;

    color: #0d8d91;
    background: #eaf8f6;

    font-size: 11px;
    font-weight: 950;
}

.riv3-story-step small {
    color: #14958f;
    font-size: 8px;
    font-weight: 950;
}

.riv3-story-step h3 {
    margin: 4px 0 0;

    color: var(--iv3-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.7;
}

.riv3-story-step p {
    max-width: 700px;
    margin: 7px 0 0;

    color: var(--iv3-muted);
    font-size: 10.5px;
    line-height: 2;
}

.riv3-story-step a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 13px;

    color: #087e84;
    font-size: 10px;
    font-weight: 950;
    text-decoration: none;
}

.riv3-finance {
    display: grid;
    grid-template-columns: minmax(0,1fr) 430px;
    align-items: stretch;
    gap: 18px;

    margin-top: 54px;
}

.riv3-finance__copy,
.riv3-calc {
    border: 1px solid var(--iv3-line);
    border-radius: 26px;

    background: rgba(255,255,255,.90);

    box-shadow:
        0 18px 50px rgba(5,52,60,.055);
}

.riv3-finance__copy {
    padding: clamp(24px,4vw,44px);

    background:
        radial-gradient(circle at 10% 8%, rgba(19,190,188,.14), transparent 24%),
        rgba(255,255,255,.91);
}

.riv3-finance__copy h2 {
    max-width: 680px;
    margin: 7px 0 0;

    color: var(--iv3-ink);
    font-size: clamp(23px,3vw,34px);
    line-height: 1.65;
}

.riv3-finance__copy > p {
    max-width: 700px;
    margin: 11px 0 0;

    color: var(--iv3-muted);
    font-size: 10.5px;
    line-height: 2.1;
}

.riv3-rate {
    margin-top: 22px;
    padding: 17px;

    border: 1px solid rgba(196,139,42,.14);
    border-radius: 19px;

    background:
        linear-gradient(135deg, #fffaf0, #fff5df);
}

.riv3-rate > div small,
.riv3-rate > div strong {
    display: block;
}

.riv3-rate small {
    color: #9f7c43;
    font-size: 8px;
}

.riv3-rate strong {
    margin-top: 2px;
    color: #8a6120;
    font-size: 18px;
    font-weight: 950;
}

.riv3-rate p {
    margin: 8px 0 0;

    color: #987a4a;
    font-size: 9px;
    line-height: 1.95;
}

.riv3-calc {
    padding: 22px;
}

.riv3-calc__head {
    margin-bottom: 16px;
}

.riv3-calc__head span,
.riv3-calc__head strong {
    display: block;
}

.riv3-calc__head span {
    color: #0c9293;
    font-size: 8px;
    font-weight: 950;
}

.riv3-calc__head strong {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 950;
}

.riv3-calc label {
    display: grid;
    gap: 6px;

    margin-top: 12px;
}

.riv3-calc label > span {
    color: #677f85;
    font-size: 9px;
    font-weight: 850;
}

.riv3-money-input {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;

    min-height: 49px;
    padding: 0 12px;

    border: 1px solid rgba(7,92,101,.11);
    border-radius: 14px;

    background: #f9fdfd;
}

.riv3-money-input input {
    width: 100%;
    min-width: 0;
    height: 46px;

    border: 0;
    outline: 0;

    color: var(--iv3-ink);
    background: transparent;

    font-size: 11px;
    font-weight: 800;
}

.riv3-money-input b {
    color: #87999c;
    font-size: 8px;
}

.riv3-calc__result {
    margin-top: 16px;
    padding: 16px;

    border-radius: 17px;

    background:
        linear-gradient(135deg, #eaf9f6, #f4fcfb);
}

.riv3-calc__result span,
.riv3-calc__result strong,
.riv3-calc__result small {
    display: block;
}

.riv3-calc__result span {
    color: #6e898e;
    font-size: 8.5px;
}

.riv3-calc__result strong {
    margin-top: 4px;

    color: #087e84;
    font-size: 20px;
    font-weight: 950;
}

.riv3-calc__result small {
    margin-top: 3px;

    color: #4f777c;
    font-size: 8px;
}

.riv3-calc > p {
    margin: 10px 0 0;

    color: #8b9a9d;
    font-size: 8px;
    line-height: 1.9;
}

.riv3-calc > .riv3-btn {
    width: 100%;
    margin-top: 13px;
}

.riv3-process__line {
    position: relative;

    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 8px;

    margin-top: 20px;
}

.riv3-process__line::before {
    content: "";

    position: absolute;
    left: 6%;
    right: 6%;
    top: 24px;
    z-index: 0;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            rgba(17,179,177,.08),
            rgba(17,179,177,.42),
            rgba(17,179,177,.08)
        );
}

.riv3-process__line article {
    position: relative;
    z-index: 1;

    padding: 0 10px 13px;

    text-align: center;
}

.riv3-process__line article > span {
    width: 48px;
    height: 48px;

    display: grid;
    place-content: center;

    margin: 0 auto 10px;

    border: 6px solid #f4fbfa;
    border-radius: 50%;

    color: #fff;
    background:
        linear-gradient(145deg, #13b9b6, #0b858b);

    box-shadow:
        0 8px 18px rgba(8,132,139,.13);

    font-size: 9px;
    font-weight: 950;
}

.riv3-process__line strong {
    display: block;

    font-size: 10px;
    font-weight: 950;
}

.riv3-process__line p {
    margin: 4px 0 0;

    color: var(--iv3-muted);
    font-size: 8.5px;
    line-height: 1.8;
}

.riv3-values {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;

    margin-top: 48px;
}

.riv3-values article {
    min-height: 190px;
    padding: 19px;

    border: 1px solid var(--iv3-line);
    border-radius: 21px;

    background: rgba(255,255,255,.90);

    box-shadow:
        0 12px 33px rgba(4,54,61,.04);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.riv3-values article:hover {
    transform: translateY(-4px);
    box-shadow:
        0 20px 45px rgba(4,54,61,.07);
}

.riv3-value-icon {
    width: 42px;
    height: 42px;

    display: grid;
    place-content: center;

    border-radius: 13px;

    color: #0e8e91;
    background: #eaf8f6;

    font-size: 18px;
}

.riv3-values h3 {
    margin: 12px 0 0;

    font-size: 13px;
    font-weight: 950;
}

.riv3-values p {
    margin: 6px 0 0;

    color: var(--iv3-muted);
    font-size: 9px;
    line-height: 1.95;
}

.riv3-faq__items {
    display: grid;
    gap: 8px;

    margin-top: 18px;
}

.riv3-faq details {
    border: 1px solid var(--iv3-line);
    border-radius: 17px;

    background: rgba(255,255,255,.90);
}

.riv3-faq summary {
    position: relative;

    padding: 15px 17px 15px 46px;

    list-style: none;

    color: var(--iv3-ink);
    font-size: 10.5px;
    font-weight: 950;

    cursor: pointer;
}

.riv3-faq summary::-webkit-details-marker {
    display: none;
}

.riv3-faq summary::after {
    content: "+";

    position: absolute;
    left: 15px;
    top: 50%;

    width: 25px;
    height: 25px;

    display: grid;
    place-content: center;

    border-radius: 9px;

    color: #0b888d;
    background: #edf9f7;

    transform: translateY(-50%);

    font-size: 15px;
}

.riv3-faq details[open] summary::after {
    content: "−";
}

.riv3-faq details p {
    margin: 0;
    padding: 0 17px 16px;

    color: var(--iv3-muted);
    font-size: 9.5px;
    line-height: 2;
}

.riv3-final {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 28px;

    margin-top: 54px;
    padding: clamp(26px,4vw,45px);

    border-radius: 28px;

    color: #fff;

    background:
        radial-gradient(circle at 12% 20%, rgba(255,255,255,.14), transparent 24%),
        linear-gradient(135deg, #0a6e77, #073b4c);

    box-shadow:
        0 28px 68px rgba(5,58,66,.15);
}

.riv3-final__light {
    position: absolute;
    left: -90px;
    bottom: -130px;
    z-index: -1;

    width: 310px;
    height: 310px;

    border-radius: 50%;
    background: rgba(22,197,195,.19);
    filter: blur(4px);
}

.riv3-final .riv3-eyebrow {
    color: #aef0e9;
}

.riv3-final .riv3-eyebrow::before {
    background:
        linear-gradient(90deg, #9be9e3, transparent);
}

.riv3-final h2 {
    max-width: 740px;
    margin: 7px 0 0;

    color: #fff;
    font-size: clamp(23px,3vw,35px);
    line-height: 1.65;
}

.riv3-final p {
    max-width: 690px;
    margin: 8px 0 0;

    color: rgba(255,255,255,.72);
    font-size: 10px;
    line-height: 2;
}

.riv3-final__actions {
    min-width: 225px;
    flex-direction: column;
    margin-top: 0;
}

.riv3-btn--white {
    color: #076f76;
    background: #fff;
}

.riv3-btn--outline-white {
    color: #fff;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.07);
}

@keyframes riv3Spin {
    to {
        transform:
            translate(-50%,-50%)
            rotate(360deg);
    }
}

@keyframes riv3SpinReverse {
    to {
        transform:
            translate(-50%,-50%)
            rotate(-360deg);
    }
}

@keyframes riv3Float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes riv3FloatAlt {
    0%,
    100% {
        transform:
            translateY(0)
            rotate(-1deg);
    }

    50% {
        transform:
            translateY(9px)
            rotate(1deg);
    }
}

@keyframes riv3Bars {
    to {
        filter: brightness(1.15);
        transform: scaleY(.92);
        transform-origin: bottom;
    }
}

@keyframes riv3Flow {
    from {
        left: -50%;
    }

    to {
        left: 110%;
    }
}

@media (max-width: 1040px) {
    .riv3-hero {
        grid-template-columns: 1fr;
    }

    .riv3-hero__visual {
        width: min(560px,100%);
        margin: 0 auto;
    }

    .riv3-role {
        grid-template-columns: 1fr;
    }

    .riv3-role__bridge {
        min-height: 44px;
    }

    .riv3-story__grid {
        grid-template-columns: 390px minmax(0,1fr);
    }

    .riv3-finance {
        grid-template-columns: 1fr 380px;
    }

    .riv3-process__line {
        grid-template-columns: repeat(3,1fr);
        row-gap: 22px;
    }

    .riv3-process__line::before {
        display: none;
    }

    .riv3-values {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 820px) {
    .riv3-story__grid {
        grid-template-columns: 1fr;
    }

    .riv3-story__scene {
        position: relative;
        top: auto;
        height: 460px;
    }

    .riv3-story-step {
        min-height: auto;
    }

    .riv3-finance {
        grid-template-columns: 1fr;
    }

    .riv3-calc {
        order: 2;
    }

    .riv3-final {
        grid-template-columns: 1fr;
    }

    .riv3-final__actions {
        min-width: 0;
        flex-direction: row;
    }
}

@media (max-width: 620px) {
    .riv3 {
        width: calc(100% - 14px);
        margin-top: 10px;
    }

    .riv3-hero {
        min-height: 0;
        gap: 20px;

        padding: 20px 15px 18px;
        border-radius: 23px;
    }

    .riv3-hero h1 {
        font-size: 29px;
        line-height: 1.55;
    }

    .riv3-hero__content > p {
        font-size: 10.5px;
    }

    .riv3-hero__actions,
    .riv3-final__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .riv3-hero__trust {
        grid-template-columns: 1fr;
    }

    .riv3-hero__visual {
        min-height: 365px;
        transform: scale(.92);
        transform-origin: center top;
    }

    .riv3-role__person,
    .riv3-role__rasa {
        grid-template-columns: 60px 1fr;
        padding: 14px;
    }

    .riv3-role__avatar,
    .riv3-role__logo {
        width: 58px;
        height: 58px;
        border-radius: 17px;
    }

    .riv3-story,
    .riv3-process,
    .riv3-faq,
    .riv3-finance {
        margin-top: 38px;
    }

    .riv3-story__scene {
        height: 390px;
        border-radius: 21px;
    }

    .riv3-person {
        bottom: 62px;
        transform:
            translateX(50%)
            scale(.84);
    }

    .riv3-story-step {
        grid-template-columns: 45px 1fr;
        gap: 10px;
        padding: 15px;
    }

    .riv3-story-step > span {
        width: 40px;
        height: 40px;
    }

    .riv3-story-step h3 {
        font-size: 14px;
    }

    .riv3-story-step p {
        font-size: 9.5px;
    }

    .riv3-finance__copy,
    .riv3-calc {
        padding: 18px;
        border-radius: 21px;
    }

    .riv3-process__line {
        grid-template-columns: repeat(2,1fr);
    }

    .riv3-values {
        grid-template-columns: 1fr;
    }

    .riv3-values article {
        min-height: 0;
    }

    .riv3-final {
        margin-top: 40px;
        padding: 22px 17px;
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .riv3 *,
    .riv3 *::before,
    .riv3 *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

/* /RASA INVESTMENT LANDING V3.1 */

/* V3 reveal layer */
.riv3 .riv3-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity .48s ease,
        transform .48s ease;
}

.riv3 .riv3-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .riv3 .riv3-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}
