/*Register responsive styles*/
.options {
    gap: 10px !important;
}

.stage {
    margin-top: 100px !important;
    padding: 0 !important;
    margin-bottom: 50px !important;
}

.pdesc {
    padding-left: 3vw;
}

.borderleft {
    margin-left: -12px;
}

.plan {
    margin-top: 40px !important;
}

@media (min-width: 992px) {
    .sticky-cta {
        bottom: -20px !important;
    }

    .device {
        height: auto !important;
        min-height: unset !important;
    }

    .stage {
        margin-top: 20px !important;
        padding: unset !important;
        margin-bottom: 20px !important;
    }

    .pdesc {
        padding-left: 2vw !important;
    }

    .borderleft {
        margin-left: 0 !important;
    }

    .user_package_sec {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: stretch;
    }

    .user_package_sec .plan {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        margin-top: 0 !important;
    }

    .user_package_sec .plan .cardshadow {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .app-body.wide {
        height: 620px !important;
        max-height: 620px !important;
        overflow-y: auto;
        padding-bottom: 20px;
    }

    #s2 .app-body.wide {
        height: auto !important;
        max-height: none !important;
        overflow-y: visible !important;
    }
}

@media (max-width: 991px) {
    .pdesc {
        padding-left: 3vw !important;
    }

    .borderleft {
        margin-left: -12px !important;
    }

    .user_package_sec {
        display: block !important;
    }
}

/*Register frontend form styles starts*/
.title_sec{
    text-wrap: auto;
    font-size: 18px;
    color: #fff !important;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
}

.options .specialist_sec, .options .subscriber_sec {
    min-width: 170px;
}

.hidden {
    display: none;
}

.back_form .form-block {
    background-color: unset;
    margin: 0;
    padding: 0;
}

