/* Fixed Background */
.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

/* Tricolor Gradient with Blur */
.gradient-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ff4d4d, #ffffff, #2ecc71);
    filter: blur(60px);
    /* Adjust blur intensity here */
    transform: scale(1.1);
    /* Prevents white edges from blur */
}

/* Image Layer */
.image-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: background-image 1.5s ease-in-out;
    /* The Animation */
    opacity: 0.6;
}

/* Content Layout */
.content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 60px;
}

.card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 40px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none !important;
}

@media (max-width: 768px) {
    .card {
        padding: 30px;
    }
    .content-wrapper {
        padding-top: 120px;
    }
}

@media (max-width: 480px) {
    .card {
        padding: 20px;
    }
    .content-wrapper {
        padding-top: 100px;
    }
}

.spacer {
    height: 800px;
    /* Forces scrolling */
}

.input-group-text {
    background-color: #ffffff !important;
    padding: 9px 10px;
}

.form-control-label {
    color: #000;
    font-size: 14.5px !important;
}

.iti .iti__selected-dial-code {
    font-size: 15px !important;
}

.form-control {
    padding: 11px 12px 11px 0;
    font-size: 15px !important;
}

.form-control-input.iti__tel-input {
    padding-top: 11.25px !important;
    padding-bottom: 11.25px !important;
}

.flatpickr-day.selected:hover,
.flatpickr-day.selected,
span.flatpickr-weekday,
.flatpickr-weekdays,
.flatpickr-months {
    background-color: #319466 !important;
}

.flatpickr-day.selected:hover,
.flatpickr-day.selected,
.flatpickr-day.today {
    border-color: #319466 !important;
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #319466 !important;
}

/* ── Sri Lankan traditional border art ── */
/*
  Tile motifs (80×200 px repeating unit):
    • Gold dashed spine        — central axis
    • Vine S-curves            — wide sinuous stems (Kandyan architectural scrollwork)
    • Bilateral leaf pairs     — outward-curving leaves at 4 positions per tile
    • Small paired inner buds  — secondary leaf buds flanking each main leaf
    • 6-petal lotus bloom      — padma at tile midpoint
    • Outer kolam diamond      — nested rotated square framing the lotus
    • Gold dot accents         — at every vine inflection point
*/
.sl-art-col {
    align-self: stretch;
    position: relative;
    min-height: 40px;
}
.sl-art-inner {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='200'%3E%3Cline x1='40' y1='0' x2='40' y2='200' stroke='%23b8860b' stroke-width='0.9' stroke-dasharray='2,5'/%3E%3Cpath d='M40,0 C58,25 22,75 40,100' fill='none' stroke='%232e6b3e' stroke-width='1.5'/%3E%3Cpath d='M40,100 C58,125 22,175 40,200' fill='none' stroke='%232e6b3e' stroke-width='1.5'/%3E%3Cpath d='M44,22 C56,12 66,24 56,32 C61,22 51,18 44,22Z' fill='none' stroke='%232e6b3e' stroke-width='1.1'/%3E%3Cpath d='M47,28 C57,22 63,30 56,35 C60,28 53,25 47,28Z' fill='none' stroke='%232e6b3e' stroke-width='0.8'/%3E%3Ccircle cx='40' cy='38' r='2' fill='%23b8860b'/%3E%3Cpath d='M36,58 C24,48 14,60 24,68 C20,58 30,54 36,58Z' fill='none' stroke='%232e6b3e' stroke-width='1.1'/%3E%3Cpath d='M33,64 C23,58 17,66 24,72 C21,64 28,61 33,64Z' fill='none' stroke='%232e6b3e' stroke-width='0.8'/%3E%3Ccircle cx='40' cy='75' r='2' fill='%23b8860b'/%3E%3Cpolygon points='40,76 64,100 40,124 16,100' fill='none' stroke='%238b0000' stroke-width='1.1'/%3E%3Cpolygon points='40,84 58,100 40,116 22,100' fill='none' stroke='%238b0000' stroke-width='0.7'/%3E%3Cg transform='translate(40,100)'%3E%3Cellipse cx='0' cy='-11' rx='3.5' ry='9' fill='none' stroke='%23b8860b' stroke-width='1' transform='rotate(0)'/%3E%3Cellipse cx='0' cy='-11' rx='3.5' ry='9' fill='none' stroke='%23b8860b' stroke-width='1' transform='rotate(60)'/%3E%3Cellipse cx='0' cy='-11' rx='3.5' ry='9' fill='none' stroke='%23b8860b' stroke-width='1' transform='rotate(120)'/%3E%3Cellipse cx='0' cy='-11' rx='3.5' ry='9' fill='none' stroke='%23b8860b' stroke-width='1' transform='rotate(180)'/%3E%3Cellipse cx='0' cy='-11' rx='3.5' ry='9' fill='none' stroke='%23b8860b' stroke-width='1' transform='rotate(240)'/%3E%3Cellipse cx='0' cy='-11' rx='3.5' ry='9' fill='none' stroke='%23b8860b' stroke-width='1' transform='rotate(300)'/%3E%3Ccircle cx='0' cy='0' r='4.5' fill='none' stroke='%23b8860b' stroke-width='1'/%3E%3Ccircle cx='0' cy='0' r='2' fill='%23b8860b'/%3E%3C/g%3E%3Cpath d='M44,122 C56,112 66,124 56,132 C61,122 51,118 44,122Z' fill='none' stroke='%232e6b3e' stroke-width='1.1'/%3E%3Cpath d='M47,128 C57,122 63,130 56,135 C60,128 53,125 47,128Z' fill='none' stroke='%232e6b3e' stroke-width='0.8'/%3E%3Ccircle cx='40' cy='138' r='2' fill='%23b8860b'/%3E%3Cpath d='M36,158 C24,148 14,160 24,168 C20,158 30,154 36,158Z' fill='none' stroke='%232e6b3e' stroke-width='1.1'/%3E%3Cpath d='M33,164 C23,158 17,166 24,172 C21,164 28,161 33,164Z' fill='none' stroke='%232e6b3e' stroke-width='0.8'/%3E%3Ccircle cx='40' cy='175' r='2' fill='%23b8860b'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 72px 180px;
}
.sl-art-col--right .sl-art-inner {
    transform: scaleX(-1);
}

