﻿.register-heading-container {
    padding: 0px 30px;
}

.register-heading {
    font-size: clamp(28px,4.2vw,49.7px);
    font-weight: bold;
    line-height: 57.2px;
    color: var(--rssa-gray);
    letter-spacing: -1.2px;
    margin-bottom: 10px;
    text-align: left;
}

    .register-heading .accent {
        color: var(--rssa-blue);
    }

    .register-heading .highlight {
        color: var(--rssa-black);
        background-color: transparent;
    }

.rssa-sub {
    font-size: 21.8px;
    color: var(--rssa-gray);
    margin-top: 12px;
    margin-bottom: 18px;
    max-width: 38ch;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: -0.3px;
}

    .rssa-sub .highlight {
        color: var(--rssa-black);
        background-color: transparent;
        font-weight: bold;
    }

.text-danger[title="Required"] {
    vertical-align: text-top
}

.secure-line {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #6b7280;
    margin-top: 12px
}

.trust-dot {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%
}

.joanne-float {
    position: absolute;
    top: 30px;
    right: clamp(14px,2.6vw,28px);
    width: min(350px,28vw);
    height: auto;
    border-radius: 14px;
    z-index: 3
}

.joanne-video {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

    .joanne-video iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
        border-radius: inherit;
    }

.rssa-visual {
    background: var(--card-bg);
    border: 1.5px double var(--card-border);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
    padding-top: 100px
}

.visual-header {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    z-index: 1
}

.visual-title {
    font-weight: 600;
    color: #0f172a;
    font-size: 17.9px;
    line-height: 25.2px;
    letter-spacing: -0.2px;
}

.visual-sub {
    color: var(--rssa-gray);
    font-size: 17.9px;
    margin-top: 6px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.visual-canvas {
    position: relative;
    overflow: hidden;
    margin: 0 25px 12px
}

    .visual-canvas::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 110px;
        background: linear-gradient(to top,rgba(255,255,255,.88) 0%,rgba(255,255,255,.60) 35%,rgba(255,255,255,.25) 70%,rgba(255,255,255,0) 100%);
        z-index: 1;
        pointer-events: none
    }

    .visual-canvas::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%;
        height: 70%;
        background: radial-gradient(120% 100% at 0% 100%,rgba(255,255,255,.85) 0%,rgba(255,255,255,.55) 35%,rgba(255,255,255,.28) 55%,rgba(255,255,255,0) 70%);
        z-index: 1;
        pointer-events: none
    }

.visual-heatmap {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.visual-card {
    position: absolute;
    left: 44px;
    bottom: 96px;
    width: min(46%,440px);
    height: auto;
    border-radius: 12px;
    z-index: 2
}

.visual-pie {
    position: absolute;
    right: 3.5%;
    top: 52%;
    transform: translateY(-50%);
    width: min(35%,320px);
    height: auto;
    filter: drop-shadow(0 18px 40px rgba(20,28,58,.28));
    z-index: 2
}

.rssa-visual .trust-strip--pills {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 25px 12px;
    margin: 0;
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
}

.rssa-visual .trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    white-space: nowrap;
}

    .rssa-visual .trust-pill .trust-pill-text {
        font-weight: 400;
        font-size: var(--fs-xs-x1);
        letter-spacing: -0.4px;
    }

.rssa-visual .trust-dot {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #10b981;
    flex: 0 0 18px;
}

.rssa-visual .trust-dot--check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: 2px solid #10b981;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.rssa-visual .trust-dot--money {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
    color: #10b981;
}

.trust-divider {
    flex: 0 0 1px;
    height: 16px;
    background: rgba(2, 6, 23, 0.15);
    border-radius: 1px;
}

.legal-line {
    margin: 10px 0;
    text-align: justify;
}

/* --- Responsive --- */
@media (max-width:1399.98px) {
    .visual-card {
        left: 38px;
        bottom: 92px;
        width: min(50%,430px)
    }

    .visual-pie {
        right: 4%;
        width: min(38%,310px)
    }
}

@media (max-width:1199.98px) {
    .joanne-float {
        top: 28px;
        width: min(320px,30vw)
    }

    .rssa-sub {
        max-width: 100%;
    }

    .get-started-card,
    .rssa-visual {
        margin: 0 auto 20px;
        border-radius: 16px;
    }

    .rssa-visual {
        padding-top: 88px;
        min-height: 520px;
    }

    .visual-canvas {
        margin: 0 16px 10px;
    }

    .rssa-visual .trust-strip--pills {
        align-items: flex-start;
        gap: 8px;
        padding: 0 16px 16px;
    }

    .rssa-visual .trust-pill {
        white-space: normal;
    }

    .visual-card {
        left: 20px;
        bottom: 92px;
        width: 51%;
    }

    .visual-pie {
        right: 4%;
        top: 50%;
        width: 29%;
    }
}

@media (max-width:990px) {
    .joanne-float {
        position: static;
        display: none;
        margin: 16px auto 12px;
        width: clamp(260px, 60vw, 360px);
    }

    .visual-card {
        left: 32px;
        bottom: 90px;
        width: min(52%,420px)
    }

    .visual-pie {
        right: 4.5%;
        top: 51%;
        width: min(38%,300px)
    }
}

@media (max-width:767.98px) {
    .register-heading {
        font-size: 29px;
        line-height: 50.2px !important;
    }

    .rssa-sub {
        font-size: 16px
    }

    .visual-canvas {
        margin: 0 16px 10px
    }

    .visual-card {
        left: 14px;
        bottom: 50px;
        width: 48%;
    }

    .visual-pie {
        top: 42%;
        right: 8%;
        width: 24%;
    }

    .rssa-visual .trust-pill {
        font-size: 11.5px
    }
}

@media (max-width:575.98px) {
    .rssa-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .joanne-float {
        margin: 14px auto;
        width: clamp(240px, 80%, 340px);
    }

    .visual-canvas {
        margin: 0 12px 10px;
    }

    .rssa-visual {
        min-height: auto;
    }

        .rssa-visual .trust-strip--pills {
            flex-direction: column;
            align-items: center;
            gap: 6px;
            padding: 0 12px 12px;
        }

    .trust-divider {
        display: none;
    }

    .visual-card {
        left: 14px;
        bottom: 50px;
        width: 48%;
    }

    .visual-pie {
        top: 42%;
        right: 8%;
        width: 24%;
    }

    .visual-logos {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

        .visual-logos img {
            max-width: 50px;
        }

    .register-heading {
        line-height: 50.2px !important;
    }
}

@media (max-width: 420px) {
    .rssa-visual {
        padding-top: 65px;
    }

    .register-heading {
        font-size: 27px;
    }

    .visual-title {
        font-weight: 600;
        color: #0f172a;
        font-size: 17.9px;
        line-height: 17.2px;
        letter-spacing: -0.2px;
    }

    .visual-logos img {
        width: auto;
        max-width: 45px;
        height: auto;
        object-fit: contain;
        display: block;
    }
}

@media (max-width: 390px) {
    .rssa-visual {
        padding-top: 80px;
    }

    .register-heading {
        font-size: 24px;
    }

    .visual-title {
        font-size: 15.9px;
    }

    .visual-sub {
        font-size: 15.9px;
    }
}