.progress-counter {
    margin-bottom: 20px;
    font-size: 19px;
    color: #1A1A1A;
    text-align: center;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.progress-segment {
    width: 49%;
    height: 5px;
    background-color: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #1D4480;
    transition: width 0.5s ease;
}

.question {
    text-align: center;
    margin-bottom: 30px;
    transition: opacity 0.5s ease;
    font: normal normal 600 20px / 24px Montserrat;
    letter-spacing: 0px;
    color: #1A1A1A;
}

.options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.options button {
    text-align: center;
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
    border: 2px solid #1A1A1A4D;
    padding: 14px 10px;
    font-size: 16px;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.options button:hover {
    background-color: #F0FBF8;
    border: 2px solid #00BB88 !important;
    color: #00BB88 !important;
}

.selected {
    background-color: #F0FBF8;
    border: 2px solid #00BB88 !important;
    color: #00BB88 !important;
}

.next-button,
.reset-button,
.prev-button {
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
}

.next-button {
    padding: 10px;
    height: 46px;
    width: 120px;
    background-color: #3dacdc;
    font-size: 14px;
    text-transform: uppercase;
}

.prev-button {
    font-size: 14px;
    padding: 10px;
    height: 46px;
    width: 120px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #3dacdc;
}

.prev-button:hover {
    background-color: #3dacdc;
    color: #fff;
}

.reset-button {
    display: none;
    background-color: #dc3545;
}

.next-button:disabled,
.prev-button:disabled {
    background-color: #9ED5ED;
    cursor: not-allowed;
}

.button-container {
    text-align: center;
}

/*Register frontend form styles ends*/

/*Register styles starts*/
.errorInput,
.errorInputBorder {
    border: 1px solid #a02626 !important;
}

.currentoffer {
    background: #3dacdc;
    padding: .3vw;
    border-radius: 1vw;
    display: flex;
    align-items: center;
}

.badge {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    position: relative;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
}

.badge span {
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    margin-top: -30px;
    box-shadow: 0 0 7px 0 #acacac;
}

.badge span img {
    object-fit: contain;
    width: 43px;
    height: 43px;
}

.badge.blue {
    background-color: #39acdd;
}

.badge.navy {
    position: relative;
    border: 4px solid #ceaf61 !important;
    background-clip: padding-box;
    background-color: #1b4581;
    text-align: center;
    line-height: 22px;
}

.badge.orange {
    background-color: #5b5b5b;
}

.compliance {
    position: absolute;
    top: 125px;
    bottom: 0;
    left: 0px;
    font-size: 13px;
    color: #fff;
    font-weight: 800;
}

.compliance_sec {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0px;
    font-size: 13px;
    color: #fff;
    font-weight: 800;
}

.compliance img,
.compliance_sec img {
    width: 8vw;
}

.pricing {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 13px;
}

.price {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    color: #1d4581;
    align-self: center;
}

.price sup {
    top: -1vw;
    font-weight: 300;
    padding: 0;
    font-size: 23px;
}

.price span {
    display: block;
    font-size: 12px;
    color: #1d4581;
}

.price span span {
    color: #b6b6b6;
    font-weight: 200;
}

.premium_label {
    right: 0 !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-top: -15px !important;
    padding: 6px 10px !important;
    border-radius: 15px !important;
    background: linear-gradient(-45deg, #BF953F, #FCF6BA, #B99954, #FBF5B7, #AA771C) !important;
}

.description {
    padding: 11px;
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-bottom: 0;
}

p.newdis {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.semidesc {
    font-size: 14px;
    color: #767676 !important;
    text-align: left;
    margin: 0;
    height: 85px;
}

.semidesc strong {
    display: block;
    color: #1d4581;
    font-weight: 800;
    font-size: 14px;
}

.borderleft {
    width: 100%;
    display: block;
    position: absolute;
    left: -6px;
    margin-top: 0.3vw;
}

.pdesc {
    width: 100%;
    display: block;
    padding-left: 2.1vw;
    font-size: 12px;
    padding-right: 15px;
}

.pdesc br {
    display: none;
}

button.learn {
    width: 220px;
    background: #ffffff;
    color: #7f9599;
    border: 1px solid #7f9599;
    align-self: center;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: unset;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-size: 15px;
}

.hscbox button.subscribe {
    width: 220px;
    background: #1b4581;
    color: #fff;
    padding: 10px 0;
    align-self: center;
    border-radius: 10px;
    position: relative;
    border: 4px solid #ceaf61 !important;
    background-clip: padding-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.hscbox button.subscribe:hover {
    filter: none;
    background-color: #235992;
}

.hsbox button.subscribe {
    background: #39acdd;
    color: #fff;
    align-self: center;
    padding: 10px 0;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    width: 220px;
    font-size: 15px;
}

.hsbox button.subscribe:hover {
    background: #54B789;
}

/*Register styles end*/

#payment_iframe {
    width: 100%;
    height: 980px;
}

.field input[readonly], .field select[disabled] {
    background: #f2f2f2 !important;
}

#payment-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(69 69 69 / 60%);
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

#payment-loader p {
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: auto;
}

.loader {
    width: 70px;
    height: 70px;
    border: 5px #ddd solid;
    border-top: 5px #0082be solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

#error_sec {
    color: #ca5151;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    display: none;
    margin: 0;
}

:root {
    --navy: #1D4480;
    --navy-deep: #122E58;
    --sky: #3DACDC;
    --navy-tint: #E9F5FB;
    --amber: #3DACDC;
    --amber-tint: #E9F5FB;
    --green: #00BB88;
    --green-tint: #E1F8F1;
    --red: #C4432B;
    --red-tint: #FBEBE7;
    --paper: #F5F6F7;
    --white: #FFFFFF;
    --ink: #4C4C4C;
    --slate: #6B6B6B;
    --slate-light: #9A9C9E;
    --line: #D1D3D4;
    --radius: 14px;
    --shadow: 0 1px 2px rgba(29, 68, 128, 0.04), 0 8px 24px rgba(29, 68, 128, 0.06);
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.serif {
    font-family: 'Montserrat', sans-serif;
}

.mono {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.06em;
}

/* ---------- Prototype chrome (not part of the product) ---------- */
.proto-bar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--navy-deep);
    color: #CFE0EE;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12.5px;
}

.proto-bar .label {
    color: #7C93A8;
    margin-right: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 10.5px;
}

.proto-bar button {
    background: transparent;
    border: 1px solid #23415C;
    color: #B9CCDC;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 12.5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all .15s ease;
    white-space: nowrap;
}

.proto-bar button:hover {
    border-color: #3E617E;
    color: #fff;
}

.proto-bar button.active {
    background: var(--amber);
    border-color: var(--amber);
    color: var(--navy-deep);
    font-weight: 600;
}

.stage {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px 80px;
}

.screen {
    display: none;
}

.screen.visible {
    display: block;
    animation: fade .25s ease;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

.note {
    background: var(--white);
    border: 1px dashed #C9D4DE;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px;
    color: var(--slate);
    margin-bottom: 18px;
    line-height: 1.5;
}

.note b {
    color: var(--ink);
}

/* ---------- Product device frame ---------- */
.device {
    background: var(--white);
    border-radius: 20px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    overflow: hidden;
}

.browser-chrome {
    background: #EDF1F5;
    border-bottom: 1px solid var(--line);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.browser-chrome .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D7DEE5;
}

.browser-chrome .url {
    flex: 1;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 5px 12px;
    font-size: 11.5px;
    color: var(--slate-light);
    margin-left: 6px;
}

/* ---------- Product top bar ---------- */
.app-top {
    background: var(--navy);
    color: #fff;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    font-size: 15px;
}

.brand .mark {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: var(--amber);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-deep);
    font-weight: 700;
    font-size: 13px;
}

.top-right {
    font-size: 12.5px;
    color: #B9CCDC;
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-right .lock {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ---------- Commitment bar (signature element) ---------- */
.commit {
    background: var(--navy);
    padding: 14px 28px 16px;
}

.commit-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

.commit-step-label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.commit-time {
    color: var(--amber);
    font-size: 12px;
    font-weight: 600;
}

.commit-track {
    display: flex;
    gap: 5px;
}

.commit-seg {
    flex: 1;
    height: 5px;
    border-radius: 3px;
    background: #1D3A55;
    position: relative;
    overflow: hidden;
}

.commit-seg.done {
    background: var(--green);
}

.commit-seg.current {
    background: #1D3A55;
}

.commit-seg.current::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    background: var(--amber);
    border-radius: 3px;
}

.commit-labels {
    display: flex;
    gap: 5px;
    margin-top: 6px;
}

.commit-labels span {
    flex: 1;
    font-size: 10px;
    color: #7C93A8;
    text-align: center;
}

.commit-labels span.on {
    color: #CFE0EE;
    font-weight: 600;
}

.app-body {
    padding: 40px 28px 48px;
    background: var(--paper);
}

.app-body.narrow {
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
}

.app-body.wide {
    max-width: 920px;
    margin: 0 auto;
}

.sub_heading {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
}

.back_button {
    padding: 4px 17px;
    background-color: #1d4480;
    color: #fff;
    border-radius: 4px;
}

/* ---------- Generic bits ---------- */
.eyebrow {
    color: var(--slate);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.h1 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 6px;
    color: var(--navy-deep);
}

.sub {
    color: var(--slate);
    font-size: 14.5px;
    line-height: 1.55;
    margin: 0 0 28px;
}

.card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
}

.btn,
#singup_btn,
.thank_you_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--amber);
    color: var(--navy-deep);
    border: none;
    border-radius: 9px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    padding: 13px 22px;
    cursor: pointer;
    width: 100%;
    transition: transform .1s ease, box-shadow .15s ease;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.btn:hover,
#singup_btn:hover,
.thank_you_btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(242, 167, 59, 0.35) !important;
    color: inherit !important;
}