.choices__list--single {
    padding: 9px 16px 9px 0px;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           TOKENS
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
:root {
    --red: #dc3545;
    --red-dk: #b02a37;
    --red-lt: #fbeaec;
    --green: #2e8b57;
    --green-dk: #1f6640;
    --green-lt: #e4f2eb;
    --neutral-900: #1c1c2e;
    --neutral-700: #333349;
    --neutral-400: #5d5d6b;
    --neutral-200: #e8e8f4;
    --neutral-100: #f4f4fb;
    --white: #ffffff;
    --radius: 14px;
    --radius-sm: 9px;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --dur: 0.22s;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           BACKGROUND  — pure CSS, no images
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
body {
    background: #0e1628;
}

.form-control.is-invalid:focus {
    box-shadow: none !important;
}

.rp-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    /* base gradient */
    background:
        radial-gradient(
            ellipse 60% 50% at 8% 18%,
            rgba(220, 53, 69, 0.22) 0%,
            transparent 65%
        ),
        radial-gradient(
            ellipse 55% 45% at 92% 82%,
            rgba(46, 139, 87, 0.2) 0%,
            transparent 60%
        ),
        radial-gradient(
            ellipse 30% 28% at 52% 3%,
            rgba(220, 53, 69, 0.1) 0%,
            transparent 55%
        ),
        linear-gradient(160deg, #0e1628 0%, #152036 55%, #0f1d2c 100%);
}

/* fine grid */
.rp-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 46px 46px;
}

/* diagonal accent lines */
.rp-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            -48deg,
            transparent 0,
            transparent 58px,
            rgba(220, 53, 69, 0.038) 58px,
            rgba(220, 53, 69, 0.038) 59px
        ),
        repeating-linear-gradient(
            42deg,
            transparent 0,
            transparent 58px,
            rgba(46, 139, 87, 0.03) 58px,
            rgba(46, 139, 87, 0.03) 59px
        );
}