.btn.ghost {
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--line);
    box-shadow: none;
}

.btn.ghost:hover {
    box-shadow: none;
    border-color: var(--navy);
}

.btn.sm {
    width: auto;
    padding: 8px 14px;
    font-size: 13px;
}

.field {
    margin-bottom: 16px;
}

.field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 6px;
}

.field .hint {
    font-size: 11.5px;
    color: var(--slate-light);
    margin-top: 5px;
}

.field input,
.field select {
    width: 100%;
    padding: 11px 13px;
    border: 1.5px solid var(--line);
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--ink);
    background: #fff !important;
}

.field input:focus,
.field select:focus {
    outline: none;
    border-color: var(--navy);
    box-shadow: 0 0 0 3px var(--navy-tint);
}

.row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.row3 {
    display: grid;
    grid-template-columns: 0.85fr 1.1fr 1.1fr;
    gap: 14px;
}

.req {
    color: var(--red);
}

.prefixed {
    display: flex;
    border: 1.5px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.prefixed:focus-within {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px var(--navy-tint);
}

.prefixed .chip {
    padding: 0 12px;
    display: flex;
    align-items: center;
    background: var(--paper);
    color: var(--slate);
    font-size: 13px;
    font-weight: 600;
    border-right: 1px solid var(--line);
    white-space: nowrap;
}

.prefixed input {
    border: none;
    flex: 1;
    padding: 11px 13px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: var(--ink);
    min-width: 0;
}

.prefixed input:focus {
    outline: none;
    box-shadow: none;
}

.info-callout {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: var(--navy-tint);
    border: 1px solid #CBDCEA;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 22px 0 26px;
}

.info-callout .ico {
    color: var(--navy);
    font-size: 16px;
    flex-shrink: 0;
}

.info-callout .txt {
    font-size: 12.5px;
    color: #2E4A63;
    line-height: 1.55;
}

.readonly-field input {
    background: var(--paper);
    color: var(--slate);
    font-weight: 600;
}

.voucher-wrap {
    position: relative;
}

.voucher-wrap .apply {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.check-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 22px 0 22px;
    font-size: 12.5px;
    color: var(--slate);
    line-height: 1.5;
}

.check-row input {
    margin-top: 2px;
    flex-shrink: 0;
}

.check-row a {
    color: var(--navy);
    font-weight: 600;
}

.trust-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: var(--slate);
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.pill.green {
    background: var(--green-tint);
    color: var(--green);
}

.pill.amber {
    background: var(--amber-tint);
    color: var(--navy);
}

/* ---------- Screen 1 only: marketing-style header ---------- */
.market-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.market-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.market-brand .word {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: var(--navy-deep);
}

.market-brand .word b {
    color: var(--sky);
    font-weight: 600;
}

.market-brand .div {
    width: 1px;
    height: 20px;
    background: var(--line);
}

.market-brand .ama {
    font-size: 12px;
    color: var(--slate);
    font-weight: 600;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 4px;
}

.market-right {
    font-size: 13px;
    color: var(--slate);
}

.market-right b {
    color: var(--navy);
    cursor: pointer;
}

.s1-layout {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 34px;
    align-items: stretch;
}

.illus-panel {
    background: linear-gradient(160deg, var(--sky) 0%, var(--navy) 100%);
    border-radius: 18px;
    aspect-ratio: 5/7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    position: sticky;
    top: 20px;
}

.illus-panel svg {
    width: 100%;
    height: auto;
}

.s1-heading {
    text-align: left;
    margin-bottom: 22px;
}

/* reference-inspired plan cards */
.user_package_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 8px;
}

.free_package {
    display: grid;
    margin-bottom: 8px;
    max-width: 250px;
    margin: auto;
}

.plans {
    display: grid;
    margin-bottom: 8px;
}

.plan {
    border: 1.5px solid var(--line);
    border-radius: 16px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
    overflow: visible;
    padding-bottom: 22px;
}

.plan:hover {
    box-shadow: var(--shadow);
}

.plan.selected {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px var(--navy-tint);
}

.plan-banner {
    border-radius: 14px 14px 0 0;
    padding: 20px 18px 34px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
    background: var(--sky);
    min-height: 150px;
}

.plan.premium .plan-banner {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
}

.plan-ribbon {
    position: absolute;
    top: 12px;
    right: -6px;
    background: var(--amber);
    color: var(--navy-deep);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 4px 10px 4px 12px;
    border-radius: 5px 0 0 5px;
}

.plan-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.plan-compliance {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--amber);
    color: var(--navy-deep);
    font-size: 10.5px;
    font-weight: 700;
    padding: 0 12px;
    border-radius: 20px;
    position: relative;
    margin: 0 0 0 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.plan-body {
    padding: 16px 20px 0;
}

.plan-price {
    text-align: left;
    margin-bottom: 14px;
}

.plan-price .amt {
    font-size: 27px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: var(--navy-deep);
}