/* Italian-flag top stripe */
.flag-stripe {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 110;
    height: 3px;
    background: linear-gradient(
        to right,
        #009246 33.33%,
        #fff 33.33% 66.66%,
        #ce2b37 66.66%
    );
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           PAGE SHELL
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */

.rp-page {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 71px 16px 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choices__list--single .choices__item {
    font-size: 14px !important;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           HEADER
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-header {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 30px;
    animation: ani-down 0.5s var(--ease) both;
}

.choices__item.choices__item--choice {
    font-size: 14px !important;
}

.rp-header__emoji {
    display: block;
    font-size: 38px;
    margin-bottom: 10px;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
}

.rp-header__title {
    font-size: clamp(21px, 3.6vw, 28px);
    font-weight: 700;
    color: #fff;
    line-height: 1.22;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.55);
}

.rp-header__age__title {
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    opacity: 1 !important;
    font-size: 0.6em;
    margin-top: 4px;
    display: block;
}

.rp-header__sub {
    margin-top: 9px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
}

.rp-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 100px;
}

.rp-header__badge.success {
    border: 1px solid #0aff00;
    color: #0aff00;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           CARD
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-card {
    background: var(--white);
    border-radius: 20px;
    box-shadow:
        0 24px 72px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    width: 100%;
    overflow: hidden;
    animation: ani-up 0.6s 0.1s var(--ease) both;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           INFO BAR
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-infobar {
    padding: 25px 28px;
    background: linear-gradient(135deg, var(--red-lt), var(--green-lt));
    border-bottom: 1px solid var(--neutral-200);
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.rp-infobar__card {
    flex: 1;
    min-width: 190px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--white);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    border-left: 3px solid var(--red);
}

.rp-infobar__card:nth-child(2) {
    border-left-color: var(--green);
}

.rp-infobar__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--white);
    background: linear-gradient(135deg, var(--red), var(--red-dk));
}

.rp-infobar__card:nth-child(2) .rp-infobar__icon {
    background: linear-gradient(135deg, var(--green), var(--green-dk));
}

.rp-infobar__lbl {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: var(--neutral-400);
    margin-bottom: 2px;
}

.rp-infobar__val {
    font-size: 14px;
    font-weight: 700;
    color: var(--neutral-900);
    line-height: 1.35;
}

.rp-infobar__val small {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--neutral-700);
    margin-top: 1px;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           NOTICE
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-notice {
    margin: 20px 28px 0;
    padding: 14px 16px;
    background: var(--green-lt);
    border-left: 3px solid var(--green);
    border-radius: var(--radius-sm);
    display: flex;
    gap: 11px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.65;
    color: #1a4430;
}

.rp-notice > i {
    color: var(--green);
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 2px;
}

.rp-notice p + p {
    margin-top: 4px;
    font-size: 13px;
    color: #235c3a;
}

.input-group-alternative {
    box-shadow: none !important;
}

.form-control {
    border-color: #d4d4d4;
}

.input-group-alternative .input-group-text {
    border-color: #d4d4d4;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           STEPPER
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-stepper-wrap {
    padding: 26px 28px 0;
}

.rp-stepper {
    display: flex;
    align-items: flex-start;
}

.rp-stepper__step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.rp-stepper__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 17px;
    left: calc(50% + 19px);
    right: calc(-50% + 19px);
    height: 2px;
    background: var(--neutral-200);
    transition: background var(--dur) var(--ease);
    z-index: 0;
}

.rp-stepper__step.completed::after {
    background: var(--green);
}

.rp-stepper__dot {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--neutral-200);
    color: var(--neutral-400);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid var(--neutral-200);
    transition: all var(--dur) var(--ease);
    position: relative;
    z-index: 1;
}

.rp-stepper__step.active .rp-stepper__dot {
    background: var(--red);
    color: var(--white);
    border-color: var(--red);
    box-shadow: 0 0 0 5px rgba(220, 53, 69, 0.14);
}

.rp-stepper__step.completed .rp-stepper__dot {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.rp-step-check {
    display: none;
}

.rp-step-num {
    display: block;
}

.rp-stepper__step.completed .rp-step-check {
    display: block;
}

.rp-stepper__step.completed .rp-step-num {
    display: none;
}

.rp-stepper__lbl {
    margin-top: 7px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--neutral-400);
    transition: color var(--dur) var(--ease);
    line-height: 1.4;
}

.rp-stepper__step.active .rp-stepper__lbl {
    color: var(--red);
}

.rp-stepper__step.completed .rp-stepper__lbl {
    color: var(--green);
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           SECTION HEADING
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-sec-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--neutral-200);
}

.rp-sec-head__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.rp-sec-head__icon--red {
    background: var(--red-lt);
    color: var(--red);
}

.rp-sec-head__icon--green {
    background: var(--green-lt);
    color: var(--green);
}

.rp-sec-head__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--neutral-900);
}

.rp-sec-head__sub {
    font-size: 13px;
    color: var(--neutral-700);
    margin-top: 1px;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           FORM STEPS
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-form-body {
    padding: 26px 32px 0;
    position: relative;
}

.rp-step {
    display: none;
    animation: ani-in 0.28s var(--ease);
    position: relative;
}

.rp-step.active {
    display: block;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           REVIEW
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-review-block {
    background: var(--neutral-100);
    border: 1px solid var(--neutral-200);
    border-radius: var(--radius);
    padding: 18px 20px;
    margin-bottom: 16px;
}

.rp-review-block__hd {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    color: var(--neutral-700);
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--neutral-200);
    display: flex;
    align-items: center;
    gap: 7px;
}

.rp-review-block__hd i {
    font-size: 15px;
}

.rp-review-block__hd--red i {
    color: var(--red);
}

.rp-review-block__hd--green i {
    color: var(--green);
}

.rp-review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px 18px;
}