.plan-price .cur {
    font-size: 11px;
    color: var(--slate-light);
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: 4px;
}

.plan-price .per {
    display: block;
    font-size: 11.5px;
    color: var(--slate-light);
    margin-top: 1px;
}

.plan-desc {
    font-size: 12.5px;
    color: var(--slate);
    line-height: 1.55;
    margin-bottom: 14px;
    min-height: 44px;
}

.plan-desc b {
    color: var(--ink);
}

.best-value {
    border-left: 3px solid var(--amber);
    padding-left: 12px;
    margin-bottom: 18px;
}

.best-value .lbl {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--navy);
    margin-bottom: 3px;
}

.best-value .txt {
    font-size: 12px;
    color: var(--slate);
    line-height: 1.5;
}

.plan-actions {
    display: flex;
    gap: 10px;
    padding: 0 20px;
}

.plan-actions .learn {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: 1.5px solid var(--line);
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--slate-light);
    cursor: default;
}

.plan-actions .subscribe {
    flex: 1.3;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background: var(--navy);
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all .15s ease;
}

.plan.selected .pricing .subscribe {
    background: var(--green);
}

.plan.premium .plan-actions .subscribe {
    background: var(--navy-deep);
}

.plan.premium.selected .pricing .subscribe {
    background: var(--green);
}

.plan-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 18px 0 8px;
}

.plan-dots .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--line);
    transition: all .15s ease;
}

.plan-dots .dot.on {
    background: var(--navy);
    width: 16px;
    border-radius: 4px;
}

/* sticky footer CTA — inactive until a plan is chosen, then lights up */
.sticky-cta {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    margin: 0 -28px -48px;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 -8px 20px rgba(11, 42, 74, 0.06);
}

.sticky-cta-info {
    font-size: 13px;
    color: var(--slate-light);
    transition: color .15s ease;
}

.sticky-cta-info b {
    color: var(--ink);
    display: block;
    font-size: 14.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.sticky-cta.ready .sticky-cta-info {
    color: var(--slate);
}

.sticky-cta .btn {
    width: auto;
    padding: 12px 26px;
    opacity: 0.4;
    pointer-events: none;
    transition: opacity .2s ease;
    margin: 0;
    background: var(--amber);
    color: var(--navy-deep);
    border: none;
    border-radius: 9px;
    font-weight: 600;
    font-size: 13px !important;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.sticky-cta.ready .btn {
    opacity: 1;
    pointer-events: auto;
}

/* payment transitional */
.center-block {
    text-align: center;
    padding: 50px 20px;
}

.spinner {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3.5px solid var(--navy-tint);
    border-top-color: var(--navy);
    margin: 0 auto 22px;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.gateway-logos {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 26px;
    opacity: 0.6;
    font-size: 11px;
    color: var(--slate);
}

/* success */
.success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--green-tint);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 18px;
}

.receipt {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 16px 18px;
    background: var(--paper);
    font-size: 13px;
}

.receipt-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    color: var(--slate);
}