.rp-rv-key {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    color: var(--neutral-400);
}

.rp-rv-val {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--neutral-900);
    margin-top: 2px;
    word-break: break-word;
}

.rp-rv-val.empty {
    color: var(--neutral-400);
    font-style: italic;
    font-weight: 400;
}

.rp-terms {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 15px 18px;
    margin-top: 16px;
    background: var(--red-lt);
    border: 1px solid rgba(220, 53, 69, 0.18);
    border-radius: var(--radius-sm);
}

.rp-terms input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: var(--red);
    flex-shrink: 0;
    margin-top: 3px;
    cursor: pointer;
}

.rp-terms label {
    font-size: 13px;
    line-height: 1.65;
    color: var(--neutral-900);
    cursor: pointer;
}

.rp-terms label small {
    display: block;
    color: var(--neutral-700);
    font-size: 12px;
    margin-top: 2px;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           FOOTER
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-footer {
    padding: 22px 28px 30px;
    margin-top: 26px;
    border-top: 1px solid var(--neutral-200);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.rp-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 16px 75px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--dur) var(--ease);
    line-height: 1;
}

.rp-btn--back {
    background: #e1e1e1;
    color: var(--neutral-700);
    border: 1.5px solid var(--neutral-200);
    transition: all var(--dur) var(--ease);
}

.rp-btn--back:hover {
    background: #cccccc;
    color: var(--neutral-900);
    transition: all var(--dur) var(--ease);
}

.rp-btn--next {
    margin-left: auto;
    background: var(--red);
    color: var(--white);
    box-shadow: 0 4px 14px rgba(220, 53, 69, 0.3);
    transition: all var(--dur) var(--ease);
}

.rp-btn--next:hover {
    background: var(--red-dk);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
    transform: translateY(-1px);
    transition: all var(--dur) var(--ease);
}

.rp-btn--next:active {
    transform: none;
}

.rp-btn--submit {
    margin-left: auto;
    background: var(--green);
    color: var(--white);
    padding: 16px 30px;
    font-size: 15px;
    box-shadow: 0 4px 14px rgba(46, 139, 87, 0.28);
}

.rp-btn--submit:hover {
    background: var(--green-dk);
    box-shadow: 0 6px 20px rgba(46, 139, 87, 0.38);
    transform: translateY(-1px);
}

.rp-btn--submit:active {
    transform: none;
}

/* progress dots */
.rp-progress {
    display: flex;
    gap: 6px;
    align-items: center;
}

.rp-progress__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--neutral-200);
    transition: all var(--dur) var(--ease);
}

.rp-progress__dot.is-active {
    background: var(--red);
    width: 18px;
    border-radius: 4px;
}

.rp-progress__dot.is-done {
    background: var(--green);
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           AUTO-SAVE TOAST
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
.rp-toast {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 999;
    background: var(--green);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transform: translateY(8px);
    transition:
        opacity 0.26s ease,
        transform 0.26s ease;
    pointer-events: none;
}

.rp-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.bottom-info {
    margin-top: 40px;
    font-size: 14px;
    color: var(--neutral-200);
    text-align: center;
    line-height: 1.8;
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           KEYFRAMES
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
@keyframes ani-down {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes ani-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes ani-in {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes ani-shake {
    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

/* =========================================================
                                                                                                                                                                                                                                                                                                                                                                                           RESPONSIVE
                                                                                                                                                                                                                                                                                                                                                                                        ========================================================= */
@media (max-width: 600px) {
    .rp-page {
        padding: 72px 10px 56px;
    }

    .rp-header__sub {
        font-size: 18px;
    }

    .rp-infobar,
    .rp-stepper-wrap,
    .rp-form-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .rp-footer {
        padding: 18px 16px 30px;
        flex-direction: column;
    }

    .rp-notice {
        margin-left: 16px;
        margin-right: 16px;
    }

    .rp-btn--submit {
        font-size: 14px;
        width: 100%;
    }

    .rp-btn--submit,
    .rp-btn--next {
        margin-left: unset;
    }
}

.discount-highlight {
    background: linear-gradient(135deg, #f0faf4 0%, #dcf5e7 100%);
    border-left: 4px solid #2e8b57;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 8px;
}

.editor-content ol,
.editor-content ul,
.editor-content p,
.editor-content li,
.editor-content blockquote,
.editor-content pre,
.editor-content code,
.editor-content table,
.editor-content th,
.editor-content td,
.editor-content span,
.editor-content div {
    font-size: 15px !important;
}

.editor-content .ql-code-block-container {
    margin-bottom: 1rem;
}

.editor-content blockquote {
    margin-bottom: 0rem;
}

span.input-group-text.disabled_ {
    background-color: #f6f8fb !important;
}