.receipt-row.total {
    border-top: 1px dashed var(--line);
    margin-top: 6px;
    padding-top: 10px;
    color: var(--ink);
    font-weight: 600;
}

/* failed / error states */
.fail-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--red-tint);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 18px;
}

.error-banner {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: var(--red-tint);
    border: 1px solid #F0C7BC;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 22px;
    text-align: left;
}

.error-banner .ico {
    color: var(--red);
    font-size: 16px;
    flex-shrink: 0;
}

.error-banner .txt {
    font-size: 12.5px;
    color: #8A3320;
    line-height: 1.5;
}

.reason-box {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 14px 16px;
    background: var(--paper);
    font-size: 13px;
    text-align: left;
    margin-bottom: 6px;
}

.reason-box .k {
    color: var(--slate);
}

.reason-box .v {
    color: var(--ink);
    font-weight: 600;
}

/* OTP */
.otp-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 22px 0 8px;
}

.otp-box {
    width: 46px;
    height: 54px;
    border: 1.5px solid var(--line);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: var(--ink);
    background: #fff;
}

.otp-box.filled {
    border-color: var(--navy);
    background: var(--navy-tint);
}

.otp-box.cursor {
    border-color: var(--amber);
    box-shadow: 0 0 0 3px var(--amber-tint);
}

.timer {
    text-align: center;
    font-size: 12.5px;
    color: var(--slate);
    margin-top: 14px;
}

.timer b {
    color: var(--ink);
    font-family: 'Montserrat', sans-serif;
}

.verify-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--navy-tint);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 16px;
}

/* accordion sections for combined verify & secure step */
.vsec {
    border: 1.5px solid var(--line);
    border-radius: 12px;
    margin-bottom: 14px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease;
}

.vsec.active {
    border-color: var(--navy);
}

.vsec.done {
    border-color: var(--green);
}

.vsec-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    cursor: pointer;
    user-select: none;
}

.vsec.locked .vsec-head {
    cursor: default;
}

.vsec-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--navy-tint);
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vsec.done .vsec-num {
    background: var(--green);
    color: #fff;
}

.vsec.locked .vsec-num {
    background: #EEF1F4;
    color: var(--slate-light);
}

.vsec-title {
    flex: 1;
}

.vsec-title .t {
    font-weight: 600;
    font-size: 14px;
    color: var(--ink);
}

.vsec-title .d {
    font-size: 12px;
    color: var(--slate-light);
    margin-top: 1px;
}

.vsec.locked .vsec-title .t {
    color: var(--slate-light);
}

.vsec-status {
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vsec-chevron {
    color: var(--slate-light);
    font-size: 11px;
    transition: transform .2s ease;
}

.vsec.expanded .vsec-chevron {
    transform: rotate(180deg);
}

.vsec.locked .vsec-chevron {
    opacity: 0.3;
}

.vsec-collapsible {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .28s ease;
}

.vsec.expanded .vsec-collapsible {
    grid-template-rows: 1fr;
}

.vsec-collapsible-inner {
    overflow: hidden;
}

.vsec-body {
    padding: 0 18px 20px;
}

.vsec-lock-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: var(--slate-light);
    padding: 0 18px 16px;
}

.vsec:not(.locked) .vsec-lock-row {
    display: none;
}

.otp-row.compact {
    margin: 14px 0 6px;
    justify-content: flex-start;
    gap: 8px;
}

.otp-box.compact {
    width: 40px;
    height: 46px;
    font-size: 18px;
}

/* profile */
.section-title {
    font-weight: 600;
    font-size: 14px;
    margin: 26px 0 14px;
    color: var(--navy-deep);
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title:first-child {
    margin-top: 0;
}

.section-title .num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--navy-tint);
    color: var(--navy);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.progress-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.progress-inline .bar {
    flex: 1;
    height: 6px;
    background: var(--navy-tint);
    border-radius: 4px;
    overflow: hidden;
}

.progress-inline .fill {
    height: 100%;
    background: var(--green);
    width: 62%;
    border-radius: 4px;
}

.progress-inline .pct {
    font-size: 12px;
    font-weight: 600;
    color: var(--slate);
}

.savebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.savebar .autosave {
    font-size: 11.5px;
    color: var(--slate-light);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* replicated Account Information / Professional Profile page */
.acc-tabs {
    display: flex;
    gap: 6px;
    background: #EEF2F5;
    padding: 6px;
    border-radius: 11px;
    margin-bottom: 26px;
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
}

.acc-tab {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--slate);
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.acc-tab.active {
    background: var(--sky);
    color: #fff;
}

.acc-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 28px 30px;
}

.acc-row3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 22px;
}

.acc-field label {
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
    display: block;
}

.acc-field .req {
    color: var(--red);
}

.acc-field .hintsmall {
    font-size: 11px;
    color: var(--slate-light);
    margin: -2px 0 8px;
    font-weight: 400;
}

.acc-field input,
.acc-field select {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid var(--line);
    border-radius: 8px;
    font-size: 13px;
    color: var(--ink);
    background: #fff;
}

.acc-field input:disabled,
.acc-field input[readonly] {
    background: var(--paper);
    color: var(--slate);
}

.acc-divider {
    border: none;
    border-top: 1px solid var(--line);
    margin: 24px 0;
}

.chk-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 10px;
}

.chk-list label,
.radio-list label {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 12.5px;
    color: var(--ink);
    font-weight: 400;
    cursor: pointer;
}

.chk-list input,
.radio-list input {
    margin-top: 2px;
    accent-color: var(--sky);
    flex-shrink: 0;
}

.radio-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.workplace-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 12px;
}

.workplace-grid .chk-list {
    gap: 12px;
}

.workplace-grid .spec-input {
    margin-top: 8px;
    margin-left: 24px;
    width: calc(100% - 24px);
    padding: 9px 11px;
    border: 1.5px solid var(--line);
    border-radius: 7px;
    background: var(--paper);
    font-size: 12.5px;
    color: var(--slate);
    font-family: 'Montserrat', sans-serif;
}

.acc-save-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 26px;
}

.acc-footnote {
    font-size: 12px;
    color: var(--slate-light);
    font-style: italic;
    text-align: center;
    margin: 22px 0 4px;
}

/* dashboard */
.welcome-banner {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-radius: var(--radius);
    padding: 26px 28px;
    color: #fff;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.welcome-banner h2 {
    margin: 0 0 6px;
    font-size: 20px;
}

.welcome-banner p {
    margin: 0;
    font-size: 13px;
    color: #B9CCDC;
    max-width: 440px;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.stat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 18px;
}

.stat-card .lbl {
    font-size: 11.5px;
    color: var(--slate);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.stat-card .val {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 6px 0 4px;
}

.stat-card .status {
    font-size: 12px;
}

.callout {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--amber-tint);
    border: 1px solid #B9E0F0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 6px;
}

.callout .ico {
    color: var(--navy);
    font-size: 16px;
}

.callout .txt {
    font-size: 12.5px;
    color: var(--navy-deep);
    line-height: 1.5;
}

@media (max-width:640px) {
    .plans {
        grid-template-columns: 1fr;
    }

    .row2 {
        grid-template-columns: 1fr;
    }

    .row3 {
        grid-template-columns: 1fr;
    }

    .stat-grid {
        grid-template-columns: 1fr;
    }

    .s1-layout {
        grid-template-columns: 1fr;
    }

    .illus-panel {
        display: none;
    }

    .acc-row3 {
        grid-template-columns: 1fr;
    }

    .workplace-grid {
        grid-template-columns: 1fr;
    }
}